diff --git a/django/contrib/admin/locale/af/LC_MESSAGES/django.mo b/django/contrib/admin/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..00af9926ea0f0a9256839f07f8ddd9c31bb0e23b Binary files /dev/null and b/django/contrib/admin/locale/af/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/af/LC_MESSAGES/django.po b/django/contrib/admin/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..db2cc1b0c087ceda2d4b38823f93d7e0aa473e2c --- /dev/null +++ b/django/contrib/admin/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,832 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christopher Penkin , 2012. +# Piet Delport , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/" +"language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: actions.py:48 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Het %(count)d %(items)s suksesvol geskrap." + +#: actions.py:60 options.py:1347 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan %(name)s nie skrap nie" + +#: actions.py:62 options.py:1349 +msgid "Are you sure?" +msgstr "Is jy seker?" + +#: actions.py:83 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Skrap gekose %(verbose_name_plural)s" + +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 +msgid "All" +msgstr "Alles" + +#: filters.py:238 +msgid "Yes" +msgstr "Ja" + +#: filters.py:239 +msgid "No" +msgstr "Geen" + +#: filters.py:253 +msgid "Unknown" +msgstr "Onbekend" + +#: filters.py:308 +msgid "Any date" +msgstr "Enige datum" + +#: filters.py:309 +msgid "Today" +msgstr "Vandag" + +#: filters.py:313 +msgid "Past 7 days" +msgstr "Vorige 7 dae" + +#: filters.py:317 +msgid "This month" +msgstr "Hierdie maand" + +#: filters.py:321 +msgid "This year" +msgstr "Hierdie jaar" + +#: forms.py:9 +#, 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:19 +msgid "Please log in again, because your session has expired." +msgstr "Teken asseblief weer in, want jou sessie het verstryk." + +#: helpers.py:23 +msgid "Action:" +msgstr "Aksie:" + +#: models.py:24 +msgid "action time" +msgstr "aksie tyd" + +#: models.py:27 +msgid "object id" +msgstr "objek id" + +#: models.py:28 +msgid "object repr" +msgstr "objek repr" + +#: models.py:29 +msgid "action flag" +msgstr "aksie vlag" + +#: models.py:30 +msgid "change message" +msgstr "verandering boodskap" + +#: models.py:35 +msgid "log entry" +msgstr "" + +#: models.py:36 +msgid "log entries" +msgstr "" + +#: models.py:45 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Het \"%(object)s\" bygevoeg." + +#: models.py:47 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Het \"%(object)s\" verander - %(changes)s" + +#: models.py:52 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Het \"%(object)s\" geskrap." + +#: models.py:54 +msgid "LogEntry Object" +msgstr "" + +#: options.py:156 options.py:172 +msgid "None" +msgstr "None" + +#: options.py:684 +#, python-format +msgid "Changed %s." +msgstr "Het %s verander." + +#: options.py:684 options.py:694 +msgid "and" +msgstr "en" + +#: options.py:689 +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "Het %(name)s \"%(object)s\" bygevoeg." + +#: options.py:693 +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "Het %(list)s vir %(name)s \"%(object)s\" verander." + +#: options.py:698 +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "Het %(name)s \"%(object)s\" geskrap." + +#: options.py:702 +msgid "No fields changed." +msgstr "Geen velde verander nie." + +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Die %(name)s \"%(obj)s\" was suksesvol verander. Jy mag dit weereens " +"hieronder wysig." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Die %(name)s \"%(obj)s\" was suksesvol bygevoeg." + +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Die %(name)s \"%(obj)s\" was suksesvol verander." + +#: options.py:951 options.py:1211 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items moet gekies word om aksies op hulle uit te voer. Geen items is " +"verander." + +#: options.py:970 +msgid "No action selected." +msgstr "Geen aksie gekies nie." + +#: options.py:1050 +#, python-format +msgid "Add %s" +msgstr "Voeg %s by" + +#: options.py:1074 options.py:1319 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s voorwerp met primêre sleutel %(key)r bestaan ​​nie." + +#: options.py:1140 +#, python-format +msgid "Change %s" +msgstr "Verander %s" + +#: options.py:1190 +msgid "Database error" +msgstr "Databasis fout" + +#: options.py:1253 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s was suksesvol verander." +msgstr[1] "%(count)s %(name)s was suksesvol verander." + +#: options.py:1280 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s gekies" +msgstr[1] "Al %(total_count)s gekies" + +#: options.py:1285 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 uit %(cnt)s gekies" + +#: options.py:1335 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Die %(name)s \"%(obj)s\" was suksesvol geskrap." + +#: options.py:1382 +#, python-format +msgid "Change history: %s" +msgstr "Verander geskiedenis: %s" + +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 +msgid "Log in" +msgstr "Teken in" + +#: sites.py:388 +msgid "Site administration" +msgstr "Werf administrasie" + +#: sites.py:440 +#, python-format +msgid "%s administration" +msgstr "%s administrasie" + +#: widgets.py:90 +msgid "Date:" +msgstr "Datum:" + +#: widgets.py:91 +msgid "Time:" +msgstr "Tyd:" + +#: widgets.py:165 +msgid "Lookup" +msgstr "Soek" + +#: widgets.py:271 +msgid "Add Another" +msgstr "Voeg nog een by" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + +#: templates/admin/404.html:4 templates/admin/404.html.py:8 +msgid "Page not found" +msgstr "Bladsy nie gevind nie" + +#: templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "Ons is jammer, maar die aangevraagde bladsy kon nie gevind word nie." + +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "Tuisblad" + +#: templates/admin/500.html:7 +msgid "Server error" +msgstr "Bedienerfout" + +#: templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Bedienerfout (500)" + +#: templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Bedienerfout (500)" + +#: templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "Hardloop die gekose aksie" + +#: templates/admin/actions.html:4 +msgid "Go" +msgstr "Gaan" + +#: templates/admin/actions.html:11 +msgid "Click here to select the objects across all pages" +msgstr "Kliek hier om die objekte oor alle bladsye te kies." + +#: templates/admin/actions.html:11 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Kies al %(total_count)s %(module_name)s" + +#: templates/admin/actions.html:13 +msgid "Clear selection" +msgstr "Verwyder keuses" + +#: templates/admin/app_index.html:10 templates/admin/index.html:21 +#, python-format +msgid "%(name)s" +msgstr "%(name)s" + +#: templates/admin/base.html:28 +msgid "Welcome," +msgstr "Welkom," + +#: templates/admin/base.html:33 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "Dokumentasie" + +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "Verander wagwoord" + +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "Teken uit" + +#: templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "Django werf admin" + +#: templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "Django administrasie" + +#: templates/admin/change_form.html:22 templates/admin/index.html:33 +msgid "Add" +msgstr "Voeg by" + +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 +msgid "History" +msgstr "Geskiedenis" + +#: templates/admin/change_form.html:33 +#: templates/admin/edit_inline/stacked.html:9 +#: templates/admin/edit_inline/tabular.html:30 +msgid "View on site" +msgstr "Bekyk op werf" + +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Korrigeer asseblief die fout hieronder." +msgstr[1] "Korrigeer asseblief die foute hieronder." + +#: templates/admin/change_list.html:58 +#, python-format +msgid "Add %(name)s" +msgstr "Voeg %(name)s by" + +#: templates/admin/change_list.html:78 +msgid "Filter" +msgstr "Filter" + +#: templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "Verwyder van sortering" + +#: templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortering prioriteit: %(priority_number)s" + +#: templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "Wissel sortering" + +#: templates/admin/delete_confirmation.html:11 +#: templates/admin/submit_line.html:4 +msgid "Delete" +msgstr "Skrap" + +#: templates/admin/delete_confirmation.html:18 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:26 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Om die %(object_name)s '%(escaped_object)s' te skrap sou vereis dat die " +"volgende beskermde verwante objekte geskrap word:" + +#: templates/admin/delete_confirmation.html:34 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Ja, ek is seker" + +#: templates/admin/delete_selected_confirmation.html:10 +msgid "Delete multiple objects" +msgstr "Skrap meerdere objekte" + +#: templates/admin/delete_selected_confirmation.html:17 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Om die gekose %(objects_name)s te skrap sou verwante objekte skrap, maar jou " +"rekening het nie toestemming om die volgende tipes objekte te skrap nie:" + +#: templates/admin/delete_selected_confirmation.html:25 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Om die gekose %(objects_name)s te skrap veries dat die volgende beskermde " +"verwante objekte geskrap word:" + +#: templates/admin/delete_selected_confirmation.html:33 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Is jy seker jy wil die gekose %(objects_name)s skrap? Al die volgende " +"objekte en hul verwante items sal geskrap word:" + +#: templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr "Deur %(filter_title)s" + +#: templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: templates/admin/index.html:39 +msgid "Change" +msgstr "Verander" + +#: templates/admin/index.html:49 +msgid "You don't have permission to edit anything." +msgstr "Jy het nie toestemming om enigiets te wysig nie." + +#: templates/admin/index.html:57 +msgid "Recent Actions" +msgstr "Onlangse Aksies" + +#: templates/admin/index.html:58 +msgid "My Actions" +msgstr "My Aksies" + +#: templates/admin/index.html:62 +msgid "None available" +msgstr "Niks beskikbaar nie" + +#: templates/admin/index.html:76 +msgid "Unknown content" +msgstr "Onbekend inhoud" + +#: templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#: templates/admin/login.html:37 +msgid "Password:" +msgstr "Wagwoord:" + +#: templates/admin/login.html:44 +msgid "Forgotten your password or username?" +msgstr "Wagwoord of gebruikersnaam vergeet?" + +#: templates/admin/object_history.html:23 +msgid "Date/time" +msgstr "Datum/tyd" + +#: templates/admin/object_history.html:24 +msgid "User" +msgstr "Gebruiker" + +#: templates/admin/object_history.html:25 +msgid "Action" +msgstr "Aksie" + +#: templates/admin/object_history.html:39 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Hierdie item het nie 'n veranderingsgeskiedenis nie. Dit was waarskynlik nie " +"deur middel van hierdie admin werf bygevoeg nie." + +#: templates/admin/pagination.html:10 +msgid "Show all" +msgstr "Wys alle" + +#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 +msgid "Save" +msgstr "Stoor" + +#: templates/admin/search_form.html:7 +msgid "Search" +msgstr "Soek" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultaat" +msgstr[1] "%(counter)s resultate" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in totaal" + +#: templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "Stoor as nuwe" + +#: templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "Stoor en voeg 'n ander by" + +#: templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "Stoor en wysig verder" + +#: templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Vul eers 'n gebruikersnaam en wagwoord in. Dan sal jy in staat wees om meer " +"gebruikersopsies te wysig." + +#: templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "Vul 'n gebruikersnaam en wagwoord in." + +#: templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Vul 'n nuwe wagwoord vir gebruiker %(username)s in." + +#: templates/admin/auth/user/change_password.html:38 +msgid "Password" +msgstr "Wagwoord" + +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 +msgid "Password (again)" +msgstr "Wagwoord (weer)" + +#: templates/admin/auth/user/change_password.html:45 +msgid "Enter the same password as above, for verification." +msgstr "Vul dieselfde wagwoord in as hierbo, for bevestiging." + +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Verwyder" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Voeg nog 'n %(verbose_name)s by" + +#: templates/admin/edit_inline/tabular.html:17 +msgid "Delete?" +msgstr "Skrap?" + +#: templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +#: templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Teken weer in" + +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 +msgid "Password change" +msgstr "Wagwoord verandering" + +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 +msgid "Password change successful" +msgstr "Wagwoord verandering suksesvol" + +#: templates/registration/password_change_done.html:17 +msgid "Your password was changed." +msgstr "Jou wagwoord was verander." + +#: templates/registration/password_change_form.html:26 +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 "" +"Tik jou ou wagwoord, ter wille van sekuriteit's, en dan 'n nuwe wagwoord " +"twee keer so dat ons kan seker wees dat jy dit korrek ingetik het." + +#: templates/registration/password_change_form.html:32 +msgid "Old password" +msgstr "Ou wagwoord" + +#: templates/registration/password_change_form.html:37 +msgid "New password" +msgstr "Nuwe wagwoord" + +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 +msgid "Change my password" +msgstr "Verander my wagwoord" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 +msgid "Password reset" +msgstr "Wagwoord herstel" + +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 +msgid "Password reset complete" +msgstr "Wagwoord herstel voltooi" + +#: templates/registration/password_reset_complete.html:17 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jou wagwoord is gestel. Jy kan nou voort gaan en aanteken." + +#: templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "Wagwoord herstel bevestiging" + +#: templates/registration/password_reset_confirm.html:17 +msgid "Enter new password" +msgstr "Vul 'n nuwe wagwoord in" + +#: templates/registration/password_reset_confirm.html:19 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Tik jou nuwe wagwoord twee keer in so ons kan seker wees dat jy dit korrek " +"ingetik het." + +#: templates/registration/password_reset_confirm.html:23 +msgid "New password:" +msgstr "Nuwe wagwoord:" + +#: templates/registration/password_reset_confirm.html:25 +msgid "Confirm password:" +msgstr "Bevestig wagwoord:" + +#: templates/registration/password_reset_confirm.html:31 +msgid "Password reset unsuccessful" +msgstr "Wagwoord herstel onsuksesvol" + +#: templates/registration/password_reset_confirm.html:33 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 +msgid "Password reset successful" +msgstr "Wagwoord herstel suksesvol" + +#: templates/registration/password_reset_done.html:17 +msgid "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." +msgstr "" + +#: templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "Gaan asseblief na die volgende bladsy en kies 'n nuwe wagwoord:" + +#: templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "Jou gebruikersnaam, in geval jy vergeet het:" + +#: templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Dankie vir die gebruik van ons webwerf!" + +#: templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "Die %(site_name)s span" + +#: templates/registration/password_reset_form.html:17 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Reset my password" +msgstr "Herstel my wagwoord" + +#: templatetags/admin_list.py:344 +msgid "All dates" +msgstr "Alle datums" + +#: views/main.py:33 +msgid "(None)" +msgstr "(Geen)" + +#: views/main.py:76 +#, python-format +msgid "Select %s" +msgstr "Kies %s" + +#: views/main.py:78 +#, python-format +msgid "Select %s to change" +msgstr "Kies %s om te verander" diff --git a/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..578fe1f0684d42d16a1e0ca8480d2a1ee7b7cc6c Binary files /dev/null and b/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000000000000000000000000000000000..3eb0bfd6a945c65bf2bc25d0b7a85f1654e34cdc --- /dev/null +++ b/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po @@ -0,0 +1,168 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2011-01-19 15:01+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/" +"language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: static/admin/js/SelectFilter2.js:45 +#, c-format +msgid "Available %s" +msgstr "" + +#: static/admin/js/SelectFilter2.js:46 +#, c-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:53 +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: static/admin/js/SelectFilter2.js:57 +msgid "Filter" +msgstr "" + +#: static/admin/js/SelectFilter2.js:61 +msgid "Choose all" +msgstr "" + +#: static/admin/js/SelectFilter2.js:61 +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: static/admin/js/SelectFilter2.js:67 +msgid "Choose" +msgstr "" + +#: static/admin/js/SelectFilter2.js:69 +msgid "Remove" +msgstr "" + +#: static/admin/js/SelectFilter2.js:75 +#, c-format +msgid "Chosen %s" +msgstr "" + +#: static/admin/js/SelectFilter2.js:76 +#, c-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +msgid "Remove all" +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#: static/admin/js/calendar.js:26 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +#: static/admin/js/calendar.js:27 +msgid "S M T W T F S" +msgstr "" + +#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 +#: static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "" + +#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:49 +#: static/admin/js/admin/DateTimeShortcuts.js:85 +msgid "Now" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:53 +msgid "Clock" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:81 +msgid "Choose a time" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:86 +msgid "Midnight" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:87 +msgid "6 a.m." +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:88 +msgid "Noon" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:92 +#: static/admin/js/admin/DateTimeShortcuts.js:204 +msgid "Cancel" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:144 +#: static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Today" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:148 +msgid "Calendar" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:195 +msgid "Yesterday" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:199 +msgid "Tomorrow" +msgstr "" diff --git a/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo index 3bf2548b25d0c189e14650758283ab6c7da79aab..3c13bd5fabd9df935a7894d411d0aaf5a01aba5d 100644 Binary files a/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ar/LC_MESSAGES/django.po b/django/contrib/admin/locale/ar/LC_MESSAGES/django.po index caba662a7f14db380ce3bc8b06b0a1973b181863..d5f072824836d4e92515c8bba1edb2ee1e501125 100644 --- a/django/contrib/admin/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ar/LC_MESSAGES/django.po @@ -2,34 +2,34 @@ # # Translators: # Jannis Leidel , 2011. -# Ossama Khayat , 2011. +# Ossama Khayat , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" "Last-Translator: Ossama Khayat \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "تم حذف %(count)d %(items)s بنجاح." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "لا يمكن حذف %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "هل أنت متأكد؟" @@ -38,196 +38,203 @@ msgstr "هل أنت متأكد؟" msgid "Delete selected %(verbose_name_plural)s" msgstr "حذف سجلات %(verbose_name_plural)s المحددة" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "الكل" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "نعم" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "لا" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "مجهول" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "أي تاريخ" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "اليوم" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "الأيام السبعة الماضية" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "هذا الشهر" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "هذه السنة" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "رجاءً ادخل مرةً أخرى لأن جلستك انتهت." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"بريدك الإلكتروني ليس اسم المستخدم الخاص بك، جرب استخدام '%s' بدلا من ذلك." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "إجراء:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "وقت الإجراء" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "معرف العنصر" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "ممثل العنصر" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "علامة الإجراء" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "غيّر الرسالة" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "مُدخل السجل" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "مُدخلات السجل" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "تم إضافة العناصر \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "تم تعديل العناصر \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "تم حذف العناصر \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "كائن LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "لاشيء" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "عدّل %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "و" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "أضاف %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "غيّر %(list)s في %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "حذف %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "لم يتم تغيير أية حقول." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "تمت إضافة %(name)s \"%(obj)s\" بنجاح، يمكنك تعديله مرة أخرى بالأسفل." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "تم اضافة %(name)s \"%(obj)s\" بنجاح." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "يمكنك تعديله مجددا في الأسفل." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "يمكنك إضافة %s آخر بالأسفل." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "تم تغيير %(name)s \"%(obj)s\" بنجاح." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "تمت إضافة %(name)s \"%(obj)s\" بنجاح، يمكنك تعديله مرة أخرى بالأسفل." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "يجب تحديد العناصر لتطبيق الإجراءات عليها. لم يتم تغيير أية عناصر." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "لم يحدد أي إجراء." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "أضف %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "العنصر %(name)s الذي به الحقل الأساسي %(key)r غير موجود." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "عدّل %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "خطـأ في قاعدة البيانات" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -238,7 +245,7 @@ msgstr[3] "تم تغيير %(count)s %(name)s بنجاح." msgstr[4] "تم تغيير %(count)s %(name)s بنجاح." msgstr[5] "تم تغيير %(count)s %(name)s بنجاح." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -249,52 +256,60 @@ msgstr[3] "تم تحديد %(total_count)s" msgstr[4] "تم تحديد %(total_count)s" msgstr[5] "تم تحديد %(total_count)s" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "لا شيء محدد من %(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "تم حذف %(name)s \"%(obj)s\" بنجاح." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "تاريخ التغيير: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ادخل" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "إدارة الموقع" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "إدارة %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "التاريخ:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "الوقت:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "ابحث" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "أضف آخر" +#: widgets.py:316 +msgid "Currently:" +msgstr "حالياً:" + +#: widgets.py:317 +msgid "Change:" +msgstr "تغيير:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "تعذر العثور على الصفحة" @@ -303,42 +318,40 @@ msgstr "تعذر العثور على الصفحة" msgid "We're sorry, but the requested page could not be found." msgstr "نحن آسفون، لكننا لم نعثر على الصفحة المطلوبة." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "الرئيسية" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "خطأ في المزود" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "خطأ في المزود (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "خطأ في المزود (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"حدث خطأ، وقم تم الابلاغ عنه إلى مدراء الموقع عبر البريد الإلكتروني وسيتم حل " -"المشكلة قريبا. شكرا لك على صبرك." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -361,7 +374,7 @@ msgstr "اختيار %(total_count)s %(module_name)s جميعها" msgid "Clear selection" msgstr "إزالة الاختيار" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -371,22 +384,22 @@ msgid "Welcome," msgstr "أهلا، " #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "الوثائق" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "غيّر كلمة المرور" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "اخرج" @@ -398,24 +411,24 @@ msgstr "إدارة موقع جانغو" msgid "Django administration" msgstr "إدارة جانغو" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "أضف" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "تاريخ" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "مشاهدة على الموقع" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "الرجاء تصحيح الخطأ أدناه." @@ -425,34 +438,34 @@ msgstr[3] "الرجاء تصحيح الأخطاء أدناه." msgstr[4] "الرجاء تصحيح الخطأ أدناه." msgstr[5] "الرجاء تصحيح الخطأ أدناه." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "أضف %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "مرشّح" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "إزالة من الترتيب" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "أولوية الترتيب: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "عكس الترتيب" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "احذف" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -462,7 +475,7 @@ msgstr "" "حذف العنصر %(object_name)s '%(escaped_object)s' سيتسبب بحذف العناصر المرتبطة " "به، إلا أنك لا تملك صلاحية حذف العناصر التالية:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -471,7 +484,7 @@ msgstr "" "حذف %(object_name)s '%(escaped_object)s' سيتسبب أيضاً بحذف العناصر المرتبطة، " "إلا أن حسابك ليس لديه صلاحية حذف أنواع العناصر التالية:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -480,16 +493,16 @@ msgstr "" "متأكد أنك تريد حذف العنصر %(object_name)s \"%(escaped_object)s\"؟ سيتم حذف " "جميع العناصر التالية المرتبطة به:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "نعم، أنا متأكد" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "حذف عدّة عناصر" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -499,7 +512,7 @@ msgstr "" "حذف عناصر %(objects_name)s المُحدّدة سيتسبب بحذف العناصر المرتبطة، إلا أن " "حسابك ليس له صلاحية حذف أنواع العناصر التالية:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -508,7 +521,7 @@ msgstr "" "حذف عناصر %(objects_name)s المحدّدة قد يتطلب حذف العناصر المحميّة المرتبطة " "التالية:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -522,36 +535,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " حسب %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "النماذج المتوفرة في التطبيق %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "عدّل" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "ليست لديك الصلاحية لتعديل أي شيء." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "آخر الإجراءات" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "إجراءاتي" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "لا يوجد" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "مُحتوى مجهول" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -560,31 +573,27 @@ msgstr "" "هنالك أمر خاطئ في تركيب قاعدة بياناتك، تأكد من أنه تم انشاء جداول قاعدة " "البيانات الملائمة، وأن قاعدة البيانات قابلة للقراءة من قبل المستخدم الملائم." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "اسم المستخدم:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "كلمة المرور:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "نسيت كلمة السر أو اسم المستخدم الخاص بك؟" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "التاريخ/الوقت" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "المستخدم" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "إجراء" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -644,64 +653,64 @@ msgstr "" msgid "Enter a username and password." msgstr "أدخل اسم مستخدم وكلمة مرور." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "أدخل كلمة مرور جديدة للمستخدم %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "كلمة المرور" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "كلمة المرور (مجدداً)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "أدخل كلمة المرور ذاتها التي أعلاه لتأكيدها." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "أزل" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "إضافة سجل %(verbose_name)s آخر" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "أزل" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "احذفه؟" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "شكراً لك على قضائك بعض الوقت مع الموقع اليوم." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ادخل مجدداً" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "غيّر كلمة مرورك" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "تم تغيير كلمة المرور بنجاح" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "تمّ تغيير كلمة مرورك." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -709,64 +718,64 @@ msgstr "" "رجاءً أدخل كلمة مرورك القديمة، للأمان، ثم أدخل كلمة مرور الجديدة مرتين كي " "تتأكّد من كتابتها بشكل صحيح." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "كلمة المرور القديمة" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "كلمة المرور الجديدة" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "غيّر كلمة مروري" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "استعادة كلمة المرور" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "تم استعادة كلمة المرور" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "تم تعيين كلمة مرورك. يمكن الاستمرار وتسجيل دخولك الآن." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "تأكيد استعادة كلمة المرور" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "أدخل كلمة المرور الجديدة" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "رجاءً أدخل كلمة مرورك الجديدة مرتين كي تتأكّد من كتابتها بشكل صحيح." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "كلمة المرور الجديدة:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "أكّد كلمة المرور:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "تم إعادة تعيين كلمة المرور بنجاح" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -774,27 +783,23 @@ msgstr "" "رابط استعادة كلمة المرور غير صحيح، ربما لأنه استُخدم من قبل. رجاءً اطلب " "استعادة كلمة المرور مرة أخرى." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "تم إعادة ضبط كلمة المرور بنجاح" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"لقد قمنا بإرسال تعليمات تعيين كلمة مرورك إلى عنوان البريد الإلكتروني الذي " -"كتبته. يجب أن تصلك رسالتنا قريباً." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"تصلك هذه الرسالة لأنك طلبت إستعادة كلمة المرور الخاصة بك على الموقع " -"%(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -813,36 +818,34 @@ msgstr "شكراً لاستخدامك موقعنا!" msgid "The %(site_name)s team" msgstr "فريق %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"نسيت كلمة مرورك؟ أدخل عنوان بريدك الإلكتروني بالأسفل وسنقوم بإرسال تعليمات " -"تعيين كلمة مرور جديدة." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "عنوان البريد الإلكتروني:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "استعد كلمة مروري" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "كافة التواريخ" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(لاشيء)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "اختر %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "اختر %s لتغييره" diff --git a/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo index e2a9d92e24e549100393eb65d9bfae85a7dde396..f2ffd727a1dad612636a48781aae0650e40f56f2 100644 Binary files a/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po index f874b7758c75d7a9720e7fd7e54eebad7582ee0b..15e8692e27a32e50d8c5cfa7b465b1d529460c00 100644 --- a/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po @@ -2,22 +2,22 @@ # # Translators: # Jannis Leidel , 2011. -# Ossama Khayat , 2011. +# Ossama Khayat , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"PO-Revision-Date: 2012-11-27 17:05+0000\n" "Last-Translator: Ossama Khayat \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -30,11 +30,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"هذه قائمة %s المتوفرة. يمكنك اختيار بعضها بانتقائها في الصندوق أدناه ثم " +"الضغط على سهم الـ\"اختيار\" بين الصندوقين." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "اكتب في هذا الصندوق لتصفية قائمة %s المتوفرة." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -47,11 +49,11 @@ msgstr "اختر الكل" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "اضغط لاختيار جميع %s جملة واحدة." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "اختيار" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -68,15 +70,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"هذه قائمة %s المحددة. يمكنك إزالة بعضها باختيارها في الصندوق أدناه ثم اضغط " +"على سهم الـ\"إزالة\" بين الصندوقين." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "إزالة الكل" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "اضغط لإزالة جميع %s المحددة جملة واحدة." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/az/LC_MESSAGES/django.mo b/django/contrib/admin/locale/az/LC_MESSAGES/django.mo index 71a391a1b8d1473a88054b2655d7caaf720308ab..b691248c2e19036d38361e5e265c9ee8c4d17fd6 100644 Binary files a/django/contrib/admin/locale/az/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/az/LC_MESSAGES/django.po b/django/contrib/admin/locale/az/LC_MESSAGES/django.po index 158e054f9e4ea6896ddabdb30f4f65b270e38a43..d0d99126a54fd1480f0e936a96758e5cbd768b35 100644 --- a/django/contrib/admin/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/az/LC_MESSAGES/django.po @@ -1,33 +1,33 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Ismayilov , 2011. +# Ali Ismayilov , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s uğurla silindi." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s silinmir" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Əminsiniz?" @@ -36,168 +36,176 @@ msgstr "Əminsiniz?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Seçilmiş %(verbose_name_plural)s-ləri sil" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Hamısı" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Hə" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Yox" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Bilinmir" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "İstənilən tarix" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Bu gün" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Son 7 gündə" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Bu ay" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Bu il" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Yenidən daxil olun, çünki seansın vaxtı bitmişdir." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Sizin e-poçt ünvanınız istifadəçi adınız deyil. \"%s\" isə yoxlayın." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Əməliyyat:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "əməliyyat vaxtı" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "obyekt id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "obyekt repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "bayraq" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "dəyişmə mesajı" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "loq yazısı" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "loq yazıları" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "\"%(object)s\" əlavə olundu." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "\"%(object)s\" - %(changes)s dəyişiklikləri qeydə alındı." -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "\"%(object)s\" silindi." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "LogEntry obyekti" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Heç nə" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s dəyişdi." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "və" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" əlavə olundu." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr " %(list)s %(name)s \"%(object)s\" üçün dəyişdi." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" siyahısından silindi." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Heç bir sahə dəyişmədi." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" siyahısına uğurla əlavə edildi." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" siyahısına uğurla əlavə olundu. Yenə onu aşağıda " +"redaktə edə bilərsiniz." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Aşağıda yenə dəyişiklik apara bilərsiniz." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Aşağıda yeni %s əlavə edə bilərsiniz." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" siyahısına uğurla əlavə edildi." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" siyahısında uğurla dəyişdirildi." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" siyahısına uğurla əlavə olundu. Yenə onu aşağıda " -"redaktə edə bilərsiniz." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" siyahısında uğurla dəyişdirildi." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -205,87 +213,95 @@ msgstr "" "Biz elementlər üzərində nəsə əməliyyat aparmaq üçün siz onları seçməlisiniz. " "Heç bir element dəyişmədi." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Heç bir əməliyyat seçilmədi." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s əlavə et" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(key)r əsas açarı ilə %(name)s mövcud deyil." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s dəyiş" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Bazada xəta" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s uğurla dəyişdirildi." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s - hamısı seçilib" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s-dan 0 seçilib" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" uğurla silindi." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Dəyişmə tarixi: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Daxil ol" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Sayt administrasiyası" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administrasiyası" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Tarix:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Vaxt:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Sorğu" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Yenisini əlavə et" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Səhifə tapılmadı" @@ -294,42 +310,42 @@ msgstr "Səhifə tapılmadı" msgid "We're sorry, but the requested page could not be found." msgstr "Üzrlər, amma soruşduğunuz sayt tapılmadı." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Ev" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serverdə xəta" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serverdə xəta (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serverdə xəta (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Xəta baş verib. Bu haqda sayt administratorlarına e-poçt vasitəsilə xəbər " -"edilmişdir. Xəta tezliklə aradan qaldırılmalıdır." +"Xəta baş verdi. Sayt administratorlarına e-poçt göndərildi və onlar xəta ilə " +"tezliklə məşğul olacaqlar. Səbrli olun." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -352,7 +368,7 @@ msgstr "Bütün %(total_count)s sayda %(module_name)s seç" msgid "Clear selection" msgstr "Seçimi təmizlə" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -362,22 +378,22 @@ msgid "Welcome," msgstr "Xoş gördük," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Sənədləşdirmə" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Parolu dəyiş" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Çıx" @@ -389,58 +405,58 @@ msgstr "Django sayt administratoru" msgid "Django administration" msgstr "Django administrasiya" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Əlavə et" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Tarix" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Saytda göstər" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "" "one: Aşağıdakı səhvi düzəltməyi xahiş edirik.\n" "other: Aşağıdakı səhvləri düzəltməyi xahiş edirik." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s əlavə et" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Süzgəc" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "Sıralamadan çıxar" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Sıralama prioriteti: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "Sıralamanı çevir" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Sil" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,7 +467,7 @@ msgstr "" "obyektlər də silinməlidir. Ancaq sizin hesabın aşağıdakı tip obyektləri " "silməyə səlahiyyəti çatmır:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -460,7 +476,7 @@ msgstr "" "%(object_name)s \"%(escaped_object)s\" obyektini silmək üçün aşağıdakı " "qorunan obyektlər də silinməlidir:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -469,16 +485,16 @@ msgstr "" "%(object_name)s \"%(escaped_object)s\" obyektini silməkdə əminsiniz? Ona " "bağlı olan aşağıdakı obyektlər də silinəcək:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Hə, əminəm" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Bir neçə obyekt sil" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -489,7 +505,7 @@ msgstr "" "Ancaq sizin hesabınızın aşağıdakı tip obyektləri silmək səlahiyyətinə malik " "deyil:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -498,7 +514,7 @@ msgstr "" "%(objects_name)s obyektini silmək üçün aşağıdakı qorunan obyektlər də " "silinməlidir:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -512,36 +528,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s görə " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s tətbiqetməsində mövcud olan modellər" +msgid "Models in the %(name)s application" +msgstr "%(name)s proqramındakı modellər" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Dəyiş" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Üzrlər, amma sizin nəyisə dəyişməyə səlahiyyətiniz çatmır." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Son əməliyyatlar" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mənim etdiklərim" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Heç nə yoxdur" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Naməlum" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -550,31 +566,27 @@ msgstr "" "Bazanın qurulması ilə nəsə problem var. Lazımi cədvəllərin bazada " "yaradıldığını və uyğun istifadəçinin bazadan oxuya bildiyini yoxlayın." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "İstifadəçi adı:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Parol:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Parol və ya istifadəçi adını unutmusan?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Tarix/vaxt" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "İstifadəçi" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Əməliyyat" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -629,64 +641,64 @@ msgstr "" msgid "Enter a username and password." msgstr "İstifadəçi adını və parolu daxil edin." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s üçün yeni parol daxil edin." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Parol" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Parol (bir daha)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Yuxarıdakı parolu yenidən daxil edin, dəqiqləşdirmək üçün" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Yığışdır" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Daha bir %(verbose_name)s əlavə et" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Yığışdır" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Silək?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Sayt ilə səmərəli vaxt keçirdiyiniz üçün təşəkkür." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Yenidən daxil ol" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Parol dəyişmək" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Parol uğurla dəyişdi" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Sizin parolunuz dəyişdi." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,64 +706,64 @@ msgstr "" "Yoxlama üçün köhnə parolunuzu daxil edin. Sonra isə yeni parolu iki dəfə " "daxil edin ki, səhv etmədiyinizə əmin olaq." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Köhnə parol" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Yeni parol" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Mənim parolumu dəyiş" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Parolun sıfırlanması" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Parolun sıfırlanması başa çatdı" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Yeni parol artıq qüvvədədir. Yenidən daxil ola bilərsiniz." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Parolun sıfırlanması üçün təsdiq" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Yeni parolu daxil edin" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "Yeni parolu iki dəfə daxil edin ki, səhv etmədiyinizə əmin olaq." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Yeni parol:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Yeni parol (bir daha):" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Parolun sıfırlanması baş tutmadı" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -759,27 +771,27 @@ msgstr "" "Parolun sıfırlanması üçün olan keçid, yəqin ki, artıq istifadə olunub. " "Parolu sıfırlamaq üçün yenə müraciət edin." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Parolun sıfırlanması uğurla başa çatdı." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Parolunuzu dəyişmək üçün təlimatları qeydiyyat zamanı göstərdiyiniz e-poçt " -"ünvanına göndərdik. İndi gələcək." +"Parol seçmək üçün təlimatları təqdim etdiyiniz e-poçt ünvanına göndərdik. " +"Poçtu yoxlaya bilərsiniz." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"%(site_name)s saytındakı hesabınızın parolunu dəyişmək istədiyiniz üçün bu " -"məktubu almısınız." +"%(site_name)s saytında parolu yeniləmək istədiyinizə görə bu məktubu " +"göndərdik." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -798,36 +810,36 @@ msgstr "Bizim saytdan istifadə etdiyiniz üçün təşəkkür edirik!" msgid "The %(site_name)s team" msgstr "%(site_name)s komandası" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Parolu unutmusunuz? E-poçt ünvanınızı aşağıda qeyd edin və biz sizə yeni " -"parol əldə etmək haqda təlimatları göndərcəyik." +"Parolu unutmusunuz? Aşağıda e-poçt ünvanınızı təqdim edin, biz isə yeni " +"parol seçmək təlimatlarını sizə göndərək." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-poçt ünvanı:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "E-poçt:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Parolumu sıfırla" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Bütün tarixlərdə" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Heç nə)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s seç" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s dəyişmək üçün seç" diff --git a/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo index a7aee154cba9ae00e174b59d15023887af8572d4..8a8c68f1d9ceb022ce7e1bdb035545ca95b29021 100644 Binary files a/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po index 5a0ca33e3120ba0a50496c2918068cfcd614504b..6eafbc1ed51168f1afe213b49286eba0411c9e6b 100644 --- a/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po @@ -1,21 +1,21 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Ismayilov , 2011. +# Ali Ismayilov , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"PO-Revision-Date: 2012-05-08 13:33+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -28,11 +28,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Bu, mümkün %s siyahısıdır. Onlardan bir neçəsini qarşısındakı xanaya işarə " +"qoymaq və iki xana arasındakı \"Seç\"i tıqlamaqla seçmək olar." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Bu xanaya yazmaqla mümkün %s siyahısını filtrləyə bilərsiniz." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -45,11 +47,11 @@ msgstr "Hamısını seç" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Bütün %s siyahısını seçmək üçün tıqlayın." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Seç" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -66,15 +68,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Bu, seçilmiş %s siyahısıdır. Onlardan bir neçəsini aşağıdakı xanaya işarə " +"qoymaq və iki xana arasındakı \"Sil\"i tıqlamaqla silmək olar." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "Hamısını sil" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Seçilmiş %s siyahısının hamısını silmək üçün tıqlayın." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/be/LC_MESSAGES/django.mo b/django/contrib/admin/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7b9ae3bbbbc3d57f3f041b6fc6b969dc761c0e77 Binary files /dev/null and b/django/contrib/admin/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/be/LC_MESSAGES/django.po b/django/contrib/admin/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..83c58cb5b3049ae5dff835ea659cbaf974117fb1 --- /dev/null +++ b/django/contrib/admin/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,843 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: actions.py:48 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Выдалілі %(count)d %(items)s." + +#: actions.py:60 options.py:1347 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не ўдаецца выдаліць %(name)s" + +#: actions.py:62 options.py:1349 +msgid "Are you sure?" +msgstr "Ці ўпэўненыя вы?" + +#: actions.py:83 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Выдаліць абраныя %(verbose_name_plural)s" + +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 +msgid "All" +msgstr "Усе" + +#: filters.py:238 +msgid "Yes" +msgstr "Так" + +#: filters.py:239 +msgid "No" +msgstr "Не" + +#: filters.py:253 +msgid "Unknown" +msgstr "Невядома" + +#: filters.py:308 +msgid "Any date" +msgstr "Хоць-якая дата" + +#: filters.py:309 +msgid "Today" +msgstr "Сёньня" + +#: filters.py:313 +msgid "Past 7 days" +msgstr "Апошні тыдзень" + +#: filters.py:317 +msgid "This month" +msgstr "Гэты месяц" + +#: filters.py:321 +msgid "This year" +msgstr "Гэты год" + +#: forms.py:9 +#, 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:19 +msgid "Please log in again, because your session has expired." +msgstr "Тэрмін сэансу скончыўся, таму ўвайдзіце зноўку." + +#: helpers.py:23 +msgid "Action:" +msgstr "Дзеяньне:" + +#: models.py:24 +msgid "action time" +msgstr "час дзеяньня" + +#: models.py:27 +msgid "object id" +msgstr "нумар аб’екта" + +#: models.py:28 +msgid "object repr" +msgstr "прадстаўленьне аб’екта" + +#: models.py:29 +msgid "action flag" +msgstr "від дзеяньня" + +#: models.py:30 +msgid "change message" +msgstr "паведамленьне пра зьмену" + +#: models.py:35 +msgid "log entry" +msgstr "запіс у справаздачы" + +#: models.py:36 +msgid "log entries" +msgstr "запісы ў справаздачы" + +#: models.py:45 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Дадалі «%(object)s»." + +#: models.py:47 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Зьмянілі «%(object)s» — %(changes)s" + +#: models.py:52 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Выдалілі «%(object)s»." + +#: models.py:54 +msgid "LogEntry Object" +msgstr "Запіс у справаздачы" + +#: options.py:156 options.py:172 +msgid "None" +msgstr "Няма" + +#: options.py:684 +#, python-format +msgid "Changed %s." +msgstr "Зьмянілі %s." + +#: options.py:684 options.py:694 +msgid "and" +msgstr "і" + +#: options.py:689 +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "Дадалі %(name)s «%(object)s»." + +#: options.py:693 +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "Зьмянілі %(list)s для %(name)s «%(object)s»." + +#: options.py:698 +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "Выдалілі %(name)s «%(object)s»." + +#: options.py:702 +msgid "No fields changed." +msgstr "Палі не зьмяняліся." + +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "Дадалі %(name)s «%(obj)s». Ніжэй яго можна зноўку правіць." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Дадалі %(name)s «%(obj)s»." + +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Зьмянілі %(name)s «%(obj)s»." + +#: options.py:951 options.py:1211 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Каб нешта рабіць, трэба спачатку абраць, з чым гэта рабіць. Нічога не " +"зьмянілася." + +#: options.py:970 +msgid "No action selected." +msgstr "Не абралі дзеяньняў." + +#: options.py:1050 +#, python-format +msgid "Add %s" +msgstr "Дадаць %s" + +#: options.py:1074 options.py:1319 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Аб’ект %(name)s з галоўным ключом %(key)r не існуе." + +#: options.py:1140 +#, python-format +msgid "Change %s" +msgstr "Зьмяніць %s" + +#: options.py:1190 +msgid "Database error" +msgstr "База зьвестак дала хібу" + +#: options.py:1253 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Зьмянілі %(count)s %(name)s." +msgstr[1] "Зьмянілі %(count)s %(name)s." +msgstr[2] "Зьмянілі %(count)s %(name)s." +msgstr[3] "Зьмянілі %(count)s %(name)s." + +#: options.py:1280 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Абралі %(total_count)s" +msgstr[1] "Абралі ўсе %(total_count)s" +msgstr[2] "Абралі ўсе %(total_count)s" +msgstr[3] "Абралі ўсе %(total_count)s" + +#: options.py:1285 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Абралі 0 аб’ектаў з %(cnt)s" + +#: options.py:1335 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Сьцерлі %(name)s «%(obj)s»." + +#: options.py:1382 +#, python-format +msgid "Change history: %s" +msgstr "Гісторыя зьменаў: %s" + +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 +msgid "Log in" +msgstr "Увайсьці" + +#: sites.py:388 +msgid "Site administration" +msgstr "Кіраваць пляцоўкаю" + +#: sites.py:440 +#, python-format +msgid "%s administration" +msgstr "Кіраваць %s" + +#: widgets.py:90 +msgid "Date:" +msgstr "Дата:" + +#: widgets.py:91 +msgid "Time:" +msgstr "Час:" + +#: widgets.py:165 +msgid "Lookup" +msgstr "Шукаць" + +#: widgets.py:271 +msgid "Add Another" +msgstr "Дадаць яшчэ" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + +#: templates/admin/404.html:4 templates/admin/404.html.py:8 +msgid "Page not found" +msgstr "Бачыну не знайшлі" + +#: templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "На жаль, запытаную бачыну немагчыма знайсьці." + +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "Пачатак" + +#: templates/admin/500.html:7 +msgid "Server error" +msgstr "Паслужнік даў хібу" + +#: templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Паслужнік даў хібу (памылка 500)" + +#: templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Паслужнік даў хібу (памылка 500)" + +#: templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "Выканаць абранае дзеяньне" + +#: templates/admin/actions.html:4 +msgid "Go" +msgstr "Выканаць" + +#: templates/admin/actions.html:11 +msgid "Click here to select the objects across all pages" +msgstr "Каб абраць аб’екты на ўсіх бачынах, націсьніце сюды" + +#: templates/admin/actions.html:11 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Абраць усе %(total_count)s %(module_name)s" + +#: templates/admin/actions.html:13 +msgid "Clear selection" +msgstr "Не абіраць нічога" + +#: templates/admin/app_index.html:10 templates/admin/index.html:21 +#, python-format +msgid "%(name)s" +msgstr "%(name)s" + +#: templates/admin/base.html:28 +msgid "Welcome," +msgstr "Вітаем," + +#: templates/admin/base.html:33 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "Дакумэнтацыя" + +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "Зьмяніць пароль" + +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "Выйсьці" + +#: templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "Кіраўнічая пляцоўка «Джэнґа»" + +#: templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "Кіраваць «Джэнґаю»" + +#: templates/admin/change_form.html:22 templates/admin/index.html:33 +msgid "Add" +msgstr "Дадаць" + +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 +msgid "History" +msgstr "Гісторыя" + +#: templates/admin/change_form.html:33 +#: templates/admin/edit_inline/stacked.html:9 +#: templates/admin/edit_inline/tabular.html:30 +msgid "View on site" +msgstr "Зірнуць на пляцоўцы" + +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Выпраўце хібу, апісаную ніжэй." +msgstr[1] "Выпраўце хібы, апісаныя ніжэй." +msgstr[2] "Выпраўце хібы, апісаныя ніжэй." +msgstr[3] "Выпраўце хібы, апісаныя ніжэй." + +#: templates/admin/change_list.html:58 +#, python-format +msgid "Add %(name)s" +msgstr "Дадаць %(name)s" + +#: templates/admin/change_list.html:78 +msgid "Filter" +msgstr "Прасеяць" + +#: templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "Прыбраць з упарадкаванага" + +#: templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Парадак: %(priority_number)s" + +#: templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "Парадкаваць наадварот" + +#: templates/admin/delete_confirmation.html:11 +#: templates/admin/submit_line.html:4 +msgid "Delete" +msgstr "Выдаліць" + +#: templates/admin/delete_confirmation.html:18 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Калі выдаліць %(object_name)s «%(escaped_object)s», выдаляцца зьвязаныя " +"аб’екты, але ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#: templates/admin/delete_confirmation.html:26 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Каб выдаліць %(object_name)s «%(escaped_object)s», трэба выдаліць і " +"зьвязаныя абароненыя аб’екты:" + +#: templates/admin/delete_confirmation.html:34 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ці выдаліць %(object_name)s «%(escaped_object)s»? Усе наступныя зьвязаныя " +"складнікі выдаляцца:" + +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Так, дакладна" + +#: templates/admin/delete_selected_confirmation.html:10 +msgid "Delete multiple objects" +msgstr "Выдаліць некалькі аб’ектаў" + +#: templates/admin/delete_selected_confirmation.html:17 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Калі выдаліць абранае (%(objects_name)s), выдаляцца зьвязаныя аб’екты, але " +"ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#: templates/admin/delete_selected_confirmation.html:25 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Каб выдаліць абранае (%(objects_name)s), трэба выдаліць і зьвязаныя " +"абароненыя аб’екты:" + +#: templates/admin/delete_selected_confirmation.html:33 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ці выдаліць абранае (%(objects_name)s)? Усе наступныя аб’екты ды зьвязаныя " +"зь імі складнікі выдаляцца:" + +#: templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +#: templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: templates/admin/index.html:39 +msgid "Change" +msgstr "Зьмяніць" + +#: templates/admin/index.html:49 +msgid "You don't have permission to edit anything." +msgstr "Вы ня маеце дазволу нешта зьмяняць." + +#: templates/admin/index.html:57 +msgid "Recent Actions" +msgstr "Нядаўнія дзеяньні" + +#: templates/admin/index.html:58 +msgid "My Actions" +msgstr "Мае дзеяньні" + +#: templates/admin/index.html:62 +msgid "None available" +msgstr "Недаступнае" + +#: templates/admin/index.html:76 +msgid "Unknown content" +msgstr "Невядомае зьмесьціва" + +#: templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешта ня так з усталяванаю базаю зьвестак. Упэўніцеся, што ў базе стварылі " +"патрэбныя табліцы, і што базу можа чытаць адпаведны карыстальнік." + +#: templates/admin/login.html:37 +msgid "Password:" +msgstr "Пароль:" + +#: templates/admin/login.html:44 +msgid "Forgotten your password or username?" +msgstr "Забыліся на імя ці пароль?" + +#: templates/admin/object_history.html:23 +msgid "Date/time" +msgstr "Час, дата" + +#: templates/admin/object_history.html:24 +msgid "User" +msgstr "Карыстальнік" + +#: templates/admin/object_history.html:25 +msgid "Action" +msgstr "Дзеяньне" + +#: templates/admin/object_history.html:39 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Аб’ект ня мае гісторыі зьменаў. Мажліва, яго дадавалі не праз кіраўнічую " +"пляцоўку." + +#: templates/admin/pagination.html:10 +msgid "Show all" +msgstr "Паказаць усё" + +#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 +msgid "Save" +msgstr "Захаваць" + +#: templates/admin/search_form.html:7 +msgid "Search" +msgstr "Шукаць" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s вынік" +msgstr[1] "%(counter)s вынікі" +msgstr[2] "%(counter)s вынікаў" +msgstr[3] "%(counter)s вынікаў" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "Разам %(full_result_count)s" + +#: templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "Захаваць як новы" + +#: templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "Захаваць і дадаць іншы" + +#: templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "Захаваць і працягваць правіць" + +#: templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Спачатку пазначце імя карыстальніка ды пароль. Потым можна будзе наставіць " +"іншыя можнасьці." + +#: templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "Пазначце імя карыстальніка ды пароль." + +#: templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Пазначце пароль для карыстальніка «%(username)s»." + +#: templates/admin/auth/user/change_password.html:38 +msgid "Password" +msgstr "Пароль" + +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 +msgid "Password (again)" +msgstr "Пароль (яшчэ раз)" + +#: templates/admin/auth/user/change_password.html:45 +msgid "Enter the same password as above, for verification." +msgstr "Дзеля пэўнасьці набярыце такі самы пароль яшчэ раз." + +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Прыбраць" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Дадаць яшчэ %(verbose_name)s" + +#: templates/admin/edit_inline/tabular.html:17 +msgid "Delete?" +msgstr "Ці выдаліць?" + +#: templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Дзякуем за час, які вы сёньня правялі на гэтай пляцоўцы." + +#: templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Увайсьці зноўку" + +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 +msgid "Password change" +msgstr "Зьмяніць пароль" + +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 +msgid "Password change successful" +msgstr "Пароль зьмянілі" + +#: templates/registration/password_change_done.html:17 +msgid "Your password was changed." +msgstr "Ваш пароль зьмяніўся." + +#: templates/registration/password_change_form.html:26 +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/registration/password_change_form.html:32 +msgid "Old password" +msgstr "Стары пароль" + +#: templates/registration/password_change_form.html:37 +msgid "New password" +msgstr "Новы пароль" + +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 +msgid "Change my password" +msgstr "Зьмяніць пароль" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 +msgid "Password reset" +msgstr "Узнавіць пароль" + +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 +msgid "Password reset complete" +msgstr "Пароль узнавілі" + +#: templates/registration/password_reset_complete.html:17 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Вам усталявалі пароль. Можаце вярнуцца ды ўвайсьці зноўку." + +#: templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "Пацьвердзіце, што трэба ўзнавіць пароль" + +#: templates/registration/password_reset_confirm.html:17 +msgid "Enter new password" +msgstr "Пазначце новы пароль" + +#: templates/registration/password_reset_confirm.html:19 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Набярыце новы пароль двойчы — каб упэўніцца, што набралі без памылак." + +#: templates/registration/password_reset_confirm.html:23 +msgid "New password:" +msgstr "Новы пароль:" + +#: templates/registration/password_reset_confirm.html:25 +msgid "Confirm password:" +msgstr "Пацьвердзіце пароль:" + +#: templates/registration/password_reset_confirm.html:31 +msgid "Password reset unsuccessful" +msgstr "Не ўдалося ўзнавіць пароль" + +#: templates/registration/password_reset_confirm.html:33 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Спасылка ўзнавіць пароль хібная: мажліва таму, што ёю ўжо скарысталіся. " +"Запытайцеся ўзнавіць пароль яшчэ раз." + +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 +msgid "Password reset successful" +msgstr "Пароль узнавілі" + +#: templates/registration/password_reset_done.html:17 +msgid "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." +msgstr "" + +#: templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "Перайдзіце да наступнае бачыны ды абярыце новы пароль:" + +#: templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "Імя карыстальніка, калі раптам вы забыліся:" + +#: templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Дзякуем, што карыстаецеся нашаю пляцоўкаю!" + +#: templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "Каманда «%(site_name)s»" + +#: templates/registration/password_reset_form.html:17 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Reset my password" +msgstr "Узнавіць пароль" + +#: templatetags/admin_list.py:344 +msgid "All dates" +msgstr "Усе даты" + +#: views/main.py:33 +msgid "(None)" +msgstr "(Нічога)" + +#: views/main.py:76 +#, python-format +msgid "Select %s" +msgstr "Абраць %s" + +#: views/main.py:78 +#, python-format +msgid "Select %s to change" +msgstr "Абярыце %s, каб зьмяніць" diff --git a/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ba6f73895dae00a72cb31e9c23540d147c939aae Binary files /dev/null and b/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000000000000000000000000000000000..c408f6eb7baa8d847dfed8ff70088321eefbcd40 --- /dev/null +++ b/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po @@ -0,0 +1,183 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2012-08-01 08:14+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: static/admin/js/SelectFilter2.js:45 +#, c-format +msgid "Available %s" +msgstr "Даступныя %s" + +#: static/admin/js/SelectFilter2.js:46 +#, c-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Сьпіс даступных %s. Каб нешта абраць, пазначце патрэбнае ў полі ніжэй і " +"пстрыкніце па стрэлцы «Абраць» між двума палямі." + +#: static/admin/js/SelectFilter2.js:53 +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Каб прасеяць даступныя %s, друкуйце ў гэтым полі." + +#: static/admin/js/SelectFilter2.js:57 +msgid "Filter" +msgstr "Прасеяць" + +#: static/admin/js/SelectFilter2.js:61 +msgid "Choose all" +msgstr "Абраць усе" + +#: static/admin/js/SelectFilter2.js:61 +#, c-format +msgid "Click to choose all %s at once." +msgstr "Каб абраць усе %s, пстрыкніце тут." + +#: static/admin/js/SelectFilter2.js:67 +msgid "Choose" +msgstr "Абраць" + +#: static/admin/js/SelectFilter2.js:69 +msgid "Remove" +msgstr "Прыбраць" + +#: static/admin/js/SelectFilter2.js:75 +#, c-format +msgid "Chosen %s" +msgstr "Абралі %s" + +#: static/admin/js/SelectFilter2.js:76 +#, c-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Сьпіс абраных %s. Каб нешта прыбраць, пазначце патрэбнае ў полі ніжэй і " +"пстрыкніце па стрэлцы «Прыбраць» між двума палямі." + +#: static/admin/js/SelectFilter2.js:80 +msgid "Remove all" +msgstr "Прыбраць усё" + +#: static/admin/js/SelectFilter2.js:80 +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Каб прыбраць усе %s, пстрыкніце тут." + +#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Абралі %(sel)s з %(cnt)s" +msgstr[1] "Абралі %(sel)s з %(cnt)s" +msgstr[2] "Абралі %(sel)s з %(cnt)s" +msgstr[3] "Абралі %(sel)s з %(cnt)s" + +#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"У пэўных палях засталіся незахаваныя зьмены. Калі выканаць дзеяньне, " +"незахаванае страціцца." + +#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Абралі дзеяньне, але не захавалі зьмены ў пэўных палях. Каб захаваць, " +"націсьніце «Добра». Дзеяньне потым трэба будзе запусьціць нанова." + +#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Абралі дзеяньне, а ў палях нічога не зьмянялі. Мажліва, вы хацелі націснуць " +"кнопку «Выканаць», а ня кнопку «Захаваць»." + +#: static/admin/js/calendar.js:26 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" +"Студзень Люты Сакавік Красавік Травень Чэрвень Ліпень Жнівень Верасень " +"Кастрычнік Лістапад Сьнежань" + +#: static/admin/js/calendar.js:27 +msgid "S M T W T F S" +msgstr "Н П А С Ч П С" + +#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 +#: static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "Паказаць" + +#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "Схаваць" + +#: static/admin/js/admin/DateTimeShortcuts.js:49 +#: static/admin/js/admin/DateTimeShortcuts.js:85 +msgid "Now" +msgstr "Цяпер" + +#: static/admin/js/admin/DateTimeShortcuts.js:53 +msgid "Clock" +msgstr "Гадзіньнік" + +#: static/admin/js/admin/DateTimeShortcuts.js:81 +msgid "Choose a time" +msgstr "Абярыце час" + +#: static/admin/js/admin/DateTimeShortcuts.js:86 +msgid "Midnight" +msgstr "Поўнач" + +#: static/admin/js/admin/DateTimeShortcuts.js:87 +msgid "6 a.m." +msgstr "6 папоўначы" + +#: static/admin/js/admin/DateTimeShortcuts.js:88 +msgid "Noon" +msgstr "Поўдзень" + +#: static/admin/js/admin/DateTimeShortcuts.js:92 +#: static/admin/js/admin/DateTimeShortcuts.js:204 +msgid "Cancel" +msgstr "Скасаваць" + +#: static/admin/js/admin/DateTimeShortcuts.js:144 +#: static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Today" +msgstr "Сёньня" + +#: static/admin/js/admin/DateTimeShortcuts.js:148 +msgid "Calendar" +msgstr "Каляндар" + +#: static/admin/js/admin/DateTimeShortcuts.js:195 +msgid "Yesterday" +msgstr "Учора" + +#: static/admin/js/admin/DateTimeShortcuts.js:199 +msgid "Tomorrow" +msgstr "Заўтра" diff --git a/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo b/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo index 562f7d925d8bded0c0ab7191f5593437185a3d1c..85af8ff301e28a32944fdcf4da21a268e480a4cd 100644 Binary files a/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/bg/LC_MESSAGES/django.po b/django/contrib/admin/locale/bg/LC_MESSAGES/django.po index 72ed680b5cd25ff4f1068f693d7d581c682ae911..8568108238c137e480149aa2ac48bd543ba9ce8c 100644 --- a/django/contrib/admin/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/bg/LC_MESSAGES/django.po @@ -3,33 +3,33 @@ # Translators: # Boris Chervenkov , 2012. # Jannis Leidel , 2011. -# Todor Lubenov , 2011. +# Todor Lubenov , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Boris Chervenkov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Успешно изтрити %(count)d %(items)s ." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Не можете да изтриете %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Сигурни ли сте?" @@ -38,170 +38,176 @@ msgstr "Сигурни ли сте?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Изтриване на избраните %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Всички" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Да" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Не" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Неизвестно" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Коя-да-е дата" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Днес" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Последните 7 дни" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Този месец" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Тази година" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Моля, въведете правилното потребителско име и парола. Забележка: и двете " -"полета правят разлика между големи и малки букви." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Моля, влезте отново, тъй като сесията е изтекла." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "E-mail адресът Ви не е Вашето потребителско име. Опитайте '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Действие:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "време на действие" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id на обекта" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr на обекта" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "флаг за действие" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "промени съобщение" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "записка" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "записки" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Добавен \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Променени \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Изтрит \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry обект" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Празно" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Променено %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "и" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Добавени %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Променени %(list)s за %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Изтрити %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Няма променени полета." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Обектът %(name)s \"%(obj)s\" бе успешно добавен. " +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Обектът %(name)s \"%(obj)s\" бе успешно добавен. Може да го редактирате по-" +"долу. " -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Може да го редактирате отново по-долу. " +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Може да добавите още един обект %s по-долу. " +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Обектът %(name)s \"%(obj)s\" бе успешно добавен. " -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Обектът %(name)s \"%(obj)s\" бе успешно актуализиран. " +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Обектът %(name)s \"%(obj)s\" бе успешно добавен. Може да го редактирате по-" -"долу. " -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Обектът %(name)s \"%(obj)s\" бе успешно актуализиран. " + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +215,97 @@ msgstr "" "Елементите трябва да бъдат избрани, за да се извършат действия по тях. Няма " "променени елементи." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Няма избрани действия." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Добави %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s обект с първичен ключ %(key)r не съществува." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Промени %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Грешка в базата данни" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s беше променено успешно." msgstr[1] "%(count)s %(name)s бяха променени успешно." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s е избран" msgstr[1] "Всички %(total_count)s са избрани" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 от %(cnt)s са избрани" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Обектът %(name)s \"%(obj)s\" бе успешно изтрит. " -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "История на промените: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Вход" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Администрация на сайта" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s администрация" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Дата:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Час:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Търсене" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Добави друг" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Страница не е намерена" @@ -300,42 +314,42 @@ msgstr "Страница не е намерена" msgid "We're sorry, but the requested page could not be found." msgstr "Съжалявам, но исканата страница не е намерена." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Начало" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Сървърна грешка" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Сървърна грешка (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Сървърна грешка (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Грешка. Изпратен е email на администратора на сайта. Благодарим Ви за " -"търпението." +"Станала е грешка. Съобщава се на администраторите на сайта по електронна " +"поща и трябва да бъде поправено скоро. Благодарим ви за търпението." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +372,7 @@ msgstr "Избери всички %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Изтрий избраното" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +382,22 @@ msgid "Welcome," msgstr "Добре дошли," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Документация" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Промени парола" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Изход" @@ -395,35 +409,35 @@ msgstr "Административен панел" msgid "Django administration" msgstr "Административен панел" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Добави" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "История" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Разгледай в сайта" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Моля, поправете грешката по-долу." msgstr[1] "Моля, поправете грешките по-долу." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Добави %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Филтър" @@ -440,12 +454,12 @@ msgstr "Ред на подреждане: %(priority_number)s" msgid "Toggle sorting" msgstr "Обърни подреждането" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Изтрий" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +470,7 @@ msgstr "" "извършено без да се изтрият и някои свързани обекти, върху които обаче " "нямате права: " -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +479,7 @@ msgstr "" "Изтриването на %(object_name)s '%(escaped_object)s' ще доведе до " "заличаването на следните защитени свързани обекти:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +488,16 @@ msgstr "" "Наистина ли искате да изтриете обектите %(object_name)s \"%(escaped_object)s" "\"? Следните свързани елементи също ще бъдат изтрити:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Да, сигурен съм" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Изтриване на множество обекти" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +507,7 @@ msgstr "" "Изтриването на избраните %(objects_name)s ще доведе до изтриване на свързани " "обекти. Вашият профил няма права за изтриване на следните типове обекти:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +516,7 @@ msgstr "" "Изтриването на избраните %(objects_name)s ще доведе до заличаването на " "следните защитени свързани обекти:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +530,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " По %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Модели, достъпни в приложението %(name)s " +msgid "Models in the %(name)s application" +msgstr "Моделите в %(name)s приложение" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Промени" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Нямате права да редактирате каквото и да е." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Последни действия" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Моите действия" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Няма налични" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Неизвестно съдържание" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -554,31 +568,27 @@ msgstr "" "Проблем с базата данни. Проверете дали необходимите таблици са създадени и " "дали съответния потребител има необходимите права за достъп. " -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Потребител:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Парола:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Забравена парола или потребителско име?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Дата/час" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Потребител" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Действие" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -634,64 +644,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Въведете потребителско име и парола." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Въведете нова парола за потребител %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Парола" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Парола (отново)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Въведете същата парола още веднъж за проверка. " -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Премахване" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Добави друг %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Премахване" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Изтриване?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Благодарим Ви, че използвахте този сайт днес." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Влез пак" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Промяна на парола" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Паролата е сменена успешно" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Паролата ви е променена." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -699,46 +709,46 @@ msgstr "" "Въведете старата си парола /за сигурност/. След това въведете желаната нова " "парола два пъти от съображения за сигурност" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Стара парола" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Нова парола" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Промяна на парола" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Нова парола" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Промяната на парола завърши" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Паролата е променена. Вече можете да се впишете" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Парола за потвърждение" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Въведете нова парола" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -746,19 +756,19 @@ msgstr "" "Моля, въведете новата парола два пъти, за да може да се потвърди, че сте я " "написали правилно." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Нова парола:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Потвърдете паролата:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Неуспешна промяна на паролата " -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -766,27 +776,27 @@ msgstr "" "Връзката за възстановяване на паролата е невалидна, може би защото вече е " "използвана. Моля, поискайте нова промяна на паролата." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Паролата е успешно променена." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Пратили сме ви указания за задаване на парола за достъп на посочения от Вас " -"email адрес. Трябва да ги получите скоро." +"Изпратихме ви инструкции за задаването на паролата на имейл адреса, който " +"сте изпратили. Трябва да я получите скоро." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Вие получавате това email съобщение, защото пожелахте възстановяване на " -"паролата на Вашия потребителски профил в %(site_name)s ." +"Вие сте получили този имейл, защото сте поискали да промените паролата за " +"вашия потребителски акаунт в %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -805,36 +815,36 @@ msgstr "Благодарим, че ползвате сайта ни!" msgid "The %(site_name)s team" msgstr "Екипът на %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Забравена парола? Въведете вашия email адрес по-долу и ние ще Ви изпратим " -"инструкции за създаване на нова." +"Забравили сте си паролата? Въведете своя имейл адрес по-долу, а ние ще ви " +"изпратим инструкции за създаване на нова." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Email адрес:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "E-mail адреси:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Нова парола" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Всички дати" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Празен)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Изберете %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Изберете %s за промяна" diff --git a/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo index a86d1424182a715b11b6723f146267d081930344..d98942886407fb46f5e3649287c29dd15256cd66 100644 Binary files a/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po index f6499aa5c4a520719455863c4fdda31208255661..4e31a049cdf19ebe52cdd1b1bc450e2c899361c0 100644 --- a/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po @@ -2,21 +2,21 @@ # # Translators: # Jannis Leidel , 2011. -# Todor Lubenov , 2011. +# Todor Lubenov , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"PO-Revision-Date: 2012-08-30 15:03+0000\n" "Last-Translator: Todor Lubenov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -29,11 +29,14 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Това е списък на наличните %s . Можете да изберете някои, като ги изберете в " +"полето по-долу и след това кликнете върху \"Избор\" стрелка между двете " +"кутии." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Въведете в това поле, за да филтрирате списъка на наличните %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -46,11 +49,11 @@ msgstr "Избери всички" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Кликнете, за да изберете всички %s наведнъж." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Избирам" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -67,6 +70,9 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Това е списък на избрания %s. Можете да премахнете някои, като ги изберете в " +"полето по-долу и след това щракнете върху \"Премахни\" стрелка между двете " +"кутии." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" @@ -75,7 +81,7 @@ msgstr "Премахване на всички" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Кликнете, за да премахнете всички избрани %s наведнъж." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo b/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo index 64019c77c0599df20d20fb4809d0b3dfea888eae..440f7b2d1f20e3973105fd3643970a648ded298f 100644 Binary files a/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/bn/LC_MESSAGES/django.po b/django/contrib/admin/locale/bn/LC_MESSAGES/django.po index be2b6cffcaacb944618ca565a82011490bffa01c..ac505656d704d8e397fda22bd0ee2f87e19bd734 100644 --- a/django/contrib/admin/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/bn/LC_MESSAGES/django.po @@ -1,291 +1,310 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: +# , 2013. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-20 15:10+0000\n" +"Last-Translator: anubhab91 \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "" +msgstr "%(count)d টি %(items)s সফলভাবে মুছে ফেলা হয়েছে" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" -msgstr "" +msgstr "%(name)s ডিলিট করা সম্ভব নয়" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "আপনি কি নিশ্চিত?" #: actions.py:83 #, python-format msgid "Delete selected %(verbose_name_plural)s" -msgstr "" +msgstr "চিহ্নিত অংশটি %(verbose_name_plural)s মুছে ফেলুন" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "সকল" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "হ্যাঁ" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "না" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "অজানা" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "যে কোন তারিখ" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "‍আজ" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "শেষ ৭ দিন" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "এ মাসে" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "এ বছরে" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "অনুগ্রহ করে পুনরায় প্রবেশ করুন, কেননা আপনার সেশনের মেয়াদ শেষ।" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "আপনার ইমেইল ঠিকানা, আপনার সদস্যনাম নয়। ’%s' চেষ্টা করতে পারেন।" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" -msgstr "" +msgstr "কাজ:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "কার্য সময়" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "অবজেক্ট আইডি" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "অবজেক্ট উপস্থাপক" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "কার্যচিহ্ন" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "বার্তা পরিবর্তন করুন" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "লগ এন্ট্রি" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "লগ এন্ট্রিসমূহ" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "%(object)s অ্যাড করা হয়েছে" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "\"%(object)s\" ডিলিট করা হয়েছে" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "লগ-এন্ট্রি দ্রব্য" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "কিছু না" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s পরিবর্তিত হয়েছে।" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "এবং" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" যুক্ত হয়েছে।" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" এর জন্য %(list)s পরিবর্তিত হয়েছে।" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" মোছা হয়েছে।" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "কোন ফিল্ড পরিবর্তন হয়নি।" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" সফলতার সাথে যুক্ত হয়েছে।" +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" সফলতার সাথে যুক্ত হয়েছে। আপনি নিচে থেকে এটি পুনরায় সম্পাদন " +"করতে পারেন।" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "আপনি নিচে থেকে এটি পুনরায় সম্পাদন করতে পারেন।" +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "আপনি নিচে থেকে আরেকটি %s যোগ করতে পারেন।" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" সফলতার সাথে যুক্ত হয়েছে।" -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" সফলতার সাথে পরিবর্তিত হয়েছে।" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" সফলতার সাথে যুক্ত হয়েছে। আপনি নিচে থেকে এটি পুনরায় সম্পাদন " -"করতে পারেন।" -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" সফলতার সাথে পরিবর্তিত হয়েছে।" + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." -msgstr "" +msgstr "কাজ করার আগে বস্তুগুলিকে অবশ্যই চিহ্নিত করতে হবে। কোনো বস্তু পরিবর্তিত হয়নি।" -#: options.py:918 +#: options.py:970 msgid "No action selected." -msgstr "" +msgstr "কোনো কাজ " -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s যোগ করুন" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s পরিবর্তন করুন" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "ডাটাবেস সমস্যা" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "" msgstr[1] "" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "" msgstr[1] "" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" -msgstr "" +msgstr "%(cnt)s টি থেকে ০ টি সিলেক্ট করা হয়েছে" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" সফলতার সাথে মুছে ফেলা হয়েছে।" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "ইতিহাস পরিবর্তনঃ %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "প্রবেশ করুন" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "সাইট প্রশাসন" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s প্রশাসন" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "তারিখঃ" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "সময়ঃ" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "খুঁজুন" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "আরেকটি যোগ করুন" +#: widgets.py:316 +msgid "Currently:" +msgstr "বর্তমান অবস্থা:" + +#: widgets.py:317 +msgid "Change:" +msgstr "পরিবর্তন:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "পৃষ্ঠা পাওয়া যায়নি" @@ -294,46 +313,44 @@ msgstr "পৃষ্ঠা পাওয়া যায়নি" msgid "We're sorry, but the requested page could not be found." msgstr "দুঃখিত, অনুরোধকৃত পাতাটি পাওয়া যায়নি।" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "নীড়পাতা" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "সার্ভার সমস্যা" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "সার্ভার সমস্যা (৫০০)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "সার্ভার সমস্যা (৫০০)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"একটি সমস্যা দেখা গিয়েছে। সাইট প্রশাসনকে ইমেইলের মাধ্যমে অবহিত করা হয়েছে। খুব " -"শীঘ্রই সমস্যার সমাধান হবে আশা করা যাচ্ছে। অনুগ্রহপূর্বক অপেক্ষা করুন।" #: templates/admin/actions.html:4 msgid "Run the selected action" -msgstr "" +msgstr "চিহ্নিত কাজটি শুরু করুন" #: templates/admin/actions.html:4 msgid "Go" @@ -341,7 +358,7 @@ msgstr "যান" #: templates/admin/actions.html:11 msgid "Click here to select the objects across all pages" -msgstr "" +msgstr "সকল পৃষ্ঠার দ্রব্য পছন্দ করতে এখানে ক্লিক করুন" #: templates/admin/actions.html:11 #, python-format @@ -350,9 +367,9 @@ msgstr "" #: templates/admin/actions.html:13 msgid "Clear selection" -msgstr "" +msgstr "চিহ্নিত অংশের চিহ্ন মুছে ফেলুন" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -362,22 +379,22 @@ msgid "Welcome," msgstr "স্বাগতম," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "সহায়িকা" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "পাসওয়ার্ড বদলান" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "প্রস্থান" @@ -389,41 +406,41 @@ msgstr "জ্যাঙ্গো সাইট প্রশাসক" msgid "Django administration" msgstr "জ্যাঙ্গো প্রশাসন" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "যোগ করুন" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "ইতিহাস" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "সাইটে দেখুন" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "অনুগ্রহ করে নিচের ভুলটি সংশোধন করুন।" msgstr[1] "অনুগ্রহ করে নিচের ভুলগুলো সংশোধন করুন।" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s যোগ করুন" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "ফিল্টার" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "ক্রমানুসারে সাজানো থেকে বিরত হোন" #: templates/admin/change_list_results.html:18 #, python-format @@ -432,14 +449,14 @@ msgstr "" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "ক্রমানুসারে সাজানো চালু করুন/ বন্ধ করুন" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "মুছুন" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -449,14 +466,14 @@ msgstr "" "%(object_name)s '%(escaped_object)s' মুছে ফেললে এর সম্পর্কিত অবজেক্টগুলোও মুছে " "যাবে, কিন্তু আপনার নিম্নবর্ণিত অবজেক্টগুলো মোছার অধিকার নেইঃ" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -465,16 +482,16 @@ msgstr "" "আপনি কি %(object_name)s \"%(escaped_object)s\" মুছে ফেলার ব্যাপারে নিশ্চিত? " "নিম্নে বর্ণিত সকল আইটেম মুছে যাবেঃ" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "হ্যা়ঁ, আমি নিশ্চিত" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" -msgstr "" +msgstr "একাধিক জিনিস মুছে ফেলুন" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -482,14 +499,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -501,36 +518,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s অনুযায়ী " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s এ্যপ্লিকেশনে অবস্থিত মডেলসমূহ" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "পরিবর্তন" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "কোন কিছু পরিবর্তনে আপনার অধিকার নেই।" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "সাম্প্রতিক কার্যাবলী" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "আমার কার্যাবলী" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "কিছুই পাওয়া যায়নি" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" -msgstr "" +msgstr "অজানা বিষয়" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -539,31 +556,27 @@ msgstr "" "আপনার ডাটাবেস ইনস্টলে সমস্যা হয়েছে। নিশ্চিত করুন যে, ডাটাবেস টেবিলগুলো সঠিকভাবে " "তৈরী হয়েছে, এবং যথাযথ সদস্যের ডাটাবেস পড়ার অধিকার রয়েছে।" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "সদস্যনামঃ" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "পাসওয়ার্ডঃ" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "ইউজার নেইম অথবা পাসওয়ার্ড ভুলে গেছেন?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "তারিখ/সময়" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "সদস্য" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "কার্য" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -579,7 +592,7 @@ msgstr "সংরক্ষণ করুন" #: templates/admin/search_form.html:7 msgid "Search" -msgstr "" +msgstr "সার্চ" #: templates/admin/search_form.html:9 #, python-format @@ -615,66 +628,66 @@ msgstr "" #: templates/admin/auth/user/add_form.html:8 msgid "Enter a username and password." -msgstr "" +msgstr "ইউজার নেইম এবং পাসওয়ার্ড টাইপ করুন।" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s সদস্যের জন্য নতুন পাসওয়ার্ড দিন।" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "পাসওয়ার্ড" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "পাসওয়ার্ড (পুনরায়)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "উপরের পাসওয়ার্ডটি পুনরায় প্রবেশ করান, যাচাইয়ের জন্য।" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "মুছে ফেলুন" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "মুছে ফেলুন" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "মুছে ফেলুন?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ওয়েবসাইটে কিছু সময় কাটানোর জন্য আপনাকে আন্তরিক ধন্যবাদ।" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "পুনরায় প্রবেশ করুন" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "পাসওয়ার্ড বদলান" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "পাসওয়ার্ড বদল সফল হয়েছে" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "আপনার পাসওয়ার্ড বদলানো হয়েছে।" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -682,46 +695,46 @@ msgstr "" "অনুগ্রহ করে আপনার পুরনো পাসওয়ার্ড প্রবেশ করান, নিরাপত্তার কাতিরে, এবং পরপর দু’বার " "নতুন পাসওয়ার্ড প্রবেশ করান, যাচাই করার জন্য।" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "পুরনো পাসওয়ার্ড" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "নতুন পাসওয়ার্ড" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "আমার পাসওয়ার্ড পরিবর্তন করুন" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "পাসওয়ার্ড রিসেট করুন" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "পাসওয়ার্ড রিসেট সম্পন্ন হয়েছে" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "আপনার পাসওয়ার্ড দেয়া হয়েছে। আপনি এখন প্রবেশ (লগইন) করতে পারেন।" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "পাসওয়ার্ড রিসেট নিশ্চিত করুন" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "নতুন পাসওয়ার্ড দিন" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -729,19 +742,19 @@ msgstr "" "অনুগ্রহ করে আপনার পাসওয়ার্ড দুবার প্রবেশ করান, যাতে আমরা যাচাই করতে পারি আপনি " "সঠিকভাবে টাইপ করেছেন।" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "নতুন পাসওয়ার্ডঃ" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "পাসওয়ার্ড নিশ্চিতকরণঃ" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "পাসওয়ার্ড রিসেট সফল হয়নি" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -749,22 +762,21 @@ msgstr "" "পাসওয়ার্ড রিসেট লিঙ্কটি ঠিক নয়, হয়তো এটা ইতোমধ্যে ব্যবহৃত হয়েছে। পাসওয়ার্ড " "রিসেটের জন্য অনুগ্রহ করে নতুনভাবে আবেদন করুন।" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "পাসওয়ার্ড রিসেট সফল হয়েছে" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"আপনার পাসওয়ার্ড ঠিক করার নিয়ম আপনাকে ইমেইল করা হয়েছে। শীঘ্রই আপনি ইমেইল পাবেন।" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -785,36 +797,34 @@ msgstr "আমাদের সাইট ব্যবহারের জন্য msgid "The %(site_name)s team" msgstr "%(site_name)s দল" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"পাসওয়ার্ড ভুলে গেছেন? আপনার ইমেইল ঠিকানা দিন, আমরা নতুন পাসওয়ার্ড দেয়ার নিয়ম " -"আপনাকে মেইল করে দেবো।" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ইমেইল ঠিকানঃ" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "ইমেইল ঠিকানা:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "আমার পাসওয়ার্ড রিসেট করুন" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "সকল তারিখ" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" -msgstr "" +msgstr "(কিছুই না)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s বাছাই করুন" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s পরিবর্তনের জন্য বাছাই করুন" diff --git a/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo index f5a69a9c45d51267252624ec22277f5c9178f1db..d746d04202404bcb9c7c4c3d3b9aaa1abf0ff9f9 100644 Binary files a/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po index e44dd860fa92e871d7747c0da529786f1437b2f2..9fa2d361b2b073c8c0a4fad4d71d4cce45c4518a 100644 --- a/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po @@ -9,13 +9,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/br/LC_MESSAGES/django.mo b/django/contrib/admin/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9121c62db435a9bef42e0933701af0909aa00b6b Binary files /dev/null and b/django/contrib/admin/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/br/LC_MESSAGES/django.po b/django/contrib/admin/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..94518e9b0997aefd4298799872364a9e8475a978 --- /dev/null +++ b/django/contrib/admin/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,811 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: actions.py:48 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#: actions.py:60 options.py:1347 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +#: actions.py:62 options.py:1349 +msgid "Are you sure?" +msgstr "Ha sur oc'h ?" + +#: actions.py:83 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 +msgid "All" +msgstr "An holl" + +#: filters.py:238 +msgid "Yes" +msgstr "Ya" + +#: filters.py:239 +msgid "No" +msgstr "Ket" + +#: filters.py:253 +msgid "Unknown" +msgstr "Dianav" + +#: filters.py:308 +msgid "Any date" +msgstr "Forzh pegoulz" + +#: filters.py:309 +msgid "Today" +msgstr "Hiziv" + +#: filters.py:313 +msgid "Past 7 days" +msgstr "Er 7 devezh diwezhañ" + +#: filters.py:317 +msgid "This month" +msgstr "Ar miz-mañ" + +#: filters.py:321 +msgid "This year" +msgstr "Ar bloaz-mañ" + +#: forms.py:9 +#, 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:19 +msgid "Please log in again, because your session has expired." +msgstr "" + +#: helpers.py:23 +msgid "Action:" +msgstr "Ober :" + +#: models.py:24 +msgid "action time" +msgstr "eur an ober" + +#: models.py:27 +msgid "object id" +msgstr "" + +#: models.py:28 +msgid "object repr" +msgstr "" + +#: models.py:29 +msgid "action flag" +msgstr "" + +#: models.py:30 +msgid "change message" +msgstr "Kemennadenn gemmañ" + +#: models.py:35 +msgid "log entry" +msgstr "" + +#: models.py:36 +msgid "log entries" +msgstr "" + +#: models.py:45 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#: models.py:47 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#: models.py:52 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +#: models.py:54 +msgid "LogEntry Object" +msgstr "Traezenn eus ar marilh" + +#: options.py:156 options.py:172 +msgid "None" +msgstr "Hini ebet" + +#: options.py:684 +#, python-format +msgid "Changed %s." +msgstr "Kemmet %s." + +#: options.py:684 options.py:694 +msgid "and" +msgstr "ha" + +#: options.py:689 +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:693 +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:698 +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:702 +msgid "No fields changed." +msgstr "N'eus bet kemmet maezienn ebet." + +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +#: options.py:951 options.py:1211 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +#: options.py:970 +msgid "No action selected." +msgstr "" + +#: options.py:1050 +#, python-format +msgid "Add %s" +msgstr "Ouzhpennañ %s" + +#: options.py:1074 options.py:1319 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#: options.py:1140 +#, python-format +msgid "Change %s" +msgstr "Kemmañ %s" + +#: options.py:1190 +msgid "Database error" +msgstr "Fazi en diaz roadennoù" + +#: options.py:1253 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#: options.py:1280 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: options.py:1285 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#: options.py:1335 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#: options.py:1382 +#, python-format +msgid "Change history: %s" +msgstr "Istor ar c'hemmoù : %s" + +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 +msgid "Log in" +msgstr "Kevreañ" + +#: sites.py:388 +msgid "Site administration" +msgstr "Merañ al lec'hienn" + +#: sites.py:440 +#, python-format +msgid "%s administration" +msgstr "Merañ %s" + +#: widgets.py:90 +msgid "Date:" +msgstr "Deiziad :" + +#: widgets.py:91 +msgid "Time:" +msgstr "Eur :" + +#: widgets.py:165 +msgid "Lookup" +msgstr "Klask" + +#: widgets.py:271 +msgid "Add Another" +msgstr "Ouzhpennañ unan all" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + +#: templates/admin/404.html:4 templates/admin/404.html.py:8 +msgid "Page not found" +msgstr "N'eo ket bet kavet ar bajenn" + +#: templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "Degemer" + +#: templates/admin/500.html:7 +msgid "Server error" +msgstr "Fazi servijer" + +#: templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Fazi servijer (500)" + +#: templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Fazi servijer (500)" + +#: templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Go" +msgstr "Mont" + +#: templates/admin/actions.html:11 +msgid "Click here to select the objects across all pages" +msgstr "" + +#: templates/admin/actions.html:11 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +#: templates/admin/actions.html:13 +msgid "Clear selection" +msgstr "Riñsañ an diuzadenn" + +#: templates/admin/app_index.html:10 templates/admin/index.html:21 +#, python-format +msgid "%(name)s" +msgstr "%(name)s" + +#: templates/admin/base.html:28 +msgid "Welcome," +msgstr "Degemer mat," + +#: templates/admin/base.html:33 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "Teulioù" + +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "Cheñch ger-tremen" + +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "Digevreañ" + +#: templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "Lec'hienn verañ Django" + +#: templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "Merañ Django" + +#: templates/admin/change_form.html:22 templates/admin/index.html:33 +msgid "Add" +msgstr "Ouzhpennañ" + +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 +msgid "History" +msgstr "Istor" + +#: templates/admin/change_form.html:33 +#: templates/admin/edit_inline/stacked.html:9 +#: templates/admin/edit_inline/tabular.html:30 +msgid "View on site" +msgstr "Gwelet war al lec'hienn" + +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#: templates/admin/change_list.html:58 +#, python-format +msgid "Add %(name)s" +msgstr "Ouzhpennañ %(name)s" + +#: templates/admin/change_list.html:78 +msgid "Filter" +msgstr "Sil" + +#: templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "" + +#: templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "Eilpennañ an diuzadenn" + +#: templates/admin/delete_confirmation.html:11 +#: templates/admin/submit_line.html:4 +msgid "Delete" +msgstr "Diverkañ" + +#: templates/admin/delete_confirmation.html:18 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:26 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:34 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Ya, sur on" + +#: templates/admin/delete_selected_confirmation.html:10 +msgid "Delete multiple objects" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:17 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:25 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:33 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +#: templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr " dre %(filter_title)s " + +#: templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: templates/admin/index.html:39 +msgid "Change" +msgstr "Kemmañ" + +#: templates/admin/index.html:49 +msgid "You don't have permission to edit anything." +msgstr "" + +#: templates/admin/index.html:57 +msgid "Recent Actions" +msgstr "" + +#: templates/admin/index.html:58 +msgid "My Actions" +msgstr "Ma oberoù" + +#: templates/admin/index.html:62 +msgid "None available" +msgstr "" + +#: templates/admin/index.html:76 +msgid "Unknown content" +msgstr "Endalc'had dianav" + +#: templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#: templates/admin/login.html:37 +msgid "Password:" +msgstr "Ger-tremen :" + +#: templates/admin/login.html:44 +msgid "Forgotten your password or username?" +msgstr "Disoñjet ho ker-tremen pe hoc'h anv implijer ganeoc'h ?" + +#: templates/admin/object_history.html:23 +msgid "Date/time" +msgstr "Deiziad/eur" + +#: templates/admin/object_history.html:24 +msgid "User" +msgstr "Implijer" + +#: templates/admin/object_history.html:25 +msgid "Action" +msgstr "Ober" + +#: templates/admin/object_history.html:39 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +#: templates/admin/pagination.html:10 +msgid "Show all" +msgstr "Diskouez pep tra" + +#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 +msgid "Save" +msgstr "Enrollañ" + +#: templates/admin/search_form.html:7 +msgid "Search" +msgstr "Klask" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +#: templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "Enrollañ evel nevez" + +#: templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "Enrollañ hag ouzhpennañ unan all" + +#: templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "Enrollañ ha derc'hel da gemmañ" + +#: templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +#: templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "Merkit un anv implijer hag ur ger-tremen." + +#: templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +#: templates/admin/auth/user/change_password.html:38 +msgid "Password" +msgstr "Ger-tremen" + +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 +msgid "Password (again)" +msgstr "Ger-tremen (adarre)" + +#: templates/admin/auth/user/change_password.html:45 +msgid "Enter the same password as above, for verification." +msgstr "" + +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Lemel kuit" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +#: templates/admin/edit_inline/tabular.html:17 +msgid "Delete?" +msgstr "Diverkañ ?" + +#: templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +#: templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Kevreañ en-dro" + +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 +msgid "Password change" +msgstr "Cheñch ho ker-tremen" + +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 +msgid "Password change successful" +msgstr "Ger-termen cheñchet ervat" + +#: templates/registration/password_change_done.html:17 +msgid "Your password was changed." +msgstr "Cheñchet eo bet ho ker-tremen." + +#: templates/registration/password_change_form.html:26 +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/registration/password_change_form.html:32 +msgid "Old password" +msgstr "Ger-tremen kozh" + +#: templates/registration/password_change_form.html:37 +msgid "New password" +msgstr "Ger-tremen nevez" + +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 +msgid "Change my password" +msgstr "Cheñch ma ger-tremen" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 +msgid "Password reset" +msgstr "Adderaouekaat ar ger-tremen" + +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 +msgid "Password reset complete" +msgstr "Adderaouekaet eo bet ar ger-tremen ervat" + +#: templates/registration/password_reset_complete.html:17 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +#: templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "Kadarnaat eo bet cheñchet ar ger-tremen" + +#: templates/registration/password_reset_confirm.html:17 +msgid "Enter new password" +msgstr "Merkañ ur ger-tremen nevez" + +#: templates/registration/password_reset_confirm.html:19 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +#: templates/registration/password_reset_confirm.html:23 +msgid "New password:" +msgstr "Ger-tremen nevez :" + +#: templates/registration/password_reset_confirm.html:25 +msgid "Confirm password:" +msgstr "Kadarnaat ar ger-tremen :" + +#: templates/registration/password_reset_confirm.html:31 +msgid "Password reset unsuccessful" +msgstr "Ur fazi zo c'hoarvezet en ur cheñch ger-tremen" + +#: templates/registration/password_reset_confirm.html:33 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 +msgid "Password reset successful" +msgstr "Cheñchet eo bet ar ger-tremen ervat" + +#: templates/registration/password_reset_done.html:17 +msgid "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." +msgstr "" + +#: templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "" + +#: templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Ho trugarekaat da ober gant hol lec'hienn !" + +#: templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: templates/registration/password_reset_form.html:17 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Reset my password" +msgstr "" + +#: templatetags/admin_list.py:344 +msgid "All dates" +msgstr "An holl zeiziadoù" + +#: views/main.py:33 +msgid "(None)" +msgstr "(hini)" + +#: views/main.py:76 +#, python-format +msgid "Select %s" +msgstr "Diuzañ %s" + +#: views/main.py:78 +#, python-format +msgid "Select %s to change" +msgstr "" diff --git a/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..aadd5d27c209920ed0a8721941073325484a66f4 Binary files /dev/null and b/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000000000000000000000000000000000..bc95737f7029a52ab1fe2b95bd25a52b1161cc6c --- /dev/null +++ b/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po @@ -0,0 +1,170 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2012-06-30 18:35+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: static/admin/js/SelectFilter2.js:45 +#, c-format +msgid "Available %s" +msgstr "Hegerz %s" + +#: static/admin/js/SelectFilter2.js:46 +#, c-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:53 +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: static/admin/js/SelectFilter2.js:57 +msgid "Filter" +msgstr "Sil" + +#: static/admin/js/SelectFilter2.js:61 +msgid "Choose all" +msgstr "Dibab an holl" + +#: static/admin/js/SelectFilter2.js:61 +#, c-format +msgid "Click to choose all %s at once." +msgstr "Klikañ evit dibab an holl %s war un dro." + +#: static/admin/js/SelectFilter2.js:67 +msgid "Choose" +msgstr "Dibab" + +#: static/admin/js/SelectFilter2.js:69 +msgid "Remove" +msgstr "Lemel kuit" + +#: static/admin/js/SelectFilter2.js:75 +#, c-format +msgid "Chosen %s" +msgstr "Dibabet %s" + +#: static/admin/js/SelectFilter2.js:76 +#, c-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +msgid "Remove all" +msgstr "Lemel kuit pep tra" + +#: static/admin/js/SelectFilter2.js:80 +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikañ evit dilemel an holl %s dibabet war un dro." + +#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#: static/admin/js/calendar.js:26 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" +"Genver C'hwevrer Meurzh Ebrel Mae Mezheven Gouere Eost Gwengolo Here Du Kerzu" + +#: static/admin/js/calendar.js:27 +msgid "S M T W T F S" +msgstr "S L M M Y G S" + +#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 +#: static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "Diskouez" + +#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "Kuzhat" + +#: static/admin/js/admin/DateTimeShortcuts.js:49 +#: static/admin/js/admin/DateTimeShortcuts.js:85 +msgid "Now" +msgstr "Bremañ" + +#: static/admin/js/admin/DateTimeShortcuts.js:53 +msgid "Clock" +msgstr "Horolaj" + +#: static/admin/js/admin/DateTimeShortcuts.js:81 +msgid "Choose a time" +msgstr "Dibab un eur" + +#: static/admin/js/admin/DateTimeShortcuts.js:86 +msgid "Midnight" +msgstr "Hanternoz" + +#: static/admin/js/admin/DateTimeShortcuts.js:87 +msgid "6 a.m." +msgstr "6e00" + +#: static/admin/js/admin/DateTimeShortcuts.js:88 +msgid "Noon" +msgstr "Kreisteiz" + +#: static/admin/js/admin/DateTimeShortcuts.js:92 +#: static/admin/js/admin/DateTimeShortcuts.js:204 +msgid "Cancel" +msgstr "Nullañ" + +#: static/admin/js/admin/DateTimeShortcuts.js:144 +#: static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Today" +msgstr "Hiziv" + +#: static/admin/js/admin/DateTimeShortcuts.js:148 +msgid "Calendar" +msgstr "Deiziadur" + +#: static/admin/js/admin/DateTimeShortcuts.js:195 +msgid "Yesterday" +msgstr "Dec'h" + +#: static/admin/js/admin/DateTimeShortcuts.js:199 +msgid "Tomorrow" +msgstr "Warc'hoazh" diff --git a/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo b/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo index fdb5eff241bab88efced8d697d0fbe909849366d..d54fc1e187ed9ce243a0d539b35ef3bf3d551280 100644 Binary files a/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/bs/LC_MESSAGES/django.po b/django/contrib/admin/locale/bs/LC_MESSAGES/django.po index 85f3d21f585f91f6c49eb85968a9fe3761322d40..b3e56cf0b177fd7c91cad2c182a084a9ba5a9a31 100644 --- a/django/contrib/admin/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/bs/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Filip Dupanović \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Uspješno izbrisano %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Da li ste sigurni?" @@ -38,168 +38,176 @@ msgstr "Da li ste sigurni?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Izbriši odabrane %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Svi" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Da" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nepoznato" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Svi datumi" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Danas" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Poslednjih 7 dana" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ovaj mesec" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Ova godina" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Molimo da se prijavite ponovo, pošto je vaša sesija istekla." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Vaša email adresa nije vaše korisničko ime. Probajte sa „%s“." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Radnja:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "vrijeme radnje" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id objekta" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr objekta" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "oznaka radnje" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "opis izmjene" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "zapis u logovima" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "zapisi u logovima" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Nijedan" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Promijenjeno %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "i" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Dodano %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Promijeni %(list)s za %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Izbrisani %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nije bilo izmjena polja." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s sačuvan je uspješno." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Objekat „%(obj)s“ klase %(name)s dodat je uspješno. Dole možete unjeti " +"dodatne izmjene." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Dole možete ponovo unositi izmjene." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Dole možete dodati novi objekat klase %s" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s sačuvan je uspješno." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s izmjenjen je uspješno." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Objekat „%(obj)s“ klase %(name)s dodat je uspješno. Dole možete unjeti " -"dodatne izmjene." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s izmjenjen je uspješno." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -207,30 +215,30 @@ msgstr "" "Predmeti moraju biti izabrani da bi se mogla obaviti akcija nad njima. " "Nijedan predmet nije bio izmjenjen." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nijedna akcija nije izabrana." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Dodaj objekat klase %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objekat klase %(name)s sa primarnim ključem %(key)r ne postoji." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Izmjeni objekat klase %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Greška u bazi podataka" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -238,7 +246,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -246,52 +254,60 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 od %(cnt)s izabrani" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Objekat „%(obj)s“ klase %(name)s obrisan je uspješno." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Historijat izmjena: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Prijava" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administracija sistema" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administracija %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Vrijeme:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Pretraži" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Dodaj još jedan" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Stranica nije pronađena" @@ -300,42 +316,40 @@ msgstr "Stranica nije pronađena" msgid "We're sorry, but the requested page could not be found." msgstr "Žao nam je, tražena stranica nije pronađena." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Početna" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Greška na serveru" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Greška na serveru (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Greška na serveru (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Došlo je do greške. Administrator sajta je obavešten emailom i greška će " -"biti uskoro otklonjena. Hvala na strpljenju." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +372,7 @@ msgstr "Izaberite svih %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Izbrišite izbor" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +382,22 @@ msgid "Welcome," msgstr "Dobrodošli," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Promjena lozinke" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Odjava" @@ -395,36 +409,36 @@ msgstr "Django administracija sajta" msgid "Django administration" msgstr "Django administracija" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Dodaj" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historijat" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Pregled na sajtu" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Dodaj objekat klase %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -441,12 +455,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Obriši" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -457,14 +471,14 @@ msgstr "" "objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za " "brisanje slijedećih tipova objekata:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +488,16 @@ msgstr "" "„%(escaped_object)s“? Slijedeći objekti koji su u vezi sa ovim objektom će " "također biti obrisani:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Da, siguran sam" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Brisanje više objekata" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -491,14 +505,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -510,36 +524,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeli dostupni u aplikaciji %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Izmjeni" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nemate dozvole da unosite bilo kakve izmjene." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Posjlednje radnje" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Moje radnje" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nema podataka" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Nepoznat sadržaj" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -548,31 +562,27 @@ msgstr "" "Nešto nije uredu sa vašom bazom podataka. Provjerite da li postoje " "odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Korisnik:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Lozinka:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum/vrijeme" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Korisnik" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Radnja" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -629,64 +639,64 @@ msgstr "" msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Unesite novu lozinku za korisnika %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Lozinka" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Lozinka (ponovite)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Radi provjere tačnosti ponovo unesite lozinku koju ste unijeli gore." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Obriši" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Dodaj još jedan %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Obriši" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Brisanje?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Hvala što ste danas proveli vrijeme na ovom sajtu." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Ponovna prijava" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Izmjena lozinke" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "uspješna izmjena lozinke" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Vaša lozinka je izmjenjena." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,46 +704,46 @@ msgstr "" "Iz bezbjednosnih razloga prvo unesite svoju staru lozinku, a novu zatim " "unesite dva puta da bismo mogli da provjerimo da li ste je pravilno unijeli." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Stara lozinka" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nova lozinka" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Izmijeni moju lozinku" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Resetovanje lozinke" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Resetovanje lozinke uspješno" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Vaša lozinka je postavljena. Možete se prijaviti." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potvrda resetovanja lozinke" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Unesite novu lozinku" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -741,19 +751,19 @@ msgstr "" "Unesite novu lozinku dva puta kako bismo mogli da provjerimo da li ste je " "pravilno unijeli." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nova lozinka:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potvrda lozinke:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Resetovanje lozinke neuspješno" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -761,23 +771,21 @@ msgstr "" "Link za resetovanje lozinke nije važeći, vjerovatno zato što je već " "iskorišćen. Ponovo zatražite resetovanje lozinke." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Resetovanje lozinke uspješno." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Poslali smo uputstva za postavljanje nove lozinke na email adresu koju ste " -"nam dali. Uputstva ćete dobiti uskoro." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -798,36 +806,34 @@ msgstr "Hvala što koristite naš sajt!" msgid "The %(site_name)s team" msgstr "Uredništvo sajta %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Zaboravili ste lozinku? Unesite svoju email adresu dole i poslaćemo vam " -"uputstva za postavljanje nove." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Email adresa:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Resetuj moju lozinku" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Svi datumi" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Odaberi objekat klase %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Odaberi objekat klase %s za izmjenu" diff --git a/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo index 46b645257932b7e7c43542a1f0cd9f73d0cd9412..9e9b2e3978b4593e884e6aab8cd0cb054a811fb4 100644 Binary files a/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po index cf93e7fb1cbd81b5a2d2dc89e9d072241bc9076e..95ef7116b4ac467b0c97ac6b4f5cedfeb0de2d90 100644 --- a/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po @@ -9,14 +9,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Filip Dupanović \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo index d1d5a0800edf8edddff71eaae2826c33b5cc76c6..e9210c0fa8f05444f25a001695314a4a30f06a4f 100644 Binary files a/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ca/LC_MESSAGES/django.po b/django/contrib/admin/locale/ca/LC_MESSAGES/django.po index 4fa557ba4d03f4b5ceafe1fdcc770e317cd538a1..9cc2355dcbbc87303ae1f7eb9743008917cf9a68 100644 --- a/django/contrib/admin/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ca/LC_MESSAGES/django.po @@ -1,34 +1,35 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Antoni Aloy , 2012-2013. # Carles Barrobés , 2011, 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-10 18:52+0000\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Eliminat/s %(count)d %(items)s satisfactòriament." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "No es pot esborrar %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "N'esteu segur?" @@ -37,172 +38,183 @@ msgstr "N'esteu segur?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Eliminar els %(verbose_name_plural)s seleccionats" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Tots" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sí" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "No" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Desconegut" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Qualsevol data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Avui" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últims 7 dies" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Aquest mes" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Aquest any" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Sisplau entreu el nom d'usuari i la contrasenya correctes per a un compte " -"administratiu. Tingueu en compte que es diferencien majúscules i minúscules " -"per als dos camps. " +"Si us plau, introduïu un %(username)s i clau correcta per un compte de " +"personal. Observeu que ambdós camps són sensibles a majúscules." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Si us plau, entreu de nou perquè la vostra sessió ha caducat." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"La vostra adreça de correu no és el vostre nom d'usuari. Provi '%s' en el " -"seu lloc." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Acció:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "moment de l'acció" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id de l'objecte" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "'repr' de l'objecte" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "indicador de l'acció" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "missatge del canvi" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada del registre" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entrades del registre" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Afegit \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Modificat \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Eliminat \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objecte entrada del registre" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "cap" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modificat %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "i" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Afegit %(name)s \"%(object)s\"" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Modificat %(list)s per a %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Eliminat %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Cap camp modificat." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "El/la %(name)s \"%(obj)s\" ha estat afegit/da amb èxit." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"S'ha afegit amb èxit el/la %(name)s \"%(obj)s\". Pot editar-lo de nou a sota." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Podeu editar-lo de nou a sota." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"El %(name)s \"%(obj)s fou afegit satisfactòriament. Pos afegir un altre " +"%(name)s a continuació." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Podeu afegir un altre %s a sota." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "El/la %(name)s \"%(obj)s\" ha estat afegit/da amb èxit." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "S'ha modificat amb èxit el/la %(name)s \"%(obj)s." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"El %(name)s \"%(obj)s\" fou canviat satisfactòriament. Pot editar-lo un " +"altra vegada a continuació." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"S'ha afegit amb èxit el/la %(name)s \"%(obj)s\". Pot editar-lo de nou a sota." +"El %(name)s \"%(obj)s\" fou canviat satisfactòriament. Pots afegir un altre " +"%(name)s a continuació." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "S'ha modificat amb èxit el/la %(name)s \"%(obj)s." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -210,89 +222,97 @@ msgstr "" "Heu de seleccionar els elements per poder realitzar-hi accions. No heu " "seleccionat cap element." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "no heu seleccionat cap acció" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Afegir %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "No existeix cap objecte %(name)s amb la clau primària %(key)r." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Error de base de dades" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s s'ha modificat amb èxit." msgstr[1] "%(count)s %(name)s s'han modificat amb èxit." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s seleccionat(s)" msgstr[1] "Tots %(total_count)s seleccionat(s)" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 de %(cnt)s seleccionats" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "El/la %(name)s \"%(obj)s\" s'ha eliminat amb èxit." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Modificar històric: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Iniciar sessió" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administració del lloc" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administració de %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Cercar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Afegir-ne un altre" +#: widgets.py:316 +msgid "Currently:" +msgstr "Actualment:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Canviar:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "No s'ha pogut trobar la pàgina" @@ -301,39 +321,39 @@ msgstr "No s'ha pogut trobar la pàgina" msgid "We're sorry, but the requested page could not be found." msgstr "Ho sentim, però no s'ha pogut trobar la pàgina sol·licitada" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Inici" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Error del servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Error del servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Error del servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "S'ha produït un error. Se n'ha informat els administradors del lloc per " "correu electrònic, i hauria d'arreglar-se en breu. Gràcies per la vostra " @@ -360,7 +380,7 @@ msgstr "Seleccioneu tots %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Netejar la selecció" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -370,22 +390,22 @@ msgid "Welcome," msgstr "Benvingut/da," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentació" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Canviar contrasenya" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Finalitzar sessió" @@ -397,35 +417,35 @@ msgstr "Lloc administratiu de Django" msgid "Django administration" msgstr "Administració de Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Afegir" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Històric" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Veure al lloc" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Si us plau, corregiu l'error mostrat a sota." msgstr[1] "Si us plau, corregiu els errors mostrats a sota." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Afegir %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtre" @@ -442,12 +462,12 @@ msgstr "Prioritat d'ordenació: %(priority_number)s" msgid "Toggle sorting" msgstr "Commutar ordenació" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Eliminar" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -458,7 +478,7 @@ msgstr "" "d'objectes relacionats, però el vostre compte no te permisos per esborrar " "els tipus d'objecte següents:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -467,7 +487,7 @@ msgstr "" "Esborrar %(object_name)s '%(escaped_object)s' requeriria esborrar els " "següents objectes relacionats protegits:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -476,16 +496,16 @@ msgstr "" "Esteu segurs de voler esborrar els/les %(object_name)s \"%(escaped_object)s" "\"? S'esborraran els següents elements relacionats:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sí, n'estic segur" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Eliminar múltiples objectes" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -496,7 +516,7 @@ msgstr "" "relacionats, però el vostre compte no té permisos per esborrar els següents " "tipus d'objectes:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -505,7 +525,7 @@ msgstr "" "Esborrar els %(objects_name)s seleccionats requeriria esborrar els següents " "objectes relacionats protegits:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -519,36 +539,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Per %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Models disponibles a l'aplicació %(name)s." +msgid "Models in the %(name)s application" +msgstr "Models en l'aplicació %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "No teniu permís per editar res." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Accions recents" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Les meves accions" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Cap disponible" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contingut desconegut" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -558,31 +578,27 @@ msgstr "" "vos que s'han creat les taules adients, i que la base de dades és llegible " "per l'usuari apropiat." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Nom d'usuari:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Contrasenya:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Heu oblidat la vostra contrasenya o nom d'usuari?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Usuari" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Acció" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -638,64 +654,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Introduïu un nom d'usuari i contrasenya." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Introduïu una contrasenya per l'usuari %(username)s" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Contrasenya" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Contrasenya (de nou)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Introduïu la mateixa contrasenya de dalt, per fer-ne la verificació." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Eliminar" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Afegir un/a altre/a %(verbose_name)s." -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Eliminar" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Eliminar?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Gràcies per passar una estona de qualitat al web durant el dia d'avui." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Iniciar sessió de nou" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Canvi de contrasenya" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Contrasenya canviada amb èxit" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "La seva contrasenya ha estat canviada." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -704,47 +720,47 @@ msgstr "" "seguit introduïu la vostra contrasenya nova dues vegades per verificar que " "l'heu escrita correctament." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Contrasenya antiga" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Contrasenya nova" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Canviar la meva contrasenya:" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Restablir contrasenya" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Contrasenya restablerta" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "S'ha canviat la vostra contrasenya. Ara podeu continuar i iniciar sessió." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmació de restabliment de contrasenya" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Introduïu la nova contrasenya" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -752,19 +768,19 @@ msgstr "" "Si us plau, introduïu la vostra nova contrasenya dues vegades, per verificar " "que l'heu escrita correctament." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Contrasenya nova:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirmar contrasenya:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Restabliment de contrasenya fallat" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -772,14 +788,14 @@ msgstr "" "L'enllaç de restabliment de contrasenya era invàlid, potser perquè ja s'ha " "utilitzat. Si us plau, sol·liciteu un nou reestabliment de contrasenya." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Restabliment de contrasenya amb èxit" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Us hem enviat les instruccions per canviar la vostra contrasenya a l'adreça " @@ -788,10 +804,10 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Heu rebut aquest correu perquè vau sol·licitar un reinici de contrasenya per " +"Heu rebut aquest correu perquè vau sol·licitar restablir la contrasenya per " "al vostre compte d'usuari a %(site_name)s." #: templates/registration/password_reset_email.html:4 @@ -811,36 +827,36 @@ msgstr "Gràcies per fer ús del nostre lloc!" msgid "The %(site_name)s team" msgstr "L'equip de %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Heu oblidat la vostra contrasenya? Introduïu la vostra adreça de correu " "electrònic a sota, i us enviarem instruccions per canviar-la." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "Adreça de correu electrònic:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Restablir la meva contrasenya" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Totes les dates" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Cap)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Seleccioneu %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Seleccioneu %s per modificar" diff --git a/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo index f2468007930ee618efe343f88a226baacb5f7921..76eb4dce4ac5d857140468fb9317a3ee47618f35 100644 Binary files a/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po index d10f5ed907f9146c1d1abc0142b360f1e9d17ca5..89fbfdcdfa7442b4f8aa790ba17c4eff91554f8f 100644 --- a/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo b/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo index a000348984d1ce9a2ea8aa9a9f8cdf4bedc40a13..403d6e8baa181aee951425859d77bbd78effc194 100644 Binary files a/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/cs/LC_MESSAGES/django.po b/django/contrib/admin/locale/cs/LC_MESSAGES/django.po index fd6e4bff99e862c0f4224541493f3d27f9424c7e..fde2281b1649f1ce43d94f71a4656cfaa3099249 100644 --- a/django/contrib/admin/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/cs/LC_MESSAGES/django.po @@ -3,33 +3,33 @@ # Translators: # Jannis Leidel , 2011. # Jirka Vejrazka , 2011. -# Vlada Macek , 2012. +# Vlada Macek , 2012-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-05 08:37+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Úspěšně odstraněno: %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Nelze smazat %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Jste si jisti?" @@ -38,172 +38,184 @@ msgstr "Jste si jisti?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Odstranit vybrané položky typu %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Vše" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ano" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Neznámé" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Libovolné datum" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Dnes" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Posledních 7 dní" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Tento měsíc" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Tento rok" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Zadejte správné uživatelské jméno a heslo pro účet personálu. U obou polí " -"záleží na malých/velkých písmenech." +"Zadejte správné %(username)s a heslo pro personál. Obě pole mohou rozlišovat " +"velká a malá písmena." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Přihlaste se znovu, vaše sezení vypršelo." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Vaše e-mailová adresa není vaše uživatelské jméno. Zkuste místo toho \"%s\"." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Operace:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "čas operace" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id položky" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "reprez. položky" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "příznak operace" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "zpráva o změně" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "položka protokolu" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "položky protokolu" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Přidán objekt \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Změněn objekt \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Odstraněn objekt \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objekt záznam v protokolu" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Žádný" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Změněno: %s" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "a" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Položka \"%(object)s\" typu %(name)s byla přidána." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." -msgstr "" -"Pole \"%(list)s\" pro položku \"%(object)s\" typu %(name)s změněno/změněna." +msgstr "Změna polí: %(list)s pro položku \"%(object)s\" typu %(name)s." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Položka \"%(object)s\" typu %(name)s byla odstraněna." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nebyla změněna žádná pole." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně přidána." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Položka \"%(obj)s\" typu %(name)s byla úspěšně přidána. Níže můžete v " +"úpravách pokračovat." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "V úpravách můžete pokračovat níže." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"Objekt \"%(obj)s\" typu %(name)s byl úspěšně přidán. Níže můžete přidat " +"další %(name)s." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Níže můžete přidat další položku typu %s." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně přidána." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně změněna." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"Objekt \"%(obj)s\" typu %(name)s byl úspěšně změněn. Níže ho můžete znovu " +"upravovat." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Položka \"%(obj)s\" typu %(name)s byla úspěšně přidána. Níže můžete v " -"úpravách pokračovat." +"Objekt \"%(obj)s\" typu %(name)s byl úspěšně změněn. Níže můžete přidat " +"další %(name)s." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně změněna." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -211,30 +223,30 @@ msgstr "" "K provedení hromadných operací je třeba vybrat nějaké položky. Nedošlo k " "žádným změnám." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nebyla vybrána žádná operace." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s: přidat" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Položka \"%(name)s\" s primárním klíčem \"%(key)r\" neexistuje." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s: změnit" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Chyba databáze" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -242,7 +254,7 @@ msgstr[0] "Položka %(name)s byla úspěšně změněna." msgstr[1] "%(count)s položky %(name)s byly úspěšně změněny." msgstr[2] "%(count)s položek %(name)s bylo úspěšně změněno." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -250,52 +262,60 @@ msgstr[0] "%(total_count)s položka vybrána." msgstr[1] "Všechny %(total_count)s položky vybrány." msgstr[2] "Vybráno všech %(total_count)s položek." -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "Vybraných je 0 položek z celkem %(cnt)s." -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně odstraněna." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Historie změn: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Přihlášení" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Správa webu" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Správa aplikace %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Čas:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Hledat" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Přidat další" +#: widgets.py:316 +msgid "Currently:" +msgstr "Aktuálně:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Změna:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Stránka nenalezena" @@ -304,42 +324,42 @@ msgstr "Stránka nenalezena" msgid "We're sorry, but the requested page could not be found." msgstr "Požadovaná stránka nebyla bohužel nalezena." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Domů" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Chyba serveru" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Chyba serveru (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Chyba serveru (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Došlo k chybě. Byla oznámena správci serveru e-mailem a měla by být brzy " -"odstraněna. Děkujeme za trpělivost." +"V systému došlo k chybě. Byla e-mailem nahlášena správcům, kteří by ji měli " +"v krátké době opravit. Děkujeme za trpělivost." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -362,7 +382,7 @@ msgstr "Vybrat všechny položky typu %(module_name)s, celkem %(total_count)s." msgid "Clear selection" msgstr "Zrušit výběr" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -372,22 +392,22 @@ msgid "Welcome," msgstr "Vítejte, uživateli" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentace" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Změnit heslo" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Odhlásit se" @@ -399,36 +419,36 @@ msgstr "Správa webu Django" msgid "Django administration" msgstr "Správa systému Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Přidat" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historie" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Zobrazení na webu" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Opravte níže uvedenou chybu." msgstr[1] "Opravte níže uvedené chyby." msgstr[2] "Opravte níže uvedené chyby." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s: přidat" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtr" @@ -445,12 +465,12 @@ msgstr "Priorita řazení: %(priority_number)s" msgid "Toggle sorting" msgstr "Přehodit řazení" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Odstranit" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -461,7 +481,7 @@ msgstr "" "odstranění souvisejících položek. Nemáte však oprávnění k odstranění položek " "následujících typů:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -470,7 +490,7 @@ msgstr "" "Odstranění položky '%(escaped_object)s' typu %(object_name)s by vyžadovalo " "odstranění souvisejících chráněných položek:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -479,16 +499,16 @@ msgstr "" "Opravdu má být odstraněna položka \"%(escaped_object)s\" typu " "%(object_name)s? Následující související položky budou všechny odstraněny:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ano, jsem si jist(a)" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Odstranit vybrané položky" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -499,7 +519,7 @@ msgstr "" "souvisejících položek. Nemáte však oprávnění k odstranění položek " "následujících typů:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -508,7 +528,7 @@ msgstr "" "Odstranění vybrané položky typu %(objects_name)s by vyžadovalo odstranění " "následujících souvisejících chráněných položek:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -522,36 +542,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Dle: %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Dostupné modely v aplikaci %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modely v aplikaci %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Změnit" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nemáte oprávnění nic měnit." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Poslední operace" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Vaše operace" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nic" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Neznámý obsah" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -561,31 +581,27 @@ msgstr "" "odpovídající tabulky a že databáze je přístupná pro čtení příslušným " "uživatelem." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Uživatelské jméno:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Heslo:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Zapomněli jste heslo nebo uživatelské jméno?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum a čas" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Uživatel" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Operace" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -642,64 +658,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Vložte uživatelské jméno a heslo." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Vložte nové heslo pro uživatele %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Heslo" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Heslo (znovu)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Pro ověření vložte stejné heslo znovu." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Odebrat" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Přidat %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Odebrat" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Odstranit?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Děkujeme za čas strávený s tímto webem." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Přihlaste se znovu" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Změna hesla" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Změna hesla byla úspěšná" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Vaše heslo bylo změněno." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -707,64 +723,64 @@ msgstr "" "Vložte svoje současné heslo a poté vložte dvakrát heslo nové. Omezíme tak " "možnost překlepu." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Současné heslo" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nové heslo" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Změnit heslo" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Obnovení hesla" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Heslo bylo obnoveno" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Vaše heslo bylo nastaveno. Nyní se můžete přihlásit." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potvrzení obnovy hesla" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Vložte nové heslo" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "Vložte dvakrát nové heslo. Tak ověříme, že bylo zadáno správně." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nové heslo:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potvrdit heslo:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Obnovení hesla bylo neúspěšné" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -772,27 +788,27 @@ msgstr "" "Odkaz pro obnovení hesla byl neplatný, možná již byl použit. Požádejte o " "obnovení hesla znovu." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Obnovení hesla bylo úspěšné" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Poslali jsme vám e-mailem pokyny pro nastavení hesla na vámi zadanou e-" -"mailovou adresu. Za chvíli by měly dorazit do vaší schránky." +"Na vámi zadanou e-mailovou adresu vám byly zaslány instrukce k nastavení " +"hesla, které by měly brzy dorazit." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Obdrželi jste tento e-mail, protože byl vyžádán reset hesla pro vaše " -"uživatelské jméno na %(site_name)s." +"Tento e-mail vám byl zaslán na základě vyžádání obnovy hesla vašeho " +"uživatelskému účtu na systému %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -811,36 +827,36 @@ msgstr "Děkujeme za používání našeho webu!" msgid "The %(site_name)s team" msgstr "Tým aplikace %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Zapomněl(a) jste své současné heslo? Vložte svou e-mailovou adresu a e-" -"mailem obdržíte pokyny pro nastavení nového." +"Zapomněli jste heslo? Zadejte níže e-mailovou adresu a systém vám odešle " +"instrukce k nastavení nového." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-mailová adresa:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Obnovit heslo" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Všechna data" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s: vybrat" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Vyberte položku %s ke změně" diff --git a/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo index 6c5eff467882d12c5b910507c6d309b0eb21ceb1..d2f221b8e9ac57a050d00565257e3db272efd09c 100644 Binary files a/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po index 9c8db369559ca5708c2c1466d4facae7a4bfdfc8..d667080a32c24818c1d6b770eb74799dc42e5cfd 100644 --- a/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo b/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo index cfd4285310d45b6504322c6b5793eded0c7d0335..7a804bec6abd83e646f06c25fc967d559454d7db 100644 Binary files a/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/cy/LC_MESSAGES/django.po b/django/contrib/admin/locale/cy/LC_MESSAGES/django.po index 451aeb78b300fd7c30def52ca8f24c7c84ba2259..f161bfe673b8cca95f9fc97cbb33970e87ae1167 100644 --- a/django/contrib/admin/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/cy/LC_MESSAGES/django.po @@ -6,28 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Ydych yn sicr?" @@ -36,195 +37,203 @@ msgstr "Ydych yn sicr?" msgid "Delete selected %(verbose_name_plural)s" msgstr "" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ie" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Na" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Unrhyw dyddiad" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Heddiw" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "7 diwrnod gorffennol" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Mis yma" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Blwyddyn yma" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "amser gweithred" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id gwrthrych" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr gwrthrych" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "fflag gweithred" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "neges newid" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "cofnod" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "cofnodion" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Newidiwyd %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ac" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." msgstr "" -#: options.py:776 options.py:824 -msgid "You may edit it again below." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." +msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "" -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "" -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Ychwanegu %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Newidio %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -233,7 +242,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -242,52 +251,60 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Hanes newid: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Mewngofnodi" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Gweinyddiad safle" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dyddiad:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Amser:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Tudalen heb ei ddarganfod" @@ -296,42 +313,40 @@ msgstr "Tudalen heb ei ddarganfod" msgid "We're sorry, but the requested page could not be found." msgstr "Mae'n ddrwg gennym, ond nid darganfwyd y dudalen a dymunwyd" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Adref" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Gwall gweinyddwr" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Gwall gweinyddwr (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Gwall Gweinyddwr (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Mae gwall wedi digwydd. Adroddwyd i weinyddwyr y safle drwy e-bost ac ddylai " -"cael ei drwsio cyn bo hir." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +369,7 @@ msgstr "" msgid "Clear selection" msgstr "" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "" @@ -364,22 +379,22 @@ msgid "Welcome," msgstr "Croeso," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dogfennaeth" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Newid cyfrinair" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Allgofnodi" @@ -391,24 +406,24 @@ msgstr "Gweinyddiad safle Django" msgid "Django administration" msgstr "Gweinyddiad Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Ychwanegu" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Hanes" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Gweld ar safle" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "" @@ -416,12 +431,12 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Ychwanegu %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "" @@ -438,12 +453,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Dileu" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,30 +466,30 @@ msgid "" "following types of objects:" msgstr "" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Yndw, rwy'n sicr" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -482,14 +497,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -501,67 +516,63 @@ msgstr "" msgid " By %(filter_title)s " msgstr "" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." +msgid "Models in the %(name)s application" msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Newidio" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Does genych ddim hawl i olygu unrhywbeth." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Gweithredau Diweddar" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Fy Ngweithredau" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Dim ar gael" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Enw defnyddiwr:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Cyfrinair:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dyddiad/amser" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Defnyddiwr" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Gweithred" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -617,64 +628,64 @@ msgstr "" msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 -#, python-format -msgid "Add another %(verbose_name)s" +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" msgstr "" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" msgstr "" #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Diolch am dreulio amser ansawdd gyda'r safle we heddiw 'ma." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Ailmewngofnodi" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Newid cyfrinair" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Newid cyfrinair yn lwyddianus" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Newidwyd eich cyfrinair." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -682,84 +693,84 @@ msgstr "" "Rhowch eich cyfrinair hen, er mwyn gwarchodaeth, yna rhowch eich cyfrinair " "newydd dwywaith er mwyn i ni wirio y teipiwyd yn gywir." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Newidio fy nghyfrinair" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Ailosod cyfrinair" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Cyfrinair newydd:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Cadarnhewch cyfrinair:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Ailosod cyfrinair yn lwyddianus" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -780,34 +791,34 @@ msgstr "Diolch am ddefnyddio ein safle!" msgid "The %(site_name)s team" msgstr "Y tîm %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Cyfeiriad e-bost:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Ailosodi fy nghyfrinair" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Dyddiadau i gyd" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Dewis %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Dewis %s i newid" diff --git a/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo index a8e957b2f13ee9ba5fdc2a8755ad7af0ee48f8ab..49fe05e7fa8ff2b171239f1be11910328ef506b9 100644 Binary files a/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po index 7433bdcc6b880949930979b515f2a42f46365d4a..aaf1d63dc7e5385c41849590b653072a41efb930 100644 --- a/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po @@ -9,13 +9,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/da/LC_MESSAGES/django.mo b/django/contrib/admin/locale/da/LC_MESSAGES/django.mo index b071c28d96612f0a70228de7a2104adfc5dc9666..5a9d73c041c14ee430d6dfb9f74bc386b97ddacf 100644 Binary files a/django/contrib/admin/locale/da/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/da/LC_MESSAGES/django.po b/django/contrib/admin/locale/da/LC_MESSAGES/django.po index 143b2419f799c4df65c85743c9f2b66f68522603..c9a906b6bc70890538f95b28ea3333b60b76e848 100644 --- a/django/contrib/admin/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/da/LC_MESSAGES/django.po @@ -2,35 +2,36 @@ # # Translators: # Christian Joergensen , 2012. -# Erik Wognsen , 2011, 2012. +# Dimitris Glezos , 2012. +# Erik Wognsen , 2011-2013. # Finn Gruwier , 2011. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-12 20:31+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-13 04:48+0000\n" "Last-Translator: Erik Wognsen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s blev slettet." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Kan ikke slette %(name)s " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Er du sikker?" @@ -39,168 +40,181 @@ msgstr "Er du sikker?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Slet valgte %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Alle" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ja" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nej" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Ukendt" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Når som helst" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "I dag" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "De sidste 7 dage" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Denne måned" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Dette år" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Indtast venligst det korrekte brugernavn og adgangskode for en personale-" -"konto. Bemærk at der er forskel på store og små bogstaver i begge felter" +"Indtast venligst det korrekte %(username)s og adgangskode for en " +"personalekonto. Bemærk at begge felter kan være versalfølsomme." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Log venligst ind igen, da din session er udløbet." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Din e-mail-adresse er ikke dit brugernavn. Prøv '%s' i stedet." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Handling" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "handlingstid" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekt-ID" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekt repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "handlingsflag" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "ændringsmeddelelse" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "logmeddelelse" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "logmeddelelser" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Tilføjede \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Ændrede \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Slettede \"%(object)s\"." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry-objekt" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ingen" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Ændrede %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "og" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Tilføjede %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Ændrede %(list)s for %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Slettede %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ingen felter ændret." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" blev tilføjet i databasen." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" blev tilføjet. Du kan redigere den/det igen herunder." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Du kan redigere det igen herunder." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" blev tilføjet. Du kan endnu en/et %(name)s herunder." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Du kan tilføje endnu en %s herunder." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" blev tilføjet." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" blev ændret." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" blev ændret. Du kan redigere den/det igen herunder." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" blev tilføjet. Du kan redigere det igen herunder." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" blev ændret. Du kan tilføje endnu en/et %(name)s " +"herunder." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" blev ændret." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,89 +222,97 @@ msgstr "" "Der skal være valgt nogle emner for at man kan udføre handlinger på dem. " "Ingen emner er blev ændret." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Ingen handling valgt." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Tilføj %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Der findes ikke et %(name)s-objekt med primærnøgle %(key)r." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Ret %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "databasefejl" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s blev ændret." msgstr[1] "%(count)s %(name)s blev ændret." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s valgt" msgstr[1] "Alle %(total_count)s valgt" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 af %(cnt)s valgt" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" blev slettet." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Ændringshistorik: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Log ind" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Website-administration" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administration af %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dato:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Tid:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Slå op" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Tilføj endnu en" +#: widgets.py:316 +msgid "Currently:" +msgstr "Nuværende:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Ændring:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Siden blev ikke fundet" @@ -299,39 +321,39 @@ msgstr "Siden blev ikke fundet" msgid "We're sorry, but the requested page could not be found." msgstr "Vi beklager, men den ønskede side kunne ikke findes" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Hjem" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serverfejl" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serverfejl (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serverfejl (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "Der opstod en fejl. Fejlen er rapporteret til website-administratoren via e-" "mail, og vil blive rettet hurtigst muligt. Tak for din tålmodighed." @@ -357,7 +379,7 @@ msgstr "Vælg alle %(total_count)s %(module_name)s " msgid "Clear selection" msgstr "Ryd valg" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,22 +389,22 @@ msgid "Welcome," msgstr "Velkommen," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentation" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Skift adgangskode" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Log ud" @@ -394,35 +416,35 @@ msgstr "Django website-administration" msgid "Django administration" msgstr "Django administration" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Tilføj" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historik" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Se på website" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Ret venligst fejlen herunder." msgstr[1] "Ret venligst fejlene herunder." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Tilføj %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrer" @@ -439,12 +461,12 @@ msgstr "Sorteringsprioritet: %(priority_number)s" msgid "Toggle sorting" msgstr "Skift sortering" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Slet" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -455,7 +477,7 @@ msgstr "" "relaterede objekter, men din konto har ikke rettigheder til at slette " "følgende objekttyper:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -464,7 +486,7 @@ msgstr "" "Sletning af %(object_name)s ' %(escaped_object)s ' vil kræve sletning af " "følgende beskyttede relaterede objekter:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -473,16 +495,16 @@ msgstr "" "Er du sikker på du vil slette %(object_name)s \"%(escaped_object)s\"? Alle " "de følgende relaterede objekter vil blive slettet:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, jeg er sikker" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Slet flere objekter" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +515,7 @@ msgstr "" "relaterede objekter, men din konto har ikke tilladelse til at slette " "følgende typer af objekter:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +524,7 @@ msgstr "" "Sletning af de valgte %(objects_name)s vil kræve sletning af følgende " "beskyttede relaterede objekter:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +538,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Efter %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeller til rådighed i %(name)s-applikationen." +msgid "Models in the %(name)s application" +msgstr "Modeller i applikationen %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Ret" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Du har ikke rettigheder til at foretage ændringer." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Seneste handlinger" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mine handlinger" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ingen tilgængelige" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Ukendt indhold" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -555,31 +577,27 @@ msgstr "" "databasetabellerne er blevet oprettet og at databasen er læsbar for den " "pågældende bruger." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Brugernavn:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Adgangskode:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Har du glemt dit password eller brugernavn?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dato/tid" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Bruger" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Funktion" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -635,64 +653,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Indtast et brugernavn og en adgangskode." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Indtast en ny adgangskode for brugeren %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Adgangskode" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Adgangskode (igen)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Indtast den samme adgangskode som ovenfor for verifikation." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Fjern" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Tilføj endnu en %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Fjern" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Slet?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Tak for den kvalitetstid du brugte på websitet i dag." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Log ind igen" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Skift adgangskode" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Adgangskoden blev ændret" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Din adgangskode blev ændret." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -701,46 +719,46 @@ msgstr "" "din nye adgangskode to gange, så vi kan være sikre på, at den er indtastet " "korrekt." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Gammel adgangskode" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Ny adgangskode" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Skift min adgangskode" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Nulstil adgangskode" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Adgangskoden blev nulstillet" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Din adgangskode er blevet sat. Du kan logge ind med den nu." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Bekræftelse for nulstilling af adgangskode" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Indtast ny adgangskode" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -748,19 +766,19 @@ msgstr "" "Indtast venligst din nye adgangskode to gange, så vi kan være sikre på, at " "den er indtastet korrekt." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Ny adgangskode:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Bekræft ny adgangskode:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Adgangskoden blev ikke nulstillet" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -768,23 +786,23 @@ msgstr "" "Linket for nulstilling af adgangskoden er ugyldigt, måske fordi det allerede " "har været brugt. Anmod venligst påny om nulstilling af adgangskoden." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Adgangskoden blev nulstillet" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Vi har sendt en instruktion til din e-mail-adresse. Du skulle modtage den om " -"ganske kort tid." +"Vi har sendt en e-mail til den adresse, du angav, med instruktioner i at " +"vælge en ny adgangskode . Du skulle modtage e-mailen om kort tid." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "Du modtager denne e-mail, fordi du har anmodet om en nulstilling af " @@ -807,36 +825,36 @@ msgstr "Tak fordi du brugte vores website!" msgid "The %(site_name)s team" msgstr "Med venlig hilsen %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Har du glemt din adgangskode? Indtast din e-mail-adresse herunder, så sender " -"vi dig en instruktion vedrørende ny adgangskode." +"Har du glemt din adgangskode? Skriv din e-mail-adresse herunder, så sender " +"vi dig instruktioner i at vælge en ny adgangskode." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-mail-adresse:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Nulstil min adgangskode" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Alle datoer" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ingen)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Vælg %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Vælg %s, der skal ændres" diff --git a/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo index 999c7db582afabc26d30ebadd63f29d438b6b102..38104f95594a754235e1f2565bf49e0142e18d07 100644 Binary files a/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po index 138c6cb23d909648d91efba689bbde3a4a402482..ddcd8b10558299322a7cbf85a9397821a2a4656d 100644 --- a/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po @@ -12,13 +12,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-12 20:46+0000\n" "Last-Translator: Erik Wognsen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/de/LC_MESSAGES/django.mo b/django/contrib/admin/locale/de/LC_MESSAGES/django.mo index 73ca3f1a077be58cbcbe11484bc19709846ffae0..905079ce3c8f7e9917b2a926542fa5166164d059 100644 Binary files a/django/contrib/admin/locale/de/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/de/LC_MESSAGES/django.po b/django/contrib/admin/locale/de/LC_MESSAGES/django.po index 2f9fbb0b24f1c6926230161a4eaf626ea5b6261e..a99a710a175177f5efd6c94ce217e0dc442e4fd9 100644 --- a/django/contrib/admin/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/de/LC_MESSAGES/django.po @@ -3,33 +3,34 @@ # Translators: # André Hagenbruch , 2012. # apollo13 , 2011. -# Jannis Leidel , 2011, 2012. +# Dimitris Glezos , 2012. +# Jannis Leidel , 2011-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-14 06:37+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-05 19:38+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Erfolgreich %(count)d %(items)s gelöscht." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Kann %(name)s nicht löschen" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Sind Sie sicher?" @@ -38,171 +39,183 @@ msgstr "Sind Sie sicher?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Ausgewählte %(verbose_name_plural)s löschen" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Alle" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ja" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nein" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Unbekannt" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Alle Daten" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Heute" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Letzte 7 Tage" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Diesen Monat" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Dieses Jahr" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Bitte einen korrekten Benutzernamen und Passwort für Staff-Account eingeben." +"Bitte %(username)s und Passwort für einen Staff-Account korrekt eingeben." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Bitte melden Sie sich erneut an, da Ihre Sitzung abgelaufen ist." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Die E-Mail-Adresse entspricht nicht Ihrem Benutzernamen. Bitte stattdessen " -"'%s' versuchen." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Aktion:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "Zeitpunkt der Aktion" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "Objekt-ID" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "Objekt Darst." -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "Aktionskennzeichen" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "Änderungsmeldung" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "Logeintrag" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "Logeinträge" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" hinzufügt." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" verändert - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" gelöscht." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry Objekt" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "-" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s geändert." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "und" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" hinzugefügt." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s von %(name)s \"%(object)s\" geändert." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" gelöscht." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Keine Felder geändert." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt und kann unten geändert " +"werden." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Das Element kann jetzt erneut bearbeitet werden." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt. Es kann jetzt ein " +"weiteres %(name)s unten hinzugefügt werden." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Es kann ein weiteres Element des Typs %s angelegt werden." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" wurde erfolgreich geändert." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" wurde erfolgreich geändert. Weitere Änderungen können " +"unten vorgenommen werden." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt. Das Element kann jetzt " -"geändert werden." +"%(name)s \"%(obj)s\" wurde erfolgreich geändert. Es kann jetzt ein weiteres " +"%(name)s unten hinzugefügt werden." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" wurde erfolgreich geändert." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -210,90 +223,98 @@ msgstr "" "Es müssen Objekte aus der Liste ausgewählt werden, um Aktionen " "durchzuführen. Es wurden keine Objekte geändert." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Keine Aktion ausgewählt." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s hinzufügen" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" "Das %(name)s-Objekt mit dem Primärschlüssel %(key)r ist nicht vorhanden." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s ändern" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Datenbankfehler" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s \"%(name)s\" wurde erfolgreich geändert." msgstr[1] "%(count)s \"%(name)s\" wurden erfolgreich geändert." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s ausgewählt" msgstr[1] "Alle %(total_count)s ausgewählt" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 von %(cnt)s ausgewählt" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" wurde erfolgreich gelöscht." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Änderungsgeschichte: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Anmelden" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Website-Verwaltung" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s-Verwaltung" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Zeit:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Suchen" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Neu hinzufügen" +#: widgets.py:316 +msgid "Currently:" +msgstr "Aktuell:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Ändern:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Seite nicht gefunden" @@ -303,43 +324,42 @@ msgid "We're sorry, but the requested page could not be found." msgstr "" "Es tut uns leid, aber die angeforderte Seite konnte nicht gefunden werden." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Start" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serverfehler" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serverfehler (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serverfehler (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ein Fehler ist aufgetreten. Dieser Fehler wurde an die Serververwalter per E-" -"Mail gemeldet und sollte in Kürze behoben sein. Vielen Dank für Ihr " -"Verständnis." +"Ein Fehler ist aufgetreten und wurde an die Administratoren per E-Mail " +"gemeldet. Danke für die Geduld, der Fehler sollte in Kürze behoben sein." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -362,7 +382,7 @@ msgstr "Alle %(total_count)s %(module_name)s auswählen" msgid "Clear selection" msgstr "Auswahl widerrufen" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -372,22 +392,22 @@ msgid "Welcome," msgstr "Willkommen," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentation" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Passwort ändern" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Abmelden" @@ -399,35 +419,35 @@ msgstr "Django-Systemverwaltung" msgid "Django administration" msgstr "Django-Verwaltung" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Hinzufügen" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Geschichte" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Auf der Website anzeigen" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Bitte den aufgeführten Fehler korrigieren." msgstr[1] "Bitte die aufgeführten Fehler korrigieren." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s hinzufügen" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -444,23 +464,23 @@ msgstr "Sortierung: %(priority_number)s" msgid "Toggle sorting" msgstr "Sortierung ein-/ausschalten" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Löschen" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " "related objects, but your account doesn't have permission to delete the " "following types of objects:" msgstr "" -"Das Löschen des %(object_name)s '%(escaped_object)s' hätte das Löschen davon " -"abhängiger Daten zur Folge, aber Sie haben nicht die nötigen Rechte, um die " -"folgenden davon abhängigen Daten zu löschen:" +"Das Löschen des %(object_name)s \"%(escaped_object)s\" hätte das Löschen " +"davon abhängiger Daten zur Folge, aber Sie haben nicht die nötigen Rechte, " +"um die folgenden davon abhängigen Daten zu löschen:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -469,7 +489,7 @@ msgstr "" "Das Löschen von %(object_name)s „%(escaped_object)s“ würde ein Löschen der " "folgenden geschützten verwandten Objekte erfordern:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -478,16 +498,16 @@ msgstr "" "Sind Sie sicher, dass Sie %(object_name)s \"%(escaped_object)s\" löschen " "wollen? Es werden zusätzlich die folgenden davon abhängigen Daten gelöscht:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, ich bin sicher" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Mehrere Objekte löschen" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -496,9 +516,9 @@ msgid "" msgstr "" "Das Löschen der ausgewählten %(objects_name)s würde im Löschen geschützter " "verwandter Objekte resultieren, allerdings besitzt Ihr Benutzerkonto nicht " -"die nötigen Rechte um diese zu löschen:" +"die nötigen Rechte, um diese zu löschen:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -507,7 +527,7 @@ msgstr "" "Das Löschen der ausgewählten %(objects_name)s würde ein Löschen der " "folgenden geschützten verwandten Objekte erfordern:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -521,36 +541,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Nach %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelle, die in der Anwendung %(name)s vorhanden sind." +msgid "Models in the %(name)s application" +msgstr "Modelle der %(name)s-Anwendung" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Ändern" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Sie haben keine Berechtigung, irgendetwas zu ändern." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Kürzliche Aktionen" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Meine Aktionen" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Keine vorhanden" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Unbekannter Inhalt" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -560,31 +580,27 @@ msgstr "" "die richtigen Datenbanktabellen angelegt wurden und die Datenbank vom " "verwendeten Datenbankbenutzer auch lesbar ist." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Benutzername:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Passwort:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Benutzername oder Passwort vergessen?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum/Zeit" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Benutzer" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Aktion" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -640,66 +656,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Bitte einen Benutzernamen und ein Passwort eingeben." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Bitte geben Sie ein neues Passwort für den Benutzer %(username)s ein." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Passwort" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Passwort (wiederholen)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Bitte das gleiche Passwort zur Überprüfung nochmal eingeben." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Entfernen" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "%(verbose_name)s hinzufügen" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Entfernen" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Löschen?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Vielen Dank, dass Sie hier ein paar nette Minuten verbracht haben." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Erneut anmelden" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Passwort ändern" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Passwort erfolgreich geändert" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Ihr Passwort wurde geändert." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -708,46 +724,46 @@ msgstr "" "dann zweimal (um sicherzustellen, dass Sie es korrekt eingegeben haben) das " "neue Passwort ein." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Altes Passwort" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Neues Passwort" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Mein Passwort ändern" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Passwort zurücksetzen" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Passwort zurücksetzen beendet" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Ihr Passwort wurde zurückgesetzt. Sie können sich nun anmelden." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Zurücksetzen des Passworts bestätigen" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Neues Passwort eingeben" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -755,19 +771,19 @@ msgstr "" "Bitte geben Sie Ihr neues Passwort zweimal ein, damit wir überprüfen können, " "ob es richtig eingetippt wurde." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Neues Passwort:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Passwort wiederholen:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Passwort wurde nicht erfolgreich zurückgesetzt" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -775,28 +791,27 @@ msgstr "" "Der Link zum Zurücksetzen Ihres Passworts ist ungültig, wahrscheinlich weil " "er schon einmal benutzt wurde. Bitte setzen Sie Ihr Passwort erneut zurück." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Passwort wurde erfolgreich zurückgesetzt" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Wir haben Ihnen eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passwort " -"an die von Ihnen angegebene E-Mail-Adresse geschickt. Sie sollten diese in " -"Kürze erhalten." +"Die Anweisungen zum Setzen des Passworts wurde an die eingegebene E-Mail-" +"Adresse versendet." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Sie erhalten diese E-Mail, da Sie das Passwort für ihren %(site_name)s " -"Account zurücksetzen lassen möchten." +"Diese E-Mail wurde aufgrund einer Anfrage zum Zurücksetzen des Passworts auf " +"der Website %(site_name)s versendet." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -808,43 +823,43 @@ msgstr "Ihr Benutzername, falls Sie ihn vergessen haben:" #: templates/registration/password_reset_email.html:10 msgid "Thanks for using our site!" -msgstr "Vielen Dank, dass Sie unsere Website benutzen!" +msgstr "Vielen Dank, dass Sie unsere Webseite benutzen!" #: templates/registration/password_reset_email.html:12 #, python-format msgid "The %(site_name)s team" msgstr "Das Team von %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Passwort vergessen? Einfach Ihre E-Mail-Adresse eingeben und wir senden " -"Ihnen Anweisungen zum Zurücksetzen Ihres Passworts." +"Passwort vergessen? Einfach die E-Mail-Adresse unten eingeben und den " +"Anweisungen zum Zurücksetzen des Passworts in der E-Mail folgen." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-Mail-Adresse:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Mein Passwort zurücksetzen" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Alle Daten" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(leer)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s auswählen" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s zur Änderung auswählen" diff --git a/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo index c3553a973cf8badc671e2f9f4d13c1928f56a42c..d7e6847c3b20605d53d256456059be4f9291ca2a 100644 Binary files a/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po index 9e8bce9060ec793669d2613ecb2a92f2791f803d..2ffae78eab28164eb910677e6ec87443a8ba63c4 100644 --- a/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: André Hagenbruch \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/el/LC_MESSAGES/django.mo b/django/contrib/admin/locale/el/LC_MESSAGES/django.mo index 6d0fb5c70c527b17f711327099f114e63423b521..343e7943f3ea189ab28ef12eda329d071ee516d1 100644 Binary files a/django/contrib/admin/locale/el/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/el/LC_MESSAGES/django.po b/django/contrib/admin/locale/el/LC_MESSAGES/django.po index e16c7f3efc89c3063383e79f5a8a8b1a3872bfb3..496ff15eb740f303f6bc4a2f63edc761a0e9792f 100644 --- a/django/contrib/admin/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/el/LC_MESSAGES/django.po @@ -8,28 +8,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Yorgos Pagles \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Επιτυχημένη διαγραφή %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Αδύνατη τη διαγραφή του %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Είστε σίγουροι;" @@ -38,173 +38,176 @@ msgstr "Είστε σίγουροι;" msgid "Delete selected %(verbose_name_plural)s" msgstr "Διαγραφη επιλεγμένων %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Όλα" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ναι" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Όχι" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Άγνωστο" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Οποιαδήποτε ημερομηνία" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Σήμερα" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Τελευταίες 7 ημέρες" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Αυτόν το μήνα" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Αυτόν το χρόνο" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Παρακαλούμε εισάγετε το σωστό όνομα χρήστη και συνθηματικό για το λογαριασμό " -"σας σαν μέλος του προσωπικού. Και τα δύο πεδία κάνουν διάκριση πεζών και " -"κεφαλαίων χαρακτήρων." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Η συνεδρία σας έχει λήξει. Παρακαλούμε συνδεθείτε ξανά." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Η ηλεκτρονική σας διεύθυνση δεν είναι το όνομα χρήστη σας. Δοκιμάστε '%s' " -"στη θέση αυτού." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Ενέργεια:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "ώρα ενέργειας" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "κωδικός αντικειμένου" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "αναπαράσταση αντικειμένου" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "σημαία ενέργειας" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "αλλαγή μηνύματος" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "εγγραφή καταγραφής" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "εγγραφές καταγραφής" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Προστέθηκαν \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Αλλάχθηκαν \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Διαγράφηκαν \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry Object" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Κανένα" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Έγινε επεξεργασία του %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "και" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Προστέθηκε %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Έγινε επεξεργασία %(list)s για %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Διαγράφη %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Κανένα πεδίο δεν άλλαξε." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Το %(name)s \"%(obj)s\" αποθηκεύτηκε με επιτυχία." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Το %(name)s \"%(obj)s\" αποθηκεύτηκε με επιτυχία. Μπορείτε να το " +"επεξεργαστείτε πάλι παρακάτω." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Μπορείτε να το επεξεργαστείτε ξανά παρακάτω." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Μπορείτε να προσθέσετε ακόμα ένα %s παρακάτω." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Το %(name)s \"%(obj)s\" αποθηκεύτηκε με επιτυχία." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Το %(name)s \"%(obj)s\" αλλάχτηκε με επιτυχία." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Το %(name)s \"%(obj)s\" αποθηκεύτηκε με επιτυχία. Μπορείτε να το " -"επεξεργαστείτε πάλι παρακάτω." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Το %(name)s \"%(obj)s\" αλλάχτηκε με επιτυχία." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -213,89 +216,97 @@ msgstr "" "αντικείμενο. Πρέπει να επιλέξετε ένα ή περισσότερα αντικείμενα για να " "πραγματοποιήσετε ενέργειες σε αυτά." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Δεν έχει επιλεγεί ενέργεια." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Προσθήκη %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr " Το αντικείμενο %(name)s με πρωτεύον κλειδί %(key)r δεν βρέθηκε." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Αλλαγή του %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Σφάλμα βάσης δεδομένων" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s άλλαξε επιτυχώς." msgstr[1] "%(count)s %(name)s άλλαξαν επιτυχώς." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "Επιλέχθηκε %(total_count)s" msgstr[1] "Επιλέχθηκαν και τα %(total_count)s" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "Επιλέγησαν 0 από %(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Το %(name)s \"%(obj)s\" διαγράφηκε με επιτυχία." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Ιστορικό αλλαγών: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Σύνδεση" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Διαχείριση του ιστότοπου" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Διαχείριση %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Ημ/νία:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Ώρα:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Αναζήτηση" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Προσθέστε κι άλλο" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Η σελίδα δε βρέθηκε" @@ -304,43 +315,40 @@ msgstr "Η σελίδα δε βρέθηκε" msgid "We're sorry, but the requested page could not be found." msgstr "Λυπόμαστε, αλλά η σελίδα που ζητήθηκε δε μπόρεσε να βρεθεί." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Αρχική" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Σφάλμα εξυπηρετητή" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Σφάλμα εξυπηρετητή (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Σφάλμα εξυπηρετητή (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Υπήρξε ένα σφάλμα. Έχει αναφερθεί στους διαχειριστές του ιστότοπου μέσω ηλ. " -"ταχυδρομείου και θα πρέπει να επιδιορθωθεί σύντομα. Ευχαριστούμε για την " -"υπομονή σας." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -363,7 +371,7 @@ msgstr "Επιλέξτε και τα %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Καθαρισμός επιλογής" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -373,22 +381,22 @@ msgid "Welcome," msgstr "Καλωσήρθατε," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Τεκμηρίωση" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Αλλαγή συνθηματικού" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Αποσύνδεση" @@ -400,35 +408,35 @@ msgstr "Διαχειριστής ιστότοπου Django" msgid "Django administration" msgstr "Διαχείριση Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Προσθήκη" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Ιστορικό" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Προβολή στην ιστοσελίδα" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Παρακαλούμε διορθώστε το παρακάτω λάθος." msgstr[1] "Παρακαλούμε διορθώστε τα παρακάτω λάθη." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Προσθήκη %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Φίλτρο" @@ -445,12 +453,12 @@ msgstr "Προτεραιότητα ταξινόμησης: %(priority_number)s" msgid "Toggle sorting" msgstr "Εναλλαγή ταξινόμησης" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Διαγραφή" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -462,7 +470,7 @@ msgstr "" "για τα οποία δεν έχετε δικάιωμα διαγραφής. Τα είδη των αντικειμένων αυτών " "είναι:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -471,7 +479,7 @@ msgstr "" "Η διαγραφή του %(object_name)s '%(escaped_object)s' απαιτεί την διαγραφή " "των παρακάτω προστατευμένων αντικειμένων:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -481,16 +489,16 @@ msgstr "" "\"%(escaped_object)s\". Αν προχωρήσετε με την διαγραφή όλα τα παρακάτω " "συσχετισμένα αντικείμενα θα διαγραφούν επίσης:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ναι, είμαι βέβαιος" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Διαγραφή πολλών αντικειμένων" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -501,7 +509,7 @@ msgstr "" "διαγραφή συσχετισμένων αντικειμένων για τα οποία δεν έχετε το διακαίωμα " "διαγραφής:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -510,7 +518,7 @@ msgstr "" "Η διαγραφή των επιλεγμένων %(objects_name)s απαιτεί την διαγραφή των " "παρακάτω προστατευμένων αντικειμένων:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -525,36 +533,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Ανά %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Διαθέσιμα μοντέλα στην εφαρμογή %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Επεξεργασία" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Δεν έχετε δικαίωμα να επεξεργαστείτε τίποτα." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Πρόσφατες ενέργειες" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Οι ενέργειες μου" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Κανένα διαθέσιμο" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Άγνωστο περιεχόμενο" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -564,31 +572,27 @@ msgstr "" "βεβαιωθείτε ότι οι απαραίτητοι πίνακες έχουν δημιουργηθεί και ότι η βάση " "είναι προσβάσιμη από τον αντίστοιχο χρήστη που έχετε δηλώσει." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Όνομα χρήστη:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Συνθηματικό:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Ξεχάσατε το συνθηματικό ή τον κωδικό χρήστη σας;" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Ημερομηνία/ώρα" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Χρήστης" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Ενέργεια" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -645,66 +649,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Εισάγετε όνομα χρήστη και κωδικό πρόσβασης." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Εισάγετε ένα νέο κωδικό πρόσβασης για τον χρήστη %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Συνθηματικό" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Συνθηματικό (ξανά)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Εισάγετε το ίδιο συνθηματικό όπως παραπάνω, για λόγους επιβεβαίωσης." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Αφαίρεση" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Προσθήκη νέου %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Αφαίρεση" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Θέλετε να πραγματοποιηθεί διαγραφή?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Ευχαριστούμε που διαθέσατε κάποιο ποιοτικό χρόνο στον ιστότοπο σήμερα." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Σύνδεση ξανά" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Αλλαγή συνθηματικού" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Επιτυχής αλλαγή συνθηματικού" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Το συνθηματικό σας έχει αλλαχτεί." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -713,48 +717,48 @@ msgstr "" "κατόπιν εισάγετε το νέο σας συνθηματικό δύο φορές ούτως ώστε να " "πιστοποιήσουμε ότι το πληκτρολογήσατε σωστά." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Προηγούμενος κωδικός πρόσβασης" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Νέος κωδικός πρόσβασης" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Αλλαγή του συνθηματικού μου" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Επαναφορά συνθηματικού" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Ολοκληρώθηκε η επαναφορά του κωδικού πρόσβασης." -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "Ορίσατε επιτυχώς έναν κωδικό πρόσβασής. Πλέον έχετε την δυνατότητα να " "συνδεθήτε." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Επιβεβαίωση επαναφοράς κωδικού πρόσβασης" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Πληκτρολογήστε νέο συνθηματικό" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -762,19 +766,19 @@ msgstr "" "Παρακαλούμε πληκτρολογήστε το νέο κωδικό πρόσβασης δύο φορές ώστε να " "βεβαιωθούμε ότι δεν πληκτρολογήσατε κάποιον χαρακτήρα λανθασμένα." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Νέο συνθηματικό:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Επιβεβαίωση συνθηματικού:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Επαναφορά συνθηματικού ανεπιτυχής" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -784,28 +788,23 @@ msgstr "" "πραγματοποιήσετε και πάλι την διαδικασία αίτησης επαναφοράς του κωδικού " "πρόσβασης." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Επιτυχής επαναφορά συνθηματικού" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Σας έχουν σταλεί οδηγίες για την επαναφορά του κωδικού πρόσβασής σας στην " -"διύεθυνση ηλεκτρονικού ταχυδρομίου που δηλώσατε. Ελέγξτε το ηλεκτρονικό σας " -"ταχυδρομείο για την παραλαβή τους." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Έχετε λάβει αυτό το μήνυμα επειδή ζητήσατε την επαναφορά του κωδικού " -"πρόσβασής σας στον ιστότοπο %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -828,37 +827,34 @@ msgstr "Ευχαριστούμε που χρησιμοποιήσατε τον ι msgid "The %(site_name)s team" msgstr "Η ομάδα του %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Ξεχάσατε τον κωδικό πρόσβασής? Μπορείτε να εισάγετε την διεύθυνση του " -"ηλεκτρονικού σας ταχυδρομείου και θα σας στείλουμε οδηγίες για να δηλώσετε " -"ένα νέο κωδικό." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Ηλεκτρονική διεύθυνση:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Επαναφορά του συνθηματικού μου" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Όλες οι ημερομηνίες" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Κενό)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Επιλέξτε %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Επιλέξτε %s προς αλλαγή" diff --git a/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo index 3b5686aecb023f76928137ad9000f75e01b37cfe..53155585f35ebac4390e719cc8dbfe514b578d21 100644 Binary files a/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po index ecc9ad0c793aa96c631f18f08c8505a187828c95..7bdbe451d387a355cff0bfe15750f93a385c5336 100644 --- a/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po @@ -10,14 +10,14 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: Dimitris Glezos \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Dimitris Glezos \n" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/en/LC_MESSAGES/django.mo b/django/contrib/admin/locale/en/LC_MESSAGES/django.mo index c3231dc25b4260e67814dc84c8e59b267c5c0a3f..7b60cfe7a9f054f009a258a7de625abdc588c768 100644 Binary files a/django/contrib/admin/locale/en/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/en/LC_MESSAGES/django.po b/django/contrib/admin/locale/en/LC_MESSAGES/django.po index 497c7463c27b79a28fc9227c8e16c01128bdca4d..9b53f87c1b684b24d58615b962790a6ddf5fcaae 100644 --- a/django/contrib/admin/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/en/LC_MESSAGES/django.po @@ -1,287 +1,322 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "" +msgstr "Successfully deleted %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" -msgstr "" +msgstr "Cannot delete %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" -msgstr "" +msgstr "Are you sure?" #: actions.py:83 #, python-format msgid "Delete selected %(verbose_name_plural)s" -msgstr "" +msgstr "Delete selected %(verbose_name_plural)s" #: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" -msgstr "" +msgstr "All" #: filters.py:238 msgid "Yes" -msgstr "" +msgstr "Yes" #: filters.py:239 msgid "No" -msgstr "" +msgstr "No" #: filters.py:253 msgid "Unknown" -msgstr "" +msgstr "Unknown" #: filters.py:308 msgid "Any date" -msgstr "" +msgstr "Any date" #: filters.py:309 msgid "Today" -msgstr "" +msgstr "Today" #: filters.py:313 msgid "Past 7 days" -msgstr "" +msgstr "Past 7 days" #: filters.py:317 msgid "This month" -msgstr "" +msgstr "This month" #: filters.py:321 msgid "This year" -msgstr "" +msgstr "This year" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." #: forms.py:19 msgid "Please log in again, because your session has expired." -msgstr "" +msgstr "Please log in again, because your session has expired." #: helpers.py:23 msgid "Action:" -msgstr "" +msgstr "Action:" #: models.py:24 msgid "action time" -msgstr "" +msgstr "action time" #: models.py:27 msgid "object id" -msgstr "" +msgstr "object id" #: models.py:28 msgid "object repr" -msgstr "" +msgstr "object repr" #: models.py:29 msgid "action flag" -msgstr "" +msgstr "action flag" #: models.py:30 msgid "change message" -msgstr "" +msgstr "change message" #: models.py:35 msgid "log entry" -msgstr "" +msgstr "log entry" #: models.py:36 msgid "log entries" -msgstr "" +msgstr "log entries" #: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "Added \"%(object)s\"." #: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "Changed \"%(object)s\" - %(changes)s" -#: models.py:49 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "Deleted \"%(object)s.\"" -#: models.py:51 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "LogEntry Object" -#: options.py:151 options.py:167 +#: options.py:156 options.py:172 msgid "None" -msgstr "" +msgstr "None" -#: options.py:672 +#: options.py:684 #, python-format msgid "Changed %s." -msgstr "" +msgstr "Changed %s." -#: options.py:672 options.py:682 +#: options.py:684 options.py:694 msgid "and" -msgstr "" +msgstr "and" -#: options.py:677 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." -msgstr "" +msgstr "Added %(name)s \"%(object)s\"." -#: options.py:681 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." -msgstr "" +msgstr "Changed %(list)s for %(name)s \"%(object)s\"." -#: options.py:686 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." -msgstr "" +msgstr "Deleted %(name)s \"%(object)s\"." -#: options.py:690 +#: options.py:702 msgid "No fields changed." -msgstr "" +msgstr "No fields changed." -#: options.py:773 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." msgstr "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -#: options.py:777 options.py:825 -msgid "You may edit it again below." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." msgstr "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." -#: options.py:789 options.py:838 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "The %(name)s \"%(obj)s\" was added successfully." -#: options.py:823 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." msgstr "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." -#: options.py:831 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." -#: options.py:900 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "The %(name)s \"%(obj)s\" was changed successfully." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." -#: options.py:919 +#: options.py:970 msgid "No action selected." -msgstr "" +msgstr "No action selected." -#: options.py:999 +#: options.py:1050 #, python-format msgid "Add %s" -msgstr "" +msgstr "Add %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." -msgstr "" +msgstr "%(name)s object with primary key %(key)r does not exist." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" -msgstr "" +msgstr "Change %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" -msgstr "" +msgstr "Database error" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(count)s %(name)s was changed successfully." +msgstr[1] "%(count)s %(name)s were changed successfully." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(total_count)s selected" +msgstr[1] "All %(total_count)s selected" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" -msgstr "" +msgstr "0 of %(cnt)s selected" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." -msgstr "" +msgstr "The %(name)s \"%(obj)s\" was deleted successfully." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" -msgstr "" +msgstr "Change history: %s" #: sites.py:322 tests.py:57 templates/admin/login.html:48 #: templates/registration/password_reset_complete.html:19 #: views/decorators.py:24 msgid "Log in" -msgstr "" +msgstr "Log in" #: sites.py:388 msgid "Site administration" -msgstr "" +msgstr "Site administration" #: sites.py:440 #, python-format msgid "%s administration" -msgstr "" +msgstr "%s administration" #: widgets.py:90 msgid "Date:" -msgstr "" +msgstr "Date:" #: widgets.py:91 msgid "Time:" -msgstr "" +msgstr "Time:" #: widgets.py:165 msgid "Lookup" -msgstr "" +msgstr "Lookup" #: widgets.py:271 msgid "Add Another" -msgstr "" +msgstr "Add Another" + +#: widgets.py:316 +msgid "Currently:" +msgstr "Currently:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Change:" #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" -msgstr "" +msgstr "Page not found" #: templates/admin/404.html:10 msgid "We're sorry, but the requested page could not be found." -msgstr "" +msgstr "We're sorry, but the requested page could not be found." #: templates/admin/500.html:6 templates/admin/app_index.html:7 #: templates/admin/base.html:47 templates/admin/change_form.html:19 @@ -298,61 +333,63 @@ msgstr "" #: templates/registration/password_reset_done.html:6 #: templates/registration/password_reset_form.html:6 msgid "Home" -msgstr "" +msgstr "Home" #: templates/admin/500.html:7 msgid "Server error" -msgstr "" +msgstr "Server error" #: templates/admin/500.html:11 msgid "Server error (500)" -msgstr "" +msgstr "Server error (500)" #: templates/admin/500.html:14 msgid "Server Error (500)" -msgstr "" +msgstr "Server Error (500)" #: templates/admin/500.html:15 msgid "" "There's been an error. It's been reported to the site administrators via " "email and should be fixed shortly. Thanks for your patience." msgstr "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." #: templates/admin/actions.html:4 msgid "Run the selected action" -msgstr "" +msgstr "Run the selected action" #: templates/admin/actions.html:4 msgid "Go" -msgstr "" +msgstr "Go" #: templates/admin/actions.html:11 msgid "Click here to select the objects across all pages" -msgstr "" +msgstr "Click here to select the objects across all pages" #: templates/admin/actions.html:11 #, python-format msgid "Select all %(total_count)s %(module_name)s" -msgstr "" +msgstr "Select all %(total_count)s %(module_name)s" #: templates/admin/actions.html:13 msgid "Clear selection" -msgstr "" +msgstr "Clear selection" #: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" -msgstr "" +msgstr "%(name)s" #: templates/admin/base.html:28 msgid "Welcome," -msgstr "" +msgstr "Welcome," #: templates/admin/base.html:33 #: templates/registration/password_change_done.html:3 #: templates/registration/password_change_form.html:4 msgid "Documentation" -msgstr "" +msgstr "Documentation" #: templates/admin/base.html:36 #: templates/admin/auth/user/change_password.html:17 @@ -360,35 +397,35 @@ msgstr "" #: templates/registration/password_change_done.html:3 #: templates/registration/password_change_form.html:4 msgid "Change password" -msgstr "" +msgstr "Change password" #: templates/admin/base.html:38 #: templates/registration/password_change_done.html:3 #: templates/registration/password_change_form.html:4 msgid "Log out" -msgstr "" +msgstr "Log out" #: templates/admin/base_site.html:4 msgid "Django site admin" -msgstr "" +msgstr "Django site admin" #: templates/admin/base_site.html:7 msgid "Django administration" -msgstr "" +msgstr "Django administration" #: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" -msgstr "" +msgstr "Add" #: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" -msgstr "" +msgstr "History" #: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" -msgstr "" +msgstr "View on site" #: templates/admin/change_form.html:44 templates/admin/change_list.html:67 #: templates/admin/login.html:17 @@ -396,35 +433,35 @@ msgstr "" #: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Please correct the error below." +msgstr[1] "Please correct the errors below." #: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" -msgstr "" +msgstr "Add %(name)s" #: templates/admin/change_list.html:78 msgid "Filter" -msgstr "" +msgstr "Filter" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "Remove from sorting" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Sorting priority: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "Toggle sorting" #: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" -msgstr "" +msgstr "Delete" #: templates/admin/delete_confirmation.html:18 #, python-format @@ -433,6 +470,9 @@ msgid "" "related objects, but your account doesn't have permission to delete the " "following types of objects:" msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" #: templates/admin/delete_confirmation.html:26 #, python-format @@ -440,6 +480,8 @@ msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" #: templates/admin/delete_confirmation.html:34 #, python-format @@ -447,15 +489,17 @@ msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" #: templates/admin/delete_confirmation.html:39 #: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" -msgstr "" +msgstr "Yes, I'm sure" #: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" -msgstr "" +msgstr "Delete multiple objects" #: templates/admin/delete_selected_confirmation.html:17 #, python-format @@ -464,6 +508,9 @@ msgid "" "objects, but your account doesn't have permission to delete the following " "types of objects:" msgstr "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" #: templates/admin/delete_selected_confirmation.html:25 #, python-format @@ -471,6 +518,8 @@ msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" #: templates/admin/delete_selected_confirmation.html:33 #, python-format @@ -478,40 +527,42 @@ msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " "following objects and their related items will be deleted:" msgstr "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" #: templates/admin/filter.html:2 #, python-format msgid " By %(filter_title)s " -msgstr "" +msgstr " By %(filter_title)s " #: templates/admin/index.html:20 #, python-format msgid "Models in the %(name)s application" -msgstr "" +msgstr "Models in the %(name)s application" #: templates/admin/index.html:39 msgid "Change" -msgstr "" +msgstr "Change" #: templates/admin/index.html:49 msgid "You don't have permission to edit anything." -msgstr "" +msgstr "You don't have permission to edit anything." #: templates/admin/index.html:57 msgid "Recent Actions" -msgstr "" +msgstr "Recent Actions" #: templates/admin/index.html:58 msgid "My Actions" -msgstr "" +msgstr "My Actions" #: templates/admin/index.html:62 msgid "None available" -msgstr "" +msgstr "None available" #: templates/admin/index.html:76 msgid "Unknown content" -msgstr "" +msgstr "Unknown content" #: templates/admin/invalid_setup.html:12 msgid "" @@ -519,154 +570,163 @@ msgid "" "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." #: templates/admin/login.html:37 msgid "Password:" -msgstr "" +msgstr "Password:" #: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Forgotten your password or username?" #: templates/admin/object_history.html:23 msgid "Date/time" -msgstr "" +msgstr "Date/time" #: templates/admin/object_history.html:24 msgid "User" -msgstr "" +msgstr "User" #: templates/admin/object_history.html:25 msgid "Action" -msgstr "" +msgstr "Action" #: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." msgstr "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." #: templates/admin/pagination.html:10 msgid "Show all" -msgstr "" +msgstr "Show all" #: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 msgid "Save" -msgstr "" +msgstr "Save" #: templates/admin/search_form.html:7 msgid "Search" -msgstr "" +msgstr "Search" #: templates/admin/search_form.html:9 #, python-format msgid "%(counter)s result" msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(counter)s result" +msgstr[1] "%(counter)s results" #: templates/admin/search_form.html:9 #, python-format msgid "%(full_result_count)s total" -msgstr "" +msgstr "%(full_result_count)s total" #: templates/admin/submit_line.html:5 msgid "Save as new" -msgstr "" +msgstr "Save as new" #: templates/admin/submit_line.html:6 msgid "Save and add another" -msgstr "" +msgstr "Save and add another" #: templates/admin/submit_line.html:7 msgid "Save and continue editing" -msgstr "" +msgstr "Save and continue editing" #: templates/admin/auth/user/add_form.html:6 msgid "" "First, enter a username and password. Then, you'll be able to edit more user " "options." msgstr "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." #: templates/admin/auth/user/add_form.html:8 msgid "Enter a username and password." -msgstr "" +msgstr "Enter a username and password." #: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." -msgstr "" +msgstr "Enter a new password for the user %(username)s." #: templates/admin/auth/user/change_password.html:38 msgid "Password" -msgstr "" +msgstr "Password" #: templates/admin/auth/user/change_password.html:44 #: templates/registration/password_change_form.html:42 msgid "Password (again)" -msgstr "" +msgstr "Password (again)" #: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." -msgstr "" +msgstr "Enter the same password as above, for verification." #: templates/admin/edit_inline/stacked.html:26 #: templates/admin/edit_inline/tabular.html:76 msgid "Remove" -msgstr "" +msgstr "Remove" #: templates/admin/edit_inline/stacked.html:27 #: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" -msgstr "" +msgstr "Add another %(verbose_name)s" #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" -msgstr "" +msgstr "Delete?" #: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." -msgstr "" +msgstr "Thanks for spending some quality time with the Web site today." #: templates/registration/logged_out.html:10 msgid "Log in again" -msgstr "" +msgstr "Log in again" #: templates/registration/password_change_done.html:7 #: templates/registration/password_change_form.html:8 #: templates/registration/password_change_form.html:12 #: templates/registration/password_change_form.html:24 msgid "Password change" -msgstr "" +msgstr "Password change" #: templates/registration/password_change_done.html:11 #: templates/registration/password_change_done.html:15 msgid "Password change successful" -msgstr "" +msgstr "Password change successful" #: templates/registration/password_change_done.html:17 msgid "Your password was changed." -msgstr "" +msgstr "Your password was changed." #: templates/registration/password_change_form.html:26 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 "" +"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." #: templates/registration/password_change_form.html:32 msgid "Old password" -msgstr "" +msgstr "Old password" #: templates/registration/password_change_form.html:37 msgid "New password" -msgstr "" +msgstr "New password" #: templates/registration/password_change_form.html:48 #: templates/registration/password_reset_confirm.html:26 msgid "Change my password" -msgstr "" +msgstr "Change my password" #: templates/registration/password_reset_complete.html:7 #: templates/registration/password_reset_confirm.html:11 @@ -675,59 +735,65 @@ msgstr "" #: templates/registration/password_reset_form.html:11 #: templates/registration/password_reset_form.html:15 msgid "Password reset" -msgstr "" +msgstr "Password reset" #: templates/registration/password_reset_complete.html:11 #: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" -msgstr "" +msgstr "Password reset complete" #: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." -msgstr "" +msgstr "Your password has been set. You may go ahead and log in now." #: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" -msgstr "" +msgstr "Password reset confirmation" #: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" -msgstr "" +msgstr "Enter new password" #: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." #: templates/registration/password_reset_confirm.html:23 msgid "New password:" -msgstr "" +msgstr "New password:" #: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" -msgstr "" +msgstr "Confirm password:" #: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" -msgstr "" +msgstr "Password reset unsuccessful" #: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." #: templates/registration/password_reset_done.html:11 #: templates/registration/password_reset_done.html:15 msgid "Password reset successful" -msgstr "" +msgstr "Password reset successful" #: templates/registration/password_reset_done.html:17 msgid "" "We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." #: templates/registration/password_reset_email.html:2 #, python-format @@ -735,52 +801,56 @@ msgid "" "You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" -msgstr "" +msgstr "Please go to the following page and choose a new password:" #: templates/registration/password_reset_email.html:8 msgid "Your username, in case you've forgotten:" -msgstr "" +msgstr "Your username, in case you've forgotten:" #: templates/registration/password_reset_email.html:10 msgid "Thanks for using our site!" -msgstr "" +msgstr "Thanks for using our site!" #: templates/registration/password_reset_email.html:12 #, python-format msgid "The %(site_name)s team" -msgstr "" +msgstr "The %(site_name)s team" #: templates/registration/password_reset_form.html:17 msgid "" "Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." #: templates/registration/password_reset_form.html:21 msgid "Email address:" -msgstr "" +msgstr "Email address:" #: templates/registration/password_reset_form.html:21 msgid "Reset my password" -msgstr "" +msgstr "Reset my password" #: templatetags/admin_list.py:344 msgid "All dates" -msgstr "" +msgstr "All dates" #: views/main.py:33 msgid "(None)" -msgstr "" +msgstr "(None)" #: views/main.py:76 #, python-format msgid "Select %s" -msgstr "" +msgstr "Select %s" #: views/main.py:78 #, python-format msgid "Select %s to change" -msgstr "" +msgstr "Select %s to change" diff --git a/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo index 915c43512a0d1dece0097505e721f0795420911a..9851b29c1023bd892427a5d77e2e306e527d7cae 100644 Binary files a/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po index 16883fae7d23dba1122e67aea300c553654be6d1..9c4261491b1d4109d37f68d9f29f5cac277e61f3 100644 --- a/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po @@ -1,22 +1,25 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format msgid "Available %s" -msgstr "" +msgstr "Available %s" #: static/admin/js/SelectFilter2.js:46 #, c-format @@ -24,37 +27,39 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Type into this box to filter down the list of available %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" -msgstr "" +msgstr "Filter" #: static/admin/js/SelectFilter2.js:61 msgid "Choose all" -msgstr "" +msgstr "Choose all" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Click to choose all %s at once." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Choose" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" -msgstr "" +msgstr "Remove" #: static/admin/js/SelectFilter2.js:75 #, c-format msgid "Chosen %s" -msgstr "" +msgstr "Chosen %s" #: static/admin/js/SelectFilter2.js:76 #, c-format @@ -62,27 +67,31 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "Remove all" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Click to remove all chosen %s at once." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" msgid_plural "%(sel)s of %(cnt)s selected" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(sel)s of %(cnt)s selected" +msgstr[1] "%(sel)s of %(cnt)s selected" #: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 msgid "" "You have unsaved changes on individual editable fields. If you run an " "action, your unsaved changes will be lost." msgstr "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." #: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 msgid "" @@ -90,6 +99,9 @@ msgid "" "individual fields yet. Please click OK to save. You'll need to re-run the " "action." msgstr "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." #: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 msgid "" @@ -97,69 +109,74 @@ msgid "" "fields. You're probably looking for the Go button rather than the Save " "button." msgstr "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." #: static/admin/js/calendar.js:26 msgid "" "January February March April May June July August September October November " "December" msgstr "" +"January February March April May June July August September October November " +"December" #: static/admin/js/calendar.js:27 msgid "S M T W T F S" -msgstr "" +msgstr "S M T W T F S" #: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 #: static/admin/js/collapse.min.js:1 msgid "Show" -msgstr "" +msgstr "Show" #: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 msgid "Hide" -msgstr "" +msgstr "Hide" #: static/admin/js/admin/DateTimeShortcuts.js:49 #: static/admin/js/admin/DateTimeShortcuts.js:85 msgid "Now" -msgstr "" +msgstr "Now" #: static/admin/js/admin/DateTimeShortcuts.js:53 msgid "Clock" -msgstr "" +msgstr "Clock" #: static/admin/js/admin/DateTimeShortcuts.js:81 msgid "Choose a time" -msgstr "" +msgstr "Choose a time" #: static/admin/js/admin/DateTimeShortcuts.js:86 msgid "Midnight" -msgstr "" +msgstr "Midnight" #: static/admin/js/admin/DateTimeShortcuts.js:87 msgid "6 a.m." -msgstr "" +msgstr "6 a.m." #: static/admin/js/admin/DateTimeShortcuts.js:88 msgid "Noon" -msgstr "" +msgstr "Noon" #: static/admin/js/admin/DateTimeShortcuts.js:92 #: static/admin/js/admin/DateTimeShortcuts.js:204 msgid "Cancel" -msgstr "" +msgstr "Cancel" #: static/admin/js/admin/DateTimeShortcuts.js:144 #: static/admin/js/admin/DateTimeShortcuts.js:197 msgid "Today" -msgstr "" +msgstr "Today" #: static/admin/js/admin/DateTimeShortcuts.js:148 msgid "Calendar" -msgstr "" +msgstr "Calendar" #: static/admin/js/admin/DateTimeShortcuts.js:195 msgid "Yesterday" -msgstr "" +msgstr "Yesterday" #: static/admin/js/admin/DateTimeShortcuts.js:199 msgid "Tomorrow" -msgstr "" +msgstr "Tomorrow" diff --git a/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo index f90d9014144a3d5beac636c7b576ff3d47091c70..06cee99605495acd65df64810a3fe05e04f2453c 100644 Binary files a/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po index 24beab56755cb90097c5bd324ac12f960d08eadb..cdc154432b7576837a25c63e2279cdb5e1b3ebdf 100644 --- a/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po @@ -8,28 +8,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-12 21:43+0000\n" -"Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Successfully deleted %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Cannot delete %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Are you sure?" @@ -38,169 +38,175 @@ msgstr "Are you sure?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Delete selected %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "All" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Yes" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "No" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Unknown" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Any date" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Today" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Past 7 days" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "This month" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "This year" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Please log in again, because your session has expired." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Your e-mail address is not your username. Try '%s' instead." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Action:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "action time" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "object id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "object repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "action flag" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "change message" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "log entry" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "log entries" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Added \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Changed \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Deleted \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry Object" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "None" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Changed %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "and" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Added %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Changed %(list)s for %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Deleted %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "No fields changed." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "The %(name)s \"%(obj)s\" was added successfully." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "You may edit it again below." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "You may add another %s below." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "The %(name)s \"%(obj)s\" was added successfully." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "The %(name)s \"%(obj)s\" was changed successfully." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "The %(name)s \"%(obj)s\" was changed successfully." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,89 +214,97 @@ msgstr "" "Items must be selected in order to perform actions on them. No items have " "been changed." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "No action selected." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Add %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s object with primary key %(key)r does not exist." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Change %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Database error" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s was changed successfully." msgstr[1] "%(count)s %(name)s were changed successfully." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s selected" msgstr[1] "All %(total_count)s selected" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 of %(cnt)s selected" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "The %(name)s \"%(obj)s\" was deleted successfully." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Change history: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Log in" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Site administration" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administration" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Date:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Time:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Lookup" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Add Another" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Page not found" @@ -299,42 +313,40 @@ msgstr "Page not found" msgid "We're sorry, but the requested page could not be found." msgstr "We're sorry, but the requested page could not be found." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Home" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Server error" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Server error (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Server Error (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -357,7 +369,7 @@ msgstr "Select all %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Clear selection" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,22 +379,22 @@ msgid "Welcome," msgstr "Welcome," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentation" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Change password" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Log out" @@ -394,35 +406,35 @@ msgstr "Django site admin" msgid "Django administration" msgstr "Django administration" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Add" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "History" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "View on site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Please correct the error below." msgstr[1] "Please correct the errors below." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Add %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -439,12 +451,12 @@ msgstr "Sorting priority: %(priority_number)s" msgid "Toggle sorting" msgstr "Toggle sorting" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Delete" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -455,7 +467,7 @@ msgstr "" "related objects, but your account doesn't have permission to delete the " "following types of objects:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -464,7 +476,7 @@ msgstr "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -473,16 +485,16 @@ msgstr "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Yes, I'm sure" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Delete multiple objects" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +505,7 @@ msgstr "" "objects, but your account doesn't have permission to delete the following " "types of objects:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +514,7 @@ msgstr "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +528,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " By %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Models available in the %(name)s application." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Change" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "You don't have permission to edit anything." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Recent Actions" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "My Actions" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "None available" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Unknown content" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -555,31 +567,27 @@ msgstr "" "database tables have been created, and make sure the database is readable by " "the appropriate user." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Username:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Password:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Forgotten your password or username?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Date/time" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "User" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Action" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -635,64 +643,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Enter a username and password." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Enter a new password for the user %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Password" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Password (again)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Enter the same password as above, for verification." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Remove" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Add another %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Remove" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Delete?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Thanks for spending some quality time with the Web site today." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Log in again" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Password change" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Password change successful" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Your password was changed." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -700,46 +708,46 @@ msgstr "" "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." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Old password" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "New password" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Change my password" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Password reset" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Password reset complete" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Your password has been set. You may go ahead and log in now." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Password reset confirmation" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Enter new password" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -747,19 +755,19 @@ msgstr "" "Please enter your new password twice so we can verify you typed it in " "correctly." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "New password:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirm password:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Password reset unsuccessful" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -767,27 +775,23 @@ msgstr "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Password reset successful" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"We've e-mailed you instructions for setting your password to the e-mail " -"address you submitted. You should be receiving it shortly." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"You're receiving this e-mail because you requested a password reset for your " -"user account at %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -806,36 +810,34 @@ msgstr "Thanks for using our site!" msgid "The %(site_name)s team" msgstr "The %(site_name)s team" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " -"instructions for setting a new one." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Reset my password" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "All dates" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Select %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Select %s to change" diff --git a/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo index cacc13c6f647daed372c56f963451be91bb5391f..b5c51e2ba5f562e9597148f2443621e444e9aba8 100644 Binary files a/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po index ad134036c691d4172e37b3ecb30a841d68c5bbb9..be6faea102db9acb65909eea2af5672c0a773dd7 100644 --- a/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-12 21:55+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo b/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo index 04f14bfc639d03a93b412cc1dbf1337473cd9b45..5799acda2b0abe381278a79bfbd6d4cc134bea82 100644 Binary files a/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/eo/LC_MESSAGES/django.po b/django/contrib/admin/locale/eo/LC_MESSAGES/django.po index f61f01415aec422718a8cf0e8c8833ae7ef8cd06..8d2de8a9738e0d9c2170417c0b61fdccea4adbec 100644 --- a/django/contrib/admin/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/eo/LC_MESSAGES/django.po @@ -1,206 +1,214 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. +# Baptiste , 2012. # Dinu Gherman , 2011. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: sagittarian \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "Sukcese %(count)d %(items)s forigitaj." +msgstr "Sukcese forigis %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Ne povas forigi %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" -msgstr "Ĉu certas?" +msgstr "Ĉu vi certas?" #: actions.py:83 #, python-format msgid "Delete selected %(verbose_name_plural)s" -msgstr "Forigi elektitaj %(verbose_name_plural)s" +msgstr "Forigi elektitajn %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Ĉio" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Jes" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nekonata" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Ajna dato" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hodiaŭ" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Lastaj 7 tagoj" -#: filters.py:315 +#: filters.py:317 msgid "This month" -msgstr "Ĉi-tiu monato" +msgstr "Ĉi tiu monato" -#: filters.py:319 +#: filters.py:321 msgid "This year" -msgstr "Ĉi-tiu jaro" +msgstr "Ĉi tiu jaro" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Bonvolu tajpi la ĝustan salutnomon kaj pasvorton por personara konto. Notu " -"ke ambaŭ kampoj estas usklecodistingaj." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Bonvolu ensaluti denove, ĉar via seanco senvalidiĝis." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Via retpoŝto ne estas via salutnomo. Provu '%s' anstataŭe." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Ago:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "aga tempo" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekta identigaĵo" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekta prezento" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "aga marko" -#: models.py:25 +#: models.py:30 msgid "change message" -msgstr "ŝanĝa mesaĝo" +msgstr "ŝanĝmesaĝo" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "protokolero" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "protokoleroj" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" aldonita." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Ŝanĝita \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Forigita \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Protokolera objekto" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Neniu" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Ŝanĝita %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "kaj" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Aldonita %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Ŝanĝita %(list)s por %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Forigita %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Neniu kampo ŝanĝita." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "La %(name)s \"%(obj)s\" estis aldonita sukcese." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"La %(name)s \"%(obj)s\" estis aldonita sukcese. Vi rajtas ĝin redakti denove " +"sube." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Vi devus ĝin redakti denove sube." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Vi devus aldoni alia %s sube." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "La %(name)s \"%(obj)s\" estis aldonita sukcese." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "La %(name)s \"%(obj)s\" estis ŝanĝita sukcese." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"La %(name)s \"%(obj)s\" estis aldonita sukcese. Vi devus ĝin redakti denove " -"sube." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "La %(name)s \"%(obj)s\" estis ŝanĝita sukcese." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,88 +216,96 @@ msgstr "" "Elementoj devas esti elektitaj por elfari agojn sur ilin. Neniu elemento " "estis ŝanĝita." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Neniu ago elektita." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Aldoni %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s objekto kun ĉefŝlosilo %(key)r ne ekzistas." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Ŝanĝi %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Datumbaza eraro" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "%(count)s %(name)s estis ŝanĝita sukcese." -msgstr[1] "%(count)s %(name)s estis ŝanĝitaj sukcese." +msgstr[0] "%(count)s %(name)s estis sukcese ŝanĝita." +msgstr[1] "%(count)s %(name)s estis sukcese ŝanĝitaj." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s elektitaj" msgstr[1] "Ĉiuj %(total_count)s elektitaj" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 el %(cnt)s elektita" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "La %(name)s \"%(obj)s\" estis forigita sukcese." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Ŝanĝa historio: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Ensaluti" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Reteja administrado" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administrado" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dato:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Horo:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Trarigardo" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" -msgstr "Aldoni alian" +msgstr "Aldoni ankoraŭ unu" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" @@ -299,42 +315,40 @@ msgstr "Paĝo ne trovita" msgid "We're sorry, but the requested page could not be found." msgstr "Bedaŭrinde la petitan paĝon ne povas esti trovita." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Ĉefpaĝo" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Servila eraro" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Servila eraro (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Servila eraro (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Tie estis eraro. Ĝi estis raportita al la retejaj administrantoj tra " -"retpoŝto kaj devus esti riparita rapide. Dankon por via pacienco." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -357,7 +371,7 @@ msgstr "Elekti ĉiuj %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Viŝi elekton" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,24 +381,24 @@ msgid "Welcome," msgstr "Bonvenon," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentaro" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Ŝanĝi pasvorton" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" -msgstr "Adiaŭi" +msgstr "Elsaluti" #: templates/admin/base_site.html:4 msgid "Django site admin" @@ -394,57 +408,57 @@ msgstr "Djanga reteja administrado" msgid "Django administration" msgstr "Djanga administrado" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Aldoni" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historio" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Vidi sur retejo" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Bonvolu ĝustigi la eraron sube." msgstr[1] "Bonvolu ĝustigi la erarojn sube." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Aldoni %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtri" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "Forigi de ordigado" +msgstr "Forigi el ordigado" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "Ordigada prioritaton: %(priority_number)s" +msgstr "Ordiga prioritato: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" msgstr "Ŝalti ordigadon" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Forigi" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -455,96 +469,96 @@ msgstr "" "rilatajn objektojn, sed via konto ne havas permeson por forigi la sekvantajn " "tipojn de objektoj:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -"Foriganti la %(object_name)s '%(escaped_object)s' postulus foriganti la " -"sekvajn protektitajn rilatitajn objektojn:" +"Forigi la %(object_name)s '%(escaped_object)s' postulus forigi la sekvajn " +"protektitajn rilatajn objektojn:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" -"Ĉu sendube vi deziras forigi %(object_name)s \"%(escaped_object)s\"? Ĉiuj el " -"la sekvantaj rilataj eroj estos forigitaj:" +"Ĉu vi certas, ke vi volas forigi %(object_name)s \"%(escaped_object)s\"? " +"Ĉiuj el la sekvaj rilataj eroj estos forigitaj:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Jes, mi certas" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Forigi plurajn objektojn" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " "objects, but your account doesn't have permission to delete the following " "types of objects:" msgstr "" -"Foriganti la %(objects_name)s rezultus en foriganti rilatajn objektojn, sed " -"via konto ne havas permeson por forigi la sekvantajn tipojn de objektoj:" +"Forigi la %(objects_name)s rezultus en forigi rilatajn objektojn, sed via " +"konto ne havas permeson por forigi la sekvajn tipojn de objektoj:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -"Foriganti la %(objects_name)s postulus foriganti la sekvajn protektitajn " -"rilatitajn objektojn:" +"Forigi la %(objects_name)s postulus forigi la sekvajn protektitajn rilatajn " +"objektojn:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " "following objects and their related items will be deleted:" msgstr "" -"Ĉu sendube vi deziras forigi la elektitajn %(objects_name)s? Ĉiuj el la " -"sekvantaj objektoj kaj iliaj rilataj eroj estos forigita:" +"Ĉu vi certas, ke vi volas forigi la elektitajn %(objects_name)s? Ĉiuj el la " +"sekvaj objektoj kaj iliaj rilataj eroj estos forigita:" #: templates/admin/filter.html:2 #, python-format msgid " By %(filter_title)s " msgstr " Laŭ %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeloj haveblaj en la %(name)s aplikaĵo." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Ŝanĝi" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." -msgstr "Vi ne havas permeson por redakti ion-ajn." +msgstr "Vi ne havas permeson por redakti ĉion ajn." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" -msgstr "Ĵusaj agoj" +msgstr "Lastaj agoj" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Miaj agoj" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Neniu disponebla" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Nekonata enhavo" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -554,36 +568,32 @@ msgstr "" "de datumbazo estis kreitaj, kaj ke la datumbazo estas legebla per la ĝusta " "uzanto." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Salutnomo:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Pasvorto:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Ĉu vi forgesis vian pasvorton aŭ salutnomo?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dato/horo" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Uzanto" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Ago" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." msgstr "" -"Ĉi-tiu objekto ne havas ŝanĝan historion. Eble ĝi ne estis aldonita per la " +"Ĉi tiu objekto ne havas ŝanĝ-historion. Eble ĝi ne estis aldonita per la " "administranta retejo." #: templates/admin/pagination.html:10 @@ -612,7 +622,7 @@ msgstr "%(full_result_count)s entute" #: templates/admin/submit_line.html:5 msgid "Save as new" -msgstr "Konservi kiel nova" +msgstr "Konservi kiel novan" #: templates/admin/submit_line.html:6 msgid "Save and add another" @@ -620,126 +630,125 @@ msgstr "Konservi kaj aldoni alian" #: templates/admin/submit_line.html:7 msgid "Save and continue editing" -msgstr "Konservi kaj daŭri redakton" +msgstr "Konservi kaj daŭre redakti" #: templates/admin/auth/user/add_form.html:6 msgid "" "First, enter a username and password. Then, you'll be able to edit more user " "options." msgstr "" -"Unue, bovolu tajpi salutnomon kaj pasvorton. Tiam, vi estos kapabla redakti " -"pli da uzantajn agordojn." +"Unue, bovolu tajpi salutnomon kaj pasvorton. Tiam, vi povos redakti pli da " +"uzantaj agordoj." #: templates/admin/auth/user/add_form.html:8 msgid "Enter a username and password." -msgstr "Entajpu salutnomon kaj pasvorton." +msgstr "Enigu salutnomon kaj pasvorton." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." -msgstr "Entajpu novan pasvorton por la uzanto %(username)s." +msgstr "Enigu novan pasvorton por la uzanto %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Pasvorto" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Pasvorto (denove)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Entajpu la saman pasvorton kiel supre, por konfirmo." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Forigu" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Aldoni alian %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Forigu" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" -msgstr "Froviŝi?" +msgstr "Forviŝi?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." -msgstr "Dankon por trapasi iun superkvalitan tempon kun la retejo hodiaŭ." +msgstr "Dankon pro pasigo de kvalita tempon kun la retejo hodiaŭ." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Ensaluti denove" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" -msgstr "Pasvorto ŝanĝo" +msgstr "Pasvorta ŝanĝo" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" -msgstr "Pasvorto suksese ŝanĝita" +msgstr "Pasvorto sukcese ŝanĝita" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." -msgstr "Via pasvorto estis suksese ŝanĝita." +msgstr "Via pasvorto estis sukcese ŝanĝita." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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 "" -"Bonvolu entajpi vian malnovan pasvorton, pro sekureca kialo, kaj tiam " -"entajpi vian novan pasvorton dufoje, tiel ni povas konfirmi ke vi ĝuste " -"tajpis ĝin." +"Bonvolu enigi vian malnovan pasvorton, pro sekureco, kaj tiam enigi vian " +"novan pasvorton dufoje, tiel ni povas konfirmi ke vi ĝuste tajpis ĝin." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Malnova pasvorto" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nova pasvorto" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Ŝanĝi mian passvorton" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Pasvorta rekomencigo" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Pasvorta rekomencigo plenumita" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Via pasvorto estis ŝanĝita. Vi povas iri antaŭen kaj ensaluti nun." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Pasvorta rekomenciga konfirmo" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" -msgstr "Entajpu novan pasvorton" +msgstr "Enigu novan pasvorton" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -747,19 +756,19 @@ msgstr "" "Bonvolu entajpi vian novan pasvorton dufoje, tiel ni povas konfirmi ke vi " "ĝuste tajpis ĝin." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nova pasvorto:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Konfirmi pasvorton:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Pasvorta rekomencigo malsuksesis" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -767,27 +776,23 @@ msgstr "" "La pasvorta rekomenciga ligo malvalidis, eble ĉar ĝi jam estis uzata. " "Bonvolu peti novan pasvortan rekomencigon." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Pasvorta rekomencigo suksesis" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Ni sendis al vi retpoŝton kun instruoj por ŝanĝi vian pasvorton al la " -"sendita retpoŝtadreso. Vi devus ricevi ĝin rapide." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Vi ricevas ĉi-tiun retpoŝton ĉar vi petis pasvortan ŝanĝon por via uzanta " -"konto ĉe %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -799,43 +804,41 @@ msgstr "Via salutnomo, se vi forgesis:" #: templates/registration/password_reset_email.html:10 msgid "Thanks for using our site!" -msgstr "Dankon por uzi nian retejon!" +msgstr "Dankon pro uzo de nia retejo!" #: templates/registration/password_reset_email.html:12 #, python-format msgid "The %(site_name)s team" msgstr "La %(site_name)s teamo" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Pasvorton forgesita? Entajpu vian retpoŝtadreson malsupre kaj ni sendos " -"instruojn por rekomencigi novan pasvortonu." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Retpoŝtadreso:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Rekomencigi mian pasvorton" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Ĉiuj datoj" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Neniu)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Elekti %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Elekti %s por ŝanĝi" diff --git a/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo index fd524b686d377ee6e5cc18b50190ab0782ed35ca..b89655ef442737825d136ea735a1bfc0a279a9a3 100644 Binary files a/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po index d1ee79179a8f84e201f5e8a2645dc1a8e38312a0..3ef579977d7e674202573015f855c5be51e6c12a 100644 --- a/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po @@ -1,26 +1,28 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. +# Baptiste , 2012. # Jaffa McNeill , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: Jaffa McNeill \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"PO-Revision-Date: 2012-12-11 19:24+0000\n" +"Last-Translator: sagittarian \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format msgid "Available %s" -msgstr "Havebla %s" +msgstr "Disponebla %s" #: static/admin/js/SelectFilter2.js:46 #, c-format @@ -28,11 +30,14 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Tio ĉi estas la listo de disponeblaj %s. Vi povas forigi kelkajn elektante " +"ilin en la suba skatolo kaj tiam klakante la \"Elekti\" sagon inter la du " +"skatoloj." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Entipu en ĉi-tiu skatolo por filtri la liston de haveblaj %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -40,16 +45,16 @@ msgstr "Filtru" #: static/admin/js/SelectFilter2.js:61 msgid "Choose all" -msgstr "" +msgstr "Elekti ĉiuj" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Klaku por tuj elekti ĉiuj %s." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Elekti" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -58,7 +63,7 @@ msgstr "Forigu" #: static/admin/js/SelectFilter2.js:75 #, c-format msgid "Chosen %s" -msgstr "" +msgstr "Elektita %s" #: static/admin/js/SelectFilter2.js:76 #, c-format @@ -66,6 +71,9 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Tio ĉi estas la listo de elektitaj %s. Vi povas forigi kelkajn elektante " +"ilin en la suba skatolo kaj tiam klakante la \"Forigi\" sagon inter la du " +"skatoloj." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" @@ -74,7 +82,7 @@ msgstr "Forigu ĉiujn" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Klaku por tuj forigi ĉiujn %s elektitajn." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" @@ -87,8 +95,8 @@ msgid "" "You have unsaved changes on individual editable fields. If you run an " "action, your unsaved changes will be lost." msgstr "" -"Vi havas nesavitajn ŝanĝojn sur individuaj redakteblaj kampoj. Se vi faros " -"agon, viaj nesavitaj ŝanĝoj estos perdita." +"Vi havas neŝirmitajn ŝanĝojn je unuopaj redakteblaj kampoj. Se vi faros " +"agon, viaj neŝirmitaj ŝanĝoj perdiĝos." #: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 msgid "" @@ -96,8 +104,8 @@ msgid "" "individual fields yet. Please click OK to save. You'll need to re-run the " "action." msgstr "" -"Vi elektas agon, sed vi ne savis viajn ŝanĝojn al individuaj kampoj ĝis nun. " -"Bonvolu klaku BONA por savi. Vi devos ripeton la agon" +"Vi elektas agon, sed vi ne ŝirmis viajn ŝanĝojn al individuaj kampoj ĝis " +"nun. Bonvolu klaku BONA por ŝirmi. Vi devos ripeton la agon" #: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 msgid "" @@ -105,8 +113,8 @@ msgid "" "fields. You're probably looking for the Go button rather than the Save " "button." msgstr "" -"Vi elektas agon, kaj vi ne faris iujn ŝanĝojn sur individuaj kampoj. Vi " -"verŝajne serĉas la Iru butonon prefere ol la Savu butono." +"Vi elektas agon, kaj vi ne faris ajnajn ŝanĝojn ĉe unuopaj kampoj. Vi " +"verŝajne serĉas la Iru-butonon prefere ol la Ŝirmu-butono." #: static/admin/js/calendar.js:26 msgid "" @@ -123,7 +131,7 @@ msgstr "D L M M Ĵ V S" #: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 #: static/admin/js/collapse.min.js:1 msgid "Show" -msgstr "Manifestu" +msgstr "Montru" #: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 msgid "Hide" @@ -132,7 +140,7 @@ msgstr "Kaŝu" #: static/admin/js/admin/DateTimeShortcuts.js:49 #: static/admin/js/admin/DateTimeShortcuts.js:85 msgid "Now" -msgstr "Nu" +msgstr "Nun" #: static/admin/js/admin/DateTimeShortcuts.js:53 msgid "Clock" diff --git a/django/contrib/admin/locale/es/LC_MESSAGES/django.mo b/django/contrib/admin/locale/es/LC_MESSAGES/django.mo index c1c7a50c9b14e2b4447597ca6e064903143241f2..49359ff41f12ee4de60d91c6dea0ecb05fef88b6 100644 Binary files a/django/contrib/admin/locale/es/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/es/LC_MESSAGES/django.po b/django/contrib/admin/locale/es/LC_MESSAGES/django.po index 69f8733f39748d6210d70732ac5cc14d9baa1b15..37302a2a1f45d767011ce54035f3b34d25fbd1ba 100644 --- a/django/contrib/admin/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/es/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Antoni Aloy , 2012-2013. # Antoni Aloy , 2011, 2012. # franchukelly , 2011. # Jannis Leidel , 2011. @@ -10,28 +11,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: guillem \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-10 18:48+0000\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Eliminado/s %(count)d %(items)s satisfactoriamente." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "No se puede eliminar %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "¿Está seguro?" @@ -40,171 +41,183 @@ msgstr "¿Está seguro?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Eliminar %(verbose_name_plural)s seleccionado/s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Todo" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sí" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "No" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Desconocido" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Cualquier fecha" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hoy" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últimos 7 días" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Este mes" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Este año" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Por favor introduce un usuario y clave adecuado para una cuenta de personal. " -"Fíjate que ambos campos son sensibles a mayúsculas." +"Por favor introduce el %(username)s y la clave correctos para una cuenta de " +"personal. Observa que campos pueden ser sensibles a mayúsculas." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Por favor, inicie sesión de nuevo, ya que su sesión ha caducado." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Su dirección de correo no es su nombre de usuario. Pruebe con '%s' en su " -"lugar." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Acción:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "hora de acción" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id de objeto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr de objeto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "marca de acción" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "mensaje de cambio" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada de registro" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entradas de registro" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Añadidos \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Cambiados \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Eliminados \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objeto de registro de Log" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ninguno" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modificado/a %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "y" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Añadido/a \"%(object)s\" %(name)s." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Modificados %(list)s para \"%(object)s\" %(name)s." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Eliminado/a \"%(object)s\" %(name)s." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "No ha cambiado ningún campo." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Se añadió con éxito el %(name)s \"%(obj)s\"." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Se añadió con éxito el %(name)s \"%(obj)s. Puede editarlo de nuevo abajo." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puede editarlo de nuevo abajo." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"El %(name)s \"%(obj)s\" fue añadido satisfactoriamente. Puedes añadir otro " +"%(name)s a continuación." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Puede añadir otro %s abajo." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Se añadió con éxito el %(name)s \"%(obj)s\"." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Se modificó con éxito el %(name)s \"%(obj)s\"." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"El %(name)s \"%(obj)s\" fue cambiado satisfactoriamente. Puedes editarlo " +"otra vez a continuación." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Se añadió con éxito el %(name)s \"%(obj)s. Puede editarlo de nuevo abajo." +"El %(name)s \"%(obj)s\" fue cambiado satisfactoriamente. Puedes añadir otro " +"%(name)s a continuación." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Se modificó con éxito el %(name)s \"%(obj)s\"." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -212,89 +225,97 @@ msgstr "" "Se deben seleccionar elementos para poder realizar acciones sobre estos. No " "se han modificado elementos." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "No se seleccionó ninguna acción." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Añadir %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "No existe ningún objeto %(name)s con la clave primaria %(key)r." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Error en la base de datos" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s fué modificado con éxito." msgstr[1] "%(count)s %(name)s fueron modificados con éxito." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s seleccionado" msgstr[1] "Todos %(total_count)s seleccionados" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "seleccionados 0 de %(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Histórico de modificaciones: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Iniciar sesión" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Sitio administrativo" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administración de %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Fecha:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Buscar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Añadir otro" +#: widgets.py:316 +msgid "Currently:" +msgstr "Actualmente:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Cambiar:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Página no encontrada" @@ -303,43 +324,43 @@ msgstr "Página no encontrada" msgid "We're sorry, but the requested page could not be found." msgstr "Lo sentimos, pero no se encuentra la página solicitada." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Inicio" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Error del servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Error del servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Error de servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ha ocurrido un error. Se ha informado a los administradores del sitio " -"mediante correo electrónico y debería arreglarse en breve. Gracias por su " -"paciencia." +"Ha habido un error. Ha sido comunicado al administrador del sitio por correo " +"electrónico y debería solucionarse a la mayor brevedad. Gracias por tu " +"paciencia y comprensión." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -362,7 +383,7 @@ msgstr "Seleccionar todos los %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Limpiar selección" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -372,22 +393,22 @@ msgid "Welcome," msgstr "Bienvenido/a," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentación" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Terminar sesión" @@ -399,35 +420,35 @@ msgstr "Sitio de administración de Django" msgid "Django administration" msgstr "Administración de Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Añadir" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Histórico" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ver en el sitio" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Por favor, corrija el siguiente error." msgstr[1] "Por favor, corrija los siguientes errores." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Añadir %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtro" @@ -444,12 +465,12 @@ msgstr "Prioridad de la ordenación: %(priority_number)s" msgid "Toggle sorting" msgstr "Activar la ordenación" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Eliminar" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -460,7 +481,7 @@ msgstr "" "de objetos relacionados, pero su cuenta no tiene permiso para borrar los " "siguientes tipos de objetos:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -469,7 +490,7 @@ msgstr "" "La eliminación de %(object_name)s %(escaped_object)s requeriría eliminar los " "siguientes objetos relacionados protegidos:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -478,16 +499,16 @@ msgstr "" "¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s" "\"? Se borrarán los siguientes objetos relacionados:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sí, estoy seguro" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Eliminar múltiples objetos." -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -498,7 +519,7 @@ msgstr "" "objetos relacionados, pero su cuenta no tiene permisos para borrar los " "siguientes tipos de objetos:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -507,7 +528,7 @@ msgstr "" "La eliminación de %(objects_name)s seleccionado requeriría el borrado de los " "siguientes objetos protegidos relacionados:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -521,36 +542,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Por %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelos disponibles en la aplicación %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "No tiene permiso para editar nada." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Acciones recientes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mis acciones" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ninguno disponible" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contenido desconocido" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -560,31 +581,27 @@ msgstr "" "necesarias han sido creadas, y que la base de datos puede ser leída por el " "usuario apropiado." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Usuario:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Contraseña:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "¿Olvidaste la contraseña o el nombre de usuario?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Fecha/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Usuario" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Acción" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -640,66 +657,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Entre un nombre de usuario y contraseña" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Introduzca una nueva contraseña para el usuario %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Contraseña" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Introduzca la misma contraseña que arriba, para verificación." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Eliminar" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Agregar otro %(verbose_name)s." -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Eliminar" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "¿Eliminar?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Iniciar sesión de nuevo" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Cambio de contraseña" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Cambio de contraseña exitoso" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Su contraseña ha sido cambiada." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -708,48 +725,48 @@ msgstr "" "introduzca la nueva contraseña dos veces para verificar que la ha escrito " "correctamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Contraseña antigua" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Contraseña nueva" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Cambiar mi contraseña" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Restablecer contraseña" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Restablecimiento de contraseña completado" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar " "sesión." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmación de restablecimiento de contraseña" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Introduzca una nueva contraseña" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -757,19 +774,19 @@ msgstr "" "Por favor, introduzca su contraseña nueva dos veces para verificar que la ha " "escrito correctamente." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Contraseña nueva:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirme contraseña:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Restablecimiento de contraseña fallido" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -778,14 +795,14 @@ msgstr "" "haberse utilizado previamente. Por favor, solicite un nuevo restablecimiento " "de contraseña." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Restablecimiento de contraseña exitoso" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Le hemos enviado un correo electrónico con instrucciones para cambiar su " @@ -795,11 +812,11 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Ha recibido este correo porque ha solicitado reiniciar la contraseña de la " -"cuenta de su usuario en %(site_name)s." +"Recibes este correo electrónico porqué has solicitado restablecer tu clave " +"para tu cuenta en %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -818,36 +835,37 @@ msgstr "¡Gracias por usar nuestro sitio!" msgid "The %(site_name)s team" msgstr "El equipo de %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"¿Ha olvidado su contraseña? Introduzca su dirección de correo electrónico, y " -"le enviaremos instrucciones para cambiarla por una nueva." +"¿Has olvidado tu clave? Introduce tu dirección de correo a continuación y te " +"enviaremos por correo electrónico las instrucciones para establecer una " +"nueva." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Dirección de correo electrónico:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Correo electrónico:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Restablecer mi contraseña" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Todas las fechas" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Nada)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Escoja %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Escoja %s a modificar" diff --git a/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo index 3c31c07dcc4dd96e6e5f5164953117d23ca1a600..b2e9327aa0d706bf6e660667ea322968c8cebaba 100644 Binary files a/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po index b10bcc4663edb394c846f2e52c5b15bcdf8e37b4..32ba1387222718317cee9254470aaee3c52b29c5 100644 --- a/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po @@ -10,14 +10,14 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-14 19:11+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo index 9d96821af254b6d25e835a74dde367fb93e70c7e..673341d8f77015d47c67e860bd02c74310ae0404 100644 Binary files a/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po index 273b1b6993fc729300914f1720a517315c3148d7..93f4000675de3ca52c0f2fc6f300c19b205586f2 100644 --- a/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po @@ -1,34 +1,36 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. -# Ramiro Morales , 2011, 2012. +# Leonardo José Guzmán , 2013. +# Ramiro Morales , 2011-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-21 14:25+0000\n" -"Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-18 17:50+0000\n" +"Last-Translator: ljguzman \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Se eliminaron con éxito %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "No se puede eliminar %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "¿Está seguro?" @@ -37,173 +39,184 @@ msgstr "¿Está seguro?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Eliminar %(verbose_name_plural)s seleccionados/as" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Todos/as" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sí" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "No" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Desconocido" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Cualquier fecha" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hoy" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últimos 7 días" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Este mes" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Este año" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Por favor introduza el nombre de usuario y contraseña correctos de un " -"miembro del grupo staff. Note que ambos campos son sensibles a diferencias " -"en mayúsculas/minúsculas." +"Por favor introduza %(username)s y contraseña correctos de una cuenta de " +"staff. Note que puede que ambos campos sean estrictos en relación a " +"diferencias entre mayúsculas y minúsculas." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Por favor, identifíquese de nuevo porque su sesión ha caducado." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Su dirección de correo electrónico no es su nombre de usuario. Intente " -"nuevamente usando '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Acción:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "hora de la acción" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id de objeto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr de objeto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "marca de acción" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "mensaje de cambio" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada de registro" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entradas de registro" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Se agrega \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Se modifica \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Se elimina \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objeto LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ninguno" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modifica %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "y" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Se agregó %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Se modificaron %(list)s en %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Se eliminó %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "No ha modificado ningún campo." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Se agregó con éxito %(name)s \"%(obj)s\"." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Se agregó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " +"abajo." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puede modificarlo/a nuevamente abajo." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"Se agregó con éxito %(name)s \"%(obj)s\". Puede agregar otro %(name)s abajo." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Puede agregar otro/a %s abajo." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Se agregó con éxito %(name)s \"%(obj)s\"." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Se modificó con éxito %(name)s \"%(obj)s\"." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"Se modificó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " +"abajo." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Se agregó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " +"Se modificó con éxito %(name)s \"%(obj)s\". Puede agregar otro %(name)s " "abajo." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Se modificó con éxito %(name)s \"%(obj)s\"." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -211,89 +224,97 @@ msgstr "" "Deben existir items seleccionados para poder realizar acciones sobre los " "mismos. No se modificó ningún item." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "No se ha seleccionado ninguna acción." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Agregar %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "No existe un objeto %(name)s con una clave primaria %(key)r." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Error de base de datos" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "Se ha modificado con éxito %(count)s %(name)s." msgstr[1] "Se han modificado con éxito %(count)s %(name)s." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s seleccionados/as" msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 de %(cnt)s seleccionados/as" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Se eliminó con éxito %(name)s \"%(obj)s\"." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Historia de modificaciones: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Identificarse" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administración de sitio" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administración de %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Fecha:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Buscar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Agregar otro/a" +#: widgets.py:316 +msgid "Currently:" +msgstr "Actualmente:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Cambiar:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Página no encontrada" @@ -302,43 +323,43 @@ msgstr "Página no encontrada" msgid "We're sorry, but the requested page could not be found." msgstr "Lo sentimos, pero no se encuentra la página solicitada." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Inicio" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Error del servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Error del servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Error de servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ha ocurrido un error. Se ha informado a los administradores del sitio " -"mediante correo electrónico y debería ser solucionado en breve. Gracias por " -"su paciencia." +"Ha ocurrido un error. Se ha reportado el mismo a los administradores del " +"sitio vía email y debería ser solucionado en breve. Le damos gracias por su " +"paciencia." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -361,7 +382,7 @@ msgstr "Seleccionar lo(s)/a(s) %(total_count)s de %(module_name)s" msgid "Clear selection" msgstr "Borrar selección" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -371,22 +392,22 @@ msgid "Welcome," msgstr "Bienvenido/a," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentación" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Cerrar sesión" @@ -398,35 +419,35 @@ msgstr "Administración de sitio Django" msgid "Django administration" msgstr "Administración de Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Agregar" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historia" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ver en el sitio" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Por favor, corrija el siguiente error." msgstr[1] "Por favor, corrija los siguientes errores." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Agregar %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrar" @@ -443,12 +464,12 @@ msgstr "Prioridad de ordenamiento: %(priority_number)s" msgid "Toggle sorting" msgstr "(des)activar ordenamiento" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Eliminar" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -459,7 +480,7 @@ msgstr "" "de objetos relacionados, pero su cuenta no tiene permiso para eliminar los " "siguientes tipos de objetos:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -468,7 +489,7 @@ msgstr "" "El eliminar los %(object_name)s '%(escaped_object)s' requeriría eliminar los " "siguientes objetos relacionados protegidos:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -477,16 +498,16 @@ msgstr "" "¿Está seguro de que quiere eliminar los %(object_name)s \"%(escaped_object)s" "\"? Se eliminarán los siguientes objetos relacionados:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sí, estoy seguro" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Eliminar múltiples objetos" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -497,7 +518,7 @@ msgstr "" "relacionados a los mismos, pero su cuenta de usuario no tiene los permisos " "necesarios para eliminar los siguientes tipos de objetos:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -506,7 +527,7 @@ msgstr "" "El eliminar los %(objects_name)s seleccionados requeriría eliminar los " "siguientes objetos relacionados protegidos:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -520,36 +541,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Por %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelos disponibles en la aplicación %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "No tiene permiso para editar nada." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Acciones recientes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mis acciones" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ninguna disponible" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contenido desconocido" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -559,31 +580,27 @@ msgstr "" "tablas de la misma hayan sido creadas, y asegúrese de que el usuario " "apropiado tenga permisos de lectura en la base de datos." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Usuario:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Contraseña:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "¿Olvidó su contraseña o nombre de usuario?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Fecha/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Usuario" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Acción" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -639,67 +656,67 @@ msgstr "" msgid "Enter a username and password." msgstr "Introduzca un nombre de usuario y una contraseña." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Introduzca una nueva contraseña para el usuario %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Contraseña" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "" "Para verificación, introduzca la misma contraseña que introdujo arriba." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Eliminar" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Agregar otro/a %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Eliminar" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Eliminar?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Gracias por el tiempo que ha dedicado al sitio web hoy." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Identificarse de nuevo" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Cambio de contraseña" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Cambio de contraseña exitoso" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Su contraseña ha sido cambiada." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -708,46 +725,46 @@ msgstr "" "antigua y luego introduzca la nueva contraseña dos veces para verificar que " "la ha escrito correctamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Contraseña antigua" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Contraseña nueva" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Cambiar mi contraseña" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Recuperar contraseña" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Reinicialización de contraseña completada" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." -msgstr "Se le ha enviado su contraseña. Ahora puede continuar e ingresar." +msgstr "Su contraseña ha sido cambiada. Ahora puede continuar e ingresar." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmación de reincialización de contraseña" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Introduzca la nueva contraseña" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -755,19 +772,19 @@ msgstr "" "Por favor introduzca su nueva contraseña dos veces de manera que podamos " "verificar que la ha escrito correctamente." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Contraseña nueva:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirme contraseña:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Reinicialización de contraseña fallida" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -776,28 +793,28 @@ msgstr "" "a que ya ha sido usado. Por favor solicite una nueva reinicialización de " "contraseña." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Recuperación de contraseña exitosa" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Le hemos enviado instrucciones sobre como establecer su contraseña a la " -"dirección de correo electrónico que ha suministrado. Debería recibir las " -"mismas en breve." +"Le hemos enviado vía email instrucciones para establecer una nueva " +"contraseña a la dirección de email que Ud. había especificado. Debería " +"recibir dicho email pronto." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Ha recibido este email porque ha solicitado la generación de una nueva " -"contraseña de su cuenta de usuario en %(site_name)s." +"Le enviamos este email porque Ud. ha solicitado que se reestablezca la " +"contraseña para su cuenta de usuario en %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -818,36 +835,36 @@ msgstr "¡Gracias por usar nuestro sitio!" msgid "The %(site_name)s team" msgstr "El equipo de %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"¿Ha olvidado su contraseña?. Introduzca su dirección de correo electrónico " -"mas abajo y le enviaremos instrucciones para establecer una nueva." +"¿Olvidó su contraseña? Introduzca su dirección de email abajo y le " +"enviaremos instrucciones para estblecer una nueva." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Dirección de correo electrónico:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Dirección de email:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Recuperar mi contraseña" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Todas las fechas" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ninguno/a)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Seleccione %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Seleccione %s a modificar" diff --git a/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo index bdd4350e04bec209e6510f33cf3d77740c71374a..11999072ce70b0df869a02ad1e8fb76f671c4919 100644 Binary files a/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po index 8be1bc35c6d67585f985aeba5e9e00ebce47afe7..240f7909e52210ae9a8c9d0f26c07cab40173a7b 100644 --- a/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-14 20:02+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo index 760f47e3f50f46244e76e89a1553ddb2fee7ce33..018ffbe511baa0fde0adedfe46753888e8e02ad3 100644 Binary files a/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po index 2a0972deb27fd2a84889b4fe05b445f53ca83bb4..a60bc2ea18815b8dfa829279770aa392976466aa 100644 --- a/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Se eliminaron con éxito %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "No se puede eliminar %(name)s " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "¿Está seguro?" @@ -36,172 +36,176 @@ msgstr "¿Está seguro?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Eliminar %(verbose_name_plural)s seleccionados/as" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Todos/as" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sí" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "No" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Desconocido" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Cualquier fecha" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hoy" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últimos 7 días" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Este mes" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Este año" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Por favor introduce un usuario y clave adecuado para una cuenta de personal. " -"Fíjate que ambos campos son sensibles a mayúsculas." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Por favor, identifíquese de nuevo porque su sesión ha expirado." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Su dirección de correo electrónico no es su nombre de usuario. Intente " -"nuevamente usando '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Acción:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "hora de la acción" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id de objeto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr de objeto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "marca de acción" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "mensaje de cambio" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada de registro" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entradas de registro" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Añadidos \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Modificados \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Eliminados \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objeto de registro de Log" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ninguno" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modifica %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "y" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Se agregó %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Se modificaron %(list)s en %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Se eliminó %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "No ha modificado ningún campo." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Se agregó con éxito %(name)s \"%(obj)s\"." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Se agregó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " +"abajo." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puede modificarlo/a nuevamente abajo." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Puede agregar otro/a %s abajo." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Se agregó con éxito %(name)s \"%(obj)s\"." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Se modificó con éxito %(name)s \"%(obj)s\"." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Se agregó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " -"abajo." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Se modificó con éxito %(name)s \"%(obj)s\"." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +213,97 @@ msgstr "" "Deben existir items seleccionados para poder realizar acciones sobre los " "mismos. No se modificó ningún item." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "No se ha seleccionado ninguna acción." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Agregar %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "No existe un objeto %(name)s con una clave primaria %(key)r." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Error en la base de datos" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "Se ha modificado con éxito %(count)s %(name)s." msgstr[1] "Se han modificado con éxito %(count)s %(name)s." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s seleccionados/as" msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 de %(cnt)s seleccionados/as" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Se eliminó con éxito %(name)s \"%(obj)s\"." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Historia de modificaciones: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Identificarse" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administración del sitio" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administración de %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Fecha:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Buscar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Agregar otro/a" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Página no encontrada" @@ -300,43 +312,40 @@ msgstr "Página no encontrada" msgid "We're sorry, but the requested page could not be found." msgstr "Lo sentimos, pero no se encuentra la página solicitada." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Inicio" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Error del servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Error del servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Error de servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ha ocurrido un error. Se ha informado a los administradores del sitio " -"mediante correo electrónico y debería ser solucionado en breve. Gracias por " -"su paciencia." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -359,7 +368,7 @@ msgstr "Seleccionar lo(s)/a(s) %(total_count)s de %(module_name)s" msgid "Clear selection" msgstr "Borrar selección" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -369,22 +378,22 @@ msgid "Welcome," msgstr "Bienvenido," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentación" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Cerrar sesión" @@ -396,35 +405,35 @@ msgstr "Sitio de administración de Django" msgid "Django administration" msgstr "Administración de Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Agregar" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historia" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ver en el sitio" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Por favor, corrija el siguiente error." msgstr[1] "Por favor, corrija los siguientes errores." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Agregar %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrar" @@ -441,12 +450,12 @@ msgstr "Prioridad de la clasificación: %(priority_number)s" msgid "Toggle sorting" msgstr "Activar la clasificación" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Eliminar" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -457,7 +466,7 @@ msgstr "" "de objetos relacionados, pero su cuenta no tiene permiso para eliminar los " "siguientes tipos de objetos:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -466,7 +475,7 @@ msgstr "" "Para eliminar %(object_name)s '%(escaped_object)s' requiere eliminar los " "siguientes objetos relacionados protegidos:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -475,16 +484,16 @@ msgstr "" "¿Está seguro de que quiere eliminar los %(object_name)s \"%(escaped_object)s" "\"? Se eliminarán los siguientes objetos relacionados:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sí, estoy seguro" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Eliminar múltiples objetos" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -495,7 +504,7 @@ msgstr "" "pero tu cuenta no tiene permisos para eliminar los siguientes tipos de " "objetos:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -504,7 +513,7 @@ msgstr "" "Eliminar el seleccionado %(objects_name)s requiere eliminar los siguientes " "objetos relacionados protegidas:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -518,36 +527,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Por %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelos disponibles en la aplicación %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "No tiene permiso para editar nada" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Acciones recientes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mis acciones" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ninguna disponible" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contenido desconocido" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -557,31 +566,27 @@ msgstr "" "tablas de la misma hayan sido creadas, y asegúrese de que el usuario " "apropiado tenga permisos de lectura en la base de datos." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Usuario:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Contraseña:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "¿Ha olvidado su contraseña o nombre de usuario?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Fecha/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Usuario" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Acción" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -637,66 +642,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Introduzca un nombre de usuario y una contraseña." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Introduzca una nueva contraseña para el usuario %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Contraseña" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Para verificar, introduzca la misma contraseña que introdujo arriba." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Eliminar" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Agregar otro/a %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Eliminar" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Eliminar?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Gracias por el tiempo que ha dedicado al sitio web hoy." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Identificarse de nuevo" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Cambio de contraseña" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Cambio de contraseña exitoso" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Su contraseña ha sido cambiada." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -705,46 +710,46 @@ msgstr "" "antigua y luego introduzca la nueva contraseña dos veces para verificar que " "la ha escrito correctamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Contraseña anterior" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nueva contraseña" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Cambiar mi contraseña" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Recuperar contraseña" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Reinicialización de contraseña completada" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Se le ha enviado su contraseña. Ahora puede continuar e ingresar." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmación de reincialización de contraseña" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Introduzca la nueva contraseña" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -752,19 +757,19 @@ msgstr "" "Por favor introduzca su nueva contraseña dos veces de manera que podamos " "verificar que la ha escrito correctamente." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nueva contraseña:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirme contraseña:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Reinicialización de contraseña no exitosa" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -773,28 +778,23 @@ msgstr "" "a que ya ha sido usado. Por favor solicite una nueva reinicialización de " "contraseña." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Recuperación de contraseña exitosa" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Le hemos enviado instrucciones sobre como establecer su contraseña a la " -"dirección de correo electrónico que ha ingresado. Debería recibir las mismas " -"en breve." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Usted está recibiendo este e-mail porque usted solicitó un restablecimiento " -"de la contraseña de su cuenta de usuario en %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -815,36 +815,34 @@ msgstr "¡Gracias por usar nuestro sitio!" msgid "The %(site_name)s team" msgstr "El equipo de %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"¿Ha olvidado su contraseña?. Introduzca su dirección de correo electrónico " -"mas abajo y le enviaremos instrucciones para establecer una nueva." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Dirección de correo electrónico" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Recuperar mi contraseña" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Todas las fechas" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ninguno)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Seleccione %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Seleccione %s a modificar" diff --git a/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo index e538ba0aa1b2b345a7dc0742654391380eb6ef5d..45c8805d8145d8763e2ac158a3d726f629b0a89b 100644 Binary files a/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po index aa306c4413fa14169a4f58725a57f1c97953d492..7f90bb68b1a99076941d2e4c83b6fbb0ef1e4376 100644 --- a/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po @@ -9,13 +9,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/et/LC_MESSAGES/django.mo b/django/contrib/admin/locale/et/LC_MESSAGES/django.mo index 6ddac3f22de0bfb1c9db04a7377f6a2203b6be81..6e839ea67e116574ecf69192c8e1335e0f6708d6 100644 Binary files a/django/contrib/admin/locale/et/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/et/LC_MESSAGES/django.po b/django/contrib/admin/locale/et/LC_MESSAGES/django.po index ce6e1fcffafe72b43e84e640b982ae8cabf65707..6a6549e54ebab53bd963b0c2f95ca98fcc41d2dc 100644 --- a/django/contrib/admin/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/et/LC_MESSAGES/django.po @@ -7,28 +7,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: eallik \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s kustutamine õnnestus" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Ei saa kustutada %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Kas olete kindel?" @@ -37,166 +37,174 @@ msgstr "Kas olete kindel?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Kustuta valitud %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Kõik" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Jah" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ei" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Tundmatu" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Suvaline kuupäev" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Täna" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Viimased 7 päeva" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Käesolev kuu" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Käesolev aasta" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Teie sessioon on aegunud. Palun logige uuesti sisse." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Teie e-posti aadress ei ole Teie kasutajatunnus. Proovige '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Toiming:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "toimingu aeg" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekti id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekti esitus" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "toimingu lipp" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "muudatuse tekst" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "logisissekanne" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "logisissekanded" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Puudub" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Muutsin %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ja" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Lisatud %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Muudetud %(list)s objektil %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Kustutatud %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ühtegi välja ei muudetud." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" lisamine õnnestus. Te võite seda muuta." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" lisamine õnnestus." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Võite jätkata redigeerimist." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Võite jätkata uue %s lisamisega." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" muutmine õnnestus." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" lisamine õnnestus. Te võite seda muuta." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -204,89 +212,97 @@ msgstr "" "Palun märgistage elemendid, millega soovite toiminguid sooritada. Ühtegi " "elementi ei muudetud." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Toiming valimata." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Lisa %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s objekt primaarvõtmega %(key)r ei eksisteeri." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Muuda %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Andmebaasi viga" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s muutmine õnnestus." msgstr[1] "%(count)s %(name)s muutmine õnnestus." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s valitud" msgstr[1] "Kõik %(total_count)s valitud" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "valitud 0/%(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" kustutati." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Muudatuste ajalugu: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Sisene" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Saidi administreerimine" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s - administreerimine" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Kuupäev:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Aeg:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Otsi" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Lisa Uus" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Lehte ei leitud" @@ -295,43 +311,40 @@ msgstr "Lehte ei leitud" msgid "We're sorry, but the requested page could not be found." msgstr "Vabandame, kuid soovitud lehte ei leitud." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Kodu" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serveri viga" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serveri viga (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serveri Viga (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"On tekkinud viga. Vastavasisuline teavitus on saadetud süsteemi haldajale " -"ning vea parandamisega tegeletakse esimesel võimalusel. Täname mõistva " -"suhtumise eest!" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +367,7 @@ msgstr "Märgista kõik %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Tühjenda valik" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +377,22 @@ msgid "Welcome," msgstr "Tere tulemast," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentatsioon" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Muuda salasõna" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Logi välja" @@ -391,35 +404,35 @@ msgstr "Django administreerimisliides" msgid "Django administration" msgstr "Django administreerimisliides" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Lisa" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Ajalugu" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Näita lehel" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Palun parandage allolev viga" msgstr[1] "Palun parandage allolevad vead" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Lisa %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtreeri" @@ -436,12 +449,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Kustuta" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -452,7 +465,7 @@ msgstr "" "kustutada lisaks ka kõik seotud objecktid, aga teil puudub õigus järgnevat " "tüüpi objektide kustutamiseks:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -461,7 +474,7 @@ msgstr "" "Et kustutada %(object_name)s '%(escaped_object)s', on vaja kustutada " "järgmised kaitstud seotud objektid:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -471,16 +484,16 @@ msgstr "" "\"%(escaped_object)s\"? Kõik järgnevad seotud objektid kustutatakse koos " "sellega:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Jah, olen kindel" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Kustuta mitu objekti" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +503,7 @@ msgstr "" "Kui kustutada valitud %(objects_name)s, peaks kustutama ka seotud objektid, " "aga sinu kasutajakontol pole õigusi järgmiste objektitüüpide kustutamiseks:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +512,7 @@ msgstr "" "Et kustutada valitud %(objects_name)s, on vaja kustutada ka järgmised " "kaitstud seotud objektid:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +526,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Rakenduses %(name)s leitud mudelid" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Muuda" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Teil ei ole õigust midagi muuta." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Hiljutised Toimingud" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Minu Toimingud" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ei leitud ühtegi" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Tundmatu sisu" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -552,31 +565,27 @@ msgstr "" "andmebaasitabelid on loodud ning et andmebaas on vastava kasutaja poolt " "loetav." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Kasutajatunnus:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Salasõna:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Kuupäev/kellaaeg" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Kasutaja" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Toiming" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -632,65 +641,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Sisestage kasutajanimi ja salasõna." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Sisestage uus salasõna kasutajale %(username)s" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Salasõna" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Salasõna (uuesti)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "" "Sisestage sama salasõna uuesti veendumaks, et sisestamisel ei tekkinud vigu" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Eemalda" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Lisa veel üks %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Eemalda" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Kustutan?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Tänan, et veetsite aega meie lehel." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Logi uuesti sisse" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Salasõna muutmine" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Salasõna muutmine õnnestus" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Teie salasõna on vahetatud." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -699,46 +708,46 @@ msgstr "" "uus salasõna.Veendumaks, et uue salasõna sisestamisel ei tekkinud vigu, " "palun sisestage see kaks korda." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Vana salasõna" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Uus salasõna" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Muuda salasõna" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Uue parooli loomine" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Uue salasõna loomine valmis" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Teie salasõna on määratud. Võite nüüd sisse logida." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Uue salasõna loomise kinnitamine" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Sisestage uus salasõna" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -746,19 +755,19 @@ msgstr "" "Palun sisestage uus salasõna kaks korda, et saaksime veenduda, et " "sisestamisel ei tekkinud vigu." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Uus salasõna:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Kinnita salasõna:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Uue salasõna loomine ebaõnnestus" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -766,27 +775,23 @@ msgstr "" "Uue salasõna loomise link ei olnud korrektne. Võimalik, et seda on varem " "kasutatud. Esitage uue salasõna taotlus uuesti." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Uue parooli loomine õnnestus" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Teie poolt sisestatud e-posti aadressile on saadetud juhised uue salasõna " -"määramiseks. Kiri peaks kohale jõudma varsti." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Oled selle kirja saanud, sest soovisite salasõna algseadistust oma " -"kasutajakontole saidil %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -805,36 +810,34 @@ msgstr "Täname meie lehte külastamast!" msgid "The %(site_name)s team" msgstr "%(site_name)s meeskond" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Unustasid parool? Sisesta oma e-posti aadress ning me saadame sulle juhised " -"uue parooli määramiseks." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-posti aadress:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Reseti parool" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Kõik kuupäevad" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Puudub)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Vali %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Vali %s mida muuta" diff --git a/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo index e0c1cabb93fc5486d102b1c019523d7bb5685982..d61cc268af6097eca79d0af0f484a9ab45e98040 100644 Binary files a/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po index 02216d7f98700e0855c94a2e0ad7d8f31c402928..986b684a27ec31be4558274d372da2a72e1c39a7 100644 --- a/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: eallik \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo b/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo index 52d53270ed8a1d629e01ba0028dab1b49811384a..fecd54ade4d5558d61668fff4d96c764c0e1dc0b 100644 Binary files a/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/eu/LC_MESSAGES/django.po b/django/contrib/admin/locale/eu/LC_MESSAGES/django.po index 09c83488aa8c6378875ed2f9723d93337ba0964c..d583101952146c24dcc4a17e9ba18b3754b40f90 100644 --- a/django/contrib/admin/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/eu/LC_MESSAGES/django.po @@ -1,206 +1,221 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Aitzol Naberan , 2011, 2012. +# Translators: +# Aitzol Naberan , 2011-2013. # Jannis Leidel , 2011. +# , 2013. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 14:08+0000\n" -"Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-16 11:21+0000\n" +"Last-Translator: julen \n" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s elementu ezabatu dira." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" -msgstr "Ezin ezabatu %(name)s" +msgstr "Ezin da %(name)s ezabatu" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" -msgstr "Ziur al zaude?" +msgstr "Ziur zaude?" #: actions.py:83 #, python-format msgid "Delete selected %(verbose_name_plural)s" msgstr "Ezabatu aukeratutako %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Dena" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Bai" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ez" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Ezezaguna" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Edozein data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Gaur" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Aurreko 7 egunak" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Hilabete hau" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Urte hau" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Mesedez sartu kudeaketa gunerako erabiltzaile izen eta pasahitz zuzena. " -"Kontuan izan biek maiuskula/minuskulak desberdintzen dutela." +"Idatzi kudeaketa gunerako %(username)s eta pasahitz zuzena. Kontuan izan " +"biek maiuskula/minuskulak desberdintzen dituztela." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." -msgstr "" -"Zure sesioa iraungitu da. Mesedez sartu berriro.\n" -"." +msgstr "Hasi saioa berriro, zure sesioa iraungitu egin da." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Zure e-mail helbidea ez da zure erabiltzaile izena. Saiatu '%s' rekin." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Ekintza:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "Ekintza hordua" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "Objetuaren id-a" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "Objeturaren aurkezpena" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "Ekintza botoia" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "Mezua aldatu" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "Log sarrera" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "log sarrerak" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "%(object)s sortuta" +msgstr "\"%(object)s\" gehituta." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "%(object)s aldatuta - %(changes)s" +msgstr "\"%(object)s\" aldatuta - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "%(object)s ezabatuta." +msgstr "\"%(object)s\" ezabatuta." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry objektua" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" -msgstr "None" +msgstr "Bat ere ez" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s aldatuta." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "eta" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" gehituta." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Changed %(list)s for %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ezabatuta." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ez da eremurik aldatu." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" ondo gehitu da. Jarraian aldatu dezakezu berriro." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" ondo gehitu da. Beste %(name)s bat gehitu dezakezu " +"jarraian." + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" ondo gehitu da." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Berriro alkatu zenezake beherago." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" ondo aldatu da. Aldaketa gehiago egin ditzazkezu " +"jarraian." -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Beste %s gehitu dezakezu jarraian." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" ondo aldatu da. Beste %(name)s bat gehitu dezakezu " +"jarraian." -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" ondo aldatu da." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" ondo gehitu da. Jarraian aldatu dezakezu berriro." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,89 +223,97 @@ msgstr "" "Elementuak aukeratu behar dira beraien gain ekintzak burutzeko. Ez da " "elementurik aldatu." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Ez dago ekintzarik aukeratuta." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" -msgstr "%s gehitu" +msgstr "Gehitu %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." -msgstr "Ez da existitzen %(key)r gakodun %(name)s objecturik." +msgstr "Ez dago %(key)r gakodun %(name)s objekturik." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" -msgstr "%s aldatu" +msgstr "Aldatu %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" -msgstr "Data base errorea" +msgstr "Datu-basearen errorea" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(name)s %(count)s ondo aldatu da." msgstr[1] "%(count)s %(name)s ondo aldatu dira." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "Guztira %(total_count)s aukeratuta" msgstr[1] "Guztira %(total_count)s aukeratuta" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "Guztira %(cnt)s, 0 aukeratuta" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" ondo ezabatu da." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" -msgstr "Aldaketa zerrenda: %s" +msgstr "Aldaketen historia: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Sartu" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" -msgstr "Web gunearen kudeaketa" +msgstr "Webgunearen kudeaketa" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s kudeaketa" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Ordua:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Lookup" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Beste bat gehitu" +#: widgets.py:316 +msgid "Currently:" +msgstr "Oraingoa:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Aldatu:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Ez da orririk aurkitu" @@ -299,92 +322,92 @@ msgstr "Ez da orririk aurkitu" msgid "We're sorry, but the requested page could not be found." msgstr "Barkatu, eskatutako orria ezin daiteke aurkitu" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Hasiera" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" -msgstr "Zerbitzari errorea" +msgstr "Zerbitzariaren errorea" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" -msgstr "Zerbitzari errorea (500)" +msgstr "Zerbitzariaren errorea (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" -msgstr "Zerbitzari Errorea (500)" +msgstr "Zerbitzariaren errorea (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Arazo bat izan da. Web guneraren administradoreri abisu email bat bidali " -"zaio eta laister konpondua egon beharko luke. Barkatu eragozpenak." +"Errore bat gertatu da. Errorea guneko kudeatzaileari jakinarazi zaio email " +"bidez eta laister egon beharko luke konponduta. Barkatu eragozpenak." #: templates/admin/actions.html:4 msgid "Run the selected action" -msgstr "Aukeratutako ekintza burutu" +msgstr "Burutu hautatutako ekintza" #: templates/admin/actions.html:4 msgid "Go" -msgstr "Aurrera" +msgstr "Joan" #: templates/admin/actions.html:11 msgid "Click here to select the objects across all pages" -msgstr "Egin klik hemen orri guztietako objectuak aukeratzeko" +msgstr "Egin klik hemen orri guztietako objektuak aukeratzeko" #: templates/admin/actions.html:11 #, python-format msgid "Select all %(total_count)s %(module_name)s" -msgstr "Aukeratu %(total_count)s %(module_name)s" +msgstr "Hautatu %(total_count)s %(module_name)s guztiak" #: templates/admin/actions.html:13 msgid "Clear selection" -msgstr "Garbitu aukeraketa" +msgstr "Garbitu hautapena" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" #: templates/admin/base.html:28 msgid "Welcome," -msgstr "Ongi etorri." +msgstr "Ongi etorri," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentazioa" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" -msgstr "Pasahitza aldatu" +msgstr "Aldatu pasahitza" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" -msgstr "Atera" +msgstr "Irten" #: templates/admin/base_site.html:4 msgid "Django site admin" @@ -394,57 +417,57 @@ msgstr "Django kudeaketa gunea" msgid "Django administration" msgstr "Django kudeaketa" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Gehitu" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" -msgstr "Aurrekoak" +msgstr "Historia" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" -msgstr "Webgunean ikusi" +msgstr "Ikusi gunean" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." -msgstr[0] "Arren zuzendu akatsa" -msgstr[1] "Arren zuzendu akatsak" +msgstr[0] "Zuzendu azpiko errorea." +msgstr[1] "Zuzendu azpiko erroreak." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Gehitu %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" -msgstr "Filtroa" +msgstr "Iragazkia" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "Ezabatu ordenaziotik" +msgstr "Kendu ordenaziotik" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "Ordenazio lehentasuna: %(priority_number)s" +msgstr "Ordenatzeko lehentasuna: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "Trukatu ordenazioa" +msgstr "Txandakatu ordenazioa" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Ezabatu" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -454,16 +477,16 @@ msgstr "" "%(object_name)s ezabatzean bere '%(escaped_object)s' ere ezabatzen dira, " "baina zure kontuak ez dauka baimenik objetu mota hauek ezabatzeko:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -"%(object_name)s '%(escaped_object)s' ezabatzeak, lotutako babestutako " -"objektu hauek ezabatzea eskatzen du:" +"%(object_name)s '%(escaped_object)s' ezabatzeak erlazionatutako objektu " +"babestu hauek ezabatzea eskatzen du:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -472,122 +495,118 @@ msgstr "" "Ziur zaude %(object_name)s \"%(escaped_object)s\" ezabatu nahi dituzula? " "Erlazionaturik dauden hurrengo elementuak ere ezabatuko dira:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Bai, ziur nago" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Ezabatu hainbat objektu" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " "objects, but your account doesn't have permission to delete the following " "types of objects:" msgstr "" -"Aukeratutako %(objects_name)s ezabatzeak, erlazionatutako objektuak " -"ezabatzea eskatzen du, baina zure kontuak ez dauzka nahiko baimen objektu " -"mota hauek ezabatzeko: " +"Hautatutako %(objects_name)s ezabatzeak erlazionatutako objektuak ezabatzea " +"eskatzen du baina zure kontuak ez dauka baimen nahikorik objektu mota hauek " +"ezabatzeko: " -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -"Aukeratutako %(objects_name)s ezabatzeak, lotutako babestutako objektu hauek " -"ezabatzea eskatzen du:" +"Hautatutako %(objects_name)s ezabatzeak erlazionatutako objektu babestu " +"hauek ezabatzea eskatzen du:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " "following objects and their related items will be deleted:" msgstr "" -"Ziur zaude aukeratutako %(objects_name)s ezabatu nahi duzula? Objektu guzti " -"hauek eta eralzionatutako elementu guztiak ezabatuko dira:" +"Ziur zaude hautatutako %(objects_name)s ezabatu nahi duzula? Objektu guzti " +"hauek eta erlazionatutako elementu guztiak ezabatuko dira:" #: templates/admin/filter.html:2 #, python-format msgid " By %(filter_title)s " -msgstr " %(filter_title)s gatik" +msgstr "Irizpidea: %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s aplikazioan eskuragarri dauden modeloak." +msgid "Models in the %(name)s application" +msgstr "%(name)s aplikazioaren modeloak" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Aldatu" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." -msgstr "Ezer aldatzeko baimenik ez duzu." +msgstr "Ez daukazu ezer aldatzeko baimenik." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Azken ekintzak" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" -msgstr "Nere ekintzak" +msgstr "Nire ekintzak" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ez dago ezer" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Eduki ezezaguna" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" -"Zerbait gaizki dago zure data-basearekin. Ziurtatu ezazu datu-baseko taulak " -"sortu direla eta erabiltzaile egokiak duela irakurketa baimena" - -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Erabiltzaile izena:" +"Zerbait gaizki dago zure datu-basearekin. Ziurtatu datu-baseko taulak sortu " +"direla eta erabiltzaile egokiak irakurtzeko baimena duela." -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Pasahitza:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "Pasahitza edo erabiltzaile izena ahaztu duzu?" +msgstr "Pasahitza edo erabiltzaile-izena ahaztu duzu?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/ordua" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Erabiltzailea" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Ekintza" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." msgstr "" -"Objetu honek ez dauka aldaketa zerrendarik. Ziur asko, kudeaketa gunetik " +"Objektu honek ez dauka aldaketen historiarik. Ziurrenik kudeaketa gunetik " "kanpo gehituko zen." #: templates/admin/pagination.html:10 msgid "Show all" -msgstr "Dena erakutsi" +msgstr "Erakutsi dena" #: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 msgid "Save" @@ -611,229 +630,228 @@ msgstr "%(full_result_count)s guztira" #: templates/admin/submit_line.html:5 msgid "Save as new" -msgstr "Berria bezala gorde" +msgstr "Gorde berri gisa" #: templates/admin/submit_line.html:6 msgid "Save and add another" -msgstr "Gorde eta beste bat gehitu" +msgstr "Gorde eta gehitu beste bat" #: templates/admin/submit_line.html:7 msgid "Save and continue editing" -msgstr "Gorde eta aldatzen jarraitu" +msgstr "Gorde eta jarraitu editatzen" #: templates/admin/auth/user/add_form.html:6 msgid "" "First, enter a username and password. Then, you'll be able to edit more user " "options." msgstr "" -"Lehenengo erabiltzaile izena eta pasahitza idatzi. Gero erabiltzaile aukera " -"gehiago aldatzeko aukera gehiago izango duzu" +"Lehenik idatzi erabiltzaile-izena eta pasahitza. Gero erabiltzaile-aukera " +"gehiago aldatu ahal izango dituzu." #: templates/admin/auth/user/add_form.html:8 msgid "Enter a username and password." -msgstr "Sartu erabiltzaile izen eta pasahitza." +msgstr "Idatzi erabiltzaile-izen eta pasahitza." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -"Pasahitz berria idatzi %(username)s erabiltzailearentzat." +"Idatzi pasahitz berria %(username)s erabiltzailearentzat." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Pasahitza" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Pasahitza (berriro)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." -msgstr "Idatzi berriro pasahitza." +msgstr "Idatzi goiko pasahitz bera, egiaztapenerako." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Kendu" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Gehitu beste %(verbose_name)s bat" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Ezabatu" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Ezabatu?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." -msgstr "Mila esker gaur zure denbora web gunean erabiltzegatik." +msgstr "Eskerrik asko webguneari zure probetxuzko denbora eskaintzeagatik." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" -msgstr "Sartu berriro" +msgstr "Hasi saioa berriro" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" -msgstr "Pasahitza aldatu" +msgstr "Aldatu pasahitza" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Pasahitza ondo aldatu da" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." -msgstr "Pasahitza aldatu da" +msgstr "Zure pasahitza aldatu egin da." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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 "" "Idatzi pasahitz zaharra segurtasun arrazoiengatik eta gero pasahitz berria " -"bi aldiz, akatsik egiten ez duzula ziurtatu dezagun." +"bi aldiz, akatsik egiten ez duzula ziurta dezagun." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Pasahitz zaharra" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Pasahitz berria" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" -msgstr "Nire pasahitza aldatu" - -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +msgstr "Aldatu nire pasahitza" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" -msgstr "Pasahitza berrezarri" +msgstr "Berrezarri pasahitza" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" -msgstr "Pasahitza berresartzea burutu da" +msgstr "Pasahitza berrezartzea burutu da" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Zure pasahitza ezarri da. Orain aurrera egin eta sartu zaitezke." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" -msgstr "Pasahitza berresartzeko konfirmazioa" +msgstr "Pasahitza berrezartzeko berrespena" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" -msgstr "Sartu pasahitz berroa" +msgstr "Idatzi pasahitz berria" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." -msgstr "" -"Mesedez sartu pasahitz berria birritan ondo idatzita dagoela ziurta dezagun." +msgstr "Idatzi pasahitz berria birritan ondo idatzita dagoela ziurta dezagun." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Pasahitz berria:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" -msgstr "Pasahitza baieztatu:" +msgstr "Berretsi pasahitza:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Pasahitza ez da berrezarri" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -"Pasahitza berresartzeko lotura ez da balekoa. Baliteke lotura aurretik " -"erabilita egotea. Mesedez eskatu berriro pasahitz berrezarpena." +"Pasahitza berrezartzeko loturak baliogabea dirudi. Baliteke lotura aurretik " +"erabilita egotea. Eskatu berriro pasahitza berrezartzea." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Pasahitza ondo berrezarri da" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Emandako eposta helbidera bidali dizugu pasahitz berrezarketareko " -"jarraibideak. Epe laburrean jaso beharko zenuke." +"Emandako helbide elektronikora bidali dizkizugu pasahitza berrezartzeko " +"jarraibideak. Epe laburrean jaso behar zenuke." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Email hau jaso duzu pasahitza berresartzeko eskatu duzulako\n" -"%(site_name)s webgunean" +"Mezu hau %(site_name)s webgunean pasahitza berrezartzea eskatu duzulako jaso " +"duzu" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" -msgstr "Mesedez, zoaz hurrengo orrira eta aukeratu pasahitz berria:" +msgstr "Zoaz hurrengo orrira eta aukeratu pasahitz berria:" #: templates/registration/password_reset_email.html:8 msgid "Your username, in case you've forgotten:" -msgstr "Zure erabiltzaile izena (ahaztu badezu):" +msgstr "Zure erabiltzaile-izena (ahaztu baduzu):" #: templates/registration/password_reset_email.html:10 msgid "Thanks for using our site!" -msgstr "Mila esker gure web gunea erabiltzeagatik!" +msgstr "Mila esker gure webgunea erabiltzeagatik!" #: templates/registration/password_reset_email.html:12 #, python-format msgid "The %(site_name)s team" -msgstr "%(site_name)s web guneko taldea" +msgstr "%(site_name)s webguneko taldea" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Pasahitza ahaztu duzu? Sartu zure eposta helbidea eta berri bat ezartzeko " -"jarraibideak bidaliko dizkizugu." +"Pasahitza ahaztu duzu? Idatzi zure helbide elektronikoa eta berri bat " +"ezartzeko jarraibideak bidaliko dizkizugu." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mail helbidea:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Helbide elektronikoa:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" -msgstr "Pasahitza berrezarri" +msgstr "Berrezarri pasahitza" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Data guztiak" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" -msgstr "(None)" +msgstr "(Bat ere ez)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" -msgstr "%s aukeratu" +msgstr "Hautatu %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" -msgstr "Aldaketarako %s aukeratu" +msgstr "Hautatu %s aldatzeko" diff --git a/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo index b2d98f5d80c512ec768e8d06472637e9dc070b59..5eafed39521656c7ebc73fdd09ef98a511e32404 100644 Binary files a/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po index 234a5672211043cc8b40067f1fe7ef7ab8070092..6008b55fa259a695875dda50c5caccdab485919d 100644 --- a/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po @@ -3,20 +3,21 @@ # Translators: # Aitzol Naberan , 2011. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 14:15+0000\n" -"Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-07-10 08:52+0000\n" +"Last-Translator: julen \n" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -57,7 +58,7 @@ msgstr "Aukeratu" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" -msgstr "Ezabatu" +msgstr "Kendu" #: static/admin/js/SelectFilter2.js:75 #, c-format diff --git a/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo b/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo index a4288a88d58068c2acfaa533c5bca0e9f2a69891..b7d27871c3b7b270971811f96f75064da667d6a8 100644 Binary files a/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/fa/LC_MESSAGES/django.po b/django/contrib/admin/locale/fa/LC_MESSAGES/django.po index 4689628d8e01be427d7a3d7aeb2d570a05a66479..c78c74bf5aad436a04e158d7fbbfe412aeed25ed 100644 --- a/django/contrib/admin/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/fa/LC_MESSAGES/django.po @@ -1,290 +1,318 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Nikneshan , 2011. +# Ali Nikneshan , 2011-2012. +# Alireza Savand , 2012-2013. +# Arash Fazeli , 2012. +# Arash Fazeli , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-11 08:27+0000\n" +"Last-Translator: Alireza Savand \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d عدد از %(items)s با موفقیت پاک شد" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" -msgstr "" +msgstr "ناتوان در حذف %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "آیا مطمئن هستید؟" #: actions.py:83 #, python-format msgid "Delete selected %(verbose_name_plural)s" -msgstr "" +msgstr "حذف %(verbose_name_plural)s های انتخاب شده" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "همه" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "بله" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "خیر" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "ناشناخته" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "هر تاریخی" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "امروز" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "۷ روز اخیر" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "این ماه" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "امسال" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" +"لطفا %(username)s و گذرواژهٔ را برای حساب کارکنان وارد کنید.\n" +"توجه داشته باشید که هر دو میتوانند به کوچکی و بزرگی حروف حساس باشند." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." -msgstr "" +msgstr "لطفا دوباره وارد شوید، جلسه شما منقضی شد." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"نشانی پست الکترونیکی شما نام کابریتان نیست. %s را به جای آن امتحان کنید." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" -msgstr "" +msgstr "حرکت" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "زمان اتفاق" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "شناسهٔ شیء" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "صورت شیء" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "نشانه عمل" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "پیغام تغییر" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "مورد اتفاقات" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "موارد اتفاقات" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "\"%(object)s\" افروده شد." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "تغییر \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "\"%(object)s\" حدف شد." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "شئ LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "هیچ" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s تغییر یافته." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "و" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s «%(object)s» اضافه شد." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s %(name)s «%(object)s» تغییر یافت." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s «%(object)s» حذف شد." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "فیلدی تغییر نیافته است." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s «%(obj)s» با موفقیت اضافه شد." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s·\"%(obj)s\" با موفقیت اضافه شد. می‌توانید در این پایین ویرایشش کنید." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "می‌توانید مجدداً آنرا در این پایین ویراش کنید." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" با موفقیت اضافه شد. شما می‌توانید در ذیل یک %(name)s " +"دیگر اضافه نمایید." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "می‌توانید یک %s دیگر در این پایین اضافه کنید" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s «%(obj)s» با موفقیت اضافه شد." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s·\"%(obj)s\" با موفقیت تغییر یافت." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" با موفقیت تغییر یافت. شما می‌توانید در ذیل مجدداُ آنرا " +"ویرایش نمایید." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s·\"%(obj)s\" با موفقیت اضافه شد. می‌توانید در این پایین ویرایشش کنید." +"%(name)s \"%(obj)s\" با موفقیت تغییر یافت. شما می‌توانید در ذیل یک %(name)s " +"دیگر اضافه نمایید." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s·\"%(obj)s\" با موفقیت تغییر یافت." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" +"آیتم ها باید به منظور انجام عملیات بر روی آنها انتخاب شود. هیچ آیتمی با " +"تغییر نیافته است." -#: options.py:918 +#: options.py:970 msgid "No action selected." -msgstr "" +msgstr "حرکتی انتخاب نشده" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "اضافه کردن %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." -msgstr "" +msgstr "ایتم%(name)s با کلید اصلی %(key)r وجود ندارد." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "تغییر %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "خطا در بانک اطلاعاتی" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "" +msgstr[0] "%(count)s %(name)s با موفقیت تغییر کرد." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" -msgstr[0] "" +msgstr[0] "همه موارد %(total_count)s انتخاب شده" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" -msgstr "" +msgstr "0 از %(cnt)s انتخاب شده‌اند" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s·\"%(obj)s\" با موفقیت حذف شد." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "تاریخچهٔ تغییر: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ورود" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "مدیریت وبگاه" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "مدیریت %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "تاریخ:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "زمان:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "جستجو" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "اضافه کردن یکی دیگر" +#: widgets.py:316 +msgid "Currently:" +msgstr "در حال حاضر:" + +#: widgets.py:317 +msgid "Change:" +msgstr "تغییر یافته:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "صفحه یافت نشد" @@ -293,46 +321,46 @@ msgstr "صفحه یافت نشد" msgid "We're sorry, but the requested page could not be found." msgstr "متأسفیم، صفحه مورد تقاضا یافت نشد." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "آغازه" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "خطای کارگزار" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "خطای کارگزار (۵۰۰)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "خطای کارگزار (۵۰۰)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"خطایی وجود دارد. این خطا توسط پست الکترونیکی به مدیران وبگاه گزارش داده شده " -"است و در اولین فرصت اصلاح خواهد شد. از بردباری شما متشکریم." +"مشکلی پیش آمده. این مشکل از طریق ایمیل به مدیران سایت اطلاع داده شد و به " +"زودی اصلاح میگردد. از صبر شما ممنونیم" #: templates/admin/actions.html:4 msgid "Run the selected action" -msgstr "" +msgstr "اجرای حرکت انتخاب شده" #: templates/admin/actions.html:4 msgid "Go" @@ -340,18 +368,18 @@ msgstr "برو" #: templates/admin/actions.html:11 msgid "Click here to select the objects across all pages" -msgstr "" +msgstr "برای انتخاب موجودیت‌ها در تمام صفحات اینجا را کلیک کنید" #: templates/admin/actions.html:11 #, python-format msgid "Select all %(total_count)s %(module_name)s" -msgstr "" +msgstr "انتخاب تمامی %(total_count)s %(module_name)s" #: templates/admin/actions.html:13 msgid "Clear selection" -msgstr "" +msgstr "لغو انتخاب‌ها" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -361,22 +389,22 @@ msgid "Welcome," msgstr "خوش آمدید،" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "مستندات" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "تغییر گذرواژه" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "خروج" @@ -388,56 +416,56 @@ msgstr "وب‌گاه مدیریت Django" msgid "Django administration" msgstr "مدیریت Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "اضافه کردن" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "تاریخچه" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "مشاهده در وبگاه" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "لطفاً خطای زیر را حل کنید." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "اضافه‌کردن %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "فیلتر" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "حذف از مرتب سازی" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "اولویت مرتب‌سازی: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "تعویض مرتب سازی" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "حذف" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -447,14 +475,16 @@ msgstr "" "حذف %(object_name)s·'%(escaped_object)s' می تواند باعث حذف اشیاء مرتبط شود. " "اما حساب شما دسترسی لازم برای حذف اشیای از انواع زیر را ندارد:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" +"حذف %(object_name)s '%(escaped_object)s' نیاز به حذف موجودیت‌های مرتبط محافظت " +"شده ذیل دارد:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -463,72 +493,78 @@ msgstr "" "آیا مطمئنید که می‌خواهید %(object_name)s·\"%(escaped_object)s\" را حذف کنید؟ " "کلیهٔ اشیای مرتبط زیر حذف خواهند شد:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "بله، مطمئن هستم." -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" -msgstr "" +msgstr "حذف اشیاء متعدد" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " "objects, but your account doesn't have permission to delete the following " "types of objects:" msgstr "" +"حذف %(objects_name)s انتخاب شده منجر به حذف موجودیت‌های مرتبط خواهد شد، ولی " +"شناسه شما اجازه حذف اینگونه از موجودیت‌های ذیل را ندارد:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" +"حذف %(objects_name)s انتخاب شده نیاز به حذف موجودیت‌های مرتبط محافظت شده ذیل " +"دارد:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " "following objects and their related items will be deleted:" msgstr "" +"آیا در خصوص حذف %(objects_name)s انتخاب شده اطمینان دارید؟ تمام موجودیت‌های " +"ذیل به همراه موارد مرتبط با آنها حذف خواهند شد:" #: templates/admin/filter.html:2 #, python-format msgid " By %(filter_title)s " msgstr "براساس %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "مدل‌های موجود در برنامهٔ %(name)s." +msgid "Models in the %(name)s application" +msgstr "مدلها در برنامه %(name)s " -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "تغییر" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "شما اجازهٔ ویرایش چیزی را ندارید." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "اعمال اخیر" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "اعمال من" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "چیزی در دسترس نیست" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" -msgstr "" +msgstr "محتوا ناشناخته" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -538,31 +574,27 @@ msgstr "" "درستی ایجاد شده‌اند و اطمینان حاصل کنید که بانک اطلاعاتی توسط کاربر مربوطه " "قابل خواندن می باشد." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "نام کاربری:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "گذرواژه:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "آیا گذرواژه یا نام کاربری خود را فراموش کرده؟" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "تاریخ/ساعت" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "کاربر" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "عمل" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -580,13 +612,13 @@ msgstr "ذخیره" #: templates/admin/search_form.html:7 msgid "Search" -msgstr "" +msgstr "جستجو" #: templates/admin/search_form.html:9 #, python-format msgid "%(counter)s result" msgid_plural "%(counter)s results" -msgstr[0] "" +msgstr[0] "%(counter)s نتیجه" #: templates/admin/search_form.html:9 #, python-format @@ -615,66 +647,66 @@ msgstr "" #: templates/admin/auth/user/add_form.html:8 msgid "Enter a username and password." -msgstr "" +msgstr "یک نام کاربری و رمز عبور را وارد کنید." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "برای کابر %(username)s یک گذرنامهٔ جدید وارد کنید." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "گذرواژه" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "گذرواژه (تکرار)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "همان گذرواژهٔ بالایی را برای اطمینان دوباره وارد کنید." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 -#, python-format -msgid "Add another %(verbose_name)s" -msgstr "" - -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 msgid "Remove" msgstr "حذف" +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "افزودن یک %(verbose_name)s دیگر" + #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "حذف؟" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "متشکر از اینکه مدتی از وقت خود را به ما اختصاص دادید." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ورود دوباره" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "تغییر گذرواژه" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "گذرواژه تغییر یافت." -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "گذرواژهٔ شما تغییر یافت." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -682,46 +714,46 @@ msgstr "" "گذرواژهٔ قدیمی خود را، برای امنیت بیشتر، وارد کنید و سپس گذرواژهٔ جدیدتان را " "دوبار وارد کنید تا ما بتوانیم چک کنیم که به درستی تایپ کرده‌اید." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "گذرواژهٔ قدیمی" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "گذرواژهٔ جدید" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "تغییر گذرواژهٔ من" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "ایجاد گذرواژهٔ جدید" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "گذرواژهٔ جدید ایجاد شد" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "گذرواژهٔ جدیدتان تنظیم شد. اکنون می‌توانید وارد وبگاه شوید." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "تصدیق گذرواژهٔ جدید" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "ورود گذرواژهٔ جدید" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -729,19 +761,19 @@ msgstr "" "گذرواژهٔ جدیدتان را دوبار وارد کنید تا ما بتوانیم چک کنیم که به درستی تایپ " "کرده‌اید." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "گذرواژهٔ جدید" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "تکرار گذرواژه" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "گذرواژهٔ جدید ایجاد نشد." -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -749,25 +781,27 @@ msgstr "" "پیوند ایجاد گذرواژهٔ جدید نامعتبر بود، احتمالاً به این علت که قبلاً از آن " "استفاده شده است. لطفاً برای یک گذرواژهٔ جدید درخواست دهید." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "گذرواژهٔ جدید ایجاد شد." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"ما به نشانی پست اکترونیکی‌ای که وارد کردید دستورالعملی برای تنظیم گذرواژه‌تان " -"فرستادیم. به زودی به شما می‌رسد." +"ما روش تنظیم مجدد رمز را برایتان ارسال نمودیم. شما به زودی این ایمیل را " +"دریافت می کنید." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" +"شما این ایمیل را بخاطر تقاضای تغییر رمز حساب در %(site_name)s. دریافت کرده " +"اید." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -786,36 +820,36 @@ msgstr "متشکر از استفادهٔ شما از وبگاه ما" msgid "The %(site_name)s team" msgstr "گروه %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"گذرواژه خود را فراموش کرده‌اید؟ نشانی پست الکترونیکی خود را وارد کنید. ما " -"دستورالعملی برای ایجاد گذرنامهٔ جدید به پست الکترونیکی‌تان خواهیم فرستاد." +"رمز خود را فراموش کرده اید؟ آدرس ایمیل خود را در زیر وارد کنید، و ما روش " +"تنظیم رمز جدید را برایتان می فرستیم." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "نشانی پست الکترونیکی:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "آدرس ایمیل:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "ایجاد گذرواژهٔ جدید" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "همهٔ تاریخ‌ها" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" -msgstr "" +msgstr "(هیچ)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s انتخاب کنید" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s را برای تغییر انتخاب کنید" diff --git a/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo index 228becb1d1b60c4c90f51c18993bb77c0a281563..7e48205753021cc9a0269023c3ad0eefe99f9bc4 100644 Binary files a/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po index 7b274dd8f00a914ea4e2d7c2a8deb5978062c75c..9379eab186cc22573cd0e3654a19639a6f1226f9 100644 --- a/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po @@ -1,7 +1,8 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Nikneshan , 2011. +# Ali Nikneshan , 2011, 2012. +# Alireza Savand , 2012. # Jannis Leidel , 2011. # Sina Cheraghi , 2011. msgid "" @@ -9,15 +10,15 @@ msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: Sina Cheraghi \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-08-11 08:33+0000\n" +"Last-Translator: Ali Nikneshan \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -30,11 +31,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"این لیست%s های در دسترس است. شما ممکن است برخی از آنها را در محل زیرانتخاب " +"نمایید و سپس روی \"انتخاب\" بین دو جعبه کلیک کنید." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "درون این جعبه تایپ کنید تا لیست %s های موجود فیلتر شود." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -47,11 +50,11 @@ msgstr "انتخاب همه" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "کلیک کنید را انتخاب کنید تمام %s را در یک بار." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "انتخاب" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -68,15 +71,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"این فهرست %s های انتخاب شده است. شما ممکن است برخی از انتخاب آنها را در محل " +"زیر وارد نمایید و سپس روی \"حذف\" جهت دار بین دو جعبه حذف شده است." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "حذف همه" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "کلیک کنید تا تمام %s های انتخاب شده حذف شوند." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo b/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo index fe07f3a01cfa7b9ffca855ab208aaaf0e0b9369c..3a9df3402cbc57cab8f8e0b5f145db5359c1627e 100644 Binary files a/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/fi/LC_MESSAGES/django.po b/django/contrib/admin/locale/fi/LC_MESSAGES/django.po index 75e5f83dddb1c90d7ba6fb2bff09d324eb729263..56cea835154670632cfb7d5a14828bde6f928d60 100644 --- a/django/contrib/admin/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/fi/LC_MESSAGES/django.po @@ -3,32 +3,33 @@ # Translators: # Antti Kaihola , 2011. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Antti Kaihola \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "Onnistuneesti poistettu %(count)d \"%(items)s\"-kohdetta." +msgstr "%(count)d \"%(items)s\"-kohdetta poistettu." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Ei voida poistaa: %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Oletko varma?" @@ -37,166 +38,174 @@ msgstr "Oletko varma?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Poista valitut \"%(verbose_name_plural)s\"-kohteet" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Kaikki" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Kyllä" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ei" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Tuntematon" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Mikä tahansa päivä" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Tänään" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Viimeiset 7 päivää" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Tässä kuussa" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Tänä vuonna" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Kirjaudu uudelleen sisään, sillä istuntosi on vanhentunut." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Sähköpostiosoitteesi ei ole käyttäjätunnuksesi. Kokeile '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Toiminto:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "tapahtumahetki" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "kohteen tunniste" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "kohteen tiedot" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "tapahtumatyyppi" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "selitys" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "lokimerkintä" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "lokimerkinnät" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ei arvoa" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Muokattu: %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ja" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Lisätty %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Muutettu %(list)s kohteelle %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Poistettu %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ei muutoksia kenttiin." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" on lisätty. Voit muokata sitä uudelleen alla." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" on lisätty." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Voit muokata sitä edelleen alla." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Uusi %s on lisättävissä alla." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" on muutettu." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" on lisätty. Voit muokata sitä uudelleen alla." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -204,89 +213,97 @@ msgstr "" "Kohteiden täytyy olla valittuna, jotta niihin voi kohdistaa toimintoja. " "Kohteita ei ole muutettu." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Ei toimintoa valittuna." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Lisää %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s perusavaimella %(key)r ei ole olemassa." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Muokkaa %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Tietokantavirhe" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s on muokattu." msgstr[1] "%(count)s \"%(name)s\"-kohdetta on muokattu." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s valittu" msgstr[1] "Kaikki %(total_count)s valittu" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 valittuna %(cnt)s mahdollisesta" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" on poistettu." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Muokkaushistoria: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Kirjaudu sisään" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Sivuston ylläpito" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s ylläpito" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Pvm:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Klo:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Etsi" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Lisää seuraava" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Sivua ei löydy" @@ -295,42 +312,40 @@ msgstr "Sivua ei löydy" msgid "We're sorry, but the requested page could not be found." msgstr "Pahoittelemme, pyydettyä sivua ei löytynyt." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Etusivu" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Palvelinvirhe" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Palvelinvirhe (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Palvelinvirhe (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Palvelimella on tapahtunut virhe. Virheestä on ilmoitettu sivuston " -"ylläpitäjille ja se hoidetaan pian. Kiitämme kärsivällisyydestä." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -353,7 +368,7 @@ msgstr "Valitse kaikki %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Tyhjennä valinta" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -363,22 +378,22 @@ msgid "Welcome," msgstr "Tervetuloa," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Ohjeita" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Vaihda salasana" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Kirjaudu ulos" @@ -390,35 +405,35 @@ msgstr "Django-sivuston ylläpito" msgid "Django administration" msgstr "Djangon ylläpito" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Lisää" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Muokkaushistoria" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Näytä lopputulos" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Korjaa allaoleva virhe." msgstr[1] "Korjaa allaolevat virheet." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Lisää %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Suodatin" @@ -435,12 +450,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Poista" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,7 +466,7 @@ msgstr "" "liittyviä kohteita, mutta sinulla ei ole oikeutta näiden kohteiden " "poistamiseen:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -460,7 +475,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s': poistettaessa joudutaan poistamaan " "myös seuraavat suojatut siihen liittyvät kohteet:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -469,16 +484,16 @@ msgstr "" "Haluatko varmasti poistaa kohteen \"%(escaped_object)s\" (%(object_name)s)? " "Myös seuraavat kohteet poistettaisiin samalla:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Kyllä, olen varma" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Poista useita kohteita" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -489,7 +504,7 @@ msgstr "" "liittyviä kohteita. Sinulla ei kuitenkaan ole oikeutta poistaa seuraavia " "kohdetyyppejä:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -498,7 +513,7 @@ msgstr "" "Jos valitut %(objects_name)s poistetaan, pitää poistaa myös seuraavat " "suojatut niihin liittyvät kohteet:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -512,36 +527,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Sovelluksen %(name)s mallit." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Muokkaa" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Sinulla ei ole oikeutta muokata mitään." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Viimeisimmät tapahtumat" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Omat tapahtumani" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ei yhtään" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Tuntematon sisältö" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -550,31 +565,27 @@ msgstr "" "Tietokanta-asennuksessa on jotain vialla. Varmista, että sopivat taulut on " "luotu ja että oikea käyttäjä voi lukea tietokantaa." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Käyttäjätunnus:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Salasana:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Unohditko salasanasi tai käyttäjätunnuksesi?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Pvm/klo" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Käyttäjä" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Tapahtuma" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -630,64 +641,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Syötä käyttäjätunnus ja salasana." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Syötä käyttäjän %(username)s uusi salasana." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Salasana" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Salasana toistamiseen" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Syötä sama salasana tarkistuksen vuoksi toistamiseen." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Poista" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Lisää toinen %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Poista" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Poista?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Kiitos sivuillamme viettämästäsi ajasta." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Kirjaudu uudelleen sisään" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Salasanan vaihtaminen" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Salasanan vaihtaminen onnistui" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Salasanasi on vaihdettu." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -695,46 +706,46 @@ msgstr "" "Syötä vanha salasanasi varmistukseksi, ja syötä sitten uusi salasanasi kaksi " "kertaa, jotta se tulee varmasti oikein." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Vanha salasana" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Uusi salasana" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Vaihda salasana" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Salasanan nollaus" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Salasanan nollaus valmis" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Salasanasi on asetettu. Nyt voit kirjautua sisään." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Salasanan nollauksen vahvistus" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Syötä uusi salasana" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -742,19 +753,19 @@ msgstr "" "Syötä uusi salasanasi kaksi kertaa, jotta voimme varmistaa että syötit sen " "oikein." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Uusi salasana:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Varmista uusi salasana:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Salasanan nollaus ei onnistunut" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -762,27 +773,23 @@ msgstr "" "Salasanan nollauslinkki oli virheellinen, mahdollisesti siksi että se on jo " "käytetty. Ole hyvä ja pyydä uusi salasanan nollaus." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Salasanan nollaus onnistui" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Uusi salasanasi on lähetetty antamaasi sähköpostiosoitteeseen. Se saapuu " -"tuota pikaa." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Sait tämän sähköpostin, koska olet pyytänyt nollaamaan käyttäjätilisi " -"salasanan sivustolla %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -801,36 +808,34 @@ msgstr "Kiitos vierailustasi sivuillamme!" msgid "The %(site_name)s team" msgstr "%(site_name)s -sivuston ylläpitäjät" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Unohditko salasanasi? Syötä alle sähköpostiosoitteesi, niin \n" -"lähetämme sinulle uuden salasanan." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "Sähköpostiosoite:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Nollaa salasanani" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Kaikki päivät" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ei mitään)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Valitse %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Valitse muokattava %s" diff --git a/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo index 2b37d1c06b7887008289a412207f3246a3103350..55342bce14699febcb4b84e1f5341b01c054d38a 100644 Binary files a/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po index fed367eb159669c0532e882aa40c39995e6e1fa3..340c2546d4808f5e52c8d8651567aa50d309fdd7 100644 --- a/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Antti Kaihola \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo b/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo index 7519e47f2cda5e44039ce6539ac19cfea03d7e6c..c130560aa6b45ea69e592cede1c5054249b6d190 100644 Binary files a/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/fr/LC_MESSAGES/django.po b/django/contrib/admin/locale/fr/LC_MESSAGES/django.po index cfecfd39b9606707d4fe716f0f3d1aa35167d48c..5e7a93aecdc6aa34e9a5ba424d01b6db92e4cf21 100644 --- a/django/contrib/admin/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/fr/LC_MESSAGES/django.po @@ -1,35 +1,35 @@ # This file is distributed under the same license as the Django package. # # Translators: -# , 2011, 2012. +# , 2011-2013. # claudep , 2011. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-03 13:55+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "%(count)d %(items)s supprimés avec succès." +msgstr "La suppression de %(count)d %(items)s a réussi." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Impossible de supprimer %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Êtes-vous sûr ?" @@ -38,172 +38,185 @@ msgstr "Êtes-vous sûr ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Supprimer les %(verbose_name_plural)s sélectionnés" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Tout" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Oui" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Non" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Inconnu" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Toutes les dates" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Aujourd'hui" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Les 7 derniers jours" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ce mois-ci" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Cette année" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Veuillez saisir un nom d'utilisateur et un mot de passe corrects d'un compte " -"autorisé. Sachez que les deux champs sont sensibles à la casse." +"Veuillez compléter correctement les champs « %(username)s » et « mot de " +"passe » d'un compte autorisé. Sachez que les deux champs peuvent être " +"sensibles à la casse." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Reconnectez-vous car votre session a expiré." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Votre adresse électronique n'est pas votre nom d'utilisateur. Essayez « %s » " -"à la place." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Action :" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "heure de l'action" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id de l'objet" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "représentation de l'objet" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "indicateur de l'action" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "message de modification" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrée d'historique" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entrées d'historique" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "%(object)s ajouté(e)s." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "%(object)s modifié(e)s - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "%(object)s supprimé(e)s" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objet de journal" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Aucun(e)" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modifié %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "et" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s « %(object)s » ajouté." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s modifié pour %(name)s « %(object)s »." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s « %(object)s » supprimé." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Aucun champ modifié." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "L'objet %(name)s « %(obj)s » a été ajouté avec succès." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"L'objet %(name)s « %(obj)s » a été ajouté avec succès. Vous pouvez continuer " +"l'édition ci-dessous." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Vous pouvez continuer l'édition ci-dessous." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"L'objet %(name)s « %(obj)s » a été ajouté avec succès. Vous pouvez ajouter " +"un autre objet « %(name)s » ci-dessous." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Vous pouvez ajouter un autre %s ci-dessous." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "L'objet %(name)s « %(obj)s » a été ajouté avec succès." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "L'objet %(name)s « %(obj)s » a été modifié avec succès." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"L'objet %(name)s « %(obj)s » a été modifié avec succès. Vous pouvez " +"continuer l'édition ci-dessous." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"L'objet %(name)s « %(obj)s » a été ajouté avec succès. Vous pouvez continuer " -"l'édition ci-dessous." +"L'objet %(name)s « %(obj)s » a été modifié avec succès. Vous pouvez ajouter " +"un autre objet %(name)s ci-dessous." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "L'objet %(name)s « %(obj)s » a été modifié avec succès." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -211,89 +224,97 @@ msgstr "" "Des éléments doivent être sélectionnés afin d'appliquer les actions. Aucun " "élément n'a été modifié." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Aucune action sélectionnée." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Ajout %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "L'objet %(name)s avec la clef primaire %(key)r n'existe pas." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modification de %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Erreur de base de données" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s objet %(name)s a été modifié avec succès." msgstr[1] "%(count)s objets %(name)s ont été modifiés avec succès." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s sélectionné" msgstr[1] "Tous les %(total_count)s sélectionnés" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 sur %(cnt)s sélectionné" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "L'objet %(name)s « %(obj)s » a été supprimé avec succès." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Historique des changements : %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Connexion" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administration du site" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administration %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Date :" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Heure :" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Recherche" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Ajouter un autre" +#: widgets.py:316 +msgid "Currently:" +msgstr "Actuellement :" + +#: widgets.py:317 +msgid "Change:" +msgstr "Modifier :" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Cette page n'a pas été trouvée" @@ -302,39 +323,39 @@ msgstr "Cette page n'a pas été trouvée" msgid "We're sorry, but the requested page could not be found." msgstr "Nous sommes désolés, mais la page demandée est introuvable." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Accueil" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Erreur du serveur" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Erreur du serveur (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Erreur du serveur (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "Une erreur est survenue. Elle a été transmise par courriel aux " "administrateurs du site et sera corrigée dans les meilleurs délais. Merci " @@ -361,7 +382,7 @@ msgstr "Sélectionner tous les %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Effacer la sélection" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -371,22 +392,22 @@ msgid "Welcome," msgstr "Bienvenue," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentation" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Modifier votre mot de passe" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Déconnexion" @@ -398,35 +419,35 @@ msgstr "Site d'administration de Django" msgid "Django administration" msgstr "Administration de Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Ajouter" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historique" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Voir sur le site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Corrigez l'erreur suivante." msgstr[1] "Corrigez les erreurs suivantes." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Ajouter %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtre" @@ -443,12 +464,12 @@ msgstr "Priorité de tri : %(priority_number)s" msgid "Toggle sorting" msgstr "Inverser le tri" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Supprimer" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -459,7 +480,7 @@ msgstr "" "suppression des objets qui lui sont liés, mais votre compte ne possède pas " "la permission de supprimer les types d'objets suivants :" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -468,7 +489,7 @@ msgstr "" "Supprimer l'objet %(object_name)s « %(escaped_object)s » provoquerait la " "suppression des objets liés et protégés suivants :" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -478,16 +499,16 @@ msgstr "" "« %(escaped_object)s » ? Les éléments suivants sont liés à celui-ci et " "seront aussi supprimés :" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Oui, je suis sûr" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Supprimer plusieurs objets" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -498,7 +519,7 @@ msgstr "" "suppression d'objets liés, mais votre compte n'est pas autorisé à supprimer " "les types d'objet suivants :" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -507,7 +528,7 @@ msgstr "" "La suppression des objets %(objects_name)s sélectionnés provoquerait la " "suppression des objets liés et protégés suivants :" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -521,36 +542,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Par %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modèles disponibles dans l'application %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modèles de l'application %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modifier" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Vous n'avez pas la permission de modifier quoi que ce soit." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Actions récentes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mes actions" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Aucun(e) disponible" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contenu inconnu" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -560,31 +581,27 @@ msgstr "" "tables utiles ont été créées, et que la base est accessible par " "l'utilisateur concerné." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Nom d'utilisateur :" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Mot de passe :" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Mot de passe ou nom d'utilisateur oublié ?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Date/heure" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Utilisateur" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Action" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -640,66 +657,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Saisissez un nom d'utilisateur et un mot de passe." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Saisissez un nouveau mot de passe pour l'utilisateur %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Mot de passe" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Mot de passe (à nouveau)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Saisissez le même mot de passe que précédemment, pour vérification." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Supprimer" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Ajouter un objet %(verbose_name)s supplémentaire" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Supprimer" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Supprimer ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 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." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Connectez-vous à nouveau" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Modification de votre mot de passe" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Mot de passe modifié avec succès" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Votre mot de passe a été modifié." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -708,47 +725,47 @@ msgstr "" "nouveau mot de passe à deux reprises afin de vérifier qu'il est correctement " "saisi." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Ancien mot de passe" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nouveau mot de passe" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Modifier mon mot de passe" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Réinitialisation du mot de passe" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Mise à jour du mot de passe effectuée avec succès" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "Votre mot de passe a été défini. Vous pouvez maintenant vous authentifier." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmation de mise à jour du mot de passe" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Saisissez un nouveau mot de passe" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -756,19 +773,19 @@ msgstr "" "Saisissez deux fois votre nouveau mot de passe afin de vérifier qu'il est " "correctement saisi." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nouveau mot de passe :" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirmation du mot de passe :" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Échec lors de la mise à jour du mot de passe" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -777,14 +794,14 @@ msgstr "" "raison de sa précédente utilisation. Veuillez renouveler votre demande de " "mise à jour de mot de passe." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Mot de passe mis à jour avec succès" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Nous vous avons envoyé par courriel les instructions pour changer de mot de " @@ -794,7 +811,7 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "Vous recevez ce message en réponse à votre demande de réinitialisation du " @@ -818,36 +835,36 @@ msgstr "Merci d'utiliser notre site !" msgid "The %(site_name)s team" msgstr "L'équipe %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Mot de passe perdu ? Saisissez votre adresse électronique ci-dessous et nous " "vous enverrons les instructions pour en créer un nouveau." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "Adresse électronique :" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Réinitialiser mon mot de passe" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Toutes les dates" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(aucun-e)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Sélectionnez %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Sélectionnez l'objet %s à changer" diff --git a/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo index b838daa4f7bb0d707c05fd153ef1a800958806d4..8ada5e5738cbc68d3033613a10c36107bc6c03ab 100644 Binary files a/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po index ec06c0c64cc86084d883ca48beee0b8472580709..ffe8230ef93787c164a9fe7b276febdc98d78f18 100644 --- a/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo index 6e247659f8a901aef8405d83253c188da075807a..09b4895e9aa066dff018f442ab546a92d18ad910 100644 Binary files a/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ga/LC_MESSAGES/django.po b/django/contrib/admin/locale/ga/LC_MESSAGES/django.po index ff1a6b6927890a3a2d15589780673406209edc35..d84e4bb0eb0d675d0d9a5178c176dec10daa4f85 100644 --- a/django/contrib/admin/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ga/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-16 11:42+0000\n" -"Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "D'éirigh le scriosadh %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Ní féidir scriosadh %(name)s " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "An bhfuil tú cinnte?" @@ -38,170 +38,176 @@ msgstr "An bhfuil tú cinnte?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Scrios %(verbose_name_plural) roghnaithe" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Gach" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Tá" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Níl" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Gan aithne" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Aon dáta" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Inniu" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "7 lá a chuaigh thart" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Táim cinnte" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "An blian seo" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Le do thoil, iontráil ainm úsaideora agus focal faire ceart. Bí cúramach go " -"bhfuil an beirt acu cásíogair." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Le do thoil, logáil isteach arís cé go bhfuil to seisúin críochnaithe." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Níl do ríomhseoladh do ainm úsaideora. Bain trial as '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Aicsean:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "am aicsean" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id oibiacht" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr oibiacht" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "brat an aicsean" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "teachtaireacht athrú" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "loga iontráil" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "loga iontrálacha" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" curtha isteach." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" - %(changes)s aithrithe" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s.\" scrioste" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Oibiacht LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Dada" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Athraithe %s" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "agus" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Suimithe %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Athraithe %(list)s le %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Scriosaithe %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Dada réimse aithraithe" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Bhí %(name)s \"%(obj)s\" breisithe go rathúil" +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Chuir an %(name)s·\"%(obj)s\"·go rathúil.·Is féidir leat é a cuir in eagar " +"thíos." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Is féidir leat é a cuir in eagar thíos." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Is féidir le ceann eile %s a cuir le thíos." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Bhí %(name)s \"%(obj)s\" breisithe go rathúil" -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Bhí an %(name)s \"%(obj)s\" aithraithe to rathúil" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Chuir an %(name)s·\"%(obj)s\"·go rathúil.·Is féidir leat é a cuir in eagar " -"thíos." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Bhí an %(name)s \"%(obj)s\" aithraithe to rathúil" + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,30 +215,30 @@ msgstr "" "Ní mór Míreanna a roghnú chun caingne a dhéanamh orthu. Níl aon mhíreanna a " "athrú." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Uimh gníomh roghnaithe." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Cuir %s le" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Níl réad le hainm %(name)s agus eochair %(key)r ann." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Aithrigh %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Botún bunachar sonraí" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -242,7 +248,7 @@ msgstr[2] "%(count)s %(name)s athraithe go rathúil" msgstr[3] "%(count)s %(name)s athraithe go rathúil" msgstr[4] "%(count)s %(name)s athraithe go rathúil" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -252,52 +258,60 @@ msgstr[2] "Gach %(total_count)s roghnaithe" msgstr[3] "Gach %(total_count)s roghnaithe" msgstr[4] "Gach %(total_count)s roghnaithe" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 as %(cnt)s roghnaithe." -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Bhí %(name)s \"%(obj)s\" scrioste go rathúil." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Athraigh stáir %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Logáil isteach" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Riaracháin an suíomh" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s riaracháin" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dáta:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Am:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Cuardach" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Cuir le" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Ní bhfuarthas an leathanach" @@ -306,42 +320,40 @@ msgstr "Ní bhfuarthas an leathanach" msgid "We're sorry, but the requested page could not be found." msgstr "Tá brón orainn, ach ní bhfuarthas an leathanach iarraite." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Baile" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Botún freastalaí" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Botún freastalaí (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Botún Freastalaí (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Bhí botún. Seolah é go dtí riarthóirí an suíomh agus beidh sé ceartaithe i " -"gceann tamallín. Go raibh maith agat le hadhaigh do foighne." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -365,7 +377,7 @@ msgstr "Roghnaigh gach %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Scroiseadh modhnóir" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -375,22 +387,22 @@ msgid "Welcome," msgstr "Fáilte" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Doiciméadúchán" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Athraigh focal faire" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Logáil amach" @@ -402,24 +414,24 @@ msgstr "Riarthóir suíomh Django" msgid "Django administration" msgstr "Riarachán Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Cuir le" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Stair" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Breath ar suíomh" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Ceartaigh an botún thíos le do thoil" @@ -428,12 +440,12 @@ msgstr[2] "Ceartaigh na botúin thíos le do thoil" msgstr[3] "Ceartaigh na botúin thíos le do thoil" msgstr[4] "Ceartaigh na botúin thíos le do thoil" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Cuir %(name)s le" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Scagaire" @@ -450,12 +462,12 @@ msgstr "Sórtáil tosaíocht: %(priority_number)s" msgid "Toggle sorting" msgstr "Toggle sórtáil" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Cealaigh" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -465,7 +477,7 @@ msgstr "" "Má scriossan tú %(object_name)s '%(escaped_object)s' scriosfaidh oibiachtí " "gaolta. Ach níl cead ag do cuntas na oibiacht a leanúint a scriosadh:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -474,7 +486,7 @@ msgstr "" "Bheadh Scriosadh an %(object_name)s '%(escaped_object)s' a cheangal ar an " "méid seo a leanas a scriosadh nithe cosanta a bhaineann le:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -483,16 +495,16 @@ msgstr "" "An bhfuil tú cinnte na %(object_name)s \"%(escaped_object)s\" a scroiseadh?" "Beidh gach oibiacht a leanúint scroiste freisin:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Táim cinnte" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Scrios na réadanna" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -503,7 +515,7 @@ msgstr "" "gaolmhara a scriosadh, ach níl cead do chuntas a scriosadh na cineálacha seo " "a leanas na cuspóirí:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -512,7 +524,7 @@ msgstr "" "Teastaíonn scriosadh na %(objects_name)s roghnaithe scriosadh na hoibiacht " "gaolta cosainte a leanúint:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -526,36 +538,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Trí %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Samhla ar fáil ins an feidhmchlár %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Athraigh" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Níl cead agat aon rud a cuir in eagar." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Aicsean úrnua" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mo Aicseain" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Dada ar fáil" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Inneachair anaithnid" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -565,31 +577,27 @@ msgstr "" "boird an bunachar sonraI cruthaithe cheana, agus déan cinnte go bhfuil do " "úsaideoir in ann an bunacchar sonraí a léamh." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Ainm úsaideor:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Focal faire:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Dearmad déanta ar do focal faire nó ainm úsaideora" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dáta/am" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Úsaideoir" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Aicsean" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -648,66 +656,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Cuir isteach ainm úsáideora agus focal faire." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Iontráil focal faire nua le hadhaigh an úsaideor %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Focal faire" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Focal faire (arís)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Iontráíl an focal faire céanna mar thuas, le fíorúchán." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Tóg amach" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Cuir eile %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Tóg amach" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Cealaigh?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Go raibh maith agat le hadhaigh do cuairt ar an suíomh idirlínn inniú." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Logáil isteacj arís" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Athrú focal faire" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Athrú an focal faire rathúil" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Bhí do focal faire aithraithe." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -716,46 +724,46 @@ msgstr "" "iontráil do focal faire dhá uaire cé go mbeimid in ann a seiceal go bhfuil " "sé scríobhte isteach i gceart." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Sean-focal faire " -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Focal faire nua" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Athraigh mo focal faire" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Athsocraigh focal faire" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Athshocraigh an focal faire críochnaithe" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Tá do focal faire réidh. Is féidir leat logáil isteach anois." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Deimhniú athshocraigh focal faire" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Cuir isteach focal faire nua" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -763,19 +771,19 @@ msgstr "" "Le do thoil, iontráil do focal faire dhá uaire cé go mbeimid in ann a " "seiceal go bhfuil sé scríobhte isteach i gceart." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Focal faire nua:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Deimhnigh focal faire:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Athshocraigh focal faire mí-rathúil" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -783,27 +791,23 @@ msgstr "" "Bhí nasc athshocraigh an focal faire mícheart, b'fheidir mar go raibh sé " "úsaidte cheana. Le do thoil, iarr ar athsocraigh focal faire nua." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Athshocraigh focal faire mí-rathúil" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Seolamar teagasca chugat le hadhaigh do r-phost a úsaid mar to focal faire. " -"Gheobaidh tú an r-phost i gceann tamallín." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Tá tú ag fáil an r-phost seo mar iarr tú ar do phasfhocal a athshocrú le " -"hadhaigh do chuntas úsáideora ag %(site_name)s ." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -824,36 +828,34 @@ msgstr "Go raibh maith agat le hadhaigh do cuairt!" msgid "The %(site_name)s team" msgstr "Foireann an %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Dearmad déanta ar do focal faire? Iontráil do r-phost thíos agus seolfaimid " -"teagasca chun ceann nua a fháil." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "R-phost:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Athsocraigh mo focal faire" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Gach dáta" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Dada)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Roghnaigh %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Roghnaigh %s a athrú" diff --git a/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo index 0d1b86fab0bf2fda329dfb7fb212e0c181a2060d..0a11369f4ac84b949bc0f0a1cc7edcaa6332a5a6 100644 Binary files a/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po index 7e0fe0ee168504c1ab7a3c109b7ebbbf26779b74..40af9ec40f820a7bcd66299774f0f06ad757f0c2 100644 --- a/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po @@ -10,14 +10,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-16 12:28+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo b/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo index 5fab28bfaf1f2da4bdc581c6ca4e6f55cdcee950..599b863bca5c39d9d997c1c008f688f97d2465bc 100644 Binary files a/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/gl/LC_MESSAGES/django.po b/django/contrib/admin/locale/gl/LC_MESSAGES/django.po index ef9b30ba84646ba51d860d95201d542cfc14453f..16ff2f4f1c54c19c6b627127cbc084686882354b 100644 --- a/django/contrib/admin/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/gl/LC_MESSAGES/django.po @@ -3,35 +3,37 @@ # Translators: # fasouto , 2011. # fonso , 2011. +# , 2013. # , 2012. # Jannis Leidel , 2011. +# Oscar Carballal , 2012. # oscarcp , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: fasouto \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-07 11:11+0000\n" +"Last-Translator: fonso \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Borrado exitosamente %(count)d %(items)s" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Non se pode eliminar %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "¿Está seguro?" @@ -40,168 +42,182 @@ msgstr "¿Está seguro?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Borrar %(verbose_name_plural)s seleccionados." -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Todo" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Si" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Non" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Descoñecido" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Calquera data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hoxe" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últimos 7 días" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Este mes" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Este ano" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" +"Por favor, insira os %(username)s e contrasinal dunha conta de persoal. Teña " +"en conta que ambos os dous campos distingues maiúsculas e minúsculas." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Por favor ingrese de novo, a súa sesión expirou." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"O seu enderezo de correo electrónico non é o seu nome de usuario. Probe con " -"'%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Acción:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "hora da acción" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id do obxecto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr do obxecto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "código do tipo de acción" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "cambiar mensaxe" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada de rexistro" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entradas de rexistro" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Engadido \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Modificados \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Borrados \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "Obxecto LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ningún" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modificado(s) %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "e" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Engadido %(name)s \"%(object)s\"" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Modificáronse %(list)s en %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Elimináronse %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Non se modificou ningún campo." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "Engadiuse correctamente o/a %(name)s \"%(obj)s\" Pode editalo embaixo." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"O/a %(name)s \"%(obj)s\" foi engadido correctamente. Pode engadir outro/a " +"%(name)s embaixo." + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "Engadiuse correctamente o/a %(name)s \"%(obj)s\"." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Pode editalo embaixo." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"O/a %(name)s \"%(obj)s\" foi modificado correctamente. Pode editalo de novo " +"embaixo." -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Pode engadir outro/a %s embaixo." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"O/a %(name)s \"%(obj)s\" for modificalo correctamente. Pode engadir outro/a " +"%(name)s embaixo." -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "Modificouse correctamente o/a %(name)s \"%(obj)s\"." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "Engadiuse correctamente o/a %(name)s \"%(obj)s\" Pode editalo embaixo." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +225,97 @@ msgstr "" "Deb seleccionar ítems para poder facer accións con eles. Ningún ítem foi " "cambiado." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Non se elixiu ningunha acción." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Engadir %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "O obxecto %(name)s con primary key %(key)r non existe." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Erro da base de datos" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s foi cambiado satisfactoriamente." msgstr[1] "%(count)s %(name)s foron cambiados satisfactoriamente." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s seleccionado." msgstr[1] "Tódolos %(total_count)s seleccionados." -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 de %(cnt)s seleccionados." -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Eliminouse correctamente o/a %(name)s \"%(obj)s\"." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Histórico de cambios: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Iniciar sesión" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administración do sitio web" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administración" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Procurar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Engadir outro" +#: widgets.py:316 +msgid "Currently:" +msgstr "Actualmente:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Modificar:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Páxina non atopada" @@ -300,42 +324,42 @@ msgstr "Páxina non atopada" msgid "We're sorry, but the requested page could not be found." msgstr "Sentímolo, pero non se atopou a páxina solicitada." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Inicio" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Erro no servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Erro no servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Erro do servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Houbo un erro. Xa se informou aos administradores do sitio por correo " -"electrónico e debería quedar arranxado pronto. Grazas pola súa paciencia." +"Ocorreu un erro. Os administradores do sitio foron informados por email e " +"debería ser arranxado pronto. Grazas pola súa paciencia." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +382,7 @@ msgstr "Seleccionar todos os %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Limpar selección" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +392,22 @@ msgid "Welcome," msgstr "Benvido," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentación" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Cambiar contrasinal" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Rematar sesión" @@ -395,57 +419,57 @@ msgstr "Administración de sitio Django" msgid "Django administration" msgstr "Administración de Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Engadir" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Histórico" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ver na web" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Por favor, corrixa o erro de embaixo." msgstr[1] "Por favor, corrixa os erros de embaixo." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Engadir %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtro" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "Eliminar da clasificación" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Prioridade de clasificación: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "Activar clasificación" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Eliminar" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +480,7 @@ msgstr "" "elementos relacionados, pero a súa conta non ten permiso para borrar os " "seguintes tipos de elementos:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +489,7 @@ msgstr "" "Para borrar o obxecto %(object_name)s '%(escaped_object)s' requiriríase " "borrar os seguintes obxectos protexidos relacionados:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +498,16 @@ msgstr "" "Seguro que quere borrar o %(object_name)s \"%(escaped_object)s\"? " "Eliminaranse os seguintes obxectos relacionados:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Si, estou seguro" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Eliminar múltiples obxectos" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -494,7 +518,7 @@ msgstr "" "de obxectos relacionados, pero a súa conta non ten permiso para borrar os " "seguintes tipos de obxecto:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -503,7 +527,7 @@ msgstr "" "Para borrar os obxectos %(objects_name)s relacionados requiriríase eliminar " "os seguintes obxectos protexidos relacionados:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -518,36 +542,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Por %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelos dispoñíbeis na aplicación %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicación %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Non ten permiso para editar nada." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Accións recentes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "As miñas accións" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ningunha dispoñíbel" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contenido descoñecido" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -557,31 +581,27 @@ msgstr "" "creasen as táboas axeitadas na base de datos, e de que o usuario apropiado " "teña permisos para lela." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Usuario:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Contrasinal:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "¿Olvidou o usuario ou contrasinal?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Usuario" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Acción" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -637,65 +657,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Introduza un nome de usuario e contrasinal." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Insira un novo contrasinal para o usuario %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Contrasinal" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Contrasinal (outra vez)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Insira o mesmo contrasinal ca enriba para verificalo." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Eliminar" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Engadir outro %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Eliminar" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "¿Eliminar?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Grazas polo tempo que dedicou ao sitio web." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Entrar de novo" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Cambiar o contrasinal" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "O seu contrasinal cambiouse correctamente." -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Cambiouse o seu contrasinal." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -703,48 +723,48 @@ msgstr "" "Por razóns de seguridade, introduza o contrasinal actual. Despois introduza " "dúas veces o contrasinal para verificarmos que o escribiu correctamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Contrasinal antigo" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Contrasinal novo" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Cambiar o contrasinal" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Recuperar o contrasinal" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Reseteo do contrasinal completo" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "A túa clave foi gardada.\n" "Xa podes entrar." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmación de reseteo da contrasinal" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Insira o novo contrasinal" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -752,19 +772,19 @@ msgstr "" "Por favor insira a súa contrasinal dúas veces para que podamos verificar se " "a escribiu correctamente." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Contrasinal novo:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirmar contrasinal:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Reseteo da contrasinal non satisfactorio." -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -772,27 +792,27 @@ msgstr "" "A ligazón de reseteo da contrasinal non é válida, posiblemente porque xa foi " "usada. Por favor pida un novo reseteo da contrasinal." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "O contrasinal foi recuperado correctamente" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Enviámoslle un correo electrónico con instrucións para configurar a súa " -"contrasinal á dirección que nos dixo. Debería recibilo en breves." +"Acabamos de enviarlle as instrucións para configurar o contrasinal ao " +"enderezo de email que nos indicou. Debería recibilas axiña." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Recibe esta mensaxe porque solicitou restablecer o contrasinal da súa conta " -"de usuario en %(site_name)s." +"Recibe este email porque solicitou restablecer o contrasinal para a súa " +"conta de usuario en %(site_name)s" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -811,36 +831,36 @@ msgstr "Grazas por usar o noso sitio web!" msgid "The %(site_name)s team" msgstr "O equipo de %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"¿Olvidou a súa contrasinal? Insira a súa dirección de correo embaixo, e nos " -"enviarémoslle instrucións para crear una nova." +"Esqueceu o contrasinal? Insira o seu enderezo de email embaixo e " +"enviarémoslle as instrucións para configurar un novo." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "Enderezo de correo electrónico:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Recuperar o meu contrasinal" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Todas as datas" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ningún)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Seleccione un/ha %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Seleccione %s que modificar" diff --git a/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo index 81f3a297bb78e08d0686000d949898e8c5449f85..ec96d51f15e2232814095eed77c983d37d386fca 100644 Binary files a/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po index 81f71074114b088f5aa617994d8587a449f22270..646bd6530c9e9e9388010c3bf21b518c2020bc96 100644 --- a/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po @@ -3,21 +3,22 @@ # Translators: # fasouto , 2011. # fonso , 2011. +# , 2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"PO-Revision-Date: 2013-01-07 11:30+0000\n" "Last-Translator: fonso \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -30,11 +31,14 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Esta é unha lista de %s dispoñíbeis. Pode escoller algúns seleccionándoos na " +"caixa inferior e a continuación facendo clic na frecha \"Escoller\" situada " +"entre as dúas caixas." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Escriba nesta caixa para filtrar a lista de %s dispoñíbeis." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -47,11 +51,11 @@ msgstr "Escoller todo" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Faga clic para escoller todos/as os/as '%s' dunha vez." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Escoller" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -68,15 +72,18 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Esta é a lista de %s escollidos/as. Pode eliminar algúns seleccionándoos na " +"caixa inferior e a continuación facendo clic na frecha \"Eliminar\" situada " +"entre as dúas caixas." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "Eliminar todos" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Faga clic para eliminar da lista todos/as os/as '%s' escollidos/as." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/he/LC_MESSAGES/django.mo b/django/contrib/admin/locale/he/LC_MESSAGES/django.mo index 6c99a1adee075e981d592335158ff025a95f2753..e80fff86e862e186c04390a6459d847154a67b0e 100644 Binary files a/django/contrib/admin/locale/he/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/he/LC_MESSAGES/django.po b/django/contrib/admin/locale/he/LC_MESSAGES/django.po index 2c03f68a46719d6102306b62e7f641ebc4deb555..3062e136a4d28408fe864fb34088214d8863d3a8 100644 --- a/django/contrib/admin/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/he/LC_MESSAGES/django.po @@ -4,32 +4,33 @@ # Alex Gaynor , 2011. # Jannis Leidel , 2011. # Meir Kriheli , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Meir Kriheli \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s נמחקו בהצלחה." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "לא ניתן למחוק %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "האם את/ה בטוח/ה ?" @@ -38,254 +39,270 @@ msgstr "האם את/ה בטוח/ה ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "מחק %(verbose_name_plural)s שנבחרו" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "הכל" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "כן" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "לא" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "לא ידוע" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "כל תאריך" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "היום" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "בשבוע האחרון" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "החודש" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "השנה" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "עליך להתחבר שנית כי פג הזמן המוקצב לך." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "כתובת הדוא\"ל שלך אינה שם המשתמש שלך. נסה/י '%s' במקום." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "פעולה" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "זמן פעולה" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "מזהה אובייקט" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "ייצוג אובייקט" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "דגל פעולה" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "הערה לשינוי" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "רישום יומן" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "רישומי יומן" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "בוצעה הוספת \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "בוצע שינוי \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "בוצעה מחיקת \"%(object)s\"." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "אובייקט LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "ללא" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s שונה." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ו" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." -msgstr "התווסף %(name)s \"%(object)s\"." +msgstr "בוצעה הוספת %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." -msgstr "שונה %(list)s עבור %(name)s \"%(object)s\"." +msgstr "בוצע שינוי %(list)s עבור %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." -msgstr "נמחק %(name)s \"%(object)s\"." +msgstr "בוצעה מחיקת %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "אף שדה לא השתנה." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "הוספת %(name)s \"%(obj)s\" בוצעה בהצלחה. ניתן לערוך אותו שוב מתחת." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "הוספת %(name)s \"%(obj)s\" בוצעה בהצלחה." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "ניתן לערוך שוב מתחת" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "ניתן להוסיף %s נוסף מתחת." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "שינוי %(name)s \"%(obj)s\" בוצע בהצלחה." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "הוספת %(name)s \"%(obj)s\" בוצעה בהצלחה. ניתן לערוך אותו שוב מתחת." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "יש לסמן פריטים כדי לבצע עליהם פעולות. לא שונו פריטים." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "לא נבחרה פעולה." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "הוספת %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "הפריט %(name)s עם המפתח הראשי %(key)r אינו קיים." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "שינוי %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "שגיאת בסיס נתונים" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "שינוי %(count)s %(name)s בהצלחה." -msgstr[1] "שינוי %(count)s %(name)s בהצלחה." +msgstr[0] "שינוי %(count)s %(name)s בוצע בהצלחה." +msgstr[1] "שינוי %(count)s %(name)s בוצע בהצלחה." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s נבחר" msgstr[1] "כל ה־%(total_count)s נבחרו" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" -msgstr "0 מ %(cnt)s נבחרות" +msgstr "0 מ %(cnt)s נבחרים" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "מחיקת %(name)s \"%(obj)s\" בוצעה בהצלחה." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "היסטוריית שינוי: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "כניסה" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "ניהול אתר" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "ניהול %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "תאריך:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "שעה:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "חפש" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "הוסף עוד אחת" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "דף לא קיים" @@ -294,39 +311,39 @@ msgstr "דף לא קיים" msgid "We're sorry, but the requested page could not be found." msgstr "אנו מצטערים, לא ניתן למצוא את הדף המבוקש." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "דף הבית" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "שגיאת שרת" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "שגיאת שרת (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "שגיאת שרת (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "התרחשה שגיאה. היא דווחה למנהלי האתר בדוא\"ל ותתוקן בקרוב. תודה על סבלנותך." @@ -351,7 +368,7 @@ msgstr "בחירת כל %(total_count)s ה־%(module_name)s" msgid "Clear selection" msgstr "איפוס בחירה" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -361,22 +378,22 @@ msgid "Welcome," msgstr "שלום," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "תיעוד" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "שינוי סיסמה" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "יציאה" @@ -388,57 +405,57 @@ msgstr "ניהול אתר Django" msgid "Django administration" msgstr "ניהול Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "הוספה" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "היסטוריה" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "צפיה באתר" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "נא לתקן את השגיאה המופיעה מתחת." msgstr[1] "נא לתקן את השגיאות המופיעות מתחת." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "הוספת %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "סינון" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "הסרה ממיון" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "עדיפות מיון: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "החלף כיוון מיון" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "מחיקה" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -448,7 +465,7 @@ msgstr "" "מחיקת %(object_name)s '%(escaped_object)s' מצריכה מחיקת אובייקטים מקושרים, " "אך לחשבון שלך אין הרשאות למחיקת סוגי האובייקטים הבאים:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -457,7 +474,7 @@ msgstr "" "מחיקת ה%(object_name)s '%(escaped_object)s' תדרוש מחיקת האובייקטים הקשורים " "והמוגנים הבאים:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -466,16 +483,16 @@ msgstr "" "האם ברצונך למחוק את %(object_name)s \"%(escaped_object)s\"? כל הפריטים " "הקשורים הבאים יימחקו:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "כן, אני בטוח/ה" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "מחק כמה פריטים" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -485,7 +502,7 @@ msgstr "" "מחיקת ב%(objects_name)s הנבחרת תביא במחיקת אובייקטים קשורים, אבל החשבון שלך " "אינו הרשאה למחוק את הסוגים הבאים של אובייקטים:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -494,7 +511,7 @@ msgstr "" "מחיקת ה%(objects_name)s אשר סימנת תדרוש מחיקת האובייקטים הקשורים והמוגנים " "הבאים:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -508,36 +525,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " לפי %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "מודלים זמינים ביישום %(name)s." +msgid "Models in the %(name)s application" +msgstr "מודלים ביישום %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "שינוי" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "אין לך הרשאות לעריכה." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "פעולות אחרונות" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "הפעולות שלי" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "לא נמצאו" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "תוכן לא ידוע" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -546,31 +563,27 @@ msgstr "" "משהו שגוי בהתקנת בסיס הנתונים שלך. נא לוודא שנוצרו טבלאות בסיס הנתונים " "המתאימות, ובסיס הנתונים ניתן לקריאה על ידי המשתמש המתאים." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "שם משתמש:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "סיסמה:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "שכחת את שם המשתמש והסיסמה שלך ?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "תאריך/שעה" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "משתמש" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "פעולה" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -625,64 +638,64 @@ msgstr "" msgid "Enter a username and password." msgstr "נא לשים שם משתמש וסיסמה." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "יש להזין סיסמה חדשה עבור המשתמש %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "סיסמה" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "סיסמה (שוב)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "יש להזין את אותה סיסמה שוב,לאימות." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "להסיר" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "הוספת %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "להסיר" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "מחיקה ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "תודה על בילוי זמן איכות עם האתר." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "התחבר/י שוב" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "שינוי סיסמה" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "הסיסמה שונתה בהצלחה" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "סיסמתך שונתה." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -690,64 +703,64 @@ msgstr "" "נא להזין את סיסמתך הישנה, לצרכי אבטחה, ולאחר מכן את סיסמתך החדשה פעמיים כדי " "שנוכל לוודא שהקלדת אותה כראוי." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "סיסמה ישנה" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "סיסמה חדשה" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "שנה את סיסמתי" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "איפוס סיסמה" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "איפוס הסיסמה הושלם" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "ססמתך נשמרה. כעת ניתן להתחבר." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "אימות איפוס סיסמה" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "הזנת סיסמה חדשה" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "נא להזין את סיסמתך החדשה פעמיים כדי שנוכל לוודא שהקלדת אותה כראוי." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "סיסמה חדשה:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "אימות סיסמה:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "איפוס הסיסמה נכשל" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -755,14 +768,14 @@ msgstr "" "הקישור לאיפוס הסיסמה אינו חוקי. ייתכן והשתמשו בו כבר. נא לבקש איפוס סיסמה " "חדש." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "הסיסמה אופסה בהצלחה" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "שלחנו הוראות לקביעת הסיסמה אל כתובת הדוא\"ל שהזנת. ההודעה אמורה להתקבל בקרוב." @@ -770,7 +783,7 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "הודעה זו נשלחה אליך עקב בקשתך לאיפוס הסיסמה עבור המשתמש שלך באתר " @@ -793,36 +806,36 @@ msgstr "תודה על השימוש באתר שלנו!" msgid "The %(site_name)s team" msgstr "צוות %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "שכחת את סיסמתך ? נא להזין את כתובת הדוא\"ל מתחת, ואנו נשלח הוראות לקביעת " "סיסמה חדשה." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "כתובת דוא\"ל:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "אפס את סיסמתי" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "כל התאריכים" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(אין)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "בחירת %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "בחירת %s לשינוי" diff --git a/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo index e3bad0ef4ad1e9be1b9cdcb30f4c8983ed1a125f..fc6b8b704e09e7f19f983fdf9a4e2e9700e62b87 100644 Binary files a/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po index dfb148dcae9567a3a75cb817de492db455374caf..0bcb7a62e5263d8a3c99fb80c4be294ed9eca583 100644 --- a/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po @@ -4,20 +4,21 @@ # Alex Gaynor , 2012. # Jannis Leidel , 2011. # Meir Kriheli , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: Alex Gaynor \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-10-21 11:05+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -30,11 +31,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"זו רשימת %s הזמינים לבחירה. ניתן לבחור חלק ע\"י סימון בתיבה מתחת ולחיצה על " +"חץ \"בחר\" בין שתי התיבות." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "ניתן להקליד בתיבה זו כדי לסנן %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -47,11 +50,11 @@ msgstr "בחירת הכל" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "בחירת כל ה%s בבת אחת." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "בחר" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -60,7 +63,7 @@ msgstr "הסרה" #: static/admin/js/SelectFilter2.js:75 #, c-format msgid "Chosen %s" -msgstr "%s נבחרות" +msgstr "%s אשר נבחרו" #: static/admin/js/SelectFilter2.js:76 #, c-format @@ -68,15 +71,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"זו רשימת %s אשר נבחרו. ניתן להסיר חלק ע\"י בחירה בתיבה מתחת ולחיצה על חץ " +"\"הסרה\" בין שתי התיבות." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "הסרת הכל" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "הסרת כל %s אשר נבחרו בבת אחת." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo b/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo index b2ba165b9f85a95c95a89e8d6f90ed5d62fc62ee..fb0b69c6e9632c4042b0d7405519c009817eea09 100644 Binary files a/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/hi/LC_MESSAGES/django.po b/django/contrib/admin/locale/hi/LC_MESSAGES/django.po index af4eab2d7cf5c9a01d6abf7f12c2a383a7ff1e54..91712c7c754a0d6989af7d2b52b99e5572948d6b 100644 --- a/django/contrib/admin/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/hi/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2013. # Chandan kumar , 2012. # Jannis Leidel , 2011. # Sandeep Satavlekar , 2011. @@ -8,28 +9,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-09 10:14+0000\n" +"Last-Translator: alkuma \n" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s सफलतापूर्वक हट गयें |" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s नहीं हटा सकते" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "क्या आप निश्चित हैं?" @@ -38,258 +39,278 @@ msgstr "क्या आप निश्चित हैं?" msgid "Delete selected %(verbose_name_plural)s" msgstr "चुने हुए %(verbose_name_plural)s हटा दीजिये " -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "सभी" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "हाँ" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "नहीं" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "अनजान" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "कोई भी तारीख" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "आज" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "पिछले 7 दिन" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "इस महीने" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "इस साल" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"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:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "कृपया फिर से प्रवेश करें, क्योंकि आपका सत्र समाप्त हो गया है |" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"अपना ई मेल पता आपका उपयोगकर्ता नाम नहीं है | कृपया '%s' का प्रयोग कर के देखिये |" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr " क्रिया:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "कार्य समय" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "वस्तु आई डी " -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "वस्तु प्रतिनिधित्व" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "कार्य ध्वज" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "परिवर्तन सन्देश" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "लॉग प्रविष्टि" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "लॉग प्रविष्टियाँ" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" को जोड़ा गया." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "परिवर्तित \"%(object)s\" - %(changes)s " -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" को नष्ट कर दिया है." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry ऑब्जेक्ट" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "कोई नहीं" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s को बदला गया हैं" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "और" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" को जोडा गया हैं" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" की %(list)s बदला गया है" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" निकाला गया है" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "कोई क्षेत्र नहीं बदला" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" को कामयाबी से जोडा गया है" +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" कामयाबी से जोडा गया हैं । आप इसे फिर से संपादित कर सकते हैं" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "आप इसे फिर से संपादित कर सकते हैं" +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +" %(name)s \"%(obj)s\" सफलतापूर्वक जोड़ दिया गया। आप चाहें तो नीचे एक और %(name)s " +"जोड़ सकते हैं।" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "आप नीचे एक और %s जोड सकते हैं" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" को कामयाबी से जोडा गया है" -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" को कामयाबी से बदला गया हैं" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +" %(name)s \"%(obj)s\" सफलतापूर्वक जोड़ दिया गया। आप चाहें तो नीचे इसे बदल भी सकते हैं।" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" कामयाबी से जोडा गया हैं । आप इसे फिर से संपादित कर सकते हैं" +" %(name)s \"%(obj)s\" सफलतापूर्वक बदल दिया गया। आप चाहें तो नीचे एक और %(name)s " +"जोड़ सकते हैं।" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" को कामयाबी से बदला गया हैं" -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "कार्रवाई हेतु आयटम सही अनुक्रम में चुने जाने चाहिए | कोई आइटम नहीं बदले गये हैं." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "कोई कार्रवाई नहीं चुनी है |" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s बढाएं" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s नामक कोई वस्तू जिस की प्राथमिक कुंजी %(key)r हो, अस्तित्व में नहीं हैं |" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s बदलो" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "डेटाबेस त्रुटि" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s का परिवर्तन कामयाब हुआ |" msgstr[1] "%(count)s %(name)s का परिवर्तन कामयाब हुआ |" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s चुने" msgstr[1] "सभी %(total_count)s चुने " -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s में से 0 चुने" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" को कामयाबी से निकाला गया है" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "इतिहास बदलो: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "लॉगिन" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "साइट प्रशासन" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s प्रशासन" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "तिथि:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "समय:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "लुक अप" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "अन्य बढाएं" +#: widgets.py:316 +msgid "Currently:" +msgstr "फ़िलहाल - " + +#: widgets.py:317 +msgid "Change:" +msgstr "बदलाव -" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "पृष्ठ लापता" @@ -298,42 +319,42 @@ msgstr "पृष्ठ लापता" msgid "We're sorry, but the requested page could not be found." msgstr "क्षमा कीजिए पर निवेदित पृष्ठ लापता है ।" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "गृह" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "सर्वर त्रुटि" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "सर्वर त्रुटि (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "सर्वर त्रुटि (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"एक ग़लती हुई हैं | उसकी जानकारी साईट प्रशासन को इ-मेल द्वारा दी गयी हैं और जल्द ही उसे " -"संवारा जायेगा | आप के धैर्य के लिए धन्यवाद |" +"एक त्रुटि मिली है। इसकी जानकारी स्थल के संचालकों को डाक द्वारा दे दी गई है, और यह जल्द " +"ठीक हो जानी चाहिए। धीरज रखने के लिए शुक्रिया।" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -356,7 +377,7 @@ msgstr "तमाम %(total_count)s %(module_name)s चुनें" msgid "Clear selection" msgstr "चयन खालिज किया जाये " -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -366,22 +387,22 @@ msgid "Welcome," msgstr "आपका स्वागत है," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "दस्तावेज़ीकरण" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "कूटशब्द बदलें" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "लॉग आउट" @@ -393,35 +414,35 @@ msgstr "ज्याँगो साइट प्रशासन" msgid "Django administration" msgstr "ज्याँगो प्रशासन" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "बढाएं" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "इतिहास" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "साइट पे देखें" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "कृपया नीचे पायी गयी गलती ठीक करें ।" msgstr[1] "कृपया नीचे पायी गयी गलतियाँ ठीक करें ।" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s बढाएं" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "छन्नी" @@ -438,12 +459,12 @@ msgstr "श्रेणीकरण प्राथमिकता : %(priority_ msgid "Toggle sorting" msgstr "टॉगल श्रेणीकरण" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "मिटाएँ" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -453,7 +474,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' को मिटाने पर सम्बंधित वस्तुएँ भी मिटा दी " "जाएगी, परन्तु आप के खाते में निम्नलिखित प्रकार की वस्तुओं को मिटाने की अनुमति नहीं हैं |" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -462,7 +483,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' को हटाने के लिए उनसे संबंधित निम्नलिखित " "संरक्षित वस्तुओं को हटाने की आवश्यकता होगी:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -471,16 +492,16 @@ msgstr "" "क्या आप %(object_name)s \"%(escaped_object)s\" हटाना चाहते हैं? निम्नलिखित सभी " "संबंधित वस्तुएँ नष्ट की जाएगी" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "हाँ, मैंने पक्का तय किया हैं " -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "अनेक वस्तुएं हटाएँ" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +511,7 @@ msgstr "" "चयनित %(objects_name)s हटाने पर उस से सम्बंधित वस्तुएं भी हट जाएगी, परन्तु आपके खाते में " "वस्तुओं के निम्नलिखित प्रकार हटाने की अनुमति नहीं है:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +520,7 @@ msgstr "" "चयनित %(objects_name)s को हटाने के पश्चात् निम्नलिखित संरक्षित संबंधित वस्तुओं को हटाने " "की आवश्यकता होगी |" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +534,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s द्वारा" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s के आवेदन में उपलब्ध मॉडल |" +msgid "Models in the %(name)s application" +msgstr "%(name)s अनुप्रयोग के प्रतिरूप" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "बदलें" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "आपके पास कुछ भी संपादन करने के लिये अनुमति नहीं है ।" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "हाल क्रियाएँ" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "मेरे कार्य" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr " कोई भी उपलब्ध नहीं" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "अज्ञात सामग्री" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -551,31 +572,27 @@ msgstr "" "अपने डेटाबेस स्थापना के साथ कुछ गलत तो है | सुनिश्चित करें कि उचित डेटाबेस तालिका बनायीं " "गयी है, और सुनिश्चित करें कि डेटाबेस उपयुक्त उपयोक्ता के द्वारा पठनीय है |" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "प्रवोक्ता नाम" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "कूटशब्द" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "अपना पासवर्ड या उपयोगकर्ता नाम भूल गये हैं?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "तिथि / समय" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "उपभोक्ता" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "कार्य" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -631,64 +648,64 @@ msgstr "" msgid "Enter a username and password." msgstr "उपयोगकर्ता का नाम और कूटशब्द दर्ज करें." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s प्रवोक्ता के लिए नयी कूटशब्द दर्ज करें ।" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "कूटशब्द" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "शब्दकूट (दुबारा)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "सत्याप्ती के लिए ऊपर दर्ज किए कूटशब्द को फिर से प्रवेश करें" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "निकालें" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "एक और %(verbose_name)s जोड़ें " -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "निकालें" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "मिटाएँ ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "आज हमारे वेब साइट पर आने के लिए धन्यवाद ।" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "फिर से लॉगिन कीजिए" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "कूटशब्द बदलें" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "कूटशब्द कदली कामयाब" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "आपके कूटशब्द को बदला गया है" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -696,64 +713,64 @@ msgstr "" "सुरक्षा कारणों के लिए कृपया पुराना कूटशब्द दर्ज करें । उसके पश्चात नए कूटशब्द को दो बार दर्ज " "करें ताकि हम उसे सत्यापित कर सकें ।" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "पुराना कूटशब्द " -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "नया कूटशब्द " -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "कूटशब्द बदलें" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "कूटशब्द पुनस्थाप" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "कूटशब्द पुनस्थाप कामयाब" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "आपके कूटशब्द को स्थापित किया गया है । अब आप लॉगिन कर सकते है ।" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "कूटशब्द पुष्टि" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "नया कूटशब्द दीजिएं" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "कृपया आपके नये कूटशब्द को दो बार दर्ज करें ताकि हम उसकी सत्याप्ती कर सकते है ।" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "नया कूटशब्द " -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "कूटशब्द पुष्टि कीजिए" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "कूटशब्द पुनस्थाप असफल" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -761,27 +778,27 @@ msgstr "" "कूटशब्द पुनस्थाप संपर्क अमान्य है, संभावना है कि उसे उपयोग किया गया है। कृपया फिर से कूटशब्द " "पुनस्थाप की आवेदन करें ।" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "कूटशब्द पुनस्थाप सफल" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"हमने आपके ईमेल पता पर कूटशब्द स्थापित करने के निर्देश भेजे है । थोडी ही देर में आप उसे प्राप्त " -"करेंगे ।" +"हमने आपके डाक पते पर कूटशब्द स्थापित करने के निर्देश भेजे है । थोडी ही देर में ये आपको मिल " +"जाएँगे।" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"आप यह इ-मेल पा रहे हो क्योंकी आप ने %(site_name)s पर आप के उपयोग कर्ता खाते का कूटशब्द " -"पुनःस्थापित करने का अनुरोध किया था |" +"आपको यह डाक इसलिए आई है क्योंकि आप ने %(site_name)s पर अपने खाते का कूटशब्द बदलने का " +"अनुरोध किया था |" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -800,36 +817,35 @@ msgstr "हमारे साइट को उपयोग करने के msgid "The %(site_name)s team" msgstr "%(site_name)s दल" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"क्या आप कूटशब्द भूल गये हैं? कृपया नीचे अपना ईमेल पता दर्ज करें, हम नया कूटशब्द स्थापित करने " -"के निर्देश ईमेल के द्वारा भेजेंगे ।" +"कूटशब्द भूल गए? नीचे अपना डाक पता भरें, वहाँ पर हम आपको नया कूटशब्द रखने के निर्देश भेजेंगे।" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ईमेल पता :" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "डाक पता -" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr " मेरे कूटशब्द की पुनःस्थापना" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "सभी तिथियों" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(कोई नहीं)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s चुनें" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s के बदली के लिए चयन करें" diff --git a/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo index 5757046b664c476a5af48e5f2e28707dd3688aa5..9ff9bb645f99692dcce0b0155cf6ccbd7d20a96b 100644 Binary files a/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po index 9b13753fdb24bede5ed95631d0eee1f9f834e291..a5fe15044bb22011c663335236aa5b81be758309 100644 --- a/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-15 12:59+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo b/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo index 2a4dcaa2b9ee02aaed3b5097e2adc479ef561667..0255edafebb910f79e0b528fdef408bb496a13eb 100644 Binary files a/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/hr/LC_MESSAGES/django.po b/django/contrib/admin/locale/hr/LC_MESSAGES/django.po index 24a7cbc1c1d8e7e9cc2a695767f99049225e2aac..d19c3eead9290944143350faf3edfcc1eab81903 100644 --- a/django/contrib/admin/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/hr/LC_MESSAGES/django.po @@ -2,37 +2,38 @@ # # Translators: # aljosa , 2011. +# , 2013. # Bojan Mihelač , 2012. -# Davor Lučić , 2011. +# Davor Lučić , 2011-2012. # Jannis Leidel , 2011. # Ylodi , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-19 16:18+0000\n" -"Last-Translator: Bojan Mihelač \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-14 18:34+0000\n" +"Last-Translator: aljosa \n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Uspješno izbrisano %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Nije moguće izbrisati %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Jeste li sigurni?" @@ -41,168 +42,182 @@ msgstr "Jeste li sigurni?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Izbrišite odabrane %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Svi" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Da" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nepoznat pojam" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Bilo koji datum" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Danas" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Prošlih 7 dana" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ovaj mjesec" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Ova godina" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Molimo unesite ispravno korisničko ime i lozinku za korisnički račun " -"osoblja. Uzmite u obzir da oba polja razlikuju velika/mala slova." +"Molimo unesite ispravno %(username)s i lozinku za pristup. Imajte na umu da " +"oba polja mogu biti velika i mala slova." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Molim prijavite se ponovo jer je vaš session istekao." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Vaša e-mail adresa nije vaše korisničko ime. Pokušajte sa '%s'" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Akcija:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "vrijeme akcije" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id objekta" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr objekta" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "oznaka akcije" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "promijeni poruku" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "zapis" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "zapisi" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Dodano \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Promijenjeno \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Obrisano \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Log zapis" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Nijedan" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Promijenjeno %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "i" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Dodano %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Promijeni %(list)s za %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Izbrisani %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nije bilo promjena polja." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" uspješno dodan. Možete ponovo urediti unos dolje." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"Unos %(name)s \"%(obj)s\" je uspješno dodan. Možete dodati još jedan unos " +"(%(name)s) u nastavku." + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" uspješno je dodano." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Možete ponovo urediti unos dolje." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"Unos %(name)s \"%(obj)s\" je uspješno promijenjen. Možete ga urediti ponovno " +"ispod." -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Možete dodati još jedan %s ispod." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"Unos %(name)s \"%(obj)s\" je uspješno promijenjen. Možete dodati još jedan " +"(%(name)s) u nastavku." -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" uspješno promijenjeno." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" uspješno dodan. Možete ponovo urediti unos dolje." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -210,30 +225,30 @@ msgstr "" "Unosi moraju biti odabrani da bi se nad njima mogle izvršiti akcije. Nijedan " "unos nije promijenjen." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nije odabrana akcija." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Novi unos (%s)" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Unos %(name)s sa primarnim ključem %(key)r ne postoji." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Promijeni %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Pogreška u bazi" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -241,7 +256,7 @@ msgstr[0] "%(count)s %(name)s uspješno promijenjen." msgstr[1] "%(count)s %(name)s uspješno promijenjeno." msgstr[2] "%(count)s %(name)s uspješno promijenjeno." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -249,52 +264,60 @@ msgstr[0] "%(total_count)s odabrano" msgstr[1] "Svih %(total_count)s odabrano" msgstr[2] "Svih %(total_count)s odabrano" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 od %(cnt)s odabrano" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" uspješno izbrisan." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Promijeni povijest: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Prijavi se" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administracija stranica" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administracija" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Vrijeme:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Potraži" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Unesi još" +#: widgets.py:316 +msgid "Currently:" +msgstr "Trenutno:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Promijeni:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Stranica nije pronađena" @@ -303,42 +326,42 @@ msgstr "Stranica nije pronađena" msgid "We're sorry, but the requested page could not be found." msgstr "Ispričavamo se, ali tražena stranica nije pronađena." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Početna" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Greška na serveru" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Greška na serveru (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Greška na serveru (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Dogodila se greška. Administratori su obaviješteni putem e-maila te bi " -"greška uskoro trebala biti ispravljena. Hvala na strpljenju." +"Dogodila se greška. Administratori su obaviješteni putem elektroničke pošte " +"te bi greška uskoro trebala biti ispravljena. Hvala na strpljenju." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -361,7 +384,7 @@ msgstr "Odaberi svih %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Očisti odabir" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -371,22 +394,22 @@ msgid "Welcome," msgstr "Dobrodošli," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Promijeni lozinku" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Odjava" @@ -398,36 +421,36 @@ msgstr "Django administracija stranica" msgid "Django administration" msgstr "Django administracija" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Novi unos" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Povijest" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Pogledaj na stranicama" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Molimo ispravite navedenu grešku." msgstr[1] "Molimo ispravite navedene greške." msgstr[2] "Molimo ispravite navedene greške." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Novi unos - %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -444,12 +467,12 @@ msgstr "Prioritet sortiranja: %(priority_number)s" msgid "Toggle sorting" msgstr "Preklopi sortiranje" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Izbriši" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -459,7 +482,7 @@ msgstr "" "Brisanje %(object_name)s '%(escaped_object)s' rezultiralo bi brisanjem " "povezanih objekta, ali vi nemate privilegije za brisanje navedenih objekta: " -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -468,7 +491,7 @@ msgstr "" "Brisanje %(object_name)s '%(escaped_object)s' bi zahtijevalo i brisanje " "sljedećih zaštićenih povezanih objekata:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -477,16 +500,16 @@ msgstr "" "Jeste li sigurni da želite izbrisati %(object_name)s \"%(escaped_object)s\"? " "Svi navedeni objekti biti će izbrisani:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Da, siguran sam" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Izbriši više unosa." -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -497,7 +520,7 @@ msgstr "" "objekta, ali vaš korisnički račun nema dozvolu za brisanje sljedeće vrste " "objekata:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -506,7 +529,7 @@ msgstr "" "Brisanje odabranog %(objects_name)s će zahtijevati brisanje sljedećih " "zaštićenih povezanih objekata:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -520,36 +543,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Po %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeli dostupni u %(name)s aplikaciji." +msgid "Models in the %(name)s application" +msgstr "Modeli u aplikaciji %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Promijeni" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nemate privilegije za promjenu podataka." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Nedavne promjene" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Moje promjene" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nije dostupno" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Sadržaj nepoznat" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -558,31 +581,27 @@ msgstr "" "Nešto nije uredu sa instalacijom/postavkama baze. Provjerite jesu li " "potrebne tablice u bazi kreirane i provjerite je li baza dostupna korisniku." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Korisničko ime:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Lozinka:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Zaboravili ste lozinku ili korisničko ime?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum/vrijeme" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Korisnik" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Akcija" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -639,64 +658,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Unesite korisničko ime i lozinku." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Unesite novu lozinku za korisnika %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Lozinka" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Lozinka (unesi ponovo)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Unesite istu lozinku, za potvrdu." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Ukloni" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Dodaj još jedan %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Ukloni" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Izbriši?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Hvala što ste proveli malo kvalitetnog vremena na stranicama danas." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Prijavite se ponovo" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Promjena lozinke" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Promjena lozinke uspješna" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Vaša lozinka je promijenjena." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -704,46 +723,46 @@ msgstr "" "Molim unesite staru lozinku, zbog sigurnosti, i onda unesite novu lozinku " "dvaput da bi mogli provjeriti jeste li je ispravno unijeli." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Stara lozinka" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nova lozinka" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Promijeni moju lozinku" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Resetiranje lozinke" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Resetiranje lozinke završeno" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Vaša lozinka je postavljena. Sada se možete prijaviti." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potvrda promjene lozinke" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Unesite novu lozinku" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -751,19 +770,19 @@ msgstr "" "Molimo vas da unesete novu lozinku dvaput da bi mogli provjeriti jeste li je " "ispravno unijeli." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nova lozinka:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potvrdi lozinku:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Resetiranje lozinke neuspješno" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -771,14 +790,14 @@ msgstr "" "Link za resetiranje lozinke je neispravan, vjerojatno jer je već korišten. " "Molimo zatražite novo resetiranje lozinke." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Resetiranje lozinke uspješno" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Poslali smo vam upute za postavljenje vaše lozinke na e-mail adresu koju ste " @@ -787,10 +806,10 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Dobili ste ovu e-mail poruku jer ste zatražili obnovu lozinke za vaš " +"Primili ste ovu poruku jer ste zatražili postavljanje nove lozinke za svoj " "korisnički račun na %(site_name)s." #: templates/registration/password_reset_email.html:4 @@ -810,36 +829,36 @@ msgstr "Hvala šta koristite naše stranice!" msgid "The %(site_name)s team" msgstr "%(site_name)s tim" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Zaboravili ste lozinku? Unesite vašu e-mail adresu ispod i poslati ćemo vam " "upute kako postaviti novu." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-mail adresa:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Resetiraj moju lozinku" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Svi datumi" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Nijedan)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Odaberi %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Odaberi za promjenu - %s" diff --git a/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo index cd94c2389496995df132d5aa854a9843ba2c7d55..3e7bd0ae2f971b01d4612b75d5aa946a8aa51245 100644 Binary files a/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po index ce4549718359ce908df4e2e1e4619d61a00cc902..a2c0c4f2df325d039f4c5277a9d7b87489db0d0e 100644 --- a/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po @@ -12,14 +12,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-22 11:03+0000\n" "Last-Translator: Bojan Mihelač \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo b/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo index dbd0c4813680afc48c69c5b0a567b53027c88b12..bae1c89fe2b9e8cd2f5953ecd5be611e408705a7 100644 Binary files a/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/hu/LC_MESSAGES/django.po b/django/contrib/admin/locale/hu/LC_MESSAGES/django.po index 4eb299ddce6295f6bb3761146b42b48a1b7f3aec..9435f133709db685b1a6ae12388a8ef4b4173e6b 100644 --- a/django/contrib/admin/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/hu/LC_MESSAGES/django.po @@ -4,33 +4,34 @@ # , 2011. # Jannis Leidel , 2011. # Kristóf Gruber <>, 2012. +# Máté Őry , 2012. # Szilveszter Farkas , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-19 19:23+0000\n" -"Last-Translator: Kristóf Gruber <>\n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s sikeresen törölve lett." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s törlése nem sikerült" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Biztos benne?" @@ -39,166 +40,174 @@ msgstr "Biztos benne?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Kiválasztott %(verbose_name_plural)s törlése" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Mind" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Igen" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nem" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Ismeretlen" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Bármely dátum" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Ma" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Utolsó 7 nap" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ez a hónap" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Ez az év" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Jelentkezzen be újra, mert a munkamenete lejárt." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Az email címe nem a felhasználóneve. Próbálja inkább ezt: %s." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Művelet:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "művelet időpontja" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objektum id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objektum repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "művelet jelölés" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "üzenet módosítása" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "naplóbejegyzés" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "naplóbejegyzések" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" hozzáadva." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" megváltoztatva: %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" törölve." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "Napló bejegyzés objektum" +msgstr "Naplóbejegyzés objektum" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Egyik sem" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s módosítva." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "és" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "\"%(object)s\" %(name)s létrehozva." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "\"%(object)s\" %(name)s tulajdonságai (%(list)s) megváltoztak." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "\"%(object)s\" %(name)s törlésre került." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Egy mező sem változott." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "\"%(obj)s\" %(name)s sikeresen létrehozva. Alább ismét szerkesztheti." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "\"%(obj)s\" %(name)s sikeresen létrehozva." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Alább ismét szerkesztheti." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Alább hozzáadhat egy másikat ebből: %s." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "\"%(obj)s\" %(name)s sikeresen módosítva." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "\"%(obj)s\" %(name)s sikeresen létrehozva. Alább ismét szerkesztheted." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -206,89 +215,97 @@ msgstr "" "A műveletek végrehajtásához ki kell választani legalább egy elemet. Semmi " "sem lett módosítva." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nem választott ki műveletet." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Új %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s objektum %(key)r elsődleges kulccsal nem létezik." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s módosítása" -#: options.py:1138 +#: options.py:1190 msgid "Database error" -msgstr "Adatbázis hiba" +msgstr "Adatbázishiba" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s sikeresen módosítva lett." msgstr[1] "%(count)s %(name)s sikeresen módosítva lett." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s kiválasztva" msgstr[1] "%(total_count)s kiválasztva" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 kiválasztva ennyiből: %(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "\"%(obj)s\" %(name)s sikeresen törölve." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Változások története: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Bejelentkezés" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" -msgstr "Honlap karbantartás" +msgstr "Honlap karbantartása" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s adminisztráció" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dátum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Idő:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Keresés" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Újabb hozzáadása" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Nincs ilyen oldal" @@ -297,42 +314,40 @@ msgstr "Nincs ilyen oldal" msgid "We're sorry, but the requested page could not be found." msgstr "Sajnáljuk, de a kért oldal nem található." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Kezdőlap" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Szerverhiba" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Szerverhiba (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Szerverhiba (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Hiba történt, melyet e-mailben jelentettünk az oldal karbantartójának. A " -"rendszer remélhetően hamar megjavul. Köszönjük a türelmét." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -355,7 +370,7 @@ msgstr "Az összes %(module_name)s kiválasztása, összesen %(total_count)s db" msgid "Clear selection" msgstr "Kiválasztás törlése" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -365,62 +380,62 @@ msgid "Welcome," msgstr "Üdvözlöm," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentáció" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Jelszó megváltoztatása" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Kijelentkezés" #: templates/admin/base_site.html:4 msgid "Django site admin" -msgstr "Django honlap adminisztráció" +msgstr "Django honlapadminisztráció" #: templates/admin/base_site.html:7 msgid "Django administration" msgstr "Django adminisztráció" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Új" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Történet" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Megtekintés a honlapon" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." -msgstr[0] "Kérem javítsa az alábbi hibát." -msgstr[1] "Kérlem javítsa az alábbi hibákat." +msgstr[0] "Kérem, javítsa az alábbi hibát." +msgstr[1] "Kérem, javítsa az alábbi hibákat." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Új %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Szűrő" @@ -437,32 +452,32 @@ msgstr "Prioritás rendezésnél: %(priority_number)s" msgid "Toggle sorting" msgstr "Rendezés megfordítása" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Törlés" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " "related objects, but your account doesn't have permission to delete the " "following types of objects:" msgstr "" -"'%(escaped_object)s' %(object_name)s törlése a kapcsolódó objektumok " +"\"%(escaped_object)s\" %(object_name)s törlése a kapcsolódó objektumok " "törlését is eredményezi, de a hozzáférése nem engedi a következő típusú " "objektumok törlését:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -"'%(escaped_object)s' %(object_name)s törlése az alábbi kapcsolódó objektumok " -"törlését is maga után vonja:" +"\"%(escaped_object)s\" %(object_name)s törlése az alábbi kapcsolódó " +"objektumok törlését is maga után vonja:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -471,16 +486,16 @@ msgstr "" "Biztos hogy törli a következőt: \"%(escaped_object)s\" (típus: " "%(object_name)s)? A összes további kapcsolódó elem is törlődik:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Igen, biztos vagyok benne" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Több elem törlése" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -491,7 +506,7 @@ msgstr "" "maga után, de az alábbi objektumtípusok törléséhez nincs megfelelő " "jogosultsága:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -500,7 +515,7 @@ msgstr "" "A kiválasztott %(objects_name)s törlése az alábbi védett kapcsolódó " "objektumok törlését is maga után vonja:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -514,36 +529,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s szerint " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s alkalmazásban elérhető modellek." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Módosítás" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nincs joga szerkeszteni." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Utolsó műveletek" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Az én műveleteim" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nincs elérhető" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Ismeretlen tartalom" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -553,37 +568,31 @@ msgstr "" "a megfelelő táblák létre lettek-e hozva, és hogy a megfelelő felhasználó " "tudja-e őket olvasni." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Felhasználó:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Jelszó:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "Elfelejtetted a jelszavad vagy felhasználó neved?" +msgstr "Elfelejtette jelszavát vagy felhasználónevét?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dátum/idő" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Felhasználó" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Művelet" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." -msgstr "" -"Az objektumnak nincs változási története. Valószínűleg nem ezen a " -"karbantartó oldalon lett rögzítve." +msgstr "Honlap karbantartása" #: templates/admin/pagination.html:10 msgid "Show all" @@ -633,65 +642,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Írjon be egy felhasználónevet és jelszót." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -"Adjon meg egy új jelszót a %(username)s nevű felhasználónak." +"Adjon meg egy új jelszót %(username)s nevű felhasználónak." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Jelszó" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Jelszó újra" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Írja be a fenti jelszót ellenőrzés céljából." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Törlés" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Újabb %(verbose_name)s hozzáadása" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Törlés" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Törli?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Köszönjük hogy egy kis időt eltöltött ma a honlapunkon." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Jelentkezzen be újra" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Jelszó megváltoztatása" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Sikeres jelszóváltoztatás" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Megváltozott a jelszava." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -699,46 +708,46 @@ msgstr "" "Írja be a régi jelszavát biztonsági okokból, majd az újat kétszer, hogy " "biztosan ne gépelje el." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Régi jelszó" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Új jelszó" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Jelszavam megváltoztatása" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Jelszó beállítása" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Jelszó beállítása kész" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Jelszava beállításra került. Most már bejelentkezhet." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Jelszó beállítás megerősítése" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Írja be az új jelszavát" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -746,47 +755,43 @@ msgstr "" "Írja be az új jelszavát kétszer, hogy megbizonyosodhassunk annak " "helyességéről." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Új jelszó:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Jelszó megerősítése:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" -msgstr "Sikertelen jelszó beállítás" +msgstr "Jelszó beállítása sikertelen" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -"A jelszó beállító link érvénytelen. Ennek egyik oka az lehet, hogy már " -"felhasználták. Kérem igényeljen új jelszó beállítást." +"A jelszóbeállító link érvénytelen. Ennek egyik oka az lehet, hogy már " +"felhasználták. Kérem indítson új jelszóbeállítást." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Sikeres jelszótörlés" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Az információkat elküldtük e-mailben a megadott címre. Hamarosan meg kell " -"érkeznie." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Azért kapja ezt az e-mailt, mert jelszavának visszaállítását kérte ezen a " -"weboldalon: %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -805,36 +810,34 @@ msgstr "Köszönjük, hogy használta honlapunkat!" msgid "The %(site_name)s team" msgstr "%(site_name)s csapat" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Elfelejtette a jelszavát? Írja be az e-mail címét, és küldünk egy levelet a " -"teendőkről." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mail cím:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Jelszavam törlése" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Minden dátum" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(nincs)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" -msgstr "Kiválasztás %s" +msgstr "%s kiválasztása" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Válasszon ki egyet a módosításhoz (%s)" diff --git a/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo index 8e853f000d9be115b6208e19b6c415583b380285..0f20a86cf2d9a20860082fd551ff8165e0283ff6 100644 Binary files a/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po index 9383aef0261dfcf47624ed66328f7cd3929268c4..6c834ae1a659aff56b9f40461c18eb4f39af8087 100644 --- a/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po @@ -4,21 +4,22 @@ # Attila Nagy <>, 2012. # Jannis Leidel , 2011. # János Péter Ronkay , 2011. +# Máté Őry , 2012. # Szilveszter Farkas , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-19 19:28+0000\n" -"Last-Translator: Attila Nagy <>\n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"PO-Revision-Date: 2012-06-29 19:35+0000\n" +"Last-Translator: Máté Őry \n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -31,11 +32,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Ez az elérhető %s listája. Úgy választhat közülük, hogy rákattint az alábbi " +"dobozban, és megnyomja a dobozok közti \"Választás\" nyilat." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Írjon a mezőbe az elérhető %s szűréséhez." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -48,7 +51,7 @@ msgstr "Mindet kijelölni" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Kattintson az összes %s kiválasztásához." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" @@ -69,6 +72,8 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Ez a kiválasztott %s listája. Eltávolíthat közülük, ha rákattint, majd a két " +"doboz közti \"Eltávolítás\" nyílra kattint." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" @@ -77,7 +82,7 @@ msgstr "Összes törlése" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Kattintson az összes %s eltávolításához." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bad4fecd6aca2faddd008824febfd9a783051a2b Binary files /dev/null and b/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ia/LC_MESSAGES/django.po b/django/contrib/admin/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..e58caec44694c2182931e12c8433f3fc0f20ebb1 --- /dev/null +++ b/django/contrib/admin/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,845 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: actions.py:48 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s delite con successo." + +#: actions.py:60 options.py:1347 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Non pote deler %(name)s" + +#: actions.py:62 options.py:1349 +msgid "Are you sure?" +msgstr "Es tu secur?" + +#: actions.py:83 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Deler le %(verbose_name_plural)s seligite" + +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 +msgid "All" +msgstr "Totes" + +#: filters.py:238 +msgid "Yes" +msgstr "Si" + +#: filters.py:239 +msgid "No" +msgstr "No" + +#: filters.py:253 +msgid "Unknown" +msgstr "Incognite" + +#: filters.py:308 +msgid "Any date" +msgstr "Omne data" + +#: filters.py:309 +msgid "Today" +msgstr "Hodie" + +#: filters.py:313 +msgid "Past 7 days" +msgstr "Ultime 7 dies" + +#: filters.py:317 +msgid "This month" +msgstr "Iste mense" + +#: filters.py:321 +msgid "This year" +msgstr "Iste anno" + +#: forms.py:9 +#, 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:19 +msgid "Please log in again, because your session has expired." +msgstr "Per favor aperi session de novo, perque tu session ha expirate." + +#: helpers.py:23 +msgid "Action:" +msgstr "Action:" + +#: models.py:24 +msgid "action time" +msgstr "hora de action" + +#: models.py:27 +msgid "object id" +msgstr "id de objecto" + +#: models.py:28 +msgid "object repr" +msgstr "repr de objecto" + +#: models.py:29 +msgid "action flag" +msgstr "marca de action" + +#: models.py:30 +msgid "change message" +msgstr "message de cambio" + +#: models.py:35 +msgid "log entry" +msgstr "entrata de registro" + +#: models.py:36 +msgid "log entries" +msgstr "entratas de registro" + +#: models.py:45 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" addite." + +#: models.py:47 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" cambiate - %(changes)s" + +#: models.py:52 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" delite." + +#: models.py:54 +msgid "LogEntry Object" +msgstr "Objecto LogEntry" + +#: options.py:156 options.py:172 +msgid "None" +msgstr "Nulle" + +#: options.py:684 +#, python-format +msgid "Changed %s." +msgstr "%s cambiate." + +#: options.py:684 options.py:694 +msgid "and" +msgstr "e" + +#: options.py:689 +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "%(name)s \"%(object)s\" addite." + +#: options.py:693 +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "%(list)s cambiate pro %(name)s \"%(object)s\"." + +#: options.py:698 +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "%(name)s \"%(object)s\" delite." + +#: options.py:702 +msgid "No fields changed." +msgstr "Nulle campo cambiate." + +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Le %(name)s \"%(obj)s\" ha essite addite con successo. Tu pote modificar lo " +"de novo hic infra." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Le %(name)s \"%(obj)s\" ha essite addite con successo." + +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Le %(name)s \"%(obj)s\" ha essite cambiate con successo." + +#: options.py:951 options.py:1211 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Es necessari seliger elementos pro poter exequer actiones. Nulle elemento ha " +"essite cambiate." + +#: options.py:970 +msgid "No action selected." +msgstr "Nulle action seligite." + +#: options.py:1050 +#, python-format +msgid "Add %s" +msgstr "Adder %s" + +#: options.py:1074 options.py:1319 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Le objecto %(name)s con le clave primari %(key)r non existe." + +#: options.py:1140 +#, python-format +msgid "Change %s" +msgstr "Cambiar %s" + +#: options.py:1190 +msgid "Database error" +msgstr "Error in le base de datos" + +#: options.py:1253 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s cambiate con successo." +msgstr[1] "%(count)s %(name)s cambiate con successo." + +#: options.py:1280 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seligite" +msgstr[1] "Tote le %(total_count)s seligite" + +#: options.py:1285 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seligite" + +#: options.py:1335 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Le %(name)s \"%(obj)s\" ha essite delite con successo." + +#: options.py:1382 +#, python-format +msgid "Change history: %s" +msgstr "Historia de cambiamentos: %s" + +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 +msgid "Log in" +msgstr "Aperir session" + +#: sites.py:388 +msgid "Site administration" +msgstr "Administration del sito" + +#: sites.py:440 +#, python-format +msgid "%s administration" +msgstr "Administration de %s" + +#: widgets.py:90 +msgid "Date:" +msgstr "Data:" + +#: widgets.py:91 +msgid "Time:" +msgstr "Hora:" + +#: widgets.py:165 +msgid "Lookup" +msgstr "Recerca" + +#: widgets.py:271 +msgid "Add Another" +msgstr "Adder un altere" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + +#: templates/admin/404.html:4 templates/admin/404.html.py:8 +msgid "Page not found" +msgstr "Pagina non trovate" + +#: templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "Regrettabilemente, le pagina requestate non poteva esser trovate." + +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "Initio" + +#: templates/admin/500.html:7 +msgid "Server error" +msgstr "Error del servitor" + +#: templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "Error del servitor (500)" + +#: templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "Error del servitor (500)" + +#: templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "Exequer le action seligite" + +#: templates/admin/actions.html:4 +msgid "Go" +msgstr "Va" + +#: templates/admin/actions.html:11 +msgid "Click here to select the objects across all pages" +msgstr "Clicca hic pro seliger le objectos in tote le paginas" + +#: templates/admin/actions.html:11 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seliger tote le %(total_count)s %(module_name)s" + +#: templates/admin/actions.html:13 +msgid "Clear selection" +msgstr "Rader selection" + +#: templates/admin/app_index.html:10 templates/admin/index.html:21 +#, python-format +msgid "%(name)s" +msgstr "%(name)s" + +#: templates/admin/base.html:28 +msgid "Welcome," +msgstr "Benvenite," + +#: templates/admin/base.html:33 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "Documentation" + +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "Cambiar contrasigno" + +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "Clauder session" + +#: templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "Administration del sito Django" + +#: templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "Administration de Django" + +#: templates/admin/change_form.html:22 templates/admin/index.html:33 +msgid "Add" +msgstr "Adder" + +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 +msgid "History" +msgstr "Historia" + +#: templates/admin/change_form.html:33 +#: templates/admin/edit_inline/stacked.html:9 +#: templates/admin/edit_inline/tabular.html:30 +msgid "View on site" +msgstr "Vider in sito" + +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Per favor corrige le error sequente." +msgstr[1] "Per favor corrige le errores sequente." + +#: templates/admin/change_list.html:58 +#, python-format +msgid "Add %(name)s" +msgstr "Adder %(name)s" + +#: templates/admin/change_list.html:78 +msgid "Filter" +msgstr "Filtro" + +#: templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "Remover del ordination" + +#: templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritate de ordination: %(priority_number)s" + +#: templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "Alternar le ordination" + +#: templates/admin/delete_confirmation.html:11 +#: templates/admin/submit_line.html:4 +msgid "Delete" +msgstr "Deler" + +#: templates/admin/delete_confirmation.html:18 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Deler le %(object_name)s '%(escaped_object)s' resultarea in le deletion de " +"objectos associate, me tu conto non ha le permission de deler objectos del " +"sequente typos:" + +#: templates/admin/delete_confirmation.html:26 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Deler le %(object_name)s '%(escaped_object)s' necessitarea le deletion del " +"sequente objectos associate protegite:" + +#: templates/admin/delete_confirmation.html:34 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Es tu secur de voler deler le %(object_name)s \"%(escaped_object)s\"? Tote " +"le sequente objectos associate essera delite:" + +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Si, io es secur" + +#: templates/admin/delete_selected_confirmation.html:10 +msgid "Delete multiple objects" +msgstr "Deler plure objectos" + +#: templates/admin/delete_selected_confirmation.html:17 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Deler le %(objects_name)s seligite resultarea in le deletion de objectos " +"associate, ma tu conto non ha le permission de deler objectos del sequente " +"typos:" + +#: templates/admin/delete_selected_confirmation.html:25 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Deler le %(objects_name)s seligite necessitarea le deletion del sequente " +"objectos associate protegite:" + +#: templates/admin/delete_selected_confirmation.html:33 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Es tu secur de voler deler le %(objects_name)s seligite? Tote le sequente " +"objectos e le objectos associate a illo essera delite:" + +#: templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr " Per %(filter_title)s " + +#: templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: templates/admin/index.html:39 +msgid "Change" +msgstr "Cambiar" + +#: templates/admin/index.html:49 +msgid "You don't have permission to edit anything." +msgstr "Tu non ha le permission de modificar alcun cosa." + +#: templates/admin/index.html:57 +msgid "Recent Actions" +msgstr "Actiones recente" + +#: templates/admin/index.html:58 +msgid "My Actions" +msgstr "Mi actiones" + +#: templates/admin/index.html:62 +msgid "None available" +msgstr "Nihil disponibile" + +#: templates/admin/index.html:76 +msgid "Unknown content" +msgstr "Contento incognite" + +#: templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Il ha un problema con le installation del base de datos. Assecura te que le " +"tabellas correcte ha essite create, e que le base de datos es legibile pro " +"le usator appropriate." + +#: templates/admin/login.html:37 +msgid "Password:" +msgstr "Contrasigno:" + +#: templates/admin/login.html:44 +msgid "Forgotten your password or username?" +msgstr "Contrasigno o nomine de usator oblidate?" + +#: templates/admin/object_history.html:23 +msgid "Date/time" +msgstr "Data/hora" + +#: templates/admin/object_history.html:24 +msgid "User" +msgstr "Usator" + +#: templates/admin/object_history.html:25 +msgid "Action" +msgstr "Action" + +#: templates/admin/object_history.html:39 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Iste objecto non ha un historia de cambiamentos. Illo probabilemente non " +"esseva addite per medio de iste sito administrative." + +#: templates/admin/pagination.html:10 +msgid "Show all" +msgstr "Monstrar toto" + +#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 +msgid "Save" +msgstr "Salveguardar" + +#: templates/admin/search_form.html:7 +msgid "Search" +msgstr "Cercar" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultato" +msgstr[1] "%(counter)s resultatos" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in total" + +#: templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "Salveguardar como nove" + +#: templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "Salveguardar e adder un altere" + +#: templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "Salveguardar e continuar le modification" + +#: templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primo, specifica un nomine de usator e un contrasigno. Postea, tu potera " +"modificar plus optiones de usator." + +#: templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "Specifica un nomine de usator e un contrasigno." + +#: templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Specifica un nove contrasigno pro le usator %(username)s." + +#: templates/admin/auth/user/change_password.html:38 +msgid "Password" +msgstr "Contrasigno" + +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 +msgid "Password (again)" +msgstr "Contrasigno (repete)" + +#: templates/admin/auth/user/change_password.html:45 +msgid "Enter the same password as above, for verification." +msgstr "Scribe le mesme contrasigno que antea, pro verification." + +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Remover" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adder un altere %(verbose_name)s" + +#: templates/admin/edit_inline/tabular.html:17 +msgid "Delete?" +msgstr "Deler?" + +#: templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gratias pro haber passate un tempore agradabile con iste sito web." + +#: templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Aperir session de novo" + +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 +msgid "Password change" +msgstr "Cambio de contrasigno" + +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 +msgid "Password change successful" +msgstr "Contrasigno cambiate con successo" + +#: templates/registration/password_change_done.html:17 +msgid "Your password was changed." +msgstr "Tu contrasigno ha essite cambiate." + +#: templates/registration/password_change_form.html:26 +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 "" +"Per favor specifica tu ancian contrasigno, pro securitate, e postea " +"specifica tu nove contrasigno duo vices pro verificar que illo es scribite " +"correctemente." + +#: templates/registration/password_change_form.html:32 +msgid "Old password" +msgstr "Ancian contrasigno" + +#: templates/registration/password_change_form.html:37 +msgid "New password" +msgstr "Nove contrasigno" + +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 +msgid "Change my password" +msgstr "Cambiar mi contrasigno" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 +msgid "Password reset" +msgstr "Reinitialisar contrasigno" + +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 +msgid "Password reset complete" +msgstr "Contrasigno reinitialisate con successo" + +#: templates/registration/password_reset_complete.html:17 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Tu contrasigno ha essite reinitialisate. Ora tu pote aperir session." + +#: templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "Confirmation de reinitialisation de contrasigno" + +#: templates/registration/password_reset_confirm.html:17 +msgid "Enter new password" +msgstr "Specifica nove contrasigno" + +#: templates/registration/password_reset_confirm.html:19 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Per favor scribe le nove contrasigno duo vices pro verificar que illo es " +"scribite correctemente." + +#: templates/registration/password_reset_confirm.html:23 +msgid "New password:" +msgstr "Nove contrasigno:" + +#: templates/registration/password_reset_confirm.html:25 +msgid "Confirm password:" +msgstr "Confirma contrasigno:" + +#: templates/registration/password_reset_confirm.html:31 +msgid "Password reset unsuccessful" +msgstr "Reinitialisation de contrasigno fallite" + +#: templates/registration/password_reset_confirm.html:33 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Le ligamine pro le reinitialisation del contrasigno esseva invalide, forsan " +"perque illo ha jam essite usate. Per favor submitte un nove demanda de " +"reinitialisation del contrasigno." + +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 +msgid "Password reset successful" +msgstr "Contrasigno reinitialisate con successo" + +#: templates/registration/password_reset_done.html:17 +msgid "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." +msgstr "" + +#: templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "Per favor va al sequente pagina pro eliger un nove contrasigno:" + +#: templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "Tu nomine de usator, in caso que tu lo ha oblidate:" + +#: templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "Gratias pro usar nostre sito!" + +#: templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "Le equipa de %(site_name)s" + +#: templates/registration/password_reset_form.html:17 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Reset my password" +msgstr "Reinitialisar mi contrasigno" + +#: templatetags/admin_list.py:344 +msgid "All dates" +msgstr "Tote le datas" + +#: views/main.py:33 +msgid "(None)" +msgstr "(Nulle)" + +#: views/main.py:76 +#, python-format +msgid "Select %s" +msgstr "Selige %s" + +#: views/main.py:78 +#, python-format +msgid "Select %s to change" +msgstr "Selige %s a modificar" diff --git a/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..515c3b5ef30df8fcbd406196a01d1c59174f50be Binary files /dev/null and b/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000000000000000000000000000000000..867b6436988ca453fbaab1a9731ffe2dcb1cb91d --- /dev/null +++ b/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po @@ -0,0 +1,182 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2012-04-27 21:43+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: static/admin/js/SelectFilter2.js:45 +#, c-format +msgid "Available %s" +msgstr "%s disponibile" + +#: static/admin/js/SelectFilter2.js:46 +#, c-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ecce le lista de %s disponibile. Tu pote seliger alcunes in le quadro " +"sequente; postea clicca le flecha \"Seliger\" inter le duo quadros." + +#: static/admin/js/SelectFilter2.js:53 +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scribe in iste quadro pro filtrar le lista de %s disponibile." + +#: static/admin/js/SelectFilter2.js:57 +msgid "Filter" +msgstr "Filtrar" + +#: static/admin/js/SelectFilter2.js:61 +msgid "Choose all" +msgstr "Seliger totes" + +#: static/admin/js/SelectFilter2.js:61 +#, c-format +msgid "Click to choose all %s at once." +msgstr "Clicca pro seliger tote le %s immediatemente." + +#: static/admin/js/SelectFilter2.js:67 +msgid "Choose" +msgstr "Seliger" + +#: static/admin/js/SelectFilter2.js:69 +msgid "Remove" +msgstr "Remover" + +#: static/admin/js/SelectFilter2.js:75 +#, c-format +msgid "Chosen %s" +msgstr "Le %s seligite" + +#: static/admin/js/SelectFilter2.js:76 +#, c-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ecce le lista de %s seligite. Tu pote remover alcunes per seliger los in le " +"quadro sequente e cliccar le flecha \"Remover\" inter le duo quadros." + +#: static/admin/js/SelectFilter2.js:80 +msgid "Remove all" +msgstr "Remover totes" + +#: static/admin/js/SelectFilter2.js:80 +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "Clicca pro remover tote le %s seligite immediatemente." + +#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seligite" +msgstr[1] "%(sel)s de %(cnt)s seligite" + +#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Il ha cambiamentos non salveguardate in certe campos modificabile. Si tu " +"exeque un action, iste cambiamentos essera perdite." + +#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Tu ha seligite un action, ma tu non ha salveguardate le cambiamentos in " +"certe campos. Per favor clicca OK pro salveguardar los. Tu debera re-exequer " +"le action." + +#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Tu ha seligite un action, e tu non ha facite cambiamentos in alcun campo. Tu " +"probabilemente cerca le button Va e non le button Salveguardar." + +#: static/admin/js/calendar.js:26 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" +"Januario Februario Martio April Maio Junio Julio Augusto Septembre Octobre " +"Novembre Decembre" + +#: static/admin/js/calendar.js:27 +msgid "S M T W T F S" +msgstr "D L M M J V S" + +#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 +#: static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "Monstrar" + +#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "Celar" + +#: static/admin/js/admin/DateTimeShortcuts.js:49 +#: static/admin/js/admin/DateTimeShortcuts.js:85 +msgid "Now" +msgstr "Ora" + +#: static/admin/js/admin/DateTimeShortcuts.js:53 +msgid "Clock" +msgstr "Horologio" + +#: static/admin/js/admin/DateTimeShortcuts.js:81 +msgid "Choose a time" +msgstr "Selige un hora" + +#: static/admin/js/admin/DateTimeShortcuts.js:86 +msgid "Midnight" +msgstr "Medienocte" + +#: static/admin/js/admin/DateTimeShortcuts.js:87 +msgid "6 a.m." +msgstr "6 a.m." + +#: static/admin/js/admin/DateTimeShortcuts.js:88 +msgid "Noon" +msgstr "Mediedie" + +#: static/admin/js/admin/DateTimeShortcuts.js:92 +#: static/admin/js/admin/DateTimeShortcuts.js:204 +msgid "Cancel" +msgstr "Cancellar" + +#: static/admin/js/admin/DateTimeShortcuts.js:144 +#: static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Today" +msgstr "Hodie" + +#: static/admin/js/admin/DateTimeShortcuts.js:148 +msgid "Calendar" +msgstr "Calendario" + +#: static/admin/js/admin/DateTimeShortcuts.js:195 +msgid "Yesterday" +msgstr "Heri" + +#: static/admin/js/admin/DateTimeShortcuts.js:199 +msgid "Tomorrow" +msgstr "Deman" diff --git a/django/contrib/admin/locale/id/LC_MESSAGES/django.mo b/django/contrib/admin/locale/id/LC_MESSAGES/django.mo index ba642033c6e90d2b82a8943862d9033ac3adad7f..acb0ddd9d306f34cc0352e0b39b432fc88c71a16 100644 Binary files a/django/contrib/admin/locale/id/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/id/LC_MESSAGES/django.po b/django/contrib/admin/locale/id/LC_MESSAGES/django.po index 4553b8698208132f590996f67e301fda59930250..663e7e1a7d784968dd6f61570188ea74d898dac9 100644 --- a/django/contrib/admin/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/id/LC_MESSAGES/django.po @@ -1,35 +1,37 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. # rodin , 2011. +# , 2013. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-20 12:10+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "Berhasil menghapus %(count)d %(items)s." +msgstr "Sukes menghapus %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Tidak dapat menghapus %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Yakin?" @@ -38,257 +40,271 @@ msgstr "Yakin?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Hapus %(verbose_name_plural)s yang dipilih" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Semua" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ya" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Tidak" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Tidak diketahui" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Kapanpun" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hari ini" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Tujuh hari terakhir" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Bulan ini" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Tahun ini" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Masukkan nama pengguna dan sandi yang benar untuk akun staf. Perhatikan " -"besar/kecil huruf pada kedua isian berpengaruh." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Anda harus mengulangi proses masuk karena sesi Anda telah habis." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Nama akun Anda bukanlah alamat email. Cobalah dengan '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Aksi:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "waktu aksi" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id objek" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "representasi objek" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "jenis aksi" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "ganti pesan" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entri pencatatan" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entri pencatatan" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" ditambahkan." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" diubah - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" dihapus." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objek LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "None" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s diubah" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "dan" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ditambahkan." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s untuk %(name)s \"%(object)s\" diubah." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" dihapus." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Tidak ada bidang yang berubah." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" berhasil ditambahkan." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" berhasil ditambahkan. Anda dapat mengeditnya lagi di " +"bawah ini." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Anda boleh mengubahnya kembali di bawah." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Anda boleh menambahkan %s lagi di bawah." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" berhasil ditambahkan." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" berhasil diubah." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" berhasil ditambahkan. Anda dapat mengeditnya lagi di " -"bawah ini." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" berhasil diubah." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "Objek harus dipilih sebelum dimanipulasi. Tidak ada objek yang berubah." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Tidak ada aksi yang dipilih." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Tambahkan %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objek %(name)s dengan kunci utama %(key)r tidak ada." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Ubah %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Galat basis data" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s berhasil diubah." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s dipilih" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 dari %(cnt)s dipilih" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" berhasil dihapus." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Ubah riwayat: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Masuk" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administrasi situs" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administrasi %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Tanggal:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Waktu:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Cari" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Tambah Lagi" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Laman tidak ditemukan" @@ -297,42 +313,42 @@ msgstr "Laman tidak ditemukan" msgid "We're sorry, but the requested page could not be found." msgstr "Maaf, laman yang Anda minta tidak ditemukan." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Beranda" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Galat server" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Galat server (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Galat Server (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ada galat yang terjadi dan telah dilaporkan kepada administrator situs " -"melalui email untuk perbaikan secepatnya. Terima kasih atas pengertian Anda." +"Galat terjadi dan telah dilaporkan ke administrator situs lewat email untuk " +"diperbaiki. Terima kasih atas pengertiannya." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -355,7 +371,7 @@ msgstr "Pilih seluruh %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Bersihkan pilihan" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -365,22 +381,22 @@ msgid "Welcome," msgstr "Selamat datang," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentasi" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Ganti sandi" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Keluar" @@ -392,34 +408,34 @@ msgstr "Admin situs Django" msgid "Django administration" msgstr "Administrasi Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Tambah" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Riwayat" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Lihat di situs" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Perbaiki galat di bawah ini." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Tambahkan %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -436,12 +452,12 @@ msgstr "Prioritas pengurutan: %(priority_number)s" msgid "Toggle sorting" msgstr "Ubah pengurutan" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Hapus" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -452,7 +468,7 @@ msgstr "" "yang terkait, tetapi akun Anda tidak memiliki izin untuk menghapus objek " "dengan tipe berikut:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -461,7 +477,7 @@ msgstr "" "Menghapus %(object_name)s '%(escaped_object)s' memerlukan penghapusan objek " "terlindungi yang terkait sebagai berikut:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -470,16 +486,16 @@ msgstr "" "Yakin ingin menghapus %(object_name)s \"%(escaped_object)s\"? Semua objek " "lain yang terkait juga akan dihapus:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ya, tentu saja" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Hapus beberapa objek sekaligus" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +506,7 @@ msgstr "" "tetapi akun Anda tidak memiliki izin untuk menghapus objek dengan tipe " "berikut:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +515,7 @@ msgstr "" "Menghapus %(objects_name)s terpilih memerlukan penghapusan objek terlindungi " "yang terkait sebagai berikut:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +529,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Berdasarkan %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Model yang tersedia pada aplikasi %(name)s." +msgid "Models in the %(name)s application" +msgstr "Model pada aplikasi %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Ubah" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Anda tidak memiliki izin untuk mengubah apapun." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Aktivitas Terbaru" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Aktivitas Saya" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Tidak ada yang tersedia" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Konten tidak diketahui" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -551,31 +567,27 @@ msgstr "" "Ada masalah dengan instalasi basis data Anda. Pastikan tabel yang sesuai " "pada basis data telah dibuat dan dapat dibaca oleh pengguna yang benar." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Nama pengguna:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Sandi:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Lupa nama pengguna atau sandi?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Tanggal/waktu" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Pengguna" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Aksi" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -630,64 +642,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Masukkan nama pengguna dan sandi." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Masukkan sandi baru untuk pengguna %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Sandi" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Sandi (ulangi)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Masukkan sandi yang sama dengan di atas, untuk verifikasi." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Hapus" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Tambahkan %(verbose_name)s lagi" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Hapus" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Hapus?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Terima kasih telah menggunakan situs ini hari ini." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Masuk kembali" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Ubah sandi" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Sandi berhasil diubah" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Sandi Anda telah diubah." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -695,46 +707,46 @@ msgstr "" "Dengan alasan keamanan, masukkan sandi lama Anda dua kali untuk memastikan " "Anda tidak salah mengetikkannya." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Sandi lama" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Sandi baru" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Ubah sandi saya" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Setel ulang sandi" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Sandi telah disetel ulang" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Sandi Anda telah diperbarui. Silakan masuk." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Konfirmasi penyetelan ulang sandi" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Masukkan sandi baru" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -742,19 +754,19 @@ msgstr "" "Masukkan sandi baru dua kali untuk memastikan Anda tidak salah " "mengetikkannya." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Sandi baru:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Konfirmasi sandi:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Penyetelan ulang sandi gagal" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -763,27 +775,27 @@ msgstr "" "tersebut telah dipakai sebelumnya. Ajukan permintaan penyetelan sandi sekali " "lagi." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Penyetelan ulang sandi berhasil" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Kami telah mengirimkan panduan untuk menyetel ulang sandi Anda melalui " -"alamat email yang Anda masukkan. Sesaat lagi Anda akan menerima emailnya." +"Kami telah mengirimkan email berisi petunjuk untuk menyetel ulang sandi pada " +"alamat email yang Anda masukkan. Petunjuknya akan sampai dalam beberapa saat." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Anda menerima email ini karena Anda meminta penyetelan ulang sandi akun " -"pengguna Anda di %(site_name)s." +"Anda menerima email ini karena Anda meminta penyetelan ulang sandi untuk " +"akun pengguna di %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -802,36 +814,36 @@ msgstr "Terima kasih telah menggunakan situs kami!" msgid "The %(site_name)s team" msgstr "Tim %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Lupa sandinya? Masukkan alamat email Anda di bawah ini dan kami akan " -"mengirimkan panduan untuk mendapatkan sandi baru." +"Lupa sandinya? Masukkan alamat email Anda di bawah ini agar kami dapat " +"mengirimkan petunjuk untuk menyetel ulang sandinya." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "Alamat email:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Setel ulang sandi saya" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Semua tanggal" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Tidak ada)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Pilih %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Pilih %s untuk diubah" diff --git a/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo index 8aa8502e28865afe4a532683a208ad6428ab6e80..6766a16860cfeb3143376a3a4cee197702ed4725 100644 Binary files a/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po index 9f17214a51d425952bfe0d3d70db4a7cb44c07f6..aef012f602751b127b4f2ac858aeba9a1fc23380 100644 --- a/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/is/LC_MESSAGES/django.mo b/django/contrib/admin/locale/is/LC_MESSAGES/django.mo index 2a56f80c2a885e65f907b6906d00e7dc80114df2..74b6db2aab30454f5f67fefcac35c897b6eb170f 100644 Binary files a/django/contrib/admin/locale/is/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/is/LC_MESSAGES/django.po b/django/contrib/admin/locale/is/LC_MESSAGES/django.po index a08d274f18a3b046c796fb82242d35a9dca3ebb2..dd5f2296de2b789e84c3438d28b32981d23663e1 100644 --- a/django/contrib/admin/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/is/LC_MESSAGES/django.po @@ -7,28 +7,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-19 14:41+0000\n" -"Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Eyddi %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Get ekki eytt %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Ertu viss?" @@ -37,170 +37,175 @@ msgstr "Ertu viss?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Eyða völdum %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Allt" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Já" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nei" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Óþekkt" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Allar dagsetningar" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Dagurinn í dag" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Síðustu 7 dagar" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Þessi mánuður" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Þetta ár" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Vinsamlegast sláðu inn rétt notandanafn og lykilorð fyrir aðgang " -"starfsmanns. Athugaðu að há- og lágstafir skipta máli í báðum reitum." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Vinsamlegast skráðu þig inn aftur vegna þess að setan þín rann út. " -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Tölvupóstfangið þitt er ekki notandanafnið þitt. Prófaðu '%s' í staðinn." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Aðgerð:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "tími aðgerðar" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "kenni hlutar" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "framsetning hlutar" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "aðgerðarveifa" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "breyta skilaboði" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "kladdafærsla" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "kladdafærslur" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" bætt við." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Breytti \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Eyddi \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry hlutur" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ekkert" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Breytti %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "og" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Bætti við %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Breytti %(list)s fyrir %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Eyddi %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Engum reitum breytt." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s „%(obj)s“ var bætt við." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s „%(obj)s“ hefur verið bætt við. Þú getur breytt því aftur að neðan." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Þú getur breytt því aftur að neðan." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Þú getur bætt öðru %s við að neðan." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s „%(obj)s“ var bætt við." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s „%(obj)s“ hefur verið breytt." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s „%(obj)s“ hefur verið bætt við. Þú getur breytt því aftur að neðan." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s „%(obj)s“ hefur verið breytt." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,89 +213,97 @@ msgstr "" "Hlutir verða að vera valdir til að framkvæma aðgerðir á þeim. Engu hefur " "verið breytt." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Engin aðgerð valin." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Bæta við %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s hlutur með lykilinn %(key)r er ekki til." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Breyta %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Gagnagrunnsvilla" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s var breytt." msgstr[1] "%(count)s %(name)s var breytt." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "Allir %(total_count)s valdir" msgstr[1] "Allir %(total_count)s valdir" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 af %(cnt)s valin" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s „%(obj)s“ var eytt." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Breytingarsaga: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Skrá inn" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Vefstjóri" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s vefstjórn" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dagsetning:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Tími:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Fletta upp" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Bæta við öðru" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Síða fannst ekki" @@ -299,42 +312,40 @@ msgstr "Síða fannst ekki" msgid "We're sorry, but the requested page could not be found." msgstr "Því miður fannst umbeðin síða ekki." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Heim" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Kerfisvilla" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Kerfisvilla (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Kerfisvilla (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Villa hefur komið upp. Hún hefur verið tilkynnt vefstjórunum með tölvupósti " -"og verður örugglega löguð fljótlega. Við þökkum þolinmæðina." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -357,7 +368,7 @@ msgstr "Velja alla %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Hreinsa val" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,22 +378,22 @@ msgid "Welcome," msgstr "Velkomin(n)," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Skjölun" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Breyta lykilorði" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Skrá út" @@ -394,35 +405,35 @@ msgstr "Django vefstjóri" msgid "Django administration" msgstr "Django vefstjórn" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Bæta við" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Saga" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Skoða á vef" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Vinsamlegast leiðréttu villuna hér að neðan:" msgstr[1] "Vinsamlegast leiðréttu villurnar hér að neðan:" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Bæta við %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Sía" @@ -439,12 +450,12 @@ msgstr "Forgangur röðunar: %(priority_number)s" msgid "Toggle sorting" msgstr "Röðun af/á" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Eyða" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -454,7 +465,7 @@ msgstr "" "Eyðing á %(object_name)s „%(escaped_object)s“ hefði í för með sér eyðingu á " "tengdum hlutum en þú hefur ekki réttindi til að eyða eftirfarandi hlutum:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -463,7 +474,7 @@ msgstr "" "Að eyða %(object_name)s ' %(escaped_object)s ' þyrfti að eyða eftirfarandi " "tengdum hlutum:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -472,16 +483,16 @@ msgstr "" "Ertu viss um að þú viljir eyða %(object_name)s „%(escaped_object)s“? Öllu " "eftirfarandi verður eytt:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Já ég er viss." -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Eyða mörgum hlutum." -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -491,7 +502,7 @@ msgstr "" "Að eyða völdu %(objects_name)s leiðir til þess að skyldum hlutum er eytt, en " "þinn aðgangur hefur ekki réttindi til að eyða eftirtöldum hlutum:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -500,7 +511,7 @@ msgstr "" "Að eyða völdum %(objects_name)s myndi leiða til þess að eftirtöldum skyldum " "hlutum yrði eytt:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -514,36 +525,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Eftir %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Líkön sem eru hluti af %(name)s forritinu." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Breyta" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Þú hefur ekki réttindi til að breyta neinu" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Nýlegar aðgerðir" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mínar aðgerðir" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Engin fáanleg" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Óþekkt innihald" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -552,31 +563,27 @@ msgstr "" "Eitthvað er að gagnagrunnsuppsetningu. Gakktu úr skuggum um að allar töflur " "séu til staðar og að notandinn hafi aðgang að grunninum." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Notandanafn:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Lykilorð:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Gleymt notandanafn eða lykilorð?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dagsetning/tími" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Notandi" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Aðgerð" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -632,64 +639,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Sláðu inn notandanafn og lykilorð." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Settu inn nýtt lykilorð fyrir notandann %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Lykilorð" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Lykilorð (aftur)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Settu inn sama lykilorðið aftur til staðfestingar." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Fjarlægja" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Bæta við öðrum %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Fjarlægja" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Eyða?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Takk fyrir að verja tíma í vefsíðuna í dag." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Skráðu þig inn aftur" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Breyta lykilorði" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Breyting á lykilorði tókst" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Lykilorði þínu var breytt" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -698,46 +705,46 @@ msgstr "" "lykilorðið tvisvar inn svo að hægt sé að ganga úr skugga um að þú hafir ekki " "gert innsláttarvillu." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Gamalt lykilorð" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nýtt lykilorð" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Breyta lykilorðinu mínu" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Endurstilla lykilorð" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Endurstilling lykilorðs tókst" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Lykilorðið var endurstillt. Þú getur núna skráð þig inn á vefsvæðið." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Staðfesting endurstillingar lykilorðs" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Settu inn nýtt lykilorð" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -745,19 +752,19 @@ msgstr "" "Vinsamlegast settu inn nýja lykilorðið tvisvar til að forðast " "innsláttarvillur." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nýtt lykilorð:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Staðfestu lykilorð:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Endurstilling á lykilorði mistókst" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -765,27 +772,23 @@ msgstr "" "Endurstilling lykilorðs tókst ekki. Slóðin var ógild. Hugsanlega hefur hún " "nú þegar verið notuð. Vinsamlegast biddu um nýja endurstillingu." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Endurstilling á lykilorði tókst" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Við sendum þér leiðbeiningar fyrir endurstillingu lykilorðs. " -"Leiðbeiningarnar ættu að berast til þín í tölvupósti fljótlega." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Þessi tölvupóstur barst þér þar sem þú baðst um nýtt lykilorð fyrir aðgang " -"þinn að %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -804,36 +807,34 @@ msgstr "Takk fyrir að nota vefinn okkar!" msgid "The %(site_name)s team" msgstr "%(site_name)s hópurinn" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Gleymdir þú lykilorðinu þínu? Sláðu tölvupóstfangið þitt inn að neðan og við " -"munum senda þér leiðbeiningar fyrir endurstillingu lykilorðs." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Tölvupóstfang:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Endursstilla lykilorðið mitt" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Allar dagsetningar" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ekkert)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Veldu %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Veldu %s til að breyta" diff --git a/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo index 519a61f89878add83c06a88d7792bc6f0a30fc02..24f2524af374d206f0d0bf3070bbc62475c041e2 100644 Binary files a/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po index 3627ee7b0eedabfc3f93982965ec058b5f14bf05..ee125c2267029ce5a7d4204cd2f3aed1268ac4eb 100644 --- a/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-20 00:23+0000\n" "Last-Translator: gudbergur \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/it/LC_MESSAGES/django.mo b/django/contrib/admin/locale/it/LC_MESSAGES/django.mo index e29507822907bacac3e670102a20fd3d1d49e731..1b44eec252cbf9563f5e1235a1722cdf0c034f41 100644 Binary files a/django/contrib/admin/locale/it/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/it/LC_MESSAGES/django.po b/django/contrib/admin/locale/it/LC_MESSAGES/django.po index 73065c693814ae586efbb31cca899e421617d9e3..038ec994202ea6f3fdc469f3e4b574c92b34880b 100644 --- a/django/contrib/admin/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/it/LC_MESSAGES/django.po @@ -3,33 +3,33 @@ # Translators: # Denis Darii , 2011. # Jannis Leidel , 2011. -# Nicola Larosa , 2011, 2012. +# Nicola Larosa , 2011-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 11:45+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Cancellati/e con successo %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Impossibile cancellare %(name)s " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Sei sicuro?" @@ -38,170 +38,184 @@ msgstr "Sei sicuro?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Cancella %(verbose_name_plural)s selezionati/e" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Tutti" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sì" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "No" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Sconosciuto" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Qualsiasi data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Oggi" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Ultimi 7 giorni" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Questo mese" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Quest'anno" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Inserisci nome utente e password corretti per un account di staff. Nota che " +"Inserisci %(username)s e password corretti per un account di staff. Nota che " "entrambi i campi distinguono maiuscole e minuscole." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Effettua di nuovo l'accesso, perché la tua sessione è scaduta." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Il nome utente non è costituito dall'indirizzo e-mail. Prova con '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Azione:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "momento dell'azione" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id dell'oggetto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "rappr. dell'oggetto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "flag di azione" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "messaggio di modifica" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "voce di log" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "voci di log" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Aggiunto \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Cambiato \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Cancellato \"%(object)s .\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Oggetto LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Nessuno" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s modificato/a." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "e" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Aggiunto/a %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Cambiato %(list)s per %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Cancellato/a %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nessun campo modificato." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" aggiunto/a correttamente." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" aggiunto/a correttamente. Puoi modificare ancora qui " +"sotto." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "È possibile modificare nuovamente qui sotto." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" è stato inserito correttamente. Puoi aggiungere un " +"altro %(name)s qui di seguito." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Puoi aggiungere un altro/a %s qui sotto." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" aggiunto/a correttamente." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" modificato/a correttamente." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" è stato modificato correttamente. Puoi modificarlo di " +"nuovo qui di seguito." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" aggiunto/a correttamente. Puoi modificare ancora qui " -"sotto." +"%(name)s \"%(obj)s\" è stato modificato correttamente. Puoi aggiungere un " +"altro %(name)s qui di seguito." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" modificato/a correttamente." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +223,97 @@ msgstr "" "Occorre selezionare degli oggetti per potervi eseguire azioni. Nessun " "oggetto è stato cambiato." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nessuna azione selezionata." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Aggiungi %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "L'oggetto %(name)s con chiave primaria %(key)r non esiste." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modifica %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Errore nel database" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s modificato/a correttamente." msgstr[1] "%(count)s %(name)s modificati/e correttamente." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s selezionato/a" msgstr[1] "Tutti i %(total_count)s selezionati/e" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 di %(cnt)s selezionati/e" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" cancellato/a correttamente." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Tracciato delle modifiche: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Accedi" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Amministrazione sito" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Amministrazione %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Ora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Consultazione" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Aggiungi un Altro" +#: widgets.py:316 +msgid "Currently:" +msgstr "Attualmente:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Modifica:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Pagina non trovata" @@ -300,42 +322,42 @@ msgstr "Pagina non trovata" msgid "We're sorry, but the requested page could not be found." msgstr "Spiacenti, ma la pagina richiesta non è stata trovata." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Pagina iniziale" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Errore del server" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Errore del server (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Errore del server (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "Si è verificato un errore. Gli amministratori del sito ne sono stati " -"informati via e-mail e verrà corretto a breve. Grazie per la tua pazienza." +"informati per email, e vi porranno rimedio a breve. Grazie per la pazienza." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +380,7 @@ msgstr "Seleziona tutti/e %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Annulla la selezione" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +390,22 @@ msgid "Welcome," msgstr "Benvenuto/a," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentazione" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Cambia la password" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Annulla l'accesso" @@ -395,35 +417,35 @@ msgstr "Ammin. sito Django" msgid "Django administration" msgstr "Amministrazione Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Aggiungi" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Storia" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Vedi sul sito" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Correggi l'errore qui sotto." msgstr[1] "Correggi gli errori qui sotto." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Aggiungi %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtra" @@ -440,12 +462,12 @@ msgstr "Priorità d'ordinamento: %(priority_number)s" msgid "Toggle sorting" msgstr "Abilita/disabilita ordinamento" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Cancella" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +478,7 @@ msgstr "" "cancellazione di oggetti collegati, ma questo account non ha i permessi per " "cancellare gli oggetti dei seguenti tipi:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +487,7 @@ msgstr "" "La cancellazione di %(object_name)s '%(escaped_object)s' richiederebbe " "l'eliminazione dei seguenti oggetti protetti correlati:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +496,16 @@ msgstr "" "Sicuro di voler cancellare %(object_name)s \"%(escaped_object)s\"? Tutti i " "seguenti oggetti collegati verranno cancellati:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sì, sono sicuro" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Cancella più oggetti" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -494,7 +516,7 @@ msgstr "" "oggetti correlati, ma il tuo account non dispone dell'autorizzazione a " "eliminare i seguenti tipi di oggetti:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -503,7 +525,7 @@ msgstr "" "Cancellare %(objects_name)s selezionato/a richiederebbe l'eliminazione dei " "seguenti oggetti protetti correlati:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -517,36 +539,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Per %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelli disponibili nell'applicazione %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modelli nell'applicazione %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modifica" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Non hai i privilegi per modificare alcunché." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Azioni Recenti" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Azioni Proprie" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nessuna disponibile" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Contenuto sconosciuto" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -556,31 +578,27 @@ msgstr "" "appropriate del database siano state create, e che il database sia leggibile " "dall'utente appropriato." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Nome utente:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Password:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Hai dimenticato la password o il nome utente?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/ora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Utente" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Azione" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -636,65 +654,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Inserisci il nome utente e password." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Inserisci una nuova password per l'utente %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Password" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Password (di nuovo)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Inserisci la stessa password inserita sopra, come verifica." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Elimina" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Aggiungi un/a altro/a %(verbose_name)s." -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Elimina" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Cancellare?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Grazie per aver speso il tuo tempo prezioso su questo sito oggi." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Accedi di nuovo" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Cambio password" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Cambio password avvenuto correttamente" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "La password è stata cambiata." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -702,46 +720,46 @@ msgstr "" "Inserisci la password attuale, per ragioni di sicurezza, e poi la nuova " "password due volte, per verificare di averla scritta correttamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Password attuale" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nuova password" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Modifica la mia password" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Reimposta la password" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Password reimpostata" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "La tua password è stata impostata. Ora puoi effettuare l'accesso." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Conferma reimpostazione password" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Inserisci la nuova password" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -749,19 +767,19 @@ msgstr "" "Inserisci la nuova password due volte, per verificare di averla scritta " "correttamente." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nuova password:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Conferma la password:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Password non reimpostata" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -769,27 +787,27 @@ msgstr "" "Il link per la reimpostazione della password non era valido, forse perché " "era già stato usato. Richiedi una nuova reimpostazione della password." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Password reimpostata correttamente" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Abbiamo inviato le istruzioni per impostare la tua password all'indirizzo e-" -"mail che hai fornito. Arriveranno a breve." +"Abbiamo inviato istruzioni per impostare la password all'indirizzo email che " +"hai indicato. Dovresti riceverle a breve." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Hai ricevuto questa e-mail perché avevi chiesto un reset della password per " -"l'account utente su %(site_name)s." +"Ricevi questa mail perché hai richiesto di reimpostare la password del tuo " +"account utente presso %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -808,36 +826,36 @@ msgstr "Grazie per aver usato il nostro sito!" msgid "The %(site_name)s team" msgstr "Il team di %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Password dimenticata? Inserisci il tuo indirizzo email qui sotto, e ti " -"invieremo per email le istruzioni per impostarne una nuova." +"invieremo istruzioni per impostarne una nuova." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Indirizzo e-mail:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Indirizzo email:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Reimposta la mia password" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Tutte le date" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Nessuno)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Scegli %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Scegli %s da modificare" diff --git a/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo index 329ce00798f96e6f5310b2dbea4989232f4bf3eb..9d924e512cad69a88d1f4ba360defc37ab814e78 100644 Binary files a/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po index bb39038519c092ea58e4beb5cbc3a82acb1cb453..dfc5829c975b7a3045a7b8783ccd3d980634a61a 100644 --- a/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo index e4dc87c22337448aac08cbbb6fa9d6d14df0ebf9..089d83d98637947ebff748b0b9578c4a253c907d 100644 Binary files a/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ja/LC_MESSAGES/django.po b/django/contrib/admin/locale/ja/LC_MESSAGES/django.po index 5f20b58ae22783995687c0789b70166c7ca3a71b..efb4cbe909fe91ab4d6426b0bd8a4bc769e53d2f 100644 --- a/django/contrib/admin/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ja/LC_MESSAGES/django.po @@ -8,28 +8,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 13:54+0000\n" -"Last-Translator: Shinya Okano \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d 個の %(items)sを削除しました。" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s が削除できません" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "よろしいですか?" @@ -38,256 +38,270 @@ msgstr "よろしいですか?" msgid "Delete selected %(verbose_name_plural)s" msgstr "選択された %(verbose_name_plural)s の削除" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "全て" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "はい" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "いいえ" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "不明" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "いつでも" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "今日" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "過去 7 日間" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "今月" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "今年" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"スタッフアカウントの正しいユーザー名とパスワードを入力してください。両方の" -"フィールドでは大文字と小文字が区別されることに注意してください。" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "" "再ログインしてください。ログインセッションが有効期間切れしてしまいました。" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "メールアドレスはユーザ名ではありません。 '%s' を試してみてください。" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "操作:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "操作時刻" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "オブジェクト ID" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "オブジェクトの文字列表現" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "操作種別" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "変更メッセージ" -#: models.py:30 +#: models.py:35 msgid "log entry" -msgstr "ログエントリ" +msgstr "ログエントリー" -#: models.py:31 +#: models.py:36 msgid "log entries" -msgstr "ログエントリ" +msgstr "ログエントリー" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" を追加しました。" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" を変更しました - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\"を削除しました。" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "ログエントリー オブジェクト" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "None" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s を変更しました。" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "と" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\"を追加しました。" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" の %(list)s を変更しました。" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" を削除しました。" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "変更はありませんでした。" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" を追加しました。続けて編集できます。" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" を追加しました。" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "続けて編集できます。" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "続けて別の %s を追加できます。" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" を変更しました。" -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" を追加しました。続けて編集できます。" - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "操作を実行するには、対象を選択する必要があります。何も変更されませんでした。" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "操作が選択されていません。" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s を追加" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "主キーが %(key)r である %(name)s オブジェクトは存在しません。" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s を変更" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "データベースエラー" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s 個の %(name)s を変更しました。" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s 個選択されました" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s個の内ひとつも選択されていません" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" を削除しました。" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "変更履歴: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ログイン" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "サイト管理" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s サイト管理" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "日付:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "時刻:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "検索" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "追加" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "ページが見つかりません" @@ -296,42 +310,40 @@ msgstr "ページが見つかりません" msgid "We're sorry, but the requested page could not be found." msgstr "申し訳ありませんが、お探しのページは見つかりませんでした。" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "ホーム" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" -msgstr "サーバエラー" +msgstr "サーバーエラー" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" -msgstr "サーバエラー (500)" +msgstr "サーバーエラー (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" -msgstr "サーバエラー (500)" +msgstr "サーバーエラー (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"エラーが発生しました。エラーをサイトの管理者にメールで報告しましたので、近い" -"うちに修正されるはずです。しばらくお待ちください。" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +366,7 @@ msgstr "%(total_count)s個ある%(module_name)s を全て選択" msgid "Clear selection" msgstr "選択を解除" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +376,22 @@ msgid "Welcome," msgstr "ようこそ" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "ドキュメント" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "パスワードの変更" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "ログアウト" @@ -391,36 +403,36 @@ msgstr "Django サイト管理" msgid "Django administration" msgstr "Django 管理サイト" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "追加" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "履歴" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "サイト上で表示" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "下記のエラーを修正してください。" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s を追加" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" -msgstr "フィルタ" +msgstr "フィルター" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" @@ -435,12 +447,12 @@ msgstr "ソート優先順位: %(priority_number)s" msgid "Toggle sorting" msgstr "昇順降順を切り替えます" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "削除" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,7 +463,7 @@ msgstr "" "除しようとしましたが、あなたのアカウントには以下のタイプのオブジェクトを削除" "するパーミッションがありません:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -460,7 +472,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' を削除するには以下の保護された関連オブ" "ジェクトを削除することになります:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -469,16 +481,16 @@ msgstr "" "%(object_name)s \"%(escaped_object)s\"を削除しますか? 関連づけられている以下" "のオブジェクトも全て削除されます:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "はい。" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "複数のオブジェクトを削除します" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -488,7 +500,7 @@ msgstr "" "選択した %(objects_name)s を削除すると関連するオブジェクトも削除しますが、あ" "なたのアカウントは以下のオブジェクト型を削除する権限がありません:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -497,7 +509,7 @@ msgstr "" "選択した %(objects_name)s を削除すると以下の保護された関連オブジェクトを削除" "することになります:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -511,69 +523,65 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s で絞り込む" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s アプリケーションで利用可能なモデル" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "変更" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "変更のためのパーミッションがありません。" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "最近行った操作" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "操作" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "利用不可" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "不明なコンテント" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" "データベースの設定に問題があるようです。適切なテーブルが作られていること、適" -"切なユーザでデータベースのデータを読み込めることを確認してください。" - -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "ユーザ名:" +"切なユーザーでデータベースのデータを読み込めることを確認してください。" -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "パスワード:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "パスワードまたはユーザ名を忘れましたか?" +msgstr "パスワードまたはユーザー名を忘れましたか?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "日付/時刻" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" -msgstr "ユーザ" +msgstr "ユーザー" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "操作" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -621,72 +629,72 @@ msgid "" "First, enter a username and password. Then, you'll be able to edit more user " "options." msgstr "" -"まずユーザ名とパスワードを登録してください。その後詳細情報が編集可能になりま" -"す。" +"まずユーザー名とパスワードを登録してください。その後詳細情報が編集可能になり" +"ます。" #: templates/admin/auth/user/add_form.html:8 msgid "Enter a username and password." -msgstr "ユーザ名とパスワードを入力してください。" +msgstr "ユーザー名とパスワードを入力してください。" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "%(username)sさんの新しいパスワードを入力してください。" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "パスワード" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "パスワード(確認用)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "確認のため、再度パスワードを入力してください。" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "削除" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "%(verbose_name)s の追加" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "削除" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "削除しますか?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ご利用ありがとうございました。" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "もう一度ログイン" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "パスワードの変更" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "パスワードを変更しました" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "あなたのパスワードは変更されました" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,64 +702,64 @@ msgstr "" "セキュリティ上の理由から元のパスワードの入力が必要です。新しいパスワードは正" "しく入力したか確認できるように二度入力してください。" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "元のパスワード" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "新しいパスワード" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "パスワードの変更" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "パスワードをリセット" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "パスワードがリセットされました" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "パスワードがセットされました。ログインしてください。" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "パスワードリセットの確認" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "新しいパスワードを入力してください" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "確認のために、新しいパスワードを二回入力してください。" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "新しいパスワード:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "新しいパスワード (確認用) :" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "パスワードのリセットに失敗しました" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -759,27 +767,23 @@ msgstr "" "パスワードリセットのリンクが不正です。おそらくこのリンクは既に使われていま" "す。もう一度パスワードリセットしてください。" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "パスワードをリセットしました" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"登録されているメールアドレスにパスワードリセットの方法を送信しました。まもな" -"く届くでしょう。" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"この電子メールは %(site_name)s でユーザーアカウントのパスワードのリセットを要" -"求したため送信されました。" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -787,7 +791,7 @@ msgstr "次のページで新しいパスワードを選んでください:" #: templates/registration/password_reset_email.html:8 msgid "Your username, in case you've forgotten:" -msgstr "あなたのユーザ名 (念のため):" +msgstr "あなたのユーザー名 (念のため):" #: templates/registration/password_reset_email.html:10 msgid "Thanks for using our site!" @@ -798,36 +802,34 @@ msgstr "ご利用ありがとうございました!" msgid "The %(site_name)s team" msgstr " %(site_name)s チーム" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"パスワードをお忘れですか?メールアドレスを入力してください。パスワードのリ" -"セット方法をメールでお知らせします。" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "メールアドレス" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "パスワードをリセット" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "いつでも" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(なし)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s を選択" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "変更する %s を選択" diff --git a/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo index 81234f5adef287d88f23cb391788587f3d9ed4e3..e18d4f4f82ccfe89c17a60579bfd87f6986ebb06 100644 Binary files a/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po index 483875a7438dd3e5e5b96b4d51cd7f5dd1cfa53b..1c017a7e576fa3b389229c05670d6a1a978b1f5a 100644 --- a/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 14:03+0000\n" -"Last-Translator: Shinya Okano \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-06-04 16:05+0000\n" +"Last-Translator: Yoichi Fujimoto \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -39,7 +39,7 @@ msgstr "使用可能な %s のリストを絞り込むには、このボック #: static/admin/js/SelectFilter2.js:57 msgid "Filter" -msgstr "フィルタ" +msgstr "フィルター" #: static/admin/js/SelectFilter2.js:61 msgid "Choose all" diff --git a/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo index df9e9aa65fcf7d597f4568ab4fed479328420cbe..25e56210ca7f1e5920c91c516d535bf0febb0fb3 100644 Binary files a/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ka/LC_MESSAGES/django.po b/django/contrib/admin/locale/ka/LC_MESSAGES/django.po index 64322c5879adfce0e32f2b129f2ed2f497f725d3..55df1fe504c3932bc21a9eab46e7aa1ceb9b5b5e 100644 --- a/django/contrib/admin/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ka/LC_MESSAGES/django.po @@ -7,28 +7,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s წარმატებით წაიშალა." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s ვერ იშლება" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "დარწმუნებული ხართ?" @@ -37,170 +37,176 @@ msgstr "დარწმუნებული ხართ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "არჩეული %(verbose_name_plural)s-ის წაშლა" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "ყველა" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "კი" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "არა" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "გაურკვეველი" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "ნებისმიერი თარიღი" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "დღეს" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "ბოლო 7 დღე" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "მიმდინარე თვე" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "მიმდინარე წელი" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "გთხოვთ, შეხვიდეთ კიდევ ერთხელ, რადგანაც თქვენი სესიის დრო ამოიწურა." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"ელ-ფოსტის მისამართი არ არის თქვენი მომხმარებლის სახელი. სცადეთ '%s' მის " -"ნაცვლად." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "მოქმედება:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "მოქმედების დრო" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "ობიექტის id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "ობიექტის წარმ." -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "მოქმედების დროშა" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "შეცვლის შეტყობინება" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "ლოგის ერთეული" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "ლოგის ერთეულები" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "არცერთი" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s შეცვლილია." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "და" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "დამატებულია %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "შეცვლილია %(list)s for %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "წაშლილია %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "არცერთი ველი არ შეცვლილა." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" წარმატებით დაემატა." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" წარმატებით დაემატა. შეგიძლიათ განაგრძოთ მისი " +"რედაქტირება." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "თქვენ შეგიძლიათ შეცვალოთ იგი." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "შეგიძლიათ დაამატოთ კიდევ ერთი %s." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" წარმატებით დაემატა." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" წარმატებით შეიცვალა." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" წარმატებით დაემატა. შეგიძლიათ განაგრძოთ მისი " -"რედაქტირება." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" წარმატებით შეიცვალა." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,87 +214,95 @@ msgstr "" "ობიექტებზე მოქმედებების შესასრულებლად ისინი არჩეული უნდა იყოს. არცერთი " "ობიექტი არჩეული არ არის." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "მოქმედება არჩეული არ არის." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "დავამატოთ %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s-ის ობიექტი პირველადი გასაღებით %(key)r არ არსებობს." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "შევცვალოთ %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "მონაცემთა ბაზის შეცდომა" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s წარმატებით შეიცვალა." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s-ია არჩეული" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s-დან არცერთი არჩეული არ არის" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" წარმატებით წაიშალა." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "ცვლილებების ისტორია: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "შესვლა" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "საიტის ადმინისტრირება" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s ადმინისტრირება" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "თარიღი;" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "დრო:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "ძიება" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "ახლის დამატება" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "გვერდი ვერ მოიძებნა" @@ -297,42 +311,40 @@ msgstr "გვერდი ვერ მოიძებნა" msgid "We're sorry, but the requested page could not be found." msgstr "უკაცრავად, მოთხოვნილი გვერდი ვერ მოიძებნა." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "საწყისი გვერდი" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "სერვერის შეცდომა" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "სერვერის შეცდომა (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "სერვერის შეცდომა (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"სისტემაში მოხდა შეცდომა. იგი გადაგზავნილია საიტის ადმინისტრატორის ელექტრონულ " -"ფოსტაზე და მალე გამოსწორდება. გმადლობთ მოთმინებისათვის." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -355,7 +367,7 @@ msgstr "ყველა %(total_count)s %(module_name)s-ის მონიშ msgid "Clear selection" msgstr "მონიშვნის გასუფთავება" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -365,22 +377,22 @@ msgid "Welcome," msgstr "კეთილი იყოს თქვენი მობრძანება," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "დოკუმენტაცია" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "პაროლის შეცვლა" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "გამოსვლა" @@ -392,34 +404,34 @@ msgstr "Django-ს ადმინისტრირების საიტი msgid "Django administration" msgstr "Django-ს ადმინისტრირება" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "დამატება" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "ისტორია" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "წარმოდგენა საიტზე" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "გთხოვთ, გაასწოროთ შეცდომები." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "დავამატოთ %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "ფილტრი" @@ -436,12 +448,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "წავშალოთ" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -452,7 +464,7 @@ msgstr "" "დაკავშირებული ობიექტების წაშლას, მაგრამ თქვენ არა გაქვთ შემდეგი ტიპების " "ობიექტების წაშლის უფლება:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -461,7 +473,7 @@ msgstr "" "%(object_name)s ტიპის '%(escaped_object)s' ობიექტის წაშლა მოითხოვს ასევე " "შემდეგი დაკავშირებული ობიექტების წაშლას:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -470,16 +482,16 @@ msgstr "" "ნამდვილად გსურთ, წაშალოთ %(object_name)s \"%(escaped_object)s\"? ყველა " "ქვემოთ მოყვანილი დაკავშირებული ობიექტი წაშლილი იქნება:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "კი, ნამდვილად" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "რამდენიმე ობიექტის წაშლა" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -489,7 +501,7 @@ msgstr "" "%(objects_name)s ტიპის ობიექტის წაშლა ითხოვს ასევე შემდეგი ობიექტების " "წაშლას, მაგრამ თქვენ არ გაქვთ ამის ნებართვა:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -498,7 +510,7 @@ msgstr "" "არჩეული %(objects_name)s ობიექტის წაშლა მოითხოვს ასევე შემდეგი დაცული " "დაკავშირეული ობიექტების წაშლას:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -512,36 +524,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s მიხედვით " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s აპლიკაციაში არსებული მოდელები." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "შეცვლა" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "თქვენ არა გაქვთ რედაქტირების უფლება." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "ბოლო მოქმედებები" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "ჩემი მოქმედებები" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "არ არის მისაწვდომი" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "უცნობი შიგთავსი" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -551,31 +563,27 @@ msgstr "" "ბაზის შესაბამისი ცხრილები შექმნილია, და მონაცემთა ბაზის წაკითხვა შეუძლია " "შესაბამის მომხმარებელს." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "მომხმარებლის სახელი:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "პაროლი:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "თარიღი/დრო" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "მომხმარებელი" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "მოქმედება" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -630,65 +638,65 @@ msgstr "" msgid "Enter a username and password." msgstr "შეიყვანეთ მომხმარებლის სახელი და პაროლი" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "შეიყვანეთ ახალი პაროლი მომხმარებლისათვის %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "პაროლი" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "პაროლი (განმეორებით)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "შეიყვანეთ იგივე პაროლი, დამოწმებისათვის." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "წაშლა" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "კიდევ ერთი %(verbose_name)s-ის დამატება" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "წაშლა" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "წავშალოთ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "გმადლობთ, რომ დღეს ამ საიტთან მუშაობას დაუთმეთ დრო." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ხელახლა შესვლა" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "პაროლის შეცვლა" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "პაროლი წარმატებით შეიცვალა" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "თქვენი პაროლი შეიცვალა." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -696,48 +704,48 @@ msgstr "" "გთხოვთ, უსაფრთხოების დაცვის მიზნით, შეიყვანოთ თქვენი ძველი პაროლი, შემდეგ კი " "ახალი პაროლი ორჯერ, რათა დარწმუნდეთ, რომ იგი შეყვანილია სწორად." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "ძველი პაროლი" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "ახალი პაროლი" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "შევცვალოთ ჩემი პაროლი" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "პაროლის აღდგენა" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "პაროლის აღდგენა დასრულებულია" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "თქვენი პაროლი დაყენებულია. ახლა შეგიძლიათ გადახვიდეთ შემდეგ გვერდზე და " "შეხვიდეთ სისტემაში." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "პაროლი შეცვლის დამოწმება" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "შეიყვანეთ ახალი პაროლი:" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -745,19 +753,19 @@ msgstr "" "გთხოვთ, შეიყვანეთ თქვენი ახალი პაროლი ორჯერ, რათა დავრწმუნდეთ, რომ იგი " "სწორად ჩაბეჭდეთ." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "ახალი პაროლი:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "პაროლის დამოწმება:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "პაროლის აღდგენა წარუმატებლად დასრულდა" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -765,23 +773,21 @@ msgstr "" "პაროლის აღდგენის ბმული არასწორი იყო, შესაძლოა იმის გამო, რომ იგი უკვე ყოფილა " "გამოყენებული. გთხოვთ, კიდევ ერთხელ სცადოთ პაროლის აღდგენა." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "პაროლის აღდგენა წარმატებით დასრულდა" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"თქვენს მიერ მითითებულ საფოსტო ყუთზე გამოგიგზავნეთ ინსტრუქციები, თუ როგორ " -"უნდა დააყენოთ თქვენი პაროლი. წერილი მალე უნდა მიიღოთ." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -802,36 +808,34 @@ msgstr "გმადლობთ, რომ იყენებთ ჩვენ msgid "The %(site_name)s team" msgstr "%(site_name)s საიტის გუნდი" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"დაგავიწყდათ პაროლი? შეიყვანეთ თქვენი ელექტრონული ფოსტის მისამართი ამ ველში, " -"ჩვენ გამოგიგზავნით ინსტრუქციებს, როგორ დააყენოთ ახალი." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ელ. ფოსტა:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "აღვადგინოთ ჩემი პაროლი" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "ყველა თარიღი" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "ავირჩიოთ %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "აირჩიეთ %s შესაცვლელად" diff --git a/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo index 455baa1d905b29d61fc9b6d51d5c23ca645f8731..f8956f0fa506df222e2e21b5ea89a171b5092bf6 100644 Binary files a/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po index 9165f819e8e7956e7d58b10b7563efec67b66647..8f369fca4adb47e11b78b4db094d3ef11fcdfbb8 100644 --- a/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo b/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo index f097e1d5d1771eeab56d7084c9e216739964f0cc..03a514a5cde64996f007b200e91dc067a4937fc2 100644 Binary files a/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/kk/LC_MESSAGES/django.po b/django/contrib/admin/locale/kk/LC_MESSAGES/django.po index 8049b561ad5f8189149b63b61959b1dc88e5e23c..6bdf10017a6f6edd549c9ea9190da33c236a19f0 100644 --- a/django/contrib/admin/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/kk/LC_MESSAGES/django.po @@ -7,28 +7,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Таңдалған %(count)d %(items)s элемент өшірілді." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s өшіре алмайды" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Сенімдісіз бе?" @@ -37,198 +37,204 @@ msgstr "Сенімдісіз бе?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Таңдалған %(verbose_name_plural)s өшірілді" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Барлығы" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Иә" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Жоқ" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Белгісіз" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Кез келген күн" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Бүгін" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Өткен 7 күн" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Осы ай" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Осы жыл" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Сіздің сессия уақытыңыз өтіп кентті, өтініш, қайты кіріп көріңіз," -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Сіздің e-mail адресіңіз қолданушы атымен сәйкес келмейді, орнына '%s'-ды " -"жазып көріңіз." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Әрекет:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "әрекет уақыты" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "объекттің id-i" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "объекттің repr-i" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "әрекет белгісі" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "хабарламаны өзгерту" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "Жорнал жазуы" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "Жорнал жазулары" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ешнәрсе" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s өзгертілді." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "және" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" қосылды." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "\"%(object)s\" %(name)s-нің %(list)s өзгертілді." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" өшірілді." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ешқандай толтырма өзгермеді." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" сәтті қосылды. Оны төменде өзгерте аласыз." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" сәтті қосылды." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Төменде сіз қайта өзгерте аласыз." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Төменнен басқа %s қоса аласыз." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" сәтті өзгертілді." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" сәтті қосылды. Оны төменде өзгерте аласыз." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "Бірнәрсені өзгерту үшін бірінші оларды таңдау керек. Ешнәрсе өзгертілмеді." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Ешқандай әрекет таңдалмады." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s қосу" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Бірінші кілті %(key)r бар %(name)s объекті жоқ." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s өзгету" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Мәліметтер базасының қатесі" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -237,7 +243,7 @@ msgstr[0] "" "\n" "other: %(count)s %(name)s таңдалғандарының барі өзгертілді." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -246,52 +252,60 @@ msgstr[0] "" "\n" "other: Барлығы %(total_count)s таңдалды" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 of %(cnt)s-ден 0 таңдалды" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" сәтті өшірілді." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Өзгерес тарихы: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Кіру" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Сайт әкімшілігі" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s әкімшілігі" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Күнтізбелік күн:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Уақыт:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Іздеу" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Тағы қосу" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Бет табылмады" @@ -300,42 +314,40 @@ msgstr "Бет табылмады" msgid "We're sorry, but the requested page could not be found." msgstr "Кешірім сұраймыз, сіздің сұраған бетіңіз табылмады." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Негізгі" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Сервердің қатесі" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Сервердің қатесі (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Сервердің қатесі (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Қате пайда болды, бүл қате e-mail арқылы сайт әкімшілігіне жіберілді және " -"тез арада түзетіледі. Сізге бізді түсінгеніңіз үшін рахмет." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +370,7 @@ msgstr "Осылардың %(total_count)s %(module_name)s барлығын та msgid "Clear selection" msgstr "Белгілерді өшіру" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +380,22 @@ msgid "Welcome," msgstr "Қош келдіңіз," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Құжаттама" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Құпия сөзді өзгерту" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Шығу" @@ -395,36 +407,36 @@ msgstr "Даңғо сайтының әкімі" msgid "Django administration" msgstr "Даңғо әкімшілігі" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Қосу" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Тарих" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Сайтта көру" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "" "one: Астындағы қатені дұрыстаңыз.\n" "other: Астындағы қателерді дұрыстаңыз." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s қосу" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Сүзгіз" @@ -441,12 +453,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Өшіру" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +468,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' объектты өшіруы байланысты объекттерін " "өшіруді қажет етеді, бырақ сізде осындай объектерді өшіру рұқсаты жоқ:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +477,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' объектті өшіру осындай байлансты " "объекттерды өшіруді қажет етеді:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +486,16 @@ msgstr "" "%(object_name)s \"%(escaped_object)s\" объекттерді өшіруге сенімдісіз бе? " "Бұл байланысты элементтер де өшіріледі:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Иә, сенімдімін" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Бірнеше объекттерді өшіру" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +505,7 @@ msgstr "" "%(objects_name)s объектты өшіруы байланысты объекттерін өшіруді қажет етеді, " "бырақ сізде осындай объектерді өшіру рұқсаты жоқ:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +514,7 @@ msgstr "" "Таңдалған %(objects_name)s-ді(ы) өшіру, онымен байланыстағы қорғалған " "объектілердің барлығын жояды:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +528,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s бағдарламадағы қол жетімді улгілер." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Өзгетру" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Бірденке түзетуге рұқсатыңыз жоқ." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Соңғы әрекеттер" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Менің әрекеттерім" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Қол жетімдісі жоқ" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Белгісіз мазмұн" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -554,31 +566,27 @@ msgstr "" "Дерекқор орнатуыңызда бір қате бар. Дерекқор кестелері дұрыс құрылғаның және " "дерекқор көрсетілген дерекқор пайдаланушыда оқұ рұқсаты бар." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Қолданушы аты:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Құпия сөз:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Өшіру/Уақыт" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Қолданушы" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Әрекет" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -632,65 +640,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Пайдаланушының атын және құпия сөзді енгізіңіз." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "%(username)s пайдаланушы үшін жаңа құпия сөзді енгізіңіз." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Құпия сөз" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Құпия сөз(қайтадан)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Растау үшін жоғардағыдай құпия сөзді енгізіңіз." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Өшіру" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Тағы басқа %(verbose_name)s кос" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Өшіру" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Өшіру?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Бүгін Веб-торапқа уақыт бөлгеніңіз үшін рахмет." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Қайтадан кіріңіз" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Құпия сөзді өзгерту" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Құпия сөз сәтті өзгертілді" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Құпия сөзіңіз өзгертілді." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -698,64 +706,64 @@ msgstr "" "Ескі құпия сөзіңізді енгізіңіз, содан сон сенімді болу үшін жаңа құпия " "сөзіңізді екі рет енгізіңіз." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Ескі құпия сөз" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Жаңа құпия сөз" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Құпия сөзімді өзгерту" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Құпия сөзді өзгерту" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Құпия сөзді өзгерту бітті" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Сіздің құпия сөзіңіз енгізілді. Жүйеге кіруіңізге болады." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Құпия сөзді өзгерту растау" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Жаңа құпия сөзді енгізіңіз" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "Сенімді болу үшін жаңа құпия сөзіңізді екі рет енгізіңіз." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Жаңа құпия сөз:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Құпия сөз (растау):" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Құпия сөзді өзгертуы сәтсіз аяқталды" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -763,27 +771,23 @@ msgstr "" "Құпия сөзді өзгерту байланыс дұрыс емес, мүмкін ол осыған дейін " "пайдаланылды. Жаңа құпия сөзді өзгерту сұрау жіберіңіз." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Құпия сөз сәтті өзгертілді" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Енгізген e-mail адреске құпия сөзді өзгерту нұскаларын жібердік. Жақын арада " -"алуыңыз тиіс." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Сіз %(site_name)s сайтындағы ұяшығыңыздың құпия сөзін өзгертуге сұраныс " -"жібергендіктен, бұл e-mail-ді алып отырсыз." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -802,36 +806,34 @@ msgstr "Біздің веб-торабын қолданғаныңыз үшін msgid "The %(site_name)s team" msgstr "%(site_name)s тобы" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Құпия сөзді ұмытып қалдыңыз ба? Астыға email адресті енгізіңіз, содан кейін " -"біз оған құпия сөзді өзгерту нұскаларын жібереміз." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mail адрес:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Құпия сөзді жаңала" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Барлық мерзімдер" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ешнарсе)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s таңда" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s өзгерту үщін таңда" diff --git a/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo index 828a49a71b98134287f69c4005812b48c1ee65b7..d6810f73f21866ea31a69eb6db0d0c4c8f85f270 100644 Binary files a/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po index c9c9529c24f07617a95bad7f683e93f46c021cf5..9cc0abdf3bb39ec0c9926f72ddff0750b1aa5944 100644 --- a/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po @@ -9,13 +9,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Nurlan Rakhimzhanov \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/km/LC_MESSAGES/django.mo b/django/contrib/admin/locale/km/LC_MESSAGES/django.mo index 9017dee613a4ae099a9fdb583cd71316072632de..b76acd6b1f8acc90c52197dfa3cca6d9b933e54d 100644 Binary files a/django/contrib/admin/locale/km/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/km/LC_MESSAGES/django.po b/django/contrib/admin/locale/km/LC_MESSAGES/django.po index 5be670310c96cfe5234753ec2928210ac1c5daf7..ad03433d64ce0f9bb55b3a4cc777bb8b30ead80f 100644 --- a/django/contrib/admin/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/km/LC_MESSAGES/django.po @@ -6,27 +6,27 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "តើលោកអ្នកប្រាកដទេ?" @@ -35,254 +35,270 @@ msgstr "តើលោកអ្នកប្រាកដទេ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "ទាំងអស់" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "យល់ព្រម" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "មិនយល់ព្រម" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "មិន​ដឹង" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "កាល​បរិច្ឆេទណាមួយ" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "ថ្ងៃនេះ" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "៧​ថ្ងៃ​កន្លង​មក" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "ខែ​នេះ" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "ឆ្នាំ​នេះ" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "អ៊ីមែលរបស់លោកអ្នក មិនអាចធ្វើជា ឈ្មោះសមាជិកបានទេ ។ សូមសាកល្បងជាមួយ '%s'។" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "ពេលវេលាប្រតិបត្តិការ" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "លេខ​សំគាល់​កម្មវិធី (object id)" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "object repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "សកម្មភាព" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "ផ្លាស់ប្តូរ" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "កំណត់ហេតុ" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "កំណត់ហេតុ" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "បានផ្លាស់ប្តូរ %s" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "និង" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "ពុំមានទិន្នន័យត្រូវបានផ្លាស់ប្តូរ។" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "ឈ្មោះកម្មវិធី %(name)s \"%(obj)s\" បានបញ្ជូលដោយជោគជ័យ​។" +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"ឈ្មោះកម្មវីធី %(name)s \"%(obj)s\" ត្រូវបានបន្ថែមដោយជោគជ័យ។" +" លោកអ្នកអាចផ្លាស់ប្តូរម្តងទៀតនៅខាងក្រោម។" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "សូមសាកល្បងកែប្រែម្តងទៀត។" +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "លោកអ្នកអាចបន្ថែម  %s ផ្សេងទៀតដូចខាងក្រោម។" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "ឈ្មោះកម្មវិធី %(name)s \"%(obj)s\" បានបញ្ជូលដោយជោគជ័យ​។" -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "កម្មវិធីឈ្មោះ %(name)s \"%(obj)s\" ត្រូវបានផ្លាស់ប្តូរដោយជោគជ័យ។" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"ឈ្មោះកម្មវីធី %(name)s \"%(obj)s\" ត្រូវបានបន្ថែមដោយជោគជ័យ។" -" លោកអ្នកអាចផ្លាស់ប្តូរម្តងទៀតនៅខាងក្រោម។" -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "កម្មវិធីឈ្មោះ %(name)s \"%(obj)s\" ត្រូវបានផ្លាស់ប្តូរដោយជោគជ័យ។" + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "បន្ថែម %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "ផ្លាស់ប្តូរ %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "ទិន្នន័យមូលដ្ឋានមានបញ្ហា" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "ឈ្មោះកម្មវិធី %(name)s \"%(obj)s\" ត្រូវបានលប់ដោយជោគជ័យ។" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "សកម្មភាពផ្លាស់ប្តូរកន្លងមក : %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ពិនិត្យចូល" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "ទំព័រគ្រប់គ្រង" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "កាលបរិច្ឆេទ" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "ម៉ោង" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "ទំព័រ​ដែល​លោកអ្នកចង់​រក​នេះពុំមាន​នៅក្នុងម៉ាស៊ីនរបស់យើងខ្ញុំទេ" @@ -291,41 +307,40 @@ msgstr "ទំព័រ​ដែល​លោកអ្នកចង់​រក​ msgid "We're sorry, but the requested page could not be found." msgstr "សួមអភ័យទោស ទំព័រ​ដែល​លោកអ្នកចង់​រក​នេះពុំមាន​នឹងក្នុងម៉ាស៊ីនរបស់យើងខ្ញុំទេ" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "គេហទំព័រ" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា (៥០០)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា  (៥០០)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"មានកំហុស។ កំហុសនេះត្រូវបានបញ្ជូនទៅកាន់អ្នកគ្រប់គ្រងគេហទំព័រនេះរួចហើយ។ សូមអភ័យទោសចំពោះបញ្ហានេះ។" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -348,7 +363,7 @@ msgstr "" msgid "Clear selection" msgstr "" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -358,22 +373,22 @@ msgid "Welcome," msgstr "សូមស្វាគមន៏" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "ឯកសារ" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "ចាកចេញ" @@ -385,34 +400,34 @@ msgstr "ទំព័រគ្រប់គ្រងរបស់ Django" msgid "Django administration" msgstr "ការ​គ្រប់គ្រង​របស់ ​Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "បន្ថែម" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "សកម្មភាព​កន្លង​មក" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "មើលនៅលើគេហទំព័រដោយផ្ទាល់" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "បន្ថែម %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "ស្វែងរកជាមួយ" @@ -429,12 +444,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "លប់" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -444,14 +459,14 @@ msgstr "" "ការលប់ %(object_name)s '%(escaped_object)s' អាចធ្វើអោយ​កម្មវិធីដែលពាក់​ព័ន្ធបាត់បង់ ។" " ក៏ប៉ន្តែលោកអ្នក​ពុំមាន​សិទ្ធិលប់​កម្មវិធី​ប្រភេទនេះទេ។" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -460,16 +475,16 @@ msgstr "" "តើលោកអ្នកប្រាកដជាចង់លប់ %(object_name)s \"%(escaped_object)s" "\"? ការលប់ %(object_name)s '%(escaped_object)s' អាចធ្វើអោយ​កម្មវិធីដែលពាក់​ព័ន្ធបាត់បង់។" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "ខ្ញុំច្បាស់​ជាចង់លប់" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -477,14 +492,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -496,36 +511,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "ដោយ​  %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "ម៉ូដែល (Models) មាននៅក្នុងកម្មវិធី %(name)s ។" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "ផ្លាស់ប្តូរ" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "លោកអ្នកពុំមានសិទ្ធិ ផ្លាស់​ប្តូរ ទេ។" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "សកម្មភាពបច្ចុប្បន្ន" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "សកម្មភាពរបស់ខ្ញុំ" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "គ្មាន" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -534,31 +549,27 @@ msgstr "" "មូលដ្ឋាន​ទិន្នន័យ​​​ របស់លោកអ្នក មានបញ្ហា។ តើ លោកអ្នកបាន បង្កើត តារាង​ របស់មូលដ្ឋានទិន្នន័យ​" " ហើយឬនៅ? តើ​ លោកអ្នកប្រាកដថាសមាជិកអាចអានមូលដ្ឋានទិន្នន័យនេះ​​បានឬទេ? " -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "ឈ្មោះសមាជិក" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "ពាក្យ​សំងាត់" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Date/time" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "សមាជិក" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "សកម្មភាព" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -611,147 +622,147 @@ msgstr "" msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "ពាក្យសំងាត់" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "ពាក្យសំងាត់ (ម្តងទៀត)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "សូមបំពេញពាក្យសំងាត់ដូចខាងលើ ដើម្បីត្រួតពិនិត្យ។ " -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "លប់ចេញ" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "លប់ចេញ" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "សូមថ្លែងអំណរគុណ ដែលបានចំណាយ ពេលវេលាដ៏មានតំលៃ របស់លោកអ្នកមកទស្សនាគេហទំព័ររបស់យើងខ្ញុំ" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ពិនិត្យចូលម្តងទៀត" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "ពាក្យសំងាត់បានផ្លាស់ប្តូរដោយជោគជ័យ" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "ពាក្យសំងាត់របស់លោកអ្នកបានផ្លាស់ប្តូរហើយ" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "ពាក្យសំងាត់បានកំណត់សារជាថ្មី" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "ពាក្យសំងាត់ថ្មី" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "បំពេញពាក្យសំងាត់ថ្មីម្តងទៀត" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "ពាក្យសំងាត់បានផ្លាស់ប្តូរដោយជោគជ័យ" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -772,34 +783,34 @@ msgstr "សូមអរគុណដែលបានប្រើប្រាស់ msgid "The %(site_name)s team" msgstr "ក្រុមរបស់គេហទំព័រ %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "អ៊ីមែល" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "កំណត់ពាក្យសំងាត់សារជាថ្មី" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "កាលបរិច្ឆេទទាំងអស់" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "ជ្រើសរើស %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "ជ្រើសរើស %s ដើម្បីផ្លាស់ប្តូរ" diff --git a/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo index e99adb3372a7f8004791b05dc8acbcf88c95fd00..9855b0ab89b4ef15dfd99984da0973f60d076433 100644 Binary files a/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po index 0be905586ba960406cbc1cc7f8adfcdf05815d6b..4b46f34fe2a7cb9118d9d0d4ea634c516d9b0ce1 100644 --- a/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po @@ -10,11 +10,11 @@ msgstr "" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo b/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo index e12910debafc1f8e15595a0416a338b5f66ec64c..e9eb0ae23e2ba1fdb472640e90e933797755b759 100644 Binary files a/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/kn/LC_MESSAGES/django.po b/django/contrib/admin/locale/kn/LC_MESSAGES/django.po index fdd0f9e5cc05f96e8f93f9c1c535f8453238f90b..e8cd66d5022d2b1165996d8b9a202d82b2a93c45 100644 --- a/django/contrib/admin/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/kn/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "ಖಚಿತಪಡಿಸುವಿರಾ? " @@ -36,254 +36,270 @@ msgstr "ಖಚಿತಪಡಿಸುವಿರಾ? " msgid "Delete selected %(verbose_name_plural)s" msgstr "" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "ಎಲ್ಲಾ" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "ಹೌದು" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "ಇಲ್ಲ" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "ಗೊತ್ತಿಲ್ಲ(ದ/ದ್ದು)" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "ಯಾವುದೇ ದಿನಾಂಕ" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "ಈದಿನ" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "ಕಳೆದ ೭ ದಿನಗಳು" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "ಈ ತಿಂಗಳು" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "ಈ ವರ್ಷ" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "ನಿಮ್ಮ ವಿ-ಅಂಚೆ ವಿಳಾಸವು ನಿಮ್ಮ ಬಳಕೆದಾರ-ಹೆಸರಲ್ಲ; ಬದಲಾಗಿ '%s' ಪ್ರಯತ್ನಿಸಿ." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "ಕ್ರಮದ(ಕ್ರಿಯೆಯ) ಸಮಯ" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "ವಸ್ತುವಿನ ಐಡಿ" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "ವಸ್ತು ಪ್ರಾತಿನಿಧ್ಯ" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "ಕ್ರಮದ(ಕ್ರಿಯೆಯ) ಪತಾಕೆ" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "ಬದಲಾವಣೆಯ ಸಂದೇಶ/ಸಂದೇಶ ಬದಲಿಸಿ" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "ಲಾಗ್ ದಾಖಲೆ" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "ಲಾಗ್ ದಾಖಲೆಗಳು" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s ಬದಲಾಯಿಸಲಾಯಿತು." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ಮತ್ತು" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "ಯಾವುದೇ ಅಂಶಗಳು ಬದಲಾಗಲಿಲ್ಲ." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr " %(name)s \"%(obj)s\" ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸೇರಿಸಲಾಯಿತು." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸೇರಿಸಲಾಯಿತು. ನೀವು ಕೆಳಗೆ ಅದನ್ನು ಮತ್ತೆ " +"ಬದಲಾಯಿಸಬಹುದು." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "ನೀವು ಅದನ್ನು ಕೆಳಗೆ ಮತ್ತೆ ಬದಲಾಯಿಸಬಹುದು." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "ನೀವು ಕೆಳಗೆ ಇನ್ನೊಂದು %s ಸೇರಿಸಬಹುದು." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr " %(name)s \"%(obj)s\" ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸೇರಿಸಲಾಯಿತು." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ಸಫಲವಾಗಿ ಬದಲಾಯಿಸಲಾಯಿತು." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸೇರಿಸಲಾಯಿತು. ನೀವು ಕೆಳಗೆ ಅದನ್ನು ಮತ್ತೆ " -"ಬದಲಾಯಿಸಬಹುದು." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" ಸಫಲವಾಗಿ ಬದಲಾಯಿಸಲಾಯಿತು." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s ಸೇರಿಸಿ" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s ಅನ್ನು ಬದಲಿಸು" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "ದತ್ತಸಂಚಯದ ದೋಷ" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" ಯಶಸ್ವಿಯಾಗಿ ಅಳಿಸಲಾಯಿತು." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "ಬದಲಾವಣೆಗಳ ಇತಿಹಾಸ: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ಒಳಗೆ ಬನ್ನಿ" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "ತಾಣ ನಿರ್ವಹಣೆ" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "ದಿನಾಂಕ:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "ಸಮಯ:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "ಪುಟ ಸಿಗಲಿಲ್ಲ" @@ -292,42 +308,40 @@ msgstr "ಪುಟ ಸಿಗಲಿಲ್ಲ" msgid "We're sorry, but the requested page could not be found." msgstr "ಕ್ಷಮಿಸಿ, ನೀವು ಕೇಳಿದ ಪುಟ ಸಿಗಲಿಲ್ಲ" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "ಸರ್ವರ್ ದೋಷ" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "ಸರ್ವರ್ ದೋಷ(೫೦೦)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "ಸರ್ವರ್ ದೋಷ(೫೦೦)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"ಇಲ್ಲಿ ಒಂದು ತಪ್ಪಾಗಿದೆ. ಅದನ್ನು ತಾಣದ ಆಡಳಿತಗಾರರಿಗೆ ವರದಿ ಮಾಡಲಾಗಿದ್ದು ಶೀಘ್ರದ್ದಲ್ಲಿ " -"ಸರಿಪಡಿಸಲಾಗುವದು. ನಿಮ್ಮ ತಾಳ್ಮೆಗೆ ಧನ್ಯವಾದಗಳು." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -350,7 +364,7 @@ msgstr "" msgid "Clear selection" msgstr "" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -360,22 +374,22 @@ msgid "Welcome," msgstr "ಸುಸ್ವಾಗತ." #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "ವಿವರಮಾಹಿತಿ" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "ಹೊರಕ್ಕೆ ಹೋಗಿ" @@ -387,34 +401,34 @@ msgstr "ಜಾಂಗೋ ತಾಣದ ಆಡಳಿತಗಾರರು" msgid "Django administration" msgstr "ಜಾಂಗೋ ಆಡಳಿತ" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "ಸೇರಿಸಿ" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "ಚರಿತ್ರೆ" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "ತಾಣದಲ್ಲಿ ನೋಡಿ" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s ಸೇರಿಸಿ" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "ಸೋಸಕ" @@ -431,12 +445,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "ಅಳಿಸಿಹಾಕಿ" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -447,30 +461,30 @@ msgstr "" "ಕಳೆದುಹೋಗುತ್ತವೆ. ಆದರೆ ನಿಮ್ಮ ಖಾತೆಗೆ ಕೆಳಕಂಡ ಬಗೆಗಳ ವಸ್ತುಗಳನ್ನು ತೆಗೆದುಹಾಕಲು " "ಅನುಮತಿಯಿಲ್ಲ." -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "ಹೌದು,ನನಗೆ ಖಚಿತವಿದೆ" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -478,14 +492,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -497,36 +511,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s ಇಂದ" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s ಅನ್ವಯಾಂಶದಲ್ಲಿ ಮಾಡೆಲ್ಲುಗಳು ಲಭ್ಯ." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "ಬದಲಿಸಿ/ಬದಲಾವಣೆ" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "ಯಾವುದನ್ನೂ ತಿದ್ದಲು ನಿಮಗೆ ಅನುಮತಿ ಇಲ್ಲ ." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "ಇತ್ತೀಚಿನ ಕ್ರಮಗಳು" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "ನನ್ನ ಕ್ರಮಗಳು" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "ಯಾವುದೂ ಲಭ್ಯವಿಲ್ಲ" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -535,31 +549,27 @@ msgstr "" "ಡಾಟಾಬೇಸನ್ನು ಇನ್ಸ್ಟಾಲ್ ಮಾಡುವಾಗ ಏನೋ ತಪ್ಪಾಗಿದೆ. ಸೂಕ್ತ ಡಾಟಾಬೇಸ್ ಕೋಷ್ಟಕಗಳು ರಚನೆಯಾಗಿ ಅರ್ಹ " "ಬಳಕೆದಾರರು ಅವುಗಳನ್ನು ಓದಬಹುದಾಗಿದೆಯೇ ಎಂಬುದನ್ನು ಖಾತರಿ ಪಡಿಸಿಕೊಳ್ಳಿ." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "ಬಳಕೆದಾರನ ಹೆಸರು:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "ಪ್ರವೇಶಪದ:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "ದಿನಾಂಕ/ಸಮಯ" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "ಬಳಕೆದಾರ" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "ಕ್ರಮ(ಕ್ರಿಯೆ)" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -613,64 +623,64 @@ msgstr "" msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "ಪ್ರವೇಶಪದ" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "ಪ್ರವೇಶಪದ(ಇನ್ನೊಮ್ಮೆ)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "ಖಚಿತಗೊಳಿಸಲು ಮೇಲಿನ ಪ್ರವೇಶಪದವನ್ನು ಇನ್ನೊಮ್ಮೆ ಬರೆಯಿರಿ." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "ತೆಗೆದು ಹಾಕಿ" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "ತೆಗೆದು ಹಾಕಿ" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ಈದಿನ ತಮ್ಮ ಅತ್ಯಮೂಲ್ಯವಾದ ಸಮಯವನ್ನು ನಮ್ಮ ತಾಣದಲ್ಲಿ ಕಳೆದುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ಮತ್ತೆ ಒಳಬನ್ನಿ" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "ಪ್ರವೇಶಪದ ಬದಲಾವಣೆ" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "ಪ್ರವೇಶಪದ ಬದಲಾವಣೆ ಯಶಸ್ವಿ" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "ನಿಮ್ಮ ಪ್ರವೇಶಪದ ಬದಲಾಯಿಸಲಾಗಿದೆ" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -678,84 +688,84 @@ msgstr "" "ಭದ್ರತೆಯ ದೃಷ್ಟಿಯಿಂದ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹಳೆಯ ಪ್ರವೇಶಪದವನ್ನು ಸೂಚಿಸಿರಿ. ಆನಂತರ ನೀವು ಸರಿಯಾಗಿ " "ಬರೆದಿದ್ದೀರೆಂದು ನಾವು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು ಹೊಸ ಪ್ರವೇಶಪದವನ್ನು ಎರಡು ಬಾರಿ ಬರೆಯಿರಿ." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" -msgstr "" +msgstr "ಹಳೆಯ ಪ್ರವೇಶಪದ" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" -msgstr "" +msgstr "ಹೊಸ ಪ್ರವೇಶಪದ" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "ನನ್ನ ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "ಪ್ರವೇಶಪದವನ್ನು ಬದಲಿಸುವಿಕೆ" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "ಹೊಸ ಪ್ರವೇಶಪದ:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "ಪ್ರವೇಶಪದವನ್ನು ಖಚಿತಪಡಿಸಿ:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "ಪ್ರವೇಶಪದದ ಮರುನಿರ್ಧಾರ ಸಾಧ್ಯವಾಗಿದೆ" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -776,34 +786,34 @@ msgstr "ನಮ್ಮ ತಾಣವನ್ನು ಬಳಸಿದ್ದಕ್ದಾ msgid "The %(site_name)s team" msgstr "%(site_name)s ತಂಡ" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ವಿ-ಅಂಚೆ ವಿಳಾಸ:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "ನನ್ನ ಪ್ರವೇಶಪದವನ್ನು ಮತ್ತೆ ನಿರ್ಧರಿಸಿ " -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "ಎಲ್ಲಾ ದಿನಾಂಕಗಳು" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s ಆಯ್ದುಕೊಳ್ಳಿ" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "ಬದಲಾಯಿಸಲು %s ಆಯ್ದುಕೊಳ್ಳಿ" diff --git a/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo index da0946919def2c6bb629f05fcf8f06b597b297ac..eb7d37a4e9f71b0e62ab3486332eb7520ef6d631 100644 Binary files a/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po index 724847f8dc43266eff8dca55542ef0712f4480cc..799abdc1f34f90fb4d3e9886b72eaa903032735e 100644 --- a/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: karthikbgl \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo index 9c0a47cf882a75ec408ee1b7cd28a6bb35249221..21151609ed1eb7dbaed3a275eb0aed1b5cce7f92 100644 Binary files a/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ko/LC_MESSAGES/django.po b/django/contrib/admin/locale/ko/LC_MESSAGES/django.po index f6ef08e802de53d84b94b317f829178a4e7bc994..0d4a6efd1ebd05bbffc30ae5ebed3fae188cce12 100644 --- a/django/contrib/admin/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ko/LC_MESSAGES/django.po @@ -7,28 +7,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jaehong Kim \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d개의 %(items)s (을)를 성공적으로 삭제하였습니다." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s를 삭제할 수 없습니다." -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "확실합니까?" @@ -37,166 +37,174 @@ msgstr "확실합니까?" msgid "Delete selected %(verbose_name_plural)s" msgstr "선택된 %(verbose_name_plural)s (을)를 삭제합니다." -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "모두" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "예" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "아니오" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "알 수 없습니다." -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "언제나" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "오늘" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "지난 7일" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "이번 달" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "이번 해" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "로그인 세션이 끊겼습니다. 다시 로그인 하세요." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "이메일 주소와 사용자명은 다릅니다. '%s'를 사용하세요." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "액션:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "액션 타임" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "오브젝트 아이디" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "오브젝트 표현" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "액션 플래그" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "메시지 변경" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "로그 엔트리" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "로그 엔트리" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "없음" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s (이)가 변경되었습니다." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "또한" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" (을)를 추가하였습니다." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s에 대한 %(name)s \"%(object)s\" (을)를 변경하였습니다." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" (을)를 삭제하였습니다." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "변경된 필드가 없습니다." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" (이)가 추가되었습니다. 계속해서 편집하세요." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" (이)가 추가되었습니다." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "계속해서 편집하실 수 있습니다." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "계속해서 다른 %s (을)를 추가하세요." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" (이)가 변경되었습니다." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" (이)가 추가되었습니다. 계속해서 편집하세요." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -204,87 +212,95 @@ msgstr "" "항목들에 액션을 적용하기 위해선 먼저 항목들이 선택되어 있어야 합니다. 아무 항" "목도 변경되지 않았습니다." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "액션이 선택되지 않았습니다." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s 추가" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Primary key %(key)r에 대한 오브젝트 %(name)s(이)가 존재하지 않습니다." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s 변경" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "데이터베이스 오류" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s개의 %(name)s(이)가 변경되었습니다." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "모두 %(total_count)s개가 선택되었습니다." -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s 중 아무것도 선택되지 않았습니다." -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\"(이)가 삭제되었습니다." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "변경 히스토리: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "로그인" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "사이트 관리" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s 사이트 관리" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "날짜:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "시각:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "찾아보기" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "하나 더 추가하기" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "해당 페이지가 없습니다." @@ -293,42 +309,40 @@ msgstr "해당 페이지가 없습니다." msgid "We're sorry, but the requested page could not be found." msgstr "죄송합니다, 요청하신 페이지를 찾을 수 없습니다." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "홈" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "서버 오류" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "서버 오류 (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "서버 오류 (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"오류가 발생했습니다. 사이트 관리자에게 이메일로 에러를 보고 했습니다. 조속히 " -"수정하도록 하겠습니다. 고맙습니다." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -351,7 +365,7 @@ msgstr "%(total_count)s개의 %(module_name)s 모두를 선택합니다." msgid "Clear selection" msgstr "선택을 해제합니다." -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -361,22 +375,22 @@ msgid "Welcome," msgstr "환영합니다," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "문서" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "비밀번호 변경" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "로그아웃" @@ -388,34 +402,34 @@ msgstr "Django 사이트 관리" msgid "Django administration" msgstr "Django 관리" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "추가" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "히스토리" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "사이트에서 보기" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "아래의 오류를 수정하십시오." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s 추가" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "필터" @@ -432,12 +446,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "삭제" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -448,7 +462,7 @@ msgstr "" "하고자 했으나, 지금 사용하시는 계정은 다음 타입의 오브젝트를 제거할 권한이 없" "습니다. :" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -457,7 +471,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s'를 삭제하려면 다음 보호상태의 연관 오브젝" "트를 삭제해야 합니다." -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -466,16 +480,16 @@ msgstr "" "정말로 %(object_name)s \"%(escaped_object)s\"(을)를 삭제하시겠습니까? 다음의 " "관련 항목들이 모두 삭제됩니다. :" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "네, 확실합니다." -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "여러 개의 오브젝트 삭제" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -485,7 +499,7 @@ msgstr "" "연관 오브젝트 삭제로 선택한 %(objects_name)s의 삭제 중, 그러나 당신의 계정은 " "다음 오브젝트의 삭제 권한이 없습니다. " -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -493,7 +507,7 @@ msgid "" msgstr "" "%(objects_name)s를 삭제하려면 다음 보호상태의 오브젝트를 삭제해야 합니다." -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -507,36 +521,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s (으)로" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s 어플리케이션으로 이용 가능한 모델" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "변경" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "수정할 권한이 없습니다." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "최근 액션" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "나의 액션" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "이용할 수 없습니다." -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "내용 형식이 지정되지 않았습니다." -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -545,31 +559,27 @@ msgstr "" "데이터베이스 설정에 문제가 발생했습니다. 해당 데이터베이스 테이블이 생성되었" "는지, 해당 유저가 데이터베이스를 읽어 들일 수 있는지 확인하세요." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "사용자명" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "비밀번호" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "날짜/시간" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "사용자" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "액션" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -623,64 +633,64 @@ msgstr "" msgid "Enter a username and password." msgstr "유저명과 암호를 입력하세요." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s 새로운 비밀번호를 입력하세요." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "비밀번호" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "비밀번호 (확인)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "확인을 위해 위와 동일한 비밀번호를 입력하세요. " -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "삭제하기" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "%(verbose_name)s 더 추가하기" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "삭제하기" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "삭제" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "사이트를 이용해 주셔서 고맙습니다." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "다시 로그인하기" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "비밀번호 변경" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "비밀번호를 변경하였습니다." -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "비밀번호가 변경되었습니다." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -688,46 +698,46 @@ msgstr "" "보안상 필요하오니 기존에 사용하시던 비밀번호를 입력해 주세요. 새로운 비밀번호" "는 정확히 입력했는지 확인할 수 있도록 두 번 입력하시기 바랍니다." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "기존 비밀번호:" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "새 비밀번호:" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "비밀번호 변경" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "비밀번호 초기화" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "비밀번호가 초기화 완료" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "비밀번호가 설정되었습니다. 이제 로그인하세요." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "비밀번호 초기화 확인" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "새 비밀번호 입력" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -735,19 +745,19 @@ msgstr "" "새로운 비밀번호를 정확히 입력했는지 확인할 수 있도록두 번 입력하시기 바랍니" "다." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "새로운 비밀번호:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "새로운 비밀번호(확인):" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "비밀번호가 초기화를 실패하였습니다." -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -755,24 +765,23 @@ msgstr "" "비밀번호 초기화 링크가 이미 사용되어 올바르지 않습니다.비밀번호 초기화을 다" "시 해주세요." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "비밀번호가 초기화되었습니다." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." -msgstr "새로운 비밀번호를 등록하신 이메일로 보내드렸습니다." +msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"당신의 계정 %(site_name)s에 대한 암호 초기화 요구로 본 e-mail을 받으셨습니다." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -791,36 +800,34 @@ msgstr "사이트를 이용해 주셔서 고맙습니다." msgid "The %(site_name)s team" msgstr "%(site_name)s 팀" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"비밀번호를 잊으셨나요? 아래에 메일 주소를 입력하시면, 새 비밀번호 설정 방법" -"을 안내하는 메일을 보내드립니다." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "이메일 주소:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "비밀번호 초기화" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "언제나" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(없음)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s 선택" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "변경할 %s 선택" diff --git a/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo index fb1dd173e0ef422f8866b778f4c7648d03917aa8..9eff6a37fee03c3f51b559c53952edadfbfdc6bb 100644 Binary files a/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po index f398a997c5f23f30b7b4c7744cc6e8f2e01f2acc..c1591f6d4e04eafdb040a836e1d5a3a4b2d7f646 100644 --- a/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jaehong Kim \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo b/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e7ab78d534971b5899bc38b50215cc3246f2f236 Binary files /dev/null and b/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/lb/LC_MESSAGES/django.po b/django/contrib/admin/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..2252ee71faa9b57ab4b0e269d630a47e5a653150 --- /dev/null +++ b/django/contrib/admin/locale/lb/LC_MESSAGES/django.po @@ -0,0 +1,810 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: actions.py:48 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#: actions.py:60 options.py:1347 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +#: actions.py:62 options.py:1349 +msgid "Are you sure?" +msgstr "" + +#: actions.py:83 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 +msgid "All" +msgstr "" + +#: filters.py:238 +msgid "Yes" +msgstr "Jo" + +#: filters.py:239 +msgid "No" +msgstr "" + +#: filters.py:253 +msgid "Unknown" +msgstr "Onbekannt" + +#: filters.py:308 +msgid "Any date" +msgstr "" + +#: filters.py:309 +msgid "Today" +msgstr "" + +#: filters.py:313 +msgid "Past 7 days" +msgstr "" + +#: filters.py:317 +msgid "This month" +msgstr "" + +#: filters.py:321 +msgid "This year" +msgstr "" + +#: forms.py:9 +#, 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:19 +msgid "Please log in again, because your session has expired." +msgstr "" + +#: helpers.py:23 +msgid "Action:" +msgstr "" + +#: models.py:24 +msgid "action time" +msgstr "" + +#: models.py:27 +msgid "object id" +msgstr "" + +#: models.py:28 +msgid "object repr" +msgstr "" + +#: models.py:29 +msgid "action flag" +msgstr "" + +#: models.py:30 +msgid "change message" +msgstr "" + +#: models.py:35 +msgid "log entry" +msgstr "" + +#: models.py:36 +msgid "log entries" +msgstr "" + +#: models.py:45 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#: models.py:47 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#: models.py:52 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +#: models.py:54 +msgid "LogEntry Object" +msgstr "" + +#: options.py:156 options.py:172 +msgid "None" +msgstr "" + +#: options.py:684 +#, python-format +msgid "Changed %s." +msgstr "" + +#: options.py:684 options.py:694 +msgid "and" +msgstr "" + +#: options.py:689 +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:693 +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:698 +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:702 +msgid "No fields changed." +msgstr "" + +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +#: options.py:951 options.py:1211 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +#: options.py:970 +msgid "No action selected." +msgstr "" + +#: options.py:1050 +#, python-format +msgid "Add %s" +msgstr "" + +#: options.py:1074 options.py:1319 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#: options.py:1140 +#, python-format +msgid "Change %s" +msgstr "" + +#: options.py:1190 +msgid "Database error" +msgstr "" + +#: options.py:1253 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#: options.py:1280 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: options.py:1285 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#: options.py:1335 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#: options.py:1382 +#, python-format +msgid "Change history: %s" +msgstr "" + +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 +msgid "Log in" +msgstr "" + +#: sites.py:388 +msgid "Site administration" +msgstr "" + +#: sites.py:440 +#, python-format +msgid "%s administration" +msgstr "" + +#: widgets.py:90 +msgid "Date:" +msgstr "" + +#: widgets.py:91 +msgid "Time:" +msgstr "" + +#: widgets.py:165 +msgid "Lookup" +msgstr "" + +#: widgets.py:271 +msgid "Add Another" +msgstr "" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + +#: templates/admin/404.html:4 templates/admin/404.html.py:8 +msgid "Page not found" +msgstr "" + +#: templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "" + +#: templates/admin/500.html:7 +msgid "Server error" +msgstr "" + +#: templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "" + +#: templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "" + +#: templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Go" +msgstr "" + +#: templates/admin/actions.html:11 +msgid "Click here to select the objects across all pages" +msgstr "" + +#: templates/admin/actions.html:11 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +#: templates/admin/actions.html:13 +msgid "Clear selection" +msgstr "" + +#: templates/admin/app_index.html:10 templates/admin/index.html:21 +#, python-format +msgid "%(name)s" +msgstr "" + +#: templates/admin/base.html:28 +msgid "Welcome," +msgstr "" + +#: templates/admin/base.html:33 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "" + +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "" + +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "" + +#: templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "" + +#: templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "" + +#: templates/admin/change_form.html:22 templates/admin/index.html:33 +msgid "Add" +msgstr "" + +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 +msgid "History" +msgstr "" + +#: templates/admin/change_form.html:33 +#: templates/admin/edit_inline/stacked.html:9 +#: templates/admin/edit_inline/tabular.html:30 +msgid "View on site" +msgstr "" + +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" +msgstr[1] "" + +#: templates/admin/change_list.html:58 +#, python-format +msgid "Add %(name)s" +msgstr "" + +#: templates/admin/change_list.html:78 +msgid "Filter" +msgstr "" + +#: templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "" + +#: templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "" + +#: templates/admin/delete_confirmation.html:11 +#: templates/admin/submit_line.html:4 +msgid "Delete" +msgstr "Läschen" + +#: templates/admin/delete_confirmation.html:18 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:26 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:34 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:10 +msgid "Delete multiple objects" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:17 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:25 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:33 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +#: templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +#: templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: templates/admin/index.html:39 +msgid "Change" +msgstr "Änner" + +#: templates/admin/index.html:49 +msgid "You don't have permission to edit anything." +msgstr "" + +#: templates/admin/index.html:57 +msgid "Recent Actions" +msgstr "" + +#: templates/admin/index.html:58 +msgid "My Actions" +msgstr "" + +#: templates/admin/index.html:62 +msgid "None available" +msgstr "" + +#: templates/admin/index.html:76 +msgid "Unknown content" +msgstr "" + +#: templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#: templates/admin/login.html:37 +msgid "Password:" +msgstr "" + +#: templates/admin/login.html:44 +msgid "Forgotten your password or username?" +msgstr "" + +#: templates/admin/object_history.html:23 +msgid "Date/time" +msgstr "" + +#: templates/admin/object_history.html:24 +msgid "User" +msgstr "" + +#: templates/admin/object_history.html:25 +msgid "Action" +msgstr "" + +#: templates/admin/object_history.html:39 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +#: templates/admin/pagination.html:10 +msgid "Show all" +msgstr "" + +#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 +msgid "Save" +msgstr "" + +#: templates/admin/search_form.html:7 +msgid "Search" +msgstr "" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +#: templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "" + +#: templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "" + +#: templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "" + +#: templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +#: templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "" + +#: templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +#: templates/admin/auth/user/change_password.html:38 +msgid "Password" +msgstr "" + +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 +msgid "Password (again)" +msgstr "" + +#: templates/admin/auth/user/change_password.html:45 +msgid "Enter the same password as above, for verification." +msgstr "" + +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +#: templates/admin/edit_inline/tabular.html:17 +msgid "Delete?" +msgstr "" + +#: templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +#: templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "" + +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 +msgid "Password change" +msgstr "" + +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 +msgid "Password change successful" +msgstr "" + +#: templates/registration/password_change_done.html:17 +msgid "Your password was changed." +msgstr "" + +#: templates/registration/password_change_form.html:26 +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/registration/password_change_form.html:32 +msgid "Old password" +msgstr "" + +#: templates/registration/password_change_form.html:37 +msgid "New password" +msgstr "" + +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 +msgid "Change my password" +msgstr "" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 +msgid "Password reset" +msgstr "" + +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 +msgid "Password reset complete" +msgstr "" + +#: templates/registration/password_reset_complete.html:17 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +#: templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "" + +#: templates/registration/password_reset_confirm.html:17 +msgid "Enter new password" +msgstr "" + +#: templates/registration/password_reset_confirm.html:19 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +#: templates/registration/password_reset_confirm.html:23 +msgid "New password:" +msgstr "" + +#: templates/registration/password_reset_confirm.html:25 +msgid "Confirm password:" +msgstr "" + +#: templates/registration/password_reset_confirm.html:31 +msgid "Password reset unsuccessful" +msgstr "" + +#: templates/registration/password_reset_confirm.html:33 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 +msgid "Password reset successful" +msgstr "" + +#: templates/registration/password_reset_done.html:17 +msgid "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." +msgstr "" + +#: templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "" + +#: templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "" + +#: templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: templates/registration/password_reset_form.html:17 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Reset my password" +msgstr "" + +#: templatetags/admin_list.py:344 +msgid "All dates" +msgstr "" + +#: views/main.py:33 +msgid "(None)" +msgstr "" + +#: views/main.py:76 +#, python-format +msgid "Select %s" +msgstr "" + +#: views/main.py:78 +#, python-format +msgid "Select %s to change" +msgstr "" diff --git a/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..422adcc1fe42e81c50a583206fec950a3139328c Binary files /dev/null and b/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000000000000000000000000000000000..d2a63fb7d9f83a92ed2fa7da5cc108dde4ef9184 --- /dev/null +++ b/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po @@ -0,0 +1,168 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2011-01-19 15:01+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: static/admin/js/SelectFilter2.js:45 +#, c-format +msgid "Available %s" +msgstr "" + +#: static/admin/js/SelectFilter2.js:46 +#, c-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:53 +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: static/admin/js/SelectFilter2.js:57 +msgid "Filter" +msgstr "" + +#: static/admin/js/SelectFilter2.js:61 +msgid "Choose all" +msgstr "" + +#: static/admin/js/SelectFilter2.js:61 +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: static/admin/js/SelectFilter2.js:67 +msgid "Choose" +msgstr "" + +#: static/admin/js/SelectFilter2.js:69 +msgid "Remove" +msgstr "" + +#: static/admin/js/SelectFilter2.js:75 +#, c-format +msgid "Chosen %s" +msgstr "" + +#: static/admin/js/SelectFilter2.js:76 +#, c-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +msgid "Remove all" +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#: static/admin/js/calendar.js:26 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +#: static/admin/js/calendar.js:27 +msgid "S M T W T F S" +msgstr "" + +#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 +#: static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "" + +#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:49 +#: static/admin/js/admin/DateTimeShortcuts.js:85 +msgid "Now" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:53 +msgid "Clock" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:81 +msgid "Choose a time" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:86 +msgid "Midnight" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:87 +msgid "6 a.m." +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:88 +msgid "Noon" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:92 +#: static/admin/js/admin/DateTimeShortcuts.js:204 +msgid "Cancel" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:144 +#: static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Today" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:148 +msgid "Calendar" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:195 +msgid "Yesterday" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:199 +msgid "Tomorrow" +msgstr "" diff --git a/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo b/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo index a16040657003b4680bef68ca5bfa92cfb6587458..d8f30faf4bbb0955553b2369a4383deee66705b4 100644 Binary files a/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/lt/LC_MESSAGES/django.po b/django/contrib/admin/locale/lt/LC_MESSAGES/django.po index 04c376159666544ad42a87481ef3f8c7ac6cb768..e0a497087168f7b97c44554d32af581f904a53b3 100644 --- a/django/contrib/admin/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/lt/LC_MESSAGES/django.po @@ -1,37 +1,40 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. # lauris , 2011. +# Nikolajus Krauklis , 2013. +# Simonas Kazlauskas , 2012. # Simonas Simas , 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-09 11:18+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-23 12:50+0000\n" +"Last-Translator: Nikolajus Krauklis \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Sėkmingai ištrinta %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Ištrinti %(name)s negalima" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Ar esate tikras?" @@ -40,170 +43,183 @@ msgstr "Ar esate tikras?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Ištrinti pasirinktus %(verbose_name_plural)s " -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Visi" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Taip" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nežinomas" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Betkokia data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Šiandien" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Paskutinės 7 dienos" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Šį mėnesį" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Šiais metais" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Prašome įvesti tinkamą personalo paskyros vartotojo vardą ir slaptažodį. " +"Prašome įvesti tinkamą personalo paskyros %(username)s ir slaptažodį. " "Atminkite, kad abu laukeliai yra jautrūs raidžių dydžiui." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Prisijunkite dar kartą, nes sesijos laikas baigėsi." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Jūsų el. pašto adresas nėra jūsų naudotojo vardas. Vietoje jo bandykite '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Veiksmas:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "veiksmo laikas" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekto id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekto repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "veiksmo žymė" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "pakeisti žinutę" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "log įrašas" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "log įrašai" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "„%(object)s“ pridėti." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Pakeisti „%(object)s“ - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "„%(object)s“ ištrinti." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry objektas" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "None" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Pakeistas %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ir" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Įrašyta %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Pakeistas %(list)s šiam %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Pašalinta %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nei vienas laukas nepakeistas" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" pridėtas sėkmingai." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" pridėtas sėkmingai. Gali taisytį jį dar kartą žemiau." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Gali taisyti dar kartą žemiau." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" buvo sėkmingai pridėtas. Jūs galite pridėti naują " +"%(name)s žemiau." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Gali pridėti dar vieną %s žemiau." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" pridėtas sėkmingai." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" buvo sėkmingai pakeistas." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" buvo sėkmingai pakeistas. Jūs galite jį koreguoti " +"žemiau." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" pridėtas sėkmingai. Gali taisytį jį dar kartą žemiau." +"%(name)s \"%(obj)s\" buvo sėkmingai pakeistas. Jūs galite pridėti naują " +"%(name)s žemiau." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" buvo sėkmingai pakeistas." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -211,30 +227,30 @@ msgstr "" "Įrašai turi būti pasirinkti, kad būtų galima atlikti veiksmus. Įrašai " "pakeisti nebuvo." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Veiksmai atlikti nebuvo." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Pridėti %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Įrašas %(name)s su pirminiu raktu %(key)r neegzistuoja." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Pakeisti %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Duomenų bazės klaida" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -242,7 +258,7 @@ msgstr[0] "%(count)s %(name)s sėkmingai pakeistas." msgstr[1] "%(count)s %(name)s sėkmingai pakeisti." msgstr[2] "%(count)s %(name)s " -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -250,52 +266,60 @@ msgstr[0] "%(total_count)s pasirinktas" msgstr[1] "%(total_count)s pasirinkti" msgstr[2] "Visi %(total_count)s pasirinkti" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 iš %(cnt)s pasirinkta" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" sėkmingai ištrintas." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Pakeisti istoriją: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Prisijungti" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Saito administravimas" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administravimas" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Laikas:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Paieška" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Pridėti dar viena" +#: widgets.py:316 +msgid "Currently:" +msgstr "Šiuo metu:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Pakeisti:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Puslapis nerastas" @@ -304,42 +328,42 @@ msgstr "Puslapis nerastas" msgid "We're sorry, but the requested page could not be found." msgstr "Atsiprašome, bet prašytas puslapis nerastas." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Pradinis" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serverio klaida" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serverio klaida (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serverio klaida (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Įvyko klaida. Apie ją buvo pranešta administratoriams ir turėtų būti greitai " -"ištaisyta. Dėkojame už kantrybę." +"Netikėta klaida. Apie ją buvo pranešta administratoriams el. paštu ir ji " +"turėtų būti greitai sutvarkyta. Dėkui už kantrybę." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -362,7 +386,7 @@ msgstr "Pasirinkti visus %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Atstatyti į pradinę būseną" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -372,22 +396,22 @@ msgid "Welcome," msgstr "Sveiki," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Keisti slaptažodį" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Atsijungti" @@ -399,36 +423,36 @@ msgstr "Django saito administravimas" msgid "Django administration" msgstr "Django administravimas" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Pridėti" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Istorija" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Matyti saite" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Ištaisykite žemiau esancią klaidą." msgstr[1] "Ištaisykite žemiau esancias klaidas." msgstr[2] "Ištaisykite žemiau esancias klaidas." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Naujas %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtras" @@ -445,12 +469,12 @@ msgstr "Rikiavimo prioritetas: %(priority_number)s" msgid "Toggle sorting" msgstr "Perjungti rikiavimą" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Ištrinti" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -460,7 +484,7 @@ msgstr "" "Trinant %(object_name)s '%(escaped_object)s' turi būti ištrinti ir susiję " "objektai, bet tavo vartotojas neturi teisių ištrinti šių objektų:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -469,7 +493,7 @@ msgstr "" "Ištrinant %(object_name)s '%(escaped_object)s' būtų ištrinti šie apsaugoti " "ir susiję objektai:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -478,16 +502,16 @@ msgstr "" "Ar tu esi tikras, kad nori ištrinti %(object_name)s \"%(escaped_object)s\"? " "Visi susiję objektai bus ištrinti:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Taip, esu tikras" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Ištrinti kelis objektus" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -497,7 +521,7 @@ msgstr "" "Ištrinant pasirinktą %(objects_name)s būtų ištrinti susiję objektai, tačiau " "jūsų vartotojas neturi reikalingų teisių ištrinti šiuos objektų tipus:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -506,7 +530,7 @@ msgstr "" "Ištrinant pasirinktus %(objects_name)s būtų ištrinti šie apsaugoti ir susiję " "objektai:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -520,36 +544,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Pagal %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelis prieinamas %(name)s programoje." +msgid "Models in the %(name)s application" +msgstr "%(name)s aplikacijos modeliai" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Pakeisti" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Neturite teisių ką nors keistis." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Paskutiniai Veiksmai" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mano Veiksmai" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nėra prieinamų" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Nežinomas turinys" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -559,31 +583,27 @@ msgstr "" "reikalingos lentelės sukurtos ir vartotojas turi teises skaityti duomenų " "bazę." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Naudotojo vardas:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Slaptažodis:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Pamiršote slaptažodį ar vartotojo vardą?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/laikas" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Naudotojas" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Veiksmas" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -640,64 +660,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Įveskite naudotojo vardą ir slaptažodį." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Įveskite naują slaptažodį naudotojui %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Slaptažodis" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Slaptažodis (dar kartą)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Patikrinimui įvesk tokį patį slaptažodį, kaip viršuje." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Pašalinti" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Pridėti dar viena %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Pašalinti" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Ištrinti?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Dėkui už praleistą laiką šiandien." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Prisijungti dar kartą" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Slaptažodžio keitimas" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Slaptažodis sėkmingai pakeistas" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Jūsų slaptažodis buvo pakeistas." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -705,46 +725,46 @@ msgstr "" "Saugumo sumetimais įvesk seną slaptažodį ir tada du kartus naują, kad " "įsitikinti, jog nesuklydai rašydamas" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Senas slaptažodis" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Naujas " -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Keisti mano slaptažodį" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Slaptažodžio atstatymas" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Slaptažodžio atstatymas baigtas" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Jūsų slaptažodis buvo išsaugotas. Dabas galite prisijungti." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Slaptažodžio atstatymo patvirtinimas" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Įveskite naują slaptažodį" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -752,19 +772,19 @@ msgstr "" "Įveskite naująjį slaptažodį du kartus, taip užtikrinant, jog nesuklydote " "rašydami." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Naujasis slaptažodis:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Slaptažodžio patvirtinimas:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Slaptažodžio atstatymas nesėkmingas" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -772,27 +792,27 @@ msgstr "" "Slaptažodžio atstatymo nuoroda buvo negaliojanti, nes ja tikriausiai jau " "buvo panaudota. Prašykite naujo slaptažodžio pakeitimo." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Slaptažodis sėkmingai atstatytas" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Slaptažodžio atstatymo procedūra išsiųsta į jūsų anksčiau nurodytą el. pašto " -"adresą. Turėtumėte jį neužilgo gauti." +"Mes išsiuntėme jums slaptažodžio atstatymo instrukcijas jūsų pateiktų el. " +"pašto adresu. Turėtumėte jas neilgai trukus gauti." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Jūs gavote šį laišką, nes prašėte slaptažodžio atstatymo savo naudotojo " -"paskyrai svetainėje %(site_name)s." +"Jūs gaunate šį laišką nes prašėte paskyros slaptažodžio atkūrimo " +"%(site_name)s svetainėje." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -811,36 +831,36 @@ msgstr "Dėkui, kad naudojatės mūsų saitu!" msgid "The %(site_name)s team" msgstr "%(site_name)s komanda" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Pamiršote slaptažodį? Įveskite savo el. pašto adresą žemiau ir mes jums " -"atsiųsime naują slaptažodį." +"Pamiršote slaptažodį? Įveskite savo el. pašto adresą ir mes išsiųsime laišką " +"su instrukcijomis kaip nustatyti naują slaptažodį." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "El. pašto adresas:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Atstatyti slaptažodį" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Visos datos" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "()" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Pasirinkti %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Pasirinkite %s kurį norite keisti" diff --git a/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo index ef1bcc8b8ec1b0fa9e2842699a441b1d3a199409..a79269d5d053f71a276a7a001c10423c1d0b7c55 100644 Binary files a/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po index 7cca9a1561f0eaaab66939a91530692b30ed7c7e..7bb9e51d5a5cbc4c3cce1a22d5d5fd3097346243 100644 --- a/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po @@ -11,15 +11,15 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-09 16:22+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo b/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo index 9371f633bd1ec9b581693c79976c93ea31cbca2a..f985292ddf32de9ff162d0126646a01ea18d25f9 100644 Binary files a/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/lv/LC_MESSAGES/django.po b/django/contrib/admin/locale/lv/LC_MESSAGES/django.po index 5b8fb0d05c44a65a20959c7af2579df8ace8d9d1..0cc8c6a7e22e600a77086d8e4d3c5843c3d90504 100644 --- a/django/contrib/admin/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/lv/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Veiksmīgi izdzēsti %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Vai esat pārliecināts?" @@ -38,195 +38,203 @@ msgstr "Vai esat pārliecināts?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Izdzēst izvēlēto %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Visi" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Jā" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nē" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nezināms" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Jebkurš datums" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Šodien" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Pēdējās 7 dienas" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Šomēnes" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Šogad" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Lūdzu pieslēdzieties vēlreiz, jūsu sesija ir beigusies." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Jūsu e-pasta adrese nav jūsu lietotājvārds. Izmēģiniet '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Darbība:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "darbības laiks" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekta id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekta attēlojums" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "darbības atzīme" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "izmaiņas teksts" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "žurnāla ieraksts" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "žurnāla ieraksti" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "nekas" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Izmainīts %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "un" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Pievienots %(name)s \"%(object)s\"" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Izmainīts %(list)s priekš %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Dzēsts %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Lauki nav izmainīti" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" pievienots sekmīgi. Zemāk varat to labot." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" pievienots sekmīgi." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Zemāk varat labot to atkal" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Zemāk varat pievienot vēl vienu %s." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" nomainīts sekmīgi." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" pievienots sekmīgi. Zemāk varat to labot." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "Lai veiktu darbību, jāizvēlas rindas. Rindas nav izmainītas." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nav izvēlēta darbība." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Pievienot %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s objekts ar primāro atslēgu %(key)r neeksistē." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Labot %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Datubāzes kļūda" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -234,7 +242,7 @@ msgstr[0] "%(count)s %(name)s ir laboti sekmīgi" msgstr[1] "%(count)s %(name)s ir sekmīgi rediģēts" msgstr[2] "%(count)s %(name)s ir sekmīgi rediģēti." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -242,52 +250,60 @@ msgstr[0] "%(total_count)s izvēlēti" msgstr[1] "%(total_count)s izvēlēts" msgstr[2] "%(total_count)s izvēlēti" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 no %(cnt)s izvēlēti" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" sekmīgi izdzēsts." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Izmaiņu vēsture: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Pieslēgties" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Lapas administrācija" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s administrācija" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datums:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Laiks:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Pārlūkot" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Pievienot vēl vienu" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Lapa nav atrasta" @@ -296,42 +312,40 @@ msgstr "Lapa nav atrasta" msgid "We're sorry, but the requested page could not be found." msgstr "Atvainojiet, pieprasītā lapa neeksistē." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Sākums" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Servera kļūda" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Servera kļūda (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Servera kļūda (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ir notikusi kļūda. Tā ir paziņota lapas administratoriem ar e-pasta " -"starpniecību un visdrīzākajā laikā tiks izlabota. Paldies par sapratni." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +368,7 @@ msgstr "Izvēlēties visus %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Atcelt iezīmēto" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +378,22 @@ msgid "Welcome," msgstr "Sveicināti," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentācija" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Paroles maiņa" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Atslēgties" @@ -391,36 +405,36 @@ msgstr "Django administrācijas lapa" msgid "Django administration" msgstr "Django administrācija" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Pievienot" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Vēsture" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Apskatīt lapā" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Lūdzu, izlabojiet kļūdu zemāk." msgstr[1] "Lūdzu, izlabojiet kļūdas zemāk." msgstr[2] "Lūdzu, izlabojiet kļūdas zemāk." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Pievienot %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrs" @@ -437,12 +451,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Dzēst" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -452,14 +466,14 @@ msgstr "" "Izdzēšot objektu %(object_name)s '%(escaped_object)s', tiks dzēsti visi " "saistītie objekti, bet jums nav tiesību dzēst sekojošus objektu tipus:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -468,16 +482,16 @@ msgstr "" "Vai esat pārliecināts, ka vēlaties dzēst %(object_name)s \"%(escaped_object)s" "\"? Tiks dzēsti arī sekojoši saistītie objekti:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Jā, esmu pārliecināts" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Dzēst vairākus objektus" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -485,14 +499,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -504,36 +518,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Pēc %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeļi, kas pieejami %(name)s aplikācijā." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Izmainīt" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Jums nav tiesības neko labot." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Nesenās darbības" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Manas darbības" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nav pieejams" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Nezināms saturs" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -542,31 +556,27 @@ msgstr "" "Problēma ar datubāzes instalāciju. Pārliecinieties, ka attiecīgās tabulas ir " "izveidotas un attiecīgajam lietotājam ir tiesības tai piekļūt." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Lietotāja vārds:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Parole:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datums/laiks" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Lietotājs" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Darbība" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -623,64 +633,64 @@ msgstr "" msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Ievadiet jaunu paroli lietotājam %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Parole" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Parole (vēlreiz)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Pārbaudei atkārtoti ievadiet to pašu paroli kā augstāk." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Dzēst" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Pievienot vēl %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Dzēst" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Dzēst?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Paldies par pavadīto laiku mājas lapā." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Pieslēgties vēlreiz" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Paroles maiņa" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Paroles nomaiņa sekmīga" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Jūsu parole tika nomainīta." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -688,46 +698,46 @@ msgstr "" "Drošības nolūkos ievadiet veco paroli un pēc tam ievadiet jauno paroli " "divreiz, lai varētu pārbaudīt, ka tā ir uzrakstīta pareizi." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Vecā parole" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Jaunā parole" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Nomainīt manu paroli" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Paroles pārstatīšana(reset)" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Paroles pārstatīšana pabeigta" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Jūsu parole ir uzstādīta. Varat pieslēgties." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Paroles pārstatīšanas apstiprinājums" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Ievadiet jauno paroli" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -735,19 +745,19 @@ msgstr "" "Lūdzu ievadiet jauno paroli divreiz, lai varētu pārbaudīt, ka tā ir " "uzrakstīta pareizi." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Jaunā parole:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Apstiprināt paroli:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Paroles pārstatīšana nesekmīga" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -755,23 +765,21 @@ msgstr "" "Paroles pārstatīšanas saite bija nekorekta, iespējams, tā jau ir izmantota. " "Lūdzu pieprasiet paroles pārstatīšanu vēlreiz." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Paroles pārstatīšana sekmīga" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Uz e-pastu aizsūtītas instrukcijas paroles uzstādīšanai. Jums to drīzumā " -"vajadzētu saņemt." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -792,36 +800,34 @@ msgstr "Paldies par mūsu lapas lietošanu!" msgid "The %(site_name)s team" msgstr "%(site_name)s komanda" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Aizmirsāt savu paroli? Ievadiet e-pasta adresi zemāk un saņemsiet e-pastu ar " -"instrukcijām jaunas paroles uzstādīšanai." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-pasta adrese:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Paroles pārstatīšana" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Visi datumi" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Izvēlēties %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Izvēlēties %s, lai izmainītu" diff --git a/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo index 8211b12da880e1a7545c1602130b879e78074b90..27fc77f3f1c24480b0862bcea2609769e4dde82c 100644 Binary files a/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po index 06d1d55d99c66f862f37b2ba9e9598f5a8ccd5b5..7172554a1414e1b78990ec7a64a4a33715b7d411 100644 --- a/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po @@ -9,14 +9,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo b/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo index da6a2a450998e0b4647c8b1a5ad1d450a8228eaa..c53a80596230fef3e89af9c3a78c294cf1538872 100644 Binary files a/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/mk/LC_MESSAGES/django.po b/django/contrib/admin/locale/mk/LC_MESSAGES/django.po index e0f8770c4c6fd291d8bb499b7920716992fca036..66f19dcf79270dd779e72ba489d875432c04bdf7 100644 --- a/django/contrib/admin/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/mk/LC_MESSAGES/django.po @@ -8,28 +8,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-12 11:12+0000\n" -"Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Успешно беа избришани %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Не може да се избрише %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Сигурни сте?" @@ -38,170 +38,176 @@ msgstr "Сигурни сте?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Избриши ги избраните %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Сите" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Да" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Не" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Непознато" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Било кој датум" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Денеска" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Последните 7 дена" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Овој месец" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Оваа година" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Ве молам внесете точно корисничко име и лозинка за административен корисник. " -"Внимавајте, сите полиња се осетливи на големи и мали букви." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Ве молам најавете се повторно бидејќи вашата сесија е истечена." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Вашата е-пошта не е вашето корисничко име. Пробајте со „%s“." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Акција:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "време на акција" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "идентификационен број на објект" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "репрезентација на објект" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "знакче за акција" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "измени ја пораката" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "ставка во записникот" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "ставки во записникот" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Додадено \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Променето \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Избришано \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Запис во дневник" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ништо" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Изменета %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "и" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Додадено %(name)s „%(object)s“." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Изменето %(list)s за %(name)s „%(object)s“." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Избришан %(name)s „%(object)s“." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Не беше изменето ниедно поле." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Ставката %(name)s \"%(obj)s\" беше успешно додадена." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Ставката %(name)s \"%(obj)s\" беше успешно додадена. Подолу можете повторно " +"да ја уредите." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Подолу можете повторно да го уредите." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Подолу можете да додате уште еден %s." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Ставката %(name)s \"%(obj)s\" беше успешно додадена." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" беше успешно изменета." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Ставката %(name)s \"%(obj)s\" беше успешно додадена. Подолу можете повторно " -"да ја уредите." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" беше успешно изменета." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +215,97 @@ msgstr "" "Мора да се одберат предмети за да се изврши акција врз нив. Ниеден предмет " "не беше променет." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Ниедна акција не е одбрана." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Додади %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "објект %(name)s со примарен клуч %(key)r не постои." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Измени %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Грешка во базата на податоци" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s ставка %(name)s беше успешно изменета." msgstr[1] "%(count)s ставки %(name)s беа успешно изменети." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s одбран" msgstr[1] "Сите %(total_count)s одбрани" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 од %(cnt)s избрани" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Ставаката %(name)s \"%(obj)s\" беше избришана успешно." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Историја на измени: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Најава" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Администрација на сајт" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s администрација" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Датум:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Време:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Побарај" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Додади друго" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Страницата не е најдена" @@ -300,42 +314,40 @@ msgstr "Страницата не е најдена" msgid "We're sorry, but the requested page could not be found." msgstr "Се извинуваме, но неможе да ја најдеме страницата која ја баравте." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Дома" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Грешка со серверот" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Грешка со серверот (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Грешка со серверот (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Имаше грешка. Истата беше пријавена на администраторите и ќе биде поправена " -"во брзо време. Ви благодариме за вашето трпение." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +370,7 @@ msgstr "Избери ги сите %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Откажи го изборот" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +380,22 @@ msgid "Welcome," msgstr "Добредојдовте," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Документација" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Промени лозинка" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Одјава" @@ -395,35 +407,35 @@ msgstr "Џанго администрација на сајт" msgid "Django administration" msgstr "Џанго администрација" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Додади" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Историја" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Погледни на сајтот" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Ве молам поправете ја грешката подолу." msgstr[1] "Ве молам поправете ги грешките подолу." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Додади %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Филтер" @@ -440,12 +452,12 @@ msgstr "Приоритет на сортирање: %(priority_number)s" msgid "Toggle sorting" msgstr "Вклучи/исклучи сортирање" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Избриши" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +468,7 @@ msgstr "" "поврзаните објекти, но со вашата сметка немате доволно привилегии да ги " "бришете следните типови на објекти:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +477,7 @@ msgstr "" "Бришење на %(object_name)s '%(escaped_object)s' ќе резултира со бришење на " "следниве заштитени објекти:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +486,16 @@ msgstr "" "Сигурне сте дека сакате да ги бришете %(object_name)s „%(escaped_object)s“? " "Сите овие ставки ќе бидат избришани:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Да, сигурен сум" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Избриши повеќе ставки" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +505,7 @@ msgstr "" "Бришење на избраните %(objects_name)s ќе резултира со бришење на поврзани " "објекти, но немате одобрување да ги избришете следниве типови објекти:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +514,7 @@ msgstr "" "Бришење на избраните %(objects_name)s бара бришење на следните поврзани " "објекти кои се заштитени:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +528,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Според %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Достапни модели во апликацијата %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Измени" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Немате дозвола ништо да уредува." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Последни акции" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Мои акции" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ништо не е достапно" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Непозната содржина" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -555,31 +567,27 @@ msgstr "" "соодветни табели во базата се направени и потврдете дека базата може да биде " "прочитана од соодветниот корисник." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Корисник:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Лозинка:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Ја заборавивте вашата лозинка или корисничко име?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Датум/час" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Корисник" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Акција" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -635,65 +643,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Внесете корисничко име и лозинка." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Внесете нова лозинка за корисникот %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Лозинка" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Лозинка (повторно)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Заради верификација внесете ја истата лозинка како и горе." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Отстрани" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Додадете уште %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Отстрани" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Избриши?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "" "Ви благодариме што денеска поминавте квалитетно време со интернет страницава." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Најавете се повторно" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Измена на лозинка" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Успешна промена на лозинката" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Вашата лозинка беше сменета." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -701,46 +709,46 @@ msgstr "" "Заради сигурност ве молам внесете ја вашата стара лозинка и потоа внесете ја " "новата двапати за да може да се потврди дека правилно сте ја искуцале." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Стара лозинка" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Нова лозинка" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Промени ја мојата лозинка" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Ресетирање на лозинка" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Ресетирањето на лозинката заврши" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Вашата лозинка беше поставена. Сега можете да се најавите." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Одобрување за ресетирање на лозинка" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Внесете нова лозинка" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -748,19 +756,19 @@ msgstr "" "Ве молам внесете ја вашата нова лозинка двапати за да може да бидете сигурни " "дека правилно сте ја внеле." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Нова лозинка:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Потврди лозинка:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Неуспеа ресетирањето на лозинката" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -768,27 +776,23 @@ msgstr "" "Врската за ресетирање на лозинката беше невалидна, најверојатно бидејќи веќе " "била искористена. Ве молам повторно побарајте ресетирање на вашата лозинката." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Успешно е ресетирањето на лозинката" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Ви пративме инструкции за поставување на вашата лозинка на е-пошта која ја " -"напишавте. Би требало да ја примите за кратко време." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Го добивате овој e-mail затоа што баравте промена на вашата лозинка на " -"%(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -807,36 +811,34 @@ msgstr "Ви благодариме што го користите овој са msgid "The %(site_name)s team" msgstr "Тимот на %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Сте ја заборавиле вашата лозинка? Внесете ја вашата е-пошта подолу и ќе ви " -"пратиме инструкции за поставување на нова." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Е-пошта:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Ресетирај ја мојата лозинка" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Сите датуми" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ништо)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Изберете %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Изберете %s за измена" diff --git a/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo index 95dc21033512ce217fbb2a277d990890220fc389..3e2e54ef6deed1734921307b76818f350ab45260 100644 Binary files a/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po index 6e41394d2ccb7e7b7b374626987194f56245c068..7fb9b1bb7bc51356aeb7588ab9c76d427abf31ed 100644 --- a/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-12 11:27+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo index 8c28d7eb23505412d362d55d47d250fe04b55262..7eac738b31229efd5b030a3b494719a34d32eaef 100644 Binary files a/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ml/LC_MESSAGES/django.po b/django/contrib/admin/locale/ml/LC_MESSAGES/django.po index 53d502399eaee690a73a3b8625ff13aecfce2caf..4329fb3c39c9220fcfce7c36ca328b7f9233d331 100644 --- a/django/contrib/admin/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ml/LC_MESSAGES/django.po @@ -8,28 +8,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-09 17:50+0000\n" -"Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s വിജയകരമായി ഡിലീറ്റ് ചെയ്തു." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Cannot delete %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "തീര്‍ച്ചയാണോ?" @@ -38,256 +38,270 @@ msgstr "തീര്‍ച്ചയാണോ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "തെരഞ്ഞെടുത്ത %(verbose_name_plural)s ഡിലീറ്റ് ചെയ്യുക." -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "എല്ലാം" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "അതെ" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "അല്ല" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "അജ്ഞാതം" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "ഏതെങ്കിലും തീയതി" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "ഇന്ന്" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "കഴിഞ്ഞ ഏഴു ദിവസം" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "ഈ മാസം" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "ഈ വര്‍ഷം" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"സ്റ്റാഫ് അക്കൗണ്ടിന്റെ ശരിയായ ഉപയോക്തൃ നാമവും പാസ്‌വേര്‍ഡും നല്കുക. രണ്ടിലേയും ഇംഗ്ലീഷ് " -"വല്യക്ഷരങ്ങളും ചെറിയക്ഷരങ്ങളും അങ്ങനെത്തന്നെ നല്കാന്‍ ശ്രദ്ധിക്കുക." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "താങ്കളുടെ സെഷന്റെ കാലാവധി കഴിഞ്ഞു. വീണ്ടും ലോഗിന്‍ ചെയ്യണം." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "നിങ്ങളുടെ ഇ-മെയില്‍ അഡ്രസ്സ് അല്ല യൂസര്‍നാമം. പകരം '%s' ഉപയോഗിച്ച് നോക്കുക." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "ആക്ഷന്‍" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "ആക്ഷന്‍ സമയം" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "ഒബ്ജെക്ട് ഐഡി" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "ഒബ്ജെക്ട് സൂചന" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "ആക്ഷന്‍ ഫ്ളാഗ്" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "സന്ദേശം മാറ്റുക" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "ലോഗ് എന്ട്രി" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "ലോഗ് എന്ട്രികള്‍" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" ചേര്‍ത്തു." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\"ല്‍ %(changes)s മാറ്റം വരുത്തി" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" നീക്കം ചെയ്തു." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "ലോഗ്‌എന്‍ട്രി വസ്തു" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "ഒന്നുമില്ല" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s മാറ്റി." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ഉം" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ചേര്‍ത്തു." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ന്റെ %(list)s മാറ്റി." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ഡിലീറ്റ് ചെയ്തു." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "ഒരു മാറ്റവുമില്ല." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" കൂട്ടി ചേര്‍ത്തു. താഴെ നിന്നും മാറ്റം വരുത്താം." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" വിജയകരമായി കൂട്ടിച്ചേര്ത്തു." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "താഴെ നിന്ന് വീണ്ടും മാറ്റം വരുത്താം" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "%s ഒന്നു കൂടി ചേര്‍ക്കാം" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" ല്‍ മാറ്റം വരുത്തി." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" കൂട്ടി ചേര്‍ത്തു. താഴെ നിന്നും മാറ്റം വരുത്താം." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "ആക്ഷന്‍ നടപ്പിലാക്കേണ്ട വകകള്‍ തെരഞ്ഞെടുക്കണം. ഒന്നും മാറ്റിയിട്ടില്ല." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "ആക്ഷനൊന്നും തെരഞ്ഞെടുത്തില്ല." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s ചേര്‍ക്കുക" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(key)r എന്ന പ്രാഥമിക കീ ഉള്ള %(name)s വസ്തു ഒന്നും നിലവിലില്ല." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s മാറ്റാം" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "ഡേറ്റാബേസ് തകരാറാണ്." -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s ല്‍ മാറ്റം വരുത്തി." msgstr[1] "%(count)s %(name)s ല്‍ മാറ്റം വരുത്തി." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s തെരഞ്ഞെടുത്തു." msgstr[1] "%(total_count)sഉം തെരഞ്ഞെടുത്തു." -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s ല്‍ ഒന്നും തെരഞ്ഞെടുത്തില്ല." -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" ഡിലീറ്റ് ചെയ്തു." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "%s ലെ മാറ്റങ്ങള്‍." -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ലോഗ്-ഇന്‍" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "സൈറ്റ് ഭരണം" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s ഭരണം" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "തീയതി:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "സമയം:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "തിരയുക" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "ഒന്നു കൂടി ചേര്‍ക്കുക" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "പേജ് കണ്ടില്ല" @@ -296,42 +310,40 @@ msgstr "പേജ് കണ്ടില്ല" msgid "We're sorry, but the requested page could not be found." msgstr "ക്ഷമിക്കണം, ആവശ്യപ്പെട്ട പേജ് കണ്ടെത്താന്‍ കഴിഞ്ഞില്ല." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "പൂമുഖം" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "സെര്‍വര്‍ തകരാറാണ്" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "സെര്‍വര്‍ തകരാറാണ് (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "സെര്‍വര്‍ തകരാറാണ് (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"എന്തോ തകരാറുണ്ട്. ഉടന്‍ പരിഹരിക്കാനായി സൈറ്റ് നിയന്ത്രകര്‍ക്കു ഇ-മെയില്‍ വഴി രിപ്പോര്‍ട്ട് " -"ചെയ്തിട്ടുണ്ട്.ദയവായി കാത്തിരിക്കുക." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +366,7 @@ msgstr "മുഴുവന്‍ %(total_count)s %(module_name)s ഉം തെ msgid "Clear selection" msgstr "തെരഞ്ഞെടുത്തത് റദ്ദാക്കുക." -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +376,22 @@ msgid "Welcome," msgstr "സ്വാഗതം, " #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "സഹായക്കുറിപ്പുകള്‍" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "പാസ് വേര്‍ഡ് മാറ്റുക." -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "പുറത്ത് കടക്കുക." @@ -391,35 +403,35 @@ msgstr "ജാംഗോ സൈറ്റ് അഡ്മിന്‍" msgid "Django administration" msgstr "ജാംഗോ ഭരണം" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Add" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "ചരിത്രം" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "View on site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "ദയവായി താഴെയുള്ള തെറ്റ് പരിഹരിക്കുക." msgstr[1] "ദയവായി താഴെയുള്ള തെറ്റുകള്‍ പരിഹരിക്കുക." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Add %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -434,14 +446,14 @@ msgstr "ക്രമീകരണത്തിനുള്ള മുന്‍ഗ #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "ക്രമീകരണം വിപരീത ദിശയിലാക്കുക." -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Delete" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -452,7 +464,7 @@ msgstr "" "വസ്തുക്കളുംഡിലീറ്റ് ആവും. പക്ഷേ നിങ്ങള്‍ക്ക് താഴെ പറഞ്ഞ തരം വസ്തുക്കള്‍ ഡിലീറ്റ് ചെയ്യാനുള്ള അനുമതി " "ഇല്ല:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -461,7 +473,7 @@ msgstr "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -470,16 +482,16 @@ msgstr "" "%(object_name)s \"%(escaped_object)s\" ഡിലീറ്റ് ചെയ്യണമെന്ന് തീര്‍ച്ചയാണോ?അതുമായി " "ബന്ധമുള്ള താഴെപ്പറയുന്ന വസ്തുക്കളെല്ലാം ഡിലീറ്റ് ആവും:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "അതെ, തീര്‍ച്ചയാണ്" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "ഒന്നിലേറെ വസ്തുക്കള്‍ ഡിലീറ്റ് ചെയ്തോളൂ" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +502,7 @@ msgstr "" "objects, but your account doesn't have permission to delete the following " "types of objects:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +511,7 @@ msgstr "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +525,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " By %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Models available in the %(name)s application." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "മാറ്റുക" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "ഒന്നിലും മാറ്റം വരുത്താനുള്ള അനുമതി ഇല്ല." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "സമീപകാല പ്രവ്രുത്തികള്‍" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "എന്റെ പ്രവ്രുത്തികള്‍" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "ഒന്നും ലഭ്യമല്ല" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "ഉള്ളടക്കം അറിയില്ല." -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -551,31 +563,27 @@ msgstr "" "നിങ്ങളുടെ ഡേറ്റാബേസ് ഇന്‍സ്ടാലേഷനില്‍ എന്തോ പിശകുണ്ട്. ശരിയായ ടേബിളുകള്‍ ഉണ്ടെന്നും ഡേറ്റാബേസ് " "വായനായോഗ്യമാണെന്നും ഉറപ്പു വരുത്തുക." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "യൂസര്‍ നാമം" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "പാസ് വേര്‍ഡ്" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "രഹസ്യവാക്കോ ഉപയോക്തൃനാമമോ മറന്നുപോയോ?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "തീയതി/സമയം" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "യൂസര്‍" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "ആക്ഷന്‍" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -629,64 +637,64 @@ msgstr "ആദ്യം, യൂസര്‍ നാമവും പാസ് വ msgid "Enter a username and password." msgstr "Enter a username and password." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s ന് പുതിയ പാസ് വേര്‍ഡ് നല്കുക." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "പാസ് വേര്‍ഡ്" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "പാസ് വേര്‍ഡ് (വീണ്ടും)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "പാസ് വേര്‍ഡ് മുകളിലെ പോലെ തന്നെ നല്കുക. (ഉറപ്പു വരുത്താനാണ്.)" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "നീക്കം ചെയ്യുക" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "%(verbose_name)s ഒന്നു കൂടി ചേര്‍ക്കുക" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "നീക്കം ചെയ്യുക" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "ഡിലീറ്റ് ചെയ്യട്ടെ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ഈ വെബ് സൈറ്റില്‍ കുറെ നല്ല സമയം ചെലവഴിച്ചതിനു നന്ദി." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "വീണ്ടും ലോഗ്-ഇന്‍ ചെയ്യുക." -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "പാസ് വേര്‍ഡ് മാറ്റം" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "പാസ് വേര്‍ഡ് മാറ്റം വിജയിച്ചു" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "നിങ്ങളുടെ പാസ് വേര്‍ഡ് മാറ്റിക്കഴിഞ്ഞു." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,46 +702,46 @@ msgstr "" "സുരക്ഷയ്ക്കായി നിങ്ങളുടെ പഴയ പാസ് വേര്‍ഡ് നല്കുക. പിന്നെ, പുതിയ പാസ് വേര്‍ഡ് രണ്ട് തവണ നല്കുക. " "(ടയ്പ് ചെയ്തതു ശരിയാണെന്ന് ഉറപ്പാക്കാന്‍)" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "പഴയ പാസ് വേര്‍ഡ്" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "പുതിയ പാസ് വേര്‍ഡ്" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "എന്റെ പാസ് വേര്‍ഡ് മാറ്റണം" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍ പൂര്‍ണം" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "നിങ്ങളുടെ പാസ് വേര്‍ഡ് തയ്യാര്‍. ഇനി ലോഗ്-ഇന്‍ ചെയ്യാം." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍ ഉറപ്പാക്കല്‍" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "പുതിയ പാസ് വേര്‍ഡ് നല്കൂ" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -741,19 +749,19 @@ msgstr "" "ദയവായി നിങ്ങളുടെ പുതിയ പാസ് വേര്‍ഡ് രണ്ടു തവണ നല്കണം. ശരിയായാണ് ടൈപ്പു ചെയ്തത് എന്നു " "ഉറപ്പിക്കാനാണ്." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "പുതിയ പാസ് വേര്‍ഡ്:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "പാസ് വേര്‍ഡ് ഉറപ്പാക്കൂ:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍ പരാജയം" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -761,27 +769,23 @@ msgstr "" "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കാന്‍ നല്കിയ ലിങ്ക് യോഗ്യമല്ല. ഒരു പക്ഷേ, അതു മുന്പ് തന്നെ ഉപയോഗിച്ചു " "കഴിഞ്ഞതാവാം. പുതിയ ഒരു ലിങ്കിന് അപേക്ഷിക്കൂ." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍ വിജയം" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"നിങ്ങളുടെ പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കാനായി നിര്‍ദ്ദേശങ്ങള്‍ അടങ്ങിയ ഒരു ഈ-മെയില്‍ നിങ്ങള്‍ " -"നല്കിയവിലാസത്തില്‍ അയച്ചിട്ടുണ്ട്. അത് നിങ്ങള്‍ക്ക് ഉടന്‍ ലഭിക്കേണ്ടതാണ്." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"%(site_name)s ലെ നിങ്ങളുടെ അക്കൗണ്ടിന്റെ പാസ്‌വേര്‍ഡ് മാറ്റാനുള്ള നിങ്ങളുടെ " -"അഭ്യര്‍ഥനയെത്തുടര്‍ന്നാണു് ഈ ഈ-മെയില്‍ നിങ്ങള്‍ക്ക് ലഭിക്കുന്നത്." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -800,36 +804,34 @@ msgstr "ഞങ്ങളുടെ സൈറ്റ് ഉപയോഗിച്ച msgid "The %(site_name)s team" msgstr "The %(site_name)s team" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"പാസ് വേര്‍ഡ് മറന്നോ? നിങ്ങളുടെ ഇ-മെയില്‍ വിലാസം നല്കൂ, പുതിയ പാസ് വേര്‍ഡ് സ്ഥാപിക്കാനായി ഞങ്ങള്‍ " -"നിര്‍ദ്ദേശങ്ങള്‍ ആ വിലാസത്തില്‍ അയക്കാം." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ഇ-മെയില്‍ വിലാസം:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "എന്റെ പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കൂ" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "എല്ലാ തീയതികളും" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s തെരഞ്ഞെടുക്കൂ" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "മാറ്റാനുള്ള %s തെരഞ്ഞെടുക്കൂ" diff --git a/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo index 283f38714e3e34c9adfcd5b729326487b8b6ff43..660872c51b17fcd5206d8ab2c3ba3eb65e881a59 100644 Binary files a/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po index fdb855b33fc2d9cfa2645f9632c96749d0c7b769..a72d967a52719f4ab493615380343ed2fcb83205 100644 --- a/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 18:23+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo b/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo index 4161a8c76a30a1188a9b94b3e8d93cba013ce9da..1debd204a854582f56a4e9dd67ca2adfb37581b8 100644 Binary files a/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/mn/LC_MESSAGES/django.po b/django/contrib/admin/locale/mn/LC_MESSAGES/django.po index bb149c3212434f7cb60f5267466437bc1f461936..e08b18d5ccb477419eb77bad459f760e1fd48192 100644 --- a/django/contrib/admin/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/mn/LC_MESSAGES/django.po @@ -1,36 +1,37 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. # jargalan , 2011. -# Анхбаяр Анхаа , 2011, 2012. +# Анхбаяр Анхаа , 2011-2013. # Баясгалан Цэвлээ , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-11 05:37+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-04 07:00+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(items)s ээс %(count)d-ийг амжилттай устгалаа." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s устгаж чадахгүй." -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Итгэлтэй байна уу?" @@ -39,260 +40,281 @@ msgstr "Итгэлтэй байна уу?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Сонгосон %(verbose_name_plural)s-ийг устга" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Бүх " -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Тийм" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Үгүй" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Тодорхойгүй" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Бүх өдөр" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Өнөөдөр" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Өнгөрсөн долоо хоног" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Энэ сар" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Энэ жил" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"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:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Орсон хуудас тань хүчингүй болсон тул ахин нэвтрэнэ үү." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Цахим шуудангийн хаяг хэрэглэгчийн нэр биш. Оронд нь '%s' -ийг оруулна уу." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Үйлдэл:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "үйлдлийн хугацаа" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "обектийн id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "обектийн хамаарал" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "үйлдэлийн тэмдэг" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "өөрчлөлтийн мэдээлэл" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "лог өгөгдөл" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "лог өгөгдөлүүд" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" нэмсэн." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\"-ийг %(changes)s өөрчилсөн." -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" устгасан." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Лог бүртгэлийн обект" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Хоосон" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Өөрчлөгдсөн %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ба" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Нэмэгдсэн %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\"-ийн өөрчлөгдсөн %(list)s" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Устгасан %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Өөрчилсөн талбар алга байна." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr " %(name)s \"%(obj)s\" амжилттай нэмэгдлээ." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Доорх хэсэгт үүнийг ахин засварлах боломжтой." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" амжилттай нэмэгдлээ. Доорх хэсэгт үүнийг ахин засварлах " +"боломжтой." -#: options.py:788 options.py:837 +#: options.py:835 #, python-format -msgid "You may add another %s below." -msgstr "Доорх хэсэгт өөр %s нэмэх боломжтой." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" амжилттай нэмэгдлээ. Доорх хэсгээс %(name)s өөрийн " +"нэмэх боломжтой." -#: options.py:822 +#: options.py:839 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr " %(name)s \"%(obj)s\" амжилттай өөрчлөгдлөө. " +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr " %(name)s \"%(obj)s\" амжилттай нэмэгдлээ." -#: options.py:830 +#: options.py:853 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." msgstr "" -"%(name)s \"%(obj)s\" амжилттай нэмэгдлээ. Доорх хэсэгт үүнийг ахин засварлах " +"%(name)s \"%(obj)s\" амжилттай өөрчлөгдлөө. Доорх хэсэгт дахин засах " "боломжтой." -#: options.py:899 options.py:1159 +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" амжилттай өөрчлөгдлөө. Доорх %(name)s хэсгээс дахин " +"нэмэх боломжтой." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr " %(name)s \"%(obj)s\" амжилттай өөрчлөгдлөө. " + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "Үйлдэл хийхийн тулд Та ядаж 1-ийг сонгох хэрэгтэй. Өөрчилөлт хийгдсэнгүй." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Үйлдэл сонгоогүй." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s-ийг нэмэх" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s обектийн үндсэн түлхүүр %(key)r олдохгүй байна." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s-ийг өөрчлөх" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Өгөгдлийн сангийн алдаа" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s-ийг амжилттай өөрчиллөө." msgstr[1] "%(count)s %(name)s-ийг амжилттай өөрчиллөө." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "Бүгд %(total_count)s сонгогдсон" msgstr[1] "Бүгд %(total_count)s сонгогдсон" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s оос 0 сонгосон" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr " %(name)s \"%(obj)s\" амжилттай устгагдлаа." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Өөрчлөлтийн түүх: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Нэвтрэх" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Сайтын удирдлага" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s удирдлага" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Огноо:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Цаг:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Хайх" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Ахиад нэмэх" +#: widgets.py:316 +msgid "Currently:" +msgstr "Одоогийнх:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Өөрчилөлт:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Хуудас олдсонгүй." @@ -301,42 +323,42 @@ msgstr "Хуудас олдсонгүй." msgid "We're sorry, but the requested page could not be found." msgstr "Уучлаарай, хандахыг хүссэн хуудас тань олдсонгүй." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Нүүр" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Серверийн алдаа" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Серверийн алдаа (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Серверийн алдаа (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Алдаа гарсан байна. Энэ талаар цахим шуудангаар дамжуулан сайтын удирдлагад " -"мэдэгдэж нэн даруй засах хэрэгтэй. Хүлээцтэй хандсанд баярлалаа." +"Алдаа гарсан байна. Энэ алдааг сайт хариуцагчид цахим шуудангаар мэдэгдсэн " +"бөгөөд тэд нэн даруй засах хэрэгтэй. Хүлээцтэй хандсанд баярлалаа." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -359,7 +381,7 @@ msgstr "Бүгдийг сонгох %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Сонгосонг цэвэрлэх" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -369,22 +391,22 @@ msgid "Welcome," msgstr "Тавтай морилно уу" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Баримтжуулалт" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Нууц үг өөрчлөх" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Гарах" @@ -396,35 +418,35 @@ msgstr "Сайтын удирдлага" msgid "Django administration" msgstr "Удирдлага" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Нэмэх" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Түүх" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Сайтаас харах" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Доорх алдааг засна уу." msgstr[1] "Доорх алдаануудыг засна уу." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s нэмэх" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Шүүлтүүр" @@ -441,12 +463,12 @@ msgstr "Эрэмблэх урьтамж: %(priority_number)s" msgid "Toggle sorting" msgstr "Эрэмбэлэлтийг харуул" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Устгах" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +478,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s'-ийг устгавал холбогдох объект нь устах " "ч бүртгэл тань дараах төрлийн объектуудийг устгах зөвшөөрөлгүй байна:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +487,7 @@ msgstr "" " %(object_name)s обектийг устгаж байна. '%(escaped_object)s' холбоотой " "хамгаалагдсан обектуудыг заавал утсгах хэрэгтэй :" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +496,16 @@ msgstr "" "Та %(object_name)s \"%(escaped_object)s\"-ийг устгахдаа итгэлтэй байна уу? " "Үүнийг устгавал дараах холбогдох зүйлс нь бүгд устана:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Тийм, итгэлтэй байна." -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Олон обектууд устгах" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +515,7 @@ msgstr "" "Сонгосон %(objects_name)s обектуудыг устгасанаар хамаатай бүх обкетууд устах " "болно. Гэхдээ таньд эрх эдгээр төрлийн обектуудыг утсгах эрх байхгүй байна: " -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +524,7 @@ msgstr "" "%(objects_name)s обектуудыг утсгаж байна дараах холбоотой хамгаалагдсан " "обектуудыг устгах шаардлагатай:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +538,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s -ээр" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s програмд загварууд байна." +msgid "Models in the %(name)s application" +msgstr "%(name)s хэрэглүүр дэх моделууд." -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Өөрчлөх" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Та ямар нэг зүйл засварлах зөвшөөрөлгүй байна." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Сүүлд хийсэн үйлдлүүд" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Миний үйлдлүүд" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Үйлдэл алга" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Тодорхойгүй агуулга" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -555,31 +577,27 @@ msgstr "" "зохих хүснэгт үүсгэгдсэн эсэх, өгөгдлийн санг зохих хэрэглэгч унших " "боломжтой байгаа эсэхийг шалгаарай." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Хэрэглэгчийн нэр:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Нууц үг:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Таны мартсан нууц үг эсвэл нэрвтэр нэр?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Огноо/цаг" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Хэрэглэгч" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Үйлдэл" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -635,64 +653,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Хэрэглэгчийн нэр ба нууц үгээ оруулна." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s.хэрэглэгчид шинэ нууц үг оруулна уу." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Нууц үг " -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Нууц үг (ахиад)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Батлахын тулд дээрх нууц үгээ ахин хийнэ үү." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Хасах" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Өөр %(verbose_name)s нэмэх " -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Хасах" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Устгах уу?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Манай вэб сайтыг ашигласанд баярлалаа." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Ахин нэвтрэх " -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Нууц үгийн өөрчлөлт" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Нууц үгийн өөрчлөлт амжилттай" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Нууц үг тань өөрчлөгдлөө." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -700,46 +718,46 @@ msgstr "" "Аюулгүй байдлын үүднээс хуучин нууц үгээ оруулаад шинэ нууц үгээ хоёр удаа " "хийнэ үү. Ингэснээр нууц үгээ зөв бичиж байгаа эсэхийг тань шалгах юм." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Хуучин нууц үг" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Шинэ нууц үг" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Нууц үгээ солих" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Нууц үг шинэчилэх" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Нууц үг шинэчилэх явц дууслаа" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Та нууц үгтэй боллоо. Одоо бүртгэлд нэвтрэх боломжтой." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Нууц үг шинэчилэхийг баталгаажуулах" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Шинэ нууц үг оруулах" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -747,19 +765,19 @@ msgstr "" "Шинэ нууц үгээ хоёр удаа оруулна уу. Ингэснээр нууц үгээ зөв бичиж байгаа " "эсэхийг тань шалгах юм. " -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Шинэ нууц үг:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Нууц үгээ батлах:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Нууц үг шинэчилэх амжилтгүй боллоо" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -767,27 +785,27 @@ msgstr "" "Нууц үг авах холбоос болохгүй байна. Үүнийг аль хэдийнэ хэрэглэснээс болсон " "байж болзошгүй. Шинэ нууц үг авахаар хүсэлт гаргана уу. " -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Нууц үг шинэчилэх амжилттай боллоо" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Таны оруулсан цахим шуудангийн хаягаар нууц үг авах зааварчилгааг илгээлээ. " -"Энэ зааварчилгаа танд удахгүй очих болно. " +"Таны оруулсан цахим шуудангийн хаягруу нууц үг сэргээх зааварчилгааг " +"илгээлээ. Энэ зааварчилгаа танд удахгүй очих болно." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Таны %(site_name)s сайт дах эрхээр нууц үг сэргээх хүсэлт гаргасан учраас " -"энэ майл танд ирсэн." +"%(site_name)s сайтанд бүртгүүлсэн эрхийн нууц үгийг сэргээх хүсэлт гаргасан " +"учир энэ имайл ийг та хүлээн авсан болно. " #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -806,36 +824,36 @@ msgstr "Манай сайтыг хэрэглэсэнд баярлалаа!" msgid "The %(site_name)s team" msgstr "%(site_name)s баг" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Нууц үгээ мартчихсан уу? Доорх хэсэгт цахим шуудангийн хаягаа оруулвал бид " -"хаягаар тань шинийг авах зааварчилгаа явуулах болно." +"хаягаар тань нууц үг сэргэх зааварчилгаа явуулах болно." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Цахим шуудангийн хаяг:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "ИМайл хаяг:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Нууц үгээ шинэчлэх" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Бүх огноо" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Хоосон)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s-г сонго" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Өөрчлөх %s-г сонгоно уу" diff --git a/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo index cd27f5caec5b85af23943145ff76a9efbf379030..4d3be7a93d7cbe16b6db170af681598992d82dd4 100644 Binary files a/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po index 37c9e9e8fe0a618cf6ab7cab225a7c06d5d263a9..60f031d50fd05a6c9313e31572a6126be0649b01 100644 --- a/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-15 04:32+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo b/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo index cd7c24c6669c490fc82264cea7823993c7796a76..237879bee3f11be12c22df76c701ea71e615cc61 100644 Binary files a/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/nb/LC_MESSAGES/django.po b/django/contrib/admin/locale/nb/LC_MESSAGES/django.po index 8cd45e31b8c6a65fa6df26f0148f3c1bcb6dfe19..8533b5582e2fc13442da482718ef81c52973312a 100644 --- a/django/contrib/admin/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/nb/LC_MESSAGES/django.po @@ -2,35 +2,35 @@ # # Translators: # Jannis Leidel , 2011. -# , 2012. +# , 2012-2013. # jonklo , 2011. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-13 11:19+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-09 22:55+0000\n" +"Last-Translator: jonklo \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Slettet %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Kan ikke slette %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Er du sikker?" @@ -39,169 +39,179 @@ msgstr "Er du sikker?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Slett valgte %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Alle" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ja" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nei" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Ukjent" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Når som helst" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "I dag" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Siste syv dager" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Denne måneden" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "I år" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Vennligst oppgi gyldig brukernavn og passord til en " +"Vennligst oppgi gyldig %(username)s og passord til en " "administrasjonsbrukerkonto. Merk at det er forskjell på små og store " "bokstaver." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Økten din har tidsavbrutt, vennligst logg inn igjen." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "E-postadressen er ikke brukernavnet ditt, prøv «%s» isteden." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Handling:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "tid for handling" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekt-ID" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekt-repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "handlingsflagg" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "endre melding" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "logginnlegg" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "logginnlegg" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "La til «%(object)s»." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Endret «%(object)s» - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Slettet «%(object)s»." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry-objekt" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ingen" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Endret %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "og" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Opprettet %(name)s «%(object)s»." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Endret %(list)s for %(name)s «%(object)s»." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Slettet %(name)s «%(object)s»." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ingen felt endret." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s «%(obj)s» ble lagt til. Du kan redigere videre nedenfor." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" ble lagt til. Du kan legge til en ny %(name)s nedenfor." + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s «%(obj)s» ble lagt til." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Du kan redigere videre nedenfor." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "%(name)s \"%(obj)s\" ble endret. Du kan redigere videre nedenfor." -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Du kan legge til en ny %s nedenfor." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" ble endret. Du kan legge til en ny %(name)s nedenfor." -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s «%(obj)s» ble endret." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s «%(obj)s» ble lagt til. Du kan redigere videre nedenfor." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +219,97 @@ msgstr "" "Du må velge objekter for å utføre handlinger på dem. Ingen objekter har " "blitt endret." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Ingen handling valgt." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Legg til ny %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s-objekt med primærnøkkelen %(key)r finnes ikke." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Endre %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Databasefeil" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s ble endret." msgstr[1] "%(count)s %(name)s ble endret." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s valgt" msgstr[1] "Alle %(total_count)s valgt" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 av %(cnt)s valgt" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s «%(obj)s» ble slettet." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Endringshistorikk: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Logg inn" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Nettstedsadministrasjon" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s-administrasjon" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dato:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Tid:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Oppslag" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Legg til ny" +#: widgets.py:316 +msgid "Currently:" +msgstr "Nåværende:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Endre:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Fant ikke siden" @@ -300,39 +318,39 @@ msgstr "Fant ikke siden" msgid "We're sorry, but the requested page could not be found." msgstr "Beklager, men siden du spør etter finnes ikke." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Hjem" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Tjenerfeil" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Tjenerfeil (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Tjenerfeil (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "Det har oppstått en feil. Feilen er blitt rapportert til administrator via e-" "post, og vil bli fikset snart. Takk for din tålmodighet." @@ -358,7 +376,7 @@ msgstr "Velg alle %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Nullstill valg" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +386,22 @@ msgid "Welcome," msgstr "Velkommen," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentasjon" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Endre passord" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Logg ut" @@ -395,35 +413,35 @@ msgstr "Django administrasjonsside" msgid "Django administration" msgstr "Django-administrasjon" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Legg til" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historikk" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Vis på nettsted" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Vennligst korriger feilen under." msgstr[1] "Vennligst korriger feilene under." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Legg til ny %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrering" @@ -440,12 +458,12 @@ msgstr "Sorteringsprioritet: %(priority_number)s" msgid "Toggle sorting" msgstr "Slå av og på sortering" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Slett" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +474,7 @@ msgstr "" "objekter slettes, men du har ikke tillatelse til å slette følgende " "objekttyper:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +483,7 @@ msgstr "" "Sletting av %(object_name)s «%(escaped_object)s» krever sletting av følgende " "beskyttede relaterte objekter:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +492,16 @@ msgstr "" "Er du sikker på at du vil slette %(object_name)s «%(escaped_object)s»? Alle " "de følgende relaterte objektene vil bli slettet:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, jeg er sikker" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Slett flere objekter" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -494,7 +512,7 @@ msgstr "" "relaterte objekter, men kontoen din har ikke tillatelse til å slette " "følgende objekttyper:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -503,7 +521,7 @@ msgstr "" "Sletting av det valgte %(objects_name)s ville kreve sletting av følgende " "beskyttede relaterte objekter:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -517,36 +535,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Etter %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeller tilgjengelig i %(name)s-applikasjonen." +msgid "Models in the %(name)s application" +msgstr "Modeller i %(name)s-applikasjonen" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Endre" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Du har ikke rettigheter til å redigere noe." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Siste handlinger" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mine handlinger" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ingen tilgjengelige" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Ukjent innhold" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -555,31 +573,27 @@ msgstr "" "Noe er galt med databaseinstallasjonen din. Sørg for at databasetabellene er " "opprettet og at brukeren har de nødvendige rettighetene." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Brukernavn:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Passord:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Glemt brukernavnet eller passordet ditt?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dato/tid" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Bruker" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Handling" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -635,64 +649,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Skriv inn brukernavn og passord." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Skriv inn et nytt passord for brukeren %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Passord" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Passord (gjenta)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Skriv inn det samme passordet som ovenfor, for verifisering." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Fjern" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Legg til ny %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Fjern" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Slette?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Takk for i dag." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Logg inn igjen" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Endre passord" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Passord endret" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Ditt passord ble endret." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -700,65 +714,65 @@ msgstr "" "Av sikkerhetsgrunner må du oppgi ditt gamle passord. Deretter oppgir du det " "nye passordet ditt to ganger, slik at vi kan kontrollere at det er korrekt." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Gammelt passord" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nytt passord" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Endre passord" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Nullstill passord" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Passord nullstilt" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Passordet ditt er satt. Du kan nå logge inn." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Bekreftelse på nullstilt passord" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Oppgi nytt passord" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" "Oppgi det nye passordet to ganger, for å sikre at det er skrevet korrekt." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nytt passord:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Gjenta nytt passord:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Passordet ble ikke nullstilt" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -766,14 +780,14 @@ msgstr "" "Nullstillingslenken er ugyldig, kanskje fordi den allerede har vært brukt. " "Vennligst nullstill passordet ditt på nytt." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Passordet ble nullstilt" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Vi har sendt deg en e-post med instruksjoner for nullstilling av passord. Du " @@ -782,11 +796,11 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Du har mottatt denne e-posten fordi du har bedt om nullstilling av passordet " -"ditt for kontoen på %(site_name)s." +"Du mottar denne e-posten fordi du har bedt om nullstilling av passordet ditt " +"på %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -805,36 +819,36 @@ msgstr "Takk for at du bruker siden vår!" msgid "The %(site_name)s team" msgstr "Hilsen %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Glemt passordet ditt? Oppgi e-postadressen din under, så sender vi deg en e-" "post med instruksjoner for nullstilling av passord." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-postadresse:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Nullstill mitt passord" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Alle datoer" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ingen)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Velg %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Velg %s du ønsker å endre" diff --git a/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo index 0bddd153b73586ba7082ce0f4b5bbb565d328547..99f6633f705c30694a3960cc13c3aa5ba33cc5f7 100644 Binary files a/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po index 8152ab1a9a3658a2d37806b737e589a736241a1b..abb13b911466f7a318dbd1fe2f1d0888b631afa2 100644 --- a/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po @@ -11,13 +11,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 13:06+0000\n" "Last-Translator: jonklo \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo index 9bbac5361b38ee2e90d3edc09c4cbd6316790b5a..76ff7b5a1798b79d4b6aaad932fcd27201d6c411 100644 Binary files a/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ne/LC_MESSAGES/django.po b/django/contrib/admin/locale/ne/LC_MESSAGES/django.po index c9ff41e1f0cc74be0ab1b650e80bfed492df2243..986a7c461b4800ecb357b2bb6e88cb0e21d0866f 100644 --- a/django/contrib/admin/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ne/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "सफलतापूर्वक मेटियो %(count)d %(items)s ।" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s मेट्न सकिएन " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "के तपाई पक्का हुनुहुन्छ ?" @@ -36,255 +36,271 @@ msgstr "के तपाई पक्का हुनुहुन्छ ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "%(verbose_name_plural)s छानिएको मेट्नुहोस" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "सबै" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "हो" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "होइन" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "अज्ञात" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "कुनै मिति" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "आज" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "पूर्व ७ दिन" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "यो महिना" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "यो साल" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "कृपया पुन: लगिन गर्नुहोस, किनकी तपाइको अवधि सिद्धिएको छ ।" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "तपाइको ई-मेल ठेगाना तपाईको प्रयोगकर्ता नाम होइन । '%s' हुनसक्छ । " - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "कार्य:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "कार्य समय" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "वस्तु परिचय" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "एक्सन फ्ल्याग" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "सन्देश परिवर्तन गर्नुहोस" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "लग" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "लगहरु" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "शुन्य" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s परिवर्तित ।" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "र" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" थपिएको छ ।" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s को %(list)s फेरियो ।" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" मेटिएको छ ।" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "कुनै फाँट फेरिएन ।" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" सफलतापूर्वक परिवर्तन भयो । " - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "तपाई यो पुन: संशोधन गर्न सक्नुहुनेछ ।" +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" सफलतापूर्वक थप भयो । तपाई यो पुन: संशोधन गर्न सक्नुहुनेछ ।" -#: options.py:788 options.py:837 +#: options.py:835 #, python-format -msgid "You may add another %s below." -msgstr "तपाइ अर्को %s थप्न सक्नुहुनेछ । " +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:839 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" सफलतापूर्वक परिवर्तन भयो । " -#: options.py:830 +#: options.py:853 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" सफलतापूर्वक थप भयो । तपाई यो पुन: संशोधन गर्न सक्नुहुनेछ ।" -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" सफलतापूर्वक परिवर्तन भयो । " + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "कार्य गर्नका निम्ति वस्तु छान्नु पर्दछ । कुनैपनि छस्तु छानिएको छैन । " -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "कार्य छानिएको छैन ।" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s थप्नुहोस" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "प्राइमरी की %(key)r भएको %(name)s अब्जेक्ट" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s परिवर्तित ।" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "डाटाबेस त्रुटि" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s सफलतापूर्वक परिवर्तन भयो ।" msgstr[1] "%(count)s %(name)sहरु सफलतापूर्वक परिवर्तन भयो ।" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s चयन भयो" msgstr[1] "सबै %(total_count)s चयन भयो" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s को ० चयन गरियो" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" सफलतापूर्वक मेटियो । " -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "इतिहास फेर्नुहोस : %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "लगिन" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "साइट प्रशासन" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s प्रशासन" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "मिति:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "समय:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "खोज तलास" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "अर्को थप्नुहोस" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "पृष्ठ भेटिएन" @@ -293,42 +309,40 @@ msgstr "पृष्ठ भेटिएन" msgid "We're sorry, but the requested page could not be found." msgstr "क्षमापार्थी छौं तर अनुरोध गरिएको पृष्ठ भेटिएन ।" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "गृह" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "सर्भर त्रुटि" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "सर्भर त्रुटि (५००)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "सर्भर त्रुटि (५००)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"त्रुटि भयो । साइट प्रशासकलाई ई-मेलबाट खबर गरिएको छ र चाडैं समाधान हुनेछ । धैर्यताको " -"लागि धन्यवाद ।" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -351,7 +365,7 @@ msgstr "%(total_count)s %(module_name)s सबै छान्नुहोस " msgid "Clear selection" msgstr "चुनेको कुरा हटाउनुहोस ।" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -361,22 +375,22 @@ msgid "Welcome," msgstr "स्वागतम्" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "विस्तृत विवरण" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "पासवर्ड फेर्नुहोस " -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "लग आउट" @@ -388,35 +402,35 @@ msgstr "ज्याङ्गो साइट प्रशासन" msgid "Django administration" msgstr "ज्याङ्गो प्रशासन" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "थप्नुहोस " -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "इतिहास" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "साइटमा हेर्नुहोस" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "कृपया तलका त्रुटि सच्याउनुहोस ।" msgstr[1] "कृपया तलका त्रुटिहरु सच्याउनुहोस ।" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s थप्नुहोस" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "छान्नुहोस" @@ -433,12 +447,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "मेट्नुहोस" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -446,30 +460,30 @@ msgid "" "following types of objects:" msgstr "" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "हुन्छ, म पक्का छु ।" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "वहु वस्तुहरु मेट्नुहोस ।" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -477,14 +491,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -496,36 +510,36 @@ msgstr "%(objects_name)s " msgid " By %(filter_title)s " msgstr " %(filter_title)s द्वारा" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s साधनमा मोडेलहरु उपलब्ध छन्।" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "फेर्नुहोस" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "तपाइलाई केही पनि संपादन गर्ने अनुमति छैन ।" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "हालैका कार्यहरु" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "मेरो कार्यहरु" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "कुनै पनि उपलब्ध छैन ।" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "अज्ञात सामग्री" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -534,31 +548,27 @@ msgstr "" "डाटाबेस स्थापनामा केही त्रुटी छ । सम्वद्ध टेबल बनाएको र प्रयोगकर्तालाई डाटाबेसमा अनुमति " "भएको छ छैन जाच्नुहोस ।" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "प्रयोगकर्ता नाम:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "पासवर्ड" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "पासवर्ड अथवा प्रयोगकर्ता नाम भुल्नुभयो ।" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "मिति/समय" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "प्रयोगकर्ता" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "कार्य:" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -612,64 +622,64 @@ msgstr "" msgid "Enter a username and password." msgstr "प्रयोगकर्ता नाम र पासवर्ड राख्नुहोस।" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "प्रयोगकर्ता %(username)s को लागि नयाँ पासवर्ड राख्नुहोस ।" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "पासवर्ड" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "पासवर्ड (पुन:)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "प्रमाणिकरणको लागि माथी कै पासवर्ड राख्नुहोस ।" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "हटाउनुहोस" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "अर्को %(verbose_name)s थप्नुहोस ।" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "हटाउनुहोस" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "मेट्नुहुन्छ ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "वेब साइटमा समय बिताउनु भएकोमा धन्यवाद ।" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "पुन: लगिन गर्नुहोस" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "पासवर्ड फेरबदल" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "पासवर्ड सफलतापूर्वक फेरिएको छ ।" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "तपाइको पासवर्ड फेरिएको छ ।" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -677,87 +687,86 @@ msgstr "" "सुरक्षाको निम्ति आफ्नो पुरानो पासवर्ड राख्नुहोस र कृपया दोहर्याएर आफ्नो नयाँ पासवर्ड " "राख्नुहोस ताकी प्रमाणीकरण होस । " -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "पुरानो पासवर्ड" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "नयाँ पासवर्ड" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "मेरो पासवर्ड फेर्नुहोस " -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "पासवर्डपून: राख्नुहोस । " -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "पासवर्डपुन: राख्ने कार्य सम्पन्न भयो ।" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "तपाइको पासवर्ड राखियो । कृपया लगिन गर्नुहोस ।" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "पासवर्ड पुनर्स्थापना पुष्टि" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "नयाँ पासवर्ड राख्नुहोस" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "ठीक तरिकाले राखिएको पुष्टि गर्न कृपया नयाँ पासवर्ड दोहोर्याएर राख्नुहोस ।" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "नयाँ पासवर्ड :" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "पासवर्ड पुष्टि:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "पासवर्ड पुन: राख्ने काम असफल भयो ।" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "पासवर्ड पुनर्स्थापना प्रयोग भइसकेको छ । कृपया नयाँ पासवर्ड रिसेट माग्नुहोस ।" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "सफलतापूर्वक पासवर्ड पुन: राखियो ।" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." -msgstr "पासवर्ड राख्ने प्रकृया हामीले तपाइले प्रदान गरेको ई-मेल ठेगानामा मेल गरेका छौं । " +msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -" %(site_name)s को लागि तपाइले पासवर्ड पुन: राख्न आग्रह गरेको हुनाले ई-मेल पाउनुहुदैंछ ।" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -776,35 +785,34 @@ msgstr "हाम्रो साइट प्रयोग गरेकोमा msgid "The %(site_name)s team" msgstr "%(site_name)s टोली" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"पासवर्ड बिर्सनुभयो ? तल ई-मेल दिनुहोस र हामी नयाँ पासवर्ड हाल्ने प्रकृया पठाइ दिनेछौं ।" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ई-मेल ठेगाना :" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "मेरो पासवर्ड पुन: राख्नुहोस ।" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "सबै मिति" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(शुन्य)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s छान्नुहोस" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s परिवर्तन गर्न छान्नुहोस ।" diff --git a/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo index 811d3c264d0c9692d890aedaa4d9da38f7d767f8..c6632507cba365a6d2ccb3236432443381776794 100644 Binary files a/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po index ea4de6114ea7b42fdb62917d45c5259bd2487e0d..581f3ac7e3b00adf4024554d9807f12f3dc73e46 100644 --- a/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po @@ -1,21 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. # Sagar Chalise , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-10-01 12:40+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -28,11 +29,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"यो उपलब्ध %s को सुची हो। तपाईंले यी मध्य केही बक्सबाट चयन गरी बक्स बीच्को \"छान्नुहोस " +"\" तीरमा क्लिक गरी छान्नसक्नुहुन्छ । " #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr " उपलब्ध %s को सुचिबाट छान्न यो बक्समा टाइप गर्नुहोस " #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -40,16 +43,16 @@ msgstr "छान्नुहोस" #: static/admin/js/SelectFilter2.js:61 msgid "Choose all" -msgstr "" +msgstr "सबै छान्नुहोस " #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "एकै क्लिकमा सबै %s छान्नुहोस " #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "छान्नुहोस " #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -58,7 +61,7 @@ msgstr "हटाउनुहोस" #: static/admin/js/SelectFilter2.js:75 #, c-format msgid "Chosen %s" -msgstr "" +msgstr "छानिएको %s" #: static/admin/js/SelectFilter2.js:76 #, c-format @@ -66,15 +69,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"यो छानिएका %s को सुची हो । तपाईंले यी मध्य केही बक्सबाट चयन गरी बक्स बीच्को " +"\"हटाउनुहोस\" तीरमा क्लिक गरी हटाउन सक्नुहुन्छ । " #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "सबै हटाउनुहोस " #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "एकै क्लिकमा सबै छानिएका %s हटाउनुहोस ।" #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo b/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo index 5b2b3cf70509770292c84c4f60b47ddd580fe8f6..db99a38f8b2c4f5759153523a3eefd61d49e7a41 100644 Binary files a/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/nl/LC_MESSAGES/django.po b/django/contrib/admin/locale/nl/LC_MESSAGES/django.po index 39475517ea36ccd6627df3c3def112c825852098..45ebdd11271f6fa10e4d1cafb5fb4318323a264a 100644 --- a/django/contrib/admin/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/nl/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012-2013. # Harro van der Klauw , 2012. # Jannis Leidel , 2011. # Jeffrey Gelens , 2011, 2012. @@ -9,28 +10,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Harro van der Klauw \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-03 11:13+0000\n" +"Last-Translator: bartdegoede \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s succesvol verwijderd." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s kan niet worden verwijderd " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Weet u het zeker?" @@ -39,168 +40,182 @@ msgstr "Weet u het zeker?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Verwijder geselecteerde %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Alle" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ja" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nee" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Onbekend" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Elke datum" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Vandaag" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Afgelopen zeven dagen" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Deze maand" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Dit jaar" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Voer de correcte gebruikersnaam en wachtwoord voor een stafaccount in. Let " -"op dat beide velden hoofdlettergevoelig zijn." +"Voer de correcte %(username)s en wachtwoord voor een stafaccount in. Let op " +"dat beide velden hoofdlettergevoelig zijn." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Uw sessie is verlopen, meld u opnieuw aan." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Uw e-mailadres is niet uw gebruikersnaam. Probeer '%s' eens." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Actie:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "actietijd" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "object-id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "object-repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "actievlag" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "wijzig bericht" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "logregistratie" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "logregistraties" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Toegevoegd \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Gewijzigd \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Verwijderd \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry Object" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Geen" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s gewijzigd." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "en" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" toegevoegd." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s aangepast voor %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" verwijderd." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Geen velden gewijzigd." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "De %(name)s \"%(obj)s\" was toegevoegd. U kunt het hieronder wijzigen." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"De %(name)s \"%(obj)s\" was succesvol gewijzigd. Je kan hieronder een andere " +"%(name)s toevoegen." + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "De %(name)s \"%(obj)s\" is toegevoegd." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "U kunt dit hieronder weer bewerken." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"De %(name)s \"%(obj)s\" was succesvol gewijzigd. Je kunt het hieronder " +"wijzigen." -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "U kunt hieronder de volgende %s toevoegen." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"De %(name)s \"%(obj)s\" was succesvol gewijzigd. Je kan hieronder een andere " +"%(name)s toevoegen." -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "Het wijzigen van %(name)s \"%(obj)s\" is geslaagd." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "De %(name)s \"%(obj)s\" was toegevoegd. U kunt het hieronder wijzigen." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,89 +223,97 @@ msgstr "" "Er moeten items worden geselecteerd om acties op uit te voeren. Geen items " "zijn veranderd." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Geen actie geselecteerd." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Toevoegen %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s object met primaire sleutel %(key)r bestaat niet." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Wijzig %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Databasefout" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s is succesvol gewijzigd." msgstr[1] "%(count)s %(name)s zijn succesvol gewijzigd." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s geselecteerd" msgstr[1] "Alle %(total_count)s geselecteerd" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 van de %(cnt)s geselecteerd" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Gebruiker %(name)s \"%(obj)s\" is verwijderd." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Wijzigingsgeschiedenis: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Inloggen" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Sitebeheer" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s beheer" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Tijd:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Opzoeken" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Voeg nog één toe" +#: widgets.py:316 +msgid "Currently:" +msgstr "Huidig:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Wijzig:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Pagina niet gevonden" @@ -299,42 +322,43 @@ msgstr "Pagina niet gevonden" msgid "We're sorry, but the requested page could not be found." msgstr "Onze excuses, maar de gevraagde pagina bestaat niet." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Voorpagina" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serverfout" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serverfout (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serverfout (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Er is een fout opgetreden. Dit is inmiddels doorgegeven aan de sitebeheerder " -"via e-mail en zal spoedig worden gerepareerd. Bedankt voor uw geduld." +"Er heeft zich een fout voorgedaan. De fout is via email gemeld aan de " +"website administrators en zou snel verholpen moeten zijn. Bedankt voor uw " +"geduld." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -357,7 +381,7 @@ msgstr "Selecteer alle %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Leeg selectie" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,22 +391,22 @@ msgid "Welcome," msgstr "Welkom," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentatie" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Wachtwoord wijzigen" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Afmelden" @@ -394,35 +418,35 @@ msgstr "Django sitebeheer" msgid "Django administration" msgstr "Djangobeheer" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Toevoegen" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Geschiedenis" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Toon op site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Herstel de fout hieronder." msgstr[1] "Herstel de fouten hieronder." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s toevoegen" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -439,12 +463,12 @@ msgstr "Sorteer prioriteit: %(priority_number)s" msgid "Toggle sorting" msgstr "Sortering aan/uit" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Verwijderen" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -455,7 +479,7 @@ msgstr "" "gerelateerde objecten verwijderen. Echter u heeft geen rechten om de " "volgende typen objecten te verwijderen:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -464,7 +488,7 @@ msgstr "" "Het verwijderen van %(object_name)s '%(escaped_object)s' vereist het " "verwijderen van de volgende gerelateerde objecten:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -473,16 +497,16 @@ msgstr "" "Weet u zeker dat u %(object_name)s \"%(escaped_object)s\" wilt verwijderen? " "Alle volgende objecten worden verwijderd:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, ik weet het zeker" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Verwijder meerdere objecten" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +517,7 @@ msgstr "" "verwijderen van gerelateerde objecten, maar uw account heeft geen " "toestemming om de volgende soorten objecten te verwijderen:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +526,7 @@ msgstr "" "Het verwijderen van de geselecteerde %(objects_name)s vereist het " "verwijderen van de volgende beschermde gerelateerde objecten:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +540,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Op %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Beschikbare modellen in de %(name)s toepassing." +msgid "Models in the %(name)s application" +msgstr "Modellen in de %(name)s applicatie" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Wijzigen" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "U heeft geen rechten om iets te wijzigen." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Recente acties" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mijn acties" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Geen beschikbaar" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Onbekende inhoud" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -554,31 +578,27 @@ msgstr "" "Er is iets mis met de database. Verzeker u ervan dat de benodigde tabellen " "zijn aangemaakt en dat de database toegankelijk is voor de juiste gebruiker." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Gebruikersnaam:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Wachtwoord:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Wachtwoord of gebruikersnaam vergeten?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum/tijd" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Gebruiker" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Actie" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -634,65 +654,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Voer een gebruikersnaam en wachtwoord in." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Geef een nieuw wachtwoord voor gebruiker %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Wachtwoord" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Wachtwoord (nogmaals)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Vul hetzelfde wachtwoord als hierboven in, ter bevestiging." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Verwijderen" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Voeg nog een %(verbose_name)s toe" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Verwijderen" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Verwijderen?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Bedankt voor de aanwezigheid op de site vandaag." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Log opnieuw in" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Wachtwoordwijziging" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Wachtwoord wijzigen is geslaagd" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Uw wachtwoord is gewijzigd." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -700,46 +720,46 @@ msgstr "" "Vanwege de beveiliging moet u uw oude en twee keer uw nieuwe wachtwoord " "invoeren, zodat we kunnen controleren of er geen typefouten zijn gemaakt." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Oud wachtwoord" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nieuw wachtwoord" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Wijzig mijn wachtwoord" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Wachtwoord hersteld" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" -msgstr "Wachtwoord herstellen volooid" +msgstr "Wachtwoord herstellen voltooid" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Uw wachtwoord is ingesteld. U kunt nu verder gaan en inloggen." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Bevestiging wachtwoord herstellen" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Voer nieuw wachtwoord in" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -747,47 +767,47 @@ msgstr "" "Voer het nieuwe wachtwoord twee keer in, zodat we kunnen controleren of er " "geen typefouten zijn gemaakt." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nieuw wachtwoord:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Bevestig wachtwoord:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Wachtwoord herstel mislukt" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -"De link voor het herstellen van het wachtwoord is ongeldig, misschien omdat " -"de link al eens is gebruikt. Vraag opnieuw het wachtwoord herstellen aan." +"De link voor het herstellen van het wachtwoord is ongeldig, waarschijnlijk " +"omdat de link al eens is gebruikt. Vraag opnieuw een wachtwoord aan." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Wachtwoord herstel geslaagd" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"We hebben u de instructies voor het instellen van een nieuw wachtwoord per e-" -"mail gestuurd. U zou dit spoedig moeten ontvangen." +"We hebben instructies voor het resetten van uw wachtwoord naar het ingevulde " +"emailadres gestuurd. U zou ze snel binnen moeten krijgen." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"U heeft deze email ontvangen, omdat u een wachtwoord reset heeft aangevraagd " -"voor uw gebruikersaccount op %(site_name)s." +"U ontvangt deze email omdat u heeft verzocht het wachtwoord te resetten voor " +"uw account op %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -806,36 +826,36 @@ msgstr "Bedankt voor het gebruik van onze site!" msgid "The %(site_name)s team" msgstr "Het %(site_name)s team" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Uw wachtwoord vergeten? Geef uw e-mailadres op en we sturen u per e-mail de " -"instructies voor het instellen van een nieuw wachtwoord." +"Wachtwoord vergeten? Vul uw emailadres hieronder in, en we zullen " +"instructies voor het opnieuw instellen van uw wachtwoord mailen." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mailadres:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Emailadres:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Herstel mijn wachtwoord" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Alle data" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Geen)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Selecteer %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Selecteer %s om te wijzigen" diff --git a/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo index 099dd15fd5062f9c5aa9829730267f08e905b75c..9cf3fccb2bf02609d5a13b25065ea20854a0f39f 100644 Binary files a/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po index 3e9106c75ad3fab87962b54d4d6339d54390b7ac..ba83a84fe06b50886ce6e2bde0fecbe8e9885549 100644 --- a/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po @@ -12,13 +12,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Harro van der Klauw \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo b/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo index 7f97ec51776742e4b0c959b95a055405a7fbb979..6b241a3f2d77d6ca5672c66911f3c6b1148e85bc 100644 Binary files a/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/nn/LC_MESSAGES/django.po b/django/contrib/admin/locale/nn/LC_MESSAGES/django.po index fa7436b83361342276265896b6f449060d9bc963..0306ec0dcea64831d6eda07f3bce67f7d500fe16 100644 --- a/django/contrib/admin/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/nn/LC_MESSAGES/django.po @@ -1,35 +1,37 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # hgrimelid , 2011. # Jannis Leidel , 2011. +# , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-13 11:23+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Sletta %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Kan ikkje slette %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Er du sikker?" @@ -38,166 +40,174 @@ msgstr "Er du sikker?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Slett valgte %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Alle" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ja" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nei" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Ukjend" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Når som helst" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "I dag" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" -msgstr "Siste sju dager" +msgstr "Siste sju dagar" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Denne månaden" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "I år" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Økta har tidsavbrot, logg inn att." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "E-postadressa er ikkje brukarnamnet ditt, prøv '%s' istadenfor." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Handling:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "tid for handling" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objekt-ID" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objekt repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "handlingsflagg" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "endre melding" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "logginnlegg" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "logginnlegg" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "La til «%(object)s»." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Endra «%(object)s» - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Sletta «%(object)s»." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry-objekt" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ingen" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Endra %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "og" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Oppretta %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Endra %(list)s for %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Sletta %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ingen felt endra." -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" vart endra Du kan redigere vidare nedanfor." + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" vart oppretta." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Du kan redigere vidare nedanfor." +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "Du kan opprette ny %s nedanfor." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" vart endra." -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" vart endra Du kan redigere vidare nedanfor." - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -205,89 +215,97 @@ msgstr "" "Objekt må vere valde for at dei skal kunne utførast handlingar på. Ingen " "object er endra." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Inga valt handling." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Opprett %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s-objekt med primærnøkkelen %(key)r eksisterer ikkje." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Rediger %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Databasefeil" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s vart endra." msgstr[1] "%(count)s %(name)s vart endra." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s valde" msgstr[1] "Alle %(total_count)s valde" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "Ingen av %(cnt)s valde" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" vart sletta." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Endringshistorikk: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Logg inn" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Nettstadsadministrasjon" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s-administrasjon" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dato:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Tid:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Oppslag" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Legg til ny" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Fann ikkje sida" @@ -296,42 +314,40 @@ msgstr "Fann ikkje sida" msgid "We're sorry, but the requested page could not be found." msgstr "Sida du spør etter finst ikkje." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Heim" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Tenarfeil" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Tenarfeil (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Tenarfeil (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Det har oppstått ein feil. Feilen er rapportert til administrator via e-" -"post, og vil bli fiksa snart. " #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +370,7 @@ msgstr "Velg alle %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Nullstill utval" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +380,22 @@ msgid "Welcome," msgstr "Velkommen," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentasjon" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Endre passord" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Logg ut" @@ -391,35 +407,35 @@ msgstr "Django administrasjonsside" msgid "Django administration" msgstr "Django-administrasjon" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Opprett" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historikk" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Vis på nettstad" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Korriger feilen under." msgstr[1] "Korriger feila under." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Opprett %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrering" @@ -436,12 +452,12 @@ msgstr "Sorteringspriorite: %(priority_number)s" msgid "Toggle sorting" msgstr "Slår av eller på sortering" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Slett" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,7 +467,7 @@ msgstr "" "Dersom du slettar %(object_name)s '%(escaped_object)s', vil også slette " "relaterte objekt, men du har ikkje løyve til å slette følgande objekttypar:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -460,7 +476,7 @@ msgstr "" "Sletting av %(object_name)s '%(escaped_object)s' krevar sletting av " "følgjande beskytta relaterte objekt:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -469,16 +485,16 @@ msgstr "" "Er du sikker på at du vil slette %(object_name)s \"%(escaped_object)s\"? " "Alle dei følgjande relaterte objekta vil bli sletta:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, eg er sikker" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Slett fleire objekt" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -488,7 +504,7 @@ msgstr "" "Sletting av %(objects_name)s vil føre til at relaterte objekt blir sletta, " "men kontoen din manglar løyve til å slette følgjande objekttypar:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -497,7 +513,7 @@ msgstr "" "Sletting av %(objects_name)s krevar sletting av følgjande beskytta relaterte " "objekt:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -511,36 +527,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Etter %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modellar tilgjengeleg i %(name)s-applikasjonen." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Endre" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Du har ikkje løyve til å redigere noko." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Siste handlingar" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mine handlingar" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ingen tilgjengelege" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Ukjent innhald" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -549,31 +565,27 @@ msgstr "" "Noko er gale med databaseinstallasjonen din. Syt for at databasetabellane er " "oppretta og at brukaren har dei naudsynte løyve." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Brukarnamn:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Passord:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Gløymd brukarnamn eller passord?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dato/tid" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Brukar" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Handling" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -629,64 +641,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Skriv inn nytt brukarnamn og passord." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Skriv inn eit nytt passord for brukaren %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Passord" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Passord (gjenta)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Skriv inn det samme passordet som over, for verifisering." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Fjern" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Legg til ny %(verbose_name)s." -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Fjern" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Slette?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Takk for at du brukte kvalitetstid på nettstaden i dag." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Logg inn att" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Endre passord" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Passord endra" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Passordet ditt vart endret." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,46 +706,46 @@ msgstr "" "Av sikkerheitsgrunnar må du oppgje det gamle passordet ditt. Oppgje så det " "nye passordet ditt to gonger, slik at vi kan kontrollere at det er korrekt." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Gammalt passord" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nytt passord" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Endre passord" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Nullstill passord" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Passord nullstilt" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Passordet ditt er sett. Du kan logge inn." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Stadfesting på nullstilt passord" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Oppgje nytt passord" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -741,19 +753,19 @@ msgstr "" "Oppgje det nye passordet ditt to gonger, for å sikre at du oppgjev det " "korrekt." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nytt passord:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Gjenta nytt passord:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Passordet vart ikkje nullstilt" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -761,27 +773,23 @@ msgstr "" "Nullstillingslinken er ugyldig, kanskje fordi den allereie har vore brukt. " "Nullstill passordet ditt på nytt." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Passordet vart nullstilt" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Vi har sendt deg ein e-post med instruksjonar for nullstilling av passord. " -"Du bør motta den om kort tid." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Du mottar denne eposten fordi du ba om å nullstille passordet for " -"brukarkontoen din på %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -800,36 +808,34 @@ msgstr "Takk for at du brukar sida vår!" msgid "The %(site_name)s team" msgstr "Helsing %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Har du gløymt passordet ditt? Oppgje e-postadressa di under, så sender vi " -"deg ein e-post med instruksjonar for nullstilling av passord." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-postadresse:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Nullstill passordet" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Alle datoar" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ingen)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Velg %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Velg %s du ønskar å redigere" diff --git a/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo index e300051b527d38a1fa6d0ac316764e76f8ad5117..b10001e4379e8e00647524f707da2a176a93f5d6 100644 Binary files a/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po index e952bdad686cc499ccac85f557c3303b30aca116..3fdc5ed9875f6584244362ae41dbdac5710066b6 100644 --- a/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po @@ -3,20 +3,21 @@ # Translators: # hgrimelid , 2011. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: hgrimelid \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"PO-Revision-Date: 2012-06-03 20:16+0000\n" +"Last-Translator: velmont \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -29,11 +30,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Dette er lista over tilgjengelege %s. Du kan velja nokon ved å markera dei i " +"boksen under og so klikka på «Velg»-pila mellom dei to boksane." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Skriv i dette feltet for å filtrera ned lista av tilgjengelege %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -46,11 +49,11 @@ msgstr "Velg alle" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Klikk for å velja alle %s samtidig." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Vel" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -67,15 +70,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Dette er lista over valte %s. Du kan fjerna nokon ved å markera dei i boksen " +"under og so klikka på «Fjern»-pila mellom dei to boksane." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "Fjern alle" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Klikk for å fjerna alle valte %s samtidig." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo b/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo index a04870949b311c01f6ccf2b9c5c8d82d1fac648f..f11babf75217972c521459c36e8fd2b8e26feefe 100644 Binary files a/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/pa/LC_MESSAGES/django.po b/django/contrib/admin/locale/pa/LC_MESSAGES/django.po index d67450e28738855f27f3fdaa6ffe87ecbd70f2ea..703a073bf50484cc3cee7b2794a1e7786bfd6cd5 100644 --- a/django/contrib/admin/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/pa/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s ਠੀਕ ਤਰ੍ਹਾਂ ਹਟਾਈਆਂ ਗਈਆਂ।" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "ਕੀ ਤੁਸੀਂ ਇਹ ਚਾਹੁੰਦੇ ਹੋ?" @@ -36,254 +36,270 @@ msgstr "ਕੀ ਤੁਸੀਂ ਇਹ ਚਾਹੁੰਦੇ ਹੋ?" msgid "Delete selected %(verbose_name_plural)s" msgstr "ਚੁਣੇ %(verbose_name_plural)s ਹਟਾਓ" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "ਸਭ" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "ਹਾਂ" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "ਨਹੀਂ" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "ਅਣਜਾਣ" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "ਕੋਈ ਵੀ ਮਿਤੀ" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "ਅੱਜ" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "ਪਿਛਲੇ ੭ ਦਿਨ" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "ਇਹ ਮਹੀਨੇ" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "ਇਹ ਸਾਲ" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "ਫੇਰ ਲਾਗਇਨ ਕਰੋ ਜੀ, ਕਿਉਂਕਿ ਤੁਹਾਡੇ ਸ਼ੈਸ਼ਨ ਦੀ ਮਿਆਦ ਪੁੱਗ ਗਈ ਸੀ।" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "ਤੁਹਾਡਾ ਈਮੇਲ ਐਡਰੈੱਸ ਤੁਹਾਡਾ ਯੂਜ਼ਰ ਨਾਂ ਨਹੀਂ ਹੈ। '%s' ਨਾਲ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "ਕਾਰਵਾਈ:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "ਕਾਰਵਾਈ ਸਮਾਂ" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "ਆਬਜੈਕਟ id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "ਆਬਜੈਕਟ repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "ਕਾਰਵਾਈ ਫਲੈਗ" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "ਸੁਨੇਹਾ ਬਦਲੋ" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "ਲਾਗ ਐਂਟਰੀ" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "ਲਾਗ ਐਂਟਰੀਆਂ" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "ਕੋਈ ਨਹੀਂ" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s ਬਦਲਿਆ।" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ਅਤੇ" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ਸ਼ਾਮਲ ਕੀਤਾ।" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ਲਈ %(list)s ਨੂੰ ਬਦਲਿਆ" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" ਹਟਾਇਆ ਗਿਆ।" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "ਕੋਈ ਖੇਤਰ ਨਹੀਂ ਬਦਲਿਆ।" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" ਠੀਕ ਤਰ੍ਹਾਂ ਜੋੜਿਆ ਗਿਆ ਸੀ। ਤੁਸੀਂ ਇਸ ਨੂੰ ਹੇਠਾਂ ਸੋਧ ਸਕਦੇ ਹੋ।" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" ਠੀਕ ਤਰ੍ਹਾਂ ਹਟਾਇਆ ਗਿਆ ਹੈ।" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "ਤੁਸੀਂ ਇਸ ਨੂੰ ਹੇਠਾਂ ਸੋਧ ਸਕਦੇ ਹੋ।" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "ਤੁਸੀਂ ਇੱਕ ਹੋਰ %s ਹੇਠਾਂ ਜੋੜ ਸਕਦੇ ਹੋ।" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" ਨੂੰ ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ ਸੀ।" -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" ਠੀਕ ਤਰ੍ਹਾਂ ਜੋੜਿਆ ਗਿਆ ਸੀ। ਤੁਸੀਂ ਇਸ ਨੂੰ ਹੇਠਾਂ ਸੋਧ ਸਕਦੇ ਹੋ।" - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "ਕੋਈ ਕਾਰਵਾਈ ਨਹੀਂ ਚੁਣੀ ਗਈ।" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s ਸ਼ਾਮਲ" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s ਬਦਲੋ" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "ਡਾਟਾਬੇਸ ਗਲਤੀ" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ।" msgstr[1] "%(count)s %(name)s ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲੇ ਗਏ ਹਨ।" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s ਚੁਣਿਆ।" msgstr[1] "%(total_count)s ਚੁਣੇ" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" ਠੀਕ ਤਰ੍ਹਾਂ ਹਟਾਇਆ ਗਿਆ ਹੈ।" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "ਅਤੀਤ ਬਦਲੋ: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ਲਾਗ ਇਨ" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "ਸਾਈਟ ਪਰਬੰਧ" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s ਪਰਸ਼ਾਸ਼ਨ" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "ਮਿਤੀ:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "ਸਮਾਂ:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "ਖੋਜ" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "ਹੋਰ ਸ਼ਾਮਲ" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "ਸਫ਼ਾ ਨਹੀਂ ਲੱਭਿਆ" @@ -292,39 +308,39 @@ msgstr "ਸਫ਼ਾ ਨਹੀਂ ਲੱਭਿਆ" msgid "We're sorry, but the requested page could not be found." msgstr "ਸਾਨੂੰ ਅਫਸੋਸ ਹੈ, ਪਰ ਅਸੀਂ ਮੰਗਿਆ ਗਿਆ ਸਫ਼ਾ ਨਹੀਂ ਲੱਭ ਸਕੇ।" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "ਘਰ" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "ਸਰਵਰ ਗਲਤੀ" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "ਸਰਵਰ ਗਲਤੀ (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "ਸਰਵਰ ਗਲਤੀ (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/admin/actions.html:4 @@ -348,7 +364,7 @@ msgstr "ਸਭ %(total_count)s %(module_name)s ਚੁਣੋ" msgid "Clear selection" msgstr "ਚੋਣ ਸਾਫ਼ ਕਰੋ" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -358,22 +374,22 @@ msgid "Welcome," msgstr "ਜੀ ਆਇਆਂ ਨੂੰ, " #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "ਡੌਕੂਮੈਂਟੇਸ਼ਨ" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "ਲਾਗ ਆਉਟ" @@ -385,35 +401,35 @@ msgstr "ਡੀਜਾਂਗੋ ਸਾਈਟ ਐਡਮਿਨ" msgid "Django administration" msgstr "ਡੀਜਾਂਗੋ ਪਰਸ਼ਾਸ਼ਨ" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "ਸ਼ਾਮਲ" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "ਅਤੀਤ" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "ਸਾਈਟ ਉੱਤੇ ਜਾਓ" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "ਹੇਠਾਂ ਦਿੱਤੀ ਗਲਤੀ ਠੀਕ ਕਰੋ ਜੀ।" msgstr[1] "ਹੇਠ ਦਿੱਤੀਆਂ ਗਲਤੀਆਂ ਠੀਕ ਕਰੋ ਜੀ।" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s ਸ਼ਾਮਲ" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "ਫਿਲਟਰ" @@ -430,12 +446,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "ਹਟਾਓ" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -443,30 +459,30 @@ msgid "" "following types of objects:" msgstr "" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "ਹਾਂ, ਮੈਂ ਚਾਹੁੰਦਾ ਹਾਂ" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "ਕਈ ਆਬਜੈਕਟ ਹਟਾਓ" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -474,14 +490,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -493,67 +509,63 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s ਵਲੋਂ " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "ਐਪਲੀਕੇਸ਼ਨ %(name)s ਵਿੱਚ ਉਪਲੱਬਧ ਮਾਡਲ ਹਨ।" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "ਬਦਲੋ" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "ਤੁਹਾਨੂੰ ਕੁਝ ਵੀ ਸੋਧਣ ਦਾ ਅਧਿਕਾਰ ਨਹੀਂ ਹੈ।" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "ਤਾਜ਼ਾ ਕਾਰਵਾਈਆਂ" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "ਮੇਰੀਆਂ ਕਾਰਵਾਈਆਂ" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "ਕੋਈ ਉਪਲੱਬਧ ਨਹੀਂ" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "ਅਣਜਾਣ ਸਮੱਗਰੀ" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "ਯੂਜ਼ਰ ਨਾਂ:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "ਪਾਸਵਰਡ:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "ਮਿਤੀ/ਸਮਾਂ" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "ਯੂਜ਼ਰ" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "ਕਾਰਵਾਈ" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -605,64 +617,64 @@ msgstr "ਪਹਿਲਾਂ ਆਪਣਾ ਯੂਜ਼ਰ ਨਾਂ ਤੇ ਪਾ msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "ਯੂਜ਼ਰ %(username)s ਲਈ ਨਵਾਂ ਪਾਸਵਰਡ ਦਿਓ।" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "ਪਾਸਵਰਡ" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "ਪਾਸਵਰਡ (ਫੇਰ)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "ਜਾਂਚ ਲਈ, ਉੱਤੇ ਦਿੱਤਾ ਪਾਸਵਰਡ ਹੀ ਦਿਓ।" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "ਹਟਾਓ" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "%(verbose_name)s ਹੋਰ ਸ਼ਾਮਲ" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "ਹਟਾਓ" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "ਹਟਾਉਣਾ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ਅੱਜ ਵੈੱਬਸਾਈਟ ਨੂੰ ਕੁਝ ਚੰਗਾ ਸਮਾਂ ਦੇਣ ਲਈ ਧੰਨਵਾਦ ਹੈ।" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ਫੇਰ ਲਾਗਇਨ ਕਰੋ" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "ਪਾਸਵਰਡ ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਬਦਲਿਆ ਗਿਆ ਹੈ।" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -670,65 +682,65 @@ msgstr "" "ਸੁਰੱਖਿਆ ਲਈ ਪਹਿਲਾਂ ਆਪਣਾ ਪੁਰਾਣਾ ਪਾਸਵਰਡ ਦਿਉ, ਅਤੇ ਫੇਰ ਆਪਣਾ ਨਵਾਂ ਪਾਸਵਰਡ ਦੋ ਵਰਾ ਦਿਉ ਤਾਂ ਕਿ " "ਅਸੀਂ ਜਾਂਚ ਸਕੀਏ ਕਿ ਤੁਸੀਂ ਇਹ ਠੀਕ ਤਰ੍ਹਾਂ ਲਿਖਿਆ ਹੈ।" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "ਪੁਰਾਣਾ ਪਾਸਵਰਡ" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "ਨਵਾਂ ਪਾਸਵਰਡ" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "ਮੇਰਾ ਪਾਸਵਰਡ ਬਦਲੋ" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰਨਾ ਪੂਰਾ ਹੋਇਆ" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਸੈੱਟ ਕੀਤਾ ਗਿਆ ਹੈ। ਤੁਸੀਂ ਜਾਰੀ ਰੱਖ ਕੇ ਹੁਣੇ ਲਾਗਇਨ ਕਰ ਸਕਦੇ ਹੋ।" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰਨ ਪੁਸ਼ਟੀ" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "ਨਵਾਂ ਪਾਸਵਰਡ ਦਿਓ" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" "ਆਪਣਾ ਨਵਾਂ ਪਾਸਵਰਡ ਦੋ ਵਾਰ ਦਿਉ ਤਾਂ ਕਿ ਅਸੀਂ ਜਾਂਚ ਕਰ ਸਕੀਏ ਕਿ ਤੁਸੀਂ ਠੀਕ ਤਰ੍ਹਾਂ ਲਿਖਿਆ ਹੈ।" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "ਨਵਾਂ ਪਾਸਵਰਡ:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰਨ ਅਸਫ਼ਲ" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -736,21 +748,21 @@ msgstr "" "ਪਾਸਵਰਡ ਰੀ-ਸੈੱਟ ਲਿੰਕ ਗਲਤ ਹੈ, ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਇਹ ਪਹਿਲਾਂ ਹੀ ਵਰਤਿਆ ਜਾ ਚੁੱਕਾ ਹੈ। ਨਵਾਂ ਪਾਸਵਰਡ ਰੀ-" "ਸੈੱਟ ਲਈ ਬੇਨਤੀ ਭੇਜੋ ਜੀ।" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "ਪਾਸਵਰਡ ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -771,36 +783,34 @@ msgstr "ਸਾਡੀ ਸਾਈਟ ਵਰਤਣ ਲਈ ਧੰਨਵਾਦ ਜੀ! msgid "The %(site_name)s team" msgstr "%(site_name)s ਟੀਮ" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"ਆਪਣਾ ਪਾਸਵਰਡ ਭੁੱਲ ਗਏ? ਆਪਣਾ ਈਮੇਲ ਐਡਰੈੱਸ ਹੇਠਾਂ ਦਿਓ ਅਤੇ ਅਸੀਂ ਤੁਹਾਨੂੰ ਨਵੇਂ ਲਈ ਹਦਾਇਤਾਂ ਨਾਲ ਈਮੇਲ ਭੇਜ " -"ਦੇਵਾਂਗੇ।" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ਈਮੇਲ ਐਡਰੈੱਸ:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "ਮੇਰਾ ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰੋ" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "ਸਭ ਮਿਤੀਆਂ" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s ਚੁਣੋ" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "ਬਦਲਣ ਲਈ %s ਚੁਣੋ" diff --git a/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo index 7cf4a4b467535628a6fcc1def657aaa034b7a860..453d8567c5ef6393965e92cf2f76cac3a84f1a40 100644 Binary files a/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po index 3a74cfb8c3657ecca5216382028f5e7e48e0ec1a..e45fc6ae451ee6905b5802cfafb57ea191ac8c76 100644 --- a/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po @@ -9,13 +9,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo b/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo index 7ff6049b56cc649c59b046cc4dab17e03a033a7c..24112a04ab84e721d42d1b4bac7438c504c3e38f 100644 Binary files a/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/pl/LC_MESSAGES/django.po b/django/contrib/admin/locale/pl/LC_MESSAGES/django.po index 94aad5476e8ec7c6c74cb4ce49a218daf743b0ef..20871c794b3e07feb835021ae07249cb7fc99f8b 100644 --- a/django/contrib/admin/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/pl/LC_MESSAGES/django.po @@ -6,33 +6,34 @@ # Jannis Leidel , 2011. # Karol , 2012. # konryd , 2011. +# , 2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-12 00:20+0000\n" -"Last-Translator: angularcircle \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-06 10:41+0000\n" +"Last-Translator: ola \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Usunięto %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Nie można usunąć %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Jesteś pewien?" @@ -41,199 +42,205 @@ msgstr "Jesteś pewien?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Usuń wybrane %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Wszystko" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Tak" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nie" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nieznany" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Dowolna data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Dzisiaj" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Ostatnie 7 dni" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ten miesiąc" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Ten rok" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Proszę podać poprawną nazwę użytkownika i hasło dla konta administratora. " -"Zauważ, że w obu polach wielkość znaków ma znaczenie." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Twoja sesja wygasła, zaloguj się ponownie." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Podany adres e-mail nie jest Twoją nazwą użytkownika. Spróbuj '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Akcja:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "czas akcji" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id obiektu" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "reprezentacja obiektu" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "flaga akcji" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "zmień wiadomość" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "log" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "logi" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Dodano \" %(object)s \"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Zmieniono \" %(object)s \" - %(changes)s " -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Usunięto \" %(object)s \"." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Obiekt typu LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "brak" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Zmieniono %s" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "i" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Dodano %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Zmieniono %(list)s w %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Usunięto %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Żadne pole nie zmienione." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" dodany pomyślnie." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" dodane pomyślnie. Możesz edytować ponownie wpis poniżej." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Możesz ponownie edytować wpis poniżej." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Możesz dodać nowy wpis %s poniżej." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" dodany pomyślnie." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" zostało pomyślnie zmienione." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" dodane pomyślnie. Możesz edytować ponownie wpis poniżej." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" zostało pomyślnie zmienione." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "Wykonanie akcji wymaga wybrania obiektów. Żaden obiekt nie został zmieniony." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nie wybrano akcji." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Dodaj %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Obiekt %(name)s o kluczu głównym %(key)r nie istnieje." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Zmień %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Błąd bazy danych" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -241,7 +248,7 @@ msgstr[0] "%(count)s %(name)s został pomyślnie zmieniony." msgstr[1] "%(count)s %(name)s zostały pomyślnie zmienione." msgstr[2] "%(count)s %(name)s zostało pomyślnie zmienionych." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -249,52 +256,60 @@ msgstr[0] "%(total_count)s wybrany" msgstr[1] "%(total_count)s wybrane" msgstr[2] "%(total_count)s wybranych" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 z %(cnt)s wybranych" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" usunięty pomyślnie." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Historia zmian: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Zaloguj się" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administracja stroną" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s - administracja" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Czas:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Szukaj" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Dodaj kolejny" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Strona nie znaleziona" @@ -303,42 +318,40 @@ msgstr "Strona nie znaleziona" msgid "We're sorry, but the requested page could not be found." msgstr "Niestety, żądana strona nie została znaleziona." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Początek" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Błąd serwera" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Błąd serwera (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Błąd Serwera (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Wystąpił niespodziewany błąd. Został on zgłoszony e-mailem administratorowi " -"strony i powinien zostać wkrótce naprawiony. Dziękujemy za cierpliwość." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -361,7 +374,7 @@ msgstr "Wybierz wszystkie %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Wyczyść wybór" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -371,22 +384,22 @@ msgid "Welcome," msgstr "Witaj," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentacja" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Zmiana hasła" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Wyloguj się" @@ -398,36 +411,36 @@ msgstr "Administracja stroną Django" msgid "Django administration" msgstr "Administracja Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Dodaj" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historia" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Pokaż na stronie" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 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/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Dodaj %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtr" @@ -444,12 +457,12 @@ msgstr "Priorytet sortowania: %(priority_number)s " msgid "Toggle sorting" msgstr "Zmień sortowanie" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Usuń" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -460,7 +473,7 @@ msgstr "" "zależnych obiektów, lecz nie posiadasz uprawnień do usunięcia następujących " "typów obiektów:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -469,7 +482,7 @@ msgstr "" "Skasowanie %(object_name)s '%(escaped_object)s' wymaga usunięcia " "następujących chronionych zależnych obiektów:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -478,16 +491,16 @@ msgstr "" "Czy chcesz skasować %(object_name)s \"%(escaped_object)s\"? Następujące " "zależne obiekty zostaną skasowane:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Tak, na pewno" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Usuwanie wielu obiektów" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -497,7 +510,7 @@ msgstr "" "Skasowanie %(objects_name)s spowoduje usunięcie zależnych obiektów, lecz nie " "posiadasz uprawnień do usunięcia następujących typów obiektów:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -506,7 +519,7 @@ msgstr "" "Skasowanie %(objects_name)s wymaga usunięcia następujących chronionych " "zależnych obiektów:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -520,36 +533,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Używając %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modele dostępne w aplikacji %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modele w aplikacji %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Zmień" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nie masz uprawnień by edytować cokolwiek." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Ostatnie akcje" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Moje akcje" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Brak" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Zawartość nieznana" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -559,31 +572,27 @@ msgstr "" "tabele zostały utworzone i odpowiedni użytkownik jest uprawniony do ich " "odczytu." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Nazwa użytkownika:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Hasło:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Nie pamiętasz swojego hasła, bądź nazwy konta użytkownika?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/czas" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Użytkownik" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Akcja" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -640,109 +649,109 @@ msgstr "" msgid "Enter a username and password." msgstr "Podaj nazwę użytkownika i hasło." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Podaj nowe hasło dla użytkownika %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Hasło" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Hasło (powtórz)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Podaj powyższe hasło w celu weryfikacji." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Usuń" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Dodaj kolejne %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Usuń" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Usunąć?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Dziękujemy za odwiedzenie serwisu." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Zaloguj się ponownie" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Zmiana hasła" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Hasło zmienione" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Twoje hasło zostało zmienione." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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 "Podaj swoje stare hasło i dwa razy nowe." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Stare hasło" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nowe hasło" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Zmień hasło" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Zresetuj hasło" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Hasło zostało zresetowane" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Twoje hasło zostało ustawione. Możesz się teraz zalogować." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potwierdzenie zresetowania hasła" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Podaj nowe hasło" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -750,19 +759,19 @@ msgstr "" "Podaj dwukrotnie nowe hasło, by można było zweryfikować, czy zostało wpisane " "poprawnie." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nowe hasło:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potwierdź hasło:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Zresetowanie hasła nie powiodło się" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -770,27 +779,23 @@ msgstr "" "Link do resetowania hasła był niepoprawny, być może dlatego, że został już " "raz użyty. Możesz ponownie zażądać zresetowania hasła." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Zresetowanie hasła zakończyło się powodzeniem" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Instrukcje dalszego postępowania zostały wysłane na podany adres e-mail. " -"Powinieneś otrzymać je niebawem." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Otrzymujesz tę wiadomość w odpowiedzi na prośbę o zresetowanie hasła dla " -"twojego konta na stronie %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -811,36 +816,34 @@ msgstr "Dziękujemy za skorzystanie naszej strony." msgid "The %(site_name)s team" msgstr "Zespół %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Zapomniałeś hasła? Podaj swój adres e-mail, a prześlemy Ci instrukcję, jak " -"ustawić nowe hasło." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Adres e-mail:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Zresetuj moje hasło" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Wszystkie daty" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Brak)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Zaznacz %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Zaznacz %s aby zmienić" diff --git a/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo index afdb8e08da626836663ee8ce66d5fa96a32490bb..6ec84e590b56aa1c7fd296d97c9c598a3463ddc9 100644 Binary files a/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po index 96714f7fa9c64a2bbbc921fbbb091fd66361ea11..c255576126250ec60054adec1cf0b2f90ec8aebe 100644 --- a/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po @@ -12,14 +12,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-19 16:08+0000\n" "Last-Translator: Roman Barczyński \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo b/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo index 651cc095ba47ba6bcee2f0f6bcd1c156523bbd3a..4343740423f6b66dcf0be9a3e93a474560cca264 100644 Binary files a/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/pt/LC_MESSAGES/django.po b/django/contrib/admin/locale/pt/LC_MESSAGES/django.po index 323e30527e79e86fc91b8d61bd13bc262ea8afff..237a907406aeef377ac8f1b05110c444007d2081 100644 --- a/django/contrib/admin/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/pt/LC_MESSAGES/django.po @@ -1,35 +1,36 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Bruno Miguel Custódio , 2012. # Jannis Leidel , 2011. -# Nuno Mariz , 2011. +# Nuno Mariz , 2011-2012. # Paulo Köch , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Nuno Mariz \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Foram removidos com sucesso %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Não é possível remover %(name)s " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Tem a certeza?" @@ -38,169 +39,182 @@ msgstr "Tem a certeza?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Remover %(verbose_name_plural)s selecionados" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Todos" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sim" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Não" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Desconhecido" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Qualquer data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hoje" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últimos 7 dias" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Este mês" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Este ano" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Por favor autentique-se novamente, porque a sua sessão expirou." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"O seu endereço de e-mail não é o seu nome de utilizador. Tente usar '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Ação:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "hora da ação" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id do objeto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr do objeto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "flag de ação" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "modificar mensagem" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada de log" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entradas de log" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "Adicionado \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "Foram modificados \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "Foram removidos \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "Objeto LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Nenhum" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Foi modificado %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "e" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Foram adicionados %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Foram modificados %(list)s para %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Foram removidos %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nenhum campo foi modificado." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso. Pode voltar a " +"editar novamente abaixo." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Pode editá-lo(a) outra vez abaixo." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"O %(name)s \"%(obj)s\" foi adicionado corretamente. Pode adicionar um novo " +"%(name)s abaixo." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Pode adicionar outro %s abaixo." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "O(A) %(name)s \"%(obj)s\" foi modificado(a) com sucesso." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"O %(name)s \"%(obj)s\" foi modificado corretamente. Pode editá-lo novamente " +"abaixo." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso. Pode voltar a " -"editar novamente abaixo." +"O %(name)s \"%(obj)s\" foi modificado corretamente. Pode adicionar um novo " +"%(name)s abaixo." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "O(A) %(name)s \"%(obj)s\" foi modificado(a) com sucesso." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,89 +222,97 @@ msgstr "" "Os itens devem ser selecionados de forma a efectuar ações sobre eles. Nenhum " "item foi modificado." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Adicionar %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "O object %(name)s com a chave primária %(key)r não existe." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Erro de base de dados" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s foi modificado com sucesso." msgstr[1] "%(count)s %(name)s foram modificados com sucesso." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s selecionado" msgstr[1] "Todos %(total_count)s selecionados" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 de %(cnt)s selecionados" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "O(A) %(name)s \"%(obj)s\" foi removido(a) com sucesso." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Histórico de modificações: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Entrar" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administração do site" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administração de %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Procurar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Adicionar Outro" +#: widgets.py:316 +msgid "Currently:" +msgstr "Atualmente:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Modificar:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Página não encontrada" @@ -299,42 +321,42 @@ msgstr "Página não encontrada" msgid "We're sorry, but the requested page could not be found." msgstr "Pedimos desculpa, mas a página solicitada não foi encontrada." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Início" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Erro do servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Erro do servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Erro do servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ocorreu um erro. Foi reportado aos administradores do site via e-mail e " -"deverá ser corrigido brevemente. Obrigado pela sua paciência." +"Ocorreu um erro. Foi enviada uma notificação para os administradores do " +"site, devendo o mesmo ser corrigido em breve. Obrigado pela atenção." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -357,7 +379,7 @@ msgstr "Selecionar todos %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Remover seleção" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,22 +389,22 @@ msgid "Welcome," msgstr "Bem-vindo," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentação" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Modificar palavra-passe" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Sair" @@ -394,57 +416,57 @@ msgstr "Site de administração do Django" msgid "Django administration" msgstr "Administração do Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Adicionar" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "História" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ver no site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 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/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Adicionar %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtro" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "Remover da ordenação" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Prioridade de ordenação: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "Altenar ordenação" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Remover" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -455,7 +477,7 @@ msgstr "" "objetos relacionados, mas a sua conta não tem permissão de remoção dos " "seguintes tipos de objetos:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -464,7 +486,7 @@ msgstr "" "Remover o %(object_name)s ' %(escaped_object)s ' exigiria a remoção dos " "seguintes objetos protegidos relacionados:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -473,16 +495,16 @@ msgstr "" "Tem a certeza que deseja remover %(object_name)s \"%(escaped_object)s\"? " "Todos os items relacionados seguintes irão ser removidos:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sim, tenho a certeza" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Remover múltiplos objetos." -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +515,7 @@ msgstr "" "objetos relacionados, mas a sua conta não tem permissão para remover os " "seguintes tipos de objetos:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +524,7 @@ msgstr "" "Remover o %(objects_name)s selecionado exigiria remover os seguintes objetos " "protegidos relacionados:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +538,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Por %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Models disponíveis na aplicação %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicação %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Não tem permissão para modificar nada." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Ações Recentes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "As minhas Ações" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nenhum disponível" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Conteúdo desconhecido" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -555,31 +577,27 @@ msgstr "" "as tabelas da base de dados foram criadas apropriadamente e verifique se a " "base de dados pode ser lida pelo utilizador definido." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Utilizador:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Palavra-passe:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Esqueceu-se da sua palavra-passe ou utilizador?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Utilizador" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Ação" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -635,65 +653,66 @@ msgstr "" msgid "Enter a username and password." msgstr "Introduza o utilizador e palavra-passe." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -"Introduza uma nova password para o utilizador %(username)s." +"Introduza uma nova palavra-passe para o utilizador %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Palavra-passe" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Palavra-passe (novamente)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Introduza a palavra-passe como acima, para verificação." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Remover" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Adicionar outro %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Remover" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Remover?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Obrigado pela sua visita." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Entrar novamente" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Modificação da palavra-passe" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Palavra-passe modificada com sucesso" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "A sua palavra-passe foi modificada." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -702,46 +721,46 @@ msgstr "" "depois introduza a nova duas vezes para que possamos verificar se introduziu " "corretamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Palavra-passe antiga" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nova palavra-passe" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Modificar a minha palavra-passe" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Palavra-passe de reinicialização" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Reinicialização da palavra-passe concluída" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "A sua palavra-passe foi atribuída. Pode entrar agora." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmação da reinicialização da palavra-passe" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Introduza a nova palavra-passe" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -749,19 +768,19 @@ msgstr "" "Por favor, introduza a sua nova palavra-passe duas vezes para verificarmos " "se está correcta." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nova palavra-passe:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirmação da palavra-passe:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Palavra-passe reinicializada sem sucesso" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -770,27 +789,27 @@ msgstr "" "porque já foi usado. Por favor requisite uma nova reinicialização da palavra-" "passe." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Palavra-passe reinicializada com sucesso" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Foi enviado para o e-mail que submeteu as instruções de configuração da " -"palavra-passe. Deverá estar a recebê-lo brevemente." +"Enviámos para o email especificado as instruções para redefinir a sua " +"palavra-chave. Deverá recebê-las dentro em breve." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Está a receber este e-mail porque pediu uma palavra-passe nova para a sua " -"conta em %(site_name)s." +"Está a receber este email porque pediu para redefinir a palavra-chave para o " +"seu utilizador no site %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -809,36 +828,36 @@ msgstr "Obrigado pela sua visita ao nosso site!" msgid "The %(site_name)s team" msgstr "A equipa do %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Esqueceu-se da palavra-passe? Introduza o seu e-mail abaixo, e enviaremos as " -"instruções de configuração de uma nova." +"Esqueceu-se da sua palavra-chave? Introduza o seu endereço de email e enviar-" +"lhe-emos instruções para definir uma nova." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Endereço de e-mail:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Endereço de email:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Reinicializar a minha palavra-passe" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Todas as datas" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Nada)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Selecionar %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Selecione %s para modificar" diff --git a/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo index 576b6dd7959ce502fb3188e50b0735fe759b1472..ebf12803557d349619e0a097c19440608226dfec 100644 Binary files a/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po index ec41cab53a6f730120b489c48ed1b4be07189326..f63c1ebb5680dfeb8c1f9a027999cd887357c35a 100644 --- a/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po @@ -2,22 +2,22 @@ # # Translators: # Jannis Leidel , 2011. -# Nuno Mariz , 2011. +# Nuno Mariz , 2011, 2012. # Paulo Köch , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"PO-Revision-Date: 2012-04-02 14:38+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -30,11 +30,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Esta é a lista de %s disponíveis. Poderá escolher alguns, selecionando-os na " +"caixa abaixo e clicando na seta \"Escolher\" entre as duas caixas." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Digite nesta caixa para filtrar a lista de %s disponíveis." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -47,11 +49,11 @@ msgstr "Escolher todos" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Clique para escolher todos os %s de uma vez." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Escolher" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -68,15 +70,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Esta é a lista de %s escolhidos. Poderá remover alguns, selecionando-os na " +"caixa abaixo e clicando na seta \"Remover\" entre as duas caixas." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "Remover todos" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Clique para remover todos os %s escolhidos de uma vez." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo index 31ecdce35c61c04ddea16030e65d3fdd9d1b56f8..dfa87b69bbd6230619e5a09dfe7f4b386fc62e84 100644 Binary files a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po index 5fa3ff22e70a07791feb9186bef1ac2c332064e3..87cb0876d7072e1ff4d28402137070ae4d3b05d4 100644 --- a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po @@ -1,35 +1,37 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Eduardo Carvalho , 2011. +# , 2012. +# Eduardo Carvalho , 2011-2012. +# Guilherme Gondim , 2012-2013. # Guilherme Gondim , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-19 17:00+0000\n" -"Last-Translator: Guilherme Gondim \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-05 12:55+0000\n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Removido %(count)d %(items)s com sucesso." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Não é possível excluir %(name)s " -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Tem certeza?" @@ -38,170 +40,184 @@ msgstr "Tem certeza?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Remover %(verbose_name_plural)s selecionados" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Todos" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Sim" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Não" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Desconhecido" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Qualquer data" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hoje" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Últimos 7 dias" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Este mês" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Este ano" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Por favor, insira um nome de usuário e senha corretos para uma conta de " -"equipe. Note que ambos campos são sensíveis a maiúsculas e minúsculas." +"Por favor, insira um %(username)s e senha corretos para uma conta de equipe. " +"Note que ambos campos são sensíveis a maiúsculas e minúsculas." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Por favor acesse novamente, pois sua sessão expirou." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Seu endereço de e-mail não é seu nome de usuário. Tente usar '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Ação:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "hora da ação" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id do objeto" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr do objeto" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "flag de ação" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "modificar mensagem" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "entrada de log" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "entradas de log" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Adicionado \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Modificado \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Removido \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objeto LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Nenhum" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Modificado %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "e" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Adicionado %(name)s \"%(object)s\"" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Modificado %(list)s para %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Deletado %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nenhum campo modificado." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\": adicionado com sucesso." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Você pode editar novamente abaixo." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\": adicionado com sucesso. Você pode editar novamente " +"abaixo." -#: options.py:788 options.py:837 +#: options.py:835 #, python-format -msgid "You may add another %s below." -msgstr "Você pode adicionar outro(a) %s abaixo." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" adicionado com sucesso. Você pode adicionar um outro " +"%(name)s abaixo." -#: options.py:822 +#: options.py:839 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\": modificado com sucesso." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\": adicionado com sucesso." -#: options.py:830 +#: options.py:853 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." msgstr "" -"%(name)s \"%(obj)s\": adicionado com sucesso. Você pode editar novamente " +"%(name)s \"%(obj)s\" modificado com sucesso. Você pode editá-lo novamente " "abaixo." -#: options.py:899 options.py:1159 +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" alterado com sucesso. Você pode adicionar um outro " +"%(name)s abaixo." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\": modificado com sucesso." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,89 +225,97 @@ msgstr "" "Os itens devem ser selecionados a fim de executar ações sobre eles. Nenhum " "item foi modificado." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Adicionar %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objeto %(name)s com chave primária %(key)r não existe." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Modificar %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Erro no banco de dados" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s modificado com sucesso." msgstr[1] "%(count)s %(name)s modificados com sucesso." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s selecionado" msgstr[1] "Todos %(total_count)s selecionados" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 de %(cnt)s selecionados" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\": excluído com sucesso." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Histórico de modificações: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Acessar" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administração do Site" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administração de %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Data:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Hora:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Olhar" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Adicionar Outro(a)" +#: widgets.py:316 +msgid "Currently:" +msgstr "Atualmente:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Alterar:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Página não encontrada" @@ -300,42 +324,42 @@ msgstr "Página não encontrada" msgid "We're sorry, but the requested page could not be found." msgstr "Desculpe, mas a página requisitada não pode ser encontrada." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Início" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Erro no servidor" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Erro no servidor (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Erro no Servidor (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Houve um erro. Este foi reportado aos administradores do site através do e-" -"mail e deve ser corrigido em breve. Obrigado pela compreensão." +"Houve um erro, que já foi reportado aos administradores do site por email e " +"deverá ser consertado em breve. Obrigado pela sua paciência." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -358,7 +382,7 @@ msgstr "Selecionar todos %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Limpar seleção" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -368,22 +392,22 @@ msgid "Welcome," msgstr "Bem-vindo(a)," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentação" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Alterar senha" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Encerrar sessão" @@ -395,35 +419,35 @@ msgstr "Site de administração do Django" msgid "Django administration" msgstr "Administração do Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Adicionar" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Histórico" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ver no site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 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/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Adicionar %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtro" @@ -440,12 +464,12 @@ msgstr "Prioridade da ordenação: %(priority_number)s" msgid "Toggle sorting" msgstr "Alternar ordenção" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Apagar" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -456,7 +480,7 @@ msgstr "" "de objetos relacionados, mas sua conta não tem a permissão para remoção dos " "seguintes tipos de objetos:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -465,7 +489,7 @@ msgstr "" "Excluir o %(object_name)s ' %(escaped_object)s ' exigiria excluir os " "seguintes objetos protegidos relacionados:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -474,16 +498,16 @@ msgstr "" "Você tem certeza que quer remover %(object_name)s \"%(escaped_object)s\"? " "Todos os seguintes itens relacionados serão removidos:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Sim, tenho certeza" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Remover múltiplos objetos" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -494,7 +518,7 @@ msgstr "" "relacionados, mas sua conta não tem permissão para excluir os seguintes " "tipos de objetos:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -503,7 +527,7 @@ msgstr "" "Excluir o %(objects_name)s selecionado exigiria excluir os seguintes objetos " "relacionados protegidos:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -517,36 +541,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Por %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modelos disponíveis na aplicação %(name)s" +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicação %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Modificar" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Você não tem permissão para edição." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Ações Recentes" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Minhas Ações" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nenhum disponível" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Conteúdo desconhecido" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -556,31 +580,27 @@ msgstr "" "que as tabelas necessárias foram criadas e que o banco de dados pode ser " "acessado pelo usuário apropriado." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Usuário:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Senha:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Esqueceu sua senha ou nome de usuário?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Data/hora" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Usuário" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Ação" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -636,64 +656,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Digite um nome de usuário e senha." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Informe uma nova senha para o usuário %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Senha" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Senha (novamente)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Informe a mesma senha digitada acima, para verificação." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Remover" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Adicionar outro(a) %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Remover" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Apagar?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Obrigado por visitar nosso Web site hoje." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Acessar novamente" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Alterar senha" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Senha alterada com sucesso" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Sua senha foi alterada." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -701,46 +721,46 @@ msgstr "" "Por favor, informe sua senha antiga, por segurança, e então informe sua nova " "senha duas vezes para que possamos verificar se você digitou corretamente." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Senha antiga" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nova senha" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Alterar minha senha" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Recuperar senha" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Recuperação de senha completa" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Sua senha foi definida. Você pode prosseguir e se autenticar agora." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmação de recuperação de senha" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Insira a nova senha" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -748,19 +768,19 @@ msgstr "" "Por favor, informe sua nova senha duas vezes para que possamos verificar se " "você a digitou corretamente." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nova senha:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirme a senha:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Recuperação de senha sem sucesso" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -768,27 +788,27 @@ msgstr "" "O link para a recuperação de senha era inválido, possivelmente porque jã foi " "utilizado. Por favor, solicite uma nova recuperação de senha." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Senha recuperada com sucesso" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Enviamos as instruções de como definir sua nova senha para o e-mail que você " -"informou. Você deverá recebê-las em breve." +"Nós te enviamos as instruções para definição da a sua senha para o endereço " +"de email fornecido. Você receberá a mensagem em breve." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Você está recebendo este e-mail porque você pediu um reset de senha para sua " -"conta de usuário em %(site_name)s ." +"Você está recebendo este email porque solicitou a redefinição da senha da " +"sua conta em %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -807,36 +827,36 @@ msgstr "Obrigado por usar nosso site!" msgid "The %(site_name)s team" msgstr "Equipe %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Esqueceu sua senha? Digite seu e-mail abaixo e receberá instruções para " -"definir uma nova." +"Esqueceu a senha? Forneça o seu endereço de email abaixo e te enviaremos " +"instruções para definir uma nova." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Endereço de e-mail:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Endereço de email:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Reinicializar minha senha" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Todas as datas" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Nenhum)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Selecione %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Selecione %s para modificar" diff --git a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo index 9bddb74eff121346f349ce81dfe568b12dcefe87..92f5aefb68847ceaa78a3e47a57ece51c973cf03 100644 Binary files a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po index 6a5d1a081504cf51e5149c5c86b89686dbae9b78..6152c01459adc475d2ee49409f986f3fbdd1552e 100644 --- a/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -10,14 +10,14 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-19 18:12+0000\n" -"Last-Translator: Guilherme Gondim \n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo index 2408f87dad602b16181e62e008bb423a783e2285..63937322de9372c7829393a49b284bb738994240 100644 Binary files a/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ro/LC_MESSAGES/django.po b/django/contrib/admin/locale/ro/LC_MESSAGES/django.po index ba0986c95ba0d49f373edc30d75d81f6bc43b45e..1bccde1b336cb1796264a7543ae8fd569594534e 100644 --- a/django/contrib/admin/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ro/LC_MESSAGES/django.po @@ -9,29 +9,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Ionel Cristian Mărieș \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s eliminate cu succes." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Nu se poate șterge %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Sigur?" @@ -40,173 +40,176 @@ msgstr "Sigur?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Elimină %(verbose_name_plural)s selectate" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Toate" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Da" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nu" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Necunoscut" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Orice dată" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Astăzi" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Ultimele 7 zile" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Luna aceasta" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Anul acesta" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Vă rog introduceți utilizatorul și parola corecta pentru un cont de " -"management. Notă: ambele câmpuri iau în considerare capitalizarea " -"caracterelor." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Autentificațți-vă din nou, deoarece sesiunea dumneavoastră a expirat." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Adresa de email nu este totuna cu numele dumneavoastră de utilizator. " -"Încercați '%s' în schimb." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Acțiune:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "timp acțiune" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id obiect" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "repr obiect" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "marcaj acțiune" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "schimbă mesaj" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "intrare jurnal" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "intrări jurnal" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "S-au adăugat \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "S-au schimbat \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "S-au șters \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Obiect LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Nimic" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "S-a schimbat %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "și" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "S-a adăugat %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "S-a schimbat %(list)s în %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "S-a șters %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Niciun câmp modificat." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" a fost adăugat cu succes." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" a fost adăugat(ă) cu succes. Puteți edita din nou mai " +"jos." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puteți edita din nou mai jos." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Puteți adăuga înca un/o %s mai jos." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" a fost adăugat cu succes." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" a fost modificat(ă) cu succes." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" a fost adăugat(ă) cu succes. Puteți edita din nou mai " -"jos." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" a fost modificat(ă) cu succes." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -214,30 +217,30 @@ msgstr "" "Itemii trebuie selectați pentru a putea îndeplini sarcini asupra lor. Niciun " "item nu a fost modificat." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nicio acțiune selectată." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Adaugă %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Obiectul %(name)s ce are cheie primară %(key)r nu există." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Schimbă %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Eroare de bază de date" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -245,7 +248,7 @@ msgstr[0] "%(count)s %(name)s s-a modificat cu succes." msgstr[1] "%(count)s %(name)s s-au modificat cu succes." msgstr[2] "%(count)s de %(name)s s-au modificat cu succes." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -253,52 +256,60 @@ msgstr[0] "%(total_count)s selectat(ă)" msgstr[1] "Toate %(total_count)s selectate" msgstr[2] "Toate %(total_count)s selectate" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 din %(cnt)s selectat" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" eliminat(ă) cu succes." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Istoric schimbări: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Autentificare" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administrare site" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administrare %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dată:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Oră:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Căutare" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Mai adăugați" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Pagină inexistentă" @@ -307,42 +318,40 @@ msgstr "Pagină inexistentă" msgid "We're sorry, but the requested page could not be found." msgstr "Ne pare rău, dar pagina solicitată nu a putut fi găsită." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Acasă" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Eroare de server" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Eroare de server (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Eroare server (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"A apărut o eroare. A fost raportată prin e-mail către administrator și ar " -"trebui să fie rezolvată în scurt timp. Mulţumim pentru înţelegere." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -365,7 +374,7 @@ msgstr "Selectați toate %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Deselectați" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -375,22 +384,22 @@ msgid "Welcome," msgstr "Bun venit," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Documentație" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Schimbă parola" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Deautentificare" @@ -402,36 +411,36 @@ msgstr "Administrare sit Django" msgid "Django administration" msgstr "Administrare Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Adaugă" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Istoric" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Vizualizează pe sit" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Corectați eroarea de mai jos" msgstr[1] "Corectați erorile de mai jos" msgstr[2] "Corectați erorile de mai jos" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Adaugă %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtru" @@ -448,12 +457,12 @@ msgstr "Prioritate sortare: %(priority_number)s" msgid "Toggle sorting" msgstr "Alternează sortarea" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Șterge" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -464,7 +473,7 @@ msgstr "" "obiectelor asociate, însă contul dumneavoastră nu are permisiunea de a " "șterge următoarele tipuri de obiecte:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -473,7 +482,7 @@ msgstr "" "Ștergerea %(object_name)s '%(escaped_object)s' ar putea necesita și " "ștergerea următoarelor obiecte protejate asociate:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -482,16 +491,16 @@ msgstr "" "Sigur doriți ștergerea %(object_name)s \"%(escaped_object)s\"? Următoarele " "itemuri asociate vor fi șterse:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Da, cu siguranță" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Ștergeți obiecte multiple" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -502,7 +511,7 @@ msgstr "" "obiectelor asociate, însă contul dvs. de utilizator nu are permisiunea de a " "șterge următoarele tipuri de obiecte:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -511,7 +520,7 @@ msgstr "" "Ştergerea %(objects_name)s conform selecției ar necesita și ștergerea " "următoarelor obiecte protejate asociate:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -525,36 +534,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "După %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modele disponibile în aplicația %(name)s" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Schimbă" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nu nicio permisiune de editare." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Acțiuni recente" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Acțiunile mele" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Niciuna" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Conținut necunoscut" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -564,31 +573,27 @@ msgstr "" "baza de date au fost create și verificați dacă baza de date poate fi citită " "de utilizatorul potrivit." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Utilizator:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Parolă:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Ați uitat parola sau utilizatorul ?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dată/oră" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Utilizator" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Acțiune" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -645,65 +650,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Introduceți un nume de utilizator și o parolă." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Introduceți o parolă nouă pentru utilizatorul %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Parolă" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Parolă (din nou)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Introduceți parola din nou, pentru verificare." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Elimină" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Adăugati încă un/o %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Elimină" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Elimină?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Mulţumiri pentru timpul petrecut astăzi pe sit." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Reautentificare" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Schimbare parolă" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Schimbare reușită a parolei" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Parola a fost schimbată." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -711,48 +716,48 @@ msgstr "" "Din motive de securitate, introduceți parola veche, apoi de două ori parola " "nouă, pentru a putea verifica dacă ați scris-o corect. " -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Parolă veche" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Parolă nouă" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Schimbă-mi parola" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Resetare parolă" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Resetare completă a parolei" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "Parola dumneavoastră a fost stabilită. Acum puteți continua să vă " "autentificați." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Confirmare resetare parolă" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Introduceți parolă nouă" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -760,19 +765,19 @@ msgstr "" "Introduceți parola de două ori, pentru a putea verifica dacă ați scris-o " "corect." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Parolă nouă:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Confirmare parolă:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Resetare nereușită a parolei" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -780,27 +785,23 @@ msgstr "" "Link-ul de resetare a parolei a fost nevalid, probabil din cauză că acesta a " "fost deja utilizat. Solicitați o nouă resetare a parolei." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Parolă resetată cu succes" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Vi s-au trimis la adresa de e-mail specificată instrucțiunile pentru a vă " -"seta parola. Ar trebui să le primiți în curând." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Ați primit acest e-mail deoarece ați solicitat resetarea parolei pentru " -"contul dumneavoastră de utilizator de la %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -819,36 +820,34 @@ msgstr "Mulțumiri pentru utilizarea sitului nostru!" msgid "The %(site_name)s team" msgstr "Echipa %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Ați uitat parola? Introduceți adresa dvs. de e-mail mai jos și vă vom " -"trimite la aceasta instrucțiunile de setare a unei parole noi." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Adresă email:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Resetează-mi parola" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Toate datele" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Nimic)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Selectează %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Selectează %s pentru schimbare" diff --git a/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo index 188980bb38f775fa137d49a42973d9edf5577b0a..535ef9e5f60bf0a328349c6516c9ae013833ebaa 100644 Binary files a/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po index 466a40365673ee7a23a7a17725947a062e142794..67301c8b4638bbd9077a2ee4f1c437c3568bcc33 100644 --- a/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po @@ -12,14 +12,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-10 14:58+0000\n" "Last-Translator: Ionel Cristian Mărieș \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo index bfa8d8bbefe5def132e01983224328123c77e929..ac8d904537fac2e1a0bd20a428bd2d06b14e75fb 100644 Binary files a/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ru/LC_MESSAGES/django.po b/django/contrib/admin/locale/ru/LC_MESSAGES/django.po index 58f41a09fe80e87bb351a350b82781efb42647a7..d212b5c8c82cc4b418b1911fb2635058ccaf108b 100644 --- a/django/contrib/admin/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ru/LC_MESSAGES/django.po @@ -3,36 +3,36 @@ # Translators: # Denis Darii , 2011. # Dimmus , 2011. -# Eugene MechanisM , 2012. +# Eugene MechanisM , 2012-2013. # Jannis Leidel , 2011. # Алексей Борискин , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-15 09:46+0000\n" -"Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-04 18:26+0000\n" +"Last-Translator: Eugene MechanisM \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Успешно удалены %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Не удается удалить %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Вы уверены?" @@ -41,172 +41,181 @@ msgstr "Вы уверены?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Удалить выбранные %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Все" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Да" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Нет" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Неизвестно" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Любая дата" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Сегодня" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Последние 7 дней" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Этот месяц" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Этот год" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"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:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Пожалуйста, войдите снова, поскольку ваша сессия устарела." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Ваш адрес электронной почты не является вашим именем пользователя. " -"Попробуйте '%s' взамен." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Действие:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "время действия" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "идентификатор объекта" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "представление объекта" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "тип действия" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "сообщение об изменении" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "запись в журнале" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "записи в журнале" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Добавлено \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Изменено \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Удалено \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Запись в журнале" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Нет" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Изменен %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "и" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Добавлен %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Изменены %(list)s для %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Удален %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Ни одно поле не изменено." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" был успешно добавлен." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" был успешно добавлен. Ниже вы можете снова его " +"отредактировать." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Ниже вы можете снова его отредактировать." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" успешно добавлен. Ниже вы можете добавить еще %(name)s." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Ниже вы можете добавить еще один %s." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" был успешно добавлен." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" был успешно изменен." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" успешно изменен. Ниже вы можете редактировать снова." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" был успешно добавлен. Ниже вы можете снова его " -"отредактировать." +"%(name)s \"%(obj)s\" успешно изменен. Ниже вы можете добавить еще %(name)s." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" был успешно изменен." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -214,30 +223,30 @@ msgstr "" "Чтобы произвести действия над объектами, необходимо их выбрать. Объекты не " "были изменены." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Действие не выбрано." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Добавить %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s с первичным ключом %(key)r не существует." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Изменить %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Ошибка базы данных" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -245,7 +254,7 @@ msgstr[0] "%(count)s %(name)s был успешно изменен." msgstr[1] "%(count)s %(name)s были успешно изменены." msgstr[2] "%(count)s %(name)s были успешно изменены." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -253,52 +262,60 @@ msgstr[0] "Выбран %(total_count)s" msgstr[1] "Выбраны все %(total_count)s" msgstr[2] "Выбраны все %(total_count)s" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "Выбрано 0 объектов из %(cnt)s " -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" был успешно удален." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "История изменений: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Войти" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Администрирование сайта" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s администрирование" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Дата:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Время:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Поиск" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Добавить еще" +#: widgets.py:316 +msgid "Currently:" +msgstr "Сейчас:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Изменить:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Страница не найдена" @@ -307,39 +324,39 @@ msgstr "Страница не найдена" msgid "We're sorry, but the requested page could not be found." msgstr "К сожалению, запрашиваемая вами страница не найдена." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Начало" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Ошибка сервера" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Ошибка сервера (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Ошибка сервера (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "Произошла ошибка. О ней сообщено администраторам сайта по электронной почте, " "ошибка должна быть вскоре исправлена. Благодарим вас за терпение." @@ -365,7 +382,7 @@ msgstr "Выбрать все %(module_name)s (%(total_count)s)" msgid "Clear selection" msgstr "Снять выделение" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -375,22 +392,22 @@ msgid "Welcome," msgstr "Добро пожаловать," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Документация" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Изменить пароль" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Выйти" @@ -402,36 +419,36 @@ msgstr "Административный сайт Django" msgid "Django administration" msgstr "Администрирование Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Добавить" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "История" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Смотреть на сайте" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Пожалуйста, исправьте ошибку ниже." msgstr[1] "Пожалуйста, исправьте ошибки ниже." msgstr[2] "Пожалуйста, исправьте ошибки ниже." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Добавить %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Фильтр" @@ -448,12 +465,12 @@ msgstr "Приоритет сортировки: %(priority_number)s" msgid "Toggle sorting" msgstr "Сортировать в другом направлении" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Удалить" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -464,7 +481,7 @@ msgstr "" "объектов, но ваша учетная запись не имеет прав для удаления следующих типов " "объектов:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -473,7 +490,7 @@ msgstr "" "Удаление %(object_name)s '%(escaped_object)s' потребует удаления следующих " "связанных защищенных объектов:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -482,16 +499,16 @@ msgstr "" "Вы уверены, что хотите удалить %(object_name)s \"%(escaped_object)s\"? Все " "следующие связанные объекты также будут удалены:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Да, я уверен" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Удалить несколько объектов" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -501,7 +518,7 @@ msgstr "" "Удаление выбранной %(objects_name)s приведет к удалению связанных объектов, " "но ваша учетная запись не имеет прав на удаление следующих типов объектов:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -510,7 +527,7 @@ msgstr "" "Удаление %(objects_name)s потребует удаления следующих связанных защищенных " "объектов:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -524,36 +541,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Модели доступны в приложении %(name)s." +msgid "Models in the %(name)s application" +msgstr "Модели в приложении %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Изменить" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "У вас недостаточно прав для редактирования." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Последние действия" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Мои действия" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Недоступно" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Неизвестный тип" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -563,31 +580,27 @@ msgstr "" "таблицы были созданы, и что соответствующему пользователю разрешен к ним " "доступ." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Имя:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Пароль:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Забыли свой пароль или имя пользователя?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Дата и время" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Пользователь" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Действие" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -644,64 +657,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Введите имя пользователя и пароль." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Введите новый пароль для пользователя %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Пароль" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Пароль (еще раз)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Введите тот же пароль, что и выше, для подтверждения." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Удалить" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Добавить еще один %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Удалить" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Удалить?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Благодарим вас за время, проведенное на этом сайте." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Войти снова" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Изменение пароля" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Пароль успешно изменен" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Ваш пароль был изменен." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -709,46 +722,46 @@ msgstr "" "В целях безопасности, пожалуйста, введите свой старый пароль, затем введите " "новый пароль дважды, чтобы мы могли убедиться в правильности написания." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Старый пароль" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Новый пароль" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Изменить мой пароль" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Восстановление пароля" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Восстановление пароля завершено" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Ваш пароль был сохранен. Теперь вы можете войти." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Подтверждение восстановления пароля" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Введите новый пароль:" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -756,19 +769,19 @@ msgstr "" "Пожалуйста, введите новый пароль дважды, чтобы мы могли убедиться в " "правильности написания." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Новый пароль:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Подтвердите пароль:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Ошибка восстановления пароля" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -776,23 +789,23 @@ msgstr "" "Неверная ссылка для восстановления пароля. Возможно, ей уже воспользовались. " "Пожалуйста, попробуйте восстановить пароль еще раз." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Пароль успешно восстановлен" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Мы отправили инструкцию по восстановлению пароля на адрес электронной почты, " -"который вы указали. Вы должны ее вскоре получить." +"Мы отправили инструкцию по восстановлению пароля на указанный вами адрес " +"электронной почты. Вы должны её вскоре получить." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "Вы получили это письмо, потому что вы (или кто-то другой) запросили " @@ -816,36 +829,36 @@ msgstr "Спасибо, что используете наш сайт!" msgid "The %(site_name)s team" msgstr "Команда сайта %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Забыли пароль? Введите свой адрес электронной почты ниже, и мы вышлем вам " "инструкцию, как установить новый пароль." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "Адрес электронной почты:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Восстановить мой пароль" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Все даты" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ничего)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Выберите %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Выберите %s для изменения" diff --git a/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo index 7b8f31c74e62c9c456fa6fd000ad3c0ba87eb4d9..c44f2de59f030f54bbbd3fd1a3f95f6c96576cfd 100644 Binary files a/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po index 540fcbb4042015ff3faff650cdabb9d9d5e49e63..e698f2cbdb3a9b81fde60641b6aea24edffdb5dd 100644 --- a/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po @@ -13,14 +13,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo index fe08c231094bfebc941243a36d09572bb502c00d..0d61f6b02ac449465904818e3c39de79c6f304b8 100644 Binary files a/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sk/LC_MESSAGES/django.po b/django/contrib/admin/locale/sk/LC_MESSAGES/django.po index 8dd4f6edd851a24fa13a98decbb7d609feb740dc..bd2af9b5d5a70fc8c5648c8e203ab2ac2a32ef1e 100644 --- a/django/contrib/admin/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sk/LC_MESSAGES/django.po @@ -2,34 +2,35 @@ # # Translators: # Jannis Leidel , 2011. -# Marian Andre , 2011, 2012. +# Juraj Bubniak , 2012. +# Marian Andre , 2011-2013. # Martin Kosír , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 15:40+0000\n" "Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Úspešne zmazaných %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Nedá sa vymazať %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Ste si istý?" @@ -38,172 +39,183 @@ msgstr "Ste si istý?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Zmazať označené %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Všetko" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Áno" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nie" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Neznámy" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Ľubovoľný dátum" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Dnes" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Posledných 7 dní" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Tento mesiac" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Tento rok" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Zadajte prosím správne užívateľské meno a heslo pre účet zamestnanca. " -"Všimnite si, že obe polia sú case-sensitive." +"Zadajte prosím správne %(username)s a heslo pre účet personálu - \"staff " +"account\". Obe polia môžu obsahovať veľké a malé písmená." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Vaše prihlásenie vypršalo. Prosím, prihláste sa znovu." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Vaša e-mailová adresa nie je vašim používateľským menom. Skúste namiesto " -"toho použiť '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Akcia:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "čas akcie" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "identifikátor objektu" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "reprezentácia objektu" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "príznak akcie" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "zmeniť správu" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "položka záznamu" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "položky záznamu" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Pridané \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Zmenené \" %(object)s \" - %(changes)s " -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Odstránené \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objekt LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Žiadne" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Zmenené %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "a" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Pridaný %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Zmenený %(list)s pre %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Zmazaný %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Polia nezmenené." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne pridaný." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Objekt %(name)s \"%(obj)s\" bol úspešne pridaný. Ďalšie zmeny môžete urobiť " +"nižšie." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Nižšie môžete znova robiť úpravy." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" bol úspešne pridaný. Môžete pridať ďaľší %(name)s " +"nižšie." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Nižšie môžete pridať ďalšie %s." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne pridaný." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne zmenený." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" bol úspešne zmenený. Môžete ho znovu upraviť nižšie." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Objekt %(name)s \"%(obj)s\" bol úspešne pridaný. Ďalšie zmeny môžete urobiť " +"%(name)s \"%(obj)s\" bol úspešne zmenený. Môžete pridať ďaľšie %(name)s " "nižšie." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne zmenený." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -211,30 +223,30 @@ msgstr "" "Položky musia byť vybrané, ak chcete na nich vykonať akcie. Neboli vybrané " "žiadne položky." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nebola vybraná žiadna akcia." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Pridať %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objekt %(name)s s primárnym kľúčom %(key)r neexistuje." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Zmeniť %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Chyba databázy" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -242,7 +254,7 @@ msgstr[0] "%(count)s %(name)s bola úspešne zmenená." msgstr[1] "%(count)s %(name)s boli úspešne zmenené." msgstr[2] "%(count)s %(name)s bolo úspešne zmenených." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -250,52 +262,60 @@ msgstr[0] "%(total_count)s vybraná" msgstr[1] "Všetky %(total_count)s vybrané" msgstr[2] "Všetkých %(total_count)s vybraných" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 z %(cnt)s vybraných" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne vymazaný." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Zmeniť históriu: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Prihlásenie" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Správa stránky" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s správa" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Dátum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Čas:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Vyhľadanie" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Pridať ďalší" +#: widgets.py:316 +msgid "Currently:" +msgstr "Aktuálne:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Zmeniť:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Stránka nenájdená" @@ -304,42 +324,42 @@ msgstr "Stránka nenájdená" msgid "We're sorry, but the requested page could not be found." msgstr "Ľutujeme, ale požadovanú stránku nie je možné nájsť." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Domov" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Chyba servera" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Chyba servera (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Chyba servera (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Vyskytla sa chyba. Bola oznámená správcovi stránky e-mailom a mala by byť " -"čoskoro opravená. Ďakujeme za pochopenie." +"Došlo k chybe. Chyba bola nahlásená správcovi webu prostredníctvom e-mailu a " +"zanedlho by mala byť odstránená. Ďakujeme za vašu trpezlivosť." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -362,7 +382,7 @@ msgstr "Vybrať všetkých %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Zrušiť výber" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -372,22 +392,22 @@ msgid "Welcome," msgstr "Vitajte," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentácia" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Zmeniť heslo" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Odhlásiť" @@ -399,36 +419,36 @@ msgstr "Správa Django stránky" msgid "Django administration" msgstr "Správa Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Pridať" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "História" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Pozrieť na stránke" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Prosím, opravte chybu uvedenú nižšie." msgstr[1] "Prosím, opravte chyby uvedené nižšie." msgstr[2] "Prosím, opravte chyby uvedené nižšie." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Pridať %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrovať" @@ -445,12 +465,12 @@ msgstr "Triedenie priority: %(priority_number)s " msgid "Toggle sorting" msgstr "Prepnúť triedenie" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Odstrániť" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -461,7 +481,7 @@ msgstr "" "aj odstránenie súvisiacich objektov. Váš účet však nemá oprávnenie na " "odstránenie nasledujúcich typov objektov:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -470,7 +490,7 @@ msgstr "" "Vymazanie %(object_name)s '%(escaped_object)s' vyžaduje vymazanie " "nasledovných súvisiacich chránených objektov:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -479,16 +499,16 @@ msgstr "" "Ste si istý, že chcete odstrániť objekt %(object_name)s \"%(escaped_object)s" "\"? Všetky nasledujúce súvisiace objekty budú odstránené:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Áno, som si istý" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Zmazať viacero objektov" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -499,7 +519,7 @@ msgstr "" "objektov, ale váš účet nemá oprávnenie na vymazanie nasledujúcich typov " "objektov:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -508,7 +528,7 @@ msgstr "" "Vymazanie označených %(objects_name)s vyžaduje vymazanie nasledujúcich " "chránených súvisiacich objektov:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -522,36 +542,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Podľa %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modely dostupné v aplikácii %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modely v %(name)s aplikácii" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Zmeniť" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nemáte právo na vykonávanie zmien." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Posledné akcie" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Moje akcie" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nedostupné" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Neznámy obsah" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -561,31 +581,27 @@ msgstr "" "vytvorené potrebné databázové tabuľky a taktiež skontrolujte, či príslušný " "používateľ môže databázu čítať." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Meno používateľa:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Heslo:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Zabudli ste heslo alebo používateľské meno?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Dátum a čas" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Používateľ" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Akcia" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -642,64 +658,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Zadajte používateľské meno a heslo." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Zadajte nové heslo pre používateľa %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Heslo" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Heslo (znova)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Kvôli overeniu zadajte rovnaké heslo ako vyššie." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Odstrániť" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Pridať ďalší %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Odstrániť" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Zmazať?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Ďakujeme za čas strávený na našich stránkach." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Znova sa prihlásiť" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Zmena hesla" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Zmena hesla úspešná" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Vaše heslo bolo zmenené." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -707,65 +723,65 @@ msgstr "" "Z bezpečnostných dôvodov zadajte staré heslo a potom nové heslo dvakrát, aby " "sme mohli overiť, že ste ho zadali správne." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Staré heslo" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nové heslo" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Zmeniť moje heslo" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Obnovenie hesla" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Obnovenie hesla ukončené" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Vaše heslo bolo nastavené. Môžete pokračovať a prihlásiť sa." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potvrdenie obnovenia hesla" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Zadajte nové heslo" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" "Zadajte nové heslo dvakrát, aby sme mohli overiť, že ste ho zadali správne." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nové heslo:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potvrdenie hesla:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Obnova hesla sa nepodarila" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -773,27 +789,27 @@ msgstr "" "Odkaz na obnovenie hesla je neplatný, pretože už bol pravdepodobne raz " "použitý. Prosím, požiadajte znovu o obnovu hesla." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Obnovenie hesla úspešné" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Na uvedenú e-mailovú adresu sme vám poslali návod na obnovenie hesla. Mali " -"by ste ho zakrátko dostať." +"Na e-mailovú adresu, ktorú ste zadali, sme odoslali pokyny pre nastavenie " +"hesla. Mali by ste ho dostať čoskoro." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Obdržali ste tento e-mail, pretože ste požiadali o obnovu hesla vášho účtu " -"na %(site_name)s." +"Tento e-mail ste dostali preto, lebo ste požiadali o obnovenie hesla pre " +"užívateľský účet na %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -812,36 +828,36 @@ msgstr "Ďakujeme, že používate našu stránku!" msgid "The %(site_name)s team" msgstr "Tím %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Zabudli ste heslo? Zadajte svoju e-mail adresu a my Vám pošleme inštrukcie " -"pre nastavenie nového." +"Zabudli ste heslo? Zadajte svoju e-mailovú adresu a my vám pošleme " +"inštrukcie pre nastavenie nového hesla." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-mailová adresa:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Obnova môjho hesla" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Všetky dátumy" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Žiadne)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Vybrať %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Vybrať \"%s\" na úpravu" diff --git a/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo index 7f700a35b044a703f85823b90f217a562a828903..52f9bcf33a59a22efb36449b8a1a397716ceba16 100644 Binary files a/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po index 7799945f201dfb1378d3f65fc030c79a37323805..d20105ef6f3ca86610ff6366d070acade8dac8de 100644 --- a/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po @@ -1,7 +1,9 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Dimitris Glezos , 2012. # Jannis Leidel , 2011. +# Juraj Bubniak <>, 2012. # Marian Andre , 2012. # Martin Kosír , 2011. msgid "" @@ -9,15 +11,15 @@ msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-07-16 12:08+0000\n" +"Last-Translator: Juraj Bubniak \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -30,11 +32,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Toto je zoznam dostupných %s. Pre výber je potrebné označiť ich v poli a " +"následne kliknutím na šípku \"Vybrať\" presunúť." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Píšte do tohto poľa pre vyfiltrovanie dostupných %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -47,11 +51,11 @@ msgstr "Vybrať všetko" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Kliknite sem pre vybratie všetkých %s naraz." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Vybrať" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -68,6 +72,8 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Toto je zoznam dostupných %s. Pre vymazanie je potrebné označiť ich v poli a " +"následne kliknutím na šípku \"Vymazať\" vymazať." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" @@ -76,7 +82,7 @@ msgstr "Odstrániť všetky" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Kliknite sem pre vymazanie vybratých %s naraz." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo index 408c6fc1756860f9837450fde8fd2a266ba9c4ea..a83ede71d2e4922380398b74afbddbb15c94162d 100644 Binary files a/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sl/LC_MESSAGES/django.po b/django/contrib/admin/locale/sl/LC_MESSAGES/django.po index 1281b9673777a85a4fbe1e814e1c5c755b7f2cbd..f9c71f6f89fc03113483382b35859a02bb48e3a5 100644 --- a/django/contrib/admin/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sl/LC_MESSAGES/django.po @@ -1,37 +1,39 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. -# Jure Cuhalev , 2011. +# Jure Cuhalev , 2011-2012. +# , 2013. # , 2012. # zejn , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-15 18:10+0000\n" "Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Uspešno izbrisano %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Ni mogoče izbrisati %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Ste prepričani?" @@ -40,169 +42,183 @@ msgstr "Ste prepričani?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Izbriši izbrano: %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Vse" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Da" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Neznano" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Kadarkoli" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Danes" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Zadnjih 7 dni" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ta mesec" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Letos" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Prosimo vnesite pravilno uporabniško ime in geslo za priviligiranega " -"uporabnika. Obe polji ločita med malimi in velikimi črkami." +"Vnesite veljavno %(username)s in geslo za račun osebja. Opomba: obe polji " +"upoštevata velikost črk." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Vaša seja je pretekla; prosimo da se ponovno prijavite." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Vaš e-mail naslov ni vaše uporabniško ime. Poskusite uporabiti '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Dejanje:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "čas dejanja" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id objekta" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "predstavitev objekta" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "zastavica dejanja" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "spremeni sporočilo" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "dnevniški vnos" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "dnevniški vnosi" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Dodan \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Spremenjen \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Izbrisan \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Dnevniški vnos" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Brez vrednosti" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Spremenjen %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "in" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Dodal %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Spremenjeno %(list)s za %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Izbrisan %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nobeno polje ni bilo spremenjeno." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" je bil uspešno dodan." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" je bil uspešno dodan. Ponovno ga lahko uredite spodaj." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Vsebino lahko znova uredite spodaj." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" je bil uspešno dodan. Spodaj lahko dodate še kak " +"%(name)s." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Spodaj lahko dodate še en %s." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" je bil uspešno dodan." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" je bil uspešno spremenjen." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" je bil uspešno posodobljen. Spodaj ga lahko urejate še " +"dalje." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" je bil uspešno dodan. Ponovno ga lahko uredite spodaj." +"%(name)s \"%(obj)s\" je bil uspešno posodobljen. Spodaj lahko dodate še kak " +"%(name)s." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" je bil uspešno spremenjen." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -210,30 +226,30 @@ msgstr "" "Izbrati morate vnose, nad katerimi želite izvesti operacijo. Noben vnos ni " "bil spremenjen." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Brez dejanja." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Dodaj %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objekt %(name)s z glavnim ključem %(key)r ne obstaja." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Spremeni %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Napaka v podatkovni bazi" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -242,7 +258,7 @@ msgstr[1] "%(count)s %(name)s sta bila uspešno spremenjena." msgstr[2] "%(count)s %(name)s so bili uspešno spremenjeni." msgstr[3] "%(count)s %(name)s je bilo uspešno spremenjenih." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -251,52 +267,60 @@ msgstr[1] "%(total_count)s izbrana" msgstr[2] "%(total_count)s izbrani" msgstr[3] "%(total_count)s izbranih" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 od %(cnt)s izbranih" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" je bil uspešno izbrisan." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Zgodovina sprememb: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Prijavite se" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administracija strani" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administracija %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Ura:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Poizvedba" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Dodaj še enega" +#: widgets.py:316 +msgid "Currently:" +msgstr "Trenutno:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Spremembe:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Strani ni mogoče najti" @@ -305,39 +329,39 @@ msgstr "Strani ni mogoče najti" msgid "We're sorry, but the requested page could not be found." msgstr "Opravičujemo se, a zahtevane strani ni mogoče najti." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Domov" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Napaka na strežniku" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Napaka na strežniku (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Napaka na strežniku (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "Prišlo je do nepričakovane napake. Napaka je bila javljena administratorjem " "spletne strani in naj bi jo v kratkem odpravili. Hvala za potrpljenje." @@ -363,7 +387,7 @@ msgstr "Izberi vse %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Počisti izbiro" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -373,22 +397,22 @@ msgid "Welcome," msgstr "Dobrodošli," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Spremeni geslo" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Odjava" @@ -400,24 +424,24 @@ msgstr "Django administrativni vmesnik" msgid "Django administration" msgstr "Django administracija" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Dodaj" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Zgodovina" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Poglej na strani" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Prosimo, odpravite sledečo napako." @@ -425,12 +449,12 @@ msgstr[1] "Prosimo, odpravite sledeči napaki." msgstr[2] "Prosimo, odpravite sledeče napake." msgstr[3] "Prosimo, odpravite sledeče napake." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Dodaj %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -447,12 +471,12 @@ msgstr "Prioriteta razvrščanja: %(priority_number)s" msgid "Toggle sorting" msgstr "Preklopi razvrščanje" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Izbriši" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -462,7 +486,7 @@ msgstr "" "Izbris %(object_name)s '%(escaped_object)s' bi pomenil izbris povezanih " "objektov, vendar nimate dovoljenja za izbris naslednjih tipov objektov:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -471,7 +495,7 @@ msgstr "" "Brisanje %(object_name)s '%(escaped_object)s' bi zahtevalo brisanje " "naslednjih zaščitenih povezanih objektov:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -480,16 +504,16 @@ msgstr "" "Ste prepričani, da želite izbrisati %(object_name)s \"%(escaped_object)s\"? " "Vsi naslednji povezani elementi bodo izbrisani:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, prepričan sem" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Izbriši več objektov" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -500,7 +524,7 @@ msgstr "" "povezanih objektov, vendar vaš račun nima pravic za izbris naslednjih tipov " "objektov:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -509,7 +533,7 @@ msgstr "" "Brisanje izbranih %(objects_name)s zahteva brisanje naslednjih zaščitenih " "povezanih objektov:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -523,36 +547,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " Po %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeli na voljo v aplikaciji %(name)s." +msgid "Models in the %(name)s application" +msgstr "Model v %(name)s aplikaciji" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Spremeni" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nimate dovoljenja za urejanje." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Zadnja dejanja" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Moja dejanja" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Ni na voljo" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Neznana vsebina" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -562,31 +586,27 @@ msgstr "" "ustvarjene prave tabele v podatkovni bazi in da je dostop do branja baze " "omogočen pravemu uporabniku." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Uporabniško ime:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Geslo:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Ste pozabili geslo ali uporabniško ime?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum/čas" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Uporabnik" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Dejanje" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -644,64 +664,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Vnesite uporabniško ime in geslo." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Vpišite novo geslo za uporabnika %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Geslo" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Geslo (ponovno)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Vpišite enako geslo kot zgoraj, da se izognete tipkarskim napakam." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Odstrani" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Dodaj še en %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Odstrani" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Izbrišem?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Hvala, ker ste si danes vzeli nekaj časa za to spletno stran." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Ponovna prijava" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Sprememba gesla" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Sprememba gesla je uspela" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Vaše geslo je bilo spremenjeno." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -709,64 +729,64 @@ msgstr "" "Vnesite vaše staro geslo (zaradi varnosti) in nato še dvakrat novo, da se " "izognete tipkarskim napakam." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Staro geslo" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Novo geslo" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Spremeni moje geslo" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Ponastavitev gesla" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Ponastavitev gesla zaključena" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Vaše geslo je bilo nastavljeno. Zdaj se lahko prijavite." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potrdite ponastavitev gesla" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Vpišite novo geslo" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "Vnesite vaše novo geslo dvakrat, da se izognete tipkarskim napakam." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Novo geslo:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potrditev gesla:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Ponastavitev gesla ni uspela" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -774,14 +794,14 @@ msgstr "" "Povezava za ponastavitev gesla ni bila veljavna, morda je bila že " "uporabljena. Prosimo zahtevajte novo ponastavitev gesla." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Ponastavitev gesla je uspela" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Na e-poštni naslov, ki ste ga navedli, smo vam poslali navodila za " @@ -790,7 +810,7 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "To e-pošto ste prejeli, ker je ste zahtevali ponastavitev gesla za vaš " @@ -813,36 +833,36 @@ msgstr "Hvala, ker uporabljate našo stran!" msgid "The %(site_name)s team" msgstr "Ekipa strani %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Ste pozabili geslo? Vnesite vaš e-mail naslov in poslali vam bomo navodila " +"Ste pozabili geslo? Vnesite vaš e-poštni naslov in poslali vam bomo navodila " "za ponastavitev gesla." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Naslov e-pošte:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "E-poštni naslov:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Ponastavi moje geslo" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Vsi datumi" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Izberite %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Izberite %s, ki ga želite spremeniti" diff --git a/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo index 2dbd14cb89bcd86b6481d90d1faf19ffcb8d1c61..5bd5fecf07c6f6e44206f4ddb360a828ff0e80f3 100644 Binary files a/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po index 62794f66723ef8eb38b8994684640397ea13dda5..d5b00327fd8bcf9b2b40dc02694e8274dc42f249 100644 --- a/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po @@ -9,16 +9,16 @@ msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"PO-Revision-Date: 2012-10-31 19:07+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -37,7 +37,7 @@ msgstr "" #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "Vpisujte v to polje, da zožite izbor %s." +msgstr "Z vpisom niza v to polje, zožite izbor %s." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -50,7 +50,7 @@ msgstr "Izberi vse" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "Kliknite, da bi izbrali vse %s hkrati." +msgstr "Kliknite za izbor vseh %s hkrati." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" @@ -81,24 +81,23 @@ msgstr "Odstrani vse" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "Kliknite, da bi odstranili vse %s hkrati." +msgstr "Kliknite za odstranitev vseh %s hkrati." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" msgid_plural "%(sel)s of %(cnt)s selected" -msgstr[0] "%(sel)s od %(cnt)s izbran" -msgstr[1] "%(sel)s od %(cnt)s izbrana" -msgstr[2] "%(sel)s od %(cnt)s izbrani" -msgstr[3] "%(sel)s od %(cnt)s izbranih" +msgstr[0] "%(sel)s od %(cnt)s izbranih" +msgstr[1] "%(sel)s od %(cnt)s izbran" +msgstr[2] "%(sel)s od %(cnt)s izbrana" +msgstr[3] "%(sel)s od %(cnt)s izbrani" #: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 msgid "" "You have unsaved changes on individual editable fields. If you run an " "action, your unsaved changes will be lost." msgstr "" -"Na posameznih poljih, ki imajo omogočeno urejanje, imate neshranjene " -"spremembe. Če boste izvedli dejanje, bodo vaše neshranjene spremembe " -"izgubljene." +"Na nekaterih poljih, kjer je omogočeno urejanje, so neshranjene spremembe. V " +"primeru nadaljevanja bodo neshranjene spremembe trajno izgubljene." #: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 msgid "" @@ -143,15 +142,15 @@ msgstr "Skrij" #: static/admin/js/admin/DateTimeShortcuts.js:49 #: static/admin/js/admin/DateTimeShortcuts.js:85 msgid "Now" -msgstr "Sedaj" +msgstr "Takoj" #: static/admin/js/admin/DateTimeShortcuts.js:53 msgid "Clock" -msgstr "URA" +msgstr "Ura" #: static/admin/js/admin/DateTimeShortcuts.js:81 msgid "Choose a time" -msgstr "Izberite čas" +msgstr "Izbor časa" #: static/admin/js/admin/DateTimeShortcuts.js:86 msgid "Midnight" diff --git a/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo index 5f63c285cb1d067e4559ab363ba28901841cfa6b..2de8e72c5d983366ad18e924adc1ee59873785e2 100644 Binary files a/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sq/LC_MESSAGES/django.po b/django/contrib/admin/locale/sq/LC_MESSAGES/django.po index 83e4194d7f562f89ed03496cba3488088803f42e..37c01ee2ce053df720256d988ca6dc8c77621584 100644 --- a/django/contrib/admin/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sq/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "U fshinë me sukses %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "S'mund të fshijë %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Jeni i sigurt?" @@ -36,168 +36,180 @@ msgstr "Jeni i sigurt?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Fshiji %(verbose_name_plural)s e përzgjdhur" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Krejt" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Po" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Jo" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "E panjohur" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Çfarëdo date" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Sot" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "7 ditët e shkuara" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Këtë muaj" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Këtë vit" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Ju lutem, hyni sërish, sepse sesioni juaj ka skaduar." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Adresa juaj e-mail nuk është emri juaj i përdoruesit. Provoni '%s' më mirë." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Veprim:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "kohë veprimi" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id objekti" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "shenjë veprimi" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "mesazh ndryshimi" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "zë regjistrimi" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "zëra regjistrimi" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "U shtua \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "U ndryshua \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "U fshi \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Asnjë" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Ndryshoi %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr " dhe " -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "U shtua %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "U ndryshua %(list)s për %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "U fshi %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Nuk u ndryshuan fusha." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" u shtua me sukses." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Mund ta përpunoni sërish më poshtë." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" u shtua me sukses. Mund ta përpunoni sërish më poshtë." -#: options.py:788 options.py:837 +#: options.py:835 #, python-format -msgid "You may add another %s below." -msgstr "Mund të shtoni një tjetër %s më poshtë." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" u shtua me sukses. Mund të shtoni një tjetër %(name)s " +"më poshtë." -#: options.py:822 +#: options.py:839 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" u ndryshua me sukses." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" u shtua me sukses." -#: options.py:830 +#: options.py:853 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." msgstr "" "%(name)s \"%(obj)s\" u shtua me sukses. Mund ta përpunoni sërish më poshtë." -#: options.py:899 options.py:1159 +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" u ndryshua me sukses. Mund të shtoni një tjetër " +"%(name)s më poshtë." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" u ndryshua me sukses." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -205,89 +217,97 @@ msgstr "" "Duhen përzgjedhur objekte që të kryhen veprime mbi ta. Nuk u ndryshua ndonjë " "objekt." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Pa përzgjedhje veprimi." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Shtoni %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objekti %(name)s me kyç parësor %(key)r nuk ekziston." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Ndrysho %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Gabimi baze të dhënash" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s u ndryshua me sukses." msgstr[1] "%(count)s %(name)s u ndryshuan me sukses." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s të përzgjedhur" msgstr[1] "Krejt %(total_count)s të përzgjedhurat" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 nga %(cnt)s të përzgjedhur" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" u fshi me sukses." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Ndryshoni historikun: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Hyni" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administrim site-i" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administrim i %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datë:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Kohë:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Kërkim" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Shtoni Një Tjetër" +#: widgets.py:316 +msgid "Currently:" +msgstr "Tani:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Ndryshim:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Nuk u gjet faqe" @@ -296,41 +316,41 @@ msgstr "Nuk u gjet faqe" msgid "We're sorry, but the requested page could not be found." msgstr "Na ndjeni, por faqja e kërkuar nuk gjendet dot." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Hyrje" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Gabim shërbyesi" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Gabim shërbyesi (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Gabim Shërbyesi (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Pati një gabim. U është njoftuar përgjegjësve të site-it përmes e-mail-it " +"Pati një gabim. Iu është njoftuar përgjegjësve të site-it përmes email-it " "dhe do të duhej të ndreqej shpejt. Faleminderit për durimin." #: templates/admin/actions.html:4 @@ -354,7 +374,7 @@ msgstr "Përzgjidhni krejt %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Pastroje përzgjedhjen" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +384,22 @@ msgid "Welcome," msgstr "Mirë se vini," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentim" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Ndryshoni fjalëkalimin" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Dilni" @@ -391,57 +411,57 @@ msgstr "Përgjegjësi i site-it Django" msgid "Django administration" msgstr "Administrim i Django-s" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Shtoni" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historik" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Shiheni në site" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Ju lutem, ndreqni gabimin e mëposhtëm." msgstr[1] "Ju lutem, ndreqini gabimet e mëposhtme." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Shto %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtër" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "Hiqe prej renditjeje" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Përparësi renditjesh: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "Këmbe renditjen" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Fshije" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -452,7 +472,7 @@ msgstr "" "objekteve të lidhur me të, por llogaria juaj nuk ka leje për fshirje të " "objekteve të llojeve të mëposhtëm:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -461,7 +481,7 @@ msgstr "" "Fshirja e %(object_name)s '%(escaped_object)s' do të kërkonte fshirjen e " "objekteve vijues, të mbrojtur, të lidhur me të:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -470,16 +490,16 @@ msgstr "" "Jeni i sigurt se doni të fshihet %(object_name)s \"%(escaped_object)s\"? " "Krejt objektet vijues të lidhur me të do të fshihen:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Po, jam i sigurt" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Fshini disa objekte njëherësh" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +510,7 @@ msgstr "" "objekteve të lidhur me të, por llogaria juaj nuk ka leje të fshijë llojet " "vijuese të objekteve:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +519,7 @@ msgstr "" "Fshirja e %(objects_name)s të përzgjedhur do të kërkonte fshirjen e " "objekteve vijues, të mbrojtur, të lidhur me të:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +533,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Nga %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modele të mundshme te zbatimi %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modele te zbatimi %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Ndryshoje" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nuk keni leje për të përpunuar ndonjë gjë." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Veprime Së Fundi" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Veprimet e Mia" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Asnjë i passhëm" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Lëndë e panjohur" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -552,31 +572,27 @@ msgstr "" "që janë krijuar tabelat e duhura të bazës së të dhënave, dhe që baza e të " "dhënave është e lexueshme nga përdoruesi i duhur." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Emër përdoruesi:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Fjalëkalim:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Harruat fjalëkalimin ose emrin tuaj të përdoruesit?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datë/kohë" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Përdorues" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Veprim" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -632,65 +648,65 @@ msgstr "" msgid "Enter a username and password." msgstr "Jepni emër përdoruesi dhe fjalëkalim." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" "Jepni një fjalëkalim të ri për përdoruesin %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Fjalëkalim" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Fjalëkalim (sërish)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Jepni, për verifikim, të njëjtin fjalëkalim si më sipër." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Hiqe" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Shtoni një tjetër %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Hiqe" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Të fshihet?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Faleminderit që shpenzoni pak kohë të çmuar me site-in Web sot." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Hyni sërish" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Ndryshim fjalëkalimi" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Ndryshim i sukseshëm fjalëkalimi" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Fjalëkalimi juaj u ndryshua." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -699,47 +715,47 @@ msgstr "" "jepni dy herë fjalëkalimin tuaj të ri, që kështu të mund të verifikojmë se e " "shtypët saktë." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Fjalëkalim i vjetër" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Fjalëkalim i ri" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Ndrysho fjalëkalimin tim" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Ricaktim fjalëkalimi" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Ricaktim fjalëkalimi i plotësuar" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "Fjakalimi juaj u caktua. Mund të vazhdoni më tej dhe të bëni hyrjen tani." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Ripohim ricaktimi fjalëkalimi" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Jepni fjalëkalim të ri" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -747,19 +763,19 @@ msgstr "" "Ju lutem, jepeni fjalëkalimin tuaj dy herë, që kështu të mund të verifikojmë " "që e shtypët saktë." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Fjalëkalim i ri:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Ripohoni fjalëkalimin:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Fjalëkalimi nuk u ricaktua me sukses" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -767,25 +783,27 @@ msgstr "" "Lidhja për ricaktimin e fjalëkalimit qe e pavlefshme, ndoshta ngaqë është " "përdorur tashmë një herë. Ju lutem, kërkoni një ricaktim të ri fjalëkalimi." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Ndryshim i sukseshëm fjalëkalimi" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Ju dërguam me e-mail udhëzimet për rregullimin e fjalëkalimit tuaj, te " -"adresa e-mail që keni dhënë. Do të duhej t'ju vinte pas pak." +"Ju dërguam me email udhëzimet për rregullimin e fjalëkalimit tuaj, te adresa " +"e-mail që keni dhënë. Do të duhej t'ju vinte pas pak." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" +"Këtë email po e merrni ngaqë kërkuat ricaktim fjalëkalimi për llogarinë tuaj " +"si përdorues te %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -804,36 +822,36 @@ msgstr "Faleminderit që përdorni site-in tonë!" msgid "The %(site_name)s team" msgstr "Ekipi i %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Harruat fjalëkalimin tuaj? Jepni më poshtë adresën tuaj e-mail, dhe do t'ju " -"dërgojmë në të udhëzimet për të caktuar një të ri." +"Harruat fjalëkalimin tuaj? Jepni më poshtë adresën tuaj email, dhe do t'ju " +"dërgojmë udhëzimet për të caktuar një të ri." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Adresë e-mail:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Adresë email:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Ricakto fjalëkalimin tim" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Krejt datat" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" -msgstr "" +msgstr "(Asnjë)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Përzgjidhni %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Përzgjidhni %s për ta ndryshuar" diff --git a/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo index 22fb9cb77dee221beb0b1f481c8f4a19270269ee..63f96cc105dcefd70fde24d65fbd18bc3bb15c42 100644 Binary files a/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po index c4f9c0a606fc0bfb0e6b3ab133dd05f2f1b4233e..384b3c9952b2d3fb898246c8e607cf0e2715d993 100644 --- a/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po @@ -2,20 +2,21 @@ # # Translators: # Besnik , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"PO-Revision-Date: 2012-12-02 11:31+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -28,15 +29,18 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Kjo është lista e %s të passhme. Mund të zgjidhni disa duke i përzgjedhur te " +"kutiza më poshtë e mandej duke klikuar mbi shigjetën \"Zgjidhe\" mes dy " +"kutizave." #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Shkruani brenda kutizës që të filtrohet lista e %s të passhme." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" -msgstr "Filtër" +msgstr "Filtro" #: static/admin/js/SelectFilter2.js:61 msgid "Choose all" @@ -45,11 +49,11 @@ msgstr "Zgjidheni krejt" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Klikoni që të zgjidhen krejt %s njëherësh." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Zgjidhni" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -66,15 +70,18 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Kjo është lista e %s të passhme. Mund të hiqni disa duke i përzgjedhur te " +"kutiza më poshtë e mandej duke klikuar mbi shigjetën \"Hiqe\" mes dy " +"kutizave." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "Hiqi krejt" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Klikoni që të hiqen krejt %s e zgjedhura njëherësh." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" @@ -106,11 +113,9 @@ msgid "" "fields. You're probably looking for the Go button rather than the Save " "button." msgstr "" -"You have selected an action, and you haven't made any changes on individual " -"fields. You're probably looking for the Go button rather than the Save " -"button.Keni përzgjedhur një veprim, dhe nuk keni bërë ndonjë ndryshim te " -"fusha individuale. Ndoshta po kërkonit për butonin Shko, në vend se të " -"butonit Ruaje." +".Keni përzgjedhur një veprim, dhe nuk keni bërë ndonjë ndryshim te fusha " +"individuale. Ndoshta po kërkonit për butonin Shko, në vend se të butonit " +"Ruaje." #: static/admin/js/calendar.js:26 msgid "" diff --git a/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo index f17e8ac4b9b3f875f69fd8a681e84ea18eebe6e0..9756cc2d869866db62a35f7569bde2ccb0f46f74 100644 Binary files a/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sr/LC_MESSAGES/django.po b/django/contrib/admin/locale/sr/LC_MESSAGES/django.po index 6e1cff07a9e56491b5a7af5893489a72f5f0fd85..a21df88b53fd352c3d024c19cb1873008c6a0d4f 100644 --- a/django/contrib/admin/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sr/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Успешно обрисано: %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Несуспело брисање %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Да ли сте сигурни?" @@ -38,170 +38,176 @@ msgstr "Да ли сте сигурни?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Бриши означене објекте класе %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Сви" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Да" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Не" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Непознато" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Сви датуми" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Данас" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Последњих 7 дана" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Овај месец" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Ова година" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Унесите тачно корисничко име и лозинку за налог члана посаде. Обе вредности " -"препознају велика и мала слова." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Пријавите се поново пошто је ваша сесија истекла." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Ваша имејл адреса није ваше корисничко име. Пробајте са „%s“." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Радња:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "време радње" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id објекта" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "опис објекта" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "ознака радње" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "опис измене" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "запис у логовима" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "записи у логовима" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Додат објекат класе „%(object)s“." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Промењен објекат класе „%(object)s“ - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Уклоњен објекат класе „%(object)s“." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Објекат уноса лога" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ништа" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Измењена поља %s" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "и" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Сачуван објекат „%(object)s“ класе %(name)s." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Измењена поља %(list)s објеката „%(object)s“ класе %(name)s ." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Обрисан објекат „%(object)s“ класе %(name)s." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Без измена у пољима." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Објекат „%(obj)s“ класе %(name)s сачуван је успешно." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Објекат „%(obj)s“ класе %(name)s додат је успешно. Доле можете унети додатне " +"измене." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Доле можете поново да уносите измене." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Доле можете да додате нови објекат класе %s" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Објекат „%(obj)s“ класе %(name)s сачуван је успешно." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Објекат „%(obj)s“ класе %(name)s измењен је успешно." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Објекат „%(obj)s“ класе %(name)s додат је успешно. Доле можете унети додатне " -"измене." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Објекат „%(obj)s“ класе %(name)s измењен је успешно." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,30 +215,30 @@ msgstr "" "Потребно је изабрати објекте да би се извршила акција над њима. Ниједан " "објекат није промењен." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Није изабрана ниједна акција." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Додај објекат класе %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Објекат класе %(name)s са примарним кључем %(key)r не постоји." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Измени објекат класе %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Грешка у бази података" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -240,7 +246,7 @@ msgstr[0] "Успешно промењен %(count)s %(name)s." msgstr[1] "Успешно промењена %(count)s %(name)s." msgstr[2] "Успешно промењених %(count)s %(name)s." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -248,52 +254,60 @@ msgstr[0] "%(total_count)s изабран" msgstr[1] "Сва %(total_count)s изабрана" msgstr[2] "Свих %(total_count)s изабраних" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 од %(cnt)s изабрано" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Објекат „%(obj)s“ класе %(name)s успешно је обрисан." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Историјат измена: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Пријава" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Администрација система" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Администрација %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Датум:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Време:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Претражи" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Додај још један" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Страница није пронађена" @@ -302,42 +316,40 @@ msgstr "Страница није пронађена" msgid "We're sorry, but the requested page could not be found." msgstr "Жао нам је, тражена страница није пронађена." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Почетна" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Грешка на серверу" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Грешка на серверу (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Грешка на серверу (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Дошло је до грешке. Администратор сајта је обавештен имејлом и грешка ће " -"бити ускоро отклоњена. Хвала на стрпљењу." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -360,7 +372,7 @@ msgstr "Изабери све %(module_name)s од %(total_count)s укупно. msgid "Clear selection" msgstr "Поништи избор" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -370,22 +382,22 @@ msgid "Welcome," msgstr "Добродошли," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Документација" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Промена лозинке" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Одјава" @@ -397,36 +409,36 @@ msgstr "Django администрација сајта" msgid "Django administration" msgstr "Django администрација" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Додај" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Историјат" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Преглед на сајту" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Исправите наведену грешку." msgstr[1] "Исправите наведене грешке." msgstr[2] "Исправите наведене грешке." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Додај објекат класе %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Филтер" @@ -443,12 +455,12 @@ msgstr "Приоритет сортирања: %(priority_number)s" msgid "Toggle sorting" msgstr "Укључи/искључи сортирање" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Обриши" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -459,7 +471,7 @@ msgstr "" "који су повезани са овим објектом, али ваш налог нема дозволе за брисање " "следећих типова објеката:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -468,7 +480,7 @@ msgstr "" "Да би избрисали изабран %(object_name)s „%(escaped_object)s“ потребно је " "брисати и следеће заштићене повезане објекте:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -477,16 +489,16 @@ msgstr "" "Да сигурни да желите да обришете %(object_name)s „%(escaped_object)s“? " "Следећи објекти који су у вези са овим објектом ће такође бити обрисани:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Да, сигуран сам" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Брисање више објеката" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -497,7 +509,7 @@ msgstr "" "повезане објекте, међутим ваш налог нема дозволе за брисање следећих типова " "објеката:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -506,7 +518,7 @@ msgstr "" "Да би избрисали изабране %(objects_name)s потребно је брисати и следеће " "заштићене повезане објекте:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -520,36 +532,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Модели доступни у апликацији %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Измени" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Немате дозволе да уносите било какве измене." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Последње радње" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Моје радње" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Нема података" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Непознат садржај" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -558,31 +570,27 @@ msgstr "" "Нешто није уреду са вашом базом података. Проверите да ли постоје " "одговарајуће табеле и да ли одговарајући корисник има приступ бази." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Корисник:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Лозинка:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Заборавили сте лозинку или корисничко име?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Датум/време" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Корисник" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Радња" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -639,64 +647,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Унесите корисничко име и лозинку" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Унесите нову лозинку за корисника %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Лозинка" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Лозинка (поновите)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Ради провере тачности поново унесите лозинку коју сте унели горе." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Обриши" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Додај још један објекат класе %(verbose_name)s." -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Обриши" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Брисање?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Хвала што сте данас провели време на овом сајту." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Поновна пријава" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Измена лозинке" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Успешна измена лозинке" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Ваша лозинка је измењена." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -704,46 +712,46 @@ msgstr "" "Из безбедносних разлога прво унесите своју стару лозинку, а нову затим " "унесите два пута да бисмо могли да проверимо да ли сте је правилно унели." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Стара лозинка" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Нова лозинка" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Измени моју лозинку" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Ресетовање лозинке" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Ресетовање лозинке успешно" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Ваша лозинка је постављена. Можете се пријавити." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Потврда ресетовања лозинке" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Унесите нову лозинку" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -751,19 +759,19 @@ msgstr "" "Унесите нову лозинку два пута како бисмо могли да проверимо да ли сте је " "правилно унели." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Нова лозинка:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Потврда лозинке:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Ресетовање лозинке неуспешно" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -771,27 +779,23 @@ msgstr "" "Линк за ресетовање лозинке није важећи, вероватно зато што је већ " "искоришћен. Поново затражите ресетовање лозинке." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Ресетовање лозинке успешно." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Послали смо упутства за постављање нове лозинке на имејл адресу коју сте нам " -"дали. Упутства ћете добити ускоро." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Овај имејл сте добији јер сте тражили промену лозинке за Ваш налог на сајту " -"%(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -810,36 +814,34 @@ msgstr "Хвала што користите наш сајт!" msgid "The %(site_name)s team" msgstr "Екипа сајта %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Заборавили сте лозинку? Унесите своју имејл адресу доле и послаћемо вам " -"упутства за постављање нове." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Имејл адреса:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Ресетуј моју лозинку" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Сви датуми" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ништа)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Одабери објекат класе %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Одабери објекат класе %s за измену" diff --git a/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo index 2d7d64ffaca77956e224a6b8336d1349b2158df5..443accfdd3417f1f00d3831936ed8ae45f34b70b 100644 Binary files a/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po index ec4e2c954f2400e17bb975fc662c901e33e7e3a4..864255706bbb747b6ffe0e6380b7bd787cd69a53 100644 --- a/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po @@ -10,14 +10,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo index 5c91607fa4ae2a7516073ace07b70b85b9b6c38b..c3badae2c6f3918ebf7fb622bc6401394c70d541 100644 Binary files a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po index f8053c87e3336db630f0e6c55011daeb8795b26c..2df2200dfcb33bb30726621998f5fbdf68ff109e 100644 --- a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Uspešno obrisano: %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Nesuspelo brisanje %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Da li ste sigurni?" @@ -38,170 +38,176 @@ msgstr "Da li ste sigurni?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Briši označene objekte klase %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Svi" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Da" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ne" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Nepoznato" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Svi datumi" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Danas" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Poslednjih 7 dana" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Ovaj mesec" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Ova godina" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Unesite tačno korisničko ime i lozinku za nalog člana posade. Obe vrednosti " -"prepoznaju velika i mala slova." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Prijavite se ponovo pošto je vaša sesija istekla." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Vaša imejl adresa nije vaše korisničko ime. Probajte sa „%s“." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Radnja:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "vreme radnje" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id objekta" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "opis objekta" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "oznaka radnje" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "opis izmene" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "zapis u logovima" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "zapisi u logovima" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Dodat objekat klase „%(object)s“." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Promenjen objekat klase „%(object)s“ - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Uklonjen objekat klase „%(object)s“." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Objekat unosa loga" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ništa" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Izmenjena polja %s" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "i" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Sačuvan objekat „%(object)s“ klase %(name)s." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Izmenjena polja %(list)s objekata „%(object)s“ klase %(name)s ." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Obrisan objekat „%(object)s“ klase %(name)s." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Bez izmena u poljima." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s sačuvan je uspešno." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"Objekat „%(obj)s“ klase %(name)s dodat je uspešno. Dole možete uneti dodatne " +"izmene." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Dole možete ponovo da unosite izmene." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Dole možete da dodate novi objekat klase %s" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s sačuvan je uspešno." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s izmenjen je uspešno." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"Objekat „%(obj)s“ klase %(name)s dodat je uspešno. Dole možete uneti dodatne " -"izmene." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s izmenjen je uspešno." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,30 +215,30 @@ msgstr "" "Potrebno je izabrati objekte da bi se izvršila akcija nad njima. Nijedan " "objekat nije promenjen." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Nije izabrana nijedna akcija." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Dodaj objekat klase %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Objekat klase %(name)s sa primarnim ključem %(key)r ne postoji." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Izmeni objekat klase %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Greška u bazi podataka" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -240,7 +246,7 @@ msgstr[0] "Uspešno promenjen %(count)s %(name)s." msgstr[1] "Uspešno promenjena %(count)s %(name)s." msgstr[2] "Uspešno promenjenih %(count)s %(name)s." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -248,52 +254,60 @@ msgstr[0] "%(total_count)s izabran" msgstr[1] "Sva %(total_count)s izabrana" msgstr[2] "Svih %(total_count)s izabranih" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 od %(cnt)s izabrano" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "Objekat „%(obj)s“ klase %(name)s uspešno je obrisan." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Istorijat izmena: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Prijava" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Administracija sistema" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administracija %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Vreme:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Pretraži" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Dodaj još jedan" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Stranica nije pronađena" @@ -302,42 +316,40 @@ msgstr "Stranica nije pronađena" msgid "We're sorry, but the requested page could not be found." msgstr "Žao nam je, tražena stranica nije pronađena." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Početna" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Greška na serveru" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Greška na serveru (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Greška na serveru (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Došlo je do greške. Administrator sajta je obavešten imejlom i greška će " -"biti uskoro otklonjena. Hvala na strpljenju." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -360,7 +372,7 @@ msgstr "Izaberi sve %(module_name)s od %(total_count)s ukupno." msgid "Clear selection" msgstr "Poništi izbor" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -370,22 +382,22 @@ msgid "Welcome," msgstr "Dobrodošli," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Promena lozinke" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Odjava" @@ -397,36 +409,36 @@ msgstr "Django administracija sajta" msgid "Django administration" msgstr "Django administracija" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Dodaj" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Istorijat" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Pregled na sajtu" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Ispravite navedenu grešku." msgstr[1] "Ispravite navedene greške." msgstr[2] "Ispravite navedene greške." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Dodaj objekat klase %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filter" @@ -443,12 +455,12 @@ msgstr "Prioritet sortiranja: %(priority_number)s" msgid "Toggle sorting" msgstr "Uključi/isključi sortiranje" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Obriši" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -459,7 +471,7 @@ msgstr "" "objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za " "brisanje sledećih tipova objekata:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -468,7 +480,7 @@ msgstr "" "Da bi izbrisali izabran %(object_name)s „%(escaped_object)s“ potrebno je " "brisati i sledeće zaštićene povezane objekte:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -477,16 +489,16 @@ msgstr "" "Da sigurni da želite da obrišete %(object_name)s „%(escaped_object)s“? " "Sledeći objekti koji su u vezi sa ovim objektom će takođe biti obrisani:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Da, siguran sam" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Brisanje više objekata" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -497,7 +509,7 @@ msgstr "" "povezane objekte, međutim vaš nalog nema dozvole za brisanje sledećih tipova " "objekata:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -506,7 +518,7 @@ msgstr "" "Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i sledeće " "zaštićene povezane objekte:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -520,36 +532,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeli dostupni u aplikaciji %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Izmeni" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Nemate dozvole da unosite bilo kakve izmene." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Poslednje radnje" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Moje radnje" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Nema podataka" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Nepoznat sadržaj" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -558,31 +570,27 @@ msgstr "" "Nešto nije uredu sa vašom bazom podataka. Proverite da li postoje " "odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Korisnik:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Lozinka:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Zaboravili ste lozinku ili korisničko ime?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum/vreme" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Korisnik" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Radnja" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -639,64 +647,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Unesite korisničko ime i lozinku" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Unesite novu lozinku za korisnika %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Lozinka" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Lozinka (ponovite)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Radi provere tačnosti ponovo unesite lozinku koju ste uneli gore." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Obriši" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Dodaj još jedan objekat klase %(verbose_name)s." -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Obriši" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Brisanje?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Hvala što ste danas proveli vreme na ovom sajtu." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Ponovna prijava" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Izmena lozinke" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Uspešna izmena lozinke" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Vaša lozinka je izmenjena." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -704,46 +712,46 @@ msgstr "" "Iz bezbednosnih razloga prvo unesite svoju staru lozinku, a novu zatim " "unesite dva puta da bismo mogli da proverimo da li ste je pravilno uneli." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Stara lozinka" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nova lozinka" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Izmeni moju lozinku" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Resetovanje lozinke" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Resetovanje lozinke uspešno" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Vaša lozinka je postavljena. Možete se prijaviti." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Potvrda resetovanja lozinke" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Unesite novu lozinku" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -751,19 +759,19 @@ msgstr "" "Unesite novu lozinku dva puta kako bismo mogli da proverimo da li ste je " "pravilno uneli." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nova lozinka:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Potvrda lozinke:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Resetovanje lozinke neuspešno" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -771,27 +779,23 @@ msgstr "" "Link za resetovanje lozinke nije važeći, verovatno zato što je već " "iskorišćen. Ponovo zatražite resetovanje lozinke." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Resetovanje lozinke uspešno." -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Poslali smo uputstva za postavljanje nove lozinke na imejl adresu koju ste " -"nam dali. Uputstva ćete dobiti uskoro." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Ovaj imejl ste dobiji jer ste tražili promenu lozinke za Vaš nalog na sajtu " -"%(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -810,36 +814,34 @@ msgstr "Hvala što koristite naš sajt!" msgid "The %(site_name)s team" msgstr "Ekipa sajta %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Zaboravili ste lozinku? Unesite svoju imejl adresu dole i poslaćemo vam " -"uputstva za postavljanje nove." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Imejl adresa:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Resetuj moju lozinku" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Svi datumi" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ništa)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Odaberi objekat klase %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Odaberi objekat klase %s za izmenu" diff --git a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo index 3c51e1f60e05e46d8118813c26a09368b81e8bd3..4394d7f65c5b5285629ce7a012f818dffb4625fc 100644 Binary files a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po index 607dd2064c05ee7d177b34c94597a46421622357..226af8fe44a0eb62f1591a5e47ef4d2338857629 100644 --- a/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po @@ -10,14 +10,14 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo index f7d85e71cc018f9f6aeb21e15e1b9db777f0248e..042616856f8d8543caa78e2225130915ac87dc7e 100644 Binary files a/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sv/LC_MESSAGES/django.po b/django/contrib/admin/locale/sv/LC_MESSAGES/django.po index b27fe184c6e5813763541eb8afabac7cac6b3f8e..3f5dd79a6bcc81c0f587f409c57f9d12cf840667 100644 --- a/django/contrib/admin/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sv/LC_MESSAGES/django.po @@ -1,36 +1,38 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Andreas Pelme , 2011, 2012. +# Alex Nordlund , 2012. +# Andreas Pelme , 2011-2013. # cvitan , 2011. +# , 2012. # Jannis Leidel , 2011. # sorl , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-06 08:53+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Tog bort %(count)d %(items)s" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Kan inte ta bort %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Är du säker?" @@ -39,258 +41,278 @@ msgstr "Är du säker?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Tag bort markerade %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Alla" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ja" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Nej" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Okänt" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Alla datum" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Idag" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Senaste 7 dagarna" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Denna månad" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Detta år" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Ange ett giltigt användarnamn och lösenord för ett personalkonto. Notera att " -"båda fälten är skiftlägeskänsliga." +"Ange %(username)s och lösenord för ett personalkonto. Notera att båda fälten " +"är skiftlägeskänsliga." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Var god logga in igen, eftersom din session har förfallit." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Din e-postadress är inte ditt användarnamn. Försök med '%s' istället." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Åtgärd:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "händelsetid" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "objektets id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "objektets beskrivning" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "händelseflagga" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "ändra meddelande" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "loggpost" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "loggposter" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Lade till \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Ändrade \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Tog bort \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry-Objekt" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Inget" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Ändrade %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "och" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Lade till %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Ändrade %(list)s på %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Tog bort %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Inga fält ändrade." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" lades till." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" lades till. Du kan redigera objektet igen nedanför." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Du kan ändra det igen nedanför." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" lades till. Du kan lägga till ytterligare %(name)s " +"nedan." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Du kan lägga till ytterligare %s nedanför." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" lades till." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ändrades." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "%(name)s \"%(obj)s\" ändrades. Du kan ändra det igen nedan." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" lades till. Du kan redigera objektet igen nedanför." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" ändrades." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "Poster måste väljas för att genomföra åtgärder. Inga poster har ändrats." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Inga åtgärder valda." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Lägg till %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s-objekt med primärnyckel %(key)r finns inte." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Ändra %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Databasfel" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s ändrades." msgstr[1] "%(count)s %(name)s ändrades." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s vald" msgstr[1] "Alla %(total_count)s valda" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 av %(cnt)s valda" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" togs bort." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Ändringshistorik: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Logga in" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Webbplatsadministration" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Administration av %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Datum:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Tid:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Uppslag" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Lägg till ytterligare" +#: widgets.py:316 +msgid "Currently:" +msgstr "Nuvarande:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Ändra:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Sidan kunde inte hittas" @@ -299,42 +321,43 @@ msgstr "Sidan kunde inte hittas" msgid "We're sorry, but the requested page could not be found." msgstr "Vi beklagar men den begärda sidan hittades inte." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Hem" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Serverfel" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Serverfel (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Serverfel (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Ett fel har uppstått. Administratören har meddelats via e-post och felet bör " -"vara åtgärdat inom kort. Tack för visat tålamod." +"Det har uppstått ett fel. Det har rapporterats till " +"webbplatsadministratörerna via e-post och bör bli rättat omgående. Tack för " +"ditt tålamod." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -357,7 +380,7 @@ msgstr "Välj alla %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Rensa urval" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -367,22 +390,22 @@ msgid "Welcome," msgstr "Välkommen," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokumentation" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Ändra lösenord" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Logga ut" @@ -394,35 +417,35 @@ msgstr "Django webbplatsadministration" msgid "Django administration" msgstr "Django-administration" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Lägg till" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historik" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Visa på webbplats" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Rätta till felet nedan." msgstr[1] "Rätta till felen nedan." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Lägg till %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrera" @@ -439,12 +462,12 @@ msgstr "Sorteringsprioritet: %(priority_number)s" msgid "Toggle sorting" msgstr "Ändra sorteringsordning" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Radera" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -455,7 +478,7 @@ msgstr "" "relaterade objekt togs bort, men ditt konto har inte rättigheter att ta bort " "följande objekttyper:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -464,7 +487,7 @@ msgstr "" "Borttagning av %(object_name)s '%(escaped_object)s' kräver borttagning av " "följande skyddade relaterade objekt:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -473,16 +496,16 @@ msgstr "" "Är du säker på att du vill ta bort %(object_name)s \"%(escaped_object)s\"? " "Följande relaterade objekt kommer att tas bort:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ja, jag är säker" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Tog bort %(name)s \"%(object)s\"." -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -493,7 +516,7 @@ msgstr "" "relaterade objekt, men ditt konto har inte behörighet att ta bort följande " "typer av objekt:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -502,7 +525,7 @@ msgstr "" "Borttagning av valda %(objects_name)s skulle kräva borttagning av följande " "skyddade objekt:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -516,36 +539,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " På %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Modeller tillgängliga i applikationen %(name)s." +msgid "Models in the %(name)s application" +msgstr "Modeller i applikationen %(name)s" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Ändra" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Du har inte rättigheter att redigera något." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Senaste Händelser" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Mina händelser" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Inga tillgängliga" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Okänt innehåll" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -554,31 +577,27 @@ msgstr "" "Någonting är fel med din databasinstallation. Se till att de rätta " "databastabellerna har skapats och att databasen är läsbar av rätt användare." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Användarnamn:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Lösenord:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Har du glömt lösenordet eller användarnamnet?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Datum tid" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Användare" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Händelse" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -634,64 +653,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Mata in användarnamn och lösenord." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Ange nytt lösenord för användare %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Lösenord" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Lösenord (igen)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Fyll i samma lösenord som ovan för verifiering." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Tag bort" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Lägg till ytterligare %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Tag bort" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Radera?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Tack för att du spenderade lite kvalitetstid med webbplatsen idag." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Logga in igen" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Ändra lösenord" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Lösenordet ändrades" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Ditt lösenord har ändrats." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -699,46 +718,46 @@ msgstr "" "Var god fyll i ditt gamla lösenord för säkerhets skull och skriv sedan in " "ditt nya lösenord två gånger så vi kan kontrollera att du skrev det rätt." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Gammalt lösenord" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nytt lösenord" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Ändra mitt lösenord" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Nollställ lösenord" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Nollställning av lösenord klar" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Ditt lösenord har ändrats. Du kan nu logga in." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Bekräftelse av lösenordsnollställning" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Fyll i lösenord" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -746,19 +765,19 @@ msgstr "" "Var god fyll i ditt nya lösenord två gånger så vi kan kontrollera att du " "skrev det rätt." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nytt lösenord:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Bekräfta lösenord:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Lösenordsnollställning misslyckad" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -766,14 +785,14 @@ msgstr "" "Länken för lösenordsnollställning var felaktig, möjligen därför att den " "redan använts. Var god skicka en ny nollställningsförfrågan." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Lösenordsnollställning lyckades" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" "Vi har skickat ett e-postmeddelande med instruktioner för att ändra ditt " @@ -782,7 +801,7 @@ msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "Du får detta e-postmeddelande för att du har begärt återställning av ditt " @@ -805,36 +824,36 @@ msgstr "Tack för att du använder vår webbplats!" msgid "The %(site_name)s team" msgstr "%(site_name)s-teamet" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "Glömt ditt lösenord? Fyll i din e-postadress nedan så skickar vi ett e-" "postmeddelande med instruktioner för hur du ställer in ett nytt." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-postadress:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "E-postaddress:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Nollställ mitt lösenord" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Alla datum" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Ingen)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Välj %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Välj %s att ändra" diff --git a/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo index e30e056ac8b8695bee1cad22ad8d0495b8cde2af..1d73271202321ab3f5f9a211a83eb7c8753a1e16 100644 Binary files a/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po index b8e0d874167cb3630c72a6aba26c9bc9b171d2f6..d2e76d37059b915fa2c108acd03a96e23c3305d8 100644 --- a/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po @@ -12,13 +12,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo b/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo index 3ab5b11a9b11639669fcce98e23aa6f1b9879233..f65a78429acdcb7508afc1407f5a121d3946a52b 100644 Binary files a/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/sw/LC_MESSAGES/django.po b/django/contrib/admin/locale/sw/LC_MESSAGES/django.po index 04f64bb13fbe31515aa2de36ed30d60ace9e0d94..e65b9db1fe6b410b05c911753fe3bf04c5d4518d 100644 --- a/django/contrib/admin/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/sw/LC_MESSAGES/django.po @@ -5,285 +5,304 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-16 19:56+0000\n" -"Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." -msgstr "Umefuta %(items)s %(count)d kwa mafanikio." +msgstr "Umefanikiwa kufuta %(items)s %(count)d." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Huwezi kufuta %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Una uhakika?" #: actions.py:83 #, python-format msgid "Delete selected %(verbose_name_plural)s" -msgstr "" +msgstr "Futa %(verbose_name_plural)s teule" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "yote" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Ndiyo" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Hapana" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Haijulikani" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Tarehe yoyote" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Leo" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Siku 7 zilizopita" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "mwezi huu" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Mwaka huu" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Tafadhali ingia tena, kwani kipindi chako cha matumizi kimekwisha." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Anuani yako ya baruapepe si jina lako la mtumiaji. Badala yake jaribu '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Tendo" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "muda wa tendo" -#: models.py:22 +#: models.py:27 msgid "object id" -msgstr "" +msgstr "Kitambulisho cha kitu" -#: models.py:23 +#: models.py:28 msgid "object repr" -msgstr "" +msgstr "`repr` ya kitu" -#: models.py:24 +#: models.py:29 msgid "action flag" -msgstr "" +msgstr "bendera ya tendo" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "badilisha ujumbe" -#: models.py:30 +#: models.py:35 msgid "log entry" -msgstr "" +msgstr "ingizo kwenye kumbukumbu" -#: models.py:31 +#: models.py:36 msgid "log entries" -msgstr "" +msgstr "maingizo kwenye kumbukumbu" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Kuongezwa kwa \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Kubadilishwa kwa \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Kufutwa kwa \"%(object)s\"." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "Kitu cha Ingizo la Kumbukumbu" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Hakuna" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." -msgstr "" +msgstr "Mabadiliko ya %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "na" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." -msgstr "" +msgstr "Ingizo la \"%(object)s\" %(name)s " -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." -msgstr "" +msgstr "Mabadiliko %(list)s kwa \"%(object)s\\v %(name)s." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." -msgstr "" +msgstr "Kumefutwa \"%(object)s\" %(name)s." -#: options.py:689 +#: options.py:702 msgid "No fields changed." -msgstr "Hakuna sehemu zilizobadilishwa" +msgstr "Hakuna uga uliobadilishwa." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." msgstr "" +"Ingizo la \"%(obj)s\" %(name)s limefanyika kwa mafanikio. Unaweza " +"kuhariritena hapo chini." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "unaweza kuhariri tena hapo chini." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Unaweza kuongeza tena %s hapo chini." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Ingizo la \"%(obj)s\" %(name)s limefanyika kwa mafanikio." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Mabadiliko ya \"%(obj)s\" %(name)s yamefanikiwa." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" +"Nilazima kuchagua vitu ili kufanyia kitu fulani. Hakuna kitu " +"kilichochaguliwa." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Hakuna tendo lililochaguliwa" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" -msgstr "ongeza %s" +msgstr "Ongeza %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." -msgstr "" +msgstr "Hakuna %(name)s yenye `primary key` %(key)r." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Badilisha %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" -msgstr "" +msgstr "Hitilafu katika hifadhidata" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "mabadiliko ya %(name)s %(count)s yamefanikiwa." +msgstr[1] "mabadiliko ya %(name)s %(count)s yamefanikiwa." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(total_count)s kuchaguliwa" +msgstr[1] "%(total_count)s (kila kitu) kuchaguliwa" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" -msgstr "" +msgstr "Vilivyo chaguliwa ni 0 kati ya %(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." -msgstr "" +msgstr "Ufutaji wa \"%(obj)s\" %(name)s umefanikiwa." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Badilisha historia: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Ingia" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Utawala wa tovuti" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "utawala %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Tarehe" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Saa" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" -msgstr "" +msgstr "`Lookup`" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Ongeza" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Ukurasa haujapatikana" @@ -292,39 +311,39 @@ msgstr "Ukurasa haujapatikana" msgid "We're sorry, but the requested page could not be found." msgstr "Samahani, ukurasa uliohitajika haukupatikana." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Sebule" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Hitilafu ya seva" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Hitilafu ya seva (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Hitilafu ya seva (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" #: templates/admin/actions.html:4 @@ -348,7 +367,7 @@ msgstr "Chagua kila %(module_name)s, (%(total_count)s). " msgid "Clear selection" msgstr "Safisha chaguo" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -358,22 +377,22 @@ msgid "Welcome," msgstr "Karibu" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Nyaraka" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Badilisha nenosiri" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Toka" @@ -385,35 +404,35 @@ msgstr "Utawala wa tovuti ya django" msgid "Django administration" msgstr "Utawala wa Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Ongeza" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Historia" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Ona kwenye tovuti" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Tafadhali sahihisha kosa lifuatalo" msgstr[1] "Tafadhali sahihisha makosa yafuatayo " -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Ongeza %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Chuja" @@ -424,136 +443,149 @@ msgstr "Ondoa katika upangaji" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Kipaumbele katika mpangilio: %(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "Geuza mpangilio" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Futa" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " "related objects, but your account doesn't have permission to delete the " "following types of objects:" msgstr "" +"Kufutwa kwa '%(escaped_object)s' %(object_name)s kutasababisha kufutwa kwa " +"vitu vinavyohuisana, lakini akaunti yako haina ruhusa ya kufuta vitu vya " +"aina zifuatazo:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" +"Kufuta '%(escaped_object)s' %(object_name)s kutahitaji kufuta vitu " +"vifuatavyo ambavyo vinavyohuisana na vimelindwa:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" +"Una uhakika kuwa unataka kufuta \"%(escaped_object)s\" %(object_name)s ? " +"Vitu vyote vinavyohuisana kati ya vifuatavyo vitafutwa:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Ndiyo, Nina uhakika" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Futa viumbile mbalimbali" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " "objects, but your account doesn't have permission to delete the following " "types of objects:" msgstr "" +"Kufutwa kwa %(objects_name)s chaguliwa kutasababisha kufutwa kwa " +"vituvinavyohusiana, lakini akaunti yako haina ruhusa ya kufuta vitu vya " +"vifuatavyo:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" +"Kufutwa kwa %(objects_name)s kutahitaji kufutwa kwa vitu vifuatavyo vyenye " +"uhusiano na vilivyolindwa:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " "following objects and their related items will be deleted:" msgstr "" +"Una uhakika kuwa unataka kufuta %(objects_name)s chaguliwa ? Vitu vyote kati " +"ya vifuatavyo vinavyohusiana vitafutwa:" #: templates/admin/filter.html:2 #, python-format msgid " By %(filter_title)s " msgstr " Kwa %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." +msgid "Models in the %(name)s application" msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Badilisha" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Huna ruhusa ya kuhariri chochote" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Matendo ya hivi karibuni" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Matendo yangu" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Hakuna kilichopatikana" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Maudhui hayajulikani" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" +"Kuna tatizo limetokea katika usanikishaji wako wa hifadhidata. Hakikisha " +"kuwa majedwali sahihi ya hifadhidata yameundwa, na hakikisha hifadhidata " +"inaweza kusomwana mtumiaji sahihi." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Jina la mtumiaji" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "nenosiri" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Umesahau jina na nenosiri lako?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Tarehe/saa" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Mtumiaji" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Tendo" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -609,64 +641,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Ingiza jina la mtumiaji na nenosiri." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "ingiza nenosiri la mtumiaji %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Nenosiri" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Nenosiri (tena)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Ingiza nenosiri linalofanana na la juu, kwa uthibitisho." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Ondoa" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Ongeza %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Ondoa" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Futa?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Ahsante kwa kutumia muda wako katika Tovuti yetu leo. " -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "ingia tena" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Badilisha nenosiri" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Ubadilishaji wa nenosiri umefanikiwa" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Nenosiri lako lilibadilishwa" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -675,46 +707,46 @@ msgstr "" "nenosiri jipya mara mbili ili tuweze kuthibitisha kuwa umelichapisha kwa " "usahihi." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Nenosiri la zamani" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Nenosiri jipya" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Badilisha nenosiri langu" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Kuseti upya nenosiri" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Kuseti upya nenosiri kumekamilika" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Nenosiri lako limesetiwa. Unaweza kuendelea na kuingia sasa." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Uthibitisho wa kuseti upya nenosiri" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Ingiza nenosiri" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -722,19 +754,19 @@ msgstr "" "Tafadhali ingiza nenosiri mara mbili ili tuweze kuthibitisha kuwa " "umelichapisha kwa usahihi." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Nenosiri jipya" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Thibitisha nenosiri" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Kuseti upya nenosiri hakujafanikiwa" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -742,27 +774,23 @@ msgstr "" "Kiungo cha kuseti upya nenosiri ni batili, inawezekana ni kwa sababu kiungo " "hicho tayari kimetumika. tafadhali omba upya kuseti nenosiri" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Kuseti upya nenosiri kumefaninikiwa" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Tumekutumia maelekezo ya kuseti nenosiri lako kwenda anuani ya barua pepe " -"uliyotupatia. Unatakiwa kuipata ndani ya muda mfupi. " #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Unapokea baruapepe hii kwa sababu umeomba kuseti upya nenosiri lako kwa " -"ajili ya akaunti ya %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -781,36 +809,34 @@ msgstr "Ahsante kwa kutumia tovui yetu!" msgid "The %(site_name)s team" msgstr "timu ya %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Umesahau nenosiri lako? Ingiza anuani yako ya baruapepe hapo chini " -"nasitutakutumia maelekezo ya kuseti nenosiri jipya." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Anuani ya Baruapepe" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Seti upya nenosiri langu" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Tarehe zote" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Hakuna)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Chagua %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Chaguo %s kwa mabadilisho" diff --git a/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo index 274e6a9c2ddc9101fefbe421fdc617b7ec41b91b..4797dd9400399f4102c82945deb4c237f53bf75e 100644 Binary files a/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po index 02df4a608d58f0d37f458b81abfb61145eddd676..f640a86a6ac3acae7b0bf7bdee17dbeaa65a12de 100644 --- a/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po @@ -6,20 +6,20 @@ msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" +"PO-Revision-Date: 2012-07-06 17:25+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format msgid "Available %s" -msgstr "" +msgstr "vilivyomo: %s" #: static/admin/js/SelectFilter2.js:46 #, c-format @@ -31,7 +31,7 @@ msgstr "" #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Chapisha katika kisanduku hiki ili kuchuja orodha ya %s iliyopo." #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -39,16 +39,16 @@ msgstr "Chuja" #: static/admin/js/SelectFilter2.js:61 msgid "Choose all" -msgstr "" +msgstr "Chagua kila kitu" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "Bofya kuchagua kila %s kwa pamoja." #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "Chagua" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -57,7 +57,7 @@ msgstr "Ondoa" #: static/admin/js/SelectFilter2.js:75 #, c-format msgid "Chosen %s" -msgstr "" +msgstr "Chaguo la %s" #: static/admin/js/SelectFilter2.js:76 #, c-format @@ -65,15 +65,18 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Hii ni orodha ya %s uliyochagua. Unaweza kuondoa baadhi vitu kwa kuvichagua " +"katika kisanduku hapo chini kisha kubofya mshale wa \"Ondoa\" kati ya " +"visanduku viwili." #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "Onda yote" +msgstr "Ondoa yote" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Bofya ili kuondoa %s chaguliwa kwa pamoja." #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" @@ -86,6 +89,8 @@ msgid "" "You have unsaved changes on individual editable fields. If you run an " "action, your unsaved changes will be lost." msgstr "" +"Umeacha kuhifadhi mabadiliko katika uga zinazoharirika. Ikiwa utafanya tendo " +"lingine, mabadiliko ambayo hayajahifadhiwa yatapotea." #: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 msgid "" @@ -93,6 +98,8 @@ msgid "" "individual fields yet. Please click OK to save. You'll need to re-run the " "action." msgstr "" +"Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. " +"Tafadali bofya Sawa ukitaka kuhifadhi. Utahitajika kufanya upya kitendo " #: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 msgid "" @@ -100,6 +107,8 @@ msgid "" "fields. You're probably looking for the Go button rather than the Save " "button." msgstr "" +"Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. " +"Inawezekana unatafuta kitufe cha Nenda badala ya Hifadhi" #: static/admin/js/calendar.js:26 msgid "" @@ -141,11 +150,11 @@ msgstr "Usiku wa manane" #: static/admin/js/admin/DateTimeShortcuts.js:87 msgid "6 a.m." -msgstr "" +msgstr "Saa 12 alfajiri" #: static/admin/js/admin/DateTimeShortcuts.js:88 msgid "Noon" -msgstr "Saa 6 mchana" +msgstr "Adhuhuri" #: static/admin/js/admin/DateTimeShortcuts.js:92 #: static/admin/js/admin/DateTimeShortcuts.js:204 diff --git a/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo index 7fc115b8b0cd03c2e6454511f881994ad655b27c..34dbd90af13ed8591f5b1b014f0098809709676c 100644 Binary files a/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ta/LC_MESSAGES/django.po b/django/contrib/admin/locale/ta/LC_MESSAGES/django.po index 9d97361b808206f748f56ee661b84a9414460bd7..641ac0b0cfa8d8e2dbba23895ac55c0a1934fb8b 100644 --- a/django/contrib/admin/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ta/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "உறுதியாக சொல்கிறீர்களா?" @@ -36,255 +36,271 @@ msgstr "உறுதியாக சொல்கிறீர்களா?" msgid "Delete selected %(verbose_name_plural)s" msgstr "" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "அனைத்தும்" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "ஆம்" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "இல்லை" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "தெரியாத" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "எந்த தேதியும்" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "இன்று" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "கடந்த 7 நாட்களில்" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "இந்த மாதம்" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "இந்த வருடம்" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "உங்கள் மின் அஞ்சல் முகவரி உங்கள் பயனர் பெயராக இல்லை. '%s'யை முயற்சி செய்யவும்." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "செயல் நேரம்" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "பொருள் அடையாளம்" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "பொருள் உருவகித்தம்" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "செயர்குறி" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "செய்தியை மாற்று" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "புகுபதிவு உள்ளீடு" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "புகுபதிவு உள்ளீடுகள்" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s மாற்றபட்டுள்ளது." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "மற்றும்" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "எந்த புலமும் மாறவில்லை." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாகச் சேர்க்கப்பட்டது." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" வெற்றிகரமாக சேர்க்கப்பட்டுள்ளது. நீங்கள் கீழே தொகுக்க முடியும்." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "நீங்கள் மறுபடியும் தொகுக்க முடியும். " +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "நீங்கள் மற்ற %s யை கீழே சேர்க்க முடியும்." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாகச் சேர்க்கப்பட்டது." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாக மாற்றப்பட்டது." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" வெற்றிகரமாக சேர்க்கப்பட்டுள்ளது. நீங்கள் கீழே தொகுக்க முடியும்." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாக மாற்றப்பட்டது." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s யை சேர்க்க" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s யை மாற்று" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "தகவல்சேமிப்பு பிழை" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "" msgstr[1] "" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "" msgstr[1] "" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாக அழிக்கப்பட்டுள்ளது." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "வரலாற்றை மாற்று: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "உள்ளே போ" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "இணைய மேலான்மை" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "தேதி:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "நேரம்:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "பக்கத்தைக் காணவில்லை" @@ -293,42 +309,40 @@ msgstr "பக்கத்தைக் காணவில்லை" msgid "We're sorry, but the requested page could not be found." msgstr "நீங்கள் விரும்பிய பக்கத்தை காண இயலவில்லை,அதற்காக நாங்கள் வருந்துகிறோம்." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "வீடு" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "சேவகன் பிழை" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "சேவையகம் தவறு(500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "சேவையகம் பிழை(500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"தவறு ஏற்பட்டுள்ளதுவலைத்தள நிர்வாகிக்கு மின்னஞ்சல் அனுப்பப்பட்டுள்ளது. விரைவில் சரி " -"செய்யப்படும். உங்களது பொறுமைக்கு நன்றி" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -351,7 +365,7 @@ msgstr "" msgid "Clear selection" msgstr "" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -361,22 +375,22 @@ msgid "Welcome," msgstr "நல்வரவு," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "ஆவனமாக்கம்" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "கடவுச்சொல்லை மாற்று" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "வெளியேறு" @@ -388,35 +402,35 @@ msgstr "டிஜாங்ஙோ தள நிர்வாகி" msgid "Django administration" msgstr "டிஜாங்ஙோ நிர்வாகம் " -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "சேர்க்க" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "வரலாறு" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "தளத்தில் பார்" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "கீழே உள்ள தவறுயைத் திருத்துக" msgstr[1] "கீழே உள்ள தவறுகளைத் திருத்துக" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s சேர்க்க" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "வடிகட்டி" @@ -433,12 +447,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "நீக்குக" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -448,14 +462,14 @@ msgstr "" "நீக்கும் '%(escaped_object)s' ஆனது %(object_name)s தொடர்புடைய மற்றவற்றையும் நீக்கும். " "ஆனால் அதை நீக்குவதற்குரிய உரிமை உங்களுக்கு இல்லை" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -464,16 +478,16 @@ msgstr "" "நீங்கள் இந்த \"%(escaped_object)s\" %(object_name)s நீக்குவதில் நிச்சயமா?தொடர்புடைய " "மற்றவையும் நீக்கப்படும். " -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "ஆம், எனக்கு உறுதி" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -481,14 +495,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -500,36 +514,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s ஆல்" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "செயலியில் கிடைக்கக் கூடிய %(name)s மாதிரிகள்" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "மாற்றுக" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "உங்களுக்கு மாற்றுவதற்குரிய உரிமையில்லை" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "தற்போதைய செயல்கள்" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "எனது செயல்கள்" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "எதுவும் கிடைக்கவில்லை" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -539,31 +553,27 @@ msgstr "" "தகவல்சேமிப்பு அட்டவணையைதயாரிக்கவும். மேலும் பயனர் படிக்கும் படியான தகவல்சேமிப்பகத்தை " "உருவாக்கவும்." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "பயனர் பெயர்:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "கடவுச்சொல்:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "தேதி/நேரம் " -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "பயனர்" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "செயல்" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -618,64 +628,64 @@ msgstr "" msgid "Enter a username and password." msgstr "" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "கடவுச்சொல்" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "கடவுச்சொல்(மறுபடியும்)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "மேலே அதே கடவுச்சொல்லை உள்ளிடவும், சரிபார்ப்பதற்காக ." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "அழிக்க" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "அழிக்க" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "வலைத்தளத்தில் உங்களது பொன்னான நேரத்தை செலவழித்தமைக்கு மிகுந்த நன்றி" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "மீண்டும் உள்ளே பதிவு செய்யவும்" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "கடவுச்சொல் மாற்று" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "வெற்றிகரமாக கடவுச்சொல் மாற்றபட்டது" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "உங்களுடைய கடவுச்சொல் மாற்றபட்டது" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -683,84 +693,84 @@ msgstr "" "பாதுகாப்பு காரணங்களுக்காக , முதலில் உங்களது பழைய கடவுச்சொல்லை உள்ளிடுக. அதன் பிறகு " "புதிய கடவுச்சொல்லை இரு முறை உள்ளிடுக. இது உங்களது உள்ளிடுதலை சரிபார்க்க உதவும். " -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "கடவுச் சொல்லை மாற்றவும்" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "கடவுச்சொல்லை மாற்றியமை" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "புதிய கடவுச்சொல்:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "கடவுச்சொலின் மாற்றத்தை உறுதிப்படுத்து:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "கடவுச்சொல் மாற்றியமைத்தல் வெற்றி" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -781,34 +791,34 @@ msgstr "எங்களது வலைத்தளத்தை பயன் ப msgid "The %(site_name)s team" msgstr "இந்த %(site_name)s -இன் குழு" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "மின்அஞ்சல் முகவரி:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "எனது கடவுச்சொல்லை மாற்றியமை" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "அனைத்து தேதியும்" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s யை தேர்ந்தெடு" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s யை மாற்ற தேர்ந்தெடு" diff --git a/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo index d10cfd570ecc075970549d1cb592bb7d13ec4129..bc474c7e827df84debc73d42257c582b2a2d0081 100644 Binary files a/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po index cdb004576968505fe3cf17722240d13c3e29e571..8079c28b39da9b0fc638e40aaabe7de649c40bfd 100644 --- a/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po @@ -9,13 +9,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/te/LC_MESSAGES/django.mo b/django/contrib/admin/locale/te/LC_MESSAGES/django.mo index 440d2f9b1ae0bec5f0e5255b86382c5a90770128..52287d8ffc48ccc7eeb96d11321a46ce0d2cedd7 100644 Binary files a/django/contrib/admin/locale/te/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/te/LC_MESSAGES/django.po b/django/contrib/admin/locale/te/LC_MESSAGES/django.po index dfe98cf62eedcd5f6ae384b2f9e352fb99064ffd..7c71510849c42177f749f88b5e0d426d83ebd4fb 100644 --- a/django/contrib/admin/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/te/LC_MESSAGES/django.po @@ -9,28 +9,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: ప్రవీణ్ ఇళ్ళ \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s జయప్రదముగా తీసేవేయబడినది." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "మీరు కచ్చితంగా ఉన్నారా?" @@ -39,166 +39,174 @@ msgstr "మీరు కచ్చితంగా ఉన్నారా?" msgid "Delete selected %(verbose_name_plural)s" msgstr "ఎంచుకోన్న %(verbose_name_plural)s తీసివేయుము " -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "అన్నీ" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "అవును" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "కాదు" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "తెలియనది" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "ఏ రోజైన" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "ఈ రోజు" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "గత 7 రోజుల గా" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "ఈ నెల" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "ఈ సంవత్సరం" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "దయచేసి మళ్ళీ లాగ్ ఇన్ అవ్వండి ఎందుకంటే మీ భాగము ముగిసింది ." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "మీ ఇటపా మీ వినియొగదారి నామము కాదు . '%s' ఇచ్చి చూడండి " - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "చర్య:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "పని సమయము " -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "వస్తువు" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "వస్తువు" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "పని ఫ్లాగ్" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "సందేశము ని మార్చంది" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "లాగ్ ఎంట్రీ" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "లాగ్ ఎంట్రీలు" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "వొకటీ లేదు" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr " %s మార్చబడిండి" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "మరియు" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" జతచేయబడినది." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" కొరకు %(list)s మార్చబడినది." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" తొలగిబడినది" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "క్షేత్రములు ఏమి మార్చబడలేదు" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" జయప్రదంగా కలపబడ్డడి. మీరు మళ్ళీ దీనినీ క్రింద మార్చవచ్చు" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\"జయప్రదంగా కలపబడ్డడి" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "మీరు మళ్ళీ దీనినీ క్రింద మార్చవచ్చు" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "మీరు ఇంకొక %s ని క్రింద జత చేయొచ్చు" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" జయప్రదంగా మార్చబడిండి" -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" జయప్రదంగా కలపబడ్డడి. మీరు మళ్ళీ దీనినీ క్రింద మార్చవచ్చు" - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -206,89 +214,97 @@ msgstr "" "అంశములపయి తదుపరి చర్య తీసుకోనటకు వాటిని ఎంపిక చేసుకోవలెను. ప్రస్తుతం ఎటువంటి అంశములు " "మార్చబడలేదు." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "మీరు ఎటువంటి చర్య తీసుకొనలేదు " -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%sని జత చేయండి " -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(key)r ప్రధాన కీ గా వున్న %(name)s అంశం ఏమి లేదు." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%sని మార్చుము" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "దత్తాంశస్థానము పొరబాటు " -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s జయప్రదముగా మార్చబడినవి." msgstr[1] "%(count)s %(name)s జయప్రదముగా మార్చబడినవి." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s ఎంపికయినది." msgstr[1] "అన్ని %(total_count)s ఎంపికయినవి." -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 of %(cnt)s ఎంపికయినవి." -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" జయప్రదంగా తీసివేయబడ్డడి" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "చరిత్రం మార్చు: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "ప్రవేశించండి" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "సైట్ నిర్వాహన" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s నిర్వాహన" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "తారీఖు:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "సమయం:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "అంశ శోధన." -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "మరివొక కలుపు" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "పుట దొరకలేదు" @@ -297,40 +313,40 @@ msgstr "పుట దొరకలేదు" msgid "We're sorry, but the requested page could not be found." msgstr "క్షమించండి మీరు కోరిన పుట దొరకలేడు" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "నివాసము" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "సర్వర్ పొరబాటు" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "సర్వర్ పొరబాటు (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "సర్వర్ పొరబాటు (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "పొరబాటు జరిగింది . దానిని నిర్వాహనాధికారులు కి ఈ మెయిల్ చేయబడ్డడి,మీ ఓపిక కి ధన్యవాదములు" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -353,7 +369,7 @@ msgstr "" msgid "Clear selection" msgstr "" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -363,22 +379,22 @@ msgid "Welcome," msgstr "సుస్వాగతం" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "పత్రికీకరణ" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "పాస్ వర్డ్ మార్చుకోండి" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "లాగ్ ఔట్" @@ -390,35 +406,35 @@ msgstr "డ్జాంగొ యొక్క నిర్వాహనదార msgid "Django administration" msgstr "డ్జాంగొ నిర్వాహన" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "చేర్చు" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "చరిత్ర" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "సైట్ లో చూడండి" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "క్రింద ఉన్న తప్పు సరిదిద్దుకోండి" msgstr[1] "క్రింద ఉన్న తప్పులు సరిదిద్దుకోండి" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s జత చేయు" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "వడపోత" @@ -435,12 +451,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "తొలగించు" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -448,30 +464,30 @@ msgid "" "following types of objects:" msgstr "" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "following protected related objects:" msgstr "" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "All of the following related items will be deleted:" msgstr "" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "అవును " -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -479,14 +495,14 @@ msgid "" "types of objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -498,67 +514,63 @@ msgstr "" msgid " By %(filter_title)s " msgstr "" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "మొడల్ లు %(name)s లో దొరికే అప్ప్లికేషన్" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "మార్చు" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "మీకు ఏది మార్చటానికి అధికారము లేదు" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "ఇటీవలి చర్యలు" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "నా చర్యలు" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "ఏమి దొరకలేదు" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "తెలియని విషయం" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " "the appropriate user." msgstr "" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "వాడుకరిపేరు:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "సంకేతపదం:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "తేదీ/సమయం" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "వాడుకరి" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "చర్య" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -610,64 +622,64 @@ msgstr "" msgid "Enter a username and password." msgstr "ఒక వాడుకరిపేరు మరియు సంకేతపదాన్ని ప్రవేశపెట్టండి." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "సంకేతపదం" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "సంకేతపదం (మళ్ళీ)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "పైన ఇచ్చిన సంకేతపదాన్నే మళ్ళీ ఇవ్వండి, సరిచూత కోసం." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "తొలగించు" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "తొలగించు" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "తొలగించాలా?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "మళ్ళీ ప్రవేశించండి" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "అనుమతి పదం మార్పు" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "అనుమతి పదం మార్పు జయప్రదమైండి " -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "మీ అనుమతి పదం మార్చబడిండి" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -675,46 +687,46 @@ msgstr "" "దయచేసి రక్షన కోసము, మీ పాత అనుమతి పదం ఇవ్వండి , కొత్త అనుమతి పదం రెండు సార్లు ఇవ్వండి , " "ఎం దుకంటే మీరు తప్పు ఇస్తే సరిచేయటానికి " -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "పాత సంకేతపదం" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "కొత్త సంకేతపదం" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "నా సంకేతపదాన్ని మార్చు" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "అనుమతి పదం తిరిగి అమర్చు" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "అనుమతి పదం తిరిగి మార్చు సంపూర్ణమైనది" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "మీ అనుమతి పదం మర్చుబడినది. మీరు ఇప్పుదు లాగ్ ఇన్ అవ్వచ్చు." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "అనుమతి పదం తిరిగి మార్చు ఖాయం చెయండి" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "కొత్త అనుమతి పదం ప్రవేశపెటండి" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -722,39 +734,39 @@ msgstr "" "దయచేసి రక్షన కోసము, మీ పాత అనుమతి పదం ఇవ్వండి , కొత్త అనుమతి పదం రెండు సార్లు ఇవ్వండి , " "ఎం దుకంటే మీరు తప్పు ఇస్తే సరిచేయటానికి " -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "కొత్త సంకేతపదం:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "సంకేతపదాన్ని నిర్ధారించండి:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "సంకేతపదపు మార్పు విఫలమైంది" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "సంకేతపదపు మార్పు విజయవంతం" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" @@ -775,34 +787,34 @@ msgstr "మా సైటుని ఉపయోగించుకున్నం msgid "The %(site_name)s team" msgstr "%(site_name)s జట్టు" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "ఈమెయిలు చిరునామా:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "అనుమతిపదం తిరిగి అమర్చు" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "అన్నీ తేదీలు" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s ని ఎన్నుకోండి" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "%s ని మార్చటానికి ఎన్నుకోండి" diff --git a/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo index 71e1d4ed98587fe45fdcc8b2d5472fac1e919149..0b7326efb87e68c324111136db09444eec187d17 100644 Binary files a/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po index 2c129a2324edb18692c629d823988df4480c7910..c30619ca879a221863f54b0228f26829f444f78b 100644 --- a/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po @@ -10,13 +10,13 @@ msgstr "" "POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/th/LC_MESSAGES/django.mo b/django/contrib/admin/locale/th/LC_MESSAGES/django.mo index 81fd83b7e783e226196954282e66b029e916b8b0..997d9a0c0200138535f817220139208d115df266 100644 Binary files a/django/contrib/admin/locale/th/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/th/LC_MESSAGES/django.po b/django/contrib/admin/locale/th/LC_MESSAGES/django.po index cfa7f21c2ecae6525b6b5da0ca1a2b0cb324c629..c8ea5901548f2103a6519d645942c7c0d453c8f8 100644 --- a/django/contrib/admin/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/th/LC_MESSAGES/django.po @@ -3,33 +3,34 @@ # Translators: # Jannis Leidel , 2011. # Kowit Charoenratchatabhan , 2011, 2012. +# Piti Ongmongkolkul , 2012. # Suteepat Damrongyingsupab , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-09 03:16+0000\n" -"Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Piti Ongmongkolkul \n" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s ถูกลบเรียบร้อยแล้ว" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "ไม่สามารถลบ %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "แน่ใจหรือ" @@ -38,166 +39,174 @@ msgstr "แน่ใจหรือ" msgid "Delete selected %(verbose_name_plural)s" msgstr "ลบ %(verbose_name_plural)s ที่เลือก" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "ทั้งหมด" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "ใช่" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "ไม่ใช่" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "ไม่รู้" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "วันไหนก็ได้" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "วันนี้" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "สัปดาห์ที่แล้ว" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "เดือนนี้" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "ปีนี้" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." -msgstr "โปรดกรอกชื่อผู้ใช้ และรหัสผ่าน ของบัญชี staff ให้ถูกต้อง และอักษรตัวเล็ก-ใหญ่มีผลต่างกัน" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "กรุณาลงชื่อเข้าใช้อีกครั้ง, เนื่องจากคุณไม่ได้ใช้งานนานเกินไป" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "ที่อยู่อีเมลไม่ใช่ชื่อผู้ใช้ของคุณ ลองใช้ '%s' แทน" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "คำสั่ง :" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "เวลาลงมือ" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "อ็อบเจ็กต์ไอดี" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "object repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "action flag" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "เปลี่ยนข้อความ" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "log entry" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "log entries" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" ถูกเพิ่ม" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" ถูกเปลี่ยน - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" ถูกลบ" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "อ็อบเจ็กต์ LogEntry" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "ไม่มี" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s เปลี่ยนแล้ว" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "และ" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "เพิ่ม %(name)s \"%(object)s\" แล้ว" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "เปลี่ยน %(list)s สำหรับ %(name)s \"%(object)s\" แล้ว" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "ลบ %(name)s \"%(object)s\" แล้ว" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "ไม่มีฟิลด์ใดถูกเปลี่ยน" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "เพิ่ม %(name)s \"%(obj)s\" เรียบร้อยแล้ว แก้ไขได้อีกที่ด้านล่าง" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "เพิ่ม %(name)s \"%(obj)s\" เรียบร้อยแล้ว" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "สามารถแก้ไขเพิ่มเติมได้ที่ด้านล่าง" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "คุณสามารถเพิ่ม %s ได้อีกที่ด้านล่าง" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "เปลี่ยนแปลง %(name)s \"%(obj)s\" เรียบร้อยแล้ว" -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "เพิ่ม %(name)s \"%(obj)s\" เรียบร้อยแล้ว แก้ไขได้อีกที่ด้านล่าง" - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -205,87 +214,95 @@ msgstr "" "ไม่มีรายการใดถูกเปลี่ยน\n" "รายการจะต้องถูกเลือกก่อนเพื่อที่จะทำตามคำสั่งได้" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "ไม่มีคำสั่งที่ถูกเลือก" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "เพิ่ม %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "Primary key %(key)r ของอ็อบเจ็กต์ %(name)s ไม่มีอยู่" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "เปลี่ยน %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "เกิดความผิดพลาดที่ฐานข้อมูล" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(name)s จำนวน %(count)s อันได้ถูกเปลี่ยนแปลงเรียบร้อยแล้ว." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s ได้ถูกเลือก" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "เลือก 0 จาก %(cnt)s" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "ลบ %(name)s \"%(obj)s\" เรียบร้อยแล้ว" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "เปลี่ยนแปลงประวัติ: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "เข้าสู่ระบบ" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "การจัดการไซต์" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s การจัดการ" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "วันที่ :" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "เวลา :" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "ดูที่" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "เพิ่มอีก" +#: widgets.py:316 +msgid "Currently:" +msgstr "ปัจจุบัน:" + +#: widgets.py:317 +msgid "Change:" +msgstr "เปลี่ยนเป็น:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "ไม่พบหน้านี้" @@ -294,42 +311,42 @@ msgstr "ไม่พบหน้านี้" msgid "We're sorry, but the requested page could not be found." msgstr "เสียใจด้วย ไม่พบหน้าที่ต้องการ" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "หน้าหลัก" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "เซิร์ฟเวอร์ขัดข้อง" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "เซิร์ฟเวอร์ขัดข้อง (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "เซิร์ฟเวอร์ขัดข้อง (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" "เกิดเหตุขัดข้องขี้น ทางเราได้รายงานไปยังผู้ดูแลระบบแล้ว และจะดำเนินการแก้ไขอย่างเร่งด่วน " -"ขอบคุณที่รายงานความผิดพลาด" +"ขอบคุณสำหรับการรายงานความผิดพลาด" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -352,7 +369,7 @@ msgstr "เลือกทั้งหมด %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "เคลียร์ตัวเลือก" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -362,22 +379,22 @@ msgid "Welcome," msgstr "ยินดีต้อนรับ," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "เอกสารประกอบ" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "เปลี่ยนรหัสผ่าน" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "ออกจากระบบ" @@ -389,34 +406,34 @@ msgstr "ผู้ดูแลระบบ Django" msgid "Django administration" msgstr "การจัดการ Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "เพิ่ม" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "ประวัติ" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "ดูที่หน้าเว็บ" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "โปรดแก้ไขข้อผิดพลาดด้านล่าง" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "เพิ่ม %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "ตัวกรอง" @@ -433,12 +450,12 @@ msgstr "ลำดับการ sorting: %(priority_number)s" msgid "Toggle sorting" msgstr "เปิด/ปิด sorting" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "ลบ" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -448,7 +465,7 @@ msgstr "" "กำลังดำเนินการลบ %(object_name)s '%(escaped_object)s'และจะแสดงผลการลบ " "แต่บัญชีของคุณไม่สามารถทำการลบข้อมูลชนิดนี้ได้" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -456,7 +473,7 @@ msgid "" msgstr "" "การลบ %(object_name)s '%(escaped_object)s' จำเป็นจะต้องลบอ็อบเจ็กต์ที่เกี่ยวข้องต่อไปนี้:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -465,16 +482,16 @@ msgstr "" "คุณแน่ใจหรือที่จะลบ %(object_name)s \"%(escaped_object)s\"?" "ข้อมูลที่เกี่ยวข้องทั้งหมดจะถูกลบไปด้วย:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "ใช่, ฉันแน่ใจ" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "ลบหลายอ็อบเจ็กต์" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -484,14 +501,14 @@ msgstr "" "การลบ %(objects_name)s ที่เลือก จะทำให้อ็อบเจ็กต์ที่เกี่ยวข้องถูกลบไปด้วย " "แต่บัญชีของคุณไม่มีสิทธิ์ที่จะลบอ็อบเจ็กต์ชนิดนี้" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "การลบ %(objects_name)s ที่ถูกเลือก จำเป็นจะต้องลบอ็อบเจ็กต์ที่เกี่ยวข้องต่อไปนี้:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -505,36 +522,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " โดย %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "โมเดลใช้ได้ในแอป %(name)s ." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "เปลี่ยนแปลง" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "คุณไม่สิทธิ์ในการเปลี่ยนแปลงข้อมูลใดๆ ได้" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "คำสั่งที่ผ่านมา" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "คำสั่งของฉัน" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "ไม่ว่าง" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "ไม่ทราบเนื้อหา" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -543,31 +560,27 @@ msgstr "" "มีสิ่งผิดปกติเกิดขึ้นกับการติดตั้งฐานข้อมูล กรุณาตรวจสอบอีกครั้งว่าฐานข้อมูลได้ถูกติดตั้งแล้ว " "หรือฐานข้อมูลสามารถอ่านและเขียนได้โคยผู้ใช้นี้" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "ชื่อผู้ใช้:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "รหัสผ่าน:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "ลืมรหัสผ่านหรือชื่อผู้ใช้ของคุณหรือไม่" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "วันที่/เวลา" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "ผู้ใช้" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "คำสั่ง" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -618,64 +631,64 @@ msgstr "ขั้นตอนแรก ใส่ชื่อผู้ใช้ msgid "Enter a username and password." msgstr "กรุณาใส่ชื่อผู้ใช้และรหัสผ่าน" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "ใส่รหัสผ่านใหม่สำหรับผู้ใช้ %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "รหัสผ่าน" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "รหัสผ่าน (อีกครั้ง)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "ใส่รหัสผ่านเหมือนด้านบน เพื่อตรวจสอบความถูกต้อง" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "ถอดออก" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "เพิ่ม %(verbose_name)s อีก" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "ถอดออก" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "ลบ?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ขอบคุณที่สละเวลาอันมีค่าให้กับเว็บไซต์ของเราในวันนี้" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "เข้าสู่ระบบอีกครั้ง" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "เปลี่ยนรหัสผ่าน" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "เปลี่ยนรหัสผ่านสำเร็จ" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "รหัสผ่านของคุณถูกเปลี่ยนไปแล้ว" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -683,85 +696,85 @@ msgstr "" "กรุณาใส่รหัสผ่านเดิม ด้วยเหตุผลทางด้านการรักษาความปลอดภัย " "หลังจากนั้นให้ใส่รหัสผ่านใหม่อีกสองครั้ง เพื่อตรวจสอบว่าคุณได้พิมพ์รหัสอย่างถูกต้อง" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "รหัสผ่านเก่า" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "รหัสผ่านใหม่" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "เปลี่ยนรหัสผ่านของฉัน" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "ตั้งค่ารหัสผ่านใหม่" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "ตั้งค่ารหัสผ่านใหม่เรียบร้อย" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "รหัสผ่านของคุณได้รับการตั้งค่าแล้ว คุณสามารถเข้าสู่ระบบได้ทันที" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "การยืนยันตั้งค่ารหัสผ่านใหม่" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "ใส่รหัสผ่านใหม่" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "กรุณาใส่รหัสผ่านใหม่สองครั้ง เพื่อตรวจสอบว่าคุณได้พิมพ์รหัสอย่างถูกต้อง" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "รหัสผ่านใหม่:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "ยืนยันรหัสผ่าน:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "การตั้งค่ารหัสผ่านใหม่ ไม่สำเร็จ" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "" "การตั้งรหัสผ่านใหม่ไม่สำเร็จ เป็นเพราะว่าหน้านี้ได้ถูกใช้งานไปแล้ว กรุณาทำการตั้งรหัสผ่านใหม่อีกครั้ง" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "การตั้งค่ารหัสผ่านใหม่เรียบร้อย" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "เราได้ส่งอีเมลวิธีการตั้งรหัสผ่าน ไปที่อีเมลที่คุณให้ไว้เรียบร้อยแล้ว และคุณจะได้รับเร็วๆ นี้" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" "คุณได้รับอีเมล์ฉบับนี้ เนื่องจากคุณส่งคำร้องขอเปลี่ยนรหัสผ่านสำหรับบัญชีผู้ใช้ของคุณที่ %(site_name)s." @@ -783,34 +796,34 @@ msgstr "ขอบคุณสำหรับการใช้งานเว็ msgid "The %(site_name)s team" msgstr "%(site_name)s ทีม" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." -msgstr "ลืมรหัสผ่าน? กรุณาใส่อีเมลด้านล่าง ทางเราจะทำการส่งวิธีการในการตั้งรหัสผ่านใหม่ไปให้" +msgstr "ลืมรหัสผ่าน? กรุณาใส่อีเมลด้านล่าง เราจะส่งวิธีการในการตั้งรหัสผ่านใหม่ไปให้คุณทางอีเมล" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "อีเมลของคุณ" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "อีเมล:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "ตั้งรหัสผ่านของฉันใหม่" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "ทุกวัน" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(ว่างเปล่า)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "เลือก %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "เลือก %s เพื่อเปลี่ยนแปลง" diff --git a/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo index 99108bb5b06f3d5a85ddc013833b8d58afe0e08e..560ae5e6f6772e623b09d248e6ca432018a3b8d2 100644 Binary files a/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po index c59417b3f4747cd8249d74b322099c94958d6a27..ecd2c13cdc55978e60aa249394892c31485d6da2 100644 --- a/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-09 03:31+0000\n" "Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo b/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo index bf69124052b771b287ae5d5083896a44b14bf4fb..5025f2bcc97b9e7074d50f832f3e02fd471226a7 100644 Binary files a/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/tr/LC_MESSAGES/django.po b/django/contrib/admin/locale/tr/LC_MESSAGES/django.po index fac9073763fe457bb53942825bbc385674d25164..661b16de9f3ff040fb7bf466b23ec4028359d9b6 100644 --- a/django/contrib/admin/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/tr/LC_MESSAGES/django.po @@ -1,36 +1,39 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Gökmen Görgen , 2012. +# Translators: +# Caner Başaran , 2012. +# , 2012. +# Gökmen Görgen , 2012-2013. # Jannis Leidel , 2011. -# Metin Amiroff , 2011, 2012. +# Metin Amiroff , 2011-2012. # Murat Sahin , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-10 14:31+0000\n" -"Last-Translator: Metin Amiroff \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-02-24 17:30+0000\n" +"Last-Translator: Gökmen Görgen \n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d adet %(items)s başarıyla silindi." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s silinemedi" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Emin misiniz?" @@ -39,169 +42,181 @@ msgstr "Emin misiniz?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Seçili %(verbose_name_plural)s nesnelerini sil" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Tümü" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Evet" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Hayır" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Bilinmiyor" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Herhangi bir tarih" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Bugün" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" -msgstr "7 gün içinde" +msgstr "Son 7 gün" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Bu ay" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Bu yıl" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Lütfen yönetici hesap için kullanıcı adı ve parolanızı doğru giriniz. İkisi " -"de küçük harfe duyarlıdır." -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Oturumunuzun süresi geçti. Lütfen tekrar giriş yapın." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "E-posta adresiniz kullanıcı adınız değil. '%s' kullanın." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "İşlem:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "işlem zamanı" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "nesne no" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "nesne kodu" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "işlem adı" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "mesajı değiştir" -#: models.py:30 +#: models.py:35 msgid "log entry" -msgstr "log kaydı" +msgstr "log girdisi" -#: models.py:31 +#: models.py:36 msgid "log entries" -msgstr "log kayıtları" +msgstr "log girdileri" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "\"%(object)s\" eklendi." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "\"%(object)s\" değiştirildi - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "\"%(object)s\" silindi." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry Nesnesi" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Hiç biri" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s değiştirildi." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "ve" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" eklenmiştir." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s %(name)s \"%(object)s\" ile değiştirildi." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" silinmiştir." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Hiçbir alan değiştirilmedi." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "\"%(obj)s\" isimli %(name)s eklendi." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"\"%(obj)s\" isimli %(name)s eklendi. Aşağıda tekrar düzenleyebilirsiniz." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Tekrar düzenleyebilirsiniz." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" başarıyla eklendi. Aşağıda başka %(name)s " +"ekleyebilirsiniz." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Yeni bir %s ekleyebilirsiniz." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "\"%(obj)s\" isimli %(name)s eklendi." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "\"%(obj)s\" isimli %(name)s değiştirildi." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" başarıyla değiştirildi. Aşağıda tekrar " +"düzenleyebilirsiniz." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"\"%(obj)s\" isimli %(name)s eklendi. Aşağıda tekrar düzenleyebilirsiniz." +"%(name)s \"%(obj)s\" başarıyla değiştirildi. Aşağıda başka %(name)s " +"ekleyebilirsiniz." + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "\"%(obj)s\" isimli %(name)s değiştirildi." -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -209,87 +224,95 @@ msgstr "" "İşlemlerin uygulanabilmesi için bir veya daha fazla nesne seçilmelidir. " "Herhangi bir değişiklik gerçekleştirilmedi." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "İşlem seçimi yapılmamış. Lütfen bir işlem seçiniz." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s ekle" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(key)r birincil anahtarına sahip %(name)s nesnesi mevcut değil." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s değiştir" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Veritabanı hatası" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s adet %(name)s başarıyla değiştirildi." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "Toplam %(total_count)s nesne seçili" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s nesne arasından seçim yapılmamış" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "\"%(obj)s\" isimli %(name)s silindi." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "%s için değişiklik geçmişi:" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Giriş yap" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Site yönetimi" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s yönetimi" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Tarih:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Saat:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Arama" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Yenisini Ekle" +#: widgets.py:316 +msgid "Currently:" +msgstr "Şu anda:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Değiştirin:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Sayfa bulunamadı" @@ -298,42 +321,42 @@ msgstr "Sayfa bulunamadı" msgid "We're sorry, but the requested page could not be found." msgstr "Üzgünüz, aradığınız sayfa bulunamadı." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Anasayfa" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Sunucu hatası" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Sunucu hatası (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Sunucu Hatası (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Bir hata oluştu. Hata, e-posta ile site yöneticisine bildirildi ve kısa süre " -"içinde çözülecktir. Sabrınız için teşekkürler." +"Bir hata oluştu. Site yöneticilerine e-posta ile rapor edildi ve kısa süre " +"içinde düzeltilecek. Sabrınız için teşekkür ederiz." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -356,7 +379,7 @@ msgstr "Tüm %(total_count)s %(module_name)s nesnelerini seç" msgid "Clear selection" msgstr "Seçimi kaldır" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -366,22 +389,22 @@ msgid "Welcome," msgstr "Hoşgeldiniz," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Dokümantasyon" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Şifre değiştir" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Çık" @@ -393,34 +416,34 @@ msgstr "Django site yöneticisi" msgid "Django administration" msgstr "Django yönetimi" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Yeni" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Geçmiş" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Sitede görüntüle" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Lütfen aşağıdaki hataları düzeltin." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Yeni %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Filtrele" @@ -437,12 +460,12 @@ msgstr "Sıralama önceliği: %(priority_number)s" msgid "Toggle sorting" msgstr "Sıralama tercihi" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Sil" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -453,7 +476,7 @@ msgstr "" "nesnelerin silinmesini gerektiriyor, ancak aşağıdaki nesneleri silme " "yetkiniz yok." -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -462,7 +485,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' silinmesi aşağıda gösterilen ilişkili " "nesnelerin de silinmesini gerektirir:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -471,16 +494,16 @@ msgstr "" "\"%(escaped_object)s\" isimli %(object_name)s nesnesini silmek " "istediğinizden emin misiniz? Aşağıdaki bağlantılı öğeler silinecek:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Evet, eminim" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Birden fazla nesneyi sil" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +513,7 @@ msgstr "" "Seçili %(objects_name)s nesnelerinin silinmesi hesabınızın silme yetkisine " "sahip olmadığı aşağıda gösterilen nesnelerin de silinmesini gerektirir:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +522,7 @@ msgstr "" "Seçili %(objects_name)s nesnelerinin silinmesi aşağıda gösterilen ilişkili " "nesnelerin silinmesini de gerektirir:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +536,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " %(filter_title)s filtresi" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s uygulamasındaki modeller." +msgid "Models in the %(name)s application" +msgstr "%(name)s uygulamasındaki modeller" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Düzenle" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Düzenleme yapmaya yetkiniz yok." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "İşlem Geçmişi" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "İşlemlerim" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "İşlem geçmişi bulunamadı" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Bilinmeyen içerik" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -552,31 +575,27 @@ msgstr "" "tablolarının kurulu olduğundan ve veritabanının ilgili kullanıcı tarafından " "okunabilir olduğundan emin olun." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Kullanıcı adı:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Şifre:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Kullanıcı adını veya parolanı mı unuttun?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Tarih/saat" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Kullanıcı" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "İşlem" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -631,64 +650,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Kullanıcı adı ve şifre girin." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s için yeni şifre girin." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Şifre" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Şifre (tekrar)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Onaylamak için, yukarıdaki şifrenin aynısını girin." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Sil" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Yeni bir %(verbose_name)s ekle" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Sil" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Silinsin Mi?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Web sitesinde bugün geçirdiğiniz zaman için teşekkür ederiz." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Tekrar giriş yap" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Şifre değişimi" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Şifre değişimi başarılı" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Şifreniz değiştirildi." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -696,65 +715,65 @@ msgstr "" "Güvenliğiniz için, lütfen eski şifrenizi girin, sonra yeni şifrenizi iki " "kere girerek doğru yazdığınızdan emin olun." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Eski şifre" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Yeni şifre" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Şifremi değiştir" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Şifreyi sıfırla" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Şifre sıfırlama tamamlandı" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Şifreniz atanmıştır. Şimdi sisteme giriş yapabilirsiniz." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Şifre sıfırlama onayı" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Yeni şifreyi girin" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "" "Lütfen yeni şifrenizi iki kere girin, böylece doğru yazdığınızdan emin olun." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Yeni şifre:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Şifreyi onayla:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Şifre sıfırlaması başarısız oldu" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -763,26 +782,26 @@ msgstr "" "kullanılmış olduğu içindir. Lütfen yeni bir şifre sıfırlama talebinde " "bulunun." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Şifre başarıyla sıfırlandı" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Yeni şifrenizi alabilmeniz için gereken talimatları belirtmiş olduğunuz e-" -"posta adresinize gönderilmiştir, kısa süre içinde size ulaşacaktır." +"Şifrenizin ayarlanması ile ilgili talimatlar belirtmiş olduğunuz email " +"adresine gönderildi. Yakın zamanda ulaşması beklenir." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Bu e-postayı %(site_name)s adresindeki kullanıcı hesabınızın şifresini " +"Bu postayı %(site_name)s sitesindeki kullanıcı hesabınıza ait şifrenizi " "sıfırlama talebinde bulunduğunuz için alıyorsunuz." #: templates/registration/password_reset_email.html:4 @@ -802,36 +821,36 @@ msgstr "Sitemizi kullandığınız için teşekkürler!" msgid "The %(site_name)s team" msgstr "%(site_name)s Ekibi" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Şifrenizi mı unuttunuz? E-posta adresinizi aşağıya girin, yenisini almanız " -"için gereken talimatları e-posta adresinize gönderilsin." +"Şifrenizi mi unuttunuz? Aşağıdaki alana e-posta adresinizi girin, yeni " +"şifreniz için gereken talimatları göndereceğiz." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" msgstr "E-posta adresi:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Şifremi sıfırla" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Tüm tarihler" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Yok)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s seç" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Değiştirilecek %s nesnesini seçin" diff --git a/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo index 6e088109c4b9d5782b6da1fdbc048b526d88325a..d443dadc3d346ce9091582158eb4b9303feab4ae 100644 Binary files a/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po index a074b2cd3e13777ff2ff4261a5bd741e9610b3ec..d5d0e9303a20c7cc9c62a8b94afdeffd2ac2ef91 100644 --- a/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 20:12+0000\n" "Last-Translator: Murat Çorlu \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo b/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo index 550dfd15419bd1ab77c7d5cac69760ea3fabc87a..81ec0f5c218212ee13ccf278d0cba96646f3fa53 100644 Binary files a/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/tt/LC_MESSAGES/django.po b/django/contrib/admin/locale/tt/LC_MESSAGES/django.po index a48d2f600129417a235cb401ce7186f9ffa64fe9..17d54e6e9ae9b2b671cbdf28c627fda172c1db14 100644 --- a/django/contrib/admin/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/tt/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s уңышлы рәвештә бетерелгән." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s бетереп булмады" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Сез инанып карар кылдыгызмы?" @@ -36,170 +36,176 @@ msgstr "Сез инанып карар кылдыгызмы?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Сайланган %(verbose_name_plural)s бетерергә" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Барысы" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Әйе" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Юк" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Билгесез" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Теләсә нинди көн һәм вакыт" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Бүген" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Соңгы 7 көн" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Бу ай" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Бу ел" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Сезнең эш сеансыгыз искергән, зинһар, яңадан керегез." -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Сезнең логин - электрон почта адресыгыз түгел. Аның урынына '%s' кертеп " -"карагыз." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Гамәл:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "гамәл вакыты" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "объект идентификаторы" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "объект фаразы" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "гамәл тибы" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "үзгәрү белдерүе" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "журнал язмасы" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "журнал язмалары" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Юк" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s үзгәртелгән." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "һәм" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" өстәлгән." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" өчен %(list)s үзгәртелгән." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" бетерелгән." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Үзгәртелгән кырлар юк." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" үңышлы рәвештә өстәлгән." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" үңышлы рәвештә өстәлгән. Астарак сез аны тагын бер кат " +"төзәтә аласыз." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Астарак сез аны тагын бер кат төзәтә аласыз." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Астарак сез тагын бер %s өсти аласыз." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" үңышлы рәвештә өстәлгән." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" уңышлы рәвештә үзгәртелгән." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" үңышлы рәвештә өстәлгән. Астарак сез аны тагын бер кат " -"төзәтә аласыз." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" уңышлы рәвештә үзгәртелгән." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -207,87 +213,95 @@ msgstr "" "Элементар өстеннән гамәл кылу өчен алар сайланган булырга тиеш. Элементлар " "үзгәртелмәгән." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Гамәл сайланмаган." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s өстәргә" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(key)r беренчел ачкыч белән булган %(name)s юк." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s үзгәртергә" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Бирелмәләр базасы хатасы" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s уңышлы рәвештә үзгәртелгән." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s сайланган" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "Барлык %(cnt)s объектан 0 сайланган" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" уңышлы рәвештә бетерелгән." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Үзгәртү тарихы: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Керергә" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Сайт идарәсе" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s идарә итү" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Көн:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Вакыт:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Эзләү" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Тагын өстәргә" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Сәхифә табылмаган" @@ -296,42 +310,40 @@ msgstr "Сәхифә табылмаган" msgid "We're sorry, but the requested page could not be found." msgstr "Кызганычка каршы, соралган сәхифә табылмады." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Башбит" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Сервер хатасы" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Сервер хатасы (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Сервер хатасы (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Хата килеп чыкты. Аның хакта сайт идарәчеләренә хат җибәрелде, аны тиздән " -"төзәтергә тиешләр. Сабыр булуыгыз өчен рәхмәт." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -354,7 +366,7 @@ msgstr "Бөтен %(total_count)s %(module_name)s сайларга" msgid "Clear selection" msgstr "Сайланганлыкны алырга" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -364,22 +376,22 @@ msgid "Welcome," msgstr "Рәхим итегез," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Документация" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Серсүзне үзгәртергә" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Чыгарга" @@ -391,34 +403,34 @@ msgstr "Django сайты идарәсе" msgid "Django administration" msgstr "Django идарәсе" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Өстәргә" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Тарих" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Сайтта карарга" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Зинһар, биредәге хаталарны төзәтегез." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s өстәргә" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Филтер" @@ -435,12 +447,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Бетерергә" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,7 +463,7 @@ msgstr "" "объектларның бетерелүенә китерә ала, әмма сезнең хисап язмагызның киләсе " "объект тибларын бетерү өчен хокуклары җитми:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -460,7 +472,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' бетерүе киләсе сакланган объектларның " "бетерелүен таләп итә:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -469,16 +481,16 @@ msgstr "" "Сез инанып %(object_name)s \"%(escaped_object)s\" бетерергә телисезме? " "Барлык киләсе бәйләнгән объектлар да бетерелер:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Әйе, мин инандым" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Берничә объектны бетерергә" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -489,7 +501,7 @@ msgstr "" "бетерелүенә китерә ала, әмма сезнең хисап язмагызның киләсе объект тибларын " "бетерү өчен хокуклары җитми:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -498,7 +510,7 @@ msgstr "" "%(objects_name)s бетерүе киләсе аның белән бәйләнгән сакланган объектларның " "бетерелүен таләп итә:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -512,36 +524,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "%(filter_title)s буенча" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Модельлар белән %(name)s кушымтасында файдалана аласыз" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Үзгәртергә" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Төзәтү өчен хокукларыгыз җитми." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Соңгы гамәлләр" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Минем гамәлләр" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Тарих юк" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Билгесез тип" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -550,31 +562,27 @@ msgstr "" "Сезнең бирелмәләр базасы дөрес итем көйләнмәгән. Тиешле җәдвәлләр төзелгәнен " "һәм тиешле кулланучының хокуклары җитәрлек булуын тикшерегез." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Логин:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Серсүз:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Көн һәм вакыт" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Кулланучы" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Гамәл" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -629,64 +637,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Логин һәм серсүзне кертегез." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "%(username)s кулланучы өчен яңа серсүзне кертегез." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Серсүз" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Серсүз (тагын бер тапкыр)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Тикшерү өчен шул ук серсүзне яңадан кертегез." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Бетерергә" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Тагын бер %(verbose_name)s өстәргә" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Бетерергә" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Бетерергә?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Сайтыбызда үткәргән вакыт өчен рәхмәт." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Тагын керергә" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Серсүзне үзгәртү" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Серсүз уңышлы рәвештә үзгәртелгән" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Серсүзегез үзгәртелгән." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,64 +702,64 @@ msgstr "" "Хәвефсезлек сәбәпле, зинһар, үзегезнең иске серсүзне кертегез, аннан яңа " "серсүзне ике тапкыр кертегез (дөрес язылышын тикшерү өчен)." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Иске серсүз" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Яңа серсүз" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Серсүземне үзгәртергә" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Серсүзне торгызу" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Серсүзне торгызу тәмамланган" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Серсүзегез үзгәртелгән. Сез хәзер керә аласыз." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Серсүзне торгызу раслау" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Яңа серсүзне кертегез:" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "Зинһар, тикшерү өчен яңа серсүзегезне ике тапкыр кертегез." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Яңа серсуз:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Серсүзне раслагыз:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Серсүзне торгызу хатасы" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -759,27 +767,23 @@ msgstr "" "Серсүзне торгызу өчен сылтама хаталы. Бәлки аның белән инде кулланганнар. " "Зинһар, серсүзне тагын бер тапкыр торгызып карагыз." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Серсүз уңышлы рәвештә торгызылган" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Без серсүзне торгызу кулланмасын сезнең электрон почта адресына җибәрдек. Ул " -"тиздән килергә тиеш." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Сезгә бу хат %(site_name)s сайтында серсүзне торгызу таләп иткән өчен " -"җибәрелгән." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -798,36 +802,34 @@ msgstr "Безнең сайтны куллану өчен рәхмәт!" msgid "The %(site_name)s team" msgstr "%(site_name)s сайтының төркеме" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Серсүзне оныттыгыз? Электрон почта адресыгызны кертегез һәм без серсүзне " -"торгызу кулланмасын җибәрербез." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Электрон почта адресы:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Серсүземне торгызырга" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Бөтен көннәр" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Юк)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s сайлагыз" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Үзгәртү өчен %s сайлагыз" diff --git a/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo index d433bab044869be879d111261b9e80e79363a88d..307410fbedbf9f5ce925728e64daf5d284dee129 100644 Binary files a/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po index f43a0c65827c706e66ebc570c11429a32292bc28..cc26e166139d4c6a942727527bd881211f0d1b52 100644 --- a/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo b/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e1070cc7f3cb54d6c624715097dafc05e2d478c7 Binary files /dev/null and b/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/udm/LC_MESSAGES/django.po b/django/contrib/admin/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..8b1a8312e980fcd4ee1cf62b3e9132d905adb8e3 --- /dev/null +++ b/django/contrib/admin/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,806 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: actions.py:48 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#: actions.py:60 options.py:1347 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +#: actions.py:62 options.py:1349 +msgid "Are you sure?" +msgstr "" + +#: actions.py:83 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 +msgid "All" +msgstr "" + +#: filters.py:238 +msgid "Yes" +msgstr "Бен" + +#: filters.py:239 +msgid "No" +msgstr "" + +#: filters.py:253 +msgid "Unknown" +msgstr "Тодымтэ" + +#: filters.py:308 +msgid "Any date" +msgstr "" + +#: filters.py:309 +msgid "Today" +msgstr "" + +#: filters.py:313 +msgid "Past 7 days" +msgstr "" + +#: filters.py:317 +msgid "This month" +msgstr "" + +#: filters.py:321 +msgid "This year" +msgstr "" + +#: forms.py:9 +#, 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:19 +msgid "Please log in again, because your session has expired." +msgstr "" + +#: helpers.py:23 +msgid "Action:" +msgstr "" + +#: models.py:24 +msgid "action time" +msgstr "" + +#: models.py:27 +msgid "object id" +msgstr "" + +#: models.py:28 +msgid "object repr" +msgstr "" + +#: models.py:29 +msgid "action flag" +msgstr "" + +#: models.py:30 +msgid "change message" +msgstr "" + +#: models.py:35 +msgid "log entry" +msgstr "" + +#: models.py:36 +msgid "log entries" +msgstr "" + +#: models.py:45 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#: models.py:47 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#: models.py:52 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +#: models.py:54 +msgid "LogEntry Object" +msgstr "" + +#: options.py:156 options.py:172 +msgid "None" +msgstr "" + +#: options.py:684 +#, python-format +msgid "Changed %s." +msgstr "" + +#: options.py:684 options.py:694 +msgid "and" +msgstr "" + +#: options.py:689 +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:693 +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:698 +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +#: options.py:702 +msgid "No fields changed." +msgstr "" + +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +#: options.py:951 options.py:1211 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +#: options.py:970 +msgid "No action selected." +msgstr "" + +#: options.py:1050 +#, python-format +msgid "Add %s" +msgstr "" + +#: options.py:1074 options.py:1319 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#: options.py:1140 +#, python-format +msgid "Change %s" +msgstr "" + +#: options.py:1190 +msgid "Database error" +msgstr "" + +#: options.py:1253 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#: options.py:1280 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#: options.py:1285 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#: options.py:1335 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#: options.py:1382 +#, python-format +msgid "Change history: %s" +msgstr "" + +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 +msgid "Log in" +msgstr "" + +#: sites.py:388 +msgid "Site administration" +msgstr "" + +#: sites.py:440 +#, python-format +msgid "%s administration" +msgstr "" + +#: widgets.py:90 +msgid "Date:" +msgstr "" + +#: widgets.py:91 +msgid "Time:" +msgstr "" + +#: widgets.py:165 +msgid "Lookup" +msgstr "" + +#: widgets.py:271 +msgid "Add Another" +msgstr "" + +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + +#: templates/admin/404.html:4 templates/admin/404.html.py:8 +msgid "Page not found" +msgstr "" + +#: templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "" + +#: templates/admin/500.html:7 +msgid "Server error" +msgstr "" + +#: templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "" + +#: templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "" + +#: templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "" + +#: templates/admin/actions.html:4 +msgid "Go" +msgstr "" + +#: templates/admin/actions.html:11 +msgid "Click here to select the objects across all pages" +msgstr "" + +#: templates/admin/actions.html:11 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +#: templates/admin/actions.html:13 +msgid "Clear selection" +msgstr "" + +#: templates/admin/app_index.html:10 templates/admin/index.html:21 +#, python-format +msgid "%(name)s" +msgstr "" + +#: templates/admin/base.html:28 +msgid "Welcome," +msgstr "" + +#: templates/admin/base.html:33 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "" + +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "" + +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "" + +#: templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "" + +#: templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "" + +#: templates/admin/change_form.html:22 templates/admin/index.html:33 +msgid "Add" +msgstr "" + +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 +msgid "History" +msgstr "" + +#: templates/admin/change_form.html:33 +#: templates/admin/edit_inline/stacked.html:9 +#: templates/admin/edit_inline/tabular.html:30 +msgid "View on site" +msgstr "" + +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "" + +#: templates/admin/change_list.html:58 +#, python-format +msgid "Add %(name)s" +msgstr "" + +#: templates/admin/change_list.html:78 +msgid "Filter" +msgstr "" + +#: templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "" + +#: templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "" + +#: templates/admin/delete_confirmation.html:11 +#: templates/admin/submit_line.html:4 +msgid "Delete" +msgstr "Ӵушоно" + +#: templates/admin/delete_confirmation.html:18 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:26 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#: templates/admin/delete_confirmation.html:34 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:10 +msgid "Delete multiple objects" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:17 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:25 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#: templates/admin/delete_selected_confirmation.html:33 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +#: templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +#: templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: templates/admin/index.html:39 +msgid "Change" +msgstr "Тупатъяно" + +#: templates/admin/index.html:49 +msgid "You don't have permission to edit anything." +msgstr "" + +#: templates/admin/index.html:57 +msgid "Recent Actions" +msgstr "" + +#: templates/admin/index.html:58 +msgid "My Actions" +msgstr "" + +#: templates/admin/index.html:62 +msgid "None available" +msgstr "" + +#: templates/admin/index.html:76 +msgid "Unknown content" +msgstr "" + +#: templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#: templates/admin/login.html:37 +msgid "Password:" +msgstr "" + +#: templates/admin/login.html:44 +msgid "Forgotten your password or username?" +msgstr "" + +#: templates/admin/object_history.html:23 +msgid "Date/time" +msgstr "" + +#: templates/admin/object_history.html:24 +msgid "User" +msgstr "" + +#: templates/admin/object_history.html:25 +msgid "Action" +msgstr "" + +#: templates/admin/object_history.html:39 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +#: templates/admin/pagination.html:10 +msgid "Show all" +msgstr "" + +#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 +msgid "Save" +msgstr "" + +#: templates/admin/search_form.html:7 +msgid "Search" +msgstr "" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#: templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +#: templates/admin/submit_line.html:5 +msgid "Save as new" +msgstr "" + +#: templates/admin/submit_line.html:6 +msgid "Save and add another" +msgstr "" + +#: templates/admin/submit_line.html:7 +msgid "Save and continue editing" +msgstr "" + +#: templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +#: templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "" + +#: templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +#: templates/admin/auth/user/change_password.html:38 +msgid "Password" +msgstr "" + +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 +msgid "Password (again)" +msgstr "" + +#: templates/admin/auth/user/change_password.html:45 +msgid "Enter the same password as above, for verification." +msgstr "" + +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +#: templates/admin/edit_inline/tabular.html:17 +msgid "Delete?" +msgstr "" + +#: templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +#: templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "" + +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 +msgid "Password change" +msgstr "" + +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 +msgid "Password change successful" +msgstr "" + +#: templates/registration/password_change_done.html:17 +msgid "Your password was changed." +msgstr "" + +#: templates/registration/password_change_form.html:26 +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/registration/password_change_form.html:32 +msgid "Old password" +msgstr "" + +#: templates/registration/password_change_form.html:37 +msgid "New password" +msgstr "" + +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 +msgid "Change my password" +msgstr "" + +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 +msgid "Password reset" +msgstr "" + +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 +msgid "Password reset complete" +msgstr "" + +#: templates/registration/password_reset_complete.html:17 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +#: templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "" + +#: templates/registration/password_reset_confirm.html:17 +msgid "Enter new password" +msgstr "" + +#: templates/registration/password_reset_confirm.html:19 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +#: templates/registration/password_reset_confirm.html:23 +msgid "New password:" +msgstr "" + +#: templates/registration/password_reset_confirm.html:25 +msgid "Confirm password:" +msgstr "" + +#: templates/registration/password_reset_confirm.html:31 +msgid "Password reset unsuccessful" +msgstr "" + +#: templates/registration/password_reset_confirm.html:33 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 +msgid "Password reset successful" +msgstr "" + +#: templates/registration/password_reset_done.html:17 +msgid "" +"We've emailed you instructions for setting your password to the email " +"address you submitted. You should be receiving it shortly." +msgstr "" + +#: templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "" + +#: templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "" + +#: templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: templates/registration/password_reset_form.html:17 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" + +#: templates/registration/password_reset_form.html:21 +msgid "Reset my password" +msgstr "" + +#: templatetags/admin_list.py:344 +msgid "All dates" +msgstr "" + +#: views/main.py:33 +msgid "(None)" +msgstr "" + +#: views/main.py:76 +#, python-format +msgid "Select %s" +msgstr "" + +#: views/main.py:78 +#, python-format +msgid "Select %s to change" +msgstr "" diff --git a/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..26dcca16edcb764a84748145c348210c0c929d14 Binary files /dev/null and b/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000000000000000000000000000000000..77aaf06dada6a8d8edde284c857636f03d79263a --- /dev/null +++ b/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po @@ -0,0 +1,167 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2011-01-19 15:01+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: static/admin/js/SelectFilter2.js:45 +#, c-format +msgid "Available %s" +msgstr "" + +#: static/admin/js/SelectFilter2.js:46 +#, c-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:53 +#, c-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: static/admin/js/SelectFilter2.js:57 +msgid "Filter" +msgstr "" + +#: static/admin/js/SelectFilter2.js:61 +msgid "Choose all" +msgstr "" + +#: static/admin/js/SelectFilter2.js:61 +#, c-format +msgid "Click to choose all %s at once." +msgstr "" + +#: static/admin/js/SelectFilter2.js:67 +msgid "Choose" +msgstr "" + +#: static/admin/js/SelectFilter2.js:69 +msgid "Remove" +msgstr "" + +#: static/admin/js/SelectFilter2.js:75 +#, c-format +msgid "Chosen %s" +msgstr "" + +#: static/admin/js/SelectFilter2.js:76 +#, c-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +msgid "Remove all" +msgstr "" + +#: static/admin/js/SelectFilter2.js:80 +#, c-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" + +#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#: static/admin/js/calendar.js:26 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +#: static/admin/js/calendar.js:27 +msgid "S M T W T F S" +msgstr "" + +#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19 +#: static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "" + +#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:49 +#: static/admin/js/admin/DateTimeShortcuts.js:85 +msgid "Now" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:53 +msgid "Clock" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:81 +msgid "Choose a time" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:86 +msgid "Midnight" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:87 +msgid "6 a.m." +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:88 +msgid "Noon" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:92 +#: static/admin/js/admin/DateTimeShortcuts.js:204 +msgid "Cancel" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:144 +#: static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Today" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:148 +msgid "Calendar" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:195 +msgid "Yesterday" +msgstr "" + +#: static/admin/js/admin/DateTimeShortcuts.js:199 +msgid "Tomorrow" +msgstr "" diff --git a/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo b/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo index 1d152947ec9df282744d609e59b0fcc09bb58b9e..1b0cb8dbcce6e9ac02a6c8aea2467ad57d0d952e 100644 Binary files a/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/uk/LC_MESSAGES/django.po b/django/contrib/admin/locale/uk/LC_MESSAGES/django.po index a75a1f079334a2bf2691f29bb4fd8474593b6658..72d63807bd2f02bc0519e985c0a15a91951d5238 100644 --- a/django/contrib/admin/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/uk/LC_MESSAGES/django.po @@ -3,35 +3,35 @@ # Translators: # Boryslav Larin , 2011. # Jannis Leidel , 2011. -# Sergey Lysach , 2011, 2012. +# Sergey Lysach , 2011-2013. # Sergiy Kuzmenko , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:34+0100\n" -"PO-Revision-Date: 2012-03-11 16:08+0000\n" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-12 18:22+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Успішно видалено %(count)d %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Не можу видалити %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Ви впевнені?" @@ -40,203 +40,214 @@ msgstr "Ви впевнені?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Видалити обрані %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Всі" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Так" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Ні" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Невідомо" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Будь-яка дата" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Сьогодні" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "Останні 7 днів" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Цього місяця" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Цього року" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"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:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." -msgstr "" -"Будь ласка, увійдіть знову, ваша сесія закінчилася. Не хвилюйтесь: все, що " -"ви додавали збережено." - -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"Ваша e-mail адреса не є вашим ім'ям користувача. Замість спробуйте '%s'" +msgstr "Будь ласка, увійдіть знову, ваша сесія закінчилася." -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Дія:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "час дії" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "id об'єкту" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "представлення об'єкту(repr)" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "прапор дії" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "змінити повідомлення" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "реєстрування записів" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "реєстрування записів" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "Додано \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "Змінено \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "Видалено \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "Запис у журналі" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Ніщо" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "Змінено %s." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "та" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "Додано %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Змінено %(list)s для %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "Видалено %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Поля не змінені." -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" було додано успішно." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" був успішно доданий. Ви модете редагувати його знову " +"внизу." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Ви можете редагувати це знову внизу." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +"%(name)s \"%(obj)s\" було успішно додано. Ви можете додати ще одну %(name)s " +"нижче." -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Ви можете додати інший %s внизу." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" було додано успішно." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" був успішно змінений." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" було успішно змінено. Ви можете знову відредагувати її " +"нижче." -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" був успішно доданий. Ви модете редагувати його знову " -"внизу." +"%(name)s \"%(obj)s\" було успішно змінено. Ви можете додати ще одну %(name)s " +"нижче." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" був успішно змінений." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" "Для виконання дії необхідно обрати елемент. Жодний елемент не був змінений." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Жодних дій не обрано." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Додати %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s об'єкт з первинним ключем %(key)r не існує." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Змінити %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Помилка бази даних" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." @@ -244,7 +255,7 @@ msgstr[0] "%(count)s %(name)s був успішно змінений." msgstr[1] "%(count)s %(name)s були успішно змінені." msgstr[2] "%(count)s %(name)s було успішно змінено." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" @@ -252,52 +263,60 @@ msgstr[0] "%(total_count)s обраний" msgstr[1] "%(total_count)s обрані" msgstr[2] "Усі %(total_count)s обрано" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 з %(cnt)s обрано" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" був видалений успішно." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Історія змін: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Увійти" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Адміністрування сайта" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "Адміністрування %s" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Дата:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Час:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" -msgstr "Вийти" +msgstr "Пошук" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Додати інше" +#: widgets.py:316 +msgid "Currently:" +msgstr "В даний час:" + +#: widgets.py:317 +msgid "Change:" +msgstr "Змінено:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Сторінка не знайдена" @@ -306,42 +325,43 @@ msgstr "Сторінка не знайдена" msgid "We're sorry, but the requested page could not be found." msgstr "Ми шкодуємо, але сторінка яку ви запросили, не знайдена." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Домівка" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Помилка сервера" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Помилка сервера (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Помилка сервера (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Виникла помилка. Про неї було повідомлено адміністраторам сайту e-mail'ом і " -"вона повинна бути незабаром виправлена. Дякуємо за ваше терпіння." +"Виникла помилка. Адміністратор сайту буде повідомлений про неї по " +"електронній пошті і вона повинна бути виправлена ​​найближчим часом. Дякуємо " +"за ваше терпіння." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -364,7 +384,7 @@ msgstr "Обрати всі %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Скинути вибір" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "Додати %(name)s" @@ -374,22 +394,22 @@ msgid "Welcome," msgstr "Вітаємо," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Документація" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Змінити пароль" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Вийти" @@ -401,36 +421,36 @@ msgstr "Django сайт адміністрування" msgid "Django administration" msgstr "Django адміністрування" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Додати" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Історія" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Дивитися на сайті" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Будь ласка, виправте помилку нижче." msgstr[1] "Будь ласка, виправте помилки нижче." msgstr[2] "Будь ласка, виправте помилки нижче." -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Додати %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Відфільтрувати" @@ -447,12 +467,12 @@ msgstr "Пріорітет сортування: %(priority_number)s" msgid "Toggle sorting" msgstr "Сортувати в іншому напрямку" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Видалити" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -463,7 +483,7 @@ msgstr "" "пов'язаних об'єктів, але ваш реєстраційний запис не має дозволу видаляти " "наступні типи об'єктів:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -472,7 +492,7 @@ msgstr "" "Видалення %(object_name)s '%(escaped_object)s' вимагатиме видалення " "наступних пов'язаних об'єктів:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -481,16 +501,16 @@ msgstr "" "Ви впевнені що хочете видалити %(object_name)s \"%(escaped_object)s\"? Всі " "пов'язані записи, що перелічені, будуть видалені:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Так, я впевнений" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Видалити кілька об'єктів" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -500,7 +520,7 @@ msgstr "" "Видалення обраних %(objects_name)s вимагатиме видалення пов'язаних об'єктів, " "але ваш обліковий запис не має прав для видалення таких типів об'єктів:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -509,7 +529,7 @@ msgstr "" "Видалення обраних %(objects_name)s вимагатиме видалення наступних захищених " "пов'язаних об'єктів:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -523,36 +543,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "За %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Моделі, що є в наявності у прикладній системі %(name)s." +msgid "Models in the %(name)s application" +msgstr "Моделі у %(name)s додатку" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Змінити" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "У вас немає дозволу редагувати будь-що." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Недавні дії" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Мої дії" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Немає" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Невідомий зміст" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -561,31 +581,27 @@ msgstr "" "Щось не так з інсталяцією бази даних. Перевірте, що таблиці бази даних " "створено і база даних може бути прочитана відповідним користувачем." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Користувач:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Пароль:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "Забули пароль або ім'я користувача?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Дата/час" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Користувач" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Дія" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -642,64 +658,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Введіть ім'я користувача і пароль." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Введіть новий пароль для користувача %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Пароль" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" -msgstr "Зміна пароля" +msgstr "Пароль (знову)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Повторіть пароль для перевірки." -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Видалити" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Додати ще %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Видалити" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Видалити?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Дякуємо за час, проведений сьогодні на сайті." -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Увійти знову" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Зміна паролю" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Зміна паролю успішна" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Ваш пароль було змінено." -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -707,46 +723,46 @@ msgstr "" "Будь ласка введіть ваш старий пароль, задля безпеки, потім введіть ваш новий " "пароль двічі, щоб ми могли перевірити, що ви ввели його правильно" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Старий пароль" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Новий пароль" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Змінити мій пароль" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Перевстановлення паролю" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Пароль перевстановлено" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Пароль встановлено. Ви можете увійти зараз." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Підтвердження перевстановлення паролю" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Новий пароль" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -754,19 +770,19 @@ msgstr "" "Будь ласка, введіть ваш старий пароль, задля безпеки, потім введіть ваш " "новий пароль двічі, щоб ми могли перевірити, що ви ввели його правильно." -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Новий пароль:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Підтвердіть пароль:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Пароль не перевстановлено" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -774,27 +790,27 @@ msgstr "" "Посилання на перевстановлення паролю було помилковим. Можливо тому, що воно " "було вже використано. Будь ласка, замовте нове перевстановлення паролю." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Пароль перевстановлено успішно" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Ми надіслали інструкції по встановленню нового паролю поштою на адресу, яку " -"ви вказали. Незабаром ви повинні його отримати." +"На електронну адресу, яку ви ввели, ми надіслали вам листа з інструкціями " +"щодо встановлення пароля. Ви повинні отримати його найближчим часом." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Ви отримали цей лист тому що замовили перевстановлення паролю для Вашого " -"облікового запису на %(site_name)s." +"Ви отримали цей лист, тому що ви зробили запит на перевстановлення пароля " +"для облікового запису користувача на %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -813,36 +829,36 @@ msgstr "Дякуємо за користування нашим сайтом!" msgid "The %(site_name)s team" msgstr "Команда сайту %(site_name)s " -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Забули свій пароль? Введіть свою e-mail адресу і ми надішлемо інструкції для " -"встановлення нового паролю по e-mail." +"Забули пароль? Введіть свою email-адресу нижче і ми вишлемо інструкції по " +"встановленню нового." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mail адреса:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "Email адреса:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Перевстановіть мій пароль" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Всі дати" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Вибрати %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Виберіть %s щоб змінити" diff --git a/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo index 39e5572e0874ffb10afe9702e260400fb8c1e234..95b3a6763e66411fd317724911c0afa2a1231a53 100644 Binary files a/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po index 17e2c388c83998a629cf855694f8f618876a7b51..210ab724526f4d76448b9f9f0373fed68f97fdb1 100644 --- a/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po @@ -8,17 +8,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-11 16:41+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo b/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo index a8cd8e73ca487b22881110a5f991d9c69875e0ea..e8560c1bae846cb09a80f9bc7162c6eb8b3b2286 100644 Binary files a/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/ur/LC_MESSAGES/django.po b/django/contrib/admin/locale/ur/LC_MESSAGES/django.po index cad4d8df747f7d24c87bfb59c6b969c2d37ce43d..05268b92f58d1a2095d8270ff432d334d8ab98a7 100644 --- a/django/contrib/admin/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/ur/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "%(count)d %(items)s کو کامیابی سے مٹا دیا گیا۔" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "%(name)s نہیں مٹایا جا سکتا" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "آپ کو یقین ھے؟" @@ -36,169 +36,176 @@ msgstr "آپ کو یقین ھے؟" msgid "Delete selected %(verbose_name_plural)s" msgstr "منتخب شدہ %(verbose_name_plural)s مٹائیں" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "تمام" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "ھاں" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "نھیں" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "نامعلوم" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "کوئی تاریخ" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "آج" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "گزشتہ سات دن" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "یہ مھینہ" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "یہ سال" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "براہ مھربانی دوباہ اندر جائیں، کیونکہ آپ کی نشست کی مدت ختم ھو چکی ھے۔" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "" -"آپ کے برقی خط کا پتہ آپ کا نام صارف نھیں ھے۔ اس کی بجائے '%s' کی کوشش کریں۔" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "کاروائی:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "کاروائی کا وقت" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "شے کا شناختی نمبر" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "شے کا نمائندہ" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "کاروائی کا پرچم" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "پیغام تبدیل کریں" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "لاگ کا اندراج" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "لاگ کے اندراج" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "کوئی نھیں" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s تبدیل کریں۔" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "اور" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" کا اضافہ کیا گیا۔" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" %(list)s کی تبدیلی کی گئی۔" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" مٹایا گیا۔۔" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "کوئی خانہ تبدیل نھیں کیا گیا۔" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" کا کامیابی سے اضافہ کیا گیا۔" +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" کا کامیابی سے اضافہ کیا گیا۔ نیچے آپ دوبارہ اسے مدوّن کر " +"سکتے ھیں۔" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "آپ اس کو نیچے دوبارہ تبدیل کر سکتے ھیں۔" +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "آپ نیچے مزید %s درج کر سکتے ھیں۔" +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" کا کامیابی سے اضافہ کیا گیا۔" -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" کی تبدیلی کامیابی سے ھو گئی۔" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" کا کامیابی سے اضافہ کیا گیا۔ نیچے آپ دوبارہ اسے مدوّن کر " -"سکتے ھیں۔" -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" کی تبدیلی کامیابی سے ھو گئی۔" + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -206,89 +213,97 @@ msgstr "" "اشیاء پر کاروائی سرانجام دینے کے لئے ان کا منتخب ھونا ضروری ھے۔ کوئی شے " "تبدیل نھیں کی گئی۔" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "کوئی کاروائی منتخب نھیں کی گئی۔" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "%s کا اضافہ کریں" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s شے %(key)r پرائمری کلید کے ساتھ موجود نھیں ھے۔" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "%s تبدیل کریں" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "ڈیٹا بیس کی خرابی" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "%(count)s %(name)s کامیابی سے تبدیل کیا گیا تھا۔" msgstr[1] "%(count)s %(name)s کامیابی سے تبدیل کیے گئے تھے۔" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "%(total_count)s منتخب کیا گیا۔" msgstr[1] "تمام %(total_count)s منتخب کئے گئے۔" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s میں سے 0 منتخب کیا گیا۔" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" کامیابی سے مٹایا گیا تھا۔" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "%s کی تبدیلی کا تاریخ نامہ" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "اندر جائیں" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "سائٹ کی انتظامیہ" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s کی انتظامیہ" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "تاریخ:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "وقت:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "ڈھونڈیں" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "اور اضافہ کریں" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "صفحہ نھیں ملا" @@ -297,42 +312,40 @@ msgstr "صفحہ نھیں ملا" msgid "We're sorry, but the requested page could not be found." msgstr "ھم معذرت خواہ ھیں، مطلوبہ صفحہ نھیں مل سکا۔" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "گھر" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "سرور کی خرابی" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "سرور کی خرابی (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "سرور کی خرابی (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"کوئی خرابی ھے۔ اس کے بارے میں سائٹ کے منتظم کو بذریعہ برقی خط آگاہ کر دیا " -"جائے گا۔ اور عنقریب یہ درست ھو جائے گی۔ آپ کے تعاون کا شکریہ۔" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -355,7 +368,7 @@ msgstr "تمام %(total_count)s %(module_name)s منتخب کریں" msgid "Clear selection" msgstr "انتخاب صاف کریں" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -365,22 +378,22 @@ msgid "Welcome," msgstr "خوش آمدید،" #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "طریق استعمال" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "لفظ اجازت تبدیل کریں" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "باہر جائیں" @@ -392,35 +405,35 @@ msgstr "منتظم برائے جینگو سائٹ" msgid "Django administration" msgstr "انتظامیہ برائے جینگو سائٹ" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "اضافہ" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "تاریخ نامہ" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "سائٹ پر مشاھدہ کریں" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "براہ کرم نیچے غلطی درست کریں۔" msgstr[1] "براہ کرم نیچے غلطیاں درست کریں۔" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "%(name)s کا اضافہ کریں" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "چھانٹیں" @@ -437,12 +450,12 @@ msgstr "" msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "مٹائیں" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -453,7 +466,7 @@ msgstr "" "سکتی ھیں، مگر آپ کے کھاتے کو اشیاء کی مندرجہ ذیل اقسام مٹانے کا حق حاصل نھیں " "ھے۔" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -462,7 +475,7 @@ msgstr "" "%(object_name)s '%(escaped_object)s' کو مٹانے کے لئے مندرجہ ذیل محفوظ متعلقہ " "اشیاء کو مٹانے کی ضرورت پڑ سکتی ھے۔" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -471,16 +484,16 @@ msgstr "" "واقعی آپ %(object_name)s \"%(escaped_object)s\" کو مٹانا چاہتے ھیں۔ مندرجہ " "ذیل تمام متعلقہ اجزاء مٹ جائیں گے۔" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "ھاں، مجھے یقین ھے" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "متعدد اشیاء مٹائیں" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -490,7 +503,7 @@ msgstr "" "منتخب شدہ %(objects_name)s کو مٹانے کے نتیجے میں متعلقہ اشیاء مٹ سکتی ھیں، " "لیکن آپ کے کھاتے کو اشیاء کی مندرجہ ذیل اقسام کو مٹانے کا حق حاصل نھیں ھے۔" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -499,7 +512,7 @@ msgstr "" "منتخب شدہ %(objects_name)s کو مٹانے کے لئے مندرجہ ذیل محفوظ شدہ اشیاء کو " "مٹانے کی ضرورت پڑ سکتی ھے۔" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -513,36 +526,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "از %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s ایپلیکیشن میں دستیاب ماڈلز" +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "تدوین" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "آپ کو کوئی چیز مدوّن کرنے کا حق نھیں ھے۔" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "حالیہ کاروائیاں" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "میری کاروائیاں" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "کچھ دستیاب نھیں" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "نامعلوم مواد" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -552,31 +565,27 @@ msgstr "" "ٹیبل بنائے گئے تھے، اور یقین کر لیں کہ ڈیٹ بیس مناسب صارف کے پڑھے جانے کے " "قابل ھے۔" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "نام صاف:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "لفظ اجازت:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "تاریخ/وقت" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "صارف" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "کاروائی" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -632,64 +641,64 @@ msgstr "" msgid "Enter a username and password." msgstr "نام صارف اور لفظ اجازت درج کریں۔" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "صارف %(username)s کے لئے نیا لفظ اجازت درج کریں۔" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "لفظ اجازت" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "لفظ اجازت (دوبارہ)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "توثیق کے لئے ویسا ہی لفظ اجازت درج کریں جیسا اوپر کیا۔" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "خارج کریں" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "دوسرا %(verbose_name)s درج کریں" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "خارج کریں" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "مٹاؤں؟" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "ویب سائٹ پر آج کچھ معیاری وقت خرچ کرنے کے لئے شکریہ۔" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "دوبارہ اندر جائیں" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "لفظ اجازت کی تبدیلی" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "لفظ اجازت کی تبدیلی کامیابی سے ھوگئی" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "آپ کا لفظ اجازت تبدیل کر دیا گیا تھا۔" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -697,48 +706,48 @@ msgstr "" "براہ کرم سیکیورٹی کی خاطر اپنا پرانا لفظ اجازت درج کریں اور پھر اپنا نیا لفظ " "اجازت دو مرتبہ درج کریں تاکہ ھم توثیق کر سکیں کہ آپ نے اسے درست درج کیا ھے۔" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "پرانا لفظ اجازت" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "نیا لفظ اجازت" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "میرا لفظ تبدیل کریں" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "لفظ اجازت کی دوبارہ ترتیب" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "لفظ اجازت کی دوبارہ ترتیب مکمل ھو گئی" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "" "آپ کا لفظ اجازت مرتب کر دیا گیا ھے۔ آپ کو آگے بڑھنے اور اندر جانے کی اجازت " "ھے۔" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "لفظ اجازت دوبارہ مرتب کرنے کی توثیق" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "نیا لفظ اجازت درج کریں" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -746,19 +755,19 @@ msgstr "" "براہ مھربانی اپنا نیا لفظ اجازت دو مرتبہ درج کریں تاکہ تاکہ ھم تصدیق کر سکیں " "کہ تم نے اسے درست درج کیا ھے۔" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "نیا لفظ اجازت:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "لفظ اجازت کی توثیق:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "لفظ اجازت کی دوبارہ ترتیب ناکام ھو گئی۔" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -766,27 +775,23 @@ msgstr "" "لفظ اجازت دوبارہ مرتب کرنے کا رابطہ (لنک) غلط تھا، غالباً یہ پہلے ھی استعمال " "کیا چکا تھا۔ براہ مھربانی نیا لفظ اجازت مرتب کرنے کی درخواست کریں۔" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "لفظ اجازت کی دوبارہ ترتیب کامیاب ھو گئی۔" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"ھم نے اس پتے پر جو آپ نے پیش کیا ھے لفظ اجازت مرتب کرنے کی ھدایات بذریعہ " -"برقی خط بھیج دی ھیں۔ آپ کو عنقریب موصول ھو جائیں گی۔" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"You're receiving this e-mail because you requested a password reset for your " -"user account at %(site_name)s." #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -805,36 +810,34 @@ msgstr "ھماری سائٹ استعمال کرنے کے لئے شکریہ" msgid "The %(site_name)s team" msgstr "%(site_name)s کی ٹیم" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"اپنا لفظ اجازت بھول گئے ھیں؟ نیچے اپنا برقی خط کا پتہ درج کریں ھم نیا لفظ " -"اجازت مرتب کرنے کی ھدایات بذریعہ برقی خط بھیج دیں گے۔" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "برقی خط کا پتہ:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "میرا لفظ اجازت دوبارہ مرتب کریں" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "تمام تاریخیں" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "%s منتخب کریں" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "تبدیل کرنے کے لئے %s منتخب کریں" diff --git a/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo index e8896b15049f5f3ecf892594ce3ff7d41d970be6..d8b94086bf61336674ea7efa93925578f0377442 100644 Binary files a/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po index 22441bcad0916b41d09ab726d3267fb0b324b2cf..bd238fb8a3b82aa734c3660b3db663fe69e541e7 100644 --- a/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo b/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo index 43c1e46a03cab745e04955452d103659288163d5..39a8766febe31bb6556ea8bbc38738eef407f59b 100644 Binary files a/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/vi/LC_MESSAGES/django.po b/django/contrib/admin/locale/vi/LC_MESSAGES/django.po index 2edfe6adc0473f34b07e2018424cf51e9590d417..f4241bb8a0562465b1e78e5263b325a3ec5c85f6 100644 --- a/django/contrib/admin/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/vi/LC_MESSAGES/django.po @@ -1,36 +1,37 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Dimitris Glezos , 2012. # Jannis Leidel , 2011. # Tran , 2011. -# Tran Van , 2011. +# Tran Van , 2011, 2012. # Vuong Nguyen , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Vuong Nguyen \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: Ramiro Morales \n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "Đã xóa thành công %(count)d %(items)s ." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "Không thể xóa %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "Bạn có chắc chắn không?" @@ -39,168 +40,176 @@ msgstr "Bạn có chắc chắn không?" msgid "Delete selected %(verbose_name_plural)s" msgstr "Xóa các %(verbose_name_plural)s đã chọn" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "Tất cả" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "Có" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "Không" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "Chưa xác định" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "Bất kì ngày nào" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "Hôm nay" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "7 ngày trước" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "Tháng này" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "Năm nay" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "Hãy đăng nhập lại vì giao dịch của bạn đã hết hiệu lực" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "Địa chỉ email của bạn không phải là tên đăng nhập. Hãy thử '%s'." - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "Hoạt động:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "Thời gian tác động" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "Mã đối tượng" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "đối tượng repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "hiệu hành động" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "thay đổi tin nhắn" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "đăng nhập" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "mục đăng nhập" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "Đối tượng \"%(object)s.\" đã được xoá." -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "Không" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s đã được thay đổi." -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "và" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" đã được thêm vào." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(list)s for %(name)s \"%(object)s\" đã được thay đổi." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" đã bị xóa." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "Không có trường nào thay đổi" -#: options.py:772 +#: options.py:807 options.py:860 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" được thêm vào thành công." +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" đã được thêm vào thành công. Bạn có thể sửa lại dưới " +"đây." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Bạn có thể sửa lại dưới đây." +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" -#: options.py:788 options.py:837 +#: options.py:839 #, python-format -msgid "You may add another %s below." -msgstr "Bạn có thể thêm vào %s dưới đây." +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" được thêm vào thành công." -#: options.py:822 +#: options.py:853 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" đã được thay đổi thành công." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:830 +#: options.py:867 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." msgstr "" -"%(name)s \"%(obj)s\" đã được thêm vào thành công. Bạn có thể sửa lại dưới " -"đây." -#: options.py:899 options.py:1159 +#: options.py:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" đã được thay đổi thành công." + +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -208,87 +217,95 @@ msgstr "" "Mục tiêu phải được chọn mới có thể thực hiện hành động trên chúng. Không có " "mục tiêu nào đã được thay đổi." -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "Không có hoạt động nào được lựa chọn." -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "Thêm %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr " đối tượng %(name)s với khóa chính %(key)r không tồn tại." -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "Thay đổi %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "Cơ sở dữ liệu bị lỗi" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] " %(count)s %(name)s đã được thay đổi thành công." -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "Tất cả %(total_count)s đã được chọn" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "0 của %(cnt)s được chọn" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" đã được xóa thành công." -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "Lịch sử thay đổi: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "Đăng nhập" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "Site quản trị hệ thống." -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s quản trị" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "Ngày:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "Giờ:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "Tìm" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "Thêm vào" +#: widgets.py:316 +msgid "Currently:" +msgstr "" + +#: widgets.py:317 +msgid "Change:" +msgstr "" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "Không tìm thấy trang nào" @@ -297,42 +314,40 @@ msgstr "Không tìm thấy trang nào" msgid "We're sorry, but the requested page could not be found." msgstr "Xin lỗi bạn! Trang mà bạn yêu cầu không tìm thấy." -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "Trang chủ" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "Lỗi máy chủ" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "Lỗi máy chủ (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "Lỗi máy chủ (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"Xảy ra lỗi. Lỗi này sẽ được gửi tới quản trị hệ thống qua email và sẽ sớm " -"được sửa chữa. Xin cảm ơn về sựu kiên nhẫn của bạn." #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -355,7 +370,7 @@ msgstr "Hãy chọn tất cả %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "Xóa lựa chọn" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -365,22 +380,22 @@ msgid "Welcome," msgstr "Chào mừng bạn," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "Tài liệu" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "Thay đổi mật khẩu" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "Thoát" @@ -392,34 +407,34 @@ msgstr "Trang web admin Django" msgid "Django administration" msgstr "Trang quản trị cho Django" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "Thêm vào" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "Bản ghi nhớ" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "Xem trên trang web" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "Hãy sửa lỗi sai dưới đây" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "Thêm vào %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "Bộ lọc" @@ -430,18 +445,18 @@ msgstr "" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "Sắp xếp theo:%(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" msgstr "" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "Xóa" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -451,7 +466,7 @@ msgstr "" "Xóa %(object_name)s '%(escaped_object)s' sẽ làm mất những dữ liệu có liên " "quan. Tài khoản của bạn không được cấp quyển xóa những dữ liệu đi kèm theo." -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -460,7 +475,7 @@ msgstr "" "Xóa các %(object_name)s ' %(escaped_object)s ' sẽ bắt buộc xóa các đối " "tượng được bảo vệ sau đây:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -469,16 +484,16 @@ msgstr "" "Bạn có chắc là muốn xóa %(object_name)s \"%(escaped_object)s\"?Tất cả những " "dữ liệu đi kèm dưới đây cũng sẽ bị mất:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "Có, tôi chắc chắn." -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "Xóa nhiều đối tượng" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -488,7 +503,7 @@ msgstr "" "Xóa các %(objects_name)s sẽ bắt buộc xóa các đối tượng liên quan, nhưng tài " "khoản của bạn không có quyền xóa các loại đối tượng sau đây:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " @@ -497,7 +512,7 @@ msgstr "" "Xóa các %(objects_name)s sẽ bắt buộc xóa các đối tượng đã được bảo vệ sau " "đây:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -511,36 +526,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr "Bởi %(filter_title)s " -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "Models đã có trong ứng dụng %(name)s." +msgid "Models in the %(name)s application" +msgstr "" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "Thay đổi" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "Bạn không được cấp quyền chỉnh sửa bất cứ cái gì." -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "Các hoạt động gần đây" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "Hoạt động của tôi" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "Không có sẵn" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "Không biết nội dung" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -550,31 +565,27 @@ msgstr "" "liệu được tạo phù hợp và dữ liệu có thể được đọc bởi những người sử dụng phù " "hợp." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Tên đăng nhập:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "Mật khẩu:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "Bạn quên mật khẩu hoặc tài khoản?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "Ngày/giờ" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "Người dùng" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "Hành động" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -629,64 +640,64 @@ msgstr "" msgid "Enter a username and password." msgstr "Điền tên đăng nhập và mật khẩu." -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "Hãy nhập mật khẩu mới cho người sử dụng %(username)s." -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "Mật khẩu" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "Nhập lại mật khẩu" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "Nhập dãy mật mã trên để xác minh lại" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "Gỡ bỏ" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "Thêm một %(verbose_name)s " -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "Gỡ bỏ" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "Bạn muốn xóa?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "Cảm ơn bạn đã dành thời gian với website này" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "Đăng nhập lại" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "Thay đổi mật khẩu" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "Mật khẩu được thay đổi thành công" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "Mật khẩu của bạn đã được thay đổi" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -694,46 +705,46 @@ msgstr "" "Hãy nhập lại mật khẩu cũ và sau đó nhập mật khẩu mới hai lần để chúng tôi có " "thể kiểm tra lại xem bạn đã gõ chính xác hay chưa." -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "Mật khẩu cũ" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "Mật khẩu mới" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "Thay đổi mật khẩu" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "Lập lại mật khẩu" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "Hoàn thành việc lập lại mật khẩu" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "Mật khẩu của bạn đã được lập lại. Bạn hãy thử đăng nhập." -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "Xác nhận việc lập lại mật khẩu" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "Nhập mật khẩu mới" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." @@ -741,19 +752,19 @@ msgstr "" "Hãy nhập mật khẩu mới hai lần để chúng tôi có thể kiểm tra xem bạn đã gõ " "chính xác chưa" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "Mật khẩu mới" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "Nhập lại mật khẩu:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "Lập lại mật khẩu không thành công" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." @@ -761,27 +772,23 @@ msgstr "" "Liên kết đặt lại mật khẩu không hợp lệ, có thể vì nó đã được sử dụng. Xin " "vui lòng yêu cầu đặt lại mật khẩu mới." -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "Lấy lại mật khẩu thành công" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"Chúng tôi vừa gửi cho bạn những hướng dẫn để bạn lập lại mất khẩu tới địa " -"chỉ email bạn đã đăng kí. Bạn sẽ nhận được nó trong chốc lát." #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." msgstr "" -"Bạn nhận được email này bởi vì bạn đã yêu cầu lập lại mật khẩu cho tài khoản " -"của bạn tại %(site_name)s" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -800,36 +807,34 @@ msgstr "Cảm ơn bạn đã sử dụng website của chúng tôi!" msgid "The %(site_name)s team" msgstr "Đội của %(site_name)s" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"Quên mật khẩu? Nhập địa chỉ email của bạn vào bên dưới, chúng tôi sẽ gửi " -"những hướng dẫn để làm lại mật khẩu mới." -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "Địa chỉ email:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "Làm lại mật khẩu" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "Tất cả các ngày" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(Không)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "Chọn %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "Chọn %s để thay đổi" diff --git a/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo index 5c9262c50cb0718638d5b9f99b57a704dae8a601..2ae24e98003afe0aa04c1f963d42714be2f2bba6 100644 Binary files a/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po index bfa98c6a1bc41de1e594e89f995e5b7953ab0af8..2a38b5cbfeea033dedf2b22df439dd1e510b0a9b 100644 --- a/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n" "Last-Translator: Vuong Nguyen \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format diff --git a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo index 75c809d4f8cffc3b33e5f289d2dce7a1edcdab82..672c4b93232808079597d19abf69fd87c72dfdad 100644 Binary files a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.po index 19cd17eb4392d2f76fd8b0ea7b8edc5d66bc282b..85a8c87774f1524b66e5651f98a32eefed1b835d 100644 --- a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.po @@ -5,32 +5,33 @@ # Lele Long , 2011. # slene , 2011. # Ziang Song , 2012. +# 磊 施 , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 16:48+0000\n" -"Last-Translator: Ziang Song \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "成功删除了 %(count)d 个 %(items)s" -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "无法删除 %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "你确定吗?" @@ -39,254 +40,270 @@ msgstr "你确定吗?" msgid "Delete selected %(verbose_name_plural)s" msgstr "删除所选的 %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "全部" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "是" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "否" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "未知" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "任意日期" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "今天" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "过去7天" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "本月" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "今年" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"请输入正确的用户名和密码来登陆您的管理账户。请注意用户名和密码均为大小写相" -"关。" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "请重新登录,因为你的会话已经过期。" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "你的 e-mail 地址不是你的用户名。换 '%s' 试试。" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "动作" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "动作时间" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "对象id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "对象表示" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "动作标志" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "修改消息" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "日志记录" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "日志记录" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." msgstr "已经添加了 \"%(object)s\"." -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" msgstr "修改了 \"%(object)s\" - %(changes)s" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" msgstr "删除了 \"%(object)s.\"" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" msgstr "LogEntry对象" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "无" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "已修改 %s 。" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "和" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "已添加 %(name)s \"%(object)s\"." -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "已变更 %(list)s for %(name)s \"%(object)s\"." -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "已删除 %(name)s \"%(object)s\"." -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "没有字段被修改。" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" 添加成功。你可以在下面再次编辑它。" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" +" %(name)s \"%(obj)s\" 已经成功添加。你可以在下面添加另外的 %(name)s 。" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" 添加成功。" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "你可以在下面再次编辑它。" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr " %(name)s \"%(obj)s\" 已经成功进行变更。你可以在下面再次编辑它。" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "你可以在下面增加另一个 %s 。" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +" %(name)s \"%(obj)s\" 已经成功进行变更。你可以在下面添加其它的 %(name)s。" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" 修改成功。" -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" 添加成功。你可以在下面再次编辑它。" - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "条目必须选中以对其进行操作。没有任何条目被更改。" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "未选择动作" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "增加 %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "具有主键 %(key)r 的对象 %(name)s 不存在。" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "修改 %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "数据库错误" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "总共 %(count)s 个 %(name)s 变更成功。" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "选中了 %(total_count)s 个" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s 个中 0 个被选" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" 删除成功。" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "变更历史: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "登录" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "站点管理" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s 管理" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "日期:" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "时间:" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "查询" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "添加另一个" +#: widgets.py:316 +msgid "Currently:" +msgstr "当前:" + +#: widgets.py:317 +msgid "Change:" +msgstr "更改:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "页面没有找到" @@ -295,42 +312,42 @@ msgstr "页面没有找到" msgid "We're sorry, but the requested page could not be found." msgstr "很报歉,请求页面无法找到。" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "首页" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "服务器错误" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "服务器错误(500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "服务器错误 (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"发生了一个错误。系统已将错误通过电子邮件报告给了站点管理员,相信问题应该会很" -"快得到解决。感谢您的耐心。" +"有一个错误。已经通过电子邮件通知网站管理员,不久以后应该可以修复。谢谢你的参" +"与。" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -353,7 +370,7 @@ msgstr "选中所有的 %(total_count)s 个 %(module_name)s" msgid "Clear selection" msgstr "清除选中" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -363,22 +380,22 @@ msgid "Welcome," msgstr "欢迎," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "文档" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "修改密码" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "注销" @@ -390,34 +407,34 @@ msgstr "Django 站点管理员" msgid "Django administration" msgstr "Django 管理" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "增加" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "历史" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "在站点上查看" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "请修正下面的错误。" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "增加 %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "过滤器" @@ -434,12 +451,12 @@ msgstr "排序优先级: %(priority_number)s" msgid "Toggle sorting" msgstr "正逆序切换" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "删除" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -449,7 +466,7 @@ msgstr "" "删除 %(object_name)s '%(escaped_object)s' 会导致删除相关的对象,但你的帐号无" "权删除下列类型的对象:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -457,7 +474,7 @@ msgid "" msgstr "" "要删除 %(object_name)s '%(escaped_object)s', 将要求删除以下受保护的相关对象:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -466,16 +483,16 @@ msgstr "" "你确认想要删除 %(object_name)s \"%(escaped_object)s\"? 下列所有相关的项目都" "将被删除:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "是的,我确定" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "删除多个对象" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -485,14 +502,14 @@ msgstr "" "要删除所选的 %(objects_name)s 结果会删除相关对象, 但你的账户没有权限删除这类" "对象:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "要删除所选的 %(objects_name)s, 将要求删除以下受保护的相关对象:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -506,36 +523,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " 以 %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "模型在 %(name)s 应用中可用。" +msgid "Models in the %(name)s application" +msgstr "在应用程序 %(name)s 中的模型" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "修改" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "你无权修改任何东西。" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "最近动作" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "我的动作" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "无可用的" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "未知内容" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -544,31 +561,27 @@ msgstr "" "你的数据库安装有误。确保已经创建了相应的数据库表,并确保数据库可被相关的用户" "读取。" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "用户名:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "密码:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" msgstr "忘记了您的密码或用户名?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "日期/时间" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "用户" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "动作" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -619,64 +632,64 @@ msgstr "首先,输入一个用户名和密码。然后,你就可以编辑更 msgid "Enter a username and password." msgstr "输入用户名和" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "为用户 %(username)s 输入一个新的密码。" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "密码" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "密码(重复)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "为了校验,输入与上面相同的密码。" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "删除" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "添加另一个 %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "删除" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "删除?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "感谢您今天在本站花费了一些宝贵时间。" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "重新登录" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "密码修改" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "密码修改成功" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "你的密码已修改。" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -684,88 +697,88 @@ msgstr "" "请输入你的旧密码,为了安全起见,接着要输入两遍新密码,以便我们校验你输入的是" "否正确。" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "旧密码" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "新密码" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "修改我的密码" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "密码重设" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "完成密码重设" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "你的口令己经设置。现在你可以继续进行登录。" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "密码重设确认" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "输入新密码" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "请输入两遍新密码,以便我们校验你输入的是否正确。" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "新密码:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "确认密码:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "密码重设失败" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "密码重置链接无效,可能是因为它已使用。可以请求一次新的密码重置。" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "密码重设成功" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." msgstr "" -"我们已经按你所提交的电子邮箱地址发送了密码设置说明。你应该很快就能收到这封邮" -"件。" +"我们已经使用你提供的电子邮件地址发送了电子邮件,以便你设置密码。不久之后你应" +"当可以收到这封邮件。" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." -msgstr "因为你要求重置 %(site_name)s 上的账户密码, 所以收到了这封邮件." +msgstr "你收到这封邮件是因为你请求重置你在网站 %(site_name)s上的用户账户密码。" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -784,36 +797,36 @@ msgstr "感谢使用我们的站点!" msgid "The %(site_name)s team" msgstr "%(site_name)s 团队" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" -"忘记了你的密码?请在下面输入你的 e-mail 地址,我们将把新密码设置说明通过邮件" -"发送给你。" +"忘记你的密码了?在下面输入你的电子邮件地址,我们将发送一封设置新密码的邮件给" +"你。" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "E-mail 地址:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "电子邮件地址:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "重设我的密码" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "所有日期" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" msgstr "(None)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "选择 %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "选择 %s 来修改" diff --git a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo index b7bc24068dd41c1dd4ccc167a1d39767e859fdf4..06b9634fd2a0f269043ed7105597599e73634a6b 100644 Binary files a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.po index dba8c6112b119cb174beea33e6c4879fa50913c8..1af8c79a9b9f62f9a47277fa4d941be43cf05abe 100644 --- a/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -2,6 +2,7 @@ # # Translators: # Jannis Leidel , 2011. +# Kevin Shi , 2012. # Lele Long , 2011. # slene , 2011. # Ziang Song , 2012. @@ -9,16 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 19:18+0000\n" -"Last-Translator: Ziang Song \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2012-07-20 01:51+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -31,11 +32,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"这是可用的%s列表。你可以在选择框下面进行选择,然后点击两选框之间的“选择”箭" +"头。" #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "在此框中键入以过滤可用的%s列表" #: static/admin/js/SelectFilter2.js:57 msgid "Filter" diff --git a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo index 55d2797155de43cab2e9b5dfa130465e11f077a1..df897445290478d14b9b3d16f52412dad9f40150 100644 Binary files a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.po index c5cb28097bbc0f8a1a4a4dad465a046e6f764104..25b5e37ffce93a646837b0f608ee6bc4f1fb1f10 100644 --- a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.po @@ -1,35 +1,37 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. # ming hsien tzang , 2011. # tcc , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:35+0100\n" -"PO-Revision-Date: 2012-03-08 12:29+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2013-01-01 16:10+0100\n" +"PO-Revision-Date: 2013-01-02 08:52+0000\n" +"Last-Translator: yyc1217 \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: actions.py:48 #, python-format msgid "Successfully deleted %(count)d %(items)s." msgstr "成功的刪除了 %(count)d 個 %(items)s." -#: actions.py:60 options.py:1295 +#: actions.py:60 options.py:1347 #, python-format msgid "Cannot delete %(name)s" msgstr "無法刪除 %(name)s" -#: actions.py:62 options.py:1297 +#: actions.py:62 options.py:1349 msgid "Are you sure?" msgstr "你確定嗎?" @@ -38,252 +40,268 @@ msgstr "你確定嗎?" msgid "Delete selected %(verbose_name_plural)s" msgstr "刪除所選的 %(verbose_name_plural)s" -#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 +#: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380 msgid "All" msgstr "全部" -#: filters.py:232 +#: filters.py:238 msgid "Yes" msgstr "是" -#: filters.py:233 +#: filters.py:239 msgid "No" msgstr "否" -#: filters.py:247 +#: filters.py:253 msgid "Unknown" msgstr "未知" -#: filters.py:306 +#: filters.py:308 msgid "Any date" msgstr "任何日期" -#: filters.py:307 +#: filters.py:309 msgid "Today" msgstr "今天" -#: filters.py:311 +#: filters.py:313 msgid "Past 7 days" msgstr "過去 7 天" -#: filters.py:315 +#: filters.py:317 msgid "This month" msgstr "本月" -#: filters.py:319 +#: filters.py:321 msgid "This year" msgstr "今年" #: forms.py:9 +#, python-format msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -#: forms.py:18 +#: forms.py:19 msgid "Please log in again, because your session has expired." msgstr "請重新登入, 因為你的 session 已過期。" -#: forms.py:37 -#, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "你的電子郵件地址不是你的使用者名稱。試著改用 '%s'。" - -#: helpers.py:20 +#: helpers.py:23 msgid "Action:" msgstr "動作:" -#: models.py:19 +#: models.py:24 msgid "action time" msgstr "動作時間" -#: models.py:22 +#: models.py:27 msgid "object id" msgstr "物件 id" -#: models.py:23 +#: models.py:28 msgid "object repr" msgstr "物件 repr" -#: models.py:24 +#: models.py:29 msgid "action flag" msgstr "動作旗標" -#: models.py:25 +#: models.py:30 msgid "change message" msgstr "變更訊息" -#: models.py:30 +#: models.py:35 msgid "log entry" msgstr "紀錄項目" -#: models.py:31 +#: models.py:36 msgid "log entries" msgstr "紀錄項目" -#: models.py:40 +#: models.py:45 #, python-format msgid "Added \"%(object)s\"." -msgstr "" +msgstr "\"%(object)s\" 已新增。" -#: models.py:42 +#: models.py:47 #, python-format msgid "Changed \"%(object)s\" - %(changes)s" -msgstr "" +msgstr "\"%(object)s\" - %(changes)s 已變更。" -#: models.py:44 +#: models.py:52 #, python-format msgid "Deleted \"%(object)s.\"" -msgstr "" +msgstr "\"%(object)s\" 已刪除。" -#: models.py:46 +#: models.py:54 msgid "LogEntry Object" -msgstr "" +msgstr "紀錄項目" -#: options.py:150 options.py:166 +#: options.py:156 options.py:172 msgid "None" msgstr "None" -#: options.py:671 +#: options.py:684 #, python-format msgid "Changed %s." msgstr "%s 已變更。" -#: options.py:671 options.py:681 +#: options.py:684 options.py:694 msgid "and" msgstr "和" -#: options.py:676 +#: options.py:689 #, python-format msgid "Added %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" 以新增。" -#: options.py:680 +#: options.py:693 #, python-format msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" 的 %(list)s 已變更。" -#: options.py:685 +#: options.py:698 #, python-format msgid "Deleted %(name)s \"%(object)s\"." msgstr "%(name)s \"%(object)s\" 已刪除。" -#: options.py:689 +#: options.py:702 msgid "No fields changed." msgstr "沒有欄位被變更。" -#: options.py:772 +#: options.py:807 options.py:860 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "%(name)s \"%(obj)s\" 新增成功。你可以在下面再次編輯它。" + +#: options.py:835 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "%(name)s \"%(obj)s\" 新增成功。你可以在下方加入其他 %(name)s 。" + +#: options.py:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "%(name)s \"%(obj)s\" 已成功新增。" -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "你可以在下面再次編輯。" +#: options.py:853 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "%(name)s \"%(obj)s\" 變更成功。你可以在下方再次編輯。" -#: options.py:788 options.py:837 +#: options.py:867 #, python-format -msgid "You may add another %s below." -msgstr "你可以在下面新增另一個 %s。" +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "%(name)s \"%(obj)s\" 變更成功。你可以在下方加入其他 %(name)s 。" -#: options.py:822 +#: options.py:873 #, python-format msgid "The %(name)s \"%(obj)s\" was changed successfully." msgstr "%(name)s \"%(obj)s\" 已成功變更。" -#: options.py:830 -#, python-format -msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \"%(obj)s\" 新增成功。你可以在下面再次編輯它。" - -#: options.py:899 options.py:1159 +#: options.py:951 options.py:1211 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "必須要有項目被選到才能對它們進行動作。沒有項目變更。" -#: options.py:918 +#: options.py:970 msgid "No action selected." msgstr "沒有動作被選。" -#: options.py:998 +#: options.py:1050 #, python-format msgid "Add %s" msgstr "新增 %s" -#: options.py:1023 options.py:1267 +#: options.py:1074 options.py:1319 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." msgstr "主鍵 %(key)r 的 %(name)s 物件不存在。" -#: options.py:1089 +#: options.py:1140 #, python-format msgid "Change %s" msgstr "變更 %s" -#: options.py:1138 +#: options.py:1190 msgid "Database error" msgstr "資料庫錯誤" -#: options.py:1201 +#: options.py:1253 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "共 %(count)s %(name)s 已變更成功。" -#: options.py:1228 +#: options.py:1280 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "全部 %(total_count)s 個被選" -#: options.py:1233 +#: options.py:1285 #, python-format msgid "0 of %(cnt)s selected" msgstr "%(cnt)s 中 0 個被選" -#: options.py:1283 +#: options.py:1335 #, python-format msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "%(name)s \"%(obj)s\" 已成功刪除。" -#: options.py:1330 +#: options.py:1382 #, python-format msgid "Change history: %s" msgstr "變更歷史: %s" -#: sites.py:315 tests.py:61 templates/admin/login.html:49 -#: templates/registration/password_reset_complete.html:20 -#: views/decorators.py:23 +#: sites.py:322 tests.py:57 templates/admin/login.html:48 +#: templates/registration/password_reset_complete.html:19 +#: views/decorators.py:24 msgid "Log in" msgstr "登入" -#: sites.py:380 +#: sites.py:388 msgid "Site administration" msgstr "網站管理" -#: sites.py:432 +#: sites.py:440 #, python-format msgid "%s administration" msgstr "%s 管理" -#: widgets.py:87 +#: widgets.py:90 msgid "Date:" msgstr "日期" -#: widgets.py:87 +#: widgets.py:91 msgid "Time:" msgstr "時間" -#: widgets.py:161 +#: widgets.py:165 msgid "Lookup" msgstr "查詢" -#: widgets.py:267 +#: widgets.py:271 msgid "Add Another" msgstr "新增其它" +#: widgets.py:316 +msgid "Currently:" +msgstr "目前:" + +#: widgets.py:317 +msgid "Change:" +msgstr "變動:" + #: templates/admin/404.html:4 templates/admin/404.html.py:8 msgid "Page not found" msgstr "頁面沒有找到" @@ -292,42 +310,42 @@ msgstr "頁面沒有找到" msgid "We're sorry, but the requested page could not be found." msgstr "很抱歉,請求頁面無法找到。" -#: templates/admin/500.html:7 templates/admin/app_index.html:8 -#: templates/admin/base.html:45 templates/admin/change_form.html:21 -#: templates/admin/change_list.html:43 -#: templates/admin/delete_confirmation.html:8 -#: templates/admin/delete_selected_confirmation.html:8 -#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 -#: templates/admin/auth/user/change_password.html:15 -#: templates/registration/logged_out.html:5 -#: templates/registration/password_change_done.html:7 -#: templates/registration/password_change_form.html:8 -#: templates/registration/password_reset_complete.html:7 -#: templates/registration/password_reset_confirm.html:7 -#: templates/registration/password_reset_done.html:7 -#: templates/registration/password_reset_form.html:7 +#: templates/admin/500.html:6 templates/admin/app_index.html:7 +#: templates/admin/base.html:47 templates/admin/change_form.html:19 +#: templates/admin/change_list.html:41 +#: templates/admin/delete_confirmation.html:7 +#: templates/admin/delete_selected_confirmation.html:7 +#: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7 +#: templates/admin/auth/user/change_password.html:13 +#: templates/registration/logged_out.html:4 +#: templates/registration/password_change_done.html:6 +#: templates/registration/password_change_form.html:7 +#: templates/registration/password_reset_complete.html:6 +#: templates/registration/password_reset_confirm.html:6 +#: templates/registration/password_reset_done.html:6 +#: templates/registration/password_reset_form.html:6 msgid "Home" msgstr "首頁" -#: templates/admin/500.html:8 +#: templates/admin/500.html:7 msgid "Server error" msgstr "伺服器錯誤" -#: templates/admin/500.html:12 +#: templates/admin/500.html:11 msgid "Server error (500)" msgstr "伺服器錯誤 (500)" -#: templates/admin/500.html:15 +#: templates/admin/500.html:14 msgid "Server Error (500)" msgstr "伺服器錯誤 (500)" -#: templates/admin/500.html:16 +#: templates/admin/500.html:15 msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." msgstr "" -"存在一個錯誤。它已經透過電子郵件回報給網站管理員了,並且應該很快被改正。謝謝" -"你的關心。" +"存在一個錯誤。已透過電子郵件回報給網站管理員,並且應該很快就會被修正。謝謝你" +"的關心。" #: templates/admin/actions.html:4 msgid "Run the selected action" @@ -350,7 +368,7 @@ msgstr "選擇全部 %(total_count)s %(module_name)s" msgid "Clear selection" msgstr "清除選擇" -#: templates/admin/app_index.html:11 templates/admin/index.html:19 +#: templates/admin/app_index.html:10 templates/admin/index.html:21 #, python-format msgid "%(name)s" msgstr "%(name)s" @@ -360,22 +378,22 @@ msgid "Welcome," msgstr "歡迎," #: templates/admin/base.html:33 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Documentation" msgstr "文件" -#: templates/admin/base.html:35 -#: templates/admin/auth/user/change_password.html:19 -#: templates/admin/auth/user/change_password.html:53 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:36 +#: templates/admin/auth/user/change_password.html:17 +#: templates/admin/auth/user/change_password.html:51 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Change password" msgstr "變更密碼" -#: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: templates/admin/base.html:38 +#: templates/registration/password_change_done.html:3 +#: templates/registration/password_change_form.html:4 msgid "Log out" msgstr "登出" @@ -387,56 +405,56 @@ msgstr "Django 網站管理" msgid "Django administration" msgstr "Django 管理" -#: templates/admin/change_form.html:24 templates/admin/index.html:29 +#: templates/admin/change_form.html:22 templates/admin/index.html:33 msgid "Add" msgstr "新增" -#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 +#: templates/admin/change_form.html:32 templates/admin/object_history.html:11 msgid "History" msgstr "歷史" -#: templates/admin/change_form.html:35 +#: templates/admin/change_form.html:33 #: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/tabular.html:30 msgid "View on site" msgstr "在網站上檢視" -#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 -#: templates/admin/login.html:18 -#: templates/admin/auth/user/change_password.html:29 -#: templates/registration/password_change_form.html:21 +#: templates/admin/change_form.html:44 templates/admin/change_list.html:67 +#: templates/admin/login.html:17 +#: templates/admin/auth/user/change_password.html:27 +#: templates/registration/password_change_form.html:20 msgid "Please correct the error below." msgid_plural "Please correct the errors below." msgstr[0] "請更正下面的錯誤。" -#: templates/admin/change_list.html:60 +#: templates/admin/change_list.html:58 #, python-format msgid "Add %(name)s" msgstr "新增 %(name)s" -#: templates/admin/change_list.html:80 +#: templates/admin/change_list.html:78 msgid "Filter" msgstr "過濾器" #: templates/admin/change_list_results.html:17 msgid "Remove from sorting" -msgstr "" +msgstr "從排序中移除" #: templates/admin/change_list_results.html:18 #, python-format msgid "Sorting priority: %(priority_number)s" -msgstr "" +msgstr "優先排序:%(priority_number)s" #: templates/admin/change_list_results.html:19 msgid "Toggle sorting" -msgstr "" +msgstr "切換排序" -#: templates/admin/delete_confirmation.html:12 +#: templates/admin/delete_confirmation.html:11 #: templates/admin/submit_line.html:4 msgid "Delete" msgstr "刪除" -#: templates/admin/delete_confirmation.html:19 +#: templates/admin/delete_confirmation.html:18 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " @@ -446,7 +464,7 @@ msgstr "" "刪除 %(object_name)s '%(escaped_object)s' 會把相關的物件也刪除,不過你的帳號" "並沒有刪除以下型態物件的權限:" -#: templates/admin/delete_confirmation.html:27 +#: templates/admin/delete_confirmation.html:26 #, python-format msgid "" "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " @@ -454,7 +472,7 @@ msgid "" msgstr "" "要刪除 %(object_name)s '%(escaped_object)s', 將要求刪除下面受保護的相關物件:" -#: templates/admin/delete_confirmation.html:35 +#: templates/admin/delete_confirmation.html:34 #, python-format msgid "" "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " @@ -463,16 +481,16 @@ msgstr "" "你確定想要刪除 %(object_name)s \"%(escaped_object)s\"?以下所有的相關項目都會" "被刪除:" -#: templates/admin/delete_confirmation.html:40 -#: templates/admin/delete_selected_confirmation.html:45 +#: templates/admin/delete_confirmation.html:39 +#: templates/admin/delete_selected_confirmation.html:44 msgid "Yes, I'm sure" msgstr "是的,我確定" -#: templates/admin/delete_selected_confirmation.html:11 +#: templates/admin/delete_selected_confirmation.html:10 msgid "Delete multiple objects" msgstr "刪除多個物件" -#: templates/admin/delete_selected_confirmation.html:18 +#: templates/admin/delete_selected_confirmation.html:17 #, python-format msgid "" "Deleting the selected %(objects_name)s would result in deleting related " @@ -482,14 +500,14 @@ msgstr "" "要刪除所選的 %(objects_name)s, 結果會刪除相關物件, 但你的帳號無權刪除下面物件" "型態:" -#: templates/admin/delete_selected_confirmation.html:26 +#: templates/admin/delete_selected_confirmation.html:25 #, python-format msgid "" "Deleting the selected %(objects_name)s would require deleting the following " "protected related objects:" msgstr "要刪除所選的 %(objects_name)s, 將要求刪除下面受保護的相關物件:" -#: templates/admin/delete_selected_confirmation.html:34 +#: templates/admin/delete_selected_confirmation.html:33 #, python-format msgid "" "Are you sure you want to delete the selected %(objects_name)s? All of the " @@ -502,36 +520,36 @@ msgstr "" msgid " By %(filter_title)s " msgstr " 以 %(filter_title)s" -#: templates/admin/index.html:18 +#: templates/admin/index.html:20 #, python-format -msgid "Models available in the %(name)s application." -msgstr "模型在 %(name)s 應用中可用。" +msgid "Models in the %(name)s application" +msgstr "%(name)s 應用程式中的Model" -#: templates/admin/index.html:35 +#: templates/admin/index.html:39 msgid "Change" msgstr "變更" -#: templates/admin/index.html:45 +#: templates/admin/index.html:49 msgid "You don't have permission to edit anything." msgstr "你沒有編輯任何東西的權限。" -#: templates/admin/index.html:53 +#: templates/admin/index.html:57 msgid "Recent Actions" msgstr "最近的動作" -#: templates/admin/index.html:54 +#: templates/admin/index.html:58 msgid "My Actions" msgstr "我的動作" -#: templates/admin/index.html:58 +#: templates/admin/index.html:62 msgid "None available" msgstr "無可用的" -#: templates/admin/index.html:72 +#: templates/admin/index.html:76 msgid "Unknown content" msgstr "未知內容" -#: templates/admin/invalid_setup.html:13 +#: templates/admin/invalid_setup.html:12 msgid "" "Something's wrong with your database installation. Make sure the appropriate " "database tables have been created, and make sure the database is readable by " @@ -540,31 +558,27 @@ msgstr "" "你的資料庫安裝有錯誤。確定資料庫表格已經建立,並確定資料庫可被合適的使用者讀" "取。" -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "使用者名稱:" - -#: templates/admin/login.html:38 +#: templates/admin/login.html:37 msgid "Password:" msgstr "密碼:" -#: templates/admin/login.html:45 +#: templates/admin/login.html:44 msgid "Forgotten your password or username?" -msgstr "" +msgstr "忘了你的密碼或是使用者名稱?" -#: templates/admin/object_history.html:24 +#: templates/admin/object_history.html:23 msgid "Date/time" msgstr "日期/時間" -#: templates/admin/object_history.html:25 +#: templates/admin/object_history.html:24 msgid "User" msgstr "使用者" -#: templates/admin/object_history.html:26 +#: templates/admin/object_history.html:25 msgid "Action" msgstr "動作" -#: templates/admin/object_history.html:40 +#: templates/admin/object_history.html:39 msgid "" "This object doesn't have a change history. It probably wasn't added via this " "admin site." @@ -615,64 +629,64 @@ msgstr "首先,輸入一個使用者名稱和密碼。然後你可以編輯更 msgid "Enter a username and password." msgstr "輸入一個使用者名稱和密碼。" -#: templates/admin/auth/user/change_password.html:33 +#: templates/admin/auth/user/change_password.html:31 #, python-format msgid "Enter a new password for the user %(username)s." msgstr "為使用者%(username)s輸入一個新的密碼。" -#: templates/admin/auth/user/change_password.html:40 +#: templates/admin/auth/user/change_password.html:38 msgid "Password" msgstr "密碼" -#: templates/admin/auth/user/change_password.html:46 -#: templates/registration/password_change_form.html:43 +#: templates/admin/auth/user/change_password.html:44 +#: templates/registration/password_change_form.html:42 msgid "Password (again)" msgstr "密碼(重複)" -#: templates/admin/auth/user/change_password.html:47 +#: templates/admin/auth/user/change_password.html:45 msgid "Enter the same password as above, for verification." msgstr "為檢查用,請輸入與上面相同的密碼。" -#: templates/admin/edit_inline/stacked.html:67 -#: templates/admin/edit_inline/tabular.html:115 +#: templates/admin/edit_inline/stacked.html:26 +#: templates/admin/edit_inline/tabular.html:76 +msgid "Remove" +msgstr "移除" + +#: templates/admin/edit_inline/stacked.html:27 +#: templates/admin/edit_inline/tabular.html:75 #, python-format msgid "Add another %(verbose_name)s" msgstr "新增其它 %(verbose_name)s" -#: templates/admin/edit_inline/stacked.html:70 -#: templates/admin/edit_inline/tabular.html:118 -msgid "Remove" -msgstr "移除" - #: templates/admin/edit_inline/tabular.html:17 msgid "Delete?" msgstr "刪除?" -#: templates/registration/logged_out.html:9 +#: templates/registration/logged_out.html:8 msgid "Thanks for spending some quality time with the Web site today." msgstr "感謝你今天花了重要的時間停留在本網站。" -#: templates/registration/logged_out.html:11 +#: templates/registration/logged_out.html:10 msgid "Log in again" msgstr "重新登入" -#: templates/registration/password_change_done.html:8 -#: templates/registration/password_change_form.html:9 -#: templates/registration/password_change_form.html:13 -#: templates/registration/password_change_form.html:25 +#: templates/registration/password_change_done.html:7 +#: templates/registration/password_change_form.html:8 +#: templates/registration/password_change_form.html:12 +#: templates/registration/password_change_form.html:24 msgid "Password change" msgstr "密碼變更" -#: templates/registration/password_change_done.html:12 -#: templates/registration/password_change_done.html:16 +#: templates/registration/password_change_done.html:11 +#: templates/registration/password_change_done.html:15 msgid "Password change successful" msgstr "密碼成功地變更" -#: templates/registration/password_change_done.html:18 +#: templates/registration/password_change_done.html:17 msgid "Your password was changed." msgstr "你的密碼已變更。" -#: templates/registration/password_change_form.html:27 +#: templates/registration/password_change_form.html:26 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." @@ -680,87 +694,86 @@ msgstr "" "為了安全上的考慮,請輸入你的舊密碼,再輸入新密碼兩次,讓我們核驗你已正確地輸" "入。" -#: templates/registration/password_change_form.html:33 +#: templates/registration/password_change_form.html:32 msgid "Old password" msgstr "舊的密碼" -#: templates/registration/password_change_form.html:38 +#: templates/registration/password_change_form.html:37 msgid "New password" msgstr "新的密碼" -#: templates/registration/password_change_form.html:49 -#: templates/registration/password_reset_confirm.html:27 +#: templates/registration/password_change_form.html:48 +#: templates/registration/password_reset_confirm.html:26 msgid "Change my password" msgstr "變更我的密碼" -#: templates/registration/password_reset_complete.html:8 -#: templates/registration/password_reset_confirm.html:12 -#: templates/registration/password_reset_done.html:8 -#: templates/registration/password_reset_form.html:8 -#: templates/registration/password_reset_form.html:12 -#: templates/registration/password_reset_form.html:16 +#: templates/registration/password_reset_complete.html:7 +#: templates/registration/password_reset_confirm.html:11 +#: templates/registration/password_reset_done.html:7 +#: templates/registration/password_reset_form.html:7 +#: templates/registration/password_reset_form.html:11 +#: templates/registration/password_reset_form.html:15 msgid "Password reset" msgstr "密碼重設" -#: templates/registration/password_reset_complete.html:12 -#: templates/registration/password_reset_complete.html:16 +#: templates/registration/password_reset_complete.html:11 +#: templates/registration/password_reset_complete.html:15 msgid "Password reset complete" msgstr "密碼重設成功" -#: templates/registration/password_reset_complete.html:18 +#: templates/registration/password_reset_complete.html:17 msgid "Your password has been set. You may go ahead and log in now." msgstr "你的密碼已設置,現在可以繼續登入。" -#: templates/registration/password_reset_confirm.html:8 +#: templates/registration/password_reset_confirm.html:7 msgid "Password reset confirmation" msgstr "密碼重設確認" -#: templates/registration/password_reset_confirm.html:18 +#: templates/registration/password_reset_confirm.html:17 msgid "Enter new password" msgstr "輸入新的密碼" -#: templates/registration/password_reset_confirm.html:20 +#: templates/registration/password_reset_confirm.html:19 msgid "" "Please enter your new password twice so we can verify you typed it in " "correctly." msgstr "請輸入你的新密碼兩次, 這樣我們才能檢查你的輸入是否正確。" -#: templates/registration/password_reset_confirm.html:24 +#: templates/registration/password_reset_confirm.html:23 msgid "New password:" msgstr "新密碼:" -#: templates/registration/password_reset_confirm.html:26 +#: templates/registration/password_reset_confirm.html:25 msgid "Confirm password:" msgstr "確認密碼:" -#: templates/registration/password_reset_confirm.html:32 +#: templates/registration/password_reset_confirm.html:31 msgid "Password reset unsuccessful" msgstr "密碼重設失敗" -#: templates/registration/password_reset_confirm.html:34 +#: templates/registration/password_reset_confirm.html:33 msgid "" "The password reset link was invalid, possibly because it has already been " "used. Please request a new password reset." msgstr "密碼重設連結無效,可能因為他已使用。請重新請求密碼重設。" -#: templates/registration/password_reset_done.html:12 -#: templates/registration/password_reset_done.html:16 +#: templates/registration/password_reset_done.html:11 +#: templates/registration/password_reset_done.html:15 msgid "Password reset successful" msgstr "密碼成功地重設" -#: templates/registration/password_reset_done.html:18 +#: templates/registration/password_reset_done.html:17 msgid "" -"We've e-mailed you instructions for setting your password to the e-mail " +"We've emailed you instructions for setting your password to the email " "address you submitted. You should be receiving it shortly." -msgstr "" -"我們已經寄出設定你的密碼操作指示到你提供的電子郵件位址。請你儘快收取信件。" +msgstr "我們已經寄出設定密碼操作指示到你提供的電子郵件位址。請你儘快收取信件。" #: templates/registration/password_reset_email.html:2 #, python-format msgid "" -"You're receiving this e-mail because you requested a password reset for your " +"You're receiving this email because you requested a password reset for your " "user account at %(site_name)s." -msgstr "" +msgstr "這封電子郵件來自 %(site_name)s,因為你要求為帳號重新設定密碼。" #: templates/registration/password_reset_email.html:4 msgid "Please go to the following page and choose a new password:" @@ -779,36 +792,36 @@ msgstr "感謝使用本網站!" msgid "The %(site_name)s team" msgstr "%(site_name)s 團隊" -#: templates/registration/password_reset_form.html:18 +#: templates/registration/password_reset_form.html:17 msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll e-mail " +"Forgotten your password? Enter your email address below, and we'll email " "instructions for setting a new one." msgstr "" "忘記你的密碼? 請在下面輸入你的電子郵件位址, 然後我們會寄出設定新密碼的操作指" "示。" -#: templates/registration/password_reset_form.html:22 -msgid "E-mail address:" -msgstr "電子郵件地址:" +#: templates/registration/password_reset_form.html:21 +msgid "Email address:" +msgstr "電子信箱:" -#: templates/registration/password_reset_form.html:22 +#: templates/registration/password_reset_form.html:21 msgid "Reset my password" msgstr "重設我的密碼" -#: templatetags/admin_list.py:336 +#: templatetags/admin_list.py:344 msgid "All dates" msgstr "所有日期" -#: views/main.py:31 +#: views/main.py:33 msgid "(None)" -msgstr "" +msgstr "(無)" -#: views/main.py:74 +#: views/main.py:76 #, python-format msgid "Select %s" msgstr "選擇 %s" -#: views/main.py:76 +#: views/main.py:78 #, python-format msgid "Select %s to change" msgstr "選擇 %s 來變更" diff --git a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo index cd70b7c0dbb25bec4347ebc53eb1b7ce9b643efe..beb86fd7b72b687fdbd0b9f69e942e6ac9f28258 100644 Binary files a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo and b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo differ diff --git a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.po b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.po index 86ec84c20df8b806ed8b42561f8d5dbbaf61e218..1a618f7fe95ac7fc30fcb286be7db32da56c13f1 100644 --- a/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -1,21 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # tcc , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 10:42+0000\n" -"Last-Translator: tcc \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-03-23 02:35+0100\n" +"PO-Revision-Date: 2012-09-20 05:46+0000\n" +"Last-Translator: yyc1217 \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: static/admin/js/SelectFilter2.js:45 #, c-format @@ -28,11 +30,13 @@ msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"可用的 %s 列表。你可以在下方的方框內選擇後,點擊兩個方框中的\"選取\"箭頭以選" +"取。" #: static/admin/js/SelectFilter2.js:53 #, c-format msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "輸入到這個方框以過濾可用的 %s 列表。" #: static/admin/js/SelectFilter2.js:57 msgid "Filter" @@ -45,11 +49,11 @@ msgstr "全部選擇" #: static/admin/js/SelectFilter2.js:61 #, c-format msgid "Click to choose all %s at once." -msgstr "" +msgstr "點擊以一次選取所有的 %s" #: static/admin/js/SelectFilter2.js:67 msgid "Choose" -msgstr "" +msgstr "選取" #: static/admin/js/SelectFilter2.js:69 msgid "Remove" @@ -66,15 +70,17 @@ msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"選取的 %s 列表。你可以在下方的方框內選擇後,點擊兩個方框中的\"移除\"箭頭以移" +"除。" #: static/admin/js/SelectFilter2.js:80 msgid "Remove all" -msgstr "" +msgstr "全部移除" #: static/admin/js/SelectFilter2.js:80 #, c-format msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "點擊以一次移除所有選取的 %s" #: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1 msgid "%(sel)s of %(cnt)s selected" diff --git a/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e387d5db1adb28de43c6a74612833952f1be0d40 Binary files /dev/null and b/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..d70e3bdf86093ff91e0d5601c3cfc88827a66e19 --- /dev/null +++ b/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,184 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2011-01-19 15:09+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/" +"language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: views.py:58 views.py:60 views.py:62 +msgid "tag:" +msgstr "" + +#: views.py:93 views.py:95 views.py:97 +msgid "filter:" +msgstr "" + +#: views.py:156 views.py:158 views.py:160 +msgid "view:" +msgstr "" + +#: views.py:188 +#, python-format +msgid "App %r not found" +msgstr "" + +#: views.py:195 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +#: views.py:207 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 +msgid "model:" +msgstr "" + +#: views.py:222 views.py:254 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#: views.py:226 views.py:259 +#, python-format +msgid "all %s" +msgstr "" + +#: views.py:231 views.py:264 +#, python-format +msgid "number of %s" +msgstr "" + +#: views.py:269 +#, python-format +msgid "Fields on %s objects" +msgstr "" + +#: views.py:361 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Tuisblad" + +#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 +#: templates/admin_doc/missing_docutils.html:7 +#: templates/admin_doc/model_detail.html:15 +#: templates/admin_doc/model_index.html:9 +#: templates/admin_doc/template_detail.html:7 +#: templates/admin_doc/template_filter_index.html:8 +#: templates/admin_doc/template_tag_index.html:8 +#: templates/admin_doc/view_detail.html:7 +#: templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Dokumentasie" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "Bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:15 +msgid "" +"\n" +"

To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

\n" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Documentation for this page" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:26 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:28 +msgid "Show object ID" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:29 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:31 +msgid "Edit this object (current window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:32 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:34 +msgid "Edit this object (new window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:35 +msgid "As above, but opens the admin page in a new window." +msgstr "" + +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 +msgid "Models" +msgstr "" + +#: templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "" + +#: templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "" + +#: templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "" + +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 +msgid "Views" +msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boole (Eder waar of vals)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van type: %(field_type)s " diff --git a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo index 3e0b6fd26d5fe43ea2457ed65020bf0ea868562c..20cbe568653942495fe60b6c89c6762822617581 100644 Binary files a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po index 591b40790572b76d9e78ffb3c972923043c83366..aac9d0ecda8ce84eceb2a8578af7981ec276f7bb 100644 --- a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po @@ -2,79 +2,92 @@ # # Translators: # Jannis Leidel , 2011. +# Ossama Khayat , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-11-27 17:00+0000\n" +"Last-Translator: Ossama Khayat \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "وسم:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "مرشّح" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "عرض:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "التطبيق %r غير موجود" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "النموذج %(model_name)r غير موجود في التطبيق %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "العنصر `%(app_label)s.%(data_type)s` المرتبط" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "نموذج:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "عناصر `%(app_label)s.%(object_name)s` مرتبطة" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "كل %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "عدد %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "الحقول في عناصر %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "يبدو أن %s ليس عنصر urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "الرئيسية" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +97,18 @@ msgstr "يبدو أن %s ليس عنصر urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "الرئيسية" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "الوثائق" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "أوامر المفضلة" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "أوامر مفضلة الوثائق" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,60 +127,69 @@ msgstr "" "(تحدث إلى مسؤول النظم إذا لم تكن متأكدا ما إذا كان كمبيوتر يعتبر \"داخليا\")." "

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "الوثائق لهذه الصفحة" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "ينتقل بك من أي صفحة إلى وثائق العرض الذي أنشأ هذه الصفحة." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "أظهر معرف الكائن" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "عرض نوع البيانات والمعرف الفريد للصفحات التي تمثل كائناً واحداً." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "عدّل هذا العنصر (النافذة الحالية)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "ينتقل بك إلى صفحة الإدارة للصفحات التي تمثل عنصراً واحداً." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "عدّل هذا العنصر (نافذة جديدة)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "كما سبق، لكن يفتح صفحة الإدارة في نافذة جديدة." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "النماذج" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "القوالب" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "الفلاتر" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "الوسوم" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "ثنائي (إما True أو False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "حقل نوع: %(field_type)s" diff --git a/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo index c1912f486f05d847fcd3530ee1fc693283ffd51d..14af1b63004bb48b0819e4a4772465eb04ae410e 100644 Binary files a/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po index 1ea6a41dadf8111e1cf0ca30252bc74cf5533b0e..b8679a6f00039dab868e707cd6a097276b05b409 100644 --- a/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "teq:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "süzgəc:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "baxış:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r adlı tətbiqetməni tapa bilmədik" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(model_name)r modelini %(app_label)r tətbiqetməsində tapa bilmədik" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "bağlı \"%(app_label)s.%(data_type)s\" obyekti" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "bağlı \"%(app_label)s.%(object_name)s\" obyektləri" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "bütün %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s-in sayı" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s obyektlərindəki sahələr" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s urlpattern obyekti deyil" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Ev" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s urlpattern obyekti deyil" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Ev" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Sənədləşmə" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Əlfəcinciklər (Bookmarklets)" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Sənədləşmə əlfəcincikləri (bookmarklets)" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,21 +127,21 @@ msgstr "" "tələb edir. (kompüterinizin \"daxili\" olmasından əmin deyilsinizsə,\n" "sistem administratoru ilə danışın).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Bu səhifənin sənədləşməsi" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "Hər hansı səhifəni əmələ gətirən funksiyanın sənədləşməsini göstərir." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Obyekt ID göstər" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -149,41 +149,50 @@ msgstr "" "Tək obyekt kimi özünü aparan səhifələrin məzmun tipini və xüsusi ID-ni " "göstərir." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Bu obyekti redaktə et (cari pəncərədə)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Özünü tək obyekt kimi aparan səhifənin admin üçün redaktə səhifəsinə aparır" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Bu obyekti redaktə et (yeni pəncərədə)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Yuxarıdakı kimi, ancaq admin səhifəsini yeni pəncərədə açır." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Bul (ya Doğru, ya Yalan)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Sahənin tipi: %(field_type)s" diff --git a/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..29423925682e4e4222f6b307114f26cb32740b85 Binary files /dev/null and b/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..421175c414621700a3941494b62ae3a1670aa093 --- /dev/null +++ b/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,195 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: views.py:58 views.py:60 views.py:62 +msgid "tag:" +msgstr "цэтлік:" + +#: views.py:93 views.py:95 views.py:97 +msgid "filter:" +msgstr "сіта:" + +#: views.py:156 views.py:158 views.py:160 +msgid "view:" +msgstr "прагляд:" + +#: views.py:188 +#, python-format +msgid "App %r not found" +msgstr "Праґраму «%r» не знайшлі" + +#: views.py:195 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Мадэль %(model_name)r у праґраме «%(app_label)r» не знайшлі" + +#: views.py:207 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "залежны аб’ект «%(app_label)s.%(data_type)s»" + +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 +msgid "model:" +msgstr "мадэль:" + +#: views.py:222 views.py:254 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "залежныя аб’екты «%(app_label)s.%(object_name)s»" + +#: views.py:226 views.py:259 +#, python-format +msgid "all %s" +msgstr "усе %s" + +#: views.py:231 views.py:264 +#, python-format +msgid "number of %s" +msgstr "колькасьць %s" + +#: views.py:269 +#, python-format +msgid "Fields on %s objects" +msgstr "Палі аб’ектаў %s" + +#: views.py:361 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s не падобны да аб’екта «шаблён спасылкі» — «urlpattern»" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Пачатак" + +#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 +#: templates/admin_doc/missing_docutils.html:7 +#: templates/admin_doc/model_detail.html:15 +#: templates/admin_doc/model_index.html:9 +#: templates/admin_doc/template_detail.html:7 +#: templates/admin_doc/template_filter_index.html:8 +#: templates/admin_doc/template_tag_index.html:8 +#: templates/admin_doc/view_detail.html:7 +#: templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Дакумэнтацыя" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "Bookmarklets" +msgstr "Закладкі" + +#: templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "Закладкі дакумэнтацыі" + +#: templates/admin_doc/bookmarklets.html:15 +msgid "" +"\n" +"

To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

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

Каб паставіць закладку, перацягніце спасылку на паліцу " +"закладак\n" +"або пстрыкніце па спасылцы праваю кнопкаю і дадайце яе да закладак. Цяпер\n" +"можна абраць закладку зь якое пажадаеце бачыны. Уважце: пэўныя закладкі\n" +"патрабуюць, каб пляцоўка праглядалася з «унутранага» кампутара (калі ня " +"ведаеце,\n" +"ці «ўнутраны» ваш кампутар, запытайцеся сыстэмнага спраўніка).

\n" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Documentation for this page" +msgstr "Дакумэнтацыя па бачыне" + +#: templates/admin_doc/bookmarklets.html:26 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Накіроўвае з хоць-якое бачыны да прагляду, які стварае гэтую бачыну." + +#: templates/admin_doc/bookmarklets.html:28 +msgid "Show object ID" +msgstr "Паказаць азначальнік аб’екта" + +#: templates/admin_doc/bookmarklets.html:29 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" +"Паказвае непаўторны азначальнік і від зьмесьціва бачыны, якая ёсьць адным " +"аб’ектам." + +#: templates/admin_doc/bookmarklets.html:31 +msgid "Edit this object (current window)" +msgstr "Правіць аб’ект (у гэтым вакне)" + +#: templates/admin_doc/bookmarklets.html:32 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "Накіроўвае да бачыны кіраваць бачынамі, якія ёсьць адным аб’ектам." + +#: templates/admin_doc/bookmarklets.html:34 +msgid "Edit this object (new window)" +msgstr "Правіць аб’ект (у новым вакне)" + +#: templates/admin_doc/bookmarklets.html:35 +msgid "As above, but opens the admin page in a new window." +msgstr "Тое самае, што й вышэй, але адчыняе бачыну ў новым вакне." + +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 +msgid "Models" +msgstr "Мадэлі" + +#: templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "Шаблёны" + +#: templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "Сіты" + +#: templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "Цэтлікі" + +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 +msgid "Views" +msgstr "Прагляды" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Палі віду: %(field_type)s" diff --git a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo index 41340a284f6e369b834ab1d380ab84b96d29bde5..bdc01a9b5e707ecee6a3a7fcdc0022ea63931f7a 100644 Binary files a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po index 534e9e5465f21ae66381411e084b461060393ded..48b14607e6c21f7817d971368a9fc08b6d922876 100644 --- a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po @@ -8,74 +8,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Boris Chervenkov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "етикет:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "филтър:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "изглед:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Приложението %r липсва" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Моделът %(model_name)r не е намерен в приложение %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "свързания '%(app_label)s.%(data_type)s' обект" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модел:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "свързаните '%(app_label)s.%(object_name)s' обекти" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "всички %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "брой %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Полета на %s обекти" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s не прилича на обект от тип urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Начало" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s не прилича на обект от тип urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Начало" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документация" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklet-и за документация" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "като \"вътрешен\" (приказвайте с администратора ако не сте сигурни дали\n" "компютърът ви е \"вътрешен\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Документация за тази страница" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Препраща Ви от която и да е страница към документацията за изгледа, който я " "е генерирал." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Покажи ID на обекта" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,42 +152,51 @@ msgstr "" "Показва типа на съдържанието и ID-то на страници, които представляват " "единичен обект." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Редактирай този обект (в този прозорец)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Препраща към администраторска страница за страници, които представляват " "единичен обект. " -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Редактирай този обект (в нов прозорец)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Като горното, но отваря администраторската страница в нов прозорец." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Модели" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Шаблони" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Филтри" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Етикети" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Прегледи" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (True или False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле от тип: %(field_type)s" diff --git a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo index cc17bd72f496c3f86e07cfb4eb7ca642f4eef93c..fa0b36e4095abb471f89357ce13c2a364b5bcd7d 100644 Binary files a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po index e98b2aa670081aabab4ff118b33e5484199ce749..ae0717bd955b870472c4c9ec7c06e2095ac48245 100644 --- a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po @@ -1,79 +1,94 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: +# , 2013. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2013-02-08 15:20+0000\n" +"Last-Translator: anubhab91 \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ট্যাগঃ" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "ফিল্টারঃ" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ভিউঃ" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r এ্যপটি পাওয়া যায়নি" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(app_label)r এ্যপে %(model_name)r মডেলটি পাওয়া যায়নি" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "`%(app_label)s.%(data_type)s` সম্পর্কিত অবজেক্ট" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "মডেলঃ" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "`%(app_label)s.%(object_name)s` সম্পর্কিত অবজেক্ট সমূহ" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "সকল %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s সংখ্যা" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s অবজেক্টে ফিল্ডগুলো" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ইউআরএল -এর মত নয়" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "নীড়পাতা" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +98,18 @@ msgstr "%s ইউআরএল -এর মত নয়" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "নীড়পাতা" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "সহায়িকা" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "বুকমার্কলেট" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "সহায়িকা বুকমার্কলেট" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -124,60 +127,69 @@ msgstr "" "দেখতে হবে (আপনার প্রশাসনের কাছ থেকে জানুন যে আপনার কম্পিউটার \"internal\" কিনা)।" "

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "এই পাতার সহায়িকা" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "যেকোন পাতা থেকে ভিউ সহায়িকাতে নিয়ে যান।" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "অবজেক্ট আইডি দেখান" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "কনটেন্ট-টাইপ এবং একক আইডি দেখায়, যা কিনা একটি নির্দিষ্ট অবজেক্টকে বোঝায়।" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "এই অবজেক্টটি সম্পাদন করুন (বর্তমান উইন্ডো)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "প্রশাসন পাতায় নিয়ে যান, যা কিনা একটি নির্দিষ্ট পাতা অবজেক্টকে বোঝায়।" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "এই অবজেক্টটি সম্পাদন করুন (নতুন উইন্ডো)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "উপরের মতই, কিন্তু নতুন উইন্ডোতে খুলুন।" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "মডেলগুলো" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "টেমপ্লেটগুলো" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "ফিল্টারগুলো" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "ট্যাগগুলো" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "ভিউগুলো" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "বুলিয়ান (হয় True অথবা False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ফিল্ডের ধরণ: %(field_type)s" diff --git a/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4f42c2dc79e2d4ca0c706a83ea91bd7b41aa7e7e Binary files /dev/null and b/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..2717ef14d3536f50dba0893a834f89fdb36056c2 --- /dev/null +++ b/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,185 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: views.py:58 views.py:60 views.py:62 +msgid "tag:" +msgstr "" + +#: views.py:93 views.py:95 views.py:97 +msgid "filter:" +msgstr "" + +#: views.py:156 views.py:158 views.py:160 +msgid "view:" +msgstr "" + +#: views.py:188 +#, python-format +msgid "App %r not found" +msgstr "" + +#: views.py:195 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +#: views.py:207 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 +msgid "model:" +msgstr "" + +#: views.py:222 views.py:254 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#: views.py:226 views.py:259 +#, python-format +msgid "all %s" +msgstr "" + +#: views.py:231 views.py:264 +#, python-format +msgid "number of %s" +msgstr "niver a %s" + +#: views.py:269 +#, python-format +msgid "Fields on %s objects" +msgstr "" + +#: views.py:361 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Degemer" + +#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 +#: templates/admin_doc/missing_docutils.html:7 +#: templates/admin_doc/model_detail.html:15 +#: templates/admin_doc/model_index.html:9 +#: templates/admin_doc/template_detail.html:7 +#: templates/admin_doc/template_filter_index.html:8 +#: templates/admin_doc/template_tag_index.html:8 +#: templates/admin_doc/view_detail.html:7 +#: templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Teuliadoù" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "Bookmarklets" +msgstr "Sinedoù" + +#: templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:15 +msgid "" +"\n" +"

To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

\n" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Documentation for this page" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:26 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:28 +msgid "Show object ID" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:29 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:31 +msgid "Edit this object (current window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:32 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:34 +msgid "Edit this object (new window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:35 +msgid "As above, but opens the admin page in a new window." +msgstr "" + +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 +msgid "Models" +msgstr "" + +#: templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "" + +#: templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "Siloù" + +#: templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "Tikedennoù" + +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 +msgid "Views" +msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boulean (gwir pe gaou)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Seurt maezienn : %(field_type)s" diff --git a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo index ffd475785f766ab2b735871562edcaa2bf8be20c..741269368aedcaaea28d767a3201c59749be16e9 100644 Binary files a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po index 6988ec5ff8d5af282b6c40e0be8b26dab13c8c14..692c877fcdd6b0b3f5c0d938fd61084db24fe173 100644 --- a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po @@ -6,75 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "pogled:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikacija %r nije pronađena" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "klase `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "svi povezani objekti %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "broj povezanih objekata %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Polja u povezanim objektima %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ne izgleda kao urlpattern objekat" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Početna" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s ne izgleda kao urlpattern objekat" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Početna" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarkleti" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarkleti dokumentacije" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "označeni kao „interni“ (pitajte administratora vašeg sistema ukoliko niste\n" "sigurni da li je vaš računar „interni“).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentacija za ovu stranicu" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Vodi od bilo koje stranice do dokumentacije za pogled koji generiše tu " "stranicu." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Prikaži ID objekta" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,42 +150,51 @@ msgstr "" "Prikazuje content-type i jedinstveni ID za stranicu koja predstavlja jedan " "objekat." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Izmjeni ovaj objekat (u ovom prozoru)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Vodi u administracioni stranicu za stranice koje prestavljaju jedan objekat" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Izmjeni ovaj objekat (novi prozor)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Isto kao prethodni, ali otvara administracionu stranicu u novom prozoru." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Bulova vrijednost (True ili False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo index b60afe14ee82b40640dca4ccb5cbf3f64356a258..a679e99b45ba4d08a78da50cc3c6f1d6e263258d 100644 Binary files a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po index 0503d0c60d6cb7ed084af42902f70bf70953d01d..0bd0aac36a17376d700ba38dea8e45d12512cd5c 100644 --- a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-29 23:55+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiqueta:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtre:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vista:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "No s'ha pogut trobar l'aplicació %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "El model %(model_name)r no s'ha trobat a l'aplicació %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "l'objecte relacionat `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "objectes relacionats `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "tots %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "nombre de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Camps en objectes %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s no sembla ser un objecte 'urlpattern'" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Inici" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s no sembla ser un objecte 'urlpattern'" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Inici" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentació" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "'Bookmarklets'" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "'Bookmarklets' de documentació" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,22 +127,22 @@ msgstr "" "amb el vostre administrador de sistemes si no esteu segurs si el vostre " "ordinador és \"intern\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentació d'aquesta pàgina" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Us porta des de qualsevol pàgina a la documentació de la vista que la genera." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostra l'ID de l'objecte" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,42 +150,51 @@ msgstr "" "Mostra el 'content-type' (tipus de contingut) i l'ID inequívoc de les " "pàgines que representen un únic objecte." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar aquest objecte (finestra actual)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "El porta a la pàgina d'administració de pàgines que representen un únic " "objecte." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar aquest objecte (nova finestra)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Com abans, però obre la pàgina d'administració en una nova finestra." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Models" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Plantilles" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtres" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etiquetes" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vistes" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booleà (Cert o Fals)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Camp del tipus: %(field_type)s" diff --git a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo index fc76f617f4af18c058dc0ee5b643e4032cc96d2d..a75c8e8da0e509151aece87c5802f484350926ec 100644 Binary files a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po index dbec0ee295b9b7f921bc0d3dde46d28699f79a05..504aa51bff5fa02049479f402b533ee4d51d5d8f 100644 --- a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtr:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "pohled (view):" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikace %r nenalezena" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r v aplikaci %(app_label)r nenalezen" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "související položka `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "související položky `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "Vše: %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "Počet: %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Pole položek typu %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "Objekt %s patrně není typu urlpattern." +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Domů" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "Objekt %s patrně není typu urlpattern." #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Domů" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentace" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklety" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentační bookmarklety" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "\"\"interní\" (promluvte si s vaším správcem, jestli si nejste jisti,\n" "zda je váš počítač \"interní\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentace k této stránce" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,52 +140,61 @@ msgstr "" "Z libovolné stránky otevře dokumentaci pohledu (view), který generoval tuto " "stránku." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Ukázat id položky" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Zobrazí content-type a unikátní ID stránek reprezentujících jedinou položku." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Upravit tuto položku (ve stávajícím okně)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Přepne do administračního rozhraní stránek reprezentujících jedinou položku." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Upravit tuto položku (v novém okně)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Jako výše, ale otevře prostředí správy v novém okně." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modely" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Šablony" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtry" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tagy" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Pravdivost (buď Ano (True), nebo Ne (False))" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" diff --git a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo index febe593046fbbce0da5925cc53f0fdc17c874e49..fa9a8a84891abcd66b470ebc4b48c2d95bb24495 100644 Binary files a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po index 10384c513862f4089fff6817ef69ba583bb52286..9a2ff0ce7412e87d700dd6c5df1cb6296450c9fb 100644 --- a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po @@ -6,74 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Adref" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +96,18 @@ msgstr "" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Adref" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dogfennaeth" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Dalennau gofnod" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dogfennaeth dalennau gofnod" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -117,21 +118,21 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dogfennaeth er mwyn y dudalen yma" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Dangos ID gwrthrych" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -139,42 +140,51 @@ msgstr "" "Yn dangos y fath-cynnwys a'r ID unigryw ar gyfer tudalennau sy'n " "cynrychioligwrthrych sengl." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Golygu'r gwrthrych yma (ffenestr cyfoes)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Yn neidio i'r dudalen weinyddiad ar gyfer tudalennau sy'n cynrychioli " "gwrthrych sengl." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Golygu'r gwrthrych yma (ffenestr newydd)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Fel uwchben, ond yn agor y dudalen weinyddiad mewn ffenestr newydd." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" diff --git a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo index 94bb1f3dd916f9be38dc3264e1015a4c83be4f86..2c42ace5e867b62c63555997f940959722803f45 100644 Binary files a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po index ae3c7ae6b4ced867c59ee36dc3a595e503607be1..9b1f37c2373183960a9ad5996a41306408cfcc0f 100644 --- a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Christian Joergensen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Applikationen %r blev ikke fundet" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modellen %(model_name)r ikke fundet i applikationen %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "det relaterede `%(app_label)s.%(data_type)s`-objekt" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "relaterede `%(app_label)s.%(object_name)s`-objekter" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "alle %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "antal %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Felter på %s-objekter" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ser ikke ud til at være et urlpattern-objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Hjem" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s ser ikke ud til at være et urlpattern-objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Hjem" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentation" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentations-bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,11 +125,11 @@ msgstr "" "en computer der opfattes som \"intern\" (tal med din systemadministrator,\n" "hvis du ikke er sikker på om din computer er \"intern\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentation for denne side" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -137,11 +137,11 @@ msgstr "" "Bringer dig fra en hvilken som helst side til dokumentationen for det view, " "der genererer den pågældende side." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Vis objekt-ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -149,42 +149,51 @@ msgstr "" "Viser indholdstypen og det unikke ID for sider, der repræsenterer et enkelt " "objekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Rediger dette objekt (i det aktuelle vindue)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Springer til administrationssiden for sider, der repræsenterer et enkelt " "objekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Rediger dette objekt (i nyt vindue)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Som ovenfor, men åbner administrationssiden i et nyt vindue." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeller" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Skabeloner" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtre" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Mærker" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Visninger" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolsk (enten True eller False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt af type: %(field_type)s" diff --git a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo index 00587c7c10f7185fccf96742ef58344f2c3d16d0..a2716f3f2599aad36bcd1ba6742118e454c6137e 100644 Binary files a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po index dcd551e68aa0457ebfa4d8b5a89c897ab7b52b23..df6cafd395dd075e3144e654ba5d8d341fed0ec6 100644 --- a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po @@ -1,79 +1,91 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Jannis Leidel , 2011, 2012. +# Jannis Leidel , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-14 06:39+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "Schlagwort:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "Filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "Ansicht:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Anwendung %r nicht gefunden" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modell %(model_name)r wurde nicht in Anwendung %(app_label)r gefunden" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "Das verknüpfte `%(app_label)s.%(data_type)s` Objekt" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "Modell:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "verknüpftes `%(app_label)s.%(object_name)s` Objekt" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "Alle %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "Anzahl von %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Felder am %s Objekt" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ist scheinbar kein urlpattern-Objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Start" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s ist scheinbar kein urlpattern-Objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Start" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentation" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentations-Bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,11 +127,11 @@ msgstr "" "Rechnern beschränkt. Falls nicht klar ist, ob ein Rechner als 'intern'\n" "bewertet wird, bitte den Administrator fragen.

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentation für diese Seite" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -139,11 +139,11 @@ msgstr "" "Springt von jeder Seite zu der Dokumentation für den View, der diese Seite " "erzeugt." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Objekt-ID anzeigen" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -151,43 +151,52 @@ msgstr "" "Zeigt den Content-Type und die eindeutige ID für Seiten, die ein einzelnes " "Objekt repräsentieren." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Dieses Objekt ändern (Aktives Fenster)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Springt zu der Administrationsseite für dieses Objekt, wenn diese Seite ein " "Objekt repräsentiert." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Dieses Objekt ändern (Neues Fenster)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Wie zuvor, aber öffnet die Administrationsseite in einem neuen Fenster." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Models" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filter" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolescher Wert (True oder False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Feldtyp: %(field_type)s" diff --git a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo index b95a114619ae7842c4e7682c632c8cc9f39cebe6..6624aba56b8d184d2f6939bc938af5c887d0dad5 100644 Binary files a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po index da6a1492851210a1c130e0d756cd052fbf7d36b6..b6eaf3bf202b2dde01de299d85fc6aec36981092 100644 --- a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po @@ -8,75 +8,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Yorgos Pagles \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ετικέτα:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "φίλτρο:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "προβολή:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Δε βρέθηκε η εφαρμογή %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" "Το μοντέλο %(model_name)r δεν μπορεί να βρεθεί στην εφαρμογή %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "το συσχετισμένο `%(app_label)s.%(data_type)s` αντικείμενο" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "μοντέλο:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "συσχετισμένα `%(app_label)s.%(object_name)s` αντικείμενα" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "όλα %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "πλήθος number of %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Πεδία στα αντικείμενα %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "Το %s δε φαίνεται να είναι ένα αντικείμενο urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Αρχική" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -86,30 +98,18 @@ msgstr "Το %s δε φαίνεται να είναι ένα αντικείμε #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Αρχική" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Τεκμηρίωση" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Σελιδοδείκτες" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Σελιδοδείκτες τεκμηρίωσης" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -130,11 +130,11 @@ msgstr "" "Απευθυνθείτε στον διαχειριστή σας αν δεν γνωρίζεται αν ο υπολογιστής σας " "θερείται \"εσωτερικός\".

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Τεκμηρίωση για αυτήν τη σελίδα" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -142,11 +142,11 @@ msgstr "" "Μεταπήδηση από οποιαδήποτε σελίδα στην τεκμηρίωση για το view που " "δημιούργησε τη σελίδα αυτή." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Εμφάνιση ID αντικειμένου" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -154,43 +154,52 @@ msgstr "" "Εμφάνιση του content-type και του μοναδικού αναγνωριστικού για τις σελίδες " "που αντιπροσωπεύουν ένα μοναδικό αντικείμενο." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Επεξεργασία αυτού του αντικειμένου (τρέχον παράθυρο)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Αν η σελίδα αναπαριστά ένα και μοναδικό αντικείμενο τότε οδηγεί στην " "αντίστοιχη σελίδα διαχείρισης." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Επεξεργασία αυτού του αντικειμένου (νέο παράθυρο)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Όπως και παραπάνω, αλλά άνοιγμα της σελίδας διαχείρισης σε νέο παράθυρο." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (Είτε Αληθές ή Ψευδές)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Είδος πεδίου: %(field_type)s" diff --git a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo index 4a5c340c0fe3183711cb98edb20a238e03e27633..6c452c73928a05bb454ce5baa0216390d4ec7235 100644 Binary files a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po index f58586f414d250fa38b38e81204de7702193f868..8fdb6564199e03d7451643600bb436240f7fc6e5 100644 --- a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po @@ -1,74 +1,77 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-22 09:28+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: views.py:58 views.py:60 views.py:62 msgid "tag:" -msgstr "" +msgstr "tag:" #: views.py:93 views.py:95 views.py:97 msgid "filter:" -msgstr "" +msgstr "filter:" #: views.py:156 views.py:158 views.py:160 msgid "view:" -msgstr "" +msgstr "view:" #: views.py:188 #, python-format msgid "App %r not found" -msgstr "" +msgstr "App %r not found" #: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "" +msgstr "Model %(model_name)r not found in app %(app_label)r" #: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "" +msgstr "the related `%(app_label)s.%(data_type)s` object" #: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 #: views.py:264 msgid "model:" -msgstr "" +msgstr "model:" #: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "" +msgstr "related `%(app_label)s.%(object_name)s` objects" #: views.py:226 views.py:259 #, python-format msgid "all %s" -msgstr "" +msgstr "all %s" #: views.py:231 views.py:264 #, python-format msgid "number of %s" -msgstr "" +msgstr "number of %s" #: views.py:269 #, python-format msgid "Fields on %s objects" -msgstr "" +msgstr "Fields on %s objects" #: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" -msgstr "" +msgstr "%s does not appear to be a urlpattern object" #: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 #: templates/admin_doc/missing_docutils.html:6 @@ -80,7 +83,7 @@ msgstr "" #: templates/admin_doc/view_detail.html:6 #: templates/admin_doc/view_index.html:7 msgid "Home" -msgstr "" +msgstr "Home" #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 @@ -92,15 +95,15 @@ msgstr "" #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 msgid "Documentation" -msgstr "" +msgstr "Documentation" #: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" -msgstr "" +msgstr "Bookmarklets" #: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" -msgstr "" +msgstr "Documentation bookmarklets" #: templates/admin_doc/bookmarklets.html:15 msgid "" @@ -112,70 +115,81 @@ msgid "" "as \"internal\" (talk to your system administrator if you aren't sure if\n" "your computer is \"internal\").

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

To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

\n" #: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" -msgstr "" +msgstr "Documentation for this page" #: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" +"Jumps you from any page to the documentation for the view that generates " +"that page." #: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" -msgstr "" +msgstr "Show object ID" #: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" +"Shows the content-type and unique ID for pages that represent a single " +"object." #: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" -msgstr "" +msgstr "Edit this object (current window)" #: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." -msgstr "" +msgstr "Jumps to the admin page for pages that represent a single object." #: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" -msgstr "" +msgstr "Edit this object (new window)" #: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." -msgstr "" +msgstr "As above, but opens the admin page in a new window." #: templates/admin_doc/model_detail.html:16 #: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "Models" #: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "Templates" #: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Filters" #: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "Tags" #: templates/admin_doc/view_detail.html:8 #: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Views" #: tests/__init__.py:23 msgid "Boolean (Either True or False)" -msgstr "" +msgstr "Boolean (Either True or False)" #: tests/__init__.py:33 #, python-format msgid "Field of type: %(field_type)s" -msgstr "" +msgstr "Field of type: %(field_type)s" diff --git a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo index 11b86c95b54b6eebde522142f32eda38635dfbb1..19090ba5459ac6d1e1d3aa393d8279c135c18515 100644 Binary files a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po index 62a267f2b1d848dc88e31720274fc28e45b80379..180b62a4a41baf1534518f78cfb5abb91318991b 100644 --- a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: jon_atkinson \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "App %r not found" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r not found in app %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "the related `%(app_label)s.%(data_type)s` object" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "related `%(app_label)s.%(object_name)s` objects" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "all %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "number of %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Fields on %s objects" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s does not appear to be a urlpattern object" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Home" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s does not appear to be a urlpattern object" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Home" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentation" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Documentation bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

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

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentation for this page" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -137,11 +137,11 @@ msgstr "" "Jumps you from any page to the documentation for the view that generates " "that page." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Show object ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -149,40 +149,49 @@ msgstr "" "Shows the content-type and unique ID for pages that represent a single " "object." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Edit this object (current window)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Jumps to the admin page for pages that represent a single object." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Edit this object (new window)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "As above, but opens the admin page in a new window." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Models" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filters" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" diff --git a/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo index 18f3fa63987b1c12c0515d87c5dcf84903a1d863..4b1d21c7df2884cbddd74ff707c6a940c2b87cab 100644 Binary files a/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po index b7fc215b6cba17ff2281c67021e0258d7e395d1c..35dcced549d759fa7562332674b2b6e70ed667bf 100644 --- a/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po @@ -5,74 +5,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etikedo:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vido:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikaĵo %r netrovita" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modelo %(model_name)r netrovita en aplikaĵo %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "la rilatita `%(app_label)s.%(data_type)s` objekto" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelo:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "rilatitaj `%(app_label)s.%(object_name)s` objektoj" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ĉiuj %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "nombro da %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Kampoj en %s objektoj" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ne ŝajnas esti URLmotiva objekto" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Ĉefpaĝo" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -82,30 +94,18 @@ msgstr "%s ne ŝajnas esti URLmotiva objekto" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Ĉefpaĝo" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentaro" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Legosignetoj" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentaraj legosignetoj" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,22 +125,22 @@ msgstr "" "ke\n" "via komputilo estas \"interna\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentaro por tiu paĝo" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Sendas vin el ajna paĝo, al la dokumentado de la vido kiu generis tiun paĝon." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Montri objektan identigilon" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -148,40 +148,49 @@ msgstr "" "Montri la enhavan tipon kaj unikan identigilon por paĝoj kiu reprezentas " "ununuran objekton." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Redakti tiun objekton (nuna fenestro)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Forsendas al la administradan paĝon kiu reprezentas ununuran objekton." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Redakti tiun objekton (nova fenestro)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Kiel supre, sed montras la administradan paĝon en nova fenestro." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeloj" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Ŝablonoj" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtriloj" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etikedoj" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vidoj" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Bulea (Vera aŭ Malvera)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Tipo de kampo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo index 694734e2c11bc85e9dfd1e186be6e8eec2a2401c..7860a448c8cee07f65d3bae62ec11d728cd03027 100644 Binary files a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po index 699230210f2dc6c9d76c71c6aee0e9b7385941b1..a2df3c2668fd6c147bb9a2ea351ab183aaf4f824 100644 --- a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-14 19:06+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Dimitris Glezos \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiqueta:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vista:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplicación %r no encontrada" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" "El modelo %(model_name)r no se ha encontrado en la aplicación %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "el objeto relacionado `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelo:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "los objetos relacionados `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "todo %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "número de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campos en %s objetos" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s no parece ser un objeto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Inicio" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s no parece ser un objeto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Inicio" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentación" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklets de documentación" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,22 +127,22 @@ msgstr "" "el sitio desde un ordenador señalado como \"interno\" (hable\n" "con su administrador de sistemas si no está seguro si el suyo lo es).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentación para esta página" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Lleva desde cualquier página a la documentación de la vista que la genera." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostrar ID de objeto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,43 +150,52 @@ msgstr "" "Muestra el tipo de contenido e ID único de las páginas que representan un " "simple objeto." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar este objeto (ventana actual)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Lleva a la página de administración de páginas que representan un único " "objeto." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar este objeto (nueva ventana)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Como antes, pero abre la página de administración en una nueva ventana." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modelos" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Plantillas" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtros" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etiquetas" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vistas" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo index fd466d4ccdaf584704614204d8d0922436d0ed64..0ab3617ad32b1a7a1c1b528fe28372337c0163e1 100644 Binary files a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po index 12f9b222fdddf8b907a52eff626193ef535a8b29..a3add66be3fec58019b8561c8457c27e0101c789 100644 --- a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-16 01:43+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiqueta:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtrar:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ver:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplicación %r no encontrada" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modelo %(model_name)r no encontrado en aplicación %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "el objeto `%(app_label)s.%(data_type)s` relacionado" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelo:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "objetos `%(app_label)s.%(object_name)s` relacionados" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "todos los %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "número de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campos en objetos %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s no parece ser un objeto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Inicio" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s no parece ser un objeto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Inicio" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentación" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklets de documentación" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,22 +127,22 @@ msgstr "" "con su administrador de sistemas si no está seguro de si el suyo lo es).\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentación de esta página" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Le lleva desde cualquier página a la documentación de la vista que la genera." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostrar ID de objeto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,42 +150,51 @@ msgstr "" "Muestra el tipo de contenido e ID unívoco de las páginas que representan un " "único objeto." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar este objeto (ventana actual)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Le lleva a la página de administración de páginas que representan un único " "objeto." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar este objeto (nueva ventana)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Ídem, pero abre la página de administración en una nueva ventana." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modelos" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Plantillas" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtros" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etiquetas" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vistas" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo index 6ca11c0417432741b428b2bd8c9756ccb4f0e2ca..547f1d10effa823b433d2098913e4e49a2e8df72 100644 Binary files a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po index 61fc8ec4c7b086ddea1754dd95064273577b2ad5..92e34a3a22fbe46b7e1f4bfcaf9f55da4633cee0 100644 --- a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-06 19:32+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiqueta:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ver:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplicación %r no encontrada" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modelo %(model_name)r no encontrado en aplicación %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "el objeto `%(app_label)s.%(data_type)s` relacionado" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelo:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "objetos `%(app_label)s.%(object_name)s` relacionados" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "todos los %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "número de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campos en objetos %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s no parece ser un objeto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Inicio" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s no parece ser un objeto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Inicio" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentación" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklets de documentación" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,22 +125,22 @@ msgstr "" "esté viendo el sitio desde un equipo señalado como \"interno\" (hable con su " "administrador de sistemas si no está seguro de si el suyo lo es).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentación de esta página" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Le lleva desde cualquier página a la documentación de la vista que la genera." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostrar ID de objeto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -148,43 +148,52 @@ msgstr "" "Muestra el tipo de contenido e ID único de las páginas que representan un " "único objeto." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar este objeto (ventana actual)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Le lleva a la página de administración de páginas que representan un único " "objeto." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar este objeto (nueva ventana)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Como el anterior, pero abre la página de administración en una ventana nueva" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modelos" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Plantillas" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtros" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etiquetas" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vistas" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (Verdadero o Falso)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo index 4d66bc126a6f33588dc4e4a52daca951f125b670..eb5691c65af056f74920c293d577d7f2bda4de8f 100644 Binary files a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po index 74f7220e985b4c5bf48c9fe2a2e2f2a2f4f0db4e..8e11ff0b4e3a491f14ec1e0ed350056ec608ee8c 100644 --- a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "lipik:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtreeri:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vaade:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Rakendust %r ei leitud" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Mudelit %(model_name)r ei leitud rakendusest %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "seotud `%(app_label)s.%(data_type)s` objekt" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "mudel:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "seotud `%(app_label)s.%(object_name)s` objektid" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "kõik %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s arv" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Objekti %s väljad" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ei tundu olevat urlpattern objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Kodu" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s ei tundu olevat urlpattern objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Kodu" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentatsioon" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Järjehoidjandid" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentatsiooni järjehoidjandid" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "(konsulteerige süsteemiadministraatoriga, kui te ei tea, mida tähendab " "\"sisemine\")

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Selle lehekülje dokumentatsioon" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Suunab teid suvalisel lehel asudes selle vaate dokumentatsioonile, mis antud " "lehe genereerib." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Näita objekti ID-d" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,41 +150,50 @@ msgstr "" "Näitab sisutüüpi ning unikaalset ID'd lehtedel, mis esitavad mingit kindlat " "objekti." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Muuda seda objekti (samas aknas)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Suunab administreeimislehele lehtedelt, mis esitavad mingit kindlat objekti." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Muuda seda objekti (uues aknas)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Sama, mis üleval, kuid avab admin. lehe uues aknas." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Tõeväärtus (Kas tõene või väär)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lahter tüüpi: %(field_type)s" diff --git a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo index b364234cb54073b37debbbfcb11f7d81d9d7a087..2ba1272c37c443c45c00aa747e5a287284c8b6c2 100644 Binary files a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po index a998b920ddb6dba0d394fda01224dd56c260b465..b4fee92a0089593df2438a2bae7fcb0c89203c88 100644 --- a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 18:30+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiketa:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtroa:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "bista:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r aplikazio ez da aurkitu" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(model_name)r modeloa ez da aurkitu %(app_label)r aplikazioan" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "erlazionatutako `%(app_label)s.%(data_type)s` objektua" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modeloa:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "erlazionatutako `%(app_label)s.%(object_name)s` objektuak" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "%s dena" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s zenbakia" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s objetuaren eremuak" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ez dirudi url heredu objetua" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Hasiera" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s ez dirudi url heredu objetua" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Hasiera" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentazioa" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Markadoreak" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentazio markadoreak" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,22 +126,22 @@ msgstr "" "argitzeko)\n" ".

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Web orri honen dokumentazioa" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Edozein orritik, orria sortzen duen bistaren dokumentaziora eramango zaitu." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Objetuaren ID erakutsi" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -149,40 +149,49 @@ msgstr "" "Objetu bakarra erakusten duten orrietan, eduki mota (content-type) eta " "orriaren ID bakarra erakutsi, ." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Objetu hau aldatu ( leiho honetan)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Objetu bakarra erakusten orrietan, adminiztrazio gunera joan." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Objetu hau aldatu (leiho berrian)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Goian bezala, baina kudeaketa guena leiho berri batean irekiko da." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Ereduak" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Txantiloiak" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Iragazkiak" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etiketak" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Bistak" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolearra (egia ala gezurra)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Eremuaren mota: %(field_type)s" diff --git a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo index 1f98f3c0b3f3ec64df1981a3ff074086912f538e..f87f57ab176ada0448c5b6319c0b4e86488f6189 100644 Binary files a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po index 251671242bd175ccce370637484004c4c867ce07..f89e41ad9adf2e63e75c221ae835b5af6c88408b 100644 --- a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po @@ -1,80 +1,92 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Nikneshan , 2011. +# Ali Nikneshan , 2011, 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Ali Nikneshan \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "برچسب:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "فیلتر" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "نمایش:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "برنامهٔ %r یافت نشد" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "مدل %(model_name)r در برنامهٔ %(app_label)r یافت نشد" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "شیء «%(app_label)s.%(data_type)s» مرتبط" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "مدل:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "اشیاء «%(app_label)s.%(object_name)s» مرتبط" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "همهٔ %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "تعداد %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "فیلدهای شیء %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "به نظر نمی رسد %s یک شیء از نوع urlpattern باشد" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "آغازه" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "به نظر نمی رسد %s یک شیء از نوع urlpattern باشد #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "آغازه" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "مستندات" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklet ها" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "مستندات bookmarklet ها" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

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

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

برای نصب بوکمارکلت ها لینک را روی بوکمارک تولبار خود " +"بکشید\n" +" و یا روی لینک کلیک راست کنید و add را انتخاب نمایید. اکنون شما می توانیدو " +"بوکمارکلت را از هر صحفه ای در سایت انتخاب نمایید.\n" +" توجه داشته باشید بعضی از این بوکمارکلت ها لازم است از کامپیوتری که داخلی " +"تعریف شده دیده شوند. (اگر مطمئن نیستید با مدیر شبکه خود در این باره صحبت " +"کنید.)

\n" +"\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "مستندات این صفحه" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "شما را از هر صفحه‌ای که باشید به مستندات نمایی که صفحه را ایجاد کرده می‌برد" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "نمایش مشخصهٔ شیء" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "نمایش محتوا و مشخصهٔ منحصر به فرد برای صفحاتی که یک شیء را نمایش می‌دهند." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "ویرایش این شیء (پنجرهٔ کنونی)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "پرش به صفحهٔ مدیر برای صفحاتی که یک شیء را نمایش می‌دهند." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "ویرایش این شیء (پنجرهٔ جدید)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "مانند بالا، اما صفحهٔ مدیر را در پنجرهٔ جدیدی باز می‌کند." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "مدل ها" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "قالب ها" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "فیلترها" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "تگ ها" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "نمایش ها" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "بولی (درست یا غلط)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "فیلد با نوع: %(field_type)s" diff --git a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo index ebdbf8a2c0bd8c091df33e2e92e4a87f783b9191..66526ef29454f160906ff1c84fd97adf7053db76 100644 Binary files a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po index ec981f54d46f127435fabefdac1453d06361f06f..a5cdc5acb90ea113fed59df884cddef90cf3433d 100644 --- a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tagi:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "suodatin:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "näkymä:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Sovellusta %r ei löydy" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Sovelluksesta %(app_label)r ei löydy mallia %(model_name)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "tähän liittyvä `%(app_label)s.%(data_type)s`-kohde" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "malli:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "tähän liittyvät `%(app_label)s.%(object_name)s`-kohteet" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "kaikki %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s-kohteiden lukumäärä" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s-kohteiden kentät" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ei näytä olevan urlpattern-olio" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Etusivu" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s ei näytä olevan urlpattern-olio" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Etusivu" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Ohjeita" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Kirjanmerkkiset" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Ohjeiden kirjanmerkkiset" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,21 +125,21 @@ msgstr "" "\" määritellyltä tietokoneelta (kysy lisätietoja verkkonne ylläpitäjältä).\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Tämän sivun ohjeita" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "Näyttää ohjeet, jotka koskevat ko. sivun luonutta näkymää." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Näytä kohteen tunniste" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -147,41 +147,50 @@ msgstr "" "Näyttää yksittäistä kohdetta vastaavilla sivuilla kohteen tyypin ja " "tunnisteen." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Muokkaa tätä kohdetta (tässä ikkunassa)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Siirtyy yksittäistä kohdetta vastaavalta sivulta kohteen ylläpitosivulle." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Muokkaa tätä kohdetta (uudessa ikkunassa)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Kuten yllä, mutta avaa ylläpitosivun uuteen ikkunaan." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Totuusarvo: joko tosi (True) tai epätosi (False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Kenttä tyyppiä: %(field_type)s" diff --git a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo index 62f988ea2cfe4f7569fc3137ad4054468353ceab..c6200491da0a14acb14c55860b0258a8cb4dc9f5 100644 Binary files a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po index 87418918af31d349059ae55c0accd90615f165d8..d7276cbedadc9da87dbca66cf905a11260ff4e5c 100644 --- a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po @@ -1,81 +1,93 @@ # This file is distributed under the same license as the Django package. # # Translators: -# , 2011. +# , 2011-2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "mot-clé :" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtre :" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vue :" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "L'application %r n'a pas été trouvée" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" "Le modèle %(model_name)r n'a pas été trouvé dans l'application %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "l'objet « %(app_label)s.%(data_type)s » en relation" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modèle :" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "les objets « %(app_label)s.%(object_name)s » en relation" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "tous les %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "nombre de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Champs sur les objets %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ne semble pas être un objet urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Accueil" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s ne semble pas être un objet urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Accueil" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentation" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Signets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Documentation des signets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "administrateur\n" "système si vous n'êtes pas sûr que votre ordinateur le soit).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentation pour cette page" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Vous envoie de n'importe quelle page vers la documentation de la vue qui a " "généré cette page." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Afficher l'identifiant de l'objet" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,42 +152,51 @@ msgstr "" "Affiche le content-type et l'identifiant unique pour les pages qui " "représentent un objet unique." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Modifier cet objet (fenêtre actuelle)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Renvoie à la page d'administration qui représente un objet seul." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Modifier cet objet (nouvelle fenêtre)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Comme ci-dessus, mais ouvre la page d'administration dans une nouvelle " "fenêtre." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modèles" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtres" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Étiquettes" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vues" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booléen (True ou False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Champ de type : %(field_type)s" diff --git a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo index 8079c9b30b08b854399bf036bb395f0d1d8baa49..1ccc4ebdcf79a5ce4570b1a88e7f5f13f0e264a0 100644 Binary files a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po index 4560c6dfc454220f0179aa5aeaebb72aec61341a..c99cbe676f8a50b3e093bccc161a691aa3432a4f 100644 --- a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-16 12:08+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "clib:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "scag:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "radharc:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Ní bhfuarthas feidhmchlár %r " -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Ní bhfuarthas samhail %(model_name)r i bhfeidhmclár %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "An oibiacht gaolmhara `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "samhail:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "Oibiachtí gaolmhara `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "gach %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "líon %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Réimse ar oibiachtí %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "Feiceann sé nach bhfuil %s oibiacht urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Baile" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "Feiceann sé nach bhfuil %s oibiacht urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Baile" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Doiciméadúchán" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Leabharmharcín" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Leabharmharcín doiciméadúchán" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "ar an suíomh ó ríomhaire inmheánach\n" "(leabhar le do riarthóir córais muna bhfuil tú cinnte).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Doiciméadúchán le hadhaigh an leathanach seo" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Tógann se tusa ón aon leathanach go dtí an doiciméadúchán le hadhaigh an " "radharc a rinne an leathanach." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Taispéain oibiacht ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,42 +152,51 @@ msgstr "" "Taispéain an content-type agus ID uathúil le leathanaigh le hadhaigh " "oibiacht amháin." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Cuir in eagar an oibiacht seo (fuinneog láthair)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Léimeann go dtí an leathanach riaracháin le leathainaigh le hadhaigh " "oibiacht amháin." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Cuir in eagar an oibiacht seo (fuinneog nua)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Mar thuas, ach osclaíonn sé an leathanach riarachán if fuinneog nua" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Samhla" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Teimpléid" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Scagairí" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Clibeanna" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Radharcanna" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boole" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Réimse de Cineál: %(field_type)s" diff --git a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo index a6b2a2aee6927b9c492f1850c6a25dfbd718f450..4d1094ad19b4fba1a7d61cf47ef2f7e664b1e425 100644 Binary files a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po index 647db9229369ed9f2c015f1f95f0f7aa8d6b5788..a54e6b097644b1ba7e8f12290080405bc4f3bda7 100644 --- a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po @@ -2,79 +2,92 @@ # # Translators: # fonso , 2011. +# , 2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2013-01-07 11:32+0000\n" "Last-Translator: fonso \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiqueta:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vista:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Non se atopou a aplicación %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "O modelo %(model_name)r non se atopou na aplicación %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "o obxecto relacionado `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelo:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "os obxectos relacionados `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "todos os %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "número de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campos dos obxectos %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s non semella ser un obxecto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Inicio" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +97,18 @@ msgstr "%s non semella ser un obxecto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Inicio" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentación" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklets de documentación" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,21 +127,21 @@ msgstr "" "designado coma \"interno\" (fale co administrador do sistema se\n" "non está seguro de que o seu ordenador é \"interno\" .

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentación para esta páxina" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "Salta á documentación para a vista que xera a páxina." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Amosar ID do obxecto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -148,42 +149,51 @@ msgstr "" "Amosa o tipo de contido e a ID única para páxinas que representan un obxecto " "determinado." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar este obxecto (nesta fiestra)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Salta á páxina de administración para páxina que representan un obxecto " "determinado." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar este obxecto (nunha nova fiestra)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Como enriba, pero abre a páxina de administración nunha nova fiestra." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "Modelos" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "Patróns" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Filtros" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "Etiquetas" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Vistas" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Valor booleano (verdadeiro ou falso)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo index 43a8b7f46ab1be515205b04671e2e892286a0921..0e4f9ccd0e239ce0c75baf30454f3ed3fde496cc 100644 Binary files a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po index 041a86dd494e9b584410eedf29050645af465c34..e50cbebfc2664f97f0dc44cfb27e4e94f2a6c45a 100644 --- a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po @@ -2,78 +2,91 @@ # # Translators: # Jannis Leidel , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "תג:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "סינון:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ה־view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "יישום %r לא נמצא" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "מודל %(model_name)r לא נמצא ביישום %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "אוביקטי `%(app_label)s.%(data_type)s` קשורים" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "מודל:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "אובייקטי `%(app_label)s.%(object_name)s` קשורים" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "כל %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "מספר %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "שדות באובייקטי %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "לא נראה ש-%s הוא אובייקט urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "דף הבית" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +96,18 @@ msgstr "לא נראה ש-%s הוא אובייקט urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "דף הבית" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "תיעוד" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "ייסומניות" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "ייסומוניות תיעוד" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -124,60 +125,69 @@ msgstr "" "כ\"פנימי\" (יש לדבר עם מנהל המערכת שלך אם אינך בטוח/ה\n" "שהמחשב מסווג ככזה).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "תיעוד לדף זה" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "מקפיץ אותך מכל עמוד לתיעוד התצוגה שייצרה אותו." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "הצג מזהה אובייקט" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "מציג את סוג התוכן והמזהה הייחודי לעמודים המייצגים אובייקט בודד." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "עריכת אובייקט זה (בחלון הנוכחי)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "קופץ לעמוד הניהול לעמודים אשר מייצגים אובייקטים בודד." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "עריכת אובייקט זה (בחלון חדש)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "כנ\"ל, אך דף הניהול ייפתח בחלון חדש." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "מודלים" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "תבניות" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Filters" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "תגים" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "בוליאני (אמת או שקר)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "שדה מסוג: %(field_type)s" diff --git a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo index e6da25a44d2cf8a06f5942226501bbdfca2ca9b0..200d8a34964f3e9a889d79a56cf8ae446485cbcc 100644 Binary files a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po index 2092a5d23b386bff4c8c42f552d241cc2d672327..49f7864cec216617f4eac772922d08fa3e89165f 100644 --- a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-04 14:36+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "टैग:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "छन्नी:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "दृष्टि:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r अनुप्रयोग लापता है" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(model_name)r मॉडल %(app_label)r अनुप्रयोग में लापता है" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "`%(app_label)s.%(data_type)s` संबंधित वस्तु" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "मॉडल :" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "`%(app_label)s.%(object_name)s` संबंधित वस्तु" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "सभी %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s संख्या" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s वस्तु पर क्षेत्र" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s सही यू.आऱ.एल प्रतिरूप वस्तु नहीं है" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "गृह" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s सही यू.आऱ.एल प्रतिरूप वस् #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "गृह" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "दस्तावेज़ीकरण" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "बुकमार्कलेट्स" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "प्रलेखन बुकमार्कलेट्स" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,21 +126,21 @@ msgstr "" "कि आपका कंप्यूटर \"आंतरिक\" है) रूप में निर्दिष्ट कंप्यूटर से\n" "साइट को देखना चाहते है.

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "इस पृष्ठ की प्रलेखन" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "दृश्य जो उस पृष्ठ को उत्पन्न करता है के प्रलेखन के लिए किसी भी पृष्ठ पर जा सकते है." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "वस्तु आइ.डी दिखाओ" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -148,40 +148,49 @@ msgstr "" "पृष्ठों के लिए सामग्री प्रकार और अनोखी आईडी जो एक एकल वस्तु का प्रतिनिधित्व करते हैं को " "दर्शाते है." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "इस वस्तु को संपादन करें (इस खिडकी में)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "पृष्ठों के लिए एडमिन प्रष्ट जो एक एकल वस्तु का प्रतिनिधित्व करते हैं से जाये. " -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "इस वस्तु को संपादन करें (नये खिडकी में)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "जैसा कि ऊपर में,लेकिन एक नई विंडों में एडमिन पृष्ठ को खोलता है." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "मॉडल" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "प्रारूप" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "फ़िल्टर्स" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "टैग्स" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "दृश्य" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "बूलियन (सही अथ‌वा गलत)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "फील्ड के प्रकार: %(field_type)s" diff --git a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo index 5803808c0ea04bdc81c6ef1f21a7544f07a5684c..5d191f19747b9b8babd17812168d59b1bf9e5af4 100644 Binary files a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po index 8778b8293e6eac3e0937da44e38a837d4b781398..187672f2d7ea921caa265bd1824c1cd72777ddcc 100644 --- a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po @@ -1,80 +1,93 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: aljosa \n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "prikaz:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikacija %r nije pronađena" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "povezani `%(app_label)s.%(data_type)s` objekt" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "povezani `%(app_label)s.%(object_name)s` objekti" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "svi %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "broj %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Polja na %s objektima" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "izgleda da %s nije urlpattern objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Početna" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +97,18 @@ msgstr "izgleda da %s nije urlpattern objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Početna" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentacija bookmarklets-a" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +129,11 @@ msgstr "" "sigurni\n" "je li vaše računalo \"internal\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentacija za ovu stranicu" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +141,11 @@ msgstr "" "Preusmjeri te sa bilo koje stranice na dokumentaciju za taj prikaz (view) " "koji generira stranicu." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Prikaži ID objekta" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,42 +153,51 @@ msgstr "" "Prikazuje tip sadržaja (content-type) i jedinstveni ID za stranice koje " "predstavljaju pojedinačan objekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Uredi objekt (u trenutnom prozoru)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Preusmjeri na admin stranicu za stranice koje predstavljaju pojedinačan " "objekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Uredi objekt (u novom prozoru)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Isto kao prethodno, ali otvara admin stranicu u novom prozoru." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "Modeli" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "Predlošci" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Filteri" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "Tagovi" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (True ili False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" diff --git a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo index 17d1f9309aa1e00e0c10659a8baf186ff0d4db57..f1cc10dbf2aa7b9e4f56be68d0adbd9556797ad0 100644 Binary files a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po index 7b4c1ae55dec388ae433d5d3200f45a9de79612c..e9388c71be9ada2d5e5190720fdaeaa66c9ec0f6 100644 --- a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-19 19:31+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Attila Nagy <>\n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "címke:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "szűrő:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "nézet:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r alkalmazás nem található" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" "%(model_name)r modell nem található a következő alkalmazásban: %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "a kapcsolódó '%(app_label)s.%(data_type)s' objektum" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modell:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "kapcsolódó '%(app_label)s.%(object_name)s' objektumok" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "minden %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s mennyisége" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Mezők %s objektumokban" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s nem tűnik egy urlpattern objektumnak." +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Kezdőlap" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s nem tűnik egy urlpattern objektumnak." #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Kezdőlap" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentáció" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Könyvjelzők" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentum könyvjelzők" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "könyvjelzők között néhány oldal csak \"belső\" gépekről nézhető meg.\n" "(Kérdezze meg rendszergazdáját, hogy az Ön gépe \"belső\" gép-e.).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Az oldal dokumentációja" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Bármely oldalról annak a nézetnek a dokumentációjára ugrik, amely a kérdéses " "oldalt generálta." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Az objektum ID mutatása" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,40 +150,49 @@ msgstr "" "Az objektum által reprezentált oldalak 'content-type' és 'unique ID' " "értékeit mutatja." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Objektum szerkesztése (aktuális ablakban)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Az objektumhoz tartozó oldalak adminisztrációjához ugrik." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Objektum szerkesztése (új ablakban)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Mint fentebb, de az adminisztrációs oldalt új ablakban nyitja meg." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modellek" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Sablonok" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Szűrők" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Címkék" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Nézetek" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Logikai (True vagy False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Mezőtípus: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c5d141e6696b441cdb0c26c872ade6b7d646b963 Binary files /dev/null and b/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..52894bfa3f997263a3084aaae9762ef1545f5f81 --- /dev/null +++ b/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,198 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: views.py:58 views.py:60 views.py:62 +msgid "tag:" +msgstr "etiquetta:" + +#: views.py:93 views.py:95 views.py:97 +msgid "filter:" +msgstr "filtro:" + +#: views.py:156 views.py:158 views.py:160 +msgid "view:" +msgstr "visualisation:" + +#: views.py:188 +#, python-format +msgid "App %r not found" +msgstr "Application %r non trovate" + +#: views.py:195 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "Modello %(model_name)r non trovate in application %(app_label)r" + +#: views.py:207 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "le objecto `%(app_label)s.%(data_type)s` connexe" + +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 +msgid "model:" +msgstr "modello:" + +#: views.py:222 views.py:254 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "objectos `%(app_label)s.%(object_name)s` connexe" + +#: views.py:226 views.py:259 +#, python-format +msgid "all %s" +msgstr "tote le %s" + +#: views.py:231 views.py:264 +#, python-format +msgid "number of %s" +msgstr "numero de %s" + +#: views.py:269 +#, python-format +msgid "Fields on %s objects" +msgstr "Campos sur %s objectos" + +#: views.py:361 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s non pare esser un objecto urlpattern" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Initio" + +#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 +#: templates/admin_doc/missing_docutils.html:7 +#: templates/admin_doc/model_detail.html:15 +#: templates/admin_doc/model_index.html:9 +#: templates/admin_doc/template_detail.html:7 +#: templates/admin_doc/template_filter_index.html:8 +#: templates/admin_doc/template_tag_index.html:8 +#: templates/admin_doc/view_detail.html:7 +#: templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "Documentation" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "Bookmarklets" +msgstr "Bookmarklets" + +#: templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "Documentation bookmarklets" + +#: templates/admin_doc/bookmarklets.html:15 +msgid "" +"\n" +"

To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

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

Pro installar bookmarklets, trahe le ligamine a tu barra " +"de marcapaginas, o clicca sur le ligamine con le button dextre e adde lo a " +"vostre marcapaginas. Ora vos pote seliger le bookmarklet ab omne pagina in " +"le sito. Nota que alcunes de iste bookmarklets necessita visualisar le sito " +"ab un computer destinate a esser \"interne\" (contacta vostre administrator " +"de systema si vos non es secur si vostre computator es \"interne\").

\n" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Documentation for this page" +msgstr "Documentation pro iste pagina" + +#: templates/admin_doc/bookmarklets.html:26 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" +"Transporta vos ab omne pagina al documentation pro le visualisation que " +"genera ille pagina." + +#: templates/admin_doc/bookmarklets.html:28 +msgid "Show object ID" +msgstr "Monstrar le ID del objecto" + +#: templates/admin_doc/bookmarklets.html:29 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" +"Monstrar le typo de contento e le ID unic pro paginas que representa un sol " +"objecto." + +#: templates/admin_doc/bookmarklets.html:31 +msgid "Edit this object (current window)" +msgstr "Modificar iste objecto (fenestra actual)" + +#: templates/admin_doc/bookmarklets.html:32 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" +"Transporta vos al pagina administrative pro le paginas que representa un sol " +"objecto." + +#: templates/admin_doc/bookmarklets.html:34 +msgid "Edit this object (new window)" +msgstr "Modificar iste objecto (nove fenestra)" + +#: templates/admin_doc/bookmarklets.html:35 +msgid "As above, but opens the admin page in a new window." +msgstr "Idem, ma aperi le pagina administrative in un nove fenestra." + +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 +msgid "Models" +msgstr "Modellos" + +#: templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "Patronos" + +#: templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "Filtros" + +#: templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "Etiquettas" + +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 +msgid "Views" +msgstr "Visualisationes" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booleano (ver o false)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de typo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo index d2a8e637b2c5a2cdaec89c73214b89d7ef445844..588078ab7f6cc8f6301011050a87f99efce66213 100644 Binary files a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po index a72b2da6d7d71c641fc3a3d850bdadd2b7b1fc37..cabca062ce0da80d33193e3bc3c2f11d02f2a197 100644 --- a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po @@ -8,74 +8,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-06 20:02+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikasi %r tidak ditemukan" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r tidak ditemukan di aplikasi %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "objek `%(app_label)s.%(data_type)s` yang terkait" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "obyek `%(app_label)s.%(object_name)s` yang terkait" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "semua %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "jumlah %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Bidang dalam objek %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s bukan berupa objek urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Beranda" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s bukan berupa objek urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Beranda" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentasi" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklet" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklet dokumentasi" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,11 +127,11 @@ msgstr "" "sistem Anda apabila tidak yakin apakah komputer Anda termasuk komputer\n" "\"internal\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentasi untuk laman ini" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -139,11 +139,11 @@ msgstr "" "Buka dari laman apa saja ke laman dokumentasi untuk view yang menghasilkan " "laman tersebut." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Tampilkan ID objek" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -151,40 +151,49 @@ msgstr "" "Tampilkan tipe-konten dan ID unik untuk laman yang mewakili sebuah objek " "tunggal." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Edit objek ini (pada jendela ini)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Buka laman admin pada laman yang mewakili sebuah objek tunggal." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Edit objek ini (pada jendela baru)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Sama seperti di atas, tetapi laman halaman admin di jendela baru." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Model" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templat" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filter" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tag" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "View" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (nilai True atau False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Jenis bidang: %(field_type)s" diff --git a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo index fb05a0311de6e6dd32184c3176aed71159089970..b43af366d16222e1795abeea77695aed027bb4c9 100644 Binary files a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po index 9cbe644ce02c2d5e266f5cf9058cbf06eb900b25..b1ebdc768ef0891c028c45b93fae100d7a245b57 100644 --- a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-19 14:46+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "merki:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "sía:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "skoða:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Forrit %r fannst ekki" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Líkanið %(model_name)r finnst ekki í forritinu %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "tengdi `%(app_label)s.%(data_type)s` hluturinn" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "líkan:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "tengdir `%(app_label)s.%(object_name)s` hlutir" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "allt %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "fjöldi af %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Svæði í %s hlutnum" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s virðist ekki vera urlpattern hlutur" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Heim" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s virðist ekki vera urlpattern hlutur" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Heim" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Skjölun" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bókamerklar" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Skjölunarbókamerklar" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -129,11 +129,11 @@ msgstr "" "skráð sem \"internal\" (hafðu samband við kerfisstjórann ef þú ert óviss " "hvort tölvan þín er \"internal\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Skjölun þessarar síðu" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -141,52 +141,61 @@ msgstr "" "Sendir þig af hvaða síðu sem er á skjölun þess framsetningarlags sem myndar " "hana." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Sýna kenni hlutar" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "Sýnir efnistag og sérkenni síða sem gefa tiltekna mynd af stökum hlut." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Breyta þessum hlut (í þessum glugga)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Stekkur á stjórnunarsíðuna fyrir þær síður sem gefa tiltekna mynd af stökum " "hlut." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Breyta þessum hlut (nýr gluggi)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Eins og að ofan en opnar stjórnunarsíðuna í nýjum glugga." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Módel" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Sniðmát" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Síur" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tögg" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Ásýndir" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boole-gildi (True eða False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Reitur af gerð: %(field_type)s" diff --git a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo index 11a8b96e2597bf34e09215ea62a7a3bf3d449f35..290548b06a5bca1557e87e8c5e3bbb12a0a80902 100644 Binary files a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po index 6b2d6e0fa2710cac7f1c4035ffe82021c83fe315..6a7bc556fcfc3cf2fa9f02a8a64e42b579f6cb7f 100644 --- a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po @@ -2,79 +2,91 @@ # # Translators: # Jannis Leidel , 2011. -# Nicola Larosa , 2011. +# Nicola Larosa , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Appl. %r non trovata" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modello %(model_name)r non trovato nell'appl. %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "l'oggetto `%(app_label)s.%(data_type)s` collegato" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modello:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "oggetti `%(app_label)s.%(object_name)s` collegati" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "tutti %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "numero di %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campi sugli oggetti %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s non sembra essere un oggetto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Pagina iniziale" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s non sembra essere un oggetto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Pagina iniziale" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentazione" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklet" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bookmarklet alla documentazione" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "computer designato come \"interno\" (chiedi al tuo amministratore di \n" "sistema se non sei sicuro che il tuo computer sia \"interno\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentazione per questa pagina" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Porta da qualsiasi pagina alla documentazione della view che genera quella " "pagina." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostra l'ID dell'oggetto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,43 +152,52 @@ msgstr "" "Mostra il content-type e l'ID univoco di pagine che rappresentano un singolo " "oggetto." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Modifica quest'oggetto (nella finestra attuale)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Porta alla pagina amministrativa di pagine che rappresentano un singolo " "oggetto." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Modifica quest'oggetto (in una nuova finestra)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Come sopra, ma apre la pagina di amministrazione in una nuova finestra." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modelli" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Template" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtri" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tag" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "View" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booleano (True o False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo di tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo index 03f064501977fdf0902e2a89172c8a294b0ddbab..9d7965bd9b83d89e8f5935daf2132314fde6b4c8 100644 Binary files a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po index e9c0b5e60112a5a7714899528dc3f4d84dd81d5e..b671de1e2de5302183591d5d06d9816d566e8e68 100644 --- a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-12 19:52+0000\n" -"Last-Translator: Fandekasp \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Yoichi Fujimoto \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "タグ" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" -msgstr "フィルタ" +msgstr "フィルター" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ビュー" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "アプリケーション %r が見つかりません" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" "モデル %(model_name)r が %(app_label)r アプリケーションに見つかりません" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "`%(app_label)s.%(data_type)s` (関連オブジェクト)" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "モデル :" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "`%(app_label)s.%(object_name)s` (関連オブジェクト)" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "全ての %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s の数" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s のフィールド" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s はurlpatternオブジェクトでは無いようです" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "ホーム" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s はurlpatternオブジェクトでは無いようです" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "ホーム" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "ドキュメント" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "ブックマークレット" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "ドキュメントへのブックマークレット" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -123,66 +123,75 @@ msgstr "" "マークツールバーにドラッグするか、\n" "リンクを右クリックしてブックマークに追加してください。これで\n" "サイトのどのページからでもブックマークレットを選択可能になりました。\n" -"ブックマークレットによっては、内部ネットワークにあるコンピュータからこのサイ" -"トを\n" +"ブックマークレットによっては、内部ネットワークにあるコンピューターからこのサ" +"イトを\n" "参照していなければならないことがあります。内部ネットワークにあるかどうか不明" "な場合は、システム管理者に確認してください。

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "このページのドキュメント" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "各ページから、ページを生成したビューのドキュメントにジャンプします。" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "オブジェクト ID を表示" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "単一のオブジェクトを表示するページのコンテンツタイプと一意な IDを表示します。" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "オブジェクトを (現在のウィンドウで) 編集" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "単一のオブジェクトを表示するページの管理ページへジャンプします。" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "オブジェクトを (新しいウィンドウで) 編集" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "上と同じですが、新しいウィンドウで管理ページを開きます。" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "モデル" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "テンプレート" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "フィルタ" +msgstr "フィルター" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "タグ" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "ビュー" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "ブール値 (真: True または偽: False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "タイプが %(field_type)s のフィールド" diff --git a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo index 5b3586e66593a799ddc5a358b412c53a5fb9b197..7260fcd690ae1b1c282b892ea5cd4ee4422347c7 100644 Binary files a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po index d5db3ae6fb528a9e1d37c2f36a9e47d64e86ee74..cefda0784e0c6566ca5afffef2a6576de5f790b3 100644 --- a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ტეგი:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "ფილტრი:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "წარმოდგენა:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "აპლიკაცია %r ვერ მოიძებნა" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "მოდელი %(model_name)r ვერ მოიძებნა აპლიკაციაში %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "`%(app_label)s.%(data_type)s` დაკავშირებული ობიექტი" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "მოდელი:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "`%(app_label)s.%(object_name)s` დაკავშირებული ობიექტები" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ყველა %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s - რაოდენობა" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s ობიექტების ველები" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s არ არის urlpattern-ის შესაბამისი ობიექტი" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "საწყისი გვერდი" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s არ არის urlpattern-ის შესაბამისი #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "საწყისი გვერდი" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "დოკუმენტაცია" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "სანიშნები" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "დოკუმენტაციის სანიშნები" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "ადმინისტრატორს, თუ არ ხართ დარწმუნებული, რომ თქვენი კომპიუტერი არის\n" "\"შიდა\" კომპიუტერი).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "ამ გვერდის დოკუმენტაცია" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,51 +138,60 @@ msgstr "" "გადასვლა ნებისმიერი გვერდიდან იმ წარმოდგენის დოკუმენტაციაზე, რომელიც ამ " "გვერდს აგენერირებს." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "ობიექტის ID-ის ჩვენება" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "ერთი ობიექტის ამსახველი გვერდის content-type-ის და უნიკალური ID-ის ჩვენება." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "შევცვალოთ ეს ობიექტი (იმავე ფანჯარაში)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "ერთი ობიექტის ამსახველი გვერდების ადმინისტრირებაზე გადასვლა." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "შევცვალოთ ეს ობიექტი (ახალ ფანჯარაში)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "იგივე, ოღონდ ხსნის ადმინისტრირების გვერდს ახალ ფანჯარაში." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "ლოგიკური (True ან False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ველის ტიპი: %(field_type)s" diff --git a/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo index d38f37de40219783d92f827f061b856d678f13c7..6f3ad44bebf50a7e186ec9cb1365796767aa5b91 100644 Binary files a/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po index 4c1c6a4b9180b550a6133f14aef4c51838d2cf00..6666fb75570ffb4e8257c0e89a8caaf8e833a7a7 100644 --- a/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "тег:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "сүзгіш:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "көрініс:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r app табылмады" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(app_label)r app ішінен %(model_name)r үлгісі табылмады" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "байланысты `%(app_label)s.%(data_type)s` объект" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модель:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "байланысты `%(app_label)s.%(object_name)s` объекттер" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "барлық %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s саны" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Объекттердің жолақ саны %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s urlpattern объектке ұқсамайды" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Негізгі" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s urlpattern объектке ұқсамайды" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Негізгі" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документация" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Букмарклеттер" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Құжаттама букмарклеттері" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -118,60 +118,69 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Бұл бетке арналған документация" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "нысан ID'ді көрсет" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Бұл объектты өзгерт (ағымдағы терезеде)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Бұл объектты өзгерт (жаңа терезеде)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Үстіндегідей, бірақ admin бетті жаңа терезеде ашады." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (True немесе False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Жолақтын түрі: %(field_type)s" diff --git a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo index 8725cbedde3fc09f40e4db0b0ea22f4a0e911e30..e5a95f40240e7ad3f8a384e1310c27078cffdf3b 100644 Binary files a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po index 8120408ce865242dc3dcb0ac3382d02b7a4eab43..4b0a2bac2447c81562cf2ab856a5cf9ef80cc2df 100644 --- a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po @@ -6,73 +6,85 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ប្រភេទ:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "ពាក្យស្វែងរក" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "មើល" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "ស្វែងរក App %r មិនឃើញ ។" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ទាំងអស់ %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "ចំនួន​នៃ​%s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "ទិន្នន័យអំពី %s កម្មវិធី" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ហាក់បីដូចជា URL ដែល​ត្រឹមត្រូវទេ" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "គេហទំព័រ" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -82,30 +94,18 @@ msgstr "%s ហាក់បីដូចជា URL ដែល​ត្រឹមត #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "គេហទំព័រ" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "ឯកសារ" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "កំរងចំណាំ" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "កំរងចំណាំអំពីឯកសារ" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -119,11 +119,11 @@ msgstr "" "

ដើម្បីតំលើងកំរងចំណាំ សូមទាញយកអត្ថបទភ្ជាប់ទៅ​កាន់​" "របាឧបករណ៍ ឬក៏ចុចខាងស្តាំលើអត្ថបទភ្ជាប់ហើយ​បញ្ជូលទៅក្នុងកំរងចំណាំរបស់លោកអ្នក។

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "ឯកសារសំរាប់ទំព័រនេះ" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -131,11 +131,11 @@ msgstr "" "Jumps you from any page to the documentation for the view that generates " "that page." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "បង្ហាញលេខសំគាល់កម្មវិធី" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -143,40 +143,49 @@ msgstr "" "Shows the content-type and unique ID for pages that represent a single " "object." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "កែប្រែកម្មវិធីនេះ(វីនដូវកំពុងប្រើ)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "បង្វែរទៅកាន់​ ទំព័រគ្រប់គ្រង សំរាប់ទំព័រណាដែលតំណាងអោយកម្មវិធីតែមួយ។" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "កែប្រែកម្មវិធីនេះ(វីនដូវថ្មី)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "ដូចខាងលើ តែបើកនៅទំព័រវីនដូវថ្មី" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (អាច​ជា True រឺ False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" diff --git a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo index 875d5f4c63fa6d4f048318043ede86455289af77..78a75f2235b0da96f802676617082bdcfb53be68 100644 Binary files a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po index 2e81bddaffca3ebaf06b6dd654012fc011640d04..d751958e3f23f9f98c9ba8a7c5d06e3e8c5bf8dc 100644 --- a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ಟ್ಯಾಗ್:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "ಸೋಸಕ:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ನೋಟ:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r ಅನ್ವಯಾಂಶ ಸಿಗಲಿಲ್ಲ" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "ಮಾಡೆಲ್:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ಎಲ್ಲಾ %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s ಗಳ ಸಂಖ್ಯೆ" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s ವಸ್ತುಗಳ ಅಂಶಗಳು" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s URL ಸ್ವರೂಪದ್ದಾಗಿ ತೋರುವದಿಲ್ಲ." +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s URL ಸ್ವರೂಪದ್ದಾಗಿ ತೋರುವದಿಲ್ #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "ವಿವರಮಾಹಿತಿ" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "ಚಿಕ್ಕ ಪುಟಗುರುತುಗಳು" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "ಮಾಹಿತಿಯ ಚಿಕ್ಕ ಪುಟಗುರುತುಗಳು" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,62 +126,71 @@ msgstr "" "( ನಿಮ್ಮ ಗಣಕವು \"internal\" ಹೌದೇ ಅಲ್ಲವೇ ಎಂದು ಗೊತ್ತಿಲ್ಲದಿದ್ದರೆ , ಗಣಕದ ಆಡಳಿತಗಾರರನ್ನು " "ಕೇಳಿರಿ).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "ಈ ಪುಟದ ಬಗೆಗಿನ ಮಾಹಿತಿ" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "ನಿಮ್ಮನ್ನು ಯಾವುದೇ ಪುಟದಿಂದ ಆ ಪುಟವನ್ನು ಸೃಷ್ಟಿಸುವ ನೋಟದ ಮಾಹಿತಿಪುಟಕ್ಕೆ ಕೊಂಡೊಯ್ಯುವದು" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "ವಸ್ತುವಿನ ಐಡಿ ತೋರಿಸಿ" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "ಏಕೈಕ ವಸ್ತುವನ್ನು ಪ್ರತಿನಿಧಿಸುವ ಪುಟಗಳ ವಿಶಿಷ್ಠ ಐಡಿ ಮತ್ತು ಒಳವಿಷಯಬಗೆಯನ್ನು ತೋರಿಸುತ್ತದೆ." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "ಈ ವಸ್ತುವನ್ನು ಬದಲಿಸಿ(ಈಗಿನ ಕಿಟಕಿಯಲ್ಲಿ)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "ಏಕೈಕ ವಸ್ತುವನ್ನು ಪ್ರತಿನಿಧಿಸುವ ಪುಟಗಳಿಗಾಗಿ ಆಡಳಿತಪುಟಕ್ಕೆ ಒಯ್ಯುತ್ತದೆ" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "ಈ ವಸ್ತುವನ್ನು ಬದಲಿಸಿ(ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "ಮೇಲಿನಂತೆ, ಆದರೆ ಆಡಳಿತಪುಟವನ್ನು ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆಯುವದು." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "ಬೂಲಿಯನ್ (ಹೌದು ಅಥವ ಅಲ್ಲ)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ಕ್ಷೇತ್ರದ ಬಗೆ: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo index 77f71c9cb23b5e71a0b4376f4fcace5d7830994f..765691f6b655fd842fde9de5a732c7db43d99288 100644 Binary files a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po index 573cb16ed4e64305ac78cfaa2eaf60a232055928..4cb260807867fe271a68e2e671491dc490a02d76 100644 --- a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "태그:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "필터:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "뷰:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "어플리케이션 %r (이)가 없습니다." -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "모델 %(model_name)r (이)가 어플리케이션 %(app_label)r 에 없습니다." -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "`%(app_label)s.%(data_type)s` 관련 오브젝트" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "모델:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "`%(app_label)s.%(object_name)s` 관련 오브젝트(들)" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "모든 %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s 의 수" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s 오브젝트의 필드" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s (은)는 url 패턴의 오브젝트가 아닙니다." +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "홈" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s (은)는 url 패턴의 오브젝트가 아닙니다." #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "홈" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "문서" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "북마크릿" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "문서 북마크릿" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,60 +126,69 @@ msgstr "" "(내부 네트워크가 있는지 불명확한 경우 시스템 관리자에게 확인하시기 바랍니다.)" "

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "이 페이지의 문서" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "각 페이지로에서 해당 페이지를 생성한 뷰의 문서로 갑니다." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "오브젝트 아이디 표시" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "단일 오브젝트 페이지의 고유 아이디와 컨텐츠 타입을 표시합니다." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "오브젝트 편집(현재 창)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "단일 오브젝트 페이지의 관리 페이지로 이동" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "오브젝트 편집(새로운 창)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "위와 동일하며, 새로운 창에서 관리 페이지를 엽니다." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "boolean(참 또는 거짓)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s 형식 필드" diff --git a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo index 13a2cb4730470a166d3dc88eec5fd1558e313516..d2819ab669830afd7b8ded4c4eed5107ef12f87a 100644 Binary files a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po index 97be05f3ccb8c203d9d55caf5ef3fab1d2f23f7a..0733b806cab4592a543b1b87eadb33fa1b927569 100644 --- a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po @@ -8,75 +8,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-09 15:11+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "žyme:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtras:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vaizdas:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Programa %r nerasta" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modelis %(model_name)r programoje %(app_label)r nerastas" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "susijęs `%(app_label)s.%(data_type)s` objektas" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelis:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "susiję`%(app_label)s.%(object_name)s` objektai" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "visi %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s skaičius" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Objekto %s laukai" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s neatrodo kaip urlpattern objektas" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Pradinis" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -86,30 +98,18 @@ msgstr "%s neatrodo kaip urlpattern objektas" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Pradinis" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Greitosios žymės" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Doumentacijos greitosios žymės" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -130,11 +130,11 @@ msgstr "" "(pasitarkite su administratorium, jei nežinai ar tavo kompiuteris yra " "vidinis).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Šio puslapio dokumentacija" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -142,51 +142,60 @@ msgstr "" "Pereina iš bet kurio puslapio į jo view funkcijos dokumentaciją, kuri " "sukūria tą puslapį" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Parodyti objekto ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Parodyti content-type ir unikalų puslapių ID, kuris parodo vieną objektą." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Redaguoti šį objektą (einamajame lange)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Pereina į administravimo puslapį, kuris parodo vieną objektą." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Redaguoti šį objektą (naujame lange)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Kaip ir viršuje, bet administravimo puslapį atidaro naujame lange." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeliai" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Šablonai" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtrai" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Gairės" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Rodiniai" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Loginė reikšmė (True arba False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lauko tipas: %(field_type)s " diff --git a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo index 05e5d1f7e5175f45d3f2b38f033eaeb97f50b8d2..e105109b756da6430315ef136b7a2b211c0b085f 100644 Binary files a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po index ccd776115d283d4861e9d6d9efdbfb24e86350a5..22f5301b799ae1f51f39e3029ad912e30afc4ffe 100644 --- a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po @@ -6,75 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tags:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtrs:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "skats:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Lietotne %r netika atrasta" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modelis %(model_name)r lietotnē %(app_label)r nav atrasts" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "saistītais `%(app_label)s.%(data_type)s` objekts" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modelis:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "saistītie `%(app_label)s.%(object_name)s` objekti" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "visi %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s skaits" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Lauki %s objektiem" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s nav urlpattern objekts" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Sākums" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s nav urlpattern objekts" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Sākums" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentācija" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Grāmatzīmes" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentācijas grāmatzīmes" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,61 +128,70 @@ msgstr "" "(ja ir neskaidrības, vai dators ir \"iekšējais\", runājiet ar sistēmas " "administratoru).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentācija šai lapai" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Pārvieto no jebkuras lapas uz tā skata dokumentāciju, kas ģenerē šo lapu." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Parādīt objekta ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "Parāda content-type un unikālo ID lapām, kas atbilst vienam objektam." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Labot šo objektu (pašreizējā logā)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Pārvieto uz admininstrācijas lapu tām lapām, kas attēlo vienu objektu." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Labot šo objektu (jaunā logā)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Tāpat kā augstāk, tikai atver administrācijas lapu jaunā logā." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (True vai False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lauks ar tipu: %(field_type)s" diff --git a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo index e55a49d200227e5eff8e22397bf438c6b4f767d4..d2154ac08a09f8b3c7bfc8f941e527e6b5355dc5 100644 Binary files a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po index 47f05aa4656bfe0a9440d80f526575bd3c144bf2..b3a96e75d9e2b05e7eb6ae14435db7c91c9d2c88 100644 --- a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-15 11:40+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "таг:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "филтер:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "поглед:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Не е најдена апликацијата %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Моделот %(model_name)r не е најден во апликацијата %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "поврзаниот `%(app_label)s.%(data_type)s` објект" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модел:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "поврзани `%(app_label)s.%(object_name)s` објекти" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "сите %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "број на %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Полиња на %s објекти" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s не изгледа дека е url објект" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Дома" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s не изгледа дека е url објект" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Дома" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документација" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Обележувачи" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Обележувачи на документација" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "сајтот од компјутер кој е означен како „внатрешен“ (разговарајте со вашиот \n" "администратор ако не сте сигурни).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Документација за оваа страница" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Ве носи од било која страница од документацијата до погледот кој ја генерира " "таа страница." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Прикажи идентификационен број на објектот" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,41 +152,50 @@ msgstr "" "Го прикажува типот на содржината и уникатниот идентификационен број за " "страници кои претставуваат единечен објект." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Уреди го овој објект (во овој прозорец)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Скокнува до админ страницата за страници кои претставуваат единечен објект." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Уреди го овој објект (во нов прозорец)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Како погоре, но ја отвара админ страницата во нов прозорец." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Модели" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Шаблони (темплејти)" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Филтри" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Тагови" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Погледи (вјуа)" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Логичка (или точно или неточно)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле од тип: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo index b0d480320c7dd95f53309f551be8fc0298e4430c..32deb5e3a8209355e35891839d70218e7f1a3867 100644 Binary files a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po index fed4ba068de98c2b488e7797eddc20753bcdc438..21af2063100766137d964eac4235dc57f688334e 100644 --- a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po @@ -2,78 +2,91 @@ # # Translators: # Jannis Leidel , 2011. +# Rajeesh Nair , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Rajeesh Nair \n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ടാഗ്:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "അരിപ്പ:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "വ്യൂ" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r എന്ന App കണ്ടില്ല." -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(app_label)r എന്ന Appല്‍ %(model_name)r എന്ന മാത്രുക കണ്ടില്ല." -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "ബന്ധപ്പെട്ട `%(app_label)s.%(data_type)s` വസ്തു" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "മാത്രുക:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "ബന്ധപ്പെട്ട `%(app_label)s.%(object_name)s` വസ്തുക്കള്‍" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "%s എല്ലാം" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%sന്റെ എണ്ണം" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s വസ്തുക്കളിലെ വിവരങ്ങള്‍" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s വിലാസ മാത്രുക (urlpattern object) ആണെന്ന് തോന്നുന്നില്ല." +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "പൂമുഖം" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +96,18 @@ msgstr "%s വിലാസ മാത്രുക (urlpattern object) ആണെ #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "പൂമുഖം" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "സഹായക്കുറിപ്പുകള്‍" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "ബുക്ക് മാര്‍ക്കുകള്‍" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "സഹായക്കുറിപ്പുകളുടെ ബുക്ക്മാര്‍ക്കുകള്‍" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,61 +127,70 @@ msgstr "" "നിങ്ങളുടെ കംപ്യൂട്ടര്‍ അത്തരത്തില്‍ പെട്ടതാണോ എന്നറിയാന്‍ സിസ്റ്റം അഡ്മിനിസ്ട്രേട്ടറെ ബന്ധപ്പെടുക.\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "ഈ പേജിന്റെ സഹായക്കുറിപ്പുകള്‍" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "ഏതു പേജില്‍ നിന്നും അതിന്റെ ഉദ്ഭവമായ വ്യൂവിന്റെ സഹായക്കുറിപ്പിലേക്കു ചാടാന്‍" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "വസ്തുവിന്റെ ഐഡി കാണിക്കുക." -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "ഒറ്റ വസ്തുവിനെ പ്രതിനിധീകരിക്കുന്ന പേജുകളുടെ ഉള്ളടക്കത്തിന്റെ തരവും തനതായ IDയും കാണിക്കുന്നു." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "ഈ വസ്തുവില് മാറ്റം വരുത്തുക (ഇതേ വിന്‍ഡോ)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "ഒറ്റ വസ്തുവിനെ പ്രതിനിധീകരിക്കുന്ന പേജുകള്‍ക്കുള്ള അഡ്മിന്‍ പേജിലേക്ക് ചാടുന്നു." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "ഈ വസ്തുവില് മാറ്റം വരുത്തുക (പുതിയ വിന്‍ഡോ)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "മുകളിലേതു പോലെ, പക്ഷെ, അഡ്മിന്‍ പേജ് പുതിയ വിന്ഡോവിലാണ് തുറക്കുക." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "മോഡലുകള്‍" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "ടെമ്പ്‌ലേറ്റുകള്‍" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "ഫില്‍ട്ടറുകള്‍" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "ടാഗുകള്‍" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "വ്യൂകള്‍" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "ശരിയോ തെറ്റോ (True അഥവാ False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s എന്ന തരത്തിലുള്ള കളം (ഫീല്‍ഡ്)" diff --git a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo index 7e2ca091d0b10f3b30b291bb1bfa22a5b3bab3ee..91961846378090d0fee80cb425486c16d541cc7e 100644 Binary files a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po index e63cae4a055817752794d9229a64383a8627f328..7e48d182361107af18aac52c45137c119aa37758 100644 --- a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po @@ -2,79 +2,91 @@ # # Translators: # Jannis Leidel , 2011. -# Анхбаяр Анхаа , 2011, 2012. +# Анхбаяр Анхаа , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-15 12:32+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "шошго:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "шүүлтүүр:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "харах:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r програм олдсонгүй" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr " %(app_label)r програмд %(model_name)r модел олдсонгүй" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "холбогдох `%(app_label)s.%(data_type)s`объект" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модел:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "холбогдох `%(app_label)s.%(object_name)s` объектууд" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "бүх %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s-ийн тоо" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr " %s объектийн нөхөх хэсгүүд" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s нь url хэлбэрийн объект биш байна" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Админ эхлэл" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s нь url хэлбэрийн объект биш байна" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Админ эхлэл" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Баримтжуулалт" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklet-ууд" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Мookmarklet-уудын баримтжуулалт" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" " сайт руу орох шаардлагатай болдог (компьютер тань \"дотоод\" мөн\n" " эсэхийг мэдэхгүй байгаа бол системийн удирдлагаасаа асууна уу).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Энэ хуудасны баримтжуулалт" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Таныг ямар ч хамаагүй хуудаснаас тухайн хуудсыг гаргаж байгаа " "баримтжуулалтанд аваачна." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Объектийн ID-ийг харуулах" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,40 +150,49 @@ msgstr "" "Нэг объект харуулж буй хуудаснуудын агуулгын төрөл болоод давтагдахгүй ID-" "ийг харуулна." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Энэ объектийг засварлах (одоо хэрэглэж буй цонх)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Нэг объект харуулж буй хуудаснуудын удирдлагын хуудсанд аваачна." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Энэ объектийг засварлах (шинэ цонх)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Дээрхийн нэгэн адил ч удирдлагын хуудсыг шинэ цонхонд нээнэ." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Моделууд" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Загварууд" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Шүүлтүүрүүд" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Таг-ууд" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "View-үүд" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (Үнэн худлын аль нэг нь)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Талбарийн төрөл нь : %(field_type)s" diff --git a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo index f1e662c4ce0f3e99ab20fcf4265f4265c65e6f5b..9f05b1b3547abf773215b4fa9b79e246f39e7d14 100644 Binary files a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po index fb31a58c39c320188e4d3e8586c6f08f79c7a126..0a7889f7f76e471145d3ae4844a26baa2e7baa2c 100644 --- a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-12 14:15+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: jonklo \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Fant ikke applikasjonen %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Fant ikke modellen %(model_name)r i applikasjonen %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modell:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "relaterte `%(app_label)s.%(object_name)s`-objekter" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "alle %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "antall %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Felter på %s-objekter" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ser ikke ut til å være et urlpattern-objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Hjem" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s ser ikke ut til å være et urlpattern-objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Hjem" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentasjon" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bokmerker" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentasjonsbokmerker" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,11 +125,11 @@ msgstr "" "(kontakt din systemadministrator hvis du er usikker på om maskinen din er " "\"intern\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentasjon for denne siden" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -137,11 +137,11 @@ msgstr "" "Hopp fra hvilken som helst side til dokumentasjonen for visningsfunksjonen " "som genererte den siden." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Vis objekt-ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -149,41 +149,50 @@ msgstr "" "Viser \"content-type\" og en unik ID for sider som representerer et enkelt " "objekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Rediger dette objektet (nåværende vindu)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Hopper til administrasjonssiden for sider som representerer et enkelt objekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Rediger dette objektet (nytt vindu)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Samme som over, men åpner administrasjonssiden i et nytt vindu." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeller" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Maler" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filter" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolsk (True eller False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt av typen: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo index 8e146292a3c4f2e2c8f666ffc2109471647cce0f..b64f6aab5f188a72cce2625525c242f0e476030c 100644 Binary files a/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po index 72d6acc5d958177efca97c549bbbb9165970b0fd..86c0d49a90aa63826228392bad21b82d8db76ad2 100644 --- a/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po @@ -1,78 +1,91 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-07 03:49+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" -msgstr "ट्याग" +msgstr "ट्याग:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" -msgstr "" +msgstr "धृस्य :" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" -msgstr "" +msgstr "App %r भेटिएन " -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "" +msgstr "%(model_name)r नमुना %(app_label)r appमा भेटिएन" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "" +msgstr "`%(app_label)s.%(data_type)s` संबंधित बस्तु " -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" -msgstr "" +msgstr "नमुना :" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "" +msgstr "`%(app_label)s.%(object_name)s` संबंधित बस्तु " -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "सबै %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" -msgstr "" +msgstr "%sको संख्या" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "गृह " + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -82,30 +95,18 @@ msgstr "" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" -msgstr "" +msgstr "प्रलेखन" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -116,60 +117,69 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" -msgstr "" +msgstr "यो पृस्ठको लागी प्रलेखन" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" -msgstr "" +msgstr "बस्तुको पहिचान देखाउनुहोस " -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "नमुनाहरु " -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "ट्यागहरु " -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "धृस्यहरु " + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "बुलियन (True अथवा False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "फाँटको प्रकार: %(field_type)s" diff --git a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo index 268ef6fbfcb0a03ba53653a35f932c9500304d08..3ea5384a12a74efe4aa259c942ac3660df5be546 100644 Binary files a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po index 261d36b771256068229b015bc862e7a0e3d49855..de2c11a0c920df377f0248a91d3abecd3ff494ed 100644 --- a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-17 23:02+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jeffrey Gelens \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Toepassing %r niet gevonden" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r niet gevonden in toepassing %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "het gerelateerde `%(app_label)s.%(data_type)s` object" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "gerelateerde `%(app_label)s.%(object_name)s` objecten" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "alle %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "aantal %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Velden van %s objecten" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s lijkt geen urlpattern-object te zijn" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Voorpagina" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s lijkt geen urlpattern-object te zijn" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Voorpagina" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentatie" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Documentatie bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -129,11 +129,11 @@ msgstr "" "(Raadpleeg uw systeembeheerder of uw computer zich op het interne netwerk " "bevind).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentatie voor deze pagina" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -141,11 +141,11 @@ msgstr "" "Springt vanuit elke pagina naar de documentatie voor de view die gegenereerd " "wordt door die pagina." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Toon object-ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -153,41 +153,50 @@ msgstr "" "Toont het content-type en unieke ID voor pagina's die een enkel object " "voorstellen." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Bewerk dit object (huidig venster)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Gaat naar de beheerpagina voor pagina's die een enkel object weergeven." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Bewerk dit object (nieuw venster)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Zoals hierboven, maar opent de beheerpagina in een nieuw venster." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modellen" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filters" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (True danwel False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van type: %(field_type)s" diff --git a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo index ba5b24bf4dd33f78789b5f4813abdd516236adc6..af23fc27b3d07551128b90b0f4d5543e367c02a2 100644 Binary files a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po index 4f3853bf79a6eefd5231b2b7b168ee919fc8e310..a5878f7e2b1c988de13b548892dc2ac47bb4f260 100644 --- a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po @@ -6,75 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Kunne ikkje finne applikasjonen %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" "Kunne ikkje finne modellen %(model_name)r i applikasjonen %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modell:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "relaterte `%(app_label)s.%(object_name)s`-objekt" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "alle %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "tal på %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Felt på %s-objekt" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ser ikkje ut til å vere eit urlpattern-objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Heim" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s ser ikkje ut til å vere eit urlpattern-objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Heim" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentasjon" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bokmerke" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentasjonsbokmerke" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,11 +125,11 @@ msgstr "" "(kontakt systemadministratoren din dersom du er usikker på om maskina di er " "\"intern\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentasjon for denne sida" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -137,11 +137,11 @@ msgstr "" "Hopp frå kva som helst side til dokumentasjonen for visingsfunksjonen som " "genererte sida." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Vis objekt-ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -149,41 +149,50 @@ msgstr "" "Viser \"content-type\" og ein unik ID for sider som representerar eit enkelt " "objekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Endre dette objektet (noverande vindauge)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Hoppar til administrasjonssida for sider som representerer eit enkelt objekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Endre dette objektet (nytt vindauge)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Samme som over, men opnar administrasjonssida i eit nytt vindauge." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolsk (True eller False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt av typen: %(field_type)s" diff --git a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo index 41b4011dcd765eccba6a12f1b9faad5d28ce8296..8371d3a942ea4a286b372485b8fdd754a32188ec 100644 Binary files a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po index 3dc0e8d3e2529c94b440fa7139480926237c9197..33714b65218641103e24e818b34977d96690edd7 100644 --- a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ਟੈਗ:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "ਫਿਲਟਰ:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ਵੇਖੋ:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "ਐਪਲੀਕੇਸ਼ਨ %r ਨਹੀਂ ਲੱਭੀ" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "ਮਾਡਲ:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "ਸਬੰਧਿਤ `%(app_label)s.%(object_name)s` ਆਬਜੈਕਟ" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ਸਭ %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s ਦੀ ਗਿਣਤੀ" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s ਆਬਜੈਕਟ ਉੱਤੇ ਖੇਤਰ" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "ਘਰ" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "ਘਰ" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "ਡੌਕੂਮੈਂਟੇਸ਼ਨ" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "ਬੁੱਕਮਾਰਕਲਿਟ" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "ਡੌਕੂਮੈਟੇਸ਼ਨ ਬੁੱਕਮਾਰਕਲਿਟ" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -117,60 +117,69 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "ਇਹ ਸਫ਼ੇ ਲਈ ਡੌਕੂਮੈਂਟੇਸ਼ਨ" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "ਆਬਜੈਕਟ ID ਵੇਖੋ" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "ਇਹ ਆਬਜੈਕਟ ਸੋਧੋ (ਮੌਜੂਦਾ ਵਿੰਡੋ)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "ਇਹ ਆਬਜੈਕਟ ਸੋਧੋ (ਨਵੀਂ ਵਿੰਡੋ)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ਖੇਤਰ ਦੀ ਕਿਸਮ: %(field_type)s" diff --git a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo index c85ff111f2ad17f31bcc984812aa2410983d3b6f..5edc6e8fc5f686ece9515a271126a29c58aa38a1 100644 Binary files a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po index 58b3b81e40b55e0e3457d27a3a65c147d1683734..64f4334d2b5f022c88edc9c49189ece02af321fc 100644 --- a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-21 12:49+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: angularcircle \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtr:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "widok:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikacja %r nie została znaleziona" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r nie został znaleziony w aplikacji %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "powiązany obiekt `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "powiązane obiekty `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "wszystkie %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "liczba %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Pola obiektów %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s nie jest obiektem urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Początek" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s nie jest obiektem urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Początek" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentacja" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Zakładki" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Zakładki Dokumentacji" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,11 +127,11 @@ msgstr "" "\"wewnętrznego\" (skontaktuj się z administratorem systemu, jeśli nie jesteś " "pewien, czy ten komputer jest \"wewnętrznym\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentacja dla tej strony" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -139,53 +139,62 @@ msgstr "" "Przekierowuje z dowolnej strony do dokumentacji dla widoku, który ją " "generuje." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Pokaż ID obiektu" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Pokazuje typ i unikalne ID dla stron, które reprezentują pojedynczy obiekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Edytuj ten obiekt (bieżące okno)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Przeskok do panelu administratora dla stron reprezentujących pojedynczy " "obiekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Edytuj ten obiekt (nowe okno)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Jak wyżej, tyle że otwiera nowe okno." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modele" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Szablony" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtry" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tagi" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Widoki" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Wartość logiczna (True, False - prawda lub fałsz)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" diff --git a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo index bdb3443628a6ef598c6ddb09938a56df533355b0..57b5fe29e1d8fe3048dd01488f6cc2a798b50155 100644 Binary files a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po index e5da7f79d2951783b28a6f7077bc1f3a732e888f..a6122db83d05b3b77eaf053bc12f5a0cae9ff6ec 100644 --- a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po @@ -1,80 +1,93 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Bruno Miguel Custódio , 2012. # Jannis Leidel , 2011. -# Nuno Mariz , 2011. +# Nuno Mariz , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Bruno Miguel Custódio \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "A aplicação %r não encontrada" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "O Model %(model_name)r não foi encontrado na aplicação %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "os objetos `%(app_label)s.%(object_name)s` relacionados" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "todos %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "número de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campos nos objetos %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s não parece ser um objeto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Início" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +97,18 @@ msgstr "%s não parece ser um objeto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Início" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentação" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Documentação dos bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,22 +129,22 @@ msgstr "" "por \"internal\" (entre em contacto com o seu administrador de sistema se \n" "não tiver a certeza se o seu computador é \"internal\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentação desta página" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Vai de qualquer página para a documentação da view que gera essa página." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostrar o ID do objeto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -151,41 +152,50 @@ msgstr "" "Mostra o tipo de conteúdo e o ID único para as páginas que representam um " "único objeto." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar este objeto (janela actual)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Vai para a página de admin para as páginas que representam um único objeto." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar este objeto (nova janela)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Tal como acima, mas abre a página de admin numa nova janela." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "Models" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Filtros" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "Tags" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (Pode ser True ou False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo index ad49b2a083e52a9322b165b627857dfb69354b77..f42572b355bc7f5d33e016c5f9d5521e9d563457 100644 Binary files a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po index fb26a948a8556af12d065ab84b6be05bafe38f2a..f3afe81f9293dfd31326bccdb67176bcb1678e09 100644 --- a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-19 18:28+0000\n" -"Last-Translator: Guilherme Gondim \n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtro:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplicação %r não encontrada" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r não encontrado na aplicação %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "objetos `%(app_label)s.%(object_name)s` relacionados" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "todos %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "número de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Campos nos objetos %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s não aparenta ser um objeto urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Início" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s não aparenta ser um objeto urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Início" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentação" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Itens de bookmark" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Documentação de itens de bookmark" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,62 +126,71 @@ msgstr "" "como \"interno\" (converse com seu administrador de sistemas se você não\n" "souber se seu computador é \"interno\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentação para esta página" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Leva você de qualquer página para a documentação da view que gera tal página." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Mostar ID de objeto" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Mostra o tipo de conteúdo e ID único para páginas que representam um objeto." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Editar este objeto (janela atual)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Vai para a página de administração que representa um objeto." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Editar este objeto (nova janela)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Como acima, mas abre a página de administração em uma nova janela." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Models" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtros" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Views" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadeiro ou Falso)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo index d4a6db3cc42a2bbd599d7026cd92ecfd0ecefe9a..1adc23473cb24c2163f57039d5536436d1ec9656 100644 Binary files a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po index 052f371a10277bf23e339bc3d83d61be18cd4f86..4505b7540b24a76a62bd78e4bc2bf852cb3bf8a1 100644 --- a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtru:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "cod de afișare:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Applicația %r negăsită" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modelul %(model_name)r nu a fost găsit în aplicația %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "obiectul înrudit `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "obiectele înrudite `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "toate %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "numărul de %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Câmpuri în %s obiecte" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s nu pare a fi un obiect urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Acasă" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s nu pare a fi un obiect urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Acasă" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Documentație" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Semne de carte" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Semne de carte pentru documentație" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -129,11 +129,11 @@ msgstr "" "caz că nu știți\n" "dacă acest calculator este \"intern\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Documentație pentru pagina aceasta" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -141,11 +141,11 @@ msgstr "" "Vă trimite de la orice pagină către documentația pentru codul de afișare " "care generează acea pagină." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Arată ID-ul obiectului" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -153,42 +153,51 @@ msgstr "" "Arată tipul de conținut și ID-ul unic pentru paginile ce reprezintă un " "singur obiect." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Modifică acest obiect (în fereastra curentă)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Sare la pagina de administrare pentru pagini ce reprezintă un singur obiect." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Modifică acest obiect (într-o fereastra nouă)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "La fel ca mai sus, dar deschide pagina de administrare într-o fereastră nouă" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (adevărat sau fals)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Câmp de tip: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo index 5813fd833b952e0c587fe57e7926168d3fb10847..32e6cceb0e097e7fec23dc364edf94147aa7ce46 100644 Binary files a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po index 0d195ec7eaf0ccc46eb3fd62c95667201b8b35a1..3bc98716dbcb92f64f3cd204706a33a13b4e4f22 100644 --- a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po @@ -8,75 +8,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-07 15:12+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "тег:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "фильтр:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Приложение %r не найдено" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Модель %(model_name)r не найдена в приложении %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "зависимый `%(app_label)s.%(data_type)s` объект" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модель:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "связанные объекты `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "все %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "количество %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Поля объектов типа %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s не похож на объект urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Начало" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -86,30 +98,18 @@ msgstr "%s не похож на объект urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Начало" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документация" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Закладки" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Закладки документации" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "у своего системного администратора, если не уверены, является ли ваш\n" "компьютер \"внутренним\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Документация для данной страницы" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Перенаправляет вас с любой страницы к документации для view, который " "генерирует эту страницу." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Показать идентификатор объекта" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,42 +152,51 @@ msgstr "" "Показывает content-type и уникальный ID для страниц, представляющих один " "объект." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Редактировать данный объект (в текущем окне)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Перейдет на административную страницу для страниц, представляющих один " "объект." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Редактировать данный объект (в новом окне)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "То же, что и выше, но откроет административную страницу в новом окне." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Модели" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Шаблоны" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Фильтры" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Теги" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "View" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Логическое (True или False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле типа %(field_type)s" diff --git a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo index 6a32d30210ceb01475c78389313f6653183e3046..2b27b04577bd5bcb9b4d6b8720e5cd76dce2fbb0 100644 Binary files a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po index 25ae6f5061127fcb00ece8e05a7114b0272d2348..2128072bb419c11993a3fbfdbc3725b9491d93e5 100644 --- a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po @@ -2,79 +2,92 @@ # # Translators: # Jannis Leidel , 2011. +# Juraj Bubniak , 2012. # Marian Andre , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: Juraj Bubniak \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "značka:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "pohľad:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikácia %r nenájdená" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r sa nenachádza v aplikácii %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "súvisiaci objekt `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "súvisiace objekty `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "všetky %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "počet %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Polia objektov %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s nevyzerá ako urlpattern objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Domov" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +97,18 @@ msgstr "%s nevyzerá ako urlpattern objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Domov" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentácia" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Záložky" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Záložky dokumentácie" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +127,11 @@ msgstr "" "istý, že váš počítač je \"interný\", oslovte svojho systémového správcu).\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentácia k tejto stránke" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +139,11 @@ msgstr "" "Nasmeruje vás z ľubovoľnej stránky do dokumentácie, kde je popísané, ako sa " "táto stránka generuje." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Zobraziť identifikátor objektu" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,41 +151,50 @@ msgstr "" "Zobrazí content-type a jedinečný identifikátor pre stránky, ktoré " "reprezentujú samostatný objekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Upraviť tento objekt (aktuálne okno)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Skočí na stránku správy pre stránky, ktoré reprezentujú samostatný objekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Upraviť tento objekt (nové okno)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Ako predtým, ale otvorí stránku správy v novom okne." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modely" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Šablóny" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtre" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tagy" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Zobrazenia" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Logická hodnota (buď True alebo False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" diff --git a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo index 031439185af603e6f4a2cc74cd1532323d7622bc..ecf40ca80e2ed947e59b5200d1d261cf0395e6b5 100644 Binary files a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po index d0c3d8726202bb1df91dc952fc4c4cebc0657e4a..b6b5814e3004df09ed87d277b707dc677449929c 100644 --- a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po @@ -1,80 +1,93 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Gašper Žejn , 2012. # Jannis Leidel , 2011. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-05 19:52+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-31 20:26+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" -msgstr "značka:" +msgstr "oznaka:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "pogled:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" -msgstr "Aplikacije %r ni mogoče najti" +msgstr "Programa %r ni mogoče najti" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Modela %(model_name)r ni v aplikaciji %(app_label)r" +msgstr "Modela %(model_name)r ni v programu %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "povezani `%(app_label)s.%(data_type)s` objekt" +msgstr "povezani predmet `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "povezani `%(app_label)s.%(object_name)s` objekti" +msgstr "povezani predmeti `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "vse %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "število %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" -msgstr "Polja na %s objektih" +msgstr "Polja na predmetih %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" -msgstr "%s ne izgleda veljaven urlpattern objekt" +msgstr "Predmet %s ni videti veljaven predmet urlpattern" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Domov" #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 @@ -85,30 +98,18 @@ msgstr "%s ne izgleda veljaven urlpattern objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Domov" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" -msgstr "Zaznamkice" +msgstr "Apleti zaznamkov" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" -msgstr "Dokumentacijske zaznamkice" +msgstr "Dokumentacijski apleti zaznamkov" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -119,72 +120,78 @@ msgid "" "your computer is \"internal\").

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

Za inštalacijo zaznamkic povlečite povezavo v orodno " -"vrstico\n" -"z zaznamki, ali kliknite z desno miškino tipko na povezavo in jo dodajte med " -"zaznamke. Zdaj lahko izberete zaznamkico s katerekoli strani tega spletnega " -"mesta. Opomba: nekatere izmed teh strani lahko gledate le z računalnika, ki " -"je označen kot \"notranji\" (v kolikor niste prepričani, če je vaš " -"računalnik označen kot \"notranji\" se obrnite na sistemskega " -"administratorja).

\n" - -#: templates/admin_doc/bookmarklets.html:26 +"

Aplete zaznamkov je mogoče namestiti z vleko\n" +"povezave v orodno vrstico z zaznamki, ali pa z desnim klikom na povezavo\n" +"Zaznamek je mogoče izbrati s katerekoli strani tega spletnega mesta.\n" +"Opomba: nekatere strani si je mogoče ogledati le le z računalnika, ki je\n" +"označen kot \"notranji\" računalnik (za več podrobnosti o tem, se obrnite\n" +"na skrbnika).

\n" + +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentacija te strani" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." -msgstr "" -"Skok na stran z dokumentacijo za pogled (view), ki generira trenutno stran." +msgstr "Skok na stran z dokumentacijo za pogled, ki gustvarja trenutno stran." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" -msgstr "Pokaži ID objekta" +msgstr "Pokaži ID predmeta" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -"Pokaže content-type in unikatni ID za strani, ki predstavljajo en objekt." +"Pokaže vrsto content-type in enoznačni ID za strani, ki predstavljajo en " +"predmet." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" -msgstr "Uredi objekt (v trenutnem oknu)" +msgstr "Uredi predmet (v trenutnem oknu)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." -msgstr "" -"Skok na administracijsko stran za vse strani, ki predstavljajo en objekt." +msgstr "Skok na skrbniško stran vseh strani, ki predstavljajo en predmet." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" -msgstr "Uredi ta objekt (v novem oknu)" +msgstr "Uredi ta predmet (v novem oknu)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." -msgstr "Kot zgoraj, le da odpre administracijsko stran v novem oknu." +msgstr "Kot zgoraj, le da odpre skrbniško stran v novem oknu." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeli" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Predloge" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtri" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "Značke" +msgstr "Oznake" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Pogledi" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolova vrednost (PRAV ali NAPAK)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje vrste: %(field_type)s" diff --git a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo index 5d888bf1bea588699e54c68e47b1677143b3e836..31f019629ee657501d9dd97dbe70d8d8191246fb 100644 Binary files a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po index 281efd1d164c48b1027fc81c9f7c2ecf407e8a15..b7c2f5393f3706ac17fe2eda57fc999698bf557f 100644 --- a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-11-25 11:03+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiketë:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtër:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "parje:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Nuk u gjet zbatimi %r" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Nuk u gjet modeli %(model_name)r në zbatimin %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "objekti i afërt `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "objektet e afërta `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "krejt %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "numër i %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Fusha te objektet %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s nuk duket të jetë një objekt urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Hyrje" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s nuk duket të jetë një objekt urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Hyrje" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentim" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "\"Bookmarklet\"-e" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "\"Bookmarklet\"-e Dokumentimi" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -129,63 +129,72 @@ msgstr "" "sigurt\n" "në është a jo \"i brendshëm\" kompjuteri juaj).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentim për këtë faqe" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Ju kalon nga cilado faqe te dokumenti që prodhon atë faqe, për ta parë." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Shfaq ID objekti" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Shfaq lloj lënde dhe ID unike për faqet që përfaqësojnë një objekt të vetëm." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Përpunojeni këtë objekt (dritarja e tanishme)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Kalon te faqja e përgjegjësit për faqet që përfaqësojnë një objekt të vetëm." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Përpunojeni këtë objekt (dritare e re)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Si më sipër, por hap faqen e përgjegjësit në një dritare të re." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "Modele" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "Gjedhe" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Filtra" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "Etiketa" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Parje" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Buleane (Ose True, ose False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Fushë e llojit: %(field_type)s" diff --git a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo index be8846a78dfde76982e830b4f73fc91bf0b67956..9f334d5e5c664d791dd29883a8ed4c9af88a6723 100644 Binary files a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po index b93dcbc92cc91dad53a10b48d5240ee4214f2513..5734c475485047c7ee8f9d7eb46ee0e8d0662e7c 100644 --- a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-17 05:22+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "таг:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "филтер:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "вју:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Апликација %r није пронађена" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Модел %(model_name)r није пронађен у апликацији %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "повезани објекти класе `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модел:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "класе `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "сви повезани објекти %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "број повезаних објеката %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Поља у повезаним објектима %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s не изгледа као „urlpattern“ објекат" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Почетна" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s не изгледа као „urlpattern“ објекат" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Почетна" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документација" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Букмарклети" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Букмарклети документације" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "означени као „интерни“ (питајте администратора вашег система уколико нисте\n" "сигурни да ли је ваш рачунар „интерни“).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Документација за ову страницу" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Води од било које странице до документаицје погледа који је генерисао ту " "страницу." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Прикажи ID објекта" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,42 +150,51 @@ msgstr "" "Приказује content-type и јединствени ID за страницу која преставља један " "објекат." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Измени овај објекат (у овом прозору)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Води у администрациони страницу за странице које престављају један објекат" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Измени овај објекат (нови прозор)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Исто као претходни, али отвара администрациону страницу у новом прозору." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Модели" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Шаблони" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Филтери" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Тагови" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Вјуеви" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Булова вредност (True или False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поње типа: %(field_type)s" diff --git a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo index c05ec188c45f52727ae014821589fdd8c8170826..bea2c7643168cc31d89e9e00af488802a52e608d 100644 Binary files a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po index 74d9b596b016c12b41915bb1a816bdf0e18d5320..714bcb892bc51c3c30e5f6efecdedfd53b04903e 100644 --- a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-02 21:00+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tag:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vju:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Aplikacija %r nije pronađena" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "klase `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "svi povezani objekti %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "broj povezanih objekata %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Polja u povezanim objektima %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ne izgleda kao „urlpattern“ objekat" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Početna" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s ne izgleda kao „urlpattern“ objekat" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Početna" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentacija" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bukmarkleti" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Bukmarkleti dokumentacije" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "označeni kao „interni“ (pitajte administratora vašeg sistema ukoliko niste\n" "sigurni da li je vaš računar „interni“).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentacija za ovu stranicu" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Vodi od bilo koje stranice do dokumentaicje pogleda koji je generisao tu " "stranicu." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Prikaži ID objekta" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,42 +150,51 @@ msgstr "" "Prikazuje content-type i jedinstveni ID za stranicu koja prestavlja jedan " "objekat." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Izmeni ovaj objekat (u ovom prozoru)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Vodi u administracioni stranicu za stranice koje prestavljaju jedan objekat" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Izmeni ovaj objekat (novi prozor)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" "Isto kao prethodni, ali otvara administracionu stranicu u novom prozoru." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeli" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Šabloni" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filteri" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tagovi" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vjuevi" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Bulova vrednost (True ili False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Ponje tipa: %(field_type)s" diff --git a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo index 2ade62117fe8bf95ffef2f49600a491650a52b8b..fb773acff9e67e048cd8ab57e6786925b049ab3b 100644 Binary files a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po index 3d6757915d1dc0fb609e8d7e13f367f08ab456d6..fbe2d029d0021ca0194f63ea72bdb51391e3ce29 100644 --- a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-06 20:05+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "tagg:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filter:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "vy:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Applikation %r hittades inte" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Modell %(model_name)r hittades inte i applikation %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "det relaterade `%(app_label)s.%(data_type)s`-objektet" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "modell:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "relaterade `%(app_label)s.%(object_name)s`-objekt" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "alla %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "antal %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Fält på %s objekt" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s verkar inte vara ett urlpattern-objekt" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Hem" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s verkar inte vara ett urlpattern-objekt" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Hem" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokumentation" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Smarta bokmärken" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Smarta bokmärken för dokumentation" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,11 +126,11 @@ msgstr "" "sidan från en dator som är \"intern\" (kontakta din systemadministratör\n" "om du inte är säker på om din dator är \"intern\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentation för denna sida" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -138,11 +138,11 @@ msgstr "" "Förflyttar dig från valfri sida till dokumentationen för vyn som genererar " "den sidan." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Visa objektets ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -150,42 +150,51 @@ msgstr "" "Visa innehållstypen och det unika ID-numret för sidor som representerar ett " "enskilt objekt." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Redigera detta objekt (aktuellt fönster)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Hoppar till administrationssidan för sidor som representerar ett enskilt " "objekt." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Redigera detta objekt (nytt fönster)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Som ovan, men öppnar administrationssidan i ett nytt fönster." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeller" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Mallar" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filter" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Taggar" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Vyer" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolesk (antingen True eller False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Fält av typ: %(field_type)s" diff --git a/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo index d1ba384af6b53856947441adaef3adf060b0979c..56af82a65268bf3af89244647e0ab89b7cc1e43e 100644 Binary files a/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po index 70a4033d835ef599677ab11e5536071fc52d425c..7a3bd4c7f00549515a8969b02c244a81197b7eaa 100644 --- a/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po @@ -5,73 +5,85 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2011-01-19 15:09+0000\n" -"Last-Translator: Django team\n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: machaku \n" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" -msgstr "" +msgstr "tagi" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" -msgstr "" +msgstr "chujio" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" -msgstr "" +msgstr "muonekano" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" -msgstr "" +msgstr "Programu %r haijapatikana" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "" +msgstr "Modeli %(model_name)r haijapatikana katika programu %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "" +msgstr "`%(app_label)s.%(data_type)s` kinachohusiana" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" -msgstr "" +msgstr "modeli" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "" +msgstr "`%(app_label)s.%(object_name)s` vinavyohusiana" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" -msgstr "" +msgstr "kila %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" -msgstr "" +msgstr "idadi ya %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" -msgstr "" +msgstr "Uga zilizopo katika %s " -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" -msgstr "" +msgstr "%s haionekani kuwa ni kitu cha urlpattern" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Sebule" #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 @@ -82,30 +94,18 @@ msgstr "" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" -msgstr "" +msgstr "Waraka" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" -msgstr "" +msgstr "Vialamisho" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" -msgstr "" +msgstr "Vialamisho vya waraka" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

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

\n" msgstr "" - -#: templates/admin_doc/bookmarklets.html:26 +"\n" +"

Kusanikisha vialamisho, kokota kiungo hadi upau wako wa\n" +"maalamisho, or bofya-kulia kiungo hicho na kiongeze kwenye maalamisho yako. " +"Sasa unaweza\n" +"kuchagua kialamisho kutokea ukurasa wowote katika tovuti hii. Kumbuka " +"baadhi ya vialamisho \n" +"vitakuhitaji kuvitumia kwa kutumia kompyuta iliyoteuliwa kama \"internal\"\n" +"(ongea na utawala wa mfumo kama huna uhakika kuwa kompyuta yako ni " +"\"internal\") \n" + +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" -msgstr "" +msgstr "Nyaraka kwa ajili ya ukurasa huu" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" +"Inakurusha kutoka ukurasa wowote hadi kwenye waraka wa mounekano unaozalisha " +"ukurasa huo." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" -msgstr "" +msgstr "Onesha Utambulisho wa kitu" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" +"inaonesha aina ya maudhui na utambulisho wa kipekee wa kurasa " +"zinazowakilisha kitu kimoja." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" -msgstr "" +msgstr "Hariri kitu hiki (dirisha la sasa)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." -msgstr "" +msgstr "Ruka hadi ukurasa wa utawala kwa kurasa zinazowakilisha kitu kimoja" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" -msgstr "" +msgstr "Hariri kitu hiki (dirisha jipya)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" +"Kama hapo juu, lakini hufungua ukurasa wa utawala katika dirisha jipya." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "Modeli" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "Templeti" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "Chujio" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "Tagi" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "Mionekano" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Buleani (Aidha Kweli au Si kweli)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Uga wa aina %(field_type)s" diff --git a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo index 9265bb3442b1d59e5a23680ea416059d6fb05026..4c77a114f4d1ef4ed1aa2626b5e85fe1a07de4ae 100644 Binary files a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po index af28ad007f20a29d1c27deff2d4b06d47caa59d0..11958540b94fc2c163c55379c177c9b76a853c89 100644 --- a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ஒட்டு:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "வடிகட்டி:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "நோற்றமிடு:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "பக்கம் %r இல்லை" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "மாதிரி:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "அனைத்து %s " -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "எண்ணிக்கை %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "புலத்தின் %s பொருள்" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s -ல் urlpattern தோன்றுவதில்லை" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "வீடு" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s -ல் urlpattern தோன்றுவதில்லை" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "வீடு" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "ஆவனமாக்கம்" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "புத்தகக்குறிகள்" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "ஆவணமாக்கக் குறியீடுகள்" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -124,62 +124,71 @@ msgstr "" " ஒருசில புத்தகக்குறிகளை செயல்படுத்தமுடியும்\n" " உங்களுக்கு, கணிணி \"internal\" என உறுதி செய்ய கணிணிமேளாலரை அணுகவும்.

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "இந்த பக்கத்திற்கான ஆவணம்" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "எந்த ஒரு பக்கத்திலிருந்தும் ஆவணப்பக்கத்தை பார்வையிடுதல், அந்த பக்கத்தை உருவாக்குகிறது." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "object ID-ஐ காட்டு" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "ஒரே object-ஐ குறிக்கும் பக்கங்களின் பொருளடக்க வகை மற்றும் unique ID-ஐ காட்டுகிறது." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "இதை திருத்துக (தற்போதைய சாளரம்)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "ஒரே object-ஐ குறிக்கும் பக்கங்களைக் காண மேலாளர் பக்கத்திற்கு செல்க." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "இதை திருத்துக. (புதிய சாளரம்)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "மேளாலர் பக்கத்தை முன்பு கண்டதுபோல், ஆனால் புதிய சாளரத்தில் திறக்கிறது." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "பூலியன் (சரி அல்லது தவறு)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" diff --git a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo index bec4e2820b9ed9cb7d13b833fec788e0f1168d23..f5163dbb6fdc005b69b3a101ca459295d0b4f0f5 100644 Binary files a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po index 185aa858a85960f7c5d7e40c79686e2f1483c834..7a0a3d603e61187905e8697e9ad84c44044711c1 100644 --- a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "టాగ్:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "వడపోత:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "దర్శనం:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%rఎప్ప్ దొరకలేడు" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "సంబంధించిన `%(app_label)s.%(data_type)s` అంశము" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "మొడల్:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "సంబంధించిన `%(app_label)s.%(object_name)s` వస్తువులు" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ఆన్నీ %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s సంఖ్య" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s వస్తువులలో ఫీల్డ్స్ " -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s యు ఆర్ యల్ నిర్మాణక్రమ అంశము లా లేదు " +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "నివాసము" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s యు ఆర్ యల్ నిర్మాణక్రమ అం #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "నివాసము" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "పత్రికీకరణ" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "నిర్దుష్ట గుర్తులు " -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "పత్రికీకరణ యొక్క నిర్దుష్ట గుర్తులు " -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -118,60 +118,69 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "ఈ పొరటుకు పత్రికీకరణ" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "వస్తువు ఇడి చూడండి" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "వస్తువు ని మార్చండి (ప్రస్తుత విండొ)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "వస్తువు ని మార్చండి(కొత్త విండొ) " -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "బూలియన్ (అవునా లేక కాదా)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" diff --git a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo index a65edb866df09a7131687a84e18c0ebfe3901185..f1755920e296b5f4981ed782db924063d286009e 100644 Binary files a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po index 24903f9149efd155397dd32f73cfa1e84cf7b4ea..5bc7797bb1c5187e44556e0b4ce2ce750c7fb949 100644 --- a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-09 06:17+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Vichai Vongvorakul \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ป้ายกำกับ:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "ตัวกรอง:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ดู:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "ไม่พบแอป %r " -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "ไม่พบโมเดล %(model_name)r ในแอป %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "ความสัมพันธ์`%(app_label)s.%(data_type)s` อ็อบเจ็กต์" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "โมเดล:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "ความสัมพันธ์`%(app_label)s.%(object_name)s` อ็อบเจ็กต์" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "ทั้งหมด %s " -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "จำนวนของ %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "ฟิลด์บน %s อ็อบเจ็กต์" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ดูเหมือนจะไม่ใช่ urlpattern อ็อบเจ็กต์" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "หน้าหลัก" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s ดูเหมือนจะไม่ใช่ urlpattern อ็อ #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "หน้าหลัก" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "เอกสารประกอบ" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Bookmarklets" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Documentation bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -125,60 +125,69 @@ msgstr "" "as \"internal\" (talk to your system administrator if you aren't sure if\n" "your computer is \"internal\").

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "เอกสารสำหรับหน้านี้" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "ย้ายจากทุกหน้าไปที่วิวที่สร้างหน้านั้นขึ้นมา" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "แสดงอ็อบเจ็กต์ไอดี" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "แสดง content-type และ unique ID เพื่อแสดงอ็อบเจ็กต์เพียงอย่างเดียว." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "แก้ไขออปเจ็กนี้ (ในหน้าต่างปัจจุบัน)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "ไปที่หน้าแอดมินเพื่อแสดงอ็อบเจ็กต์เพียงอย่างเดียว." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "แก้ไขออปเจ็กนี้ (หน้าใหม่)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "เหมือนด้านบน แต่เปิดหน้าต่างผู้ดูแลระบบในหน้าต่างใหม่" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Models" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Templates" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filters" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags:" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "View" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "ตรรกะแบบบูลหมายถึง ค่า\"จริง\" (True) หรือ \"ไม่จริง \" (False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ฟิลด์ข้อมูล: %(field_type)s" diff --git a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo index babb65192a9244517c567b6922d74b64158b2460..586cd46c7492cde8b6b60ea5e71d51762a5c8f32 100644 Binary files a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po index 3a4b6bfbf8c6c30056723b7c8eb2f01c6546d5f0..f0e7cc442fadfb3f8dcc40c642ebd0e7d6d5e8c4 100644 --- a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po @@ -7,74 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 20:34+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Murat Çorlu \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "etiket:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "filtre:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "görünüm:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r uygulaması bulunamadı" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(app_label)r uygulamasında %(model_name)r modeli bulunamadı" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "İlgili `%(app_label)s.%(data_type)s` nesnesi" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "ilgili `%(app_label)s.%(object_name)s` nesneleri" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "tüm %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s sayısı" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s nesnesindeki alanlar" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s geçerli bir adres kalıbı değil" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Anasayfa" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +96,18 @@ msgstr "%s geçerli bir adres kalıbı değil" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Anasayfa" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Dokümantasyon" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Kısayollar" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokümantasyon kısayolları" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -126,61 +126,70 @@ msgstr "" "istemciler \n" "tarafından kullanılabilir.

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Bu sayfa için dokümantasyon" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "Sizi, bu sayfayı üreten betiğin dokümantasyonuna yönlendirir." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Nesne numarasını göster" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Tek bir nesneyi temsil eden sayfaların içerik türünü ve numarasını gösterir." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Nesneyi düzenle (aynı pencerede)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Tek bir nesneyi temsil eden sayfaların yönetim sayfasını gösterir." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Nesneyi düzenle (yeni pencerede)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Yukarıdaki gibi, ancak yönetim sayfasını yeni bir pencerede açar." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Modeller" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Şablonlar" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filtreler" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Etiketler" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Görünümler" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Mantıksal (True ya da False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Alan türü: %(field_type)s" diff --git a/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo index f5bc58e5041ffbf378e072444adf0fc648633d74..57434da9257b3030bd8d56c97d89e35497f1d523 100644 Binary files a/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po index a93f20a51290d470e92161fe4e9fcf67fe66f7d1..6021261c34f6370cef5fd9c2b59b2e21e2fd8288 100644 --- a/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "билге:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "фильтр:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "күрсәтелеш:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "%r кушымтасы табылмаган" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "%(model_name)r моделе %(app_label)r кушымтасында табылмаган" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "бәйләнгән '%(app_label)s.%(data_type)s' объект" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модель:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "бәйләнгән '%(app_label)s.%(object_name)s' объектлар" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "бөтен %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s саны" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s объектлары өчен кырлар" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s urlpattern объектына ошамаган" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Өй" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s urlpattern объектына ошамаган" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Өй" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документация" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Кыстыргычлар" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Документация кыстыргычлары" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -121,11 +121,11 @@ msgstr "" "күчерегез я тычканның уң төймәсенә чирттереп кыстыргычлар исемлегенә кушыгыз." "

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Бу сәхифә өчен документация" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -133,50 +133,59 @@ msgstr "" "Теләсә нинди сәхифәдән сезне ул сәхифәне төзи торган view документациясенә " "җибәрә." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Объект идентификаторын күрсәтергә" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "Бер объектны күрсәтә торган сәхифәнең content-type һәм ID күрсәтә." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Бу объектны төзәтергә (шушы тәрәзәдә)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "Бер объектны күрсәтә торган сәхифәнең идарә сәхифәсенә җибәрә." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Бу объектны төзәтергә (яңа тәрәзәдә)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Өстәге кебек, тик идарә сәхифәсен яңа тәрәзәдә ача." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Логик (True яисә False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типтагы кыр" diff --git a/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6ce0e0a7f64e57c1c8ef70d5a96fa5488ed2c348 Binary files /dev/null and b/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..293be8558a9fa9e6bde4fd59f0854f243b900125 --- /dev/null +++ b/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,184 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2011-01-19 15:09+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: views.py:58 views.py:60 views.py:62 +msgid "tag:" +msgstr "" + +#: views.py:93 views.py:95 views.py:97 +msgid "filter:" +msgstr "" + +#: views.py:156 views.py:158 views.py:160 +msgid "view:" +msgstr "" + +#: views.py:188 +#, python-format +msgid "App %r not found" +msgstr "" + +#: views.py:195 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +#: views.py:207 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 +msgid "model:" +msgstr "" + +#: views.py:222 views.py:254 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#: views.py:226 views.py:259 +#, python-format +msgid "all %s" +msgstr "" + +#: views.py:231 views.py:264 +#, python-format +msgid "number of %s" +msgstr "" + +#: views.py:269 +#, python-format +msgid "Fields on %s objects" +msgstr "" + +#: views.py:361 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 +#: templates/admin_doc/missing_docutils.html:7 +#: templates/admin_doc/model_detail.html:15 +#: templates/admin_doc/model_index.html:9 +#: templates/admin_doc/template_detail.html:7 +#: templates/admin_doc/template_filter_index.html:8 +#: templates/admin_doc/template_tag_index.html:8 +#: templates/admin_doc/view_detail.html:7 +#: templates/admin_doc/view_index.html:8 +msgid "Documentation" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "Bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:11 +msgid "Documentation bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:15 +msgid "" +"\n" +"

To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

\n" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Documentation for this page" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:26 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:28 +msgid "Show object ID" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:29 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:31 +msgid "Edit this object (current window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:32 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:34 +msgid "Edit this object (new window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:35 +msgid "As above, but opens the admin page in a new window." +msgstr "" + +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 +msgid "Models" +msgstr "" + +#: templates/admin_doc/template_detail.html:8 +msgid "Templates" +msgstr "" + +#: templates/admin_doc/template_filter_index.html:9 +msgid "Filters" +msgstr "" + +#: templates/admin_doc/template_tag_index.html:9 +msgid "Tags" +msgstr "" + +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 +msgid "Views" +msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "True яке False" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типъем бусы" diff --git a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo index 4bbf3bc0bda2ed891973239c5e28a835d84d2c81..f8bcd1f545c11ffe2f27fd68a041f544d8310e64 100644 Binary files a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po index 503c763b7429da54a17bd19034caae69e2c0ef7c..111cc0986ade8b347a42be559dbe9ba6c2e1243f 100644 --- a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po @@ -7,75 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-11 17:21+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "тег:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "відфільтрувати:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "переглянути:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Прикладна система(app) %r не знайдена" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Модель %(model_name)r не знайдено в прикладній системі %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "пов'язаний `%(app_label)s.%(data_type)s` об'єкт" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "модель:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "пов'язані з `%(app_label)s.%(object_name)s` об'єкти" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "всі %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "кількість з %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Поля об'єктів %s" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s не є об'єктом urlpattern" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Домівка" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -85,30 +97,18 @@ msgstr "%s не є об'єктом urlpattern" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "Домівка" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "Документація" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Інтерактивні закладки" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Інтерактивні закладки документації" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -128,11 +128,11 @@ msgstr "" "впевнені,\n" "що сайт і ваш комп'ютер є в одній внутрішній мережі).

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Документація для цієї сторінки" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -140,11 +140,11 @@ msgstr "" "Перекидає вас з будь-якої сторінки в документацію для функції, що " "сгенерувала цю сторінку." -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Показати ID об'єкту" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -152,42 +152,51 @@ msgstr "" "Показує content-type та унікальний ID для сторінок, які являють собою єдиний " "об'єкт." -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Редагувати цей об'єкт (поточне вікно)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Перекидає до адміністраторської сторінки для сторінок, що відображають " "окремий об'єкт." -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Редагувати цей об'єкт (нове вікно)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Як і вище, але відкриває сторінку адміністрування у новому вікні." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Моделі" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Шаблони" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Фільтри" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Теги" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "Відображення" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Булеве значення (True або False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Тип поля: %(field_type)s" diff --git a/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo index 6e59bfbdf08e897f931a44a1cf0dc7bf029d59c1..ade26363064b21bf97016f3fcfc8a2c34d2c8134 100644 Binary files a/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po index ac62ebcc55a4c3813048e9e7db6903c967854f7f..f6686d8b1fbb18a2f99b03d1de01424cd2b3a682 100644 --- a/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "ٹیگ :" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "فلٹر:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "ویو:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "ایپلیکیشن %r نہیں ملی" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "ماڈل %(model_name)r ایپ %(app_label)r میں نہیں ملا" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "متعلقہ `%(app_label)s.%(data_type)s`اوبجیکٹ" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "model:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "متعلقہ `%(app_label)s.%(object_name)s` اوبجیکٹس" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "تمام %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%sکی تعداد " -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s اوبجیکٹ پر فیلڈز" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s بطور urlpattern ظاہر نہیں ہو رہا۔" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "صفحۂ اول" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "%s بطور urlpattern ظاہر نہیں ہو رہا۔" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "صفحۂ اول" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "طریق استعمال" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "بک مارک لیٹس" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "طریق استعمال کے بک مارک لیٹس" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -127,11 +127,11 @@ msgstr "" "کمپیوٹر \"internal\" ہے تو اپنے\n" "سسٹم کے منتظم سے رابطہ کریں)۔

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "اس صفحے کا طریق استعمال" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." @@ -139,11 +139,11 @@ msgstr "" "آپ کو لے جاتا ہے کسی بھی صفحے سے طریق استعمال کی طرف اس ویو کے لئے جو اس " "صفحے کو بناتا ہے۔" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "اوبجیکٹ کی آئی ڈی دکھائیں" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." @@ -151,42 +151,51 @@ msgstr "" "مضمون کی قسم اور منفرد آئی ڈی دکھاتا ہے ان صفحوں کے لئے جو سنگل اوبجیکٹ کی " "نمائندگی کرتے ہیں۔" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "اس اوبجیکٹ کو ایڈٹ کریں (موجودہ ونڈو)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "منتظم کے صفحے کی طرف جمپ کرتا ھے ان صفحوں کے لئے سنگل اوبجیکٹ کی نمائندگی " "کرتے ہیں۔" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "اس اوبجیکٹ کو ایڈٹ کریں (نئی ونڈو)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "اوپر کی طرح ھے۔ لیکن منتظم کے صفحے کو نئی ونڈو میں کھولتا ھے۔" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "بولین (True یا False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s قسم کا خانہ" diff --git a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo index c66d8c2d9d547d7a9aef11e9ef9980a56ef3d97b..6d8f7858c612d8125ca3fc916a9340bafafd0bd4 100644 Binary files a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po index 079ea99d79a3c2820c78a4db8a6f8d2aff41b87f..57dd9af43c5388aa6d8f25f67ac2d4acc673b9e5 100644 --- a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po @@ -6,74 +6,86 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "Nhãn:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "Lọc:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "Xem:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "Ứng dụng %r không tìm thấy" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Mẫu %(model_name)r không tìm thấy trong ứng dụng %(app_label)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "mẫu:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "liên quan tới đối tượng `%(app_label)s.%(object_name)s`" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "Tất cả %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "số của %s" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "Trang chủ" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +95,18 @@ msgstr "" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" -msgstr "" +msgstr "Tài liệu" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -117,60 +117,69 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Hiện ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Sửa lại đối tượng này (ở cửa sổ hiện tại)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Sửa lại đối tượng này (trong cửa sổ mới)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Như trên nhưng mở trang quản trị ở một cửa sổ mới." -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "Boolean (hoặc là Đúng hoặc là Sai)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Trường thuộc dạng: %(field_type)s " diff --git a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo index 5a49de49fe5d5df237f13dcdd3058e3ab5acf3d2..1401ea17934c8448c5520e0cd5dff4066b943bfe 100644 Binary files a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po index f054928a4677227a98445056b749ddd411f52833..dbdeec03af691ca313ad60d84f64de61fd2d1438 100644 --- a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po @@ -2,78 +2,91 @@ # # Translators: # Jannis Leidel , 2011. +# Kevin Shi , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "标签:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "过滤器:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "视图:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "应用 %r 没有找到" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "在应用 %(app_label)r 里找不到模型 %(model_name)r" -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "相关的 `%(app_label)s.%(data_type)s` 对象" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "模型:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "相关的 `%(app_label)s.%(object_name)s` 对象" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "所有 %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s 的数量" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s 对象的字段" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s 似乎不是一个 urlpattern 对象" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "首页" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -83,30 +96,18 @@ msgstr "%s 似乎不是一个 urlpattern 对象" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "首页" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "文档" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "书签" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "文档书签" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -123,60 +124,69 @@ msgstr "" "被指定为\"内部\"的计算机上查看(如果不确定你的计算机\n" "是否为\"内部\"的,不妨跟你的系统管理员沟通一下)。

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "关于本页面的文档" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "从任何页面跳转到生成该页面的 view 文档。" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "显示对象 ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "为那些展现单个对象的页面,显示 content-type 和唯一 ID。" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "编辑该对象(当前窗口)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "跳转到用于展现单个对象的页面的管理页。" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "编辑该对象(新窗口)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "同上,但在新窗口中打开管理页面。" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "模型" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "模板" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "过滤器" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "标签" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "视图" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "布尔值(真或假)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "字段类型:%(field_type)s" diff --git a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo index 2055e5b1971a7cc25e3130fa52bc27c7253570ed..498a006c0e64a8084a9467ed4d6536305f1fa1dd 100644 Binary files a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po index 9f4cebb98e6d58bbdcd536713d9e6500d4768936..aebabd3060df99a792e68ec81471b154b9d70ea7 100644 --- a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po @@ -3,78 +3,91 @@ # Translators: # Jannis Leidel , 2011. # quantum9876 , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-02-14 13:06+0000\n" -"Last-Translator: quantum9876 \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-22 09:28+0200\n" +"PO-Revision-Date: 2012-10-22 08:46+0000\n" +"Last-Translator: yyc1217 \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:57 views.py:59 views.py:61 +#: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "標籤:" -#: views.py:92 views.py:94 views.py:96 +#: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "過濾器:" -#: views.py:155 views.py:157 views.py:159 +#: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "視圖:" -#: views.py:187 +#: views.py:188 #, python-format msgid "App %r not found" msgstr "應用程式 %r 没有找到" -#: views.py:194 +#: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "未在%(app_label)r 找到模組 %(model_name)r " -#: views.py:206 +#: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "有關 `%(app_label)s.%(data_type)s` 的物件" -#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 -#: views.py:263 +#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 +#: views.py:264 msgid "model:" msgstr "模型:" -#: views.py:221 views.py:253 +#: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "有關 `%(app_label)s.%(object_name)s` 的物件" -#: views.py:225 views.py:258 +#: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "所有 %s" -#: views.py:230 views.py:263 +#: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "%s 的数量" -#: views.py:268 +#: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "%s 物件的欄位" -#: views.py:360 +#: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s 似乎不是一個 urlpattern 物件" +#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 +#: templates/admin_doc/missing_docutils.html:6 +#: templates/admin_doc/model_detail.html:14 +#: templates/admin_doc/model_index.html:8 +#: templates/admin_doc/template_detail.html:6 +#: templates/admin_doc/template_filter_index.html:7 +#: templates/admin_doc/template_tag_index.html:7 +#: templates/admin_doc/view_detail.html:6 +#: templates/admin_doc/view_index.html:7 +msgid "Home" +msgstr "首頁" + #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 @@ -84,30 +97,18 @@ msgstr "%s 似乎不是一個 urlpattern 物件" #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 -msgid "Home" -msgstr "首頁" - -#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8 -#: templates/admin_doc/missing_docutils.html:8 -#: templates/admin_doc/model_detail.html:16 -#: templates/admin_doc/model_index.html:10 -#: templates/admin_doc/template_detail.html:8 -#: templates/admin_doc/template_filter_index.html:9 -#: templates/admin_doc/template_tag_index.html:9 -#: templates/admin_doc/view_detail.html:8 -#: templates/admin_doc/view_index.html:9 msgid "Documentation" msgstr "文件" -#: templates/admin_doc/bookmarklets.html:9 +#: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "書籤" -#: templates/admin_doc/bookmarklets.html:12 +#: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "文件 bookmarklets" -#: templates/admin_doc/bookmarklets.html:16 +#: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -123,60 +124,69 @@ msgstr "" "些 bookmarklet 要求你必須是從被稱為 \"內部\" 的電腦來檢視網站的 (如果你不確定" "你的電腦是否在 \"內部\",那就和你的系統管理員談談)。

\n" -#: templates/admin_doc/bookmarklets.html:26 +#: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "本頁面的文件" -#: templates/admin_doc/bookmarklets.html:27 +#: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "讓你跳到用來產生該頁面之檢視的任何一頁文件。" -#: templates/admin_doc/bookmarklets.html:29 +#: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "顯示物件 ID" -#: templates/admin_doc/bookmarklets.html:30 +#: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "顯示用來表示單一物件的頁面 content-type 與唯一 ID。" -#: templates/admin_doc/bookmarklets.html:32 +#: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "編輯此物件 (目前視窗)" -#: templates/admin_doc/bookmarklets.html:33 +#: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "跳到用來表示單一物件的管理頁面。" -#: templates/admin_doc/bookmarklets.html:35 +#: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "編輯此物件 (新視窗)" -#: templates/admin_doc/bookmarklets.html:36 +#: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "同上,但在新視窗裡開啟管理頁面。" -#: templates/admin_doc/model_detail.html:17 -#: templates/admin_doc/model_index.html:11 +#: templates/admin_doc/model_detail.html:16 +#: templates/admin_doc/model_index.html:10 msgid "Models" -msgstr "" +msgstr "模型" -#: templates/admin_doc/template_detail.html:9 +#: templates/admin_doc/template_detail.html:8 msgid "Templates" -msgstr "" +msgstr "模版" -#: templates/admin_doc/template_filter_index.html:10 +#: templates/admin_doc/template_filter_index.html:9 msgid "Filters" -msgstr "" +msgstr "過濾器" -#: templates/admin_doc/template_tag_index.html:10 +#: templates/admin_doc/template_tag_index.html:9 msgid "Tags" -msgstr "" +msgstr "標籤" -#: templates/admin_doc/view_detail.html:9 -#: templates/admin_doc/view_index.html:10 +#: templates/admin_doc/view_detail.html:8 +#: templates/admin_doc/view_index.html:9 msgid "Views" -msgstr "" +msgstr "視圖" + +#: tests/__init__.py:23 +msgid "Boolean (Either True or False)" +msgstr "布林值 (True 或 False)" + +#: tests/__init__.py:33 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "欄位型態: %(field_type)s" diff --git a/django/contrib/auth/locale/af/LC_MESSAGES/django.mo b/django/contrib/auth/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3f328353c196ef8df1df85ae76984ca87bc271df Binary files /dev/null and b/django/contrib/auth/locale/af/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/af/LC_MESSAGES/django.po b/django/contrib/auth/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..94fc110b59e95951644461ee798905f408d9572e --- /dev/null +++ b/django/contrib/auth/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,279 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2011-01-19 15:33+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/" +"language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:41 +msgid "Personal info" +msgstr "" + +#: admin.py:42 +msgid "Permissions" +msgstr "" + +#: admin.py:44 +msgid "Important dates" +msgstr "" + +#: admin.py:126 +msgid "Password changed successfully." +msgstr "" + +#: admin.py:136 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 +msgid "A user with that username already exists." +msgstr "" + +#: forms.py:68 forms.py:269 forms.py:329 +msgid "The two password fields didn't match." +msgstr "" + +#: forms.py:70 forms.py:115 +msgid "Username" +msgstr "" + +#: forms.py:72 forms.py:116 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +#: forms.py:75 forms.py:119 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters." +msgstr "" + +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 +msgid "Password" +msgstr "Wagwoord" + +#: forms.py:79 +msgid "Password confirmation" +msgstr "" + +#: forms.py:81 +msgid "Enter the same password as above, for verification." +msgstr "Vul dieselfde wagwoord in as hierbo, for bevestiging." + +#: forms.py:122 +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" + +#: forms.py:151 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +#: forms.py:153 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: forms.py:155 +msgid "This account is inactive." +msgstr "" + +#: forms.py:206 +msgid "" +"That email address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: forms.py:208 tests/forms.py:374 +msgid "" +"The user account associated with this email address cannot reset the " +"password." +msgstr "" + +#: forms.py:211 +msgid "Email" +msgstr "" + +#: forms.py:271 +msgid "New password" +msgstr "Nuwe wagwoord" + +#: forms.py:273 +msgid "New password confirmation" +msgstr "" + +#: forms.py:302 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: forms.py:305 +msgid "Old password" +msgstr "Ou wagwoord" + +#: forms.py:333 +msgid "Password (again)" +msgstr "Wagwoord (weer)" + +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 +msgid "algorithm" +msgstr "" + +#: hashers.py:242 +msgid "iterations" +msgstr "" + +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 +msgid "salt" +msgstr "" + +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 +msgid "hash" +msgstr "" + +#: hashers.py:293 +msgid "work factor" +msgstr "" + +#: hashers.py:295 +msgid "checksum" +msgstr "" + +#: models.py:72 models.py:121 +msgid "name" +msgstr "" + +#: models.py:74 +msgid "codename" +msgstr "" + +#: models.py:78 +msgid "permission" +msgstr "" + +#: models.py:79 models.py:123 +msgid "permissions" +msgstr "" + +#: models.py:128 +msgid "group" +msgstr "" + +#: models.py:129 models.py:301 +msgid "groups" +msgstr "" + +#: models.py:200 +msgid "password" +msgstr "" + +#: models.py:201 +msgid "last login" +msgstr "" + +#: models.py:298 +msgid "superuser status" +msgstr "" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "" + +#: models.py:377 +msgid "username" +msgstr "" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" + +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "" + +#: models.py:384 +msgid "last name" +msgstr "" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "" + +#: models.py:387 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: models.py:389 +msgid "active" +msgstr "" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: models.py:392 +msgid "date joined" +msgstr "" + +#: models.py:400 +msgid "user" +msgstr "" + +#: models.py:401 +msgid "users" +msgstr "" + +#: views.py:94 +msgid "Logged out" +msgstr "" + +#: templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" diff --git a/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo index 04b69f2ce26e2278381c6ff88be974561b846e4a..b73ef9ce5026421bb69d17adfc040cc5b71c9ebe 100644 Binary files a/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ar/LC_MESSAGES/django.po b/django/contrib/auth/locale/ar/LC_MESSAGES/django.po index ecc719a23b129c58eea11e0fa1018c838b583f22..980b4f152063370fb7133e3aed11b2c437fc6587 100644 --- a/django/contrib/auth/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ar/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: admin.py:41 msgid "Personal info" @@ -30,197 +30,231 @@ msgstr "الصلاحيات" msgid "Important dates" msgstr "تواريخ مهمة" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "تم تغيير كلمة المرور بنجاح." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "غيّر كلمة المرور: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "هناك مستخدم موجود مسبقاً بهذا الاسم." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "حقلا كلمتي المرور غير متطابقين." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "اسم المستخدم" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "مطلوب. 30 حرف أو أقل. يتكوّن من حروف، وأرقام، والرموز @/./+/-/_ فقط." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "هذه القيمة يجب أن تحتوي الأحرف، والأرقام، والرموز @/./+/-/_ فقط." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "كلمة المرور" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "تأكيد كلمة المرور" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "أدخل كلمة المرور ذاتها التي أعلاه لتأكيدها." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"رجاءً أدخل اسم مستخدم وكلمة مرور صحيحين، وانتبه إلى أن كلا الحقلين حساس لحالة " -"الأحرف." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "يبدو بأن الكوكيز غير مفعله في متصفحك، الكوكيز مطلوبة للتمكن من الدخول." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "هذا الحساب غير نشط." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"عنوان البريد الإلكتروني هذا ليس مرتبط بأي حساب مستخدم. أأنت متأكد أنك قمت " -"بالتسجيل؟" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "عنوان بريد إلكتروني" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "كلمة المرور الجديدة" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "تأكيد كلمة المرور الجديدة" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "كلمة مرورك القديمة غير صحيحة. رجاءً أدخلها مرة أخرى." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "كلمة المرور القديمة" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "كلمة المرور (مجدداً)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "الاسم" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "الاسم الرمزي" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "الصلاحية" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "الصلاحيات" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "مجموعة" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "المجموعات" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "كلمة المرور" + +#: models.py:201 +msgid "last login" +msgstr "آخر دخول" + +#: models.py:298 +msgid "superuser status" +msgstr "حالة المستخدم الخارق" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"حدد بأن هذا المستخدم يمتلك كافة الصلاحيات دون الحاجة لتحديدها له تصريحا." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "صلاحيات المستخدم" + +#: models.py:377 msgid "username" msgstr "اسم المستخدم" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "مطلوب. 30 حرف أو أقل. يتكوّن من حروف، وأرقام، والرموز @/./+/-/_ فقط." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "الاسم الأول" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "الاسم الأخير" -#: models.py:237 -msgid "e-mail address" -msgstr "عنوان البريد الإلكتروني" - -#: models.py:238 -msgid "password" -msgstr "كلمة المرور" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "حالة الطاقم" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "يحدد ما إذا كان المستخدم يستطيع الدخول إلى موقع الإدارة هذا." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "نشط" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -228,51 +262,22 @@ msgstr "" "يحدد ما إذا كان المستخدم سيُعامل على أنّه نشط. أزل تحديد ها الخيار بدلاً من حذف " "الحسابات." -#: models.py:245 -msgid "superuser status" -msgstr "حالة المستخدم الخارق" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"حدد بأن هذا المستخدم يمتلك كافة الصلاحيات دون الحاجة لتحديدها له تصريحا." - -#: models.py:248 -msgid "last login" -msgstr "آخر دخول" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "تاريخ الانضمام" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "صلاحيات المستخدم" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "مستخدم" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "المستخدمين" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "تم الخروج" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "أدخل عنوان بريد إلكتروني صحيح." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/az/LC_MESSAGES/django.mo b/django/contrib/auth/locale/az/LC_MESSAGES/django.mo index 61346dcb6858dfe7120ae317f04d6d36910d0adf..d9dd0c1939ce44f6c40f0cffa9e33611d3d86731 100644 Binary files a/django/contrib/auth/locale/az/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/az/LC_MESSAGES/django.po b/django/contrib/auth/locale/az/LC_MESSAGES/django.po index 78ffb4e824f31d8149fc4ffb9bcf696433838b48..cf55166c55b4415312d1cb628c7e8528d027265e 100644 --- a/django/contrib/auth/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/az/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -29,65 +29,72 @@ msgstr "İcazələr" msgid "Important dates" msgstr "Vacib tarixlər" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Parol uğurla dəyişdirildi" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Parolu dəyiş: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Bu istifadəçi adı altında başqa istifadəçi var." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Parollar üst-üstə düşmədi." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "İstifadəçi adı" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Vacibdir. 30 simvoldan az olmalıdır. Yalnız hərf, rəqəm və @/./+/-/_ " "simvollarından istifadə etmək olar." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Yalnız hərf, rəqəm və @/./+/-/_ simvollarından istifadə etmək olar." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Parol" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Parolun təsdiqi" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Yuxarıdakı parolu daxil edin ki, dəqiqliyinə əmin olaq." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Düzgün istifadəçi adı və parolu daxil edin. Nəzərə alın ki, hər iki sahə " -"üçün böyük-kiçik hərflərdə fərq var." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -95,139 +102,164 @@ msgstr "" "Sizin brauzerdə kukilər (cookie) aktiv deyil. Daxil olmaq üçün onlar aktiv " "olmağı vacibdir." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Bu hesab qeyri-aktivdir." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Bu e-poçt ünvanı heç bir hesaba bağlı deyil. Qeydiyyatdan keçdiyinizə " -"əminsinizmi?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Bu e-poçt ünvanı ilə qeydiyyatdan keçmiş hesab parolu sıfırlaya bilməz." -#: forms.py:196 -msgid "E-mail" -msgstr "E-poçt" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Yeni parol" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Yeni parolun təsdiqi" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Köhnə parolu səhv daxil etdiniz. Bir daha cəhd etməyinizi xahiş edirik." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Köhnə parol" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Parol (bir daha)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ad" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kod adı" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "icazə" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "icazələr" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "qrup" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "qruplar" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "parol" + +#: models.py:201 +msgid "last login" +msgstr "son dəfə daxil olub" + +#: models.py:298 +msgid "superuser status" +msgstr "superistifadəçi statusu" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "İstifadəçiyə bütün icazələri verir." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "səlahiyyətləri" + +#: models.py:377 msgid "username" msgstr "istifadəçi adı" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Vacibdir. 30 simvola bərabər və ya az olmalıdır. Yalnız hərf, rəqəm və @/./" "+/-/_ simvollarından istifadə etmək olar." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ad" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "soyad" -#: models.py:237 -msgid "e-mail address" -msgstr "e-poçt ünvanı" - -#: models.py:238 -msgid "password" -msgstr "parol" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "admin statusu" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "İstifadəçinin admin panelinə daxil olub, olmayacağını təyin edir." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "Aktiv" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -235,50 +267,22 @@ msgstr "" "İstifadəçinin aktiv və ya qeyri-aktiv olmasını təyin edir. Hesabları silmək " "əvəzinə bundan istifadə edin." -#: models.py:245 -msgid "superuser status" -msgstr "superistifadəçi statusu" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "İstifadəçiyə bütün icazələri verir." - -#: models.py:248 -msgid "last login" -msgstr "son dəfə daxil olub" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "qoşulub" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "səlahiyyətləri" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "istifadəçi" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "istifadəçilər" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Çıxdınız" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "düzgün e-poçt ünvanını daxil edin." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/be/LC_MESSAGES/django.mo b/django/contrib/auth/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..01d5ac5c00d6d33986993c9801d6dccfef2a7219 Binary files /dev/null and b/django/contrib/auth/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/be/LC_MESSAGES/django.po b/django/contrib/auth/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..90e5258414b8d7527678bce99b4b5005a3f5872e --- /dev/null +++ b/django/contrib/auth/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,294 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: admin.py:41 +msgid "Personal info" +msgstr "Асабістыя зьвесткі" + +#: admin.py:42 +msgid "Permissions" +msgstr "Дазволы" + +#: admin.py:44 +msgid "Important dates" +msgstr "Важныя даты" + +#: admin.py:126 +msgid "Password changed successfully." +msgstr "Пароль зьмянілі." + +#: admin.py:136 +#, python-format +msgid "Change password: %s" +msgstr "Зьмяніць пароль: %s" + +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 +msgid "A user with that username already exists." +msgstr "Карыстальнік з такім іменем ужо існуе." + +#: forms.py:68 forms.py:269 forms.py:329 +msgid "The two password fields didn't match." +msgstr "Не супадаюць паролі ў двух палях." + +#: forms.py:70 forms.py:115 +msgid "Username" +msgstr "Імя карыстальніка" + +#: forms.py:72 forms.py:116 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Абавязковае поле. Да трыццаці знакаў. Толькі лічбы, літары ды знакі «@», " +"«.» (кропка), «+», «-», «_»." + +#: forms.py:75 forms.py:119 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters." +msgstr "" +"Дазваляюцца толькі літары, лічбы ды знакі «@», «.» (кропка), «+», «-», «_»." + +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 +msgid "Password" +msgstr "Пароль" + +#: forms.py:79 +msgid "Password confirmation" +msgstr "Пацьвердзіце пароль" + +#: forms.py:81 +msgid "Enter the same password as above, for verification." +msgstr "Дзеля пэўнасьці набярыце такі самы пароль яшчэ раз." + +#: forms.py:122 +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" +"Паролі не захоўваюцца ў такім выглядзе, як іх набралі, таму ўбачыць пароль " +"карыстальніка нельга, але яго можна зьмяніць тут." + +#: forms.py:151 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +#: forms.py:153 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" +"Падобна, што сеціўны аглядальнік не дазваляе сьляды («кукі»). Але каб " +"увайсьці, трэба дазволіць «сьляды»." + +#: forms.py:155 +msgid "This account is inactive." +msgstr "Рахунак ня дзейнічае." + +#: forms.py:206 +msgid "" +"That email address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: forms.py:208 tests/forms.py:374 +msgid "" +"The user account associated with this email address cannot reset the " +"password." +msgstr "" + +#: forms.py:211 +msgid "Email" +msgstr "" + +#: forms.py:271 +msgid "New password" +msgstr "Новы пароль" + +#: forms.py:273 +msgid "New password confirmation" +msgstr "Пацьвердзіце новы пароль" + +#: forms.py:302 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Пазначылі неадпаведны стары пароль. Набярыце яго зноўку." + +#: forms.py:305 +msgid "Old password" +msgstr "Стары пароль" + +#: forms.py:333 +msgid "Password (again)" +msgstr "Пароль (яшчэ раз)" + +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 +msgid "algorithm" +msgstr "альґарытм" + +#: hashers.py:242 +msgid "iterations" +msgstr "паўтарэньні" + +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 +msgid "salt" +msgstr "соль" + +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 +msgid "hash" +msgstr "скарот" + +#: hashers.py:293 +msgid "work factor" +msgstr "множнік працы" + +#: hashers.py:295 +msgid "checksum" +msgstr "кантрольная сума" + +#: models.py:72 models.py:121 +msgid "name" +msgstr "назва" + +#: models.py:74 +msgid "codename" +msgstr "найменьне" + +#: models.py:78 +msgid "permission" +msgstr "дазвол" + +#: models.py:79 models.py:123 +msgid "permissions" +msgstr "дазволы" + +#: models.py:128 +msgid "group" +msgstr "суполка" + +#: models.py:129 models.py:301 +msgid "groups" +msgstr "суполкі" + +#: models.py:200 +msgid "password" +msgstr "пароль" + +#: models.py:201 +msgid "last login" +msgstr "апошні раз уваходзіў" + +#: models.py:298 +msgid "superuser status" +msgstr "становішча спраўніка" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Паказвае, ці мае карыстальнік усе дазволы без таго, каб іх яўна прызначаць." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Суполкі, у якія ўваходзіць карыстальнік. Карыстальнік атрымае дазволы, якія " +"мае кожная ягоная суполка." + +#: models.py:306 +msgid "user permissions" +msgstr "дазволы карыстальніка" + +#: models.py:377 +msgid "username" +msgstr "імя карыстальніка" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Абавязковае поле. Да трыццаці знакаў. Лічбы, літары ды знакі «@», " +"«.» (кропка), «+», «-», «_»." + +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "імя" + +#: models.py:384 +msgid "last name" +msgstr "прозьвішча" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "становішча" + +#: models.py:387 +msgid "Designates whether the user can log into this admin site." +msgstr "Паказвае, ці можа карыстальнік ўваходзіць на кіраўнічую пляцоўку." + +#: models.py:389 +msgid "active" +msgstr "дзейны" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Паказвае, ці трэба ставіцца да карыстальніка як да дзейнага. Замест таго " +"каб, каб выдаляць рахунак, зраіце карыстальніка нядзейным." + +#: models.py:392 +msgid "date joined" +msgstr "калі далучылі" + +#: models.py:400 +msgid "user" +msgstr "карыстальнік" + +#: models.py:401 +msgid "users" +msgstr "карыстальнікі" + +#: views.py:94 +msgid "Logged out" +msgstr "Не ўвайшоў" + +#: templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Узнавіць пароль на %(site_name)s" diff --git a/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo b/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo index 707f064d6865e7e68e28399a6e54f516c44241aa..75592edc2f85b965f41a5cc9fcd00ed6c034e3ab 100644 Binary files a/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/bg/LC_MESSAGES/django.po b/django/contrib/auth/locale/bg/LC_MESSAGES/django.po index e3c896a86189fbb5c10181691b4bef016193894d..70bb6287122fd4f2617c6d718dc64aba81a18747 100644 --- a/django/contrib/auth/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/bg/LC_MESSAGES/django.po @@ -2,22 +2,23 @@ # # Translators: # Boris Chervenkov , 2012. +# , 2012. # Jannis Leidel , 2011. -# Todor Lubenov , 2011. +# Todor Lubenov , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Boris Chervenkov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Todor Lubenov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,63 +32,73 @@ msgstr "Права" msgid "Important dates" msgstr "Важни дати" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Паролата беше променена успешно. " -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Промени парола: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Потребител с това потребителско име вече съществува. " -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Двете полета за паролата не съвпадат. " -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Потребител" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Задължително. 30 знака или по-малко. Букви, цифри и @/./+/-/_ ." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Тази стойност може да съдържа само букви, цифри и @/./+/-/_ символи." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Парола" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Потвърждение на паролата" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Въведете същата парола още веднъж за проверка. " -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Ние не запаметяваме паролите в чист вид, така че няма как да видите паролата " +"на този потребител. Можете да промените паролата чрез този формуляр." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Въведете правилно потребителско име и парола. И двете полета правят разлика " -"между малки и големи букви!" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -95,137 +106,165 @@ msgstr "" "Браузърът, който използвате не поддържа cookies, а те са необходими за да " "можете да се впишете. " -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Този профил е неактивен." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Няма обвързан потребителски профил с този email адрес. Сигурни ли сте, че " -"сте се регистрирали?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Потребителският профил, свързан с този email адрес, не може да променя " -"паролата." -#: forms.py:196 -msgid "E-mail" -msgstr "Email адрес" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Нова парола" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "потвърждение на нова паролата" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Въвели сте погрешна стара парола. Въведете я отново. " -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Стара парола" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Парола (отново)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "алгоритъм" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "повторения" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "'salt'" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "хеш" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "работен фактор" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "чексума" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "име" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "код" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "право" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "права" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "група" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "групи" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "парола" + +#: models.py:201 +msgid "last login" +msgstr "последно вписване" + +#: models.py:298 +msgid "superuser status" +msgstr "статут на супер-потребител" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Указва, че този потребител има всички права (без да има нужда да се " +"изброяват изрично)." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Групата, към която този потребител принадлежи. Този потребител ще получи " +"правата на всяка група, към която принадлежи." + +#: models.py:306 +msgid "user permissions" +msgstr "права на потребител" + +#: models.py:377 msgid "username" msgstr "потребител" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Задължително. 30 знака или по-малко. Букви, цифри и символи @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "собствено име" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "фамилно име" -#: models.py:237 -msgid "e-mail address" -msgstr "email адрес" - -#: models.py:238 -msgid "password" -msgstr "парола" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "статус на персонал" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Указва дали този потребител има достъп до административния панел." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "активен" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -233,52 +272,22 @@ msgstr "" "Указва дали този потребител трябва да се третира като активен. Премахнете на " "избора на това, вместо да триете профила." -#: models.py:245 -msgid "superuser status" -msgstr "статут на супер-потребител" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Указва, че този потребител има всички права (без да има нужда да се " -"изброяват изрично)." - -#: models.py:248 -msgid "last login" -msgstr "последно вписване" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "дата на регистриране" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "права на потребител" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "потребител" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "потребители" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Извън системата" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Въведете валиден email адрес. " - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo index a1894906d4ef21f3910b2a24205b695d8a405fcf..e12a555f33af8f4bca706cf08a5a3d20769535fd 100644 Binary files a/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/bn/LC_MESSAGES/django.po b/django/contrib/auth/locale/bn/LC_MESSAGES/django.po index a6031a9b21a4d2e5ea264aba8fcfd730986e0eb2..c8921ef637fdccf53ade71f4c0289662b549b5de 100644 --- a/django/contrib/auth/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/bn/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,244 +29,252 @@ msgstr "অনুমোদন" msgid "Important dates" msgstr "গুরুত্বপূর্ণ তারিখ" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "পাসওয়ার্ড বদল সফল হয়েছে।" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "পাসওয়ার্ড বদলানঃ %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "এই সদস্যনামে একজন সদস্য আছেন।" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "পাসওয়ার্ড দুটো মেলেনি।" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "সদস্যনাম" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "পাসওয়ার্ড" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "পাসওয়ার্ড নিশ্চিত করুন" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "উপরের পাসওয়ার্ডটি পুনরায় প্রবেশ করান, যাচাইয়ের জন্য।" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "অনুগ্রহপূর্বক সঠিক সদস্যনাম ও পাসওয়ার্ড প্রবেশ করান।" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "আপনার ব্রাউজার কুকি গ্রহণে সক্ষম নয়। লগইন করার জন্য কুকি আবশ্যক।" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "এই একাউন্টটি কার্যকর নয়।" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"এই ইমেইল ঠিকানা কোন সদস্য একাউন্টের সাথে সম্পর্কিত নয়। আপনি কি নিবন্ধন করেছেন?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "ইমেইল" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "নতুন পাসওয়ার্ড" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "নতুন পাসওয়ার্ড নিশ্চিতকরণ" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "আপনার পুরনো পাসওয়ার্ড ঠিকভাবে প্রবেশ করানো হয়নি। অনুগ্রহপূর্বক সঠিক পাসওয়ার্ড দিন।" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "পুরনো পাসওয়ার্ড" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "পাসওয়ার্ড (পুনরায়)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "নাম" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "কোডনাম" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "অনুমোদন" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "অনুমোদন" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "দল" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "দল সমূহ" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "পাসওয়ার্ড" + +#: models.py:201 +msgid "last login" +msgstr "সর্বশেষ প্রবেশ" + +#: models.py:298 +msgid "superuser status" +msgstr "সুপারইউজার মর্যাদা" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "সদস্যকে সকল ধরণের অনুমতি প্রদান করে।" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "সদস্যের অনুমোদন সমূহ" + +#: models.py:377 msgid "username" msgstr "সদস্যনাম" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "প্রথম নাম" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "শেষ নাম" -#: models.py:237 -msgid "e-mail address" -msgstr "ইমেইল ঠিকানা" - -#: models.py:238 -msgid "password" -msgstr "পাসওয়ার্ড" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "স্টাফ মর্যাদা" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "সদস্যকে প্রশাসন সাইটে প্রবেশাধিকার প্রদান।" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "সচল" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "সদস্যকে সচল হিসেবে নির্ধারণ করুন। একাউন্ট মুছে ফেলার বদলে এটি ব্যবহার করুন।" -#: models.py:245 -msgid "superuser status" -msgstr "সুপারইউজার মর্যাদা" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "সদস্যকে সকল ধরণের অনুমতি প্রদান করে।" - -#: models.py:248 -msgid "last login" -msgstr "সর্বশেষ প্রবেশ" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "যোগদানের তারিখ" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "সদস্যের অনুমোদন সমূহ" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "সদস্য" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "সদস্যগণ" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "প্রস্থান সম্পন্ন" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "বৈধ ইমেইল ঠিকানা দিন।" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/br/LC_MESSAGES/django.mo b/django/contrib/auth/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c109abd1e46745bb810c7a35ebb950cddc058fdf Binary files /dev/null and b/django/contrib/auth/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/br/LC_MESSAGES/django.po b/django/contrib/auth/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..62924c17126010ea0961dfcdf9df94014e533e90 --- /dev/null +++ b/django/contrib/auth/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,280 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:41 +msgid "Personal info" +msgstr "" + +#: admin.py:42 +msgid "Permissions" +msgstr "" + +#: admin.py:44 +msgid "Important dates" +msgstr "" + +#: admin.py:126 +msgid "Password changed successfully." +msgstr "" + +#: admin.py:136 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 +msgid "A user with that username already exists." +msgstr "" + +#: forms.py:68 forms.py:269 forms.py:329 +msgid "The two password fields didn't match." +msgstr "" + +#: forms.py:70 forms.py:115 +msgid "Username" +msgstr "" + +#: forms.py:72 forms.py:116 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +#: forms.py:75 forms.py:119 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters." +msgstr "" + +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 +msgid "Password" +msgstr "Ger-tremen" + +#: forms.py:79 +msgid "Password confirmation" +msgstr "" + +#: forms.py:81 +msgid "Enter the same password as above, for verification." +msgstr "" + +#: forms.py:122 +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" + +#: forms.py:151 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +#: forms.py:153 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: forms.py:155 +msgid "This account is inactive." +msgstr "" + +#: forms.py:206 +msgid "" +"That email address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: forms.py:208 tests/forms.py:374 +msgid "" +"The user account associated with this email address cannot reset the " +"password." +msgstr "" + +#: forms.py:211 +msgid "Email" +msgstr "" + +#: forms.py:271 +msgid "New password" +msgstr "Ger-tremen nevez" + +#: forms.py:273 +msgid "New password confirmation" +msgstr "Kadarnaat ar ger-tremen nevez" + +#: forms.py:302 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: forms.py:305 +msgid "Old password" +msgstr "Ger-tremen kozh" + +#: forms.py:333 +msgid "Password (again)" +msgstr "Ger-tremen (adarre)" + +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 +msgid "algorithm" +msgstr "" + +#: hashers.py:242 +msgid "iterations" +msgstr "" + +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 +msgid "salt" +msgstr "" + +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 +msgid "hash" +msgstr "" + +#: hashers.py:293 +msgid "work factor" +msgstr "" + +#: hashers.py:295 +msgid "checksum" +msgstr "" + +#: models.py:72 models.py:121 +msgid "name" +msgstr "anv" + +#: models.py:74 +msgid "codename" +msgstr "" + +#: models.py:78 +msgid "permission" +msgstr "" + +#: models.py:79 models.py:123 +msgid "permissions" +msgstr "" + +#: models.py:128 +msgid "group" +msgstr "strollad" + +#: models.py:129 models.py:301 +msgid "groups" +msgstr "strolladoù" + +#: models.py:200 +msgid "password" +msgstr "ger-tremen" + +#: models.py:201 +msgid "last login" +msgstr "kevreet da ziwezhañ" + +#: models.py:298 +msgid "superuser status" +msgstr "" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "" + +#: models.py:377 +msgid "username" +msgstr "" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" + +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "anv-bihan" + +#: models.py:384 +msgid "last name" +msgstr "anv-familh" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "" + +#: models.py:387 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: models.py:389 +msgid "active" +msgstr "" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: models.py:392 +msgid "date joined" +msgstr "" + +#: models.py:400 +msgid "user" +msgstr "implijer" + +#: models.py:401 +msgid "users" +msgstr "implijerien" + +#: views.py:94 +msgid "Logged out" +msgstr "Digevreet" + +#: templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "" diff --git a/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo b/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo index ef5250679844e6592e2b802fbb464d332f191c46..f40e6cb6d3c8cf6c5c341fa38fe0123e411dc97f 100644 Binary files a/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/bs/LC_MESSAGES/django.po b/django/contrib/auth/locale/bs/LC_MESSAGES/django.po index e9333957dba8a155570396154ba3a7bb4488d005..e7ce096d0fca9dbe3e87d01828c1d7f70d849e8f 100644 --- a/django/contrib/auth/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/bs/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -30,66 +30,73 @@ msgstr "Dozvole" msgid "Important dates" msgstr "Važni datumi" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Lozinka uspješno izmjenjena." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Izmjeni lozinku: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Korisnik sa tim korisničkim imenom već postoji." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Dva polja za lozinku se nisu poklopila." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Korisnik" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Neophodno. Najviše 30 slovnih mesta. Samo slova, brojke i @/./+/-/_ only." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Ova vrijednost može sadržati samo slova, brojke i digits and @/./+/-/_ " "znamenke." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Lozinka" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potvrda lozinke" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Radi provjere tačnosti ponovo unesite lozinku koju ste unijeli gore." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Unesite tačno korisničko ime i lozinku. Pazite na razliku izmjeđu malih i " -"velikih slova u oba polja" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -97,137 +104,165 @@ msgstr "" "Izgleda da su kolačići isključeni u vašem browser-u. Oni moraju biti " "uključeni da bi ste se prijavili." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ovaj nalog je neaktivan." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Ta email adresa nije u vezi ni sa jednim nalogom. Da li ste sigurni da ste " -"se već registrovali?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "Email adresa" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nova lozinka" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Potvrda nove lozinke" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Vaša stara lozinka nije pravilno unesena. Unesite je ponovo." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Stara lozinka" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Lozinka (ponovite)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ime" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "šifra dozvole" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "dozvola" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "dozvole" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupa" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupe" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "lozinka" + +#: models.py:201 +msgid "last login" +msgstr "posljednja prijava" + +#: models.py:298 +msgid "superuser status" +msgstr "status administratora" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Označava da li korisnik ima sve dozvole bez dodjeljivanja pojedinačnih " +"dozvola." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "korisničke dozvole" + +#: models.py:377 msgid "username" msgstr "korisničko ime" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Neophodno. Najviše 30 slovnih mesta. Slova, brojke i @/./+/-/_ karakteri" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ime" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "prezime" -#: models.py:237 -msgid "e-mail address" -msgstr "email adresa" - -#: models.py:238 -msgid "password" -msgstr "lozinka" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "status člana uredništva" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Označava da li korisnik može da se prijavi na ovaj sajt za administraciju." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktivan" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -235,52 +270,22 @@ msgstr "" "Označava da li se korisnik smatra aktivnim. Uklnote izbor sa ovog polja " "umjesto da brišete nalog." -#: models.py:245 -msgid "superuser status" -msgstr "status administratora" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Označava da li korisnik ima sve dozvole bez dodjeljivanja pojedinačnih " -"dozvola." - -#: models.py:248 -msgid "last login" -msgstr "posljednja prijava" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datum registracije" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "korisničke dozvole" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "korisnik" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "korisnici" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Odjavljen" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Unesite važeću email adresu." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo index 70bd4b2893e9c4a42d810baecc3002b32b7c513e..45afa523cf5e62232852f660481a5c9d8fcbcb35 100644 Binary files a/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ca/LC_MESSAGES/django.po b/django/contrib/auth/locale/ca/LC_MESSAGES/django.po index feb060f0d56840cf418496dec98da6246cf3cc61..7a0ebdb12b5535493903d4d8903d3205c8faa4c2 100644 --- a/django/contrib/auth/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ca/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Antoni Aloy , 2012-2013. # Carles Barrobés , 2011, 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-10 18:53+0000\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,48 +31,56 @@ msgstr "Permisos" msgid "Important dates" msgstr "Dates importants" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Contrasenya canviada amb èxit" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Canviar contrasenya: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "No s'ha establert la clau." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Format de clau incorrecta o algorisme de hash desconegut." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Ja existeix un usuari amb aquest nom." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Els dos camps de contrasenya no coincideixen." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nom d'usuari" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Obligatori. 30 o menys caràcters. Només lletres, dígits i @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Aquest valor ha de contenir només lletres, números i @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Contrasenya" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmació de contrasenya" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Introduïu la mateixa contrasenya de dalt, per fer-ne la verificació." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -81,15 +90,16 @@ msgstr "" "veure la contrasenya d'aquest usuari, però la podeu canviar fent servir aquest formulari." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Si us plau, introduïu un nom d'usuari i contrasenya vàlids. Tingueu en " -"compte que tots dos camps son sensibles a majúscules i minúscules." +"SSi us plau, introduïu un %(username)s i clau. Observeu que ambdós camps " +"poden ser sensibles a majúscules." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -97,138 +107,170 @@ msgstr "" "El vostre navegador no sembla tenir les galetes ('cookies') activades. " "Aquestes són necessàries per iniciar la sessió." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Aquest compte està inactiu" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Aquesta adreça de correu no té associat cap compte d'usuari. Esteu segurs " -"que s'ha registrat?" +"Aquesta adreça de correu no té associat cap compte d'usuari. Està segur " +"d'haver-se enregistrat?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"El compte d'usuari associat a aquesta adreça de correu no pot reinicialitzar " -"la contrasenya." +"L'usuari associat a aquesta adreça de correu electrònic no pot restablir la " +"clau." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Correu electrònic" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Contrasenya nova" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Contrasenya nova confirmada" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "La vostra antiga contrasenya no és correcta. Si us plau, introduïu-la de nou." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Contrasenya antiga" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Contrasenya (de nou)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algorisme" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteracions" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "sal" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "factor de treball" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "suma de comprovació" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nom" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nom en clau" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permís" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permisos" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grup" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grups" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "contrasenya" + +#: models.py:201 +msgid "last login" +msgstr "últim inici de sessió" + +#: models.py:298 +msgid "superuser status" +msgstr "estat de superusuari" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Designa que aquest usuari té tots els permisos sense assignar-los " +"explícitament." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Els grups als quals pertany aquest usuari. A un usuari se li concediran tots " +"els permisos de cadascun dels seus grups." + +#: models.py:306 +msgid "user permissions" +msgstr "permisos de l'usuari" + +#: models.py:377 msgid "username" msgstr "nom d'usuari" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Obligatori. 30 o menys caràcters. Només lletres, números i @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Introdueix un nom d'usuari vàlid" + +#: models.py:383 msgid "first name" msgstr "nom propi" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "cognoms" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "adreça de correu electrònic" -#: models.py:238 -msgid "password" -msgstr "contrasenya" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "membre del personal" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Designa si l'usuari pot entrar al lloc administratiu." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "actiu" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -236,54 +278,22 @@ msgstr "" "Designa si aquest usuari ha de ser tractat com a actiu. Deseleccioneu-ho " "enlloc d'esborrar comptes d'usuari." -#: models.py:245 -msgid "superuser status" -msgstr "estat de superusuari" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Designa que aquest usuari té tots els permisos sense assignar-los " -"explícitament." - -#: models.py:248 -msgid "last login" -msgstr "últim inici de sessió" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data d'incorporació" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Els grups als quals pertany aquest usuari. A un usuari se li concediran tots " -"els permisos de cadascun dels seus grups." - -#: models.py:255 -msgid "user permissions" -msgstr "permisos de l'usuari" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "usuari" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "usuaris" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Sessió finalitzada" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Introduïu una adreça de correu vàlida." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo b/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo index 14f27d293ca93b362e443a098608239496aedbb3..6de0a69e314f19e98305618d530ebff6cdc5d3d4 100644 Binary files a/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/cs/LC_MESSAGES/django.po b/django/contrib/auth/locale/cs/LC_MESSAGES/django.po index c1234ca45c8d329cbe631325e06cb606c684e50b..39bc602dcb0c483f0550792c20b7495cb8b844eb 100644 --- a/django/contrib/auth/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/cs/LC_MESSAGES/django.po @@ -2,21 +2,21 @@ # # Translators: # Jannis Leidel , 2011. -# Vlada Macek , 2011, 2012. +# Vlada Macek , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-17 13:06+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: admin.py:41 msgid "Personal info" @@ -30,49 +30,60 @@ msgstr "Oprávnění" msgid "Important dates" msgstr "Důležitá data" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Změna hesla byla úspěšná." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Heslo pro uživatele %s: změnit" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Heslo nenastaveno." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neplatný formát hesla nebo neplatný hashovací algoritmus." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Uživatel s tímto jménem již existuje." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Hesla se neshodují." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Uživatelské jméno" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Požadováno. 30 znaků nebo méně. Pouze písmena, číslice a znaky @/./+/-/_." +"Požadováno. 30 znaků nebo méně. Pouze písmena bez diakritiky (háčků a " +"čárek), číslice a znaky @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Hodnota může obsahovat pouze písmena, číslice a znaky @/./+/-/_." +msgstr "" +"Hodnota může obsahovat pouze písmena bez diakritiky (háčků a čárek), číslice " +"a znaky @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Heslo" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potvrzení hesla" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Pro ověření vložte stejné heslo znovu." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -81,15 +92,16 @@ msgstr "" "Hesla se neukládají přímo a tak je nelze zobrazit. Je ale možné je změnit " "pomocí tohoto formuláře." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Vložte správné uživatelské jméno a heslo (u obou položek se rozlišují malá a " -"velká písmena)." +"Zadejte správnou hodnotu pole %(username)s a heslo. Pozor, obě pole mohou " +"rozlišovat malá a velká písmena." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -97,136 +109,169 @@ msgstr "" "Váš prohlížeč zřejmě nemá povoleno přijímat cookies, které jsou ale potřeba " "pro přihlášení." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Tento účet je neaktivní." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"K této e-mailové adrese není přiřazen žádný uživatelský účet. Určitě jste " -"zde registrováni?" +"S touto e-mailovou adresou není spojen žádný účet. Určitě jste registrován" +"(a)?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "Účtu spojeném s touto e-mailovou adresou nelze obnovit heslo." +msgstr "" +"Uživatelský účet spojený s touto e-mailovou adresou nemůže obnovovat heslo." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "E-mail" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nové heslo" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Potvrzení nového hesla" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Vaše současné heslo nebylo vloženo správně. Zkuste to znovu." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Současné heslo" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Heslo (znovu)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmus" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterace" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "hodnota salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "faktor práce" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "kontrolní součet" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "název" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kódový název" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "oprávnění" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "oprávnění" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "skupina" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "skupiny" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "heslo" + +#: models.py:201 +msgid "last login" +msgstr "poslední přihlášení" + +#: models.py:298 +msgid "superuser status" +msgstr "superuživatel" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Určuje, že uživatel má veškerá oprávnění bez jejich explicitního přiřazení." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Skupiny, do kterých tento uživatel patří. Uživatel dostane všechna oprávnění " +"udělená každé z jeho skupin." + +#: models.py:306 +msgid "user permissions" +msgstr "uživatelská oprávnění" + +#: models.py:377 msgid "username" msgstr "uživatelské jméno" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Požadováno. 30 znaků nebo méně. Pouze písmena, číslice a znaky @/./+/-/_." +"Požadováno. 30 znaků nebo méně. Pouze písmena bez diakritiky (háčků a " +"čárek), číslice a znaky @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Zadejte platné uživatelské jméno" + +#: models.py:383 msgid "first name" msgstr "křestní jméno" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "příjmení" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "e-mailová adresa" -#: models.py:238 -msgid "password" -msgstr "heslo" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "administrační přístup" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Určuje, zda se uživatel může přihlásit do správy tohoto webu." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktivní" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -234,53 +279,22 @@ msgstr "" "Určuje, zda bude uživatel považován za aktivního. Použijte tuto možnost " "místo odstranění účtů." -#: models.py:245 -msgid "superuser status" -msgstr "superuživatel" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Určuje, že uživatel má veškerá oprávnění bez jejich explicitního přiřazení." - -#: models.py:248 -msgid "last login" -msgstr "poslední přihlášení" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datum registrace" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Skupiny, do kterých tento uživatel patří. Uživatel dostane všechna oprávnění " -"udělená každé z jeho skupin." - -#: models.py:255 -msgid "user permissions" -msgstr "uživatelská oprávnění" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "uživatel" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "uživatelé" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Odhlášeno" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Vložte platnou e-mailovou adresu." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo b/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo index 185e91d775428772eb4987a9bd2b150a2bc4e1d6..c447e06a13872ce4ddccab5ae79c80120626cdfb 100644 Binary files a/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/cy/LC_MESSAGES/django.po b/django/contrib/auth/locale/cy/LC_MESSAGES/django.po index 714e7af34df0e295cca10769ab6389c833a2bef7..faf547369b338d4c3a28dd60041cd2d3447cc8b7 100644 --- a/django/contrib/auth/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/cy/LC_MESSAGES/django.po @@ -6,16 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" #: admin.py:41 msgid "Personal info" @@ -29,242 +30,251 @@ msgstr "Hawliau" msgid "Important dates" msgstr "Dyddiadau pwysig" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "enw" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "enw arwyddol" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "cyfrinair" + +#: models.py:201 +msgid "last login" +msgstr "mewngofnod olaf" + +#: models.py:298 +msgid "superuser status" +msgstr "statws defnyddiwr swper" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "" + +#: models.py:377 msgid "username" msgstr "enw defnyddiwr" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "enw cyntaf" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "enw olaf" -#: models.py:237 -msgid "e-mail address" -msgstr "cyfeiriad e-bost" - -#: models.py:238 -msgid "password" -msgstr "cyfrinair" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "statws staff" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Dylunio ai'r defnyddiwr yn gally mewngofnodi i'r safle weinyddiad yma." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "gweithredol" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "statws defnyddiwr swper" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:248 -msgid "last login" -msgstr "mewngofnod olaf" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "Dyddiad" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Rhowch cyfeiriad e-bost ddilys." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/da/LC_MESSAGES/django.mo b/django/contrib/auth/locale/da/LC_MESSAGES/django.mo index e3d263d9e66bc56dbdba988921633adabb1d19fc..1a86594f7366d9c8f99d723f36c4a781fe8db3f6 100644 Binary files a/django/contrib/auth/locale/da/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/da/LC_MESSAGES/django.po b/django/contrib/auth/locale/da/LC_MESSAGES/django.po index 153798dd548e7a674bf81d230984a47a4c9a581f..737c3e113d3e3c66811305c9f8cc70ca7c7aaf27 100644 --- a/django/contrib/auth/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/da/LC_MESSAGES/django.po @@ -2,22 +2,22 @@ # # Translators: # Christian Joergensen , 2012. -# Erik Wognsen , 2011, 2012. +# Erik Wognsen , 2011-2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-12 21:16+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-13 04:31+0000\n" "Last-Translator: Erik Wognsen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,67 +31,76 @@ msgstr "Rettigheder" msgid "Important dates" msgstr "Vigtige datoer" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Adgangskoden blev ændret." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Skift adgangskode: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Ingen adgangskode valgt." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ugyldigt adgangskodeformat eller hashing-algoritme." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "En bruger med dette brugernavn findes allerede." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "De to adgangskoder var ikke identiske." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Brugernavn" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Påkrævet. Højst 30 tegn. Kun bogstaver og cifre samt @/./+/-/_" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Dette felt må kun indeholde bogstaver og cifre samt disse tegn: @/./+/-/_" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Adgangskode" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Bekræftelse af adgangskode" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Indtast den samme adgangskode som ovenfor for verifikation." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -"Rå passwords gemmes ikke, så det er ikke muligt at se denne brugers " -"password, men du kan ændre passwordet ved hjælp af denne formular." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Indtast venligst et korrekt brugernavn og adgangskode. Bemærk, at begge " -"felter er versalfølsomme." +"Indtast venligst et korrekt %(username)s og adgangskode. Bemærk at begge " +"felter kan være versalfølsomme." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -99,139 +108,170 @@ msgstr "" "Din browser ser ud til ikke at have cookies aktiveret. Cookies er påkrævet " "for at kunne logge ind." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Denne konto er inaktiv." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Den e-mail-adresse er ikke tilknyttet en konto. Er du sikker på at du har " -"registreret dig?" +"Den e-mail-adresse er ikke knyttet til en brugerkonto. Er du sikker på, du " +"har registreret dig?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Kontoen, der er tilknyttet denne e-mail-adresse, kan ikke nulstille " +"Den brugerkonto, der er tilknyttet denne e-mail-adresse, kan ikke nulstille " "adgangskoden." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "E-mail" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Ny adgangskode" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Bekræftelse af ny adgangskode" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Din gamle adgangskode blev ikke indtastet korrekt. Indtast den venligst igen." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Gammel adgangskode" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Adgangskode (igen)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritme" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterationer" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "tjeksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "navn" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodenavn" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "rettighed" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "rettigheder" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "gruppe" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupper" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "adgangskode" + +#: models.py:201 +msgid "last login" +msgstr "sidst logget ind" + +#: models.py:298 +msgid "superuser status" +msgstr "superbrugerstatus" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Bestemmer at denne bruger har alle rettigheder uden at tildele dem eksplicit." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupperne som denne bruger hører til. En bruger får alle rettigheder givet " +"til hver af hans/hendes grupper." + +#: models.py:306 +msgid "user permissions" +msgstr "rettigheder" + +#: models.py:377 msgid "username" msgstr "brugernavn" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Påkrævet. Højst 30 tegn. Kun bogstaver og cifre samt disse tegn: @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Indtast et gyldigt brugernavn." + +#: models.py:383 msgid "first name" msgstr "fornavn" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "efternavn" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "e-mail-adresse" -#: models.py:238 -msgid "password" -msgstr "adgangskode" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "admin-status" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Bestemmer om brugeren kan logge ind på dette administrationswebsite." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktiv" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -239,54 +279,23 @@ msgstr "" "Bestemmer om brugeren skal behandles som aktiv. Fravælg dette frem for at " "slette en konto." -#: models.py:245 -msgid "superuser status" -msgstr "superbrugerstatus" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Bestemmer at denne bruger har alle rettigheder uden at tildele dem eksplicit." - -#: models.py:248 -msgid "last login" -msgstr "sidst logget ind" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "dato for registrering" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grupperne som denne bruger hører til. En bruger får alle rettigheder givet " -"til hver af hans/hendes grupper." - -#: models.py:255 -msgid "user permissions" -msgstr "rettigheder" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "bruger" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "brugere" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Logget ud" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Indtast en gyldig e-mail-adresse." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "Password nulstillet på %(site_name)s" +msgstr "Adgangskode nulstillet på %(site_name)s" diff --git a/django/contrib/auth/locale/de/LC_MESSAGES/django.mo b/django/contrib/auth/locale/de/LC_MESSAGES/django.mo index 9f35986506c231dce12690f96403fe173a3f24a7..42586df9ad2a50fd3ce1deacd57770063ae4f29c 100644 Binary files a/django/contrib/auth/locale/de/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/de/LC_MESSAGES/django.po b/django/contrib/auth/locale/de/LC_MESSAGES/django.po index 2fd9414202de7e77cca2b1b2a273175eea2d47ad..01d5edc1a4a842ff92ec22f6336e16401a71378e 100644 --- a/django/contrib/auth/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/de/LC_MESSAGES/django.po @@ -3,21 +3,21 @@ # Translators: # André Hagenbruch , 2011. # , 2012. -# Jannis Leidel , 2011, 2012. +# Jannis Leidel , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-14 05:19+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-23 13:25+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,50 +31,58 @@ msgstr "Berechtigungen" msgid "Important dates" msgstr "Wichtige Daten" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Passwort erfolgreich geändert." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Passwort ändern: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Kein Passwort gesetzt." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ungültiges Passwortformat oder unbekannter Hashing-Algorithmus." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Dieser Benutzername ist bereits vergeben." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Die beiden Passwörter sind nicht identisch." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Benutzername" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Erforderlich. 30 Zeichen oder weniger. Nur alphanumerische Zeichen " "(Buchstaben, Ziffern und @/./+/-/_) sind erlaubt." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Dieser Wert darf nur Buchstaben, Ziffern und @/./+/-/_ enthalten." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Passwort" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Passwort bestätigen" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Bitte das gleiche Passwort zur Überprüfung nochmal eingeben." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +92,16 @@ msgstr "" "Möglichkeit das Passwort dieses Benutzers anzuschauen, allerdings kann das " "Passwort über dieses Formular geändert werden." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Bitte einen gültigen Benutzernamen und ein Passwort eingeben. Beide Felder " +"Bitte einen gültigen %(username)s und ein Passwort eingeben. Beide Felder " "berücksichtigen die Groß-/Kleinschreibung." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,140 +109,171 @@ msgstr "" "Der Webbrowser scheint keine Cookies aktiviert zu haben. Cookies sind für " "die Anmeldung zwingend erforderlich." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Dieser Benutzer ist inaktiv." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Zu dieser E-Mail-Adresse existiert kein Benutzer. Sicher, dass Sie sich mit " -"dieser Adresse registriert haben?" +"Diese E-Mail-Adresse ist keinem Benutzer zugeordnet. Sicher, dass es die " +"richtige ist?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Mit dem zu dieser E-Mail-Adresse gehörenden Benutzerkonto kann das Passwort " -"nicht zurückgesetzt werden." +"Der Benutzer mit dieser E-Mail-Adresse kann das Passwort nicht zurücksetzen." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "E-Mail-Adresse" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Neues Passwort" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Neues Passwort bestätigen" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Das alte Passwort war falsch. Bitte neu eingeben." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Altes Passwort" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Passwort (wiederholen)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "Algorithmus" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "Iterationen" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "Salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "Hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "Arbeitsfaktor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "Prüfsumme" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "Name" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "Codename" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "Berechtigung" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "Berechtigungen" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "Gruppe" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "Gruppen" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "Passwort" + +#: models.py:201 +msgid "last login" +msgstr "Letzte Anmeldung" + +#: models.py:298 +msgid "superuser status" +msgstr "Administrator-Status" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Legt fest, dass der Benutzer alle Berechtigungen hat, ohne diese einzeln " +"zuweisen zu müssen." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Die Gruppen, denen der Benutzer angehört. Ein Benutzer bekommt alle " +"Berechtigungen seiner zugeteilten Gruppen." + +#: models.py:306 +msgid "user permissions" +msgstr "Berechtigungen" + +#: models.py:377 msgid "username" msgstr "Benutzername" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Erforderlich. 30 Zeichen oder weniger. Nur alphanumerische Zeichen " "(Buchstaben, Ziffern und @/./+/-/_) sind erlaubt." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Bitte einen gültigen Benutzernamen eingeben." + +#: models.py:383 msgid "first name" msgstr "Vorname" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "Nachname" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "E-Mail-Adresse" -#: models.py:238 -msgid "password" -msgstr "Passwort" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "Redakteur-Status" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Legt fest, ob sich der Benutzer an der Administrationsseite anmelden kann." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "Aktiv" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -241,54 +281,22 @@ msgstr "" "Legt fest, ob dieser Benutzer aktiv ist. Kann deaktiviert werden, anstatt " "Benutzer zu löschen." -#: models.py:245 -msgid "superuser status" -msgstr "Administrator-Status" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Legt fest, dass der Benutzer alle Berechtigungen hat, ohne diese einzeln " -"zuweisen zu müssen." - -#: models.py:248 -msgid "last login" -msgstr "Letzte Anmeldung" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "Mitglied seit" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Die Gruppen, denen der Benutzer angehört. Ein Benutzer bekommt alle " -"Berechtigungen seiner zugeteilten Gruppen." - -#: models.py:255 -msgid "user permissions" -msgstr "Berechtigungen" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "Benutzer" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "Benutzer" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Abgemeldet" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Bitte eine gültige E-Mail-Adresse eingeben." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/el/LC_MESSAGES/django.mo b/django/contrib/auth/locale/el/LC_MESSAGES/django.mo index 3cc36d2383266cb4133a94df8704d3c72c2a26ab..47b83f98b41f05df273227ccedf801d0a303eda9 100644 Binary files a/django/contrib/auth/locale/el/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/el/LC_MESSAGES/django.po b/django/contrib/auth/locale/el/LC_MESSAGES/django.po index 767e36ec066dca0af2d81ad2e41f98b5a8e61d5c..5564497a2911efbddf114f06b8460e5249f5c16e 100644 --- a/django/contrib/auth/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/el/LC_MESSAGES/django.po @@ -1,6 +1,8 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: +# Apostolis Bessas , 2013. # Dimitris Glezos , 2011, 2012. # glogiotatidis , 2011. # Jannis Leidel , 2011. @@ -9,16 +11,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Dimitris Glezos \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-23 21:50+0000\n" +"Last-Translator: Apostolos Mpessas \n" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -32,68 +34,75 @@ msgstr "Δικαιώματα" msgid "Important dates" msgstr "Σημαντικές ημερομηνίες" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Ο κωδικός πρόσβασης αλλάχτηκε με επιτυχία." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Αλλαγή κωδικού πρόσβασης: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Αυτό το όνομα χρήστη χρησιμοποιείται ήδη." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Τα δύο πεδία κωδικού χρήστη δεν ταιριάζουν." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Όνομα χρήστη" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Απαραίτητο. Πρέπει να αποτελείται από 30 ή λιγότερους χαρακτήρες. Μπορείτε " "να χρησιμοποιήσετε μόνο γράμματα, αριθμούς και τους χαρακτήρες @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Αυτή η τιμή μπορεί να περιέχει μόνο γράμματα, αριθμούς και τους χαρακτήρες " "@/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Κωδικός χρήστη" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Επιβεβαίωση κωδικού χρήστη" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "" "Εισάγετε τον ίδιο κωδικό χρήστη όπως παραπάνω, για λόγους επιβεβαίωσης." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Παρακαλούμε εισάγετε ένα σωστό όνομα χρήστη και κωδικό χρήστη. Να σημειωθεί " -"ότι και τα δύο πεδία κάνουν διάκριση μεταξύ πεζών και κεφαλαίων." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -101,137 +110,165 @@ msgstr "" "Ο πλοηγητής σας δεν φαίνεται να έχει ενεργοποιημένα τα αρχεία cookie. Τα " "αρχεία cookie απαιτούνται για να συνδεθείτε." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Αυτός ο λογαριασμός είναι ανενεργός." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Αυτή η διεύθυνση e-mail δεν αντιστοιχεί σε κάποιον λογαριασμό χρήστη. Είστε " -"σίγουρος ότι έχετε γραφτεί;" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Νέο συνθηματικό" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Επιβεβαίωση νέου συνθηματικού" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Το παλιό συνθηματικό σας δόθηκε λανθασμένα. Παρακαλώ δοκιμάστε ξανά." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Παλιό συνθηματικό" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Συνθηματικό (ξανά)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "όνομα" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "κωδικό όνομα" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "δικαίωμα" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "διακαιώματα" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ομάδα" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ομάδες" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "συνθηματικό" + +#: models.py:201 +msgid "last login" +msgstr "τελευταία σύνδεση" + +#: models.py:298 +msgid "superuser status" +msgstr "κατάσταση υπερχρήστη" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Υποδηλώνει ότι ο συγκεκριμένος χρήστης έχει όλα τα δικαιώματα χωρίς να " +"χρειάζεται να τα παραχωρήσετε ξεχωριστά." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "δικαιώματα χρήστη" + +#: models.py:377 msgid "username" msgstr "όνομα χρήστη" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Απαραίτητα. 30 ή λιγότεροι χαρακτήρες. Γράμματα, αριθμοί και οι χαρακτήρες " "@/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Εισάφετε ένα έγκυρο όνομα χρήστη." + +#: models.py:383 msgid "first name" msgstr "όνομα" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "επώνυμο" -#: models.py:237 -msgid "e-mail address" -msgstr "ηλεκτρονική διεύθυνση" - -#: models.py:238 -msgid "password" -msgstr "συνθηματικό" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "Κατάσταση προσωπικού" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Ορίζει αν ο χρήστης μπορεί να συνδεθεί στο χώρο διαχείρισης." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "ενεργό" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,52 +277,22 @@ msgstr "" "την επεπιλογή αυτής της επιλογής αντί του να πραγματοποιήσετε διαγραφή του " "χρήστη." -#: models.py:245 -msgid "superuser status" -msgstr "κατάσταση υπερχρήστη" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Υποδηλώνει ότι ο συγκεκριμένος χρήστης έχει όλα τα δικαιώματα χωρίς να " -"χρειάζεται να τα παραχωρήσετε ξεχωριστά." - -#: models.py:248 -msgid "last login" -msgstr "τελευταία σύνδεση" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "ημερομηνία σύνδεσης" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "δικαιώματα χρήστη" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "χρήστης" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "χρήστες" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Έγινε αποσύνδεση" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Εισάγετε μια έγκυρη διεύθυνση ηλ. ταχυδρομείου." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/en/LC_MESSAGES/django.mo b/django/contrib/auth/locale/en/LC_MESSAGES/django.mo index 4a5c340c0fe3183711cb98edb20a238e03e27633..91fc85a68fa6fdae25a54ea352b8c84bb496fbd2 100644 Binary files a/django/contrib/auth/locale/en/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/en/LC_MESSAGES/django.po b/django/contrib/auth/locale/en/LC_MESSAGES/django.po index 9b0cab8372abd97e3c537829ff9b85c0374488cd..f7019bcfecb285d14b4e07dc45894de62c00a6ee 100644 --- a/django/contrib/auth/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/en/LC_MESSAGES/django.po @@ -1,275 +1,297 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" -msgstr "" +msgstr "Personal info" #: admin.py:42 msgid "Permissions" -msgstr "" +msgstr "Permissions" #: admin.py:44 msgid "Important dates" -msgstr "" +msgstr "Important dates" #: admin.py:126 msgid "Password changed successfully." -msgstr "" +msgstr "Password changed successfully." #: admin.py:136 #, python-format msgid "Change password: %s" -msgstr "" +msgstr "Change password: %s" -#: forms.py:31 tests/forms.py:249 tests/forms.py:254 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 msgid "No password set." -msgstr "" +msgstr "No password set." -#: forms.py:37 tests/forms.py:259 tests/forms.py:265 +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 msgid "Invalid password format or unknown hashing algorithm." -msgstr "" +msgstr "Invalid password format or unknown hashing algorithm." -#: forms.py:65 +#: forms.py:67 msgid "A user with that username already exists." -msgstr "" +msgstr "A user with that username already exists." -#: forms.py:66 forms.py:257 forms.py:317 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." -msgstr "" +msgstr "The two password fields didn't match." -#: forms.py:68 forms.py:113 +#: forms.py:70 forms.py:115 msgid "Username" -msgstr "" +msgstr "Username" -#: forms.py:70 forms.py:114 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "" +msgstr "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -#: forms.py:73 forms.py:117 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "" +msgstr "This value may contain only letters, numbers and @/./+/-/_ characters." -#: forms.py:75 forms.py:119 forms.py:140 forms.py:319 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" -msgstr "" +msgstr "Password" -#: forms.py:77 +#: forms.py:79 msgid "Password confirmation" -msgstr "" +msgstr "Password confirmation" -#: forms.py:79 +#: forms.py:81 msgid "Enter the same password as above, for verification." -msgstr "" +msgstr "Enter the same password as above, for verification." -#: forms.py:120 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." -msgstr "" +msgstr "This account is inactive." -#: forms.py:196 +#: forms.py:206 msgid "" "That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" +"That email address doesn't have an associated user account. Are you sure " +"you've registered?" -#: forms.py:198 tests/forms.py:347 +#: forms.py:208 tests/forms.py:374 msgid "" "The user account associated with this email address cannot reset the " "password." msgstr "" +"The user account associated with this email address cannot reset the " +"password." -#: forms.py:201 +#: forms.py:211 msgid "Email" -msgstr "" +msgstr "Email" -#: forms.py:259 +#: forms.py:271 msgid "New password" -msgstr "" +msgstr "New password" -#: forms.py:261 +#: forms.py:273 msgid "New password confirmation" -msgstr "" +msgstr "New password confirmation" -#: forms.py:290 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "" +msgstr "Your old password was entered incorrectly. Please enter it again." -#: forms.py:293 +#: forms.py:305 msgid "Old password" -msgstr "" +msgstr "Old password" -#: forms.py:321 +#: forms.py:333 msgid "Password (again)" -msgstr "" +msgstr "Password (again)" #: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 #: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algorithm" #: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "iterations" #: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" #: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" #: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "work factor" #: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "checksum" #: models.py:72 models.py:121 msgid "name" -msgstr "" +msgstr "name" #: models.py:74 msgid "codename" -msgstr "" +msgstr "codename" #: models.py:78 msgid "permission" -msgstr "" +msgstr "permission" #: models.py:79 models.py:123 msgid "permissions" -msgstr "" +msgstr "permissions" #: models.py:128 msgid "group" -msgstr "" +msgstr "group" -#: models.py:129 models.py:317 +#: models.py:129 models.py:301 msgid "groups" -msgstr "" +msgstr "groups" -#: models.py:232 +#: models.py:200 msgid "password" -msgstr "" +msgstr "password" -#: models.py:233 +#: models.py:201 msgid "last login" -msgstr "" +msgstr "last login" #: models.py:298 -msgid "username" -msgstr "" +msgid "superuser status" +msgstr "superuser status" #: models.py:299 msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +"Designates that this user has all permissions without explicitly assigning " +"them." msgstr "" +"Designates that this user has all permissions without explicitly assigning " +"them." #: models.py:302 -msgid "Enter a valid username." +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." msgstr "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." -#: models.py:304 -msgid "first name" +#: models.py:306 +msgid "user permissions" +msgstr "user permissions" + +#: models.py:377 +msgid "username" +msgstr "username" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -#: models.py:305 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Enter a valid username." + +#: models.py:383 +msgid "first name" +msgstr "first name" + +#: models.py:384 msgid "last name" -msgstr "" +msgstr "last name" -#: models.py:306 +#: models.py:385 msgid "email address" -msgstr "" +msgstr "email address" -#: models.py:307 +#: models.py:386 msgid "staff status" -msgstr "" +msgstr "staff status" -#: models.py:308 +#: models.py:387 msgid "Designates whether the user can log into this admin site." -msgstr "" +msgstr "Designates whether the user can log into this admin site." -#: models.py:310 +#: models.py:389 msgid "active" -msgstr "" +msgstr "active" -#: models.py:311 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." -#: models.py:313 -msgid "superuser status" -msgstr "" - -#: models.py:314 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:316 +#: models.py:392 msgid "date joined" -msgstr "" +msgstr "date joined" -#: models.py:318 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:322 -msgid "user permissions" -msgstr "" - -#: models.py:331 +#: models.py:400 msgid "user" -msgstr "" +msgstr "user" -#: models.py:332 +#: models.py:401 msgid "users" -msgstr "" +msgstr "users" -#: views.py:97 +#: views.py:94 msgid "Logged out" -msgstr "" +msgstr "Logged out" #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "" +msgstr "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo index 57c67984422209c7f9f8bf99774ee02bcaca63ae..d8eb740e77112f9f7c5133379f37b4b7a948bf11 100644 Binary files a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po index 01b378e9afcac38a38494d972b09df56c3c4c860..bf926f2064b723bf6b9a096bf18b56506bbec16c 100644 --- a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-12 21:52+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,48 +31,56 @@ msgstr "Permissions" msgid "Important dates" msgstr "Important dates" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Password changed successfully." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Change password: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "A user with that username already exists." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "The two password fields didn't match." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Username" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "This value may contain only letters, numbers and @/./+/-/_ characters." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Password" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Password confirmation" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Enter the same password as above, for verification." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -82,15 +90,14 @@ msgstr "" "password, but you can change the password using this " "form." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,138 +105,166 @@ msgstr "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "This account is inactive." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"That e-mail address doesn't have an associated user account. Are you sure " -"you've registered?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"The user account associated with this e-mail address cannot reset the " -"password." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "New password" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "New password confirmation" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Your old password was entered incorrectly. Please enter it again." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Old password" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Password (again)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algorithm" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterations" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "name" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "codename" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permission" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permissions" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "group" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "groups" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "password" + +#: models.py:201 +msgid "last login" +msgstr "last login" + +#: models.py:298 +msgid "superuser status" +msgstr "superuser status" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Designates that this user has all permissions without explicitly assigning " +"them." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." + +#: models.py:306 +msgid "user permissions" +msgstr "user permissions" + +#: models.py:377 msgid "username" msgstr "username" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "first name" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "last name" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail address" - -#: models.py:238 -msgid "password" -msgstr "password" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "staff status" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Designates whether the user can log into this admin site." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "active" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -237,54 +272,22 @@ msgstr "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." -#: models.py:245 -msgid "superuser status" -msgstr "superuser status" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Designates that this user has all permissions without explicitly assigning " -"them." - -#: models.py:248 -msgid "last login" -msgstr "last login" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "date joined" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." - -#: models.py:255 -msgid "user permissions" -msgstr "user permissions" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "user" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "users" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Logged out" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Enter a valid e-mail address." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo b/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo index 90ae466653f610bebdf1814e429ab6399c630684..a9e4b542c21cd8d32c21846dc36342657953f790 100644 Binary files a/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/eo/LC_MESSAGES/django.po b/django/contrib/auth/locale/eo/LC_MESSAGES/django.po index 762f68c7c408974c415769736733baeb5f791b4d..cce7e6f924b42d351a9fa69bfd6d13ba08d65fc5 100644 --- a/django/contrib/auth/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/eo/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Baptiste , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -28,64 +29,74 @@ msgstr "Permesoj" msgid "Important dates" msgstr "Gravaj datoj" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Pasvorto suksese ŝanĝita." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Ŝanĝi pasvorton: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Uzanto kun sama salutnomo jam ekzistas." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "La du pasvotaj kampoj ne kongruas." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Salutnomo" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Petita. 30 karakteroj aŭ malpli. Literoj, ciferoj kaj @/./+/-/_ nure." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Ĉi-tiu valoro povas enhavi nur literoj, ciferoj kaj la @/./+/-/_ karakteroj." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Pasvorto" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Pasvorta konfirmo" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Entajpu la saman pasvorton kiel supre, por konfirmo." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Pasvortoj ne estas krude entenita, do ne eblas vidi la pasvorton de tiu " +"uzanto, sed vi povas ŝanĝi la pasvorton uzante tiu " +"formalaro." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Bonvolu tajpi ĝustan salutnomon kaj pasvorton. Notu ke ambaŭ kampoj estas " -"usklecodistingaj." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -93,139 +104,166 @@ msgstr "" "Ŝajnas ke via retumilo ne havas kuketoj enŝaltitaj. Kuketoj estas postulitaj " "por ensaluti." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ĉi-tiu konto ne estas aktiva." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Ĉi-tiu retpoŝtadreso ne havas asociigita uzanta konto. Ĉu vi certas ke vi " -"registris?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"La uzanta konto asociita kun ĉi tiu retpoŝta adreso ne povas rekomencigi la " -"pasvorton." -#: forms.py:196 -msgid "E-mail" -msgstr "Retpoŝtadreso" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nova pasvorto" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Nova pasvorto por konfirmo" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Via malnova pasvorto estis nekorekte tajpita. Bonvolu denove entajpi ĝin." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Malnova pasvorto" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Pasvorto (denove)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "iteracioj" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salo" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "haketo" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "laborfaktoro" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "kontrolsumo" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nomo" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodnomo" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permeso" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permesoj" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupoj" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "pasvorto" + +#: models.py:201 +msgid "last login" +msgstr "lasta ensaluto" + +#: models.py:298 +msgid "superuser status" +msgstr "ĉefuzanta statuso" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indikas ke tiu uzanto havas ĉiujn permesojn, sen eksplicite asigni ilin." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"La grupoj en kiu tiu uzanto apartenas. Uzanto akiros ĉiuj permesoj donita al " +"ĉiuj de lia/ŝia grupo." + +#: models.py:306 +msgid "user permissions" +msgstr "uzantaj permesoj" + +#: models.py:377 msgid "username" msgstr "salutnomo" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Petita. 30 karakteroj aŭ malpli. Literoj, nombroj kaj @/./+/-/_ karakteroj" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "persona nomo" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "famalia nomo" -#: models.py:237 -msgid "e-mail address" -msgstr "retpoŝtadreso" - -#: models.py:238 -msgid "password" -msgstr "pasvorto" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "personara statuso" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indikas ĉu la uzanto povas saluti en ĉi-tiu administranta retejo." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktiva" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -233,51 +271,22 @@ msgstr "" "Indikas ĉu tiu uzanto devus esti traktita kiel aktiva. Malselekti tion ĉi " "anstataŭ forigi kontojn." -#: models.py:245 -msgid "superuser status" -msgstr "ĉefuzanta statuso" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Indikas ke tiu uzanto havas ĉiujn permesojn, sen eksplicite asigni ilin." - -#: models.py:248 -msgid "last login" -msgstr "lasta ensaluto" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "dato aliĝita" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "uzantaj permesoj" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "uzanto" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "uzantoj" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Adiaŭita" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Entajpu validan retpoŝtadreson." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/es/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es/LC_MESSAGES/django.mo index 1b83a90b183e8a72c68cfbf80997e97a6dff7cf4..a17659b06e065e52cfd0cff26889cf1366880e79 100644 Binary files a/django/contrib/auth/locale/es/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/es/LC_MESSAGES/django.po b/django/contrib/auth/locale/es/LC_MESSAGES/django.po index 6db9da6b30a856dfacf049d5cf2069eb94a1cb3a..114c883500dfacaebf58e6a5467e15a891528d9a 100644 --- a/django/contrib/auth/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/es/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Antoni Aloy , 2012-2013. # Antoni Aloy , 2012. # Jannis Leidel , 2011. # Leonardo J. Caballero G. , 2011. @@ -9,16 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-13 19:49+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-10 18:54+0000\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -32,49 +33,57 @@ msgstr "Permisos" msgid "Important dates" msgstr "Fechas importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "La contraseña se ha cambiado con éxito." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Cambiar contraseña: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "No se ha establecido la clave" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de clave incorrecto o algoritmo de hash desconocido" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Ya existe un usuario con este nombre." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Las dos contraseñas no coinciden." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nombre de usuario" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Requerido. 30 caracteres o menos. Letras, dígitos y @/./+/-/_ solamente." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Este valor puede contener sólo letras, números y @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Contraseña" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Contraseña (confirmación)" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Introduzca la misma contraseña que arriba, para verificación." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +93,16 @@ msgstr "" "contraseña del usuario, pero se puede cambiar la contraseña mediante este formulario ." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Por favor, introduzca un nombre de usuario y contraseña correctos. Note que " -"ambos campos son sensibles a mayúsculas/minúsculas." +"Por favor, introduce un %(username)s y clave correctos. Observa que ambos " +"campos pueden ser sensibles a mayúsculas." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,139 +110,171 @@ msgstr "" "Su navegador no parece tener las cookies habilitadas. Las cookies se " "necesitan para poder ingresar." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Esta cuenta está inactiva." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Esta dirección de correo electrónico no tiene una cuenta de usuario " -"asociada. ¿Está seguro de que se ha registrado?" +"Esta dirección de correo no tiene asociada cuenta de usuario. ¿Estás seguro " +"que te has registrado?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"La cuenta de usuario asociada a esta dirección de correo electrónico no se " -"puede restablecer la contraseña." +"La cuenta de usuario asociada a esta dirección de correo no puede " +"restablecer su clave." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Correo electrónico" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Contraseña nueva" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Contraseña nueva (confirmación):" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Su contraseña antigua es incorrecta. Por favor, vuelva a introducirla " "correctamente." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Contraseña antigua" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteraciones" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "sal" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "función resumen" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "factor trabajo" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "suma de verificación" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nombre" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nombre en código" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permiso" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permisos" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupos" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "contraseña" + +#: models.py:201 +msgid "last login" +msgstr "último inicio de sesión" + +#: models.py:298 +msgid "superuser status" +msgstr "es superusuario" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario tiene todos los permisos sin asignárselos " +"explícitamente." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Los grupos a los que este usuario pertenece. Un usuario obtendrá todos los " +"permisos concedidos a cada uno sus grupos." + +#: models.py:306 +msgid "user permissions" +msgstr "permisos de usuario" + +#: models.py:377 msgid "username" msgstr "nombre de usuario" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Requerido. 30 caracteres o menos. Letras, números y @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Introduce un nombre de usuario válido" + +#: models.py:383 msgid "first name" msgstr "nombre propio" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "apellidos" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "dirección de correo electrónico" -#: models.py:238 -msgid "password" -msgstr "contraseña" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "es staff" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indica si el usuario puede entrar en este sitio de administración." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "activo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,54 +282,22 @@ msgstr "" "Indica si el usuario puede ser tratado como activo. Desmarque esta opción en " "lugar de borrar la cuenta." -#: models.py:245 -msgid "superuser status" -msgstr "es superusuario" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Indica que este usuario tiene todos los permisos sin asignárselos " -"explícitamente." - -#: models.py:248 -msgid "last login" -msgstr "último inicio de sesión" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "fecha de alta" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Los grupos a los que este usuario pertenece. Un usuario obtendrá todos los " -"permisos concedidos a cada uno sus grupos." - -#: models.py:255 -msgid "user permissions" -msgstr "permisos de usuario" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "usuario" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "usuarios" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Sesión terminada" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Introduzca una dirección de correo electrónico válida." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo index d068cd8ac03df6e7b6b77b948206e4344f06cb66..1b2d84d4933838a2537056cdd5e29a113c8ec135 100644 Binary files a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po index 04fb9d18b3afd102de842f4bbf19f73ab58d9f35..2a846311d1eaa8baa82d0535186916a0ff4618e7 100644 --- a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. -# Ramiro Morales , 2012. +# Ramiro Morales , 2012-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-20 20:59+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-18 15:01+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,51 +31,59 @@ msgstr "Permisos" msgid "Important dates" msgstr "Fechas importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Cambio de contraseña exitoso" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Cambiar contraseña: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "No se ha establecido una contraseña." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de contraseña inválido o algoritmo de hashing desconocido." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Ya existe un usuario con ese nombre." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Los dos campos de contraseñas no coinciden entre si." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nombre de usuario" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obligatorio. Longitud máxima 30 caracteres alfanuméricos (letras, dígitos y " "@/./+/-/_) solamente." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Este valor solo puede contener letras, números y @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Contraseña" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmación de contraseña" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "" "Para verificación, introduzca la misma contraseña que introdujo arriba." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +93,16 @@ msgstr "" "contraseña de este usuario, pero puede modificarla usando este formulario." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Por favor introduzca un nombre de usuario y una contraseña correctos. Note " -"que ambos campos son sensibles a mayúsculas/minúsculas." +"Por favor introduzca un %(username)s y una contraseña correctos. Tenga en " +"cuenta que ambos campos son sensibles a mayúsculas/minúsculas." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,141 +110,173 @@ msgstr "" "Su navegador Web aparenta no estar configurado para aceptar cookies. Las " "cookies son un requerimiento para poder ingresar." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Esta cuenta está inactiva" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Esa dirección de correo electrónico no está asociada a ninguna cuenta de " -"usuario. ¿Está seguro de que ya se ha registrado?" +"La dirección de email provista no está asociada a ninguna cuenta de usuario. " +"¿Está seguro de que se ha registrado?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"La cuenta de usuario asociada a esta dirección de e-mail no puede " -"reinicializar la contraseña." +"La cuenta de usuario asociada con esta dirección de email no puede " +"restablecer la contraseña." -#: forms.py:196 -msgid "E-mail" -msgstr "Correo electrónico" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Contraseña nueva" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmación de contraseña nueva" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "La antigua contraseña introducida es incorrecta. Por favor introdúzcala " "nuevamente." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Contraseña antigua" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteraciones" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work fator" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "suma de verificación" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nombre" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nombre en código" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permiso" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permisos" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupos" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "contraseña" + +#: models.py:201 +msgid "last login" +msgstr "último ingreso" + +#: models.py:298 +msgid "superuser status" +msgstr "es superusuario" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario posee todos los permisos sin que sea necesario " +"asignarle los mismos en forma explícita." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupos a los cuales pertenece este usuario. Un usuario obtiene todos los " +"permisos otorgados a cada uno de los grupos a los cuales pertenece." + +#: models.py:306 +msgid "user permissions" +msgstr "permisos de usuario" + +#: models.py:377 msgid "username" msgstr "nombre de usuario" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Obligatorio. Longitud máxima de 30 caracteres alfanuméricos (letras, dígitos " "y @/./+/-/_)." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Introduzca un nombre de usuario válido." + +#: models.py:383 msgid "first name" msgstr "nombre" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "apellido" -#: models.py:237 -msgid "e-mail address" -msgstr "dirección de correo electrónico" - -#: models.py:238 -msgid "password" -msgstr "contraseña" +#: models.py:385 +msgid "email address" +msgstr "Dirección de email" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "es staff" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indica si el usuario puede ingresar a este sitio de administración." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "activo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -242,55 +284,23 @@ msgstr "" "Indica si el usuario debe ser tratado como un usuario activo. Desactive este " "campo en lugar de eliminar usuarios." -#: models.py:245 -msgid "superuser status" -msgstr "es superusuario" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Indica que este usuario posee todos los permisos sin que sea necesario " -"asignarle los mismos en forma explícita." - -#: models.py:248 -msgid "last login" -msgstr "último ingreso" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "fecha de creación" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grupos a los cuales pertenece este usuario. Un usuario obtiene todos los " -"permisos otorgados a cada uno de los grupos a los cuales pertenece." - -#: models.py:255 -msgid "user permissions" -msgstr "permisos de usuario" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "usuario" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "usuarios" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Sesión cerrada" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Introduzca una dirección de correo electrónico válida" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "Reinicio de conotrseña en %(site_name)s" +msgstr "Reinicio de contraseña en %(site_name)s" diff --git a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo index 6ce78d19dfc4494841e3fd5ea2c0905664a1c150..d1d86966c5c660ed9c6a34de6d6c5740a9dfec6b 100644 Binary files a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po index 446b91be478ac1f4eb989400e0e45cbfcee5f201..356beb2e012b3db02346494a07cfe18d693e3c8b 100644 --- a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: jairtrejo \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,50 +29,58 @@ msgstr "Permisos" msgid "Important dates" msgstr "Fechas importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Cambio de contraseña exitoso" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Cambiar contraseña: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Ya existe un usuario con ese nombre." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Los dos campos de contraseñas no coinciden entre si." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nombre de usuario" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obligatorio. Longitud máxima 30 caracteres alfanuméricos (letras, dígitos y " "@/./+/-/_) solamente." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Este valor solo puede contener letras, números y @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Contraseña" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmación de contraseña" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Para verificar, introduzca la misma contraseña que introdujo arriba." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -80,17 +88,16 @@ msgid "" msgstr "" "Las contraseñas no se almacenan en texto plano, así que no hay manera de ver " "la contraseña del usuario, pero se puede cambiar la contraseña mediante este formulario." +"href=\"password/\">este formulario." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Por favor introduzca un nombre de usuario y una contraseña correctos. Note " -"que ambos campos son sensibles a mayúsculas/minúsculas." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,141 +105,169 @@ msgstr "" "Su navegador aparenta no estar configurado para aceptar cookies. Las cookies " "son un requerimiento para poder ingresar." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Esta cuenta está inactiva." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Esa dirección de correo electrónico no está asociada a ninguna cuenta de " -"usuario. ¿Está seguro de que ya se ha registrado?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"La cuenta de usuario asociada a esta dirección de correo electrónico no " -"puede restablecer la contraseña." -#: forms.py:196 -msgid "E-mail" -msgstr "Correo electrónico" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Contraseña nueva" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmación de contraseña nueva" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "La antigua contraseña introducida es incorrecta. Por favor introdúzcala " "nuevamente." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Contraseña antigua" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "repeticiones" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "factor trabajo" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nombre" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nombre código" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permiso" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permisos" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupos" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "contraseña" + +#: models.py:201 +msgid "last login" +msgstr "último ingreso" + +#: models.py:298 +msgid "superuser status" +msgstr "es superusuario" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario posee todos los permisos sin que sea necesario " +"asignarle los mismos en forma explícita." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Los grupos a los que pertenece este usuario. Un usuario obtendrá todos los " +"permisos concedidos para cada uno de su grupo." + +#: models.py:306 +msgid "user permissions" +msgstr "permisos de usuario" + +#: models.py:377 msgid "username" msgstr "nombre de usuario" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Obligatorio. Longitud máxima de 30 caracteres alfanuméricos (letras, dígitos " "y @/./+/-/_)." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "nombre" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "apellido" -#: models.py:237 -msgid "e-mail address" -msgstr "dirección de correo electrónico" - -#: models.py:238 -msgid "password" -msgstr "contraseña" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "es staff" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indica si el usuario puede ingresar a este sitio de administración." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "activo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,54 +275,22 @@ msgstr "" "Indica si el usuario debe ser tratado como un usuario activo. Desactive este " "campo en lugar de eliminar usuarios." -#: models.py:245 -msgid "superuser status" -msgstr "es superusuario" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Indica que este usuario posee todos los permisos sin que sea necesario " -"asignarle los mismos en forma explícita." - -#: models.py:248 -msgid "last login" -msgstr "último ingreso" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "fecha de creación" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Los grupos a los que pertenece este usuario. Un usuario obtendrá todos los " -"permisos concedidos para cada uno de su grupo." - -#: models.py:255 -msgid "user permissions" -msgstr "permisos de usuario" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "usuario" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "usuarios" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Sesión cerrada" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Introduzca una dirección de correo electrónico válida." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/et/LC_MESSAGES/django.mo b/django/contrib/auth/locale/et/LC_MESSAGES/django.mo index cb0c463b73af4006096a465e3d83ea72dd5adc65..06fdf1857629583cb6909ce02523c69837046930 100644 Binary files a/django/contrib/auth/locale/et/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/et/LC_MESSAGES/django.po b/django/contrib/auth/locale/et/LC_MESSAGES/django.po index b7b95bd07013c2e6faa6274030e0c8b6a399c3a4..0d972b3987d3d3f6573f856ff573b2f94db4ec3e 100644 --- a/django/contrib/auth/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/et/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: madisvain \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,66 +30,73 @@ msgstr "Õigused" msgid "Important dates" msgstr "Tähtsad kuupäevad" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Salasõna edukalt muudetud." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Muuda salasõna: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Sama kasutajatunnusega kasutaja on juba olemas." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Kaks sisestatud parooli ei olnud identsed." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Kasutajatunnus" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Nõutav. 30 märki või vähem. Ainult tähed, numbrid ja /./+/-/_ tähemärgid." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "See väärtust võib sisaldada ainult tähti, numbreid ja/./+/-/_ tähemärke." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Salasõna" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Salasõna kinnitus" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "" "Sisestage sama salasõna uuesti veendumaks, et sisestamisel ei tekkinud vigu" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Palun sisestage korrektne kasutajatunnus ja salasõna. Mõlemad väljad on " -"tõstutundlikud." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -97,136 +104,162 @@ msgstr "" "Teie veebibrauser ei aktsepteeri küpsiseid, aga küpsised on sisselogimiseks " "vajalikud." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "See konto ei ole aktiivne." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Selle e-posti aadressiga ei ole seotud ühtegi kasutajakontot. Veenduge, et " -"olete registreerunud." -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "E-posti aadress" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Uus salasõna" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Uue salasõna kinnitus" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Te sisestasite oma vana parooli vigaselt. Palun sisestage see uuesti." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Vana salasõna" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Salasõna (uuesti)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nimi" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "koodnimi" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "õigus" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "õigused" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupp" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupid" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "salasõna" + +#: models.py:201 +msgid "last login" +msgstr "viimane sisenemine" + +#: models.py:298 +msgid "superuser status" +msgstr "superkasutaja staatus" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Määrab, kas see kasutaja omab automaatselt ja alati kõiki õigus." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "kasutajaõigused" + +#: models.py:377 msgid "username" msgstr "kasutajatunnus" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Nõutav. 30 märki või vähem. Tähted, numbreid ja/./+/-/_ tähemärgid." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "eesnimi" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "perenimi" -#: models.py:237 -msgid "e-mail address" -msgstr "e-posti aadress" - -#: models.py:238 -msgid "password" -msgstr "salasõna" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "personalistaatus" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Määrab, kas kasutaja saab sisse logida sellesse admininistreerimisliidesesse." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktiivne" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -234,50 +267,22 @@ msgstr "" "Määrab, kas see konto on aktiivne. Kustutamise asemel lihtsalt deaktiveerige " "konto." -#: models.py:245 -msgid "superuser status" -msgstr "superkasutaja staatus" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Määrab, kas see kasutaja omab automaatselt ja alati kõiki õigus." - -#: models.py:248 -msgid "last login" -msgstr "viimane sisenemine" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "liitumise kuupäev" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "kasutajaõigused" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "kasutaja" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "kasutajad" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Välja logitud" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Sisestage korrektne e-posti aadress:" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo b/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo index 73cf300feb58960efd25541377a07aefb7a8404f..151847cc9df0452723fe427acd84ef1895b00f61 100644 Binary files a/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/eu/LC_MESSAGES/django.po b/django/contrib/auth/locale/eu/LC_MESSAGES/django.po index e92d150c107120343b03a80956a9fe4c10c70fea..221056e3084bf03a19b3376b37f08fd4fcd189b3 100644 --- a/django/contrib/auth/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/eu/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Aitzol Naberan , 2011, 2012. +# Aitzol Naberan , 2011-2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 18:38+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-07 13:41+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,50 +30,58 @@ msgstr "Baimenak" msgid "Important dates" msgstr "Data garrantzitsuak" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Ondo aldatu da pasahitza." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Pasahitza aldatu: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Pasahitza ezarri gabe." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Pasahitz formatu baliogabea edo hash algoritmo ezezaguna." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Erabiltzaile izen hori ez dago eskuragarri." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Pasahitzak ez datoz bat." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Erabiltzaile izena" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Beharrezkoa. 30 karaktere edo gutxiago. Hizki, zenbaki eta @/./+/-/_ " "bakarrik." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Hizki, zenbaki eta @/./+/-/_ karaktereak bakarrik izan ditzazke" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Pasahitza" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Pasahitza berretsi" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Idatzi berriro pasahitza." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -82,15 +90,16 @@ msgstr "" "Pasahitzak zifratuta gordetzen direnez ez dago erabiltzaile pasahitza " "ikusterik, baina pasahitza aldatu dezakezu hemen" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Mesedez idatzi erabiltzaile izen eta pasahitz egokiak. Maiskula eta " -"minuskulak ondo bereiztu." +"Mesedez idatzi %(username)s eta pasahitz egokiak. Maiskula eta minuskulak " +"ondo bereiztu." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,141 +107,173 @@ msgstr "" "Zure nabigatzaileak ez ditu cookiak onartzen. Cookia-k beharrezkoak dira " "sisteman sartzeko." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Kontu hau az dago aktibo." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"E-mail helbide horrek ez du lotutako erabiltzailerik. Ziur al zaude " +"Helbide elektroniko honek ez dauka erabiltzailerik esleituta. Ziur zaude " "erregistratu duzula?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" "E-mail helbide honekin lotutako erabiltzaile kontuan ezin da pasahitza " "berrezarri." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Eposta" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Pasahitz berria" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Pasahitz berria berretsi" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Zure pasahitz zaharra ez da zuzena. Idatzi ezazu berriro." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Pasahitz zaharra" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Pasahitza (berriro)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmoak" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "begiztak" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "izena" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kode izena" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "baimena" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "baimenak" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "taldea" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "taldeak" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "pasahitza" + +#: models.py:201 +msgid "last login" +msgstr "azken sarrera" + +#: models.py:298 +msgid "superuser status" +msgstr "Erabiltzaile nagusia" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Erabiltzaileari baimen guztiak esleitzeko banan-banan aukeratu behar izan " +"gabe." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Erabiltzailea zein taldetakoa den. Erabiltzaileak taldeari emandako baimen " +"guztiak jasoko ditu." + +#: models.py:306 +msgid "user permissions" +msgstr "Erabiltzailearen baimenak" + +#: models.py:377 msgid "username" msgstr "erabiltzaile izena" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Beharrezkoa. 30 karaktere edo gutxiago. Hizki, zenbaki eta @/./+/-/_ " "karaktereak" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Sartu baleko erabiltzaile izen bat." + +#: models.py:383 msgid "first name" msgstr "izena" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "abizena" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "e-mail helbidea" -#: models.py:238 -msgid "password" -msgstr "pasahitza" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "Arduradun egoera" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Erabiltzaileak kudeaketa gune honetan sartzeko baimena duen edo ez " "adierazten du." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "Aktiboa" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,54 +281,22 @@ msgstr "" "Erabiltzaile bat aktibo gisa tratatu edo ez zehazten du. Ezgaitu hau kontuak " "ezabatu beharrean." -#: models.py:245 -msgid "superuser status" -msgstr "Erabiltzaile nagusia" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Erabiltzaileari baimen guztiak esleitzeko banan-banan aukeratu behar izan " -"gabe." - -#: models.py:248 -msgid "last login" -msgstr "azken sarrera" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "erregistro eguna" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Erabiltzailea zein taldetakoa den. Erabiltzaileak taldeari emandako baimen " -"guztiak jasoko ditu." - -#: models.py:255 -msgid "user permissions" -msgstr "Erabiltzailearen baimenak" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "Erabiltzailea" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "Erabiltzaileak" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Sesiotik kanpo" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "e-mail helbide zuzena idatzi." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo index d3320078cad421afc10cccceabef7609cca47672..31cfe39c1812e8285ca25cdb66d46cde09a909fa 100644 Binary files a/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fa/LC_MESSAGES/django.po b/django/contrib/auth/locale/fa/LC_MESSAGES/django.po index 6376f30ef3e413009fe8ee834a6c820df3f951d3..29d1dde5a72d1c9cea34e513bcfbc82397e8fb4f 100644 --- a/django/contrib/auth/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/fa/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Nikneshan , 2011. +# Ali Nikneshan , 2011-2012. +# Alireza Savand , 2012-2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Ali Nikneshan \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-11 08:28+0000\n" +"Last-Translator: Alireza Savand \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,64 +31,76 @@ msgstr "اجازه‌ها" msgid "Important dates" msgstr "تاریخ‌های مهم" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "گذرواژه با موفقیت تغییر یافت." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "تغییر گذرواژه: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "هیچ رمزی انتخاب نشده است." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "رمز نامعتبر یا الگوریتم رمزنگاری ناشناس" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "کاربری با این نام کاربری وجود دارد." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "دو فیلد گذرواژه با هم مطابقت ندارند." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "نام کاربری" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "الزامی. ۳۰ حرف یا کمتر. فقط حروف الفبا (ارقام، الفبا و علائم @/./+/-/_)." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "این مقدار فقط باید حاوی حروف، اعداد و یا علائم @/./+/-/_ باشد." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "گذرواژه" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "تصدیق گذرواژه" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "همان گذرواژهٔ بالایی را برای اطمینان دوباره وارد کنید." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"کلمات عبور نگهداری نمی شوند، لذا روشی برای مشاهده کلمه عبور کاربر وجود " +"ندارد. ولی شما می توانید کلمه عبور را بوسیله این فرم عوض کنید." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"لطفاً نام کاربری و گذرواژه صحیح را وارد کنید. توجه کنید که هر دو مقدار به " -"حروف کوچک و بزرگ (انگلیسی) حساس هستند." +"لطفا %(username)s و گذرواژه‌ی را برای حساب کارکنان وارد کنید.\n" +"توجه داشته باشید که هر دو میتوانند به کوچکی و بزرگی حروف حساس باشند." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -95,134 +108,165 @@ msgstr "" "به نطر می رسد مرورگر شما کوکی‌ها را قبول نمی‌کند. کوکی‌ها برای ورود به وبگاه " "لازم هستند." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "این حساب غیرفعال است." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "این پست الکترونیکی در سیستم حساب ندارد. آیا مطمئن هستید که عضو شده‌اید؟" +msgstr "این آدرس ایمیل به حسابی متصل نیست. آیا شما ثبت نام کرده اید؟" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "" +msgstr "کاربری که به این آدرس ایمیل متسل است نمیتواند رمز خود را ریست کند" -#: forms.py:196 -msgid "E-mail" -msgstr "پست الکترونیکی" +#: forms.py:211 +msgid "Email" +msgstr "ایمیل" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "گذرواژهٔ جدید" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "تصدیق گذرواژهٔ جدید" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "گذرواژهٔ قدیمی شما اشتباه بود. لطفاً دوباره وارد کنید." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "گذرواژهٔ قدیمی" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "گذرواژه (تکرار)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "الگوریتم" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "تکرار" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "عامل کار" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "نام" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "نام کد" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "اجازه" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "اجازه‌ها" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "گروه" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "گروه‌ها" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "گذرواژه" + +#: models.py:201 +msgid "last login" +msgstr "آخرین ورود" + +#: models.py:298 +msgid "superuser status" +msgstr "ابرکاربر" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"نشان می‌دهد که آیا این کاربر دسترسی نامحدود به کلیهٔ بخشهای وبگاه مدیریت دارد." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"گروه های این کاربر به آن تعلق دارد. کاربر تمامی دسترسیهای اعطا شده به هر یک " +"از / گروه خود را دریافت کنید." + +#: models.py:306 +msgid "user permissions" +msgstr "اجازه‌های کاربر" + +#: models.py:377 msgid "username" msgstr "نام کاربری" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "الزامی. 30 حرف یا کمتر. فقط حروف الفبا (ارقام، الفبا و علائم @/./+/-/_ )." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "یک نام کاربری معتبر وارد کنید" + +#: models.py:383 msgid "first name" msgstr "نام" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "نام خانوادگی" -#: models.py:237 -msgid "e-mail address" -msgstr "نشانی پست الکترونیکی" - -#: models.py:238 -msgid "password" -msgstr "گذرواژه" +#: models.py:385 +msgid "email address" +msgstr "آدرس ایمیل" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "وضعیت کارمندی" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "تعبیه شده برای اینکه در وبگاه مدیریت، کاربر بتواند یا نتواند وارد شود." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "فعال" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -230,52 +274,23 @@ msgstr "" "برای نشان دادن اینکه آیا باید با این کاربر به عنوان کاربر فعال رفتار کرد " "تعبیه شده است. به جای حذف کاربر تیک را بردارید." -#: models.py:245 -msgid "superuser status" -msgstr "ابرکاربر" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"نشان می‌دهد که آیا این کاربر دسترسی نامحدود به کلیهٔ بخشهای وبگاه مدیریت دارد." - -#: models.py:248 -msgid "last login" -msgstr "آخرین ورود" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "تاریخ پیوستن" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "اجازه‌های کاربر" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "کاربر" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "کاربرها" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "خارج شدید" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "یک نشانی پست الکترونیکی معتبر وارد کنید." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "" +msgstr "بازیابی کلمه عبور بر روی %(site_name)s" diff --git a/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo index 6f4b3fcfb7500273c0317dd2d1cfd7a8d653b8e5..4323e0ee26ca1e7ffee993f93836232c292b2a7c 100644 Binary files a/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fi/LC_MESSAGES/django.po b/django/contrib/auth/locale/fi/LC_MESSAGES/django.po index eed4406846b1659c037dc179918600ad71e218fc..af6373eb95748ae39320bc1338a9a3aca860bee3 100644 --- a/django/contrib/auth/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/fi/LC_MESSAGES/django.po @@ -3,20 +3,21 @@ # Translators: # Antti Kaihola , 2011. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Antti Kaihola \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: nanook \n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,204 +31,244 @@ msgstr "Oikeudet" msgid "Important dates" msgstr "Tärkeät päivämäärät" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Salasana muutettu onnistuneesti." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Vaihda salasana: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Salasanaa ei ole asetettu." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Tuntematon salasanamuoto tai tuntematon hajakoodausalgoritmi." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Käyttäjätunnus on jo rekisteröity." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Salasanat eivät täsmää." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Käyttäjätunnus" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" " Vaaditaan. Enintään 30 merkkiä. Vain kirjaimet, numerot ja @/./+/-/_ ovat " "sallittuja." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Tässä voidaan käyttää vain kirjaimia, numeroita ja @/./+/-/_ merkkejä." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Salasana" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Salasanan vahvistaminen" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Syötä sama salasana tarkistuksen vuoksi toistamiseen." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Salasanoja ei tallenneta selkokielisinä, joten tämän käyttäjän salasanaa on " +"mahdoton nähdä, mutta voit vaihtaa salasanan käyttämällä tätä lomaketta." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Käyttäjätunnus tai salasana ei kelpaa. Huomaa, että isot ja pienet kirjaimet " -"ovat merkitseviä." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" "Selaimesi ei näytä sallivan evästeitä. Sisäänkirjautuminen vaatii evästeen." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Tämä käyttäjätili ei ole voimassa." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Sähköpostiosoitetta vastaavaa käyttäjätunnusta ei löydy. Oletko varmasti jo " +"Sähköpostiosoitetta vastaavaa käyttäjätiliä ei löydy. Oletko varmasti " "rekisteröitynyt?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Tätä sähköpostiosoitetta vastaavalla käyttäjätilillä ei ole oikeutta nollata " -"salasanaa." +"Tähän sähköpostiosoitteeseen liitetty käyttäjätili ei voi nollata salasanaa." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Sähköposti" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Uusi salasana" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Uusi salasana uudelleen" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Vanha salasana on virheellinen. Yritä uudelleen." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Vanha salasana" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Salasana toistamiseen" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algoritmi" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "iteraatioita" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "suola" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "tiiviste" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "työmäärä" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "tarkistussumma" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nimi" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "tunniste" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "oikeus" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "oikeudet" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ryhmä" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ryhmät" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "salasana" + +#: models.py:201 +msgid "last login" +msgstr "viimeisin kirjautuminen" + +#: models.py:298 +msgid "superuser status" +msgstr "pääkäyttäjä" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Antaa käyttäjälle kaikki oikeudet ilman, että niitä täytyy erikseen luetella." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Käyttäjäryhmät joihin tämä käyttäjä kuuluu. Käyttäjä saa käyttöoikeudet " +"kaikista käyttäjäryhmistä, joihin hän kuuluu." + +#: models.py:306 +msgid "user permissions" +msgstr "käyttäjän oikeudet" + +#: models.py:377 msgid "username" msgstr "käyttäjätunnus" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" " Vaaditaan. Enintään 30 merkkiä. Vain kirjaimet, numerot ja @/./+/-/_ ovat " "sallittuja." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Syötä kelvollinen käyttäjätunnus." + +#: models.py:383 msgid "first name" msgstr "etunimi" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "sukunimi" -#: models.py:237 -msgid "e-mail address" -msgstr "sähköposti" - -#: models.py:238 -msgid "password" -msgstr "salasana" +#: models.py:385 +msgid "email address" +msgstr "sähköpostiosoite" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "ylläpitäjä" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Määrittää, pääseekö käyttäjä tähän sivuston ylläpito-osioon." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "voimassa" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -235,51 +276,22 @@ msgstr "" "Määrää, voiko käyttäjä kirjautua sisään. Tällä voi estää käyttäjätilin " "käytön poistamatta sitä." -#: models.py:245 -msgid "superuser status" -msgstr "pääkäyttäjä" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Antaa käyttäjälle kaikki oikeudet ilman, että niitä täytyy erikseen luetella." - -#: models.py:248 -msgid "last login" -msgstr "viimeisin kirjautuminen" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "liittynyt" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "käyttäjän oikeudet" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "käyttäjä" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "käyttäjät" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Kirjautunut ulos" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Syötä kelvollinen sähköpostiosoite." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo index 3913b3aa85bb201b5a4458b0ea88263d82d8df80..f3941a9c1e3bb9173ad4e4eb6794ba77d6c13b1a 100644 Binary files a/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fr/LC_MESSAGES/django.po b/django/contrib/auth/locale/fr/LC_MESSAGES/django.po index 50c59292053db88629d0a478656ed9a0b642ae63..336e3ba9f387375e5041af2990ebe335c631c152 100644 --- a/django/contrib/auth/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: -# , 2011, 2012. +# , 2011-2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-17 09:26+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,52 +30,61 @@ msgstr "Permissions" msgid "Important dates" msgstr "Dates importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Mot de passe modifié avec succès" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Modifier le mot de passe : %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Aucun mot de passe défini." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" +"Format de mot de passe non valide ou algorithme de hachage non reconnu." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Un utilisateur avec ce nom existe déjà." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Les deux mots de passe ne correspondent pas." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nom d'utilisateur" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Requis. 30 caractères maximum. Uniquement des lettres, nombres et les " "caractères « @ », « . », « + », « - » et « _ »." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Cette valeur peut uniquement contenir des lettres, nombres et les caractères " "« @ », « . », « + », « - » et « _ »." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Mot de passe" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmation du mot de passe" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Saisissez le même mot de passe que précédemment, pour vérification." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -85,16 +94,17 @@ msgstr "" "d'afficher le mot de passe de cet utilisateur, mais il est possible de le " "changer en utilisant ce formulaire. " -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Saisissez un nom d'utilisateur et un mot de passe valide. Remarquez que " -"chacun de ces champs est sensible à la casse (différenciation des majuscules/" +"Saisissez un %(username)s et un mot de passe valides. Remarquez que chacun " +"de ces champs est sensible à la casse (différenciation des majuscules/" "minuscules)." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -102,139 +112,171 @@ msgstr "" "Votre navigateur ne semble pas avoir activé les cookies. Les cookies sont " "nécessaires pour se connecter." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ce compte est inactif." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Cette adresse électronique ne correspond à aucun compte utilisateur. Êtes-" -"vous sûr de vous être enregistré ?" +"Cette adresse électronique ne correspond à aucun compte existant. Vous êtes-" +"vous vraiment enregistré ?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Le compte associé à cette adresse électronique ne peut pas réinitialiser son " +"Le compte associé à cette adresse électronique ne peut pas réinitialiser le " "mot de passe." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Courriel" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nouveau mot de passe" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmation du nouveau mot de passe" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Votre ancien mot de passe est incorrect. Veuillez le rectifier." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Ancien mot de passe" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Mot de passe (à nouveau)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algorithme" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "itérations" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salage" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "empreinte" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "facteur travail" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "somme de contrôle" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nom" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nom de code" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permission" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permissions" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "groupe" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "groupes" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "mot de passe" + +#: models.py:201 +msgid "last login" +msgstr "dernière connexion" + +#: models.py:298 +msgid "superuser status" +msgstr "statut super-utilisateur" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Précise que l'utilisateur possède toutes les permissions sans les assigner " +"explicitement." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Les groupes dont fait partie cet utilisateur. Celui-ci obtient tous les " +"droits de tous ses groupes." + +#: models.py:306 +msgid "user permissions" +msgstr "permissions de l'utilisateur" + +#: models.py:377 msgid "username" msgstr "nom d'utilisateur" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Requis. 30 caractères maximum. Uniquement des lettres, nombres et les " "caractères « @ », « . », « + », « - » et « _ »." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Saisissez un nom d'utilisateur valable." + +#: models.py:383 msgid "first name" msgstr "prénom" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "nom" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "adresse électronique" -#: models.py:238 -msgid "password" -msgstr "mot de passe" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "statut équipe" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Précise si l'utilisateur peut se connecter à ce site d'administration." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "actif" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -242,55 +284,23 @@ msgstr "" "Précise si l'utilisateur doit être considéré comme actif. Décochez ceci " "plutôt que de supprimer le compte." -#: models.py:245 -msgid "superuser status" -msgstr "statut super-utilisateur" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Précise que l'utilisateur possède toutes les permissions sans les assigner " -"explicitement." - -#: models.py:248 -msgid "last login" -msgstr "dernière connexion" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "date d'inscription" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Les groupes dont fait partie cet utilisateur. Celui-ci obtient tous les " -"droits de tous ses groupes." - -#: models.py:255 -msgid "user permissions" -msgstr "permissions de l'utilisateur" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "utilisateur" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "utilisateurs" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Déconnecté" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Entrez une adresse de courriel valide." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "Mot de passe réinitialisé sur %(site_name)s" +msgstr "Réinitialisation du mot de passe sur %(site_name)s" diff --git a/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo index 501e56b8145ff2aa50fce5b94ef7a9870e366049..734b9aafb97a76ef46a1d1428fd6c21bcbc554ec 100644 Binary files a/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ga/LC_MESSAGES/django.po b/django/contrib/auth/locale/ga/LC_MESSAGES/django.po index 14f0eccfd85e33e548795f565ebd2b9a4e2bbd99..d7de99d1593091907d5cbf2142129dc5e60979d8 100644 --- a/django/contrib/auth/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ga/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-16 12:17+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" #: admin.py:41 msgid "Personal info" @@ -31,52 +31,60 @@ msgstr "Ceada" msgid "Important dates" msgstr "Dáta tábhactach" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Focal faire aithraithe rathúil" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Athraigh focal faire: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "In ann do úsáideoir leis an ainm úsáideora." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Níl an dá focla faire comhoiriúnigh" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Ainm úsaideoir" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Riachtanach. 30 carachtair nó níos lú. Litreacha, digite agus @/./+/-/_ " "amháin." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Cathaigh litreacha, digite agus na carachtair @/./+/-/_ amhain le hadhaigh " "an méid seo." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Focal faire" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Focal faire deimhniú" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Iontráíl an focal faire céanna mar thuas, le fíorúchán." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -86,15 +94,14 @@ msgstr "" "an úsaideora a fheiceáil, ach is féidir leat athrú ar an focal faire leis an bhfoirm seo." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Le do thoil, iontráil aihm úsaideora agus focal faire ceart. Bí cúramach go " -"bhfuil an beirt acu cásíogair." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -102,142 +109,170 @@ msgstr "" "Feictear nach bhfuil do brabhsálaí réidh le cuaiche a glacadh. Tá cuaiche ag " "teastail le logáil isteach." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Tá an cuntas seo neamhghníomhach." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Níl cuntas in éineacht leis an r-phost sin. An bhfuil tú cinnte go bhfuil tú " -"cláraithe?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Ní féidir leis an cuntas úsáideora a bhaineann leis an seoladh r-phoist a " -"athshocrú an focal faire." -#: forms.py:196 -msgid "E-mail" -msgstr "R-phost" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Focal faire nua" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Deimnhiú focal faire nua" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Cuireadh do sean-focal faire isteach go mícheart. Iontráil isteach é arís." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Sean-focal faire " -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Focal faire (arís)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algartam" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "atriallta" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salann" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "haiseáil" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "fachtóir oibre" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "suim sheiceála" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ainm" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "Ainm cód" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "cead" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "ceada" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grúpa" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grúpa" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "focal faire" + +#: models.py:201 +msgid "last login" +msgstr "logáil deirneach" + +#: models.py:298 +msgid "superuser status" +msgstr "stádas forúsáideoir" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Sainíonn go bhfuil gach ceada ag an úsáideoir seo gan iad a cur le go " +"díreach." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Na grúpaí a mbaineann leis an úsáideoir seo. Gheobhaidh úsáideor na ceadanna " +"a deonaíodh do gach ceann den a grúpa." + +#: models.py:306 +msgid "user permissions" +msgstr "ceada úsáideoira" + +#: models.py:377 msgid "username" msgstr "Ainm úsáideoir" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Riachtanach. 30 carachtair nó níos lú. Litreacha, digite agus na carachtair " "@/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ainm baiste" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "sloinne" -#: models.py:237 -msgid "e-mail address" -msgstr "seoladh r-phost" - -#: models.py:238 -msgid "password" -msgstr "focal faire" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "stádas foirne" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Sainigh an bhfuil cead ag an úsáideoir logáil isteach go dtí an suíomh " "riaracháin seo." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "gníomhach" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -245,54 +280,22 @@ msgstr "" "Sainíonn an bhfuil an úsáideoir gníomhach. Míroghnaigh seo in aineonn de " "scriseadh cuntasí." -#: models.py:245 -msgid "superuser status" -msgstr "stádas forúsáideoir" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Sainíonn go bhfuil gach ceada ag an úsáideoir seo gan iad a cur le go " -"díreach." - -#: models.py:248 -msgid "last login" -msgstr "logáil deirneach" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "Dáta teacht isteach" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Na grúpaí a mbaineann leis an úsáideoir seo. Gheobhaidh úsáideor na ceadanna " -"a deonaíodh do gach ceann den a grúpa." - -#: models.py:255 -msgid "user permissions" -msgstr "ceada úsáideoira" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "úsáideoir" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "úsáideora" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Logáilte amach" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Cuir isteach seoladh ríomhphoist bhailí." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo index 57c6460b717fa55dbb58b6436e3f846cd3436bbd..98a4ab29b66ce26acee92f368120a17270545506 100644 Binary files a/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/gl/LC_MESSAGES/django.po b/django/contrib/auth/locale/gl/LC_MESSAGES/django.po index 8b111b5c2af2f9d297f198dc74190ed46c5d605a..073fb035eb17bd7cf1c8d8b3bd89c9be6797656e 100644 --- a/django/contrib/auth/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/gl/LC_MESSAGES/django.po @@ -3,22 +3,23 @@ # Translators: # fasouto , 2011. # fonso , 2011. +# , 2013. # Jannis Leidel , 2011. # Leandro Regueiro , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Leandro Regueiro \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-07 11:41+0000\n" +"Last-Translator: fonso \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -32,65 +33,77 @@ msgstr "Permisos" msgid "Important dates" msgstr "Datas importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "O contrasinal cambiouse correctamente." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Cambiar contrasinal: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Non se configurou ningún contrasinal." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de contrasinal inválido ou algoritmo de hash descoñecido." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Xa existe un usuario con ese nome de usuario." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Os dous campos de contrasinal non coinciden." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Usuario" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Requirido. 30 caracteres ou menos. Soamente letras, díxitos e @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Este valor soamente pode conter letras, números e os caracteres @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Contrasinal" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmación do contrasinal" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Insira o mesmo contrasinal ca enriba para verificalo." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Non se gardan os contrasinais sen cifrar, de maneira que non se pode ver o " +"contrasinal deste usuario, pero pode modificar o contrasinal mediante este formulario." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Insira un nome de usuario e un contrasinal correctos. Teña en conta que nos " -"dous campos se distingue entre maiúsculas e minúsculas." +"Por favor, insira un %(username)s e contrasinal correctos. Teña en conta que " +"ambos os dous campos poden distinguir maiúsculas e minúsculas." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,136 +111,169 @@ msgstr "" "Semella que o seu navegador non acepta 'cookies'. Requírense 'cookies' para " "iniciar sesión." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Esta conta está inactiva." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Este enderezo de correo electrónico non ten unha conta de usuario asociada. " -"Está seguro de que está rexistrado?" +"Esta dirección de correo electrónico non ten unha conta de usuario asociada. " +"Está seguro de que se rexistrou?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" +"A conta de usuario asociada con este enderezo de correo electrónico non pode " +"restablecer o contrasinal." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Correo electrónico" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Novo contrasinal" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmación do novo contrasinal" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Inseriu incorrectamente o seu contrasinal actual. Por favor, insírao de novo." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Contrasinal antigo" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Contrasinal (outra vez)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "iteracións" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "sal" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "factor de traballo" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "suma de verificación" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nome" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "código" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permiso" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permisos" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupos" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "contrasinal" + +#: models.py:201 +msgid "last login" +msgstr "última sesión" + +#: models.py:298 +msgid "superuser status" +msgstr "estatus de superusuario" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario ten todos os permisos sen asignarllos explicitamente." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Os grupos aos que pertence este usuario. Un/ha usuario/a recibirá todos os " +"permisos outorgados a cada un dos seus grupos." + +#: models.py:306 +msgid "user permissions" +msgstr "permisos de usuario" + +#: models.py:377 msgid "username" msgstr "nome de usuario" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Requirido. 30 caracteres ou menos. Letras, díxitos e @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Insira un nome de usuario válido." + +#: models.py:383 msgid "first name" msgstr "nome" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "apelidos" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "enderezo de correo electrónico" -#: models.py:238 -msgid "password" -msgstr "contrasinal" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "membro do persoal" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indica se o usuario pode entrar neste sitio de administración." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "activo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -235,51 +281,22 @@ msgstr "" "Determina se este usuario se debe considerar activo. Deseleccione isto en " "vez de borrar contas de usuario." -#: models.py:245 -msgid "superuser status" -msgstr "estatus de superusuario" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Indica que este usuario ten todos os permisos sen asignarllos explicitamente." - -#: models.py:248 -msgid "last login" -msgstr "última sesión" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data de rexistro" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "permisos de usuario" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "usuario" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "usuarios" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Rematou a sesión" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Insira un enderezo de correo electrónico válido." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/he/LC_MESSAGES/django.mo b/django/contrib/auth/locale/he/LC_MESSAGES/django.mo index b05d48f194991a6dfb1c87d9159cd6c39759eb45..a85afd483d3efa94c3a229443572cac9108f4dfb 100644 Binary files a/django/contrib/auth/locale/he/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/he/LC_MESSAGES/django.po b/django/contrib/auth/locale/he/LC_MESSAGES/django.po index 78126c84b3690c02d6575a073007b66c97e2b937..aef3f684220258ce55e44b3472ce4ca8e1e03d20 100644 --- a/django/contrib/auth/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/he/LC_MESSAGES/django.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Meir Kriheli \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,194 +31,234 @@ msgstr "הרשאות" msgid "Important dates" msgstr "תאריכים חשובים" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "הסיסמה שונתה בהצלחה." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "שינוי סיסמה: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "לא נקבעה סיסמה." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "תחביר סיסמה בלתי-חוקי או אלגוריתם גיבוב לא ידוע." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "משתמש עם שם משתמש זה קיים כבר" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "שני שדות הסיסמה אינם זהים." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "שם משתמש" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "שדה חובה. 30 תווים או פחות. אותיות, ספרות ו-@/./+/-/_ בלבד." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "ערך זה יכול להכיל אותיות, ספרות והתווים @/./+/-/_ בלבד." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "סיסמה" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "אימות סיסמה" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "יש להזין את אותה סיסמה שוב,לאימות." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"הסיסמאות אינן נשמרות באופן חשוף, כך שאין דרך לראות את סיסמת המשתמש, ניתן " +"לשנות את הסיסמה בעזרת טופס זה." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"נא להזין שם משתמש וסיסמה נכונים. בשני השדות גודל האותיות האנגליות משנה." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "נראה שעוגיות לא מאופשרות בדפדפן שלך. הן נדרשות כדי להתחבר." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "חשבון זה אינו פעיל." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "כתובת דואר אלקטרוני זו אינה משוייכת למשתמש. בטוח שנרשמת ?" +msgstr "כתובת הדוא\"ל הזו אינה משוייכת לחשבון משתמש. האם בטוח שנרשמת ?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "החשבון מחובר לדוא\"ל זה לא יכול להחליף את הסיסמה." +msgstr "חשבון המשתמש המשוייך לכתובת דוא\"ל זו אינו יכול לאפס את הסיסמה." -#: forms.py:196 -msgid "E-mail" -msgstr "כתובת דוא\"ל" +#: forms.py:211 +msgid "Email" +msgstr "דוא\"ל" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "סיסמה חדשה" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "אימות סיסמה חדשה" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "סיסמתך הישנה הוזנה בצורה שגויה. נא להזינה שוב." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "סיסמה ישנה" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "סיסמה (שוב)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "אלגוריתם" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "חזרות" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "גיבוב" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "סיכום ביקורת" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "שם" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "שם קוד" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "הרשאה" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "הרשאות" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "קבוצה" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "קבוצות" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "סיסמה" + +#: models.py:201 +msgid "last login" +msgstr "כניסה אחרונה" + +#: models.py:298 +msgid "superuser status" +msgstr "סטטוס משתמש על" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "מציין שלמשתמש זה יש את כל ההרשאות ללא הצורך המפורש בהענקתן." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"הקבוצות שמשתמש זה שייך אליהן. משתמש יקבל את כל ההרשאות המוקצות לקבוצה שלו/" +"שלה." + +#: models.py:306 +msgid "user permissions" +msgstr "הרשאות משתמש" + +#: models.py:377 msgid "username" msgstr "שם משתמש" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "שדה חובה. 30 תווים או פחות. אותיות, ספרות והתווים @/./+/-/_ בלבד." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "נא להזין שם משתמש חוקי." + +#: models.py:383 msgid "first name" msgstr "שם פרטי" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "שם משפחה" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "כתובת דוא\"ל" -#: models.py:238 -msgid "password" -msgstr "סיסמה" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "סטטוס איש צוות" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "מציין האם המשתמש יכול להתחבר לאתר הניהול." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "פעיל" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -226,52 +266,22 @@ msgstr "" "מציין האם יש להתייחס למשתמש כפעיל. יש לבטל בחירה זו במקום למחוק חשבונות " "משתמשים." -#: models.py:245 -msgid "superuser status" -msgstr "סטטוס משתמש על" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "מציין שלמשתמש זה יש את כל ההרשאות ללא הצורך המפורש בהענקתן." - -#: models.py:248 -msgid "last login" -msgstr "כניסה אחרונה" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "תאריך הצטרפות" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"הקבוצות שמשתמש זה שייך אליהן. משתמש יקבל את כל ההרשאות המוקצות לקבוצה שלו/" -"שלה." - -#: models.py:255 -msgid "user permissions" -msgstr "הרשאות משתמש" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "משתמש" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "משתמשים" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "יצאת מהמערכת" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "יש להזין כתובת דוא\"ל חוקית." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo index 9d441af4e9369b414cff1e5f816c1ca47cff13c6..654cd0f4decf3bb4d21bf4361a9a817609715f96 100644 Binary files a/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/hi/LC_MESSAGES/django.po b/django/contrib/auth/locale/hi/LC_MESSAGES/django.po index 1e9de0717615346e8f6fb9908d9ee997330d2608..4c713a9f37ca7c1e142a4c90ad4a6607a001a33d 100644 --- a/django/contrib/auth/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/hi/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2013. # Chandan kumar , 2012. # Jannis Leidel , 2011. # Sandeep Satavlekar , 2011. @@ -8,16 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-15 14:00+0000\n" -"Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-09 10:31+0000\n" +"Last-Translator: alkuma \n" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,48 +32,56 @@ msgstr "अनुमतियाँ" msgid "Important dates" msgstr "महत्त्वपूर्ण तिथियाँ" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "शब्दकूट बदली कामयाब" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "शब्दकूट बदलें: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "कोई कूटशब्द नहीं।" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "अवैध कूटशब्द प्रारूप या अज्ञात द्रुतान्वेषण कलन विधि" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "इस नाम के साथ प्रवोक्ता अस्तित्व है" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "यह दो शब्दकूट क्षेत्रों का मेल नहीं होता " -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "प्रवोक्ता नाम" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "जरूरी है | 30 या कम | केवल वर्णों, अक्षर, अंक और @/./+/-/_ |" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "यह मूल्य केवल अक्षर, संख्या और @/./+/-/_ हो सकते हैं |" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "कूटशब्द" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "कूटशब्द पुष्टि" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "सत्याप्ती के लिए ऊपर दर्ज किए शब्दकूट को फिर से प्रवेश करें" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -82,150 +91,179 @@ msgstr "" "तरीका नहीं है, लेकिन आप इस प्रपत्र का उपयोग करते हुए " "कूटशब्द बदल सकते हैं." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "" -"एक सही उपयोगकर्ता नाम और कूटशब्द दर्ज करें. कृपया ध्यान दें कि दोनों क्षेत्र मामले के प्रति " -"संवेदनशील होते हैं." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "कृपया सही %(username)s व कूटशब्द भरें। भरते समय लघु और दीर्घ अक्षरों का ध्यान रखें।" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" "ऐसा लग रहा हैं की आप के वेब-ब्राउज़र में कुकीज़ सक्षम नहीं हैं | प्रवेश हेतु कुकीज़ आवश्यक हैं |" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "यस खाता सुस्त है" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "" -"उस इ-मेल पते से जुड़ा कोई उपयोगकर्ता खता नहीं हैं | क्या आप को यकीन हैं की आप ने पंजीकरण " -"किया हैं?" +msgstr "इस डाक पते का कोई खाता यहाँ नहीं है। आपने पंजीकरण तो किया है न?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "इस ई - मेल पते के साथ जुड़े उपयोगकर्ता खाता पासवर्ड को रीसेट नहीं कर सकते है." +msgstr "इस डाक पते से जुड़े प्रयोक्ता कूटशब्द नहीं बदल सकते हैं" -#: forms.py:196 -msgid "E-mail" -msgstr "ईमेल" +#: forms.py:211 +msgid "Email" +msgstr "डाक पता" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "नया शब्दकूट" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "नया शब्दकूट पुष्टि" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "आपने पुराना शब्दकूट गलत दर्ज किया है । कृपया फिर से दर्ज करें" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "पुराना शब्दकूट" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "शब्दकूट (दुबारा)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "अलगोरिथम" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "पुनरूक्तियाँ" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "साल्ट" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "हैश" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "कार्य फ़ैक्टर" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "चेकसम" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "नाम" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "कोडनेम" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "अनुमति" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "अनुमतियाँ" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "वर्ग" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "वर्गों" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "शब्दकूट" + +#: models.py:201 +msgid "last login" +msgstr "पिछला लॉगिन" + +#: models.py:298 +msgid "superuser status" +msgstr "सर्वोच्च प्रयोक्ता स्थिति" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"निर्दिष्ट करता है कि जो इस उपयोगकर्ता के पास सभी अनुमतियाँ उन्हें बिना बताए स्पष्ट रूप से " +"निर्धारित है." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"समूह के अंतर्गत यह उपयोगकर्ता आता है. उपयोगकर्ता उसकी / उसके समूह के प्रत्येक के लिए दी गई " +"अनुमति प्राप्त होगा." + +#: models.py:306 +msgid "user permissions" +msgstr "प्रयोक्ता अनुमतियाँ" + +#: models.py:377 msgid "username" msgstr "प्रयोक्ता नाम" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "जरूरी है | 30 या कम वर्णों | केवल अक्षर, संख्या और @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "वैध प्रयोक्ता नाम भरें" + +#: models.py:383 msgid "first name" msgstr "पहला नाम" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "आखिरी नाम" -#: models.py:237 -msgid "e-mail address" -msgstr "ईमेल पता" - -#: models.py:238 -msgid "password" -msgstr "शब्दकूट" +#: models.py:385 +msgid "email address" +msgstr "डाक पता" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "कर्मचारी स्थिति" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "तय करता हैं की उपयोगकर्ता इस साईट प्रशासन में प्रवेश कर सकता हैं या नहीं |" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "सक्रिय" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -233,54 +271,22 @@ msgstr "" "निर्दिष्ट करता है कि क्या इस उपयोगकर्ता को सक्रिय माना जाना चाहिए.खातों को हटाने की " "बजाय इस अचयनित करे." -#: models.py:245 -msgid "superuser status" -msgstr "सर्वोच्च प्रयोक्ता स्थिति" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"निर्दिष्ट करता है कि जो इस उपयोगकर्ता के पास सभी अनुमतियाँ उन्हें बिना बताए स्पष्ट रूप से " -"निर्धारित है." - -#: models.py:248 -msgid "last login" -msgstr "पिछला लॉगिन" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "तिथि भरती" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"समूह के अंतर्गत यह उपयोगकर्ता आता है. उपयोगकर्ता उसकी / उसके समूह के प्रत्येक के लिए दी गई " -"अनुमति प्राप्त होगा." - -#: models.py:255 -msgid "user permissions" -msgstr "प्रयोक्ता अनुमतियाँ" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "उपभोक्ता" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "उपभोक्ताऐं" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "लाग्ड आउट " -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "मान्य ईमेल पता भरें" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo index a4e3bfb259816fb0b209b5b7f0c03ba172feef27..cf82f403650d20c03a0bdbe86fe6ad174fec7a0e 100644 Binary files a/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/hr/LC_MESSAGES/django.po b/django/contrib/auth/locale/hr/LC_MESSAGES/django.po index e2e295ce66b0a59879f9afcd51629ef060f2c7d4..4414ed5b8404cfc38f74e22a60f5c3f51fc57c9b 100644 --- a/django/contrib/auth/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/hr/LC_MESSAGES/django.po @@ -1,24 +1,27 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012-2013. # Bojan Mihelač , 2012. +# Davor Lučić , 2012. # Jannis Leidel , 2011. +# , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-22 17:16+0000\n" -"Last-Translator: zmasek \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-14 18:37+0000\n" +"Last-Translator: aljosa \n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: admin.py:41 msgid "Personal info" @@ -32,51 +35,59 @@ msgstr "Privilegije" msgid "Important dates" msgstr "Važni datumi" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Lozinka uspješno promijenjena." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Promijeni lozinku: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Lozinka nije postavljena." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neispravan format lozinke ili nepoznati hashing algoritam." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Korisnik sa navedenim imenom već postoji." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Dva polja za lozinku nisu jednaka." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Korisničko ime" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obavezan unos. 30 alfanumeričkih znakova ili manje. Samo slova, brojevi i " "@/./+/-/_ znakovi." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Ova vrijednost može sadržavati samo slova, brojeve i @/./+/-/_ znakove." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Lozinka" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potvrda lozinke" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Unesite istu lozinku, za potvrdu." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -86,15 +97,16 @@ msgstr "" "lozinku ovog korisnika, ali je možete promjeniti koristeći ovaj obrazac." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Molim unesite ispravno korisničko ime i lozinku. Uzmite u obzir da oba polja " -"razlikuju velika/mala slova." +"Unesite ispravno %(username)s i lozinku. Imajte na umu da oba polja mogu " +"biti velika i mala slova." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -102,138 +114,170 @@ msgstr "" "Izgleda da Vaš browser ne podržava kolačiće (cookies). Kolačići su potrebni " "da bi se prijavili." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ovaj korisnički račun nije aktivan." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Za navedenu e-mail adresu ne postoji korisnički račun. Jeste li sigurni da " -"ste registrirani?" +"E-mail adresa nije vezana uz nijedan korisnički račun. Da li ste sigurni da " +"ste se registrirali?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Nije moguće resetirati lozinku za korisnika povezanim sa ovom e-mail adresom." +"Korisnički račun povezan s ovom e-mail adresom ne može resetirati lozinku." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "E-mail" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nova lozinka" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Potvrda nove lozinke" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Vaša stara lozinka je pogrešno unesena. Molim unesite ponovo." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Stara lozinka" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Lozinka (unesi ponovo)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritam" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteracije" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "slučajna vrijednost" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "količina rada" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "zbroj za provjeru" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ime" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodno ime" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "privilegija" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "privilegije" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupa" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupe" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "lozinka" + +#: models.py:201 +msgid "last login" +msgstr "posljednja prijava" + +#: models.py:298 +msgid "superuser status" +msgstr "superuser status" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Određuje da ovaj korisnik ima sve privilegije te uklanja potrebu da se " +"privilegije unose eksplicitno/ručno." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupe kojima ovaj korisnik pripada. Korisnik će imati sve privilegije grupa " +"kojima pripada." + +#: models.py:306 +msgid "user permissions" +msgstr "privilegije korisnika" + +#: models.py:377 msgid "username" msgstr "korisničko ime" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Obavezan unos. 30 alfanumeričkih znakova ili manje. Samo slova, brojevi i " "@/./+/-/_ dozvoljeni." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Unesite ispravno korisničko ime." + +#: models.py:383 msgid "first name" msgstr "ime" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "prezime" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "e-mail adresa" -#: models.py:238 -msgid "password" -msgstr "lozinka" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "status osoblja" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Određuje može li se korisnik prijaviti na ove stranice administracije." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktivan" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -241,54 +285,22 @@ msgstr "" "Određuje treba li se ovaj korisnik tretirati kao aktivan korisnik. Koristite " "ovu opciju umjesto brisanja korisničkih računa." -#: models.py:245 -msgid "superuser status" -msgstr "superuser status" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Određuje da ovaj korisnik ima sve privilegije te uklanja potrebu da se " -"privilegije unose eksplicitno/ručno." - -#: models.py:248 -msgid "last login" -msgstr "posljednja prijava" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datum učlanjenja" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grupe kojima ovaj korisnik pripada. Korisnik će imati sve privilegije grupa " -"kojima pripada." - -#: models.py:255 -msgid "user permissions" -msgstr "privilegije korisnika" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "korisnik" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "korisnici" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Niste logirani" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Unesite ispravnu e-mail adresu." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo index 2a1daf9c01150c8da878aa3309302afb4e8e4bd2..3989054315851a1dc4630ab06ccdd5cc1121311a 100644 Binary files a/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/hu/LC_MESSAGES/django.po b/django/contrib/auth/locale/hu/LC_MESSAGES/django.po index 135bb617631a3f18ab9804c0b65175dfd58a4adc..07965da629dc70567f881d808fb136211ff4e07d 100644 --- a/django/contrib/auth/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/hu/LC_MESSAGES/django.po @@ -2,21 +2,22 @@ # # Translators: # Jannis Leidel , 2011. +# Máté Őry , 2012. # Szilveszter Farkas , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-19 20:32+0000\n" -"Last-Translator: istvanf \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Máté Őry \n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,50 +31,58 @@ msgstr "jogosultságok" msgid "Important dates" msgstr "Fontos dátumok" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Sikeres jelszóváltoztatás." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Jelszó megváltoztatása: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Létezik már egy felhasználó ezzel a névvel." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "A két jelszó mező tartalma nem egyezik meg." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Felhasználó" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Kötelező. Legfeljebb 30 karakter. Betűk, számok és @/./+/-/_ karakterek." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Ez az érték csak betűket, számokat és @/./+/-/_ karaktereket tartalmazhat." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Jelszó" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Jelszó megerősítése" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Írja be a fenti jelszót ellenőrzés céljából." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -83,15 +92,14 @@ msgstr "" "megtekinteni, azonban ezzel az űrlappal a jelszó " "megváltoztatható." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Írjon be egy helyes felhasználónevet és jelszót. Mindkét mező kisbetű-" -"nagybetű érzékeny." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -99,139 +107,167 @@ msgstr "" "A böngészője úgy tűnik nem támogatja a cookie-kat. A cookie-k engedélyezése " "szükséges a bejelentkezéshez." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ez a fiók inaktív." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Ehhez az e-mail címhez nem tartozik felhasználói fiók. Biztos benne, hogy " -"regisztrált?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Az ehhez az e-mail címhez tartozó felhasználói fiók jelszavát nem lehet " -"újragenerálni." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail cím" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Új jelszó" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Új jelszó megerősítése" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "A régi jelszó hibásan lett megadva. Írja be újra." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Régi jelszó" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Jelszó újra" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmus" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterációk" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "erősség" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "ellenőrző összeg" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "név" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kódnév" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "jogosultság" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "jogosultságok" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "csoport" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "csoportok" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "jelszó" + +#: models.py:201 +msgid "last login" +msgstr "utolsó bejelentkezés" + +#: models.py:298 +msgid "superuser status" +msgstr "rendszergazda státusz" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Megadja, hogy ez a felhasználó rendelkezik-e minden jogosultsággal anélkül, " +"hogy azt külön meg kellene adni." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"A csoportok, amelyekhez a felhasználó tartozik. A felhasználó minden egyes " +"csoportja jogosultságaival rendelkezni fog." + +#: models.py:306 +msgid "user permissions" +msgstr "felhasználói jogosultságok" + +#: models.py:377 msgid "username" msgstr "felhasználónév" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Kötelező. Legfeljebb 30 karakter. Betűk, számok és @/./+/-/_ karakterek." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "keresztnév" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "vezetéknév" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail cím" - -#: models.py:238 -msgid "password" -msgstr "jelszó" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "személyzet státusz" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Megadja, hogy a felhasználó bejelentkezhet-e erre az adminisztrációs oldalra." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktív" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -239,54 +275,22 @@ msgstr "" "Megadja, hogy a felhasználó aktív-e. Állítsa át ezt az értéket a fiók " "törlése helyett." -#: models.py:245 -msgid "superuser status" -msgstr "rendszergazda státusz" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Megadja, hogy ez a felhasználó rendelkezik-e minden jogosultsággal anélkül, " -"hogy azt külön meg kellene adni." - -#: models.py:248 -msgid "last login" -msgstr "utolsó bejelentkezés" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "csatlakozás dátuma" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"A csoportok, amelyekhez a felhasználó tartozik. A felhasználó minden egyes " -"csoportja jogosultságaival rendelkezni fog." - -#: models.py:255 -msgid "user permissions" -msgstr "felhasználói jogosultságok" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "felhasználó" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "felhasználók" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Kijelentkezve" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Írjon be egy érvényes e-mail címet." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..55eb462066392698839c0e166273be12fb0da6b0 Binary files /dev/null and b/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ia/LC_MESSAGES/django.po b/django/contrib/auth/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1b3e0ad71bf81ec470b9276ce6e5df0f95506693 --- /dev/null +++ b/django/contrib/auth/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,295 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:41 +msgid "Personal info" +msgstr "Information personal" + +#: admin.py:42 +msgid "Permissions" +msgstr "Permissiones" + +#: admin.py:44 +msgid "Important dates" +msgstr "Datas importante" + +#: admin.py:126 +msgid "Password changed successfully." +msgstr "Le cambio del contrasigno ha succedite." + +#: admin.py:136 +#, python-format +msgid "Change password: %s" +msgstr "Cambia contrasigno: %s" + +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 +msgid "A user with that username already exists." +msgstr "Un usator con iste nomine de usator jam existe." + +#: forms.py:68 forms.py:269 forms.py:329 +msgid "The two password fields didn't match." +msgstr "Le duo campos de contrasigno non es identic." + +#: forms.py:70 forms.py:115 +msgid "Username" +msgstr "Nomine de usator" + +#: forms.py:72 forms.py:116 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" +"Obligatori. 30 characteres o minus. Litteras, cifras e @/./+/-/_ solmente." + +#: forms.py:75 forms.py:119 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters." +msgstr "" +"Iste valor pote continer solmente litteras, numeros e le characteres @/./+/-/" +"_." + +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 +msgid "Password" +msgstr "Contrasigno" + +#: forms.py:79 +msgid "Password confirmation" +msgstr "Confirma contrasigno" + +#: forms.py:81 +msgid "Enter the same password as above, for verification." +msgstr "Repete le contrasigno pro verification." + +#: forms.py:122 +msgid "" +"Raw passwords are not stored, so there is no way to see this user's " +"password, but you can change the password using this " +"form." +msgstr "" +"Le contrasignos non es immagazinate in forma de texto simple, dunque il non " +"es possibile vider le contrasigno de iste usator, ma tu pote cambiar le " +"contrasigno con iste formulario." + +#: forms.py:151 +#, python-format +msgid "" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" + +#: forms.py:153 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" +"Vostre navigator del web non pare haber le \"cookies\" activate. Cookies es " +"necessari pro aperir session." + +#: forms.py:155 +msgid "This account is inactive." +msgstr "Iste conto es inactive." + +#: forms.py:206 +msgid "" +"That email address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: forms.py:208 tests/forms.py:374 +msgid "" +"The user account associated with this email address cannot reset the " +"password." +msgstr "" + +#: forms.py:211 +msgid "Email" +msgstr "" + +#: forms.py:271 +msgid "New password" +msgstr "Nove contrasigno" + +#: forms.py:273 +msgid "New password confirmation" +msgstr "Confirma nove contrasigno" + +#: forms.py:302 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Le ancian contrasigno non es correcte. Per favor scribe lo de novo." + +#: forms.py:305 +msgid "Old password" +msgstr "Ancian contrasigno" + +#: forms.py:333 +msgid "Password (again)" +msgstr "Contrasigno (de novo)" + +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 +msgid "algorithm" +msgstr "algorithmo" + +#: hashers.py:242 +msgid "iterations" +msgstr "iterationes" + +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 +msgid "salt" +msgstr "sal" + +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 +msgid "hash" +msgstr "hash" + +#: hashers.py:293 +msgid "work factor" +msgstr "factor de labor" + +#: hashers.py:295 +msgid "checksum" +msgstr "summa de controlo" + +#: models.py:72 models.py:121 +msgid "name" +msgstr "nomine" + +#: models.py:74 +msgid "codename" +msgstr "nomine de codice" + +#: models.py:78 +msgid "permission" +msgstr "permission" + +#: models.py:79 models.py:123 +msgid "permissions" +msgstr "permissiones" + +#: models.py:128 +msgid "group" +msgstr "gruppo" + +#: models.py:129 models.py:301 +msgid "groups" +msgstr "gruppos" + +#: models.py:200 +msgid "password" +msgstr "contrasigno" + +#: models.py:201 +msgid "last login" +msgstr "ultime session" + +#: models.py:298 +msgid "superuser status" +msgstr "stato de superusator" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que iste usator ha tote le permissiones sin assignar los " +"explicitemente." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Le gruppos al quales iste usator pertine. Un usator obtene tote le " +"permissiones concedite a cata un de su gruppos." + +#: models.py:306 +msgid "user permissions" +msgstr "permissiones de usator" + +#: models.py:377 +msgid "username" +msgstr "nomine de usator" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Obligatori. 30 characteres o minus. Litteras, numeros e characteres @/./+/-/_" + +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "prenomine" + +#: models.py:384 +msgid "last name" +msgstr "nomine de familia" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "stato de personal" + +#: models.py:387 +msgid "Designates whether the user can log into this admin site." +msgstr "Indica si le usator pote aperir session in iste sito administrative." + +#: models.py:389 +msgid "active" +msgstr "active" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si iste usator debe esser tractate como active. Dismarca isto in vice " +"de deler contos." + +#: models.py:392 +msgid "date joined" +msgstr "data de inscription" + +#: models.py:400 +msgid "user" +msgstr "usator" + +#: models.py:401 +msgid "users" +msgstr "usatores" + +#: views.py:94 +msgid "Logged out" +msgstr "Session claudite" + +#: templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Reinitialisation del contrasigno in %(site_name)s" diff --git a/django/contrib/auth/locale/id/LC_MESSAGES/django.mo b/django/contrib/auth/locale/id/LC_MESSAGES/django.mo index 5e63874331769cf6102dc605a516076c4af435f6..0b1f97579d1283efaf62036a2d0c0c73d4731736 100644 Binary files a/django/contrib/auth/locale/id/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/id/LC_MESSAGES/django.po b/django/contrib/auth/locale/id/LC_MESSAGES/django.po index edde418fb9acf94135fcbff970359c2360f6d1bd..fd99a63367f3272345e00de358e22815b95faec0 100644 --- a/django/contrib/auth/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/id/LC_MESSAGES/django.po @@ -3,21 +3,21 @@ # Translators: # Jannis Leidel , 2011. # rodin , 2011. -# , 2011, 2012. +# , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -31,50 +31,58 @@ msgstr "Hak akses" msgid "Important dates" msgstr "Tanggal penting" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Sandi berhasil diubah." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Ganti sandi: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Belum ada sandi yang disetel." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Format sandi tidak valid atau algoritma hash yang tidak dikenal." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Seorang pengguna dengan nama pengguna tersebut sudah ada." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Dua bidang sandi tidak cocok." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Username" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka, dan karakter " "@/./+/-/_ ." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Nilai ini hanya boleh berisi huruf, angka, dan karakter @/./+/-/_ ." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Sandi" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Konfirmasi sandi" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Masukkan sandi yang sama dengan di atas, untuk verifikasi." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +92,14 @@ msgstr "" "pengguna ini, namun Anda dapat mengganti sandi tersebut lewat formulir ini." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Masukkan nama pengguna dan sandi yang benar. Huruf besar/kecil pada bidang " -"ini berpengaruh." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,139 +107,171 @@ msgstr "" "Tampaknya peramban Anda disetel untuk tidak menerima kuki. Kuki diperlukan " "untuk proses masuk." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Akun ini tidak aktif." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Alamat email tersebut tidak terkait dengan akun apapun. Anda yakin sudah " +"Tidak ada akun pengguna yang terkait dengan alamat email ini. Yakin sudah " "terdaftar?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" "Akun pengguna yang terkait dengan alamat email ini tidak dapat menyetel " "ulang sandi." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Sandi baru" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Konfirmasi sandi baru" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Sandi lama Anda yang dimasukkan salah. Masukkan sekali lagi." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Sandi lama" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Sandi (ulangi)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritme" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterasi" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "garam" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "faktor kerja" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "ceksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nama" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "namasandi" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "hak akses" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "hak akses" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grup" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grup" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "sandi" + +#: models.py:201 +msgid "last login" +msgstr "masuk terakhir" + +#: models.py:298 +msgid "superuser status" +msgstr "status superuser" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Menentukan apakah pengguna memiliki semua hak akses tanpa perlu diberikan " +"secara manual." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grup tempat pengguna ini dikelompokkan. Pengguna akan mendapatkan semua hak " +"akses yang diberikan pada grupnya." + +#: models.py:306 +msgid "user permissions" +msgstr "hak akses pengguna" + +#: models.py:377 msgid "username" msgstr "nama pengguna" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka, karakter @/./" "+/-/_ " -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Masukkan nama pengguna yang valid." + +#: models.py:383 msgid "first name" msgstr "nama depan" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "nama belakang" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "alamat email" -#: models.py:238 -msgid "password" -msgstr "sandi" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "status staf" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Menentukan apakah pengguna berhak masuk ke situs administrasi ini." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktif" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,54 +279,22 @@ msgstr "" "Menentukan apakah pengguna dianggap aktif. Hapus pilihan ini tanpa perlu " "menghapus akunnya." -#: models.py:245 -msgid "superuser status" -msgstr "status superuser" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Menentukan apakah pengguna memiliki semua hak akses tanpa perlu diberikan " -"secara manual." - -#: models.py:248 -msgid "last login" -msgstr "masuk terakhir" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "tanggal daftar" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grup tempat pengguna ini dikelompokkan. Pengguna akan mendapatkan semua hak " -"akses yang diberikan pada grupnya." - -#: models.py:255 -msgid "user permissions" -msgstr "hak akses pengguna" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "pengguna" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "pengguna" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Keluar" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Masukkan alamat email yang valid." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/is/LC_MESSAGES/django.mo b/django/contrib/auth/locale/is/LC_MESSAGES/django.mo index ee320ceb0dd9f618d012928c72eb210d7410e147..f75e99853d2c0c9eb9eb9812655086d5a6f4926e 100644 Binary files a/django/contrib/auth/locale/is/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/is/LC_MESSAGES/django.po b/django/contrib/auth/locale/is/LC_MESSAGES/django.po index dd1cb70f444462f4f9a669cbd926b601abdb4eae..2315073c0faed715d820cd902fe3e1010d3d9327 100644 --- a/django/contrib/auth/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/is/LC_MESSAGES/django.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-19 14:55+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,52 +31,60 @@ msgstr "Réttindi" msgid "Important dates" msgstr "Mikilvægar dagsetningar" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Breyting á lykilorði tókst." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Breyta lykilorði: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Notandi með þetta notendanafn er nú þegar til." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Lykilorðin tvö pössuðu ekki saman." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Notandanafn" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Nauðsynlegt að fylla út. 30 stafir eða færri. Bókstafir (ekki broddstafir), " "tölustafir og @/./+/-/_ aðeins leyft." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Þessi reitur má aðeins innihalda bókstafi (ekki broddstafi), tölustafi og " "@/./+/-/_ táknin" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Lykilorð" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Staðfesting lykilorðs" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Settu inn sama lykilorðið aftur til staðfestingar." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -86,15 +94,14 @@ msgstr "" "notanda, en þú getur breytt lykilorðinu með þessu " "eyðublaði ." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Vinsamlegast sláðu inn rétt notandanafn og lykilorð. Athugaðu að báðir " -"reitirnir þurfa að vera stafréttir." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -102,140 +109,168 @@ msgstr "" "Vafri þinn virðist ekki vera stilltur til að leyfa dúsur (cookies). Dúsur " "eru nauðsynlegar fyrir innskráningu." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Þessi reikningur er óvirkur." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Þetta netfang hefur engan tengdan notandareikning. Ertu viss um að þú hafi " -"skráð þig?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Notandareikningur sem tengdur er við þetta póstfang getur ekki endursett " -"lykilorð." -#: forms.py:196 -msgid "E-mail" -msgstr "Netfang" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nýtt lykilorð" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Nýtt lykilorð (endurtekið)" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Gamla lykilorðið var vitlaust. Vinsamlegast reyndu aftur." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Gamalt lykilorð" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Lykilorð (aftur)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algrím" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "ítranir" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hashtafla" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "vinnustuðull" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "varsumma" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nafn" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "vinnuheiti" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "réttindi" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "réttindi" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "hópur" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "hópar" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "lykilorð" + +#: models.py:201 +msgid "last login" +msgstr "síðasta innskráning" + +#: models.py:298 +msgid "superuser status" +msgstr "staða ofurnotanda" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Til marks um að notandinn hafi öll réttindi án þess að taka þau sérstaklega " +"fram." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Hópar sem þessi notandi tilheyrir. Notandi fær allan aðgangsrétt sem fylgir " +"hverjum hóp sem hann/hún er skráð(ur) í." + +#: models.py:306 +msgid "user permissions" +msgstr "réttindi" + +#: models.py:377 msgid "username" msgstr "notandanafn" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Nauðsynlegt að fylla út. 30 stafir eða færri. Bókstafir (ekki broddstafir), " "tölustafir og @/./+/-/_ aðeins leyft." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "skírnarnafn" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "eftirnafn" -#: models.py:237 -msgid "e-mail address" -msgstr "tölvupóstfang" - -#: models.py:238 -msgid "password" -msgstr "lykilorð" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "staða starfsmanns" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Segir til um hvort notandinn getur skráð sig inn á þetta stjórnunarsvæði." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "virkur" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -243,54 +278,22 @@ msgstr "" "Til marks um að notandinn sé virku. Taktu hakið úr þessum möguleika til að " "eyða aðgangi." -#: models.py:245 -msgid "superuser status" -msgstr "staða ofurnotanda" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Til marks um að notandinn hafi öll réttindi án þess að taka þau sérstaklega " -"fram." - -#: models.py:248 -msgid "last login" -msgstr "síðasta innskráning" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "skráning dags." -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Hópar sem þessi notandi tilheyrir. Notandi fær allan aðgangsrétt sem fylgir " -"hverjum hóp sem hann/hún er skráð(ur) í." - -#: models.py:255 -msgid "user permissions" -msgstr "réttindi" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "notandi" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "notendur" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Útskráð(ur)" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Sláðu inn gilt tölvupóstfang." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/it/LC_MESSAGES/django.mo b/django/contrib/auth/locale/it/LC_MESSAGES/django.mo index 32ab19c5355ae66d20bf76bc65cbd0498909d028..21f463789179c54f19cf68c02610755db77917f9 100644 Binary files a/django/contrib/auth/locale/it/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/it/LC_MESSAGES/django.po b/django/contrib/auth/locale/it/LC_MESSAGES/django.po index cc3838e791b43da78eb9f4e9c6975b789005e013..9fc2c3adbc4bf29da2460a642548df85203b4b0a 100644 --- a/django/contrib/auth/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/it/LC_MESSAGES/django.po @@ -3,21 +3,21 @@ # Translators: # Federico Capoano , 2011. # Jannis Leidel , 2011. -# Nicola Larosa , 2011, 2012. +# Nicola Larosa , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 09:15+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,48 +31,56 @@ msgstr "Permessi" msgid "Important dates" msgstr "Date importanti" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "La password è stata cambiata correttamente." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Cambia la password: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Nessuna password impostata." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato di password non valido o algoritmo di hash sconosciuto." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Un utente con questo nome è già presente." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "I due campi password non corrispondono." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nome utente" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Obbligatorio. 30 caratteri o meno. Solo lettere, cifre e @/./+/-/_ ." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Questo valore può contenere solo lettere, cifre e @/./+/-/_ ." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Password" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Conferma password" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Inserisci la stessa password inserita sopra, come verifica." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -82,15 +90,16 @@ msgstr "" "la password di questo utente, ma è possibile modificare la password usando " "questa form." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Inserisci nome utente e password corretti. In entrambi i campi le maiuscole " +"Inserisci %(username)s e password corretti. In entrambi i campi le maiuscole " "sono significative." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,138 +107,170 @@ msgstr "" "Il browser web sembra non avere i cookie abilitati. I cookie sono necessari " "per poter accedere." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Questo account non è attivo." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" "Questo indirizzo email non è associato ad alcun account utente. Sei sicuro " -"di esserti registrato?" +"d'esserti registrato?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"L'account utente associato con quest'indirizzo email non può resettare la " +"L'account utente associato a questo indirizzo email non può reimpostare la " "password." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nuova password" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Conferma nuova password" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "La password attuale non è stata inserita correttamente: va inserita di nuovo." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Password attuale" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Password (di nuovo)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterazioni" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nome" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nome in codice" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permesso" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permessi" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "gruppo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "gruppi" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "password" + +#: models.py:201 +msgid "last login" +msgstr "ultimo accesso" + +#: models.py:298 +msgid "superuser status" +msgstr "privilegi di superutente" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Stabilisce che l'utente ha tutti i privilegi, senza che siano stati " +"assegnati esplicitamente." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"I gruppi cui l'utente appartiene. Un utente otterrà tutte le autorizzazioni " +"concesse a ciascuno dei suoi gruppi." + +#: models.py:306 +msgid "user permissions" +msgstr "privilegi utente" + +#: models.py:377 msgid "username" msgstr "nome utente" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Obbligatorio. 30 caratteri o meno. Solo lettere, cifre e @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Inserisci un nome utente valido." + +#: models.py:383 msgid "first name" msgstr "nome" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "cognome" -#: models.py:237 -msgid "e-mail address" -msgstr "indirizzo e-mail" - -#: models.py:238 -msgid "password" -msgstr "password" +#: models.py:385 +msgid "email address" +msgstr "indirizzo email" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "privilegi di staff" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indica se l'utente può accedere a questo sito di amministrazione." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "attivo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -237,54 +278,22 @@ msgstr "" "Stabilisce se l'utente debba essere considerato attivo. Deseleziona qui, " "piuttosto che cancellare gli account." -#: models.py:245 -msgid "superuser status" -msgstr "privilegi di superutente" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Stabilisce che l'utente ha tutti i privilegi, senza che siano stati " -"assegnati esplicitamente." - -#: models.py:248 -msgid "last login" -msgstr "ultimo accesso" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "iscritto in data" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"I gruppi cui l'utente appartiene. Un utente otterrà tutte le autorizzazioni " -"concesse a ciascuno dei suoi gruppi." - -#: models.py:255 -msgid "user permissions" -msgstr "privilegi utente" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "utente" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "utenti" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Accesso annullato" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Inserisci un indirizzo e-mail valido." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo index 1d0047c2cef3e127c42c1dbc33fb863f96598084..a8fb71831718c096e798c3c27a937da1fbb53fe2 100644 Binary files a/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ja/LC_MESSAGES/django.po b/django/contrib/auth/locale/ja/LC_MESSAGES/django.po index 609de123d880d0a8399c6a4e0e1adba75812b524..2c5cd575a1500eb163de302da48c7c4685a8de23 100644 --- a/django/contrib/auth/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ja/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. -# Shinya Okano , 2012. +# Shinya Okano , 2012-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 14:16+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-20 06:52+0000\n" "Last-Translator: Shinya Okano \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,67 +31,75 @@ msgstr "パーミッション" msgid "Important dates" msgstr "重要な日程" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "パスワードを変更しました" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "パスワードの変更: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." -msgstr "同じユーザ名が既に登録済みです。" +msgstr "同じユーザー名が既に登録済みです。" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "確認用パスワードが一致しません。" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" -msgstr "ユーザ名" +msgstr "ユーザー名" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "この項目は必須です。半角アルファベット、半角数字、@/./+/-/_ で30文字以下にし" "てください。" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "半角の英数字および次の記号 @/./+/-/_ 以外は使用できません。" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "パスワード" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "パスワードの確認" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "確認のため、再度パスワードを入力してください。" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -"生のパスワードが格納されているので、このユーザのパスワードは参照できません" -"が、 このフォーム を使用してパスワードを変更できま" -"す 。" +"生のパスワードが格納されていないので、このユーザーのパスワードは参照できませ" +"んが、 このフォーム を使用してパスワードを変更でき" +"ます 。" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"正しいユーザ名とパスワードを入力してください (大文字小文字は区別します) 。" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,190 +107,188 @@ msgstr "" "お使いのブラウザはクッキーを有効にしていないようです。ログインにはクッキーが" "必要です。" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "アカウントが無効です。" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "メールアドレスの一致するユーザはいません。本当に登録しましたか?" +msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"この電子メールアドレスに関連付けられたユーザーアカウントはパスワードをリセッ" -"トすることはできません。" -#: forms.py:196 -msgid "E-mail" -msgstr "メールアドレス" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "新しいパスワード" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "新しいパスワード(確認用)" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "元のパスワードが間違っています。もう一度入力してください。" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "元のパスワード" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "パスワード(確認用)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "アルゴリズム" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "イテレーション" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "ソルト" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "ハッシュ" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "ワークファクター" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "チェックサム" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "名前" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "コード名" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "パーミッション" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "パーミッション" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "グループ" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "グループ" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "パスワード" + +#: models.py:201 +msgid "last login" +msgstr "最終ログイン" + +#: models.py:298 +msgid "superuser status" +msgstr "スーパーユーザー権限" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "全ての権限を持っているとみなされます。" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"このユーザーが所属するグループ。ユーザーはグループのそれぞれに付与されている" +"すべての権限を持ちます。" + +#: models.py:306 +msgid "user permissions" +msgstr "ユーザーパーミッション" + +#: models.py:377 msgid "username" -msgstr "ユーザ名" +msgstr "ユーザー名" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "この項目は必須です。半角アルファベット、半角数字、次の記号 @/./+/-/_ で30文字" "以下にしてください。" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "名" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "姓" -#: models.py:237 -msgid "e-mail address" -msgstr "メールアドレス" - -#: models.py:238 -msgid "password" -msgstr "パスワード" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "スタッフ権限" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." -msgstr "ユーザが管理サイトにログイン可能かどうかを示します。" +msgstr "ユーザーが管理サイトにログイン可能かどうかを示します。" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "有効" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"ユーザがアクティブかどうかを示します。アカウントを消す代わりに選択を解除して" -"ください。" - -#: models.py:245 -msgid "superuser status" -msgstr "スーパーユーザ権限" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "全ての権限を持っているとみなされます。" - -#: models.py:248 -msgid "last login" -msgstr "最終ログイン" +"ユーザーがアクティブかどうかを示します。アカウントを消す代わりに選択を解除し" +"てください。" -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "登録日" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"このユーザーが所属するグループ。ユーザーはグループのそれぞれに付与されている" -"すべての権限を持ちます。" - -#: models.py:255 -msgid "user permissions" -msgstr "ユーザパーミッション" - -#: models.py:260 +#: models.py:400 msgid "user" -msgstr "ユーザ" +msgstr "ユーザー" -#: models.py:261 +#: models.py:401 msgid "users" -msgstr "ユーザ" +msgstr "ユーザー" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "ログアウト" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "有効なメールアドレスを入力してください。" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo index e76672632daa6cbc47db171dc6ee822364f69e16..1aa832c43d1b5c09061beb8a475305bcdb11e072 100644 Binary files a/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ka/LC_MESSAGES/django.po b/django/contrib/auth/locale/ka/LC_MESSAGES/django.po index d6f5fdb985bfae87447137dada4017b2351148fb..6e00396f1b9b82e01b7ae08337e75621f2ba5fbe 100644 --- a/django/contrib/auth/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ka/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -29,204 +29,237 @@ msgstr "უფლებები" msgid "Important dates" msgstr "მნიშვნელოვანი თარიღები" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "პაროლი წარმატებით შეიცვალა." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "შევცვალოთ პაროლი: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "მომხმარებელი ამ სახელით უკვე არსებობს." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "პაროლის ორი ველი ერთმანეთს არ ემთხვევა." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "მომხმარებელი" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "აუცილებელია. 30-მდე სიმბოლო. მხოლოდ ლათინური ასოები, ციფრები და შემდეგი " "სიმბოლოები: @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "დასაშვებია მხოლოდ ლათინური ასოები, ციფრები და შემდეგი სიმბოლოები: @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "პაროლი" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "პაროლის დამოწმება" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "შეიყვანეთ იგივე პაროლი, დამოწმებისათვის." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"გთხოვთ, შეიყვანოთ სწორი მომხმარებლის სახელი და პაროლი. გაითვალისწინეთ, რომ " -"ორივე ველი დამოკიდებულია რეგისტრზე." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" "თქვენი ბროუზერი არ ღებულობს cookie-ებს. Cookie საჭიროა საიტზე შესასვლელად." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "თქვენი ანგარიში არააქტიურია." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"ელ.ფოსტის ეს მისამართი არ შეესაბამება არცერთ მომხმარებელს. ნამდვილად ხართ " -"დარეგისტრირებული?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "ელ. ფოსტა" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "ახალი პაროლი" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "ახალი პაროლის დამოწმება" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "თქვენი ძველი პაროლი შეყვანილია არასწორად. გთხოვთ, შეიყვანოთ ხელახლა." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "ძველი პაროლი" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "პაროლი (განმეორებით)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "სახელი" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "კოდური სახელი" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "უფლება" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "უფლებები" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ჯგუფი" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ჯგუფები" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "პაროლი" + +#: models.py:201 +msgid "last login" +msgstr "ბოლო შესვლა" + +#: models.py:298 +msgid "superuser status" +msgstr "სუპერმომხმარებლის სტატუსი" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "განსაზღვრავს, რომ ამ მომხმარებელს აქვს ყველა უფლება." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "მომხმარებლის უფლებები" + +#: models.py:377 msgid "username" msgstr "მომხმარებლის სახელი" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "აუცილებელია. 30-მდე სიმბოლო. მხოლოდ ლათინური ასოები, ციფრები და შემდეგი " "სიმბოლოები: @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "სახელი" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "გვარი" -#: models.py:237 -msgid "e-mail address" -msgstr "ელ. ფოსტა" - -#: models.py:238 -msgid "password" -msgstr "პაროლი" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "თანამშრომლობის სტატუსი" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "განსაზღვრავს, აქვს თუ არა მომხმარებელს ადმინისტრირების საიტზე შესვლის უფლება." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "აქტიურია" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -234,50 +267,22 @@ msgstr "" "განსაზღვრავს, რომ მომხმარებელი გააქტიურებულია. მომხმარებლის წაშლის მაგივრად " "გადანიშნეთ ეს დროშა." -#: models.py:245 -msgid "superuser status" -msgstr "სუპერმომხმარებლის სტატუსი" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "განსაზღვრავს, რომ ამ მომხმარებელს აქვს ყველა უფლება." - -#: models.py:248 -msgid "last login" -msgstr "ბოლო შესვლა" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "გაწევრიანების თარიღი" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "მომხმარებლის უფლებები" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "მომხმარებელი" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "მომხმარებლები" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "გამოსული ხართ" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "შეიყვანეთ სწორი ელ. ფოსტის მისამართი." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo index 26287a0c63975cc83428ab10564068e0f97eb1c6..5d2fba3985bfbe53658b0b915c90aa4e558563d3 100644 Binary files a/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/kk/LC_MESSAGES/django.po b/django/contrib/auth/locale/kk/LC_MESSAGES/django.po index 702966f81140c2f130ab34c70da01270c148c555..6c220e9fd6b4923112276c45eef5d3240062b9dd 100644 --- a/django/contrib/auth/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/kk/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,64 +30,71 @@ msgstr "Рұқсаттар" msgid "Important dates" msgstr "Маңызды даталар" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Құпия сөз ойдағыдай өзгертілді." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Құпия сөзді өзгерту: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Осындай атаумен қолданушы бар." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Енгізілген құпия сөздер бірдей емес." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Қолданушы атауы" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Міндетті. 30 немесе одан кем символ. Тек әріптер, цифрлар және @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Бұл мән тек әріптерді, цифрлерді және @/./+/-/_ құрайды." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Құпия сөз" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Құпия сөз құптамасы" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Тексеру үшін құпия сөзді үстіндегідей енгізіңіз." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Дұрыс қолданушы атауын және құпия сөзді енгізіңіз. Жолақтын екеуі де үлкен-" -"кішілігін ескерілетін болғанын байқаңыз." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -95,186 +102,184 @@ msgstr "" "Cіздің веб-шолғышыңызде cookies доғарылған сияқты. Кіру үшін Сookies-ті қосу " "керек." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Бұл тіркелгі белсенді емес." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"e-mail адреске сәйкес келетін тіркелгі жоқ. Тіркелгендігіңізге сенімдісіз бе?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Бұл email адреспен байланыстырылған пайдаланушы құпия сөзді өзгерте алмайды." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Жаңа құпия сөз" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Жаңа құпия сөз құптамасы" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ескі құпия сөз қате енгізілді. Қайтадан енгізіңіз." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Ескі құпия сөз" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Құпия сөз (қайтадан)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "атау" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "кодтық атау" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "рұқсат" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "рұқсаттар" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "топ" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "топтар" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "құпия сөз" + +#: models.py:201 +msgid "last login" +msgstr "соңғы кіруі" + +#: models.py:298 +msgid "superuser status" +msgstr "әкімші мәртебесі" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Бұл қолданушының бүкіл рұқсаттарымен тағайындалатындығын білдіреді." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "қолданушы рұқсаттары" + +#: models.py:377 msgid "username" msgstr "Қолданушы атауы" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Міндетті. 30 немесе одан кем символ. Тек әріптер, цифрлар және @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "аты" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "жөні" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail адрес" - -#: models.py:238 -msgid "password" -msgstr "құпия сөз" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "қызметкер мәртебесі" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Қолданушының басқарушы сайтына кіре алатындығын білдіреді." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "белсенді" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" "Қолданушы белсенді болуын білдіреді. Тіркілгіні өшірмей мынаны алып тастаңыз." -#: models.py:245 -msgid "superuser status" -msgstr "әкімші мәртебесі" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Бұл қолданушының бүкіл рұқсаттарымен тағайындалатындығын білдіреді." - -#: models.py:248 -msgid "last login" -msgstr "соңғы кіруі" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "тіркелген күн-айы" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "қолданушы рұқсаттары" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "қолданушы" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "қолданушылар" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Шығу орындалды" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Дұрыс e-mail адресті енгізіңіз." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/km/LC_MESSAGES/django.mo b/django/contrib/auth/locale/km/LC_MESSAGES/django.mo index 4b981d7e11eaa199dc4cffa8e41c9cc3b98a77e4..8b1aee541cfb8a0bf1f950033f30c7079f40914e 100644 Binary files a/django/contrib/auth/locale/km/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/km/LC_MESSAGES/django.po b/django/contrib/auth/locale/km/LC_MESSAGES/django.po index 4e8c15c320eb9a64a5f3063b0da31c326901394c..e72bb395464cc45163e18d4c898334e210d1db7b 100644 --- a/django/contrib/auth/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/km/LC_MESSAGES/django.po @@ -6,15 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -28,61 +28,70 @@ msgstr "ការអនុញ្ញាត" msgid "Important dates" msgstr "កាលបរិច្ឆេទសំខាន់" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "ឈ្មោះជាសមាជិក" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "ពាក្យសំងាត់" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "សូមបំពេញពាក្យសំងាត់ដូចខាងលើ ដើម្បីត្រួតពិនិត្យ។ " -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "សូមបំពេញ ឈ្មោះសមាជិក និង ពាក្យសំងាត់ ។ " +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -90,182 +99,182 @@ msgstr "" "កម្មវិធីសំរាប់មើលគេហទំព័រនេះហាក់បីដូចជាមិនទាន់បានទទួលយកគុគី ។ ចាំបាច់ត្រូវកំណត់អោយ​" "កម្មវិធីសំរាប់មើលគេហទំព័រទទួល​យក គុគី ដើម្បីពិនិត្យចូល ។" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "ឈ្មោះសមាជិកនេះ​លែងដំណើរការ" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "អ៊ីមែល នេះ មិនមាន​នៅក្នុង​ទិន្នន័យ​របស់​យើង​ខ្ញុំ​ទេ។" +msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "ពាក្យសំងាត់ (ម្តងទៀត)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ឈ្មោះ" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "ឈ្មោះលេខកូត" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "អនុញ្ញាត" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "អនុញ្ញាត" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ក្រុម" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ក្រុម" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "ពាក្យសំងាត់" + +#: models.py:201 +msgid "last login" +msgstr "ការពិនិត្យចូលកន្លងមក" + +#: models.py:298 +msgid "superuser status" +msgstr "ស្ថានភាពអ្នកគ្រងគ្រង" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "កំណត់អោយសមាជិកនេះមានសិទ្ធិទាំងអស់។" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "ការអនុញ្ញាតអោយសមាជិក" + +#: models.py:377 msgid "username" msgstr "ឈ្មោះជាសមាជិក" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "នាម" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "គោត្តនាម" -#: models.py:237 -msgid "e-mail address" -msgstr "អ៊ីមែល" - -#: models.py:238 -msgid "password" -msgstr "ពាក្យសំងាត់" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "ស្ថានភាពបុគ្គលិក" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "កំណត់អោយសមាជិកអាចចូលមកប្រើប្រាស់ទំព័រគ្រប់គ្រងនេះ។" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "សកម្ម" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "ស្ថានភាពអ្នកគ្រងគ្រង" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "កំណត់អោយសមាជិកនេះមានសិទ្ធិទាំងអស់។" - -#: models.py:248 -msgid "last login" -msgstr "ការពិនិត្យចូលកន្លងមក" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "កាលបរិច្ឆេទចូលរួម" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "ការអនុញ្ញាតអោយសមាជិក" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "សមាជិក" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "សមាជិក" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "ចាកចេញ" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "សូមបំពេញអ៊ីមែល" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo index 55341e3f9d8248ec8d194dbcb1a1b507aea26c00..75e28014a796436fafe8571a93256b82326cb305 100644 Binary files a/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/kn/LC_MESSAGES/django.po b/django/contrib/auth/locale/kn/LC_MESSAGES/django.po index c753241a86afb73d9f0c4c6fd29588d46036c09d..86fd0317721ff2bcc7ab81cb3713d4c7222e8af2 100644 --- a/django/contrib/auth/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/kn/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: karthikbgl \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,246 +30,253 @@ msgstr "ಅನುಮತಿಗಳು" msgid "Important dates" msgstr "ಮಹತ್ವದ ದಿನಾಂಕಗಳು" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "ಪಾಸ್ವರ್ಡ್ ಸಫಲವಾಗಿ ಬದಲಾಯಿಸಲಾಯಿತು" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "ಪಾಸ್ವರ್ಡ್ ಬದಲಾಯಿಸಲು: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "ಆ ಬಳಕೆದಾರಹೆಸರು ಒಂದು ಬಳಕೆದಾರ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "ಎರಡು ಪ್ರವೇಶಪದ ಕ್ಷೇತ್ರಗಳ ಹೊಂದಿಕೆಯಾಗುತ್ತಿಲ್ಲ" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "ಬಳಕೆದಾರ-ಹೆಸರು" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "ಪ್ರವೇಶಪದ" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "ಪಾಸ್ವರ್ಡ್ ಖಚಿತತೆ" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "ಖಚಿತಗೊಳಿಸಲು ಮೇಲಿನ ಪ್ರವೇಶಪದವನ್ನು ಇನ್ನೊಮ್ಮೆ ಬರೆಯಿರಿ." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"ದಯವಿಟ್ಟು ಸರಿಯಾದ ಬಳಕೆದಾರ-ಪದ ಮತ್ತು ಪ್ರವೇಶಪದ ಬರೆಯಿರಿ .ಎರಡೂ ಇಂಗ್ಲೀಷಿನ ಸಣ್ಣ ಮತ್ತು " -"ದೊಡ್ಡ ಅಕ್ಷರ ಸಂವೇದಿ ಎಂಬುದನ್ನು ಗಮನದಲ್ಲಿಡಿ" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "ನಿಮ್ಮ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಕುಕೀಗಳು ಸಕ್ರಿಯಗೊಳಿಸಲ್ಪಟ್ಟಂತಿಲ್ಲ. ಒಳಬರಲು ಕುಕೀಗಳು ಅಗತ್ಯ. " -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "ಈ ಖಾತೆಯು ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "ಹೊಸ ಪ್ರವೇಶಪದ" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "ಹೊಸ ಪ್ರವೇಶಪದ ಖಚಿತತೆ" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "ನಿಮ್ಮ ಹಳೆಯ ಪ್ರವೇಶಪದ ತಪ್ಪಾಗಿ ಪ್ರವೇಶಿಸಲಾಗಿದೆ ಮತ್ತೆ ದಯವಿಟ್ಟು ನಮೂದಿಸಿ" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "ಹಳೆಯ ಪ್ರವೇಶಪದ" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "ಪ್ರವೇಶಪದ(ಇನ್ನೊಮ್ಮೆ)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ಹೆಸರು" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "ಸಾಂಕೇತಿಕ ಹೆಸರು" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "ಅನುಮತಿ" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "ಅನುಮತಿಗಳು" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ಗುಂಪು" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ಗುಂಪುಗಳು" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "ಪ್ರವೇಶಪದ" + +#: models.py:201 +msgid "last login" +msgstr "ಕಡೇ ಸಾರಿ ಒಳಬಂದದ್ದು" + +#: models.py:298 +msgid "superuser status" +msgstr "ಮಹಾಬಳಕೆದಾರನ ಸ್ಧಿತಿ" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"ಈ ಸದಸ್ಯರು ಸುವ್ಯಕ್ತವಾಗಿ ನೀಡದಿದ್ದರೂ ಎಲ್ಲಾ ಅನುಮತಿಗಳನ್ನು ಪಡೆದಿರುವರು ಎಂಬುದನ್ನು " +"ಸೂಚಿಸುತ್ತದೆ." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "ಬಳಕೆದಾರ ಅನುಮತಿಗಳು" + +#: models.py:377 msgid "username" msgstr "ಬಳಕೆದಾರ-ಹೆಸರು" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ಮೊದಲ ಹೆಸರು" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "ಕೊನೆಯ ಹೆಸರು" -#: models.py:237 -msgid "e-mail address" -msgstr "ವಿ-ಅಂಚೆ ವಿಳಾಸ" - -#: models.py:238 -msgid "password" -msgstr "ಪ್ರವೇಶಪದ" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "ಸಿಬ್ಬಂದಿ ಸ್ಥಿತಿ" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "ಬಲಕೆದಾರರು ಈ ಆಡಳಿತ ತಾಣಕ್ಕೆ ಪ್ರವೇಶಪಡೆಯಬಹುದೇ ಎಂಬುದನ್ನು ತಿಳಿಸುತ್ತದೆ." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "ಸಕ್ರಿಯ" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "ಮಹಾಬಳಕೆದಾರನ ಸ್ಧಿತಿ" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"ಈ ಸದಸ್ಯರು ಸುವ್ಯಕ್ತವಾಗಿ ನೀಡದಿದ್ದರೂ ಎಲ್ಲಾ ಅನುಮತಿಗಳನ್ನು ಪಡೆದಿರುವರು ಎಂಬುದನ್ನು " -"ಸೂಚಿಸುತ್ತದೆ." - -#: models.py:248 -msgid "last login" -msgstr "ಕಡೇ ಸಾರಿ ಒಳಬಂದದ್ದು" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "ಸೇರಿದ ದಿನಾಂಕ" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "ಬಳಕೆದಾರ ಅನುಮತಿಗಳು" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "ಬಳಕೆದಾರ" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "ಬಳಕೆದಾರರು" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "ಹೊರಬರಲಾಗಿದೆ" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "ಕ್ರಮಬದ್ಧ ವಿ-ವಿಳಾಸವೊಂದನ್ನು ಇಲ್ಲಿ ಬರೆಯಿರಿ" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo index 47a7bbcb9072456191dc1d5839c260c48ada274b..5fc73b7ef9ed164c2d2cb250bddb35080268d8a5 100644 Binary files a/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ko/LC_MESSAGES/django.po b/django/contrib/auth/locale/ko/LC_MESSAGES/django.po index bf5d9beb5bf0d6cc6eb492463081f3ea27c794e4..6723af9907458c963f7240a2a541a650e5e08f99 100644 --- a/django/contrib/auth/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ko/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -29,62 +29,71 @@ msgstr "권한" msgid "Important dates" msgstr "중요한 일정" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "비밀번호가 변경되었습니다." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "비밀번호 변경: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "해당 사용자명은 이미 존재합니다." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "비밀번호가 일치하지 않습니다." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "사용자명" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "필수항목입니다. 30자 이내로 입력하세요. (알파벳, 숫자, @/./+/-/_만 가능)" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "알파벳, 숫자 및 @/./+/-/_만 가능합니다." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "비밀번호" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "비밀번호 확인" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "확인을 위해 위와 동일한 비밀번호를 입력하세요. " -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "사용자명과 비밀번호를 입력하세요. (대소문자 구별)" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -92,135 +101,162 @@ msgstr "" "사용하시는 브라우저가 쿠키를 허용하지 않습니다.로그인하기 위해서는 쿠키 사용" "이 필요합니다." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "이 계정은 유효하지 않습니다." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"이메일주소와 일치하는 사용자가 없습니다.이 이메일주소로 등록하셨습니까?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "이메일 주소" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "새 비밀번호:" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "새 비밀번호 확인:" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "기존 비밀번호를 잘못 입력하셨습니다. 다시 입력해 주세요." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "기존 비밀번호:" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "비밀번호 (확인)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "이름" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "코드명" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "허가" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "허가" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "그룹" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "그룹" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "비밀번호" + +#: models.py:201 +msgid "last login" +msgstr "마지막 로그인" + +#: models.py:298 +msgid "superuser status" +msgstr "최상위 사용자 권한" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "해당 사용자에게 모든 권한을 허가합니다." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "사용자 권한" + +#: models.py:377 msgid "username" msgstr "사용자명" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "필수항목입니다. 30자 이내로 입력하세요. (알파벳, 숫자, @/./+/-/_만 가능)" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "이름" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "성" -#: models.py:237 -msgid "e-mail address" -msgstr "이메일 주소" - -#: models.py:238 -msgid "password" -msgstr "비밀번호" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "스태프 권한" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "사용자가 관리사이트에 로그인이 가능한지를 나타냅니다." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "활성" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -228,50 +264,22 @@ msgstr "" "사용자가 'Django 관리'에 로그인이 가능한지를 나타냅니다.계정을 삭제하는 대신 " "이것을 선택 해제하세요." -#: models.py:245 -msgid "superuser status" -msgstr "최상위 사용자 권한" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "해당 사용자에게 모든 권한을 허가합니다." - -#: models.py:248 -msgid "last login" -msgstr "마지막 로그인" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "등록일" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "사용자 권한" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "사용자" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "사용자(들)" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "로그 아웃" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "올바른 이메일 주소를 입력하세요." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo b/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo index ddc88484be7ad28f72eb6555d12dbac28995e612..49475620e92e9ad41e78b4681332f34a73684d94 100644 Binary files a/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/lt/LC_MESSAGES/django.po b/django/contrib/auth/locale/lt/LC_MESSAGES/django.po index 98bc68886f8e839b49f94e78cc362301ea2d85c9..5bc32294fbf7be3764f1c3ca81cc0350071d6dd9 100644 --- a/django/contrib/auth/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/lt/LC_MESSAGES/django.po @@ -1,24 +1,28 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. # lauris , 2011. +# , 2012. +# Nikolajus Krauklis , 2013. +# Simonas Kazlauskas , 2012. # Simonas Simas , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-09 16:03+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-23 12:40+0000\n" +"Last-Translator: Nikolajus Krauklis \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -32,50 +36,58 @@ msgstr "Leidimai" msgid "Important dates" msgstr "Svarbios datos" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Slaptažodis pakeistas sėkmingai." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Pakeisti slaptažodį: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Slaptažodis nenustatytas" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neteisingas slaptažodžio formatas arba nežinomas maišos algoritmas." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Jau egzistuoja vartotojas su tokiu vardu." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Slaptažodžio laukai nesutapo" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Vartotojo vardas" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Privalomas. 30 arba mažiau simbolių. Raidės, skaičiai bei @/./+/-/_ " "simboliai." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Ši reikšmė gali turėti tik raides, skaičius ir @/./+/-/_ simbolius." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Slaptažodis" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Slaptažodžio patvirtinimas" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Patikrinimui įvesk tokį patį slaptažodį, kaip viršuje." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -85,15 +97,16 @@ msgstr "" "vartotojo slaptažodį nėra. Tiesa galite slaptažodį pakeisti naudodamiesi šia forma." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Įveskite teisingą vartotojo vardą ir slaptažodį. Abiejuose laukuose " -"didžiosios mažosios raidės skiriasi" +"Įveskite teisingą %(username)s ir slaptažodį. Abiejuose laukuose didžiosios " +"mažosios raidės skiriasi." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -101,138 +114,168 @@ msgstr "" "Atrodo, jūsų naršyklė nepriima sausainėlių(cookies). Sausainėliai yra " "reikalingi norint prisijungti." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ši paskyra yra neaktyvi." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Šis emailas nėra registruotas sistemoje. Ar esi tikras, kad tu " -"užsiregistravęs?" +"Šis el. pašto adresas neturi susieto vartotojo. Ar esate įsitikinę, kad " +"esate užsiregistravę?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Vartotojas susietas su šiuo el. pašto adresu negali atkurti slaptažodžio." +"Vartotojas susietas su šiuo el. pašto adresu negali atstatyti slaptažodžio." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "El. paštas" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Naujas slaptažodis" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Naujo slaptažodžio patvirtinimas" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Blogai įvestas senas slaptažodis. Bandykite dar kartą." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Senas slaptažodis" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Slaptažodis (dar kartą)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmas" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteracijos" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "druska" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "maiša" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "darbo faktorius" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "kontrolinė suma" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "vardas" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodinis vardas" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "leidimas" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "leidimai" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupė" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupės" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "slaptažodis" + +#: models.py:201 +msgid "last login" +msgstr "paskutinį kartą prisijungęs" + +#: models.py:298 +msgid "superuser status" +msgstr "supervartotojo statusas" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Pažymi, kad šis vartotojas turi visas teises be specialių nustatymų." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupės, kurioms šis vartotojas priklauso. Vartotojas gaus visas teises, " +"kurios yra suteiktos jo grupėms." + +#: models.py:306 +msgid "user permissions" +msgstr "vartotojo leidimai" + +#: models.py:377 msgid "username" msgstr "vartotojo vardas" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Privalomas. 30 arba mažiau simbolių. Raidės, skaičiai bei @/./+/-/_ " "simboliai." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Įveskite teisingą vartotojo vardą." + +#: models.py:383 msgid "first name" msgstr "vardas" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "pavardė" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mailo adresas" +#: models.py:385 +msgid "email address" +msgstr "El. pašto adresas" -#: models.py:238 -msgid "password" -msgstr "slaptažodis" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "personalo statusas" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Nurodo ar vartotojas gali prisijungti prie administravimo puslapio." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktyvus" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,52 +283,22 @@ msgstr "" "Nurodo ar vartotojas yra aktyvuotas. Užuot pašalinę vartotoją, galite nuimti " "šią žymę." -#: models.py:245 -msgid "superuser status" -msgstr "supervartotojo statusas" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Pažymi, kad šis vartotojas turi visas teises be specialių nustatymų." - -#: models.py:248 -msgid "last login" -msgstr "paskutinį kartą prisijungęs" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data, kada prisijungė" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grupės, kurioms šis vartotojas priklauso. Vartotojas gaus visas teises, " -"kurios yra suteiktos jo grupėms." - -#: models.py:255 -msgid "user permissions" -msgstr "vartotojo leidimai" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "vartotojas" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "vartotojai" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Atsijungęs" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Įvesk tinkamą e-mailą." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo b/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo index a84588b1dfeaeae1db5820e8ba990a2a81bb92b9..8fe3f5dbac1c05163a722dc1c2c146f33b753d84 100644 Binary files a/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/lv/LC_MESSAGES/django.po b/django/contrib/auth/locale/lv/LC_MESSAGES/django.po index 57b90defd323c86df25639087b45a84bdf9c0b05..8780912bd983b06b89e24f657c0c9554eb3a5de0 100644 --- a/django/contrib/auth/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/lv/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" #: admin.py:41 msgid "Personal info" @@ -30,63 +30,70 @@ msgstr "Tiesības" msgid "Important dates" msgstr "Svarīgi datumi" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Paroles nomainīta sekmīgi." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Paroles maiņa: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Lietotājs ar šādu lietotāja vārdu jau eksistē." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Paroles lauki nesakrita." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Lietotāja vārds" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Obligāts. 30 vai mazāk zīmes. Tikai burti, cipari un @/./+/-/_ ." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Šī vērtība var saturēt tikai burtus, ciparus un @/./+/-/_ simbolus" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Parole" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Paroles apstiprinājums" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Pārbaudei atkārtoti ievadiet to pašu paroli kā augstāk." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Lūdzu ievadiet lietotājvārdu un paroli. Ievērojiet, ka abi lauki ir " -"reģistrjūtīgi." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -94,186 +101,184 @@ msgstr "" "Izskatās, ka izmantotajam pārlūkam nav ieslēgtas sīkdatnes (cookies). Tās ir " "obligātas, lai pieslēgtos." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Šis konts nav aktīvs." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Šim e-pastam nav registrēta lietotāja konta. Vai tiešām esat " -"piereģistrējušies?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "E-pasts" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Jaunā parole" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Jaunās parole vēlreiz" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Jūsu iepriekšējā parole netika ievadīta korekti. Lūdzu ievadiet to atkārtoti." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Vecā parole" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Parole (vēlreiz)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nosaukums" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kods" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "tiesība" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "tiesības" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupa" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupas" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "parole" + +#: models.py:201 +msgid "last login" +msgstr "pēdējoreiz pieslēdzies" + +#: models.py:298 +msgid "superuser status" +msgstr "superlietotāja statuss" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Lietotājam ir visas tiesības arī bez to atsevišķas piešķiršanas." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "lietotāja tiesības" + +#: models.py:377 msgid "username" msgstr "lietotāja vārds" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Obligāts. 30 vai mazāk zīmes. Tikai burti, cipari un @/./+/-/_ simboli" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "vārds" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "uzvārds" -#: models.py:237 -msgid "e-mail address" -msgstr "e-pasta adrese" - -#: models.py:238 -msgid "password" -msgstr "parole" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "personāla statuss" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Atzīmējiet, ja vēlaties, lai lietotājs var pieslēgties administrācijas lapā." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktīvs" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "Nosaka, vai lietotājs ir aktīvs. Atceliet šo konta dzēšanas vietā." -#: models.py:245 -msgid "superuser status" -msgstr "superlietotāja statuss" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Lietotājam ir visas tiesības arī bez to atsevišķas piešķiršanas." - -#: models.py:248 -msgid "last login" -msgstr "pēdējoreiz pieslēdzies" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datums, kad pievienojies" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "lietotāja tiesības" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "lietotājs" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "lietotāji" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Atslēdzies" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Ievadiet korektu e-pasta adresi." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo index 7b0de9ab552e4bf94906e79a46d29f0f00b879a0..e12300cb9e23002cfb78393239c506eca544c5b7 100644 Binary files a/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/mk/LC_MESSAGES/django.po b/django/contrib/auth/locale/mk/LC_MESSAGES/django.po index 6d01ba4c8fae3ecfc454cfe761053ad5fd19129b..a467919f66790c0606ed4a754ad0f4dacb21dd99 100644 --- a/django/contrib/auth/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/mk/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-12 11:21+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: admin.py:41 msgid "Personal info" @@ -30,49 +30,57 @@ msgstr "Привилегии" msgid "Important dates" msgstr "Важни датуми" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Успешна промена на лозинката." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Промени лозинка: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Веќе постои корисник со тоа корисничко име." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Двете полиња со лозинките не се совпаѓаат." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Корисник" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Задолжително. 30 или помалку знаци. Единствено букви, бројки и @/./+/-/_ ." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Оваа вредност смее да содржи само букви, бројки и @/./+/-/_ знаци." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Лозинка" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Потврда на лозинка" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Заради верификација внесете ја истата лозинка како и горе." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -82,15 +90,14 @@ msgstr "" "видите лозинката на овој корисник, но можете да ја смените лозинката со " "користење на оваа форма ." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Ве молам внесете точно корисничко име и лозинка. Имајте на ум дека и во " -"двете полиња се битни големите и малите букви." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,139 +105,167 @@ msgstr "" "Не изгледа дека вашиот прелистувач има овозможено колачиња. Колачињата се " "потребни за да се најавите." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Оваа сметка е неактивна." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Нема регистрирано корисник со оваа адреса за е-пошта. Сигурни ли сте дека " -"сте регистрирани?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Корисничка сметка поврзана со оваа e-mail адреса не може да ја ресетира на " -"лозинката." -#: forms.py:196 -msgid "E-mail" -msgstr "Е-пошта" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Нова лозинка" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Потврда за нова лозинка" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Не ја внесовте точно вашата стара лозинка. Ве молам внесете ја повторно." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Стара лозинка" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Лозинка (повторно)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "алгоритам" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "повторувања" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "случаен клуч" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "хеш" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "фактор на работа" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "проверка" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "име" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "кодно име" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "привилегија" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "привилегии" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "група" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "групи" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "лозинка" + +#: models.py:201 +msgid "last login" +msgstr "последна најава" + +#: models.py:298 +msgid "superuser status" +msgstr "статус на суперкорисник" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Означува дека овој корисник ги има сите привилегии без експлицитно да се " +"доделуваат сите." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Групите на кои овој корисник припаѓа. Корисникот ќе ги добие сите привилегии " +"доделени на секоја од неговите / нејзините групи." + +#: models.py:306 +msgid "user permissions" +msgstr "кориснички привилегии" + +#: models.py:377 msgid "username" msgstr "корисничко име" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Задолжително. 30 или помалку знаци. Букви, бројки и @/./+/-/_ знаци" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "име" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "презиме" -#: models.py:237 -msgid "e-mail address" -msgstr "е-пошта" - -#: models.py:238 -msgid "password" -msgstr "лозинка" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "статус на администраторите" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Означува дали корисникот може да се логира во сајтот за администрација." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "активен" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -238,54 +273,22 @@ msgstr "" "Означува дали корисникот треба да биде активен. Одштиклирајте го ова наместо " "да бришете корисници." -#: models.py:245 -msgid "superuser status" -msgstr "статус на суперкорисник" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Означува дека овој корисник ги има сите привилегии без експлицитно да се " -"доделуваат сите." - -#: models.py:248 -msgid "last login" -msgstr "последна најава" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "датум на зачленување" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Групите на кои овој корисник припаѓа. Корисникот ќе ги добие сите привилегии " -"доделени на секоја од неговите / нејзините групи." - -#: models.py:255 -msgid "user permissions" -msgstr "кориснички привилегии" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "корисник" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "корисници" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Одјавен" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Внесeте правилна адреса за е-пошта." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo index 3d0b986715b59d6899c293dd14036065002076b8..9ab6273043e2bb79100e61d59bd74293f1caeea1 100644 Binary files a/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ml/LC_MESSAGES/django.po b/django/contrib/auth/locale/ml/LC_MESSAGES/django.po index 3e861a5e4a0b607f707fbb39ba7bd3ac10a89455..cf3c60de6e58a091404563edd773456a83aa3d16 100644 --- a/django/contrib/auth/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ml/LC_MESSAGES/django.po @@ -1,21 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. +# Rajeesh Nair , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Rajeesh Nair \n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,252 +31,263 @@ msgstr "അനുമതികള്‍" msgid "Important dates" msgstr "പ്രധാന തീയതികള്‍" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "പാസ് വേര്‍ഡ് മാറ്റിയിരിക്കുന്നു." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "പാസ് വേര്‍ഡ് മാറ്റുക: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "രഹസ്യവാക്ക് ക്രമീകരിച്ചിട്ടില്ല" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "ആ പേരുള്ള ഒരു ഉപയോക്താവ് നിലവിലുണ്ട്." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." -msgstr "പാസ് വേര്‍ഡ് നല്കിയ കള്ളികള്‍ രണ്ടും തമ്മില്‍ സാമ്യമില്ല." +msgstr "പാസ്‌വേര്‍ഡ് നല്കിയ കള്ളികള്‍ രണ്ടും തമ്മില്‍ സാമ്യമില്ല." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "യൂസര്‍ നാമം (ഉപയോക്ത്രു നാമം)" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "നിര്‍ബന്ധം. 30 ഓ അതില്‍ കുറവോ ചിഹ്നങ്ങള്‍. അക്ഷരങ്ങള്‍, അക്കങ്ങള്‍, പിന്നെ @/./+/-/_എന്നിവയും " "മാത്രം." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "അക്ഷരങ്ങള്‍, അക്കങ്ങള്‍, പിന്നെ @/./+/-/_എന്നിവയും മാത്രം." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" -msgstr "പാസ് വേര്‍ഡ്" +msgstr "പാസ്‌വേര്‍ഡ്" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" -msgstr "പാസ് വേര്‍ഡ് ഉറപ്പാക്കല്‍" +msgstr "പാസ്‌വേര്‍ഡ് ഉറപ്പാക്കല്‍" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." -msgstr "പാസ് വേര്‍ഡ് മുകളിലെ പോലെ തന്നെ നല്കുക. (ഉറപ്പു വരുത്താനാണ്.)" +msgstr "പാസ്‌വേര്‍ഡ് മുകളിലെ പോലെ തന്നെ നല്കുക. (ഉറപ്പു വരുത്താനാണ്.)" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"പാസ്‌വേര്‍ഡുകള്‍ അതേപടി സൂക്ഷിച്ചു വെക്കാത്തതുകൊണ്ട് ഈ യൂസറുടെ പാസ്‌വേര്‍ഡ് കാണാന്‍ കഴിയില്ല, പകരം ഈ ഫോമുപയോഗിച്ച് നിലവിലുള്ള പാസ്‌വേര്‍ഡ് മാറ്റാവുന്നതാണ്." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"ദയവായി ശരിയായ യൂസര്‍നാമവും പാസ്വേര്ഡും നല്കുക. ഇംഗ്ളീഷ് അക്ഷരങ്ങള്‍ വല്യക്ഷരമാണോ അല്ലയോ എന്നത് " -"ശ്രദ്ധിക്കണം" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -"നിങ്ങളുടെ വെബ്-ബ്രൗസറിലെ കുക്കീസൊന്നും പ്രവര്‍ത്തിക്കുന്നില്ല. ഇതിലേക്ക് പ്രവേശിക്കാന്‍ അവ ആവശ്യമാണ്." +"നിങ്ങളുടെ വെബ്-ബ്രൗസറിലെ കുക്കീസൊന്നും പ്രവര്‍ത്തിക്കുന്നില്ല. ഇതിലേക്ക് പ്രവേശിക്കാന്‍ കുക്കീസ് " +"ആവശ്യമാണ്." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "ഈ അക്കൗണ്ട് മരവിപ്പിച്ചതാണ്." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"ആ ഇ-മെയിലുമായി ബന്ധപ്പെട്ട യൂസര് അക്കൗണ്ടൊന്നും നിലവിലില്ല. രജിസ്റ്റര്‍ ചെയ്തെന്നു തീര്‍ച്ചയാണോ?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "ഇ-മെയില്‍" +#: forms.py:211 +msgid "Email" +msgstr "ഈമെയിൽ" -#: forms.py:253 +#: forms.py:271 msgid "New password" -msgstr "പുതിയ പാസ് വേര്‍ഡ്" +msgstr "പുതിയ പാസ്‌വേര്‍ഡ്" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" -msgstr "പുതിയ പാസ് വേര്‍ഡ് ഉറപ്പാക്കല്‍" +msgstr "പുതിയ പാസ്‌വേര്‍ഡ് ഉറപ്പാക്കല്‍" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "നിങ്ങളുടെ പഴയ പാസ് വേര്‍ഡ് തെറ്റായാണ് നല്കിയത്. തിരുത്തുക." +msgstr "നിങ്ങളുടെ പഴയ പാസ്‌വേര്‍ഡ് തെറ്റായാണ് നല്കിയത്. തിരുത്തുക." -#: forms.py:287 +#: forms.py:305 msgid "Old password" -msgstr "പഴയ പാസ് വേര്‍ഡ്" +msgstr "പഴയ പാസ്‌വേര്‍ഡ്" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" -msgstr "പാസ് വേര്‍ഡ് (വീണ്ടും)" +msgstr "പാസ്‌വേര്‍ഡ് (വീണ്ടും)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "അല്‍ഗോരിതം" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "പുനരാവൃത്തികള്‍" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "സോള്‍ട്ട്" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "ഹാഷ്" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "വര്‍ക്ക് ഫാക്ടര്‍" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "ചെക്‍സം" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "പേര്" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "കോഡ്-നാമം" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "അനുമതി" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "അനുമതികള്‍" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ഗ്രൂപ്പ്" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ഗ്രൂപ്പുകള്‍" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "പാസ്‌വേര്‍ഡ്" + +#: models.py:201 +msgid "last login" +msgstr "അവസാനമായി ലോഗിന്‍ ചെയ്തതു" + +#: models.py:298 +msgid "superuser status" +msgstr "സൂപ്പര്‍-യൂസര്‍ പദവി" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "ഈ ഉപയോക്താവിന് എടുത്തു പറയാതെ തന്നെ എല്ലാ അനുമതികളും ലഭിക്കുന്നതാണെന്ന് വ്യക്തമാക്കുന്നു" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"ഈ യൂസര്‍ ഉള്‍പ്പെടുന്ന ഗ്രൂപ്പുകള്‍. ഒരു യൂസര്‍ക്ക് അയാളുടെ/അവരുടെ ഓരോ ഗ്രൂപ്പിന്റേയും മുഴുവന്‍ അനുമതികളും " +"ലഭിക്കും." + +#: models.py:306 +msgid "user permissions" +msgstr "യൂസര്‍ (ഉപയോക്താവ്)നുള്ള അനുമതികള്‍" + +#: models.py:377 msgid "username" msgstr "യൂസര്‍ നാമം (ഉപയോക്ത്രു നാമം)" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "നിര്‍ബന്ധം. 30 ഓ അതില്‍ കുറവോ ചിഹ്നങ്ങള്‍. അക്ഷരങ്ങള്‍, അക്കങ്ങള്‍, പിന്നെ @/./+/-/_എന്നിവയും " "മാത്രം." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "തെറ്റായ ഉപഭോക്തൃ നാമം" + +#: models.py:383 msgid "first name" msgstr "പേര് - ആദ്യഭാഗം" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "പേര് - അന്ത്യഭാഗം" -#: models.py:237 -msgid "e-mail address" -msgstr "ഇ-മെയില്‍ വിലാസം" - -#: models.py:238 -msgid "password" -msgstr "പാസ് വേര്‍ഡ്" +#: models.py:385 +msgid "email address" +msgstr "ഈമെയിൽ വിലാസം" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "സ്റ്റാഫ് പദവി" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." -msgstr "ഈ യൂസര്‍ക്ക് ഈ അഡ്മിന് സൈറ്റിലേക്ക് പ്രവേശിക്കാമോ എന്നു വ്യക്തമാക്കാന്‍" +msgstr "ഈ യൂസര്‍ക്ക് ഈ അഡ്മിന്‍ സൈറ്റിലേക്ക് പ്രവേശിക്കാമോ എന്നു വ്യക്തമാക്കാന്‍" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "സജീവം" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" "ഈ യൂസര്‍ സജീവമാണോയെന്ന് വ്യക്തമാക്കുന്നു. അക്കൗണ്ട് ഡിലീറ്റ് ചെയ്യുന്നതിനു പകരം ഇത് ഒഴിവാക്കുക." -#: models.py:245 -msgid "superuser status" -msgstr "സൂപ്പര്‍-യൂസര്‍ പദവി" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "ഈ ഉപയോക്താവിന് എടുത്തു പറയാതെ തന്നെ എല്ലാ അനുമതികളും ലഭിക്കുന്നതാണെന്ന് വ്യക്തമാക്കുന്നു" - -#: models.py:248 -msgid "last login" -msgstr "അവസാനമായി ലോഗിന്‍ ചെയ്തതു" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "ചേര്‍ന്ന തീയതി" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "യൂസര്‍ (ഉപയോക്താവ്)നുള്ള അനുമതികള്‍" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "യൂസര്‍ (ഉപയോക്താവ്)" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "യൂസേര്‍സ് (ഉപയോക്താക്കള്‍)" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "ലോഗ്-ഔട്ട് ചെയ്തു (പുറത്തിറങ്ങി)" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "ശരിയായ ഇ-മെയില്‍ വിലാസം നല്കുക." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "" +msgstr "%(site_name)s ലെ പാസ്‌വേര്‍ഡ് മാറ്റിയിരിക്കുന്നു" diff --git a/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo index 48110d2044c84424d5649f91c86f6398083f0790..c9be474d50e93f36ab402ec75f1f1b9dc96fc719 100644 Binary files a/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/mn/LC_MESSAGES/django.po b/django/contrib/auth/locale/mn/LC_MESSAGES/django.po index 6c817822442feab3fb7d9cd4ec15d65693f9b8d0..55ad0a283f5ae5977a4ec3fd1908a109002278ec 100644 --- a/django/contrib/auth/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/mn/LC_MESSAGES/django.po @@ -2,21 +2,21 @@ # # Translators: # Jannis Leidel , 2011. -# Анхбаяр Анхаа , 2011, 2012. +# Анхбаяр Анхаа , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-18 02:26+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,50 +30,58 @@ msgstr "Эрхүүд" msgid "Important dates" msgstr "Чухал огноо" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Нууц үг амжилттай өөрчлөгдлөө." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Нууц үг өөрчлөх: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Нууц үг тохируулаагүй." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Нууц үгийн буруу формат эсвэл үл мэдэгдэх хаш алгоритм байна." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Ийм хэрэглэгчийн нэртэй хэрэглэгч өмнө нь бүртгүүлсэн байна." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Хоёр нууц үг зөрж байна." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Хэрэглэгчийн нэр" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Заавал. 30 ба түүнээс бага үсэгтэй. Зөвхөн латин үсэг, тоо болон @/./+/-/_ " "тэмдэгтүүдийг зөвшөөрнө." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Энэ утга дотор зөвхөн үсэг, тоо болон @/./+/-/_ тэмдэгтүүд байж болно." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Нууц үг " -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Нууц үгийн баталгаа" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Батлахын тулд дээрх нууц үгээ ахин хийнэ үү." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -83,15 +91,16 @@ msgstr "" "боломжгүй юм. Гэхдээ та нууц үгийг цонхоор өөрчлөх " "боломжтой." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Хэрэглэгчийн нэр, нууц үгээ зөв оруулна уу. Том жижиг үсгийн ялгааг гаргах " -"хэрэгтэй." +"Зөв %(username)s, нууц үг оруулна уу. Том жижиг үсэг ялгаатай болхын " +"анхаарна уу." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -99,139 +108,169 @@ msgstr "" "Та вэб хөтчөө cookie ажиллахаар тохируулаагүй юм шиг байна. Нэвтрэхэд cookie " "шаардлагатай байдаг." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Энэ бүртгэл идэвхгүй байна." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Цахим шуудангийн энэ хаягт хэрэглэгчийн бүртгэл байхгүй байна. Та " -"бүртгүүлсэн гэдэгтээ итгэлтэй байна уу?" +"Энэ цахим шуудангийн хаягаар бүртгүүлсэн хэрэглэгчийн бүртгэл байхгүй байна. " +"Та бүртгүүлсэн гэдэгтээ итгэлтэй байна уу?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Энэ email хаягаар бүртгүүлсэн хэрэглэгчийн нууц үгийг сэргээх боломжгүй." +"Энэ цахим хаягаар бүртгүүлсэн хэрэглэгчийн нууц үгийг сэргээх боломжгүй." -#: forms.py:196 -msgid "E-mail" -msgstr "Цахим шуудан" +#: forms.py:211 +msgid "Email" +msgstr "Цахим хаяг" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Шинэ нууц үг" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Шинэ нууц үгийн баталгаа" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Хуучин нууц үгээ буруу оруулсан байна. Ахин оруулна уу." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Хуучин нууц үг" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Нууц үг (ахиад)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "Алгоритм" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "давталтууд" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "давс" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "хаш" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "ажлын байгуулагч" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "нэр" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "Код" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "зөвшөөрөл" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "зөвшөөрлүүд" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "бүлэг " -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "бүлгүүд" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "нууц үг" + +#: models.py:201 +msgid "last login" +msgstr "сүүлд нэвтэрсэн" + +#: models.py:298 +msgid "superuser status" +msgstr "Удирдлагын төлөв" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Энэ хэрэглэгчид бүх зөвшөөрөл байгааг ил тод харуулалгүй тодорхойлно. " + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Бүлэгүүд энэ хэрэглэгчийнхээс тусдаа. Хэрэглэгчид нь сонгосон бүлэгт " +"олгогдсон бүх эрх зөвшөөрөгдөх болно." + +#: models.py:306 +msgid "user permissions" +msgstr "хэрэглэгчийн эрхүүд" + +#: models.py:377 msgid "username" msgstr "хэрэглэгчийн нэр" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Заавал. 30 болон түүнээс бага тэмдэгт. Үсэг, тоо болон @/./+/-/_ тэмдэгтүүд " "ашиглана уу." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Зөв нэвтрэх нэр оруулна уу." + +#: models.py:383 msgid "first name" msgstr "нэр" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "овог" -#: models.py:237 -msgid "e-mail address" -msgstr "цахим шуудангийн хаяг" +#: models.py:385 +msgid "email address" +msgstr "цахим хаяг" -#: models.py:238 -msgid "password" -msgstr "нууц үг" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "Хэрэглэгчдийн төлөв" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Уг удирдлагын сайт руу хэрэглэгч нэвтрэх боломжтой эсэхийг тодорхойлно." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "идэвхтэй" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -239,52 +278,22 @@ msgstr "" "Энэ хэрэглэгчийг идэвхтэй болгох эсэхийг тодорхойлно. Бүртгэлийг нь устгахын " "оронд сонгохгүй байхад л хангалттай." -#: models.py:245 -msgid "superuser status" -msgstr "Удирдлагын төлөв" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Энэ хэрэглэгчид бүх зөвшөөрөл байгааг ил тод харуулалгүй тодорхойлно. " - -#: models.py:248 -msgid "last login" -msgstr "сүүлд нэвтэрсэн" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "бүртгүүлсэн огноо" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Бүлэгүүд энэ хэрэглэгчийнхээс тусдаа. Хэрэглэгчид нь сонгосон бүлэгт " -"олгогдсон бүх эрх зөвшөөрөгдөх болно." - -#: models.py:255 -msgid "user permissions" -msgstr "хэрэглэгчийн эрхүүд" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "хэрэглэгч " -#: models.py:261 +#: models.py:401 msgid "users" msgstr "хэрэглэгчид" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Гарсан" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Хүчинтэй цахим шуудангийн хаяг оруул" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo b/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo index 225e5c53aef10dd65271febe3e5ec907e3b686a9..0ac115ffaff77b65be45c6c1cb9d160688301cb6 100644 Binary files a/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/nb/LC_MESSAGES/django.po b/django/contrib/auth/locale/nb/LC_MESSAGES/django.po index 94d0bef6ce87000890a9d5b9b5a1e7899a41b3a2..33afd5047ce8324ad1b38b75ba291cc1e5fb8d85 100644 --- a/django/contrib/auth/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/nb/LC_MESSAGES/django.po @@ -2,22 +2,22 @@ # # Translators: # Jannis Leidel , 2011. -# , 2012. +# , 2012-2013. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-12 14:54+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-09 23:06+0000\n" +"Last-Translator: jonklo \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,48 +31,56 @@ msgstr "Rettigheter" msgid "Important dates" msgstr "Viktige datoer" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Passordet er endret." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Endre passord: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Passord ikke satt." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ugyldig passordformat eller ukjent hash-algoritme." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Det eksisterer allerede en bruker med dette brukernavnet." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "De to passordfeltene er ikke like." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Brukernavn" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Påkrevet. 30 tegn eller færre. Kun bokstaver, tall og @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Verdien kan kun inneholde bokstaver, tall og @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Passord" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Passordbekreftelse" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Skriv inn det samme passordet som ovenfor, for verifisering." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -82,15 +90,16 @@ msgstr "" "passord på. Du kan endre passordet med dette skjemaet." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Skriv inn korrekt brukernavn og passord. Merk at det er forskjell på små og " -"store bokstaver." +"Vennligst oppgi korrekt %(username)s og passord. Merk at det kan være " +"forskjell på små og store bokstaver." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,190 +107,190 @@ msgstr "" "Din nettleser ser ikke ut til å støtte informasjonskapsler (cookies). " "Informasjonskapsler er påkrevet for å logge inn." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Denne kontoen er inaktiv." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" "Den oppgitte e-postadressen er ikke registrert hos oss. Er du sikker på at " "du er registrert?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" "Brukerkontoen assosiert med denne e-postadressen kan ikke nullstille " "passordet." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "E-post" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nytt passord" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Bekreft nytt passord" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ditt gamle passord er galt. Vennligst prøv igjen." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Gammelt passord" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Passord (gjenta)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritme" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterasjoner" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "arbeidsfaktor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "sjekksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "navn" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodenavn" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "rettighet" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "rettigheter" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "gruppe" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupper" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "passord" + +#: models.py:201 +msgid "last login" +msgstr "siste innlogging" + +#: models.py:298 +msgid "superuser status" +msgstr "superbruker" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Angir at denne brukeren har alle rettigheter uten å eksplisitt sette dem." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Gruppene denne brukeren er tilknyttet. En bruker vil ha alle rettigheter " +"tilhørende gruppene han/hun er medlem av." + +#: models.py:306 +msgid "user permissions" +msgstr "Brukerrettigheter" + +#: models.py:377 msgid "username" msgstr "brukernavn" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Påkrevet. 30 tegn eller færre. Bokstaver, tall og @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Oppgi et gyldig brukernavn" + +#: models.py:383 msgid "first name" msgstr "fornavn" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "etternavn" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "e-postadresse" -#: models.py:238 -msgid "password" -msgstr "passord" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "administrasjonsstatus" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Angir at brukeren kan logge inn på denne administrasjonssiden." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktiv" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" "Angir at denne brukeren er aktiv. Avmerk denne i stedet for å slette kontoen." -#: models.py:245 -msgid "superuser status" -msgstr "superbruker" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Angir at denne brukeren har alle rettigheter uten å eksplisitt sette dem." - -#: models.py:248 -msgid "last login" -msgstr "siste innlogging" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "registrert" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Gruppene denne brukeren er tilknyttet. En bruker vil ha alle rettigheter " -"tilhørende gruppene han/hun er medlem av." - -#: models.py:255 -msgid "user permissions" -msgstr "Brukerrettigheter" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "bruker" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "brukere" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Logget ut" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Oppgi en gyldig e-postadresse." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo index dbe00a573b0a1970d0547e84260846d5d0d8154e..be24a84396cd1f7dce3b8e0f0655b3f19b3c5027 100644 Binary files a/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ne/LC_MESSAGES/django.po b/django/contrib/auth/locale/ne/LC_MESSAGES/django.po index 5a0419cf8c1aea5ddb46a998e877f52f5a27e269..382748f7c0925b8f52db6374ca62d73d4569e355 100644 --- a/django/contrib/auth/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ne/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,242 +29,251 @@ msgstr "अनुमति" msgid "Important dates" msgstr "महत्वपूर्ण मितिहरु" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "पासवर्ड सफलतापूर्वक फेरिएको छ ।" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "पासवर्ड फेर्नुहोस : %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "पासवर्ड" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "पासवर्ड पुष्टि" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." -msgstr "" +msgstr "प्रमाणिकरणको लागि माथी कै पासवर्ड राख्नुहोस ।" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "ई-मेल" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "नयाँ पासवर्ड" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "नयाँ पासवर्ड पुष्टि" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "तपाईको पुरानो पासवर्ड गलत भयो । कृपया पुन: हाल्नुहोस । " -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "पुरानो पासवर्ड" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "पासवर्ड (पुन:)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "नाम" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "अनुमति" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "अनुमति" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "समुह" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "समुहहरु" -#: models.py:232 -msgid "username" +#: models.py:200 +msgid "password" +msgstr "पासवर्ड" + +#: models.py:201 +msgid "last login" msgstr "" -#: models.py:233 +#: models.py:298 +msgid "superuser status" +msgstr "" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "" + +#: models.py:377 +msgid "username" +msgstr "प्रयोगकर्ता नाम" + +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "नाम" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "थर" -#: models.py:237 -msgid "e-mail address" -msgstr "ई-मेल ठेगाना" - -#: models.py:238 -msgid "password" -msgstr "पासवर्ड" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:248 -msgid "last login" -msgstr "" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "दर्ता भएको मिति" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "" - -#: models.py:260 +#: models.py:400 msgid "user" -msgstr "" +msgstr "प्रयोगकर्ता" -#: models.py:261 +#: models.py:401 msgid "users" -msgstr "" +msgstr "प्रयोगकर्ता" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo index 95398613399167c4fe5bd5782e912860c48507e2..43113bba64113b3a1b1f8737f3dc9795b0d7a159 100644 Binary files a/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/nl/LC_MESSAGES/django.po b/django/contrib/auth/locale/nl/LC_MESSAGES/django.po index c37ee8e5158133834625eb99283823cbd5bedc3c..ec41e519412e98e1cb48c88aff7fd56f50029a83 100644 --- a/django/contrib/auth/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/nl/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012-2013. # Harro van der Klauw , 2012. # Jannis Leidel , 2011. # Jeffrey Gelens , 2011, 2012. @@ -9,16 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Harro van der Klauw \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-03 11:14+0000\n" +"Last-Translator: bartdegoede \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -32,50 +33,58 @@ msgstr "Rechten" msgid "Important dates" msgstr "Belangrijke datums" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Wachtwoord wijzigen is geslaagd." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Wijzig wachtwoord: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Er is geen wachtwoord ingesteld." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ongeldig wachtwoord formaat of onbekend hashing algoritme." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Een gebruiker met deze gebruikersnaam bestaat al." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "De twee ingevulde wachtwoorden zijn niet gelijk." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Gebruikersnaam" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Vereist. 30 tekens of minder. Alleen letters, cijfers en @/,/+/-/_ tekens " "zijn toegestaan." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Dit veld mag alleen letters, cijfers en @/,/+/-/_ tekens bevatten." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Wachtwoord" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Bevestiging wachtwoord" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Vul hetzelfde wachtwoord als hierboven in, ter bevestiging." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -85,15 +94,16 @@ msgstr "" "wachtwoord niet zien. Je kunt hem aanpassen via dit " "formulier." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Voer een correcte gebruikersnaam en wachtwoord in. Let op, de velden zijn " -"hoofdletter-gevoelig." +"Voer de correcte %(username)s en wachtwoord voor een stafaccount in. Let op " +"dat beide velden hoofdlettergevoelig zijn." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -101,138 +111,171 @@ msgstr "" "Het lijkt erop dat uw browser geen cookies accepteert. Om in te loggen " "moeten cookies worden geaccepteerd." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Dit account is inactief." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Dat e-mailadres heeft geen gerelateerd gebruikersaccount. Weet u zeker dat u " -"zich heeft geregistreerd?" +"Dat emailadres heeft geen geassocieerd gebruikersaccount. Weet je zeker dat " +"je je hebt geregistreerd?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"De gebruiker gekoppeld aan dit e-mail adres kan het wachtwoord niet resetten." +"Het gebruikersaccount dat met dit emailadres wordt geassocieerd kan het " +"wachtwoord niet resetten." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nieuw wachtwoord" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Nieuw wachtwoord bevestigen" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Uw oude wachtwoord is niet correct ingevoerd. Voert u het alstublieft " "opnieuw in." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Oud wachtwoord" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Wachtwoord (nogmaals)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritme" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteraties" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "arbeidsfactor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "naam" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "codenaam" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "recht" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "rechten" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "groep" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "groepen" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "wachtwoord" + +#: models.py:201 +msgid "last login" +msgstr "laatste inlog" + +#: models.py:298 +msgid "superuser status" +msgstr "supergebruikerstatus" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Bepaalt dat deze gebruiker alle rechten heeft, zonder deze expliciet toe te " +"wijzen." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"De groepen waar deze gebruiker toe behoord. Een gebruiker zal alle rechten " +"krijgen van zijn/haar groepen." + +#: models.py:306 +msgid "user permissions" +msgstr "gebruikersrechten" + +#: models.py:377 msgid "username" msgstr "gebruikersnaam" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Vereist. 30 tekens of minder. Letters, cijfers en /./+/-/_ tekens." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Vul een geldige gebruikersnaam in." + +#: models.py:383 msgid "first name" msgstr "voornaam" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "achternaam" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mailadres" - -#: models.py:238 -msgid "password" -msgstr "wachtwoord" +#: models.py:385 +msgid "email address" +msgstr "emailadres" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "stafstatus" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Bepaalt of de gebruiker kan inloggen op deze beheersite." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "actief" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -240,54 +283,22 @@ msgstr "" "Bepaalt of deze gebruiker als actief dient te worden behandeld. U kunt dit " "uitvinken in plaats van een gebruiker te verwijderen." -#: models.py:245 -msgid "superuser status" -msgstr "supergebruikerstatus" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Bepaalt dat deze gebruiker alle rechten heeft, zonder deze expliciet toe te " -"wijzen." - -#: models.py:248 -msgid "last login" -msgstr "laatste inlog" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datum toegetreden" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"De groepen waar deze gebruiker toe behoord. Een gebruiker zal alle rechten " -"krijgen van zijn/haar groepen." - -#: models.py:255 -msgid "user permissions" -msgstr "gebruikersrechten" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "gebruiker" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "gebruikers" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Afmelden" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Geef een geldig e-mailadres op." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo index b2ab918409b48cc189b6245ee50e7c186d1edd9f..c942a032aadd0ebf5cf3b33c5b31d4659cc748e0 100644 Binary files a/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/nn/LC_MESSAGES/django.po b/django/contrib/auth/locale/nn/LC_MESSAGES/django.po index bbe6cf8a0b132d198b278033d11979fec4573d71..3c28fc6a0d61e7642cbfebc2633e9021d9db023c 100644 --- a/django/contrib/auth/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/nn/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,63 +29,70 @@ msgstr "Løyve" msgid "Important dates" msgstr "Viktige datoar" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Passordet er endra." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Endre passord: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Det eksisterar allereie ein brukar med dette brukernamnet." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Dei to passordfelta er ikkje like." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Brukarnamn" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Nødvendig. 30 teikn eller færre. Berre bokstavar, tall @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Feltet kan berre innehalde bokstavar, nummer og @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Passord" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Stadfesting av passord" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Skriv inn det samme passordet som over, for verifisering." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Gje korrekt brukarnamn og passord. Merk at det er forskjell på små og store " -"bokstavar." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -93,185 +100,183 @@ msgstr "" "Nettlesaren din ser ikkje ut til å støtte informasjonskapslar (cookies). " "Informasjonskapslar er nødvendige for å logge inn." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Denne kontoen er inaktiv." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Den oppgitte e-postadressa er ikkje registrert hos oss. Er du sikker på at " -"du er registrert?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "E-post" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nytt passord" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Stadfest nytt passord" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Det gamle passordet er feil. Prøv omatt." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Gammalt passord" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Passord (gjenta)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "namn" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodenamn" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "løyve" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "løyve" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "gruppe" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupper" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "passord" + +#: models.py:201 +msgid "last login" +msgstr "siste innlogging" + +#: models.py:298 +msgid "superuser status" +msgstr "superbrukar" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Angir at denne brukaren har alle løyve utan å eksplisitt sette dei." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "Brukerløyve" + +#: models.py:377 msgid "username" msgstr "brukarnamn" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Nødvendig. 30 teikn eller færre. Berre bokstavar, tall @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "fornamn" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "etternamn" -#: models.py:237 -msgid "e-mail address" -msgstr "e-postadresse" - -#: models.py:238 -msgid "password" -msgstr "passord" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "administrasjonsstatus" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Angir at brukaren kan logge inn på denne administrasjonssida." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktiv" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" "Angir at denne brukaren er aktiv. Avmerk denne i staden for å slette kontoen." -#: models.py:245 -msgid "superuser status" -msgstr "superbrukar" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Angir at denne brukaren har alle løyve utan å eksplisitt sette dei." - -#: models.py:248 -msgid "last login" -msgstr "siste innlogging" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "registrert" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "Brukerløyve" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "brukar" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "brukarar" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Logga ut" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Oppgje ei gyldig e-postadresse." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo index 3a4b3ae3ae57118fd1e039bb5321713ab3941f09..62f9cce4d6c85158453a68e6d7d78d6963b8f811 100644 Binary files a/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pa/LC_MESSAGES/django.po b/django/contrib/auth/locale/pa/LC_MESSAGES/django.po index a4511de2cd9a3d1aed226bdeb1498eb5c7eb2130..60672ab5bcbcf1c95cbfb63cf1026bb3c6c6c492 100644 --- a/django/contrib/auth/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/pa/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,243 +29,251 @@ msgstr "ਅਧਿਕਾਰ" msgid "Important dates" msgstr "ਖਾਸ ਮਿਤੀਆਂ" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "ਪਾਸਵਰਡ ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ ਹੈ।" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "ਪਾਸਵਰਡ ਬਦਲੋ: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "ਉਸ ਯੂਜ਼ਰ ਨਾਂ ਨਾਲ ਯੂਜ਼ਰ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "ਦੋਵੇਂ ਪਾਸਵਰਡ ਖੇਤਰ ਮਿਲਦੇ ਨਹੀਂ ਹਨ।" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "ਯੂਜ਼ਰ ਨਾਂ" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "ਲਾਜ਼ਮੀ। ੩੦ ਜਾਂ ਘੱਟ ਅੱਖਰ ਚਾਹੀਦੇ ਹਨ। ਅੱਖਰ, ਅੰਕ @/./+/-/_ ਹੀ।" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "ਪਾਸਵਰਡ" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "ਜਾਂਚ ਲਈ, ਉੱਤੇ ਦਿੱਤਾ ਪਾਸਵਰਡ ਹੀ ਦਿਓ।" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"ਠੀਕ ਯੂਜ਼ਰ ਨਾਂ ਤੇ ਪਾਸਵਰਡ ਦਿਉ ਜੀ। ਯਾਦ ਰੱਖੋ ਕਿ ਦੋਵੇਂ ਖੇਤਰਾਂ ਅੱਖਰ ਆਕਾਰ ਪ੍ਰਤੀ ਸੰਵੇਦਨਸ਼ੀਲ ਹਨ।" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "ਤੁਹਾਡੇ ਵੈੱਬ ਬਰਾਊਜ਼ਰ ਉੱਤੇ ਕੂਕੀਜ਼ ਚਾਲੂ ਨਹੀਂ ਜਾਪਦੇ ਹਨ। ਲਾਗਇਨ ਕਰਨ ਲਈ ਕੂਕੀਜ਼ ਚਾਹੀਦੇ ਹਨ।" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "ਇਹ ਅਕਾਊਂਟ ਗ਼ੈਰ-ਸਰਗਰਮ ਹੈ।" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "ਈਮੇਲ" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "ਨਵਾਂ ਪਾਸਵਰਡ" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "ਨਵਾਂ ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "ਤੁਹਾਡਾ ਪੁਰਾਣਾ ਪਾਸਵਰਡ ਗਲਤ ਦਿੱਤਾ ਗਿਆ ਸੀ। ਇਸ ਨੂੰ ਫੇਰ ਦਿਉ ਜੀ।" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "ਪੁਰਾਣਾ ਪਾਸਵਰਡ" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "ਪਾਸਵਰਡ (ਫੇਰ)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ਨਾਂ" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "ਕੋਡ-ਨਾਂ" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "ਅਧਿਕਾਰ" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "ਅਧਿਕਾਰ" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "ਗਰੁੱਪ" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "ਗਰੁੱਪ" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "ਪਾਸਵਰਡ" + +#: models.py:201 +msgid "last login" +msgstr "ਆਖਰੀ ਲਾਗਇਨ" + +#: models.py:298 +msgid "superuser status" +msgstr "ਸੁਪਰਯੂਜ਼ਰ ਹਾਲਤ" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "ਯੂਜ਼ਰ ਅਧਿਕਾਰ" + +#: models.py:377 msgid "username" msgstr "ਯੂਜ਼ਰ ਨਾਂ" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "ਲਾਜ਼ਮੀ। ੩੦ ਜਾਂ ਘੱਟ ਅੱਖਰ ਚਾਹੀਦੇ ਹਨ। ਅੱਖਰ, ਅੰਕ @//+/-/_ ਹੀ।" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ਪਹਿਲਾਂ ਨਾਂ" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "ਆਖਰੀ ਨਾਂ" -#: models.py:237 -msgid "e-mail address" -msgstr "ਈਮੇਲ ਐਡਰੈੱਸ" - -#: models.py:238 -msgid "password" -msgstr "ਪਾਸਵਰਡ" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "ਸਟਾਫ ਹਾਲਤ" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "ਸਰਗਰਮ" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "ਸੁਪਰਯੂਜ਼ਰ ਹਾਲਤ" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:248 -msgid "last login" -msgstr "ਆਖਰੀ ਲਾਗਇਨ" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "ਜੁਆਇੰਨ ਕਰਨ ਦੀ ਮਿਤੀ" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "ਯੂਜ਼ਰ ਅਧਿਕਾਰ" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "ਯੂਜ਼ਰ" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "ਯੂਜ਼ਰ" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "ਲਾਗ ਆਉਟ ਕੀਤਾ" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "ਠੀਕ ਈਮੇਲ ਐਡਰੈੱਸ ਦਿਓ ਜੀ।" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo index d2e28b782ee4bdec276f3d62182849a88694bd30..1dac92ca3356ac8557e48f1145e3856f8898e50d 100644 Binary files a/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pl/LC_MESSAGES/django.po b/django/contrib/auth/locale/pl/LC_MESSAGES/django.po index f5204b98bc35af8130a8cd7ad0b244d8df4b6e7e..e086b2ec055e0169c191f4cef8f432316bb4796e 100644 --- a/django/contrib/auth/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/pl/LC_MESSAGES/django.po @@ -9,17 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-22 12:51+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Roman Barczyński \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -33,48 +33,56 @@ msgstr "Uprawnienia" msgid "Important dates" msgstr "Ważne daty" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Hasło zostało zmienione pomyślnie." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Zmień hasło: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Użytkownik o tej nazwie już istnieje." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Hasła się nie zgadzają." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nazwa użytkownika" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Wymagane. 30 znaków lub mniej. Tylko litery, cyfry i znaki @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "To pole może zawierać tylko litery, cyfry i znaki @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Hasło" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potwierdzenie hasła" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Podaj powyższe hasło w celu weryfikacji." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +92,14 @@ msgstr "" "użytkownika, ale możesz zmienić hasło używając tego " "formularza." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma " -"znaczenie." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,137 +107,165 @@ msgstr "" "Twoja przeglądarka nie chce akceptować ciasteczek. Są one wymagane do " "zalogowania się." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "To konto jest nieaktywne." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Ten adres e-mail nie ma przypisanego konta. Jesteś pewien, że " -"zarejestrowałeś się?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Użytkownik, którego konto powiązane jest z tym adresem e-mail nie może " -"zresetować hasła." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nowe hasło" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Nowe hasło (powtórz)" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Podane stare hasło jest niepoprawne. Proszę podać je jeszcze raz." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Stare hasło" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Hasło (powtórz)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algorytm" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteracje" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "sól" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "suma kontrolna" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nazwa" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nazwa kodowa" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "uprawnienie" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "uprawnienia" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupa" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupy" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "hasło" + +#: models.py:201 +msgid "last login" +msgstr "ostatnio zalogowany" + +#: models.py:298 +msgid "superuser status" +msgstr "status administratora" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Oznacza, że ten użytkownik ma wszystkie uprawnienia bez jawnego " +"przypisywania ich." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupy do których należy użytkownik. Użytkownik otrzyma wszystkie uprawnienia " +"przypisane do którejkolwiek z jego/jej grup." + +#: models.py:306 +msgid "user permissions" +msgstr "uprawnienia użytkownika" + +#: models.py:377 msgid "username" msgstr "użytkownik" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Wymagane. 30 znaków lub mniej. Tylko litery, cyfry i znaki @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "imię" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "nazwisko" -#: models.py:237 -msgid "e-mail address" -msgstr "adres e-mail" - -#: models.py:238 -msgid "password" -msgstr "hasło" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "w zespole" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Oznacza czy użytkownik może zalogować się do panelu admina." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktywny" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -238,54 +273,22 @@ msgstr "" "Oznacza czy użytkownika należy uważać za aktywnego. Odznacz to, zamiast " "usuwać konta." -#: models.py:245 -msgid "superuser status" -msgstr "status administratora" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Oznacza, że ten użytkownik ma wszystkie uprawnienia bez jawnego " -"przypisywania ich." - -#: models.py:248 -msgid "last login" -msgstr "ostatnio zalogowany" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data przyłączenia" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grupy do których należy użytkownik. Użytkownik otrzyma wszystkie uprawnienia " -"przypisane do którejkolwiek z jego/jej grup." - -#: models.py:255 -msgid "user permissions" -msgstr "uprawnienia użytkownika" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "użytkownik" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "użytkownicy" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Wylogowany" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Wprowadź poprawny adres e-mail." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo index bb926371dfe260a9f4c9acfed5ce853de206e307..27a233e6c75b487da3e5b7be30625fdd05be2aff 100644 Binary files a/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pt/LC_MESSAGES/django.po b/django/contrib/auth/locale/pt/LC_MESSAGES/django.po index 28841d7e328b96abe3f97a4d1bcfa967540be598..54e616c5c6181027d61d077cd8639c2dd537e8f9 100644 --- a/django/contrib/auth/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Bruno Miguel Custódio , 2012. # Jannis Leidel , 2011. -# Nuno Mariz , 2011. +# Nuno Mariz , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Bruno Miguel Custódio \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -30,64 +31,74 @@ msgstr "Permissões" msgid "Important dates" msgstr "Datas importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Palavra-passe modificada com sucesso." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Modificar a palavra-passe: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Nenhuma palavra-chave definida." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de palavra-chave inválido ou função de mistura desconhecida." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Já existe um utilizador com esse nome." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Os dois campos da palavra-passe não coincidem." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Utilizador" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obrigatório. 30 carateres ou menos. Apenas letras, dígitos e @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Este valor apenas deverá conter letras, números e carateres @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Palavra-passe" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmação da palavra-passe" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Introduza a palavra-passe como acima, para verificação." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Não são guardadas palavras-passe sem encriptação, portanto não é possível " +"visualizar a password deste utilizador, mas poderá modificar a palavra-passe " +"através deste formulário." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Por favor introduza o utilizador e palavra-passe corretos. Note que ambos os " -"casos diferenciam maiúsculas e minúsculas." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -95,139 +106,173 @@ msgstr "" "Aparentemente que o seu browser não está configurado para aceitar cookies. " "Os cookies são necessários para poder entrar." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Esta conta não está activa." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Esse e-mail não tem nenhuma conta de utilizador associada. Tem a certeza que " -"já se registou?" +"O endereço de email especificado não está associado a nenhuma conta. Tem a " +"certeza que efectuou o registo?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" +"O utilizador associado a este endereço de email não pode redefinir a palavra-" +"chave." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nova palavra-passe" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmação da nova palavra-passe" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "A sua palavra-passe antiga foi introduzida incorretamente. Por favor tente " "novamente." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Palavra-passe antiga" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Palavra-passe (novamente)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "iterações" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "fator trabalho" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "verificação" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nome" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nome de código" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permissão" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permissões" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupos" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "palavra-passe" + +#: models.py:201 +msgid "last login" +msgstr "última entrada" + +#: models.py:298 +msgid "superuser status" +msgstr "Status de superuser" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Define se este utilizador tem todas as permissões sem explicitamente as " +"atribuir." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Os grupos este utilizador pertence. Um utilizador terá todas as permissões " +"concedidas a cada um do seu grupo." + +#: models.py:306 +msgid "user permissions" +msgstr "permissões do utilizador" + +#: models.py:377 msgid "username" msgstr "utilizador" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Obrigatório. 30 carateres ou menos. Apenas letras, números e carateres @/./" "+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Introduza um nome de utilizador válido." + +#: models.py:383 msgid "first name" msgstr "primeiro nome" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "último nome" -#: models.py:237 -msgid "e-mail address" -msgstr "endereço de e-mail" - -#: models.py:238 -msgid "password" -msgstr "palavra-passe" +#: models.py:385 +msgid "email address" +msgstr "endereço de email" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "status de equipa" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Define se o utilizador pode usar a administração do site." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "ativo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -235,53 +280,23 @@ msgstr "" "Defina se este utilizador deva ser tratado como ativo. Não selecione em vez " "de remover as contas." -#: models.py:245 -msgid "superuser status" -msgstr "Status de superuser" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Define se este utilizador tem todas as permissões sem explicitamente as " -"atribuir." - -#: models.py:248 -msgid "last login" -msgstr "última entrada" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data de registo" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "permissões do utilizador" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "utilizador" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "utilizadores" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Saiu" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Introduza um endereço de e-mail válido." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "" +msgstr "Redefinição de palavra-passe em %(site_name)s" diff --git a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo index e6fac83eb96d139246a9510bd3f9771b42ce124c..e87755787764ceeaa07aaf8f9df50b3520734c78 100644 Binary files a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po index ba8ad0dabbbd30b7a86d765399b79ab6e86257be..7096c1a2a1f3cd108f69ef146bf67022ab194e13 100644 --- a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Guilherme Gondim , 2012. # Jannis Leidel , 2011. # Sandro , 2011. @@ -8,16 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-19 18:11+0000\n" -"Last-Translator: Guilherme Gondim \n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-17 12:33+0000\n" +"Last-Translator: dudanogueira \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,50 +32,58 @@ msgstr "Permissões" msgid "Important dates" msgstr "Datas importantes" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Senha modificada com sucesso." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Alterar senha: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Nenhuma senha definida." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Formato de senha inválido ou algoritmo de hash desconhecido." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Um usuário com este nome de usuário já existe." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Os dois campos de senha não combinam." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Usuário" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obrigatório. 30 caracteres ou menos. Somente letras, dígitos e @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Este valor deve conter apenas letras, números e os caracteres @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Senha" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmação de senha" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Informe a mesma senha digitada acima, para verificação." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +93,16 @@ msgstr "" "a senha do usuário, mas você pode alterá-la usando este formulário ." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Por favor, entre com um usuário e senha corretos. Note que ambos os campos " -"diferenciam maiúsculas e minúsculas." +"Por favor, entre com um %(username)s e senha corretos. Note que ambos os " +"campos diferenciam maiúsculas e minúsculas." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,141 +110,172 @@ msgstr "" "Seu navegador Web não parece estar com os cookies habilitados. Cookies são " "requeridos para acessar." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Esta conta está inativa." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Este endereço de e-mail não está associado com uma conta de usuário. Você " -"tem certeza que está registrado?" +"Este endereço de email não possui nenhuma conta associada. Você tem certeza " +"que se registrou?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"A conta de usuário associada a este endereço de e-mail não pode redefinir a " -"senha." +"A conta de usuário associada à este email não permite a redefinição de senha." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nova senha" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmação da nova senha" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "A senha antiga foi digitada incorretamente. Por favor, informe a senha " "novamente." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Senha antiga" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Senha (novamente)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritmo" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterações" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "work factor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nome" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "apelido" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permissão" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permissões" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupo" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupos" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "senha" + +#: models.py:201 +msgid "last login" +msgstr "último login" + +#: models.py:298 +msgid "superuser status" +msgstr "status de superusuário" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuário tem todas as permissões sem atribuí-las " +"explicitamente." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Os grupos que este usuário pertence. Um usuário terá todas as permissões " +"concedidas a cada um de seus dos grupos." + +#: models.py:306 +msgid "user permissions" +msgstr "permissões do usuário" + +#: models.py:377 msgid "username" msgstr "usuário" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Obrigatório. 30 caracteres ou menos. Letras, números e os caracteres @/./+/-/" "_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Informe um usuário válido." + +#: models.py:383 msgid "first name" msgstr "primeiro nome" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "último nome" -#: models.py:237 -msgid "e-mail address" -msgstr "endereço de e-mail" - -#: models.py:238 -msgid "password" -msgstr "senha" +#: models.py:385 +msgid "email address" +msgstr "endereço de email" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "membro da equipe" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Indica que usuário consegue acessar este site de administração." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "ativo" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -242,54 +283,22 @@ msgstr "" "Indica que o usuário será tratado como ativo. Ao invés de excluir contas de " "usuário, desmarque isso." -#: models.py:245 -msgid "superuser status" -msgstr "status de superusuário" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Indica que este usuário tem todas as permissões sem atribuí-las " -"explicitamente." - -#: models.py:248 -msgid "last login" -msgstr "último login" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data de registro" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Os grupos que este usuário pertence. Um usuário terá todas as permissões " -"concedidas a cada um de seus dos grupos." - -#: models.py:255 -msgid "user permissions" -msgstr "permissões do usuário" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "usuário" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "usuários" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Sessão encerrada" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Informe um endereço de e-mail válido." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo index 6ebc82279c459844e7f424a152318dbf1bd30f68..27fe84056f5b9b6888145789a95c7982cae20bcf 100644 Binary files a/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ro/LC_MESSAGES/django.po b/django/contrib/auth/locale/ro/LC_MESSAGES/django.po index 1f0496dcba4eecf2e4e8e916d478f7cc10a142c6..7c644d8e7c207932b65f1a8cb97f1247a31d2156 100644 --- a/django/contrib/auth/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ro/LC_MESSAGES/django.po @@ -8,17 +8,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" #: admin.py:41 msgid "Personal info" @@ -32,65 +32,72 @@ msgstr "Permisiuni" msgid "Important dates" msgstr "Date importante" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Parolă schimbată cu succes." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Schimbă parola: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Un utilizator cu acest nume de utilizator există deja." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Cele două câmpuri pentru parole nu coincid." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Nume utilizator" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obligatoriu. 30 de caractere sau mai puține. Numai litere, cifre și @/./+/-/" "_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Această valoare poate conține numai litere, cifre şi @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Parolă" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Confirmare parolă" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Introduceți aceeași parolă, pentru verificare." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Introduceți un nume de utilizator și o parolă corectă. Ambele câmpuri sunt " -"sensibile la majuscule." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -98,139 +105,167 @@ msgstr "" "Navigatorul dumneavoastră nu pare să aibă activat suportul pentru cookies. " "Acesta este necesar pentru autentificare." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Acest cont este inactiv." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Adresa de e-mail nu are asociat un cont de utilizator. Sigur v-ați " -"înregistrat?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Parolă nouă" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Confirmarea parolă nouă" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Parola veche a fost introdusă greșit. Introduceți-o din nou." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Parolă veche" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Parolă (din nou)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "nume" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "nume de cod" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "permisiune" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "permisiuni" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grup" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupuri" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "parolă" + +#: models.py:201 +msgid "last login" +msgstr "ultima autentificare" + +#: models.py:298 +msgid "superuser status" +msgstr "stare superutilizator" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Marchează daca acest utilizator are toate permisiunile, fără a le mai " +"selecta explicit." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "permisiuni utilizator" + +#: models.py:377 msgid "username" msgstr "nume utilizator" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Obligatoriu. 30 de caractere sau mai puține. Numai litere, numere și @/./+/-/" "_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "Prenume" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "Nume" -#: models.py:237 -msgid "e-mail address" -msgstr "adresă email" - -#: models.py:238 -msgid "password" -msgstr "parolă" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "stare autorizare" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Marchează dacă utilizatorul se poate autentifica în acest site de " "administrare." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "activ" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -238,52 +273,22 @@ msgstr "" "Marchează dacă acest utilizator trebuie tratat ca activ sau nu. Deselectați " "în loc de a șterge conturi." -#: models.py:245 -msgid "superuser status" -msgstr "stare superutilizator" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Marchează daca acest utilizator are toate permisiunile, fără a le mai " -"selecta explicit." - -#: models.py:248 -msgid "last login" -msgstr "ultima autentificare" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "data înscrierii" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "permisiuni utilizator" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "utilizator" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "utilizatori" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Deautentificat" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Introduceți o adresă de e-mail validă." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo index adcb2ed84fefd4d61ae757d8e304b6d323ac63f2..ce355dc742260246e8117eceb842a0bbdd45fc0c 100644 Binary files a/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ru/LC_MESSAGES/django.po b/django/contrib/auth/locale/ru/LC_MESSAGES/django.po index 9fbca0a2773f735498b898299ab0e8902f0cfa38..40af902c19ad34979e6ea1c6f569b4c2d9fac1dc 100644 --- a/django/contrib/auth/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,24 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Eugene MechanisM , 2012. +# Eugene MechanisM , 2012-2013. # Jannis Leidel , 2011. # Алексей Борискин , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-04 18:27+0000\n" +"Last-Translator: Eugene MechanisM \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -32,50 +32,58 @@ msgstr "Права" msgid "Important dates" msgstr "Важные даты" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Пароль успешно изменен." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Изменение пароля: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Пароль не задан." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Неизвестный формат пароля или алгоритм хеширования." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Пользователь с таким именем уже существует." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Два поля с паролями не совпадают." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Имя пользователя" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Обязательное поле. Введите 30 символов или менее. Используйте только буквы, " "цифры и знаки из набора @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Значение должно состоять только из букв, цифр и знаков @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Пароль" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Подтверждение пароля" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Введите тот же пароль, что и выше, для подтверждения." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -85,207 +93,208 @@ msgstr "" "этого пользователя. Но вы можете изменить пароль используя эту форму." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Пожалуйста, введите верные имя пользователя и пароль. Помните, оба поля " +"Пожалуйста, введите корректные %(username)s и пароль. Оба поля могут быть " "чувствительны к регистру." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "У вашего браузера не включены cookies. Cookies необходимы для входа." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Эта учетная запись отключена." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" "Этот адрес электронной почты не связан ни с одной учетной записью. Вы " "уверены, что зарегистрированы?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Аккаунт пользователя ассоциированного с этим e-mail адресом не может " -"сбрасывать пароль." +"Настройки учётной записи пользователя, связанной с этим адресом электронной " +"почты, запрещают восстановление пароля." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "Адрес электронной почты" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Новый пароль" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Подтверждение нового пароля" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ваш старый пароль введен неправильно. Пожалуйста, введите его снова." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Старый пароль" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Пароль (еще раз)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "алгоритм" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "итерации" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "соль" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "хэш" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "рабочий фактор" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "контрольная сумма" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "имя" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "кодовое название" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "право" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "права" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "группа" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "группы" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "пароль" + +#: models.py:201 +msgid "last login" +msgstr "последний вход" + +#: models.py:298 +msgid "superuser status" +msgstr "статус суперпользователя" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Указывает, что пользователь имеет все права без явного их назначения." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Группы, к которым принадлежит пользователь. Пользователь будет иметь все " +"права, указанные в каждой его/её группе." + +#: models.py:306 +msgid "user permissions" +msgstr "права пользователя" + +#: models.py:377 msgid "username" msgstr "имя пользователя" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Обязательное поле. Введите 30 символов или менее. Используйте только буквы, " "цифры и знаки из набора @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Введите правильное имя пользователя." + +#: models.py:383 msgid "first name" msgstr "имя" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "фамилия" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "адрес электронной почты" -#: models.py:238 -msgid "password" -msgstr "пароль" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "статус персонала" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Отметьте, если пользователь может входить в административную часть сайта." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "активный" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" "Отметьте, если пользователь должен считаться активным. Уберите эту отметку " -"вместо удаления аккаунта." - -#: models.py:245 -msgid "superuser status" -msgstr "статус суперпользователя" +"вместо удаления учётной записи." -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Указывает, что пользователь имеет все права без явного их назначения." - -#: models.py:248 -msgid "last login" -msgstr "последний вход" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "дата регистрации" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Группы, к которым принадлежит пользователь. Пользователь будет иметь все " -"права, указанные в каждой его/её группе." - -#: models.py:255 -msgid "user permissions" -msgstr "права пользователя" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "пользователь" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "пользователи" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Не авторизован" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Введите правильный адрес электронной почты." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo index 6182992b80e8b738fb346a5db86036da5eff0eb3..acdc19fc5b2bdf374db78a4a0d1afc9fed50fbd4 100644 Binary files a/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sk/LC_MESSAGES/django.po b/django/contrib/auth/locale/sk/LC_MESSAGES/django.po index 993ccfcf1398bf8cabce7c02e1af273b02bca45b..326b9e1118724ad6e9f87bf07de56f5d8e45d131 100644 --- a/django/contrib/auth/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sk/LC_MESSAGES/django.po @@ -2,21 +2,23 @@ # # Translators: # Jannis Leidel , 2011. +# Juraj Bubniak <>, 2012. +# Juraj Bubniak , 2012. # Marian Andre , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-19 15:18+0000\n" +"Last-Translator: Juraj Bubniak \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: admin.py:41 msgid "Personal info" @@ -30,252 +32,266 @@ msgstr "Práva" msgid "Important dates" msgstr "Dôležité dátumy" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Heslo úspešne zmenené." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Zmeniť heslo: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Žiadne heslo." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neplatný formát hesla alebo neznámy hašovací algoritmus." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Používateľ s takým používateľským menom už existuje." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Heslo a jeho potvrdenie sa nezhodujú." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Používateľské meno" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Povinné. 30 znakov alebo menej. Iba písmená, čísla a @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Táto hodnota môže obsahovať len písmená, číslice a znaky @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Heslo" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potvrdenie hesla" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Kvôli overeniu zadajte rovnaké heslo ako vyššie." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Heslá v pôvodnom tvare nie sú ukladané, takže neexistuje spôsob zobraziť " +"heslo užívateľa. Môžete ho však zmeniť pomocou tohoto " +"formulára." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Prosím, zadajte správne používateľské meno a heslo. Rešpektujte malé a veľké " -"písmená." +"Zadajte prosím správne %(username)s a heslo. Všimnite si, že obe polia môžu " +"obsahovať veľké a malé písmená." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" "Váš prehliadač nemá povolené cookies. Cookies sú potrebné pre prihlásenie." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Tento účet je neaktívny." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Táto e-mail adresa nemá priradený žiadny používateľský účet. Ste si istý, že " -"ste sa zaregistrovali?" +"Táto e-mailová adresa nemá pridružený užívateľský účet. Ste si istí, že ste " +"sa zaregistrovali?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Používateľský účet spojený s touto e-mailovou adresu nemôže obnoviť heslo." +"Užívateľský účet pridružený k tejto e-mailovej adrese nemože obnoviť heslo." -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "E-mail" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nové heslo" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Potvrdenie nového hesla" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Nezadali ste správne svoje staré heslo. Napíšte ho znovu, prosím." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Staré heslo" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Heslo (znova)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algoritmus" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "iterácie" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "faktor práce" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "kontrolný súčet" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "meno" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kódové meno" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "oprávnenie" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "oprávnenia" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "skupina" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "skupiny" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "heslo" + +#: models.py:201 +msgid "last login" +msgstr "naposledy prihlásený" + +#: models.py:298 +msgid "superuser status" +msgstr "status superpoužívateľa" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Určuje, či používateľ získava automaticky všetky práva aj bez priameho " +"priradenia." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Skupiny do ktorých užívateľ patrí. Užívateľ dostane všetky povolenia do " +"každej z jeho skupín." + +#: models.py:306 +msgid "user permissions" +msgstr "používateľské oprávnenia" + +#: models.py:377 msgid "username" msgstr "používateľské meno" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Povinné. 30 znakov alebo menej. Len písmená, číslice a znaky @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Zadajte platné užívateľské meno." + +#: models.py:383 msgid "first name" msgstr "krstné meno" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "priezvisko" -#: models.py:237 -msgid "e-mail address" +#: models.py:385 +msgid "email address" msgstr "e-mailová adresa" -#: models.py:238 -msgid "password" -msgstr "heslo" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "postavenie zamestnanca" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Určuje, či sa používateľ môže prihlásiť do správy stránok." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktívny" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" "Určuje, či je účet aktívny. Odškrtnite, ak chcete vypnúť používateľský účet." -#: models.py:245 -msgid "superuser status" -msgstr "status superpoužívateľa" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Určuje, či používateľ získava automaticky všetky práva aj bez priameho " -"priradenia." - -#: models.py:248 -msgid "last login" -msgstr "naposledy prihlásený" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "dátum registrácie" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "používateľské oprávnenia" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "používateľ" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "používatelia" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Odhlásený" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Zadajte platnú e-mailovú adresu." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo index 522b2f8129ba96309c127ae63e52cd24a012d5ee..daf283aa9375d8c1b10565a184f719908f09ee2b 100644 Binary files a/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sl/LC_MESSAGES/django.po b/django/contrib/auth/locale/sl/LC_MESSAGES/django.po index 55507e5ae9b2ef10e455517706ca6a31f873920a..a420a751ba9b813b7d5ec1834d435cc4879f5926 100644 --- a/django/contrib/auth/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sl/LC_MESSAGES/django.po @@ -1,23 +1,27 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Jannis Leidel , 2011. +# Jure Cuhalev , 2012. +# Jure Čuhalev , 2012. +# , 2013. # , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:36+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-15 18:00+0000\n" "Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" #: admin.py:41 msgid "Personal info" @@ -31,263 +35,270 @@ msgstr "Dovoljenja" msgid "Important dates" msgstr "Pomembni datumi" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." -msgstr "Geslo je bilo uspešno spremenjeno." +msgstr "Geslo je uspešno spremenjeno." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Spremeni geslo: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Geslo ni nastavljeno." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Neveljavna oblika gesla ali neznan algoritem razpršila." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Uporabnik s tem uporabniškim imenom že obstaja." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Gesli se ne ujemata." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Uporabniško ime" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Zahtevano. 30 znakov ali manj. Samo alfanumerični znaki ali naslednji znaki " -"@/./+/-/_." +"Polje je obvezno. Vpisanih mora biti do 30 znakov, ti pa so lahko črke, " +"številke in znaki @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "" -"Ta vrednost sme vsebovati le črke, števila ali kateri znak izmed @/./+/-/_." +msgstr "Ta vrednost lahko vsebuje le črke, števila in znake @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Geslo" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potrditev gesla" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." -msgstr "Vpišite enako geslo kot zgoraj, da se izognete tipkarskim napakam." +msgstr "Ponovno vpišite izbrano geslo za overitev." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -"Gesla se ne shranjujejo v berljivi obliki, zato ne morete videti gesla tega " -"uporabnika, lahko pa geslo spremenite s pomočjo tega " +"Gesla se ne shranjujejo v berljivi obliki, zato gesla tega uporabnika ni " +"mogoče videti. Geslo lahko spremenite s pomočjo tega " "obrazca." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Prosimo, vnesite veljavno uporabniško ime in geslo. Opomba: obe polji " -"upoštevata velikost črk." +"Vnesite veljavno %(username)s in geslo. Opomba: obe polji upoštevata " +"velikost črk." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -"Izgleda, da vaš brskalnik nima omogočenih piškotkov. Piškotki so potrebni za " -"prijavo." +"Videti je, da brskalnik nima omogočenih piškotkov. Piškotki so nujni za " +"overjanje prijave." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." -msgstr "Ta uporabniški račun ni aktiven." +msgstr "Ta uporabniški račun ni dejaven." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Tega e-mail naslova ni mogoče pripisati nobenemu uporabniku. Ali ste " -"prepričani, da ste registrirani?" +"Tega elektronskega naslova ni mogoče pripisati nobenemu uporabniku. Ali ste " +"prepričani, da ste že vpisani?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "Uporabnik s tem e-poštnim naslovom ne more ponastaviti gesla." +msgstr "" +"Uporabnik s tem elektronskim naslovom nima dovoljen za ponastavitev gesla." -#: forms.py:196 -msgid "E-mail" -msgstr "E-poštni naslov" +#: forms.py:211 +msgid "Email" +msgstr "Elektronski naslov" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Novo geslo" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Potrditev novega gesla" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "Vaše staro geslo ni pravilno. Prosim, poskusite ponovno." +msgstr "Vaše staro geslo ni vneseno pravilno. Poskusite znova." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Staro geslo" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" -msgstr "Geslo (ponovno)" +msgstr "Geslo (znova)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritem" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "iteracij" +msgstr "ponovitev" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "naključna vrednost" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "zgoščena vsota" +msgstr "razpršilo" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "faktor obremenitve" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "preverjevalna vsota" +msgstr "nadzorna vsota" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ime" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodno ime" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "dovoljenje" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "dovoljenja" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "skupina" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "skupine" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "geslo" + +#: models.py:201 +msgid "last login" +msgstr "zadnja prijava" + +#: models.py:298 +msgid "superuser status" +msgstr "stanje skrbnika" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Uporabnik bo imel skrbniška dovoljenja." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Skupine, katerih član je ta uporabnik. Uporabnik pridobi vsa dovoljenja, " +"povezana s to skupino." + +#: models.py:306 +msgid "user permissions" +msgstr "uporabniška dovoljenja" + +#: models.py:377 msgid "username" msgstr "uporabniško ime" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Zahtevano. 30 znakov ali manj. Samo alfanumerični znaki in kateri znak izmed " -"@/./+/-/_" +"Polje je obvezno. Vpisanih mora biti do 30 znakov, ti pa so lahko črke, " +"številke in znaki @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Vnesite veljavno uporabniško ime." + +#: models.py:383 msgid "first name" msgstr "ime" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "priimek" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail naslov" +#: models.py:385 +msgid "email address" +msgstr "elektronski naslov" -#: models.py:238 -msgid "password" -msgstr "geslo" - -#: models.py:239 +#: models.py:386 msgid "staff status" -msgstr "status osebja" +msgstr "stanje osebja" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." -msgstr "Določi, če se sme uporabnik prijaviti v to administracijsko stran." +msgstr "Določi, ali se sme uporabnik prijaviti kot skrbnik." -#: models.py:242 +#: models.py:389 msgid "active" -msgstr "aktiven" +msgstr "dejaven" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"Določi, če se uporabnik smatra za aktivega. Odstranite to možnost namesto da " -"brišete račune." - -#: models.py:245 -msgid "superuser status" -msgstr "status superuporabnika" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Uporabnik bo imel vse pravice brez da bi mu morali posamično dodeljevati " -"pravice." +"Določi, ali je uporabnik dejaven. Možnost je priročna in preprečuje brisanje " +"računov." -#: models.py:248 -msgid "last login" -msgstr "zadnja prijava" - -#: models.py:249 +#: models.py:392 msgid "date joined" -msgstr "registriran od" - -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Skupine, katerih član je ta uporabnik. Uporabnik pridobi vse pravice, " -"povezane z vsako skupino." - -#: models.py:255 -msgid "user permissions" -msgstr "uporabniška dovoljenja" +msgstr "vpisan od" -#: models.py:260 +#: models.py:400 msgid "user" msgstr "uporabnik" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "uporabniki" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Odjavljen" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Vnesite veljaven e-mail." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "Geslo na %(site_name)s je bilo ponastavljeno." +msgstr "Geslo na %(site_name)s je ponastavljeno." diff --git a/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo index f7d1abacfeabd4198187d6fb14524fe4826b66f1..04bd5ff23277c881395648eb8aab52dabf05d66d 100644 Binary files a/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sq/LC_MESSAGES/django.po b/django/contrib/auth/locale/sq/LC_MESSAGES/django.po index 9248543866c7490286b1134b35c47dcaf68b0b80..60db57590d42988bde1799bd075ab609227a9146 100644 --- a/django/contrib/auth/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Besnik , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-20 08:30+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,66 +30,76 @@ msgstr "Leje" msgid "Important dates" msgstr "Të dhëna të rëndësishme" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Fjalëkalimi u ndryshua me sukses." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Ndryshoni fjalëkalimin: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Nuk ka fjalëkalim të caktuar." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Format i pavlefshëm fjalëkalimi ose algoritëm i panjohur hashi." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Ka tashmë një emër të tillë përdoruesi." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Dy fushat për fjalëkalim nuk u përputhën." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Emër përdoruesi" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "E domosdoshme. 30 ose më pak shenja. Vetëm shkronja, shifra dhe shenjat @/./" "+/-/_ ." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Kjo vlerë mund të përmbajë vetëm shkronja, numra dhe shenja si @/./+/-/_ ." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Fjalëkalim" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Ripohim fjalëkalimi" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." -msgstr "Jepni të njëjtin fjalëkalim si më sipër, për verifikim." +msgstr "Jepni, për verifikim, të njëjtin fjalëkalim si më sipër." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Fjalëkalimet shqeto nuk depozitohenm ndaj nuk ka ndonjë mënyrë si të shihet " +"fjalëkalimi i këtij përdoruesi, por mund ta ndryshoni fjalëkalimin duke " +"përdorur këtë formular." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Ju lutem, jepni një emër përdoruesi dhe fjalëkalim të saktë. Mbani parasysh " -"që për të dyja fushat luan rol shkrimi me të madhe apo me të vogël." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -96,136 +107,169 @@ msgstr "" "Shfletuesi juaj Web nuk duket se i ka të aktivizuara \"cookie\"-t. \"Cookie" "\"-t janë të domosdoshme për hyrjen." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Kjo llogari nuk është aktive." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Kësaj adrese e-mail nuk i përshoqërohet ndonjë llogari përdoruesi. Jeni i " +"Kësaj adrese email nuk i përshoqërohet ndonjë llogari përdoruesi. Jeni i " "sigurt se jeni regjistruar?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" +"Llogaria e përdoruesit të përshoqëruar me këtë adres email nuk mund të " +"kryejë ricaktim të fjalëkalimit." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Fjalëkalim i ri" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Ripohim fjalëkalimi të ri" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Fjalëkalimi juaj i vjetër u dha pasaktësisht. Ju lutem, jepeni sërish." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Fjalëkalim i vjetër" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Fjalëkalim (sërish)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "algoritëm" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "përsëritje" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "kripë" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "emër" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "emër i koduar" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "leje" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "leje" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grup" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupe" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "fjalëkalim" + +#: models.py:201 +msgid "last login" +msgstr "hyrja e fundit" + +#: models.py:298 +msgid "superuser status" +msgstr "gjendje superpërdoruesi" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Përcakton që ky përdorues ka krejt lejet, pa ia akorduar ato shprehimisht." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupet ku bën pjesë ky përdorues. Një përdorues përfiton krejt lejet e dhëna " +"për secilin grup të tij/saj." + +#: models.py:306 +msgid "user permissions" +msgstr "leje përdoruesi" + +#: models.py:377 msgid "username" msgstr "emër përdoruesi" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "E domosdoshme. 30 ose më pak shenja. Shkronja, numra dhe shenjat @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Jepni emër përdoruesi të vlefshëm." + +#: models.py:383 msgid "first name" msgstr "emër" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "mbiemër" -#: models.py:237 -msgid "e-mail address" -msgstr "adresë e-mail" +#: models.py:385 +msgid "email address" +msgstr "adresë email" -#: models.py:238 -msgid "password" -msgstr "fjalëkalim" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "vend në ekip" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Përcakton nëse mund të hyjë ose jo përdoruesi te ky site administrimi." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "veprues" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -233,52 +277,23 @@ msgstr "" "Përcakton nëse ky përdorues do të duhej trajtuar si aktiv. Çpërzgjidhni " "këtë, në vend se të fshihni llogarira." -#: models.py:245 -msgid "superuser status" -msgstr "gjendje superpërdoruesi" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Përcakton që ky përdorues ka krejt lejet, pa ia akorduar ato shprehimisht." - -#: models.py:248 -msgid "last login" -msgstr "hyrja e fundit" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datë anëtarësimi" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "leje përdoruesi" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "përdorues" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "përdoruesa" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "I dalë" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Jepni një adresë e-mail të vlefshme." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "" +msgstr "Ricaktim fjalëkalimi për te %(site_name)s" diff --git a/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo index 8f00079553015b94130730bc40ea9727a3f08598..ec971cc7ed96b149a247da9a6a8db628eaa70453 100644 Binary files a/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sr/LC_MESSAGES/django.po b/django/contrib/auth/locale/sr/LC_MESSAGES/django.po index 8ff0d7cf7743c40b3b7f53b92ce754a4a12256b4..62b509298a5e757452315a5c45800d60ad042c8f 100644 --- a/django/contrib/auth/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sr/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -31,50 +31,58 @@ msgstr "Дозволе" msgid "Important dates" msgstr "Важни датуми" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Лозинка успешно измењена." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Измени лозинку: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Корисник са тим корисничким именом већ постоји." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Два поља за лозинке се нису поклопила." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Корисник" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Неопходно. Највише 30 словних места. Само алфанумерички знаци (слова, бројке " "и @/./+/-/_)." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Ова вредност може садржати само слова, бројке и @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Лозинка" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Потврда лозинке" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Ради провере тачности поново унесите лозинку коју сте унели горе." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -83,15 +91,14 @@ msgstr "" "Лозинке у изворном облику се не чувају, тако да се не могу видети, али се " "могу променити овде." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Унесите тачно корисничко име и лозинку. Пазите на разлику између малих и " -"великих слова у оба поља." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -99,138 +106,167 @@ msgstr "" "Изгледа да су колачићи искључени у вашем браузеру. Они морају бити укључени " "да би сте се пријавили." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Овај налог је неактиван." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Та имејл адреса није у вези ни са једним налогом. Да ли сте сигурни да сте " -"се већ регистровали?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "Корисник са овом имејл адресом није у могућности да ресетује лозинку." +msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "Имејл адреса" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Нова лозинка" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Потврда нове лозинке" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ваша стара лознка није правилно унесена. Унесите је поново." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Стара лозинка" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Лозинка (поновите)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "алгоритам" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "итерације" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "зачин" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "хеш" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "фактор рада" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "сума за проверу" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "име" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "шифра дозволе" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "дозвола" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "дозволе" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "група" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "групе" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "лозинка" + +#: models.py:201 +msgid "last login" +msgstr "последња пријава" + +#: models.py:298 +msgid "superuser status" +msgstr "статус администратора" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Означава да ли корисник има све дозволе без додељивања појединачних дозвола." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Групе којима корисник припада. Корисник ће добити све дозволе група у којим " +"се налази." + +#: models.py:306 +msgid "user permissions" +msgstr "корисничке дозволе" + +#: models.py:377 msgid "username" msgstr "корисничко име" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Неопходно. Највише 30 словних места. Само алфанумерички знаци (слова, бројке " "и @/./+/-/_)." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "име" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "презиме" -#: models.py:237 -msgid "e-mail address" -msgstr "имејл адреса" - -#: models.py:238 -msgid "password" -msgstr "лозинка" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "статус члана посаде" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Означава да ли корисник може да се пријави на овај сајт за администрацију." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "активан" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -238,53 +274,22 @@ msgstr "" "Означава да ли се корисник сматра активним. Деселектујте ово уместо да " "бришете налог." -#: models.py:245 -msgid "superuser status" -msgstr "статус администратора" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Означава да ли корисник има све дозволе без додељивања појединачних дозвола." - -#: models.py:248 -msgid "last login" -msgstr "последња пријава" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "датум регистрације" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Групе којима корисник припада. Корисник ће добити све дозволе група у којим " -"се налази." - -#: models.py:255 -msgid "user permissions" -msgstr "корисничке дозволе" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "корисник" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "корисници" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Одјављен" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Унесите важећу имејл адресу." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo index 7daf326c404816aa10d80de4bbb6fc7075ae1a01..a81c96ce23850a73896d1172de30c80713448230 100644 Binary files a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po index 6122d8a565b73f5694d62b136a3888995c9d7db8..858cf700be4ae446dcd6dcd099596a700d6eec03 100644 --- a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -31,50 +31,58 @@ msgstr "Dozvole" msgid "Important dates" msgstr "Važni datumi" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Lozinka uspešno izmenjena." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Izmeni lozinku: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Korisnik sa tim korisničkim imenom već postoji." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Dva polja za lozinke se nisu poklopila." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Korisnik" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Neophodno. Najviše 30 slovnih mesta. Samo alfanumerički znaci (slova, brojke " "i @/./+/-/_)." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Ova vrednost može sadržati samo slova, brojke i @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Lozinka" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Potvrda lozinke" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Radi provere tačnosti ponovo unesite lozinku koju ste uneli gore." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -83,15 +91,14 @@ msgstr "" "Lozinke u izvornom obliku se ne čuvaju, tako da se ne mogu videti, ali se " "mogu promeniti ovde." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Unesite tačno korisničko ime i lozinku. Pazite na razliku između malih i " -"velikih slova u oba polja." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -99,138 +106,168 @@ msgstr "" "Izgleda da su kolačići isključeni u vašem brauzeru. Oni moraju biti " "uključeni da bi ste se prijavili." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Ovaj nalog je neaktivan." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Ta imejl adresa nije u vezi ni sa jednim nalogom. Da li ste sigurni da ste " -"se već registrovali?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "Korisnik sa ovom imejl adresom nije u mogućnosti da resetuje lozinku." +msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "Imejl adresa" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nova lozinka" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Potvrda nove lozinke" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Vaša stara loznka nije pravilno unesena. Unesite je ponovo." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Stara lozinka" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Lozinka (ponovite)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritam" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iteracije" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "začin" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "heš" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "faktor rada" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "suma za proveru" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ime" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "šifra dozvole" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "dozvola" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "dozvole" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupa" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupe" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "lozinka" + +#: models.py:201 +msgid "last login" +msgstr "poslednja prijava" + +#: models.py:298 +msgid "superuser status" +msgstr "status administratora" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Označava da li korisnik ima sve dozvole bez dodeljivanja pojedinačnih " +"dozvola." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Grupe kojima korisnik pripada. Korisnik će dobiti sve dozvole grupa u kojim " +"se nalazi." + +#: models.py:306 +msgid "user permissions" +msgstr "korisničke dozvole" + +#: models.py:377 msgid "username" msgstr "korisničko ime" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Neophodno. Najviše 30 slovnih mesta. Samo alfanumerički znaci (slova, brojke " "i @/./+/-/_)." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ime" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "prezime" -#: models.py:237 -msgid "e-mail address" -msgstr "imejl adresa" - -#: models.py:238 -msgid "password" -msgstr "lozinka" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "status člana posade" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" "Označava da li korisnik može da se prijavi na ovaj sajt za administraciju." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktivan" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -238,54 +275,22 @@ msgstr "" "Označava da li se korisnik smatra aktivnim. Deselektujte ovo umesto da " "brišete nalog." -#: models.py:245 -msgid "superuser status" -msgstr "status administratora" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Označava da li korisnik ima sve dozvole bez dodeljivanja pojedinačnih " -"dozvola." - -#: models.py:248 -msgid "last login" -msgstr "poslednja prijava" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "datum registracije" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Grupe kojima korisnik pripada. Korisnik će dobiti sve dozvole grupa u kojim " -"se nalazi." - -#: models.py:255 -msgid "user permissions" -msgstr "korisničke dozvole" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "korisnik" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "korisnici" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Odjavljen" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Unesite važeću imejl adresu." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo index 2f02ca3b3950be545ebe59280410f1c3def0c3e5..6ad75e05956b57aa6baf22adf6c144d5a2ceaed2 100644 Binary files a/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sv/LC_MESSAGES/django.po b/django/contrib/auth/locale/sv/LC_MESSAGES/django.po index a3ec335b8fe4c03a4abc09f232b51c7cdcbe3c83..693b5820a4a1094fb1197232ea7774c23de76328 100644 --- a/django/contrib/auth/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sv/LC_MESSAGES/django.po @@ -1,23 +1,25 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Andreas Pelme , 2011, 2012. +# Alex Nordlund , 2012. +# Andreas Pelme , 2011-2013. +# , 2012. # Jannis Leidel , 2011. # Samuel Linde , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-06 08:43+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,50 +33,58 @@ msgstr "Rättigheter" msgid "Important dates" msgstr "Viktiga datum" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Lösenordet ändrades." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Ändra lösenord: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Inget lösenord angivet." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Ogiltigt lösenordsformat eller okänd hashalgoritm." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "En användare med det användarnamnet finns redan." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "De två lösenordsfälten stämde inte överens." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Användarnamn" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obligatoriskt. 30 tecken eller färre. Endast bokstäver, siffror och @/./+/-/" "_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Detta värde får endast innehålla bokstäver, siffror och @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Lösenord" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Lösenordsbekräftelse" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Fyll i samma lösenord som ovan för verifiering." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -84,15 +94,16 @@ msgstr "" "lösenord, men du kan ändra lösenordet med detta " "formulär." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Var god ange ett korrekt användarnamn och lösenord. Tänk på att skilja " -"mellan gemener och versaler." +"Ange ett korrekt %(username)s och lösenord. Observera att båda fälten är " +"skiftlägeskänsliga." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -100,135 +111,167 @@ msgstr "" "Din webbläsare verkar inte tillåta cookies. Cookies behövs för att kunna " "logga in." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Detta konto är inaktivt." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" "Den e-postadressen är inte associerad med något användarkonto. Är du säker " "på att du har registrerat dig?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "Användarkontot med denna e-postadress kan inte återställa lösenordet." -#: forms.py:196 -msgid "E-mail" -msgstr "E-postadress" +#: forms.py:211 +msgid "Email" +msgstr "E-postaddress" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nytt lösenord" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Bekräfta nytt lösenord" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ditt gamla lösenord var felaktigt ifyllt. Var vänlig fyll i det igen." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Gammalt lösenord" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Lösenord (igen)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritm" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterationer" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "arbetsfaktor" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "kontrollsumma" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "namn" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "kodnamn" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "rättighet" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "rättigheter" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grupp" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "grupper" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "lösenord" + +#: models.py:201 +msgid "last login" +msgstr "senaste inloggning" + +#: models.py:298 +msgid "superuser status" +msgstr "superanvändare" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Anger att denna användare har alla rättigheter utan att uttryckligen " +"tilldela dem." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"De grupper som användaren är medlem i. En användare får tillgång till alla " +"rättigheter som hans/hennes grupper har." + +#: models.py:306 +msgid "user permissions" +msgstr "användarättigheter" + +#: models.py:377 msgid "username" msgstr "användarnamn" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Obligatorisk. 30 tecken eller färre. Bokstäver, siffror och @/./+/-/_." -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Ange ett giltigt användarnamn." + +#: models.py:383 msgid "first name" msgstr "förnamn" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "efternamn" -#: models.py:237 -msgid "e-mail address" -msgstr "e-postadress" - -#: models.py:238 -msgid "password" -msgstr "lösenord" +#: models.py:385 +msgid "email address" +msgstr "e-postaddress" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "personalstatus" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Avgör om användaren kan logga in på denna adminsida." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktiv" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -236,54 +279,22 @@ msgstr "" "Anger om användaren skall betraktas som aktiv. Avmarkera detta istället för " "att ta bort konton." -#: models.py:245 -msgid "superuser status" -msgstr "superanvändare" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Anger att denna användare har alla rättigheter utan att uttryckligen " -"tilldela dem." - -#: models.py:248 -msgid "last login" -msgstr "senaste inloggning" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "registreringsdatum" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"De grupper som användaren är medlem i. En användare får tillgång till alla " -"rättigheter som hans/hennes grupper har." - -#: models.py:255 -msgid "user permissions" -msgstr "användarättigheter" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "användare" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "användare" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Utloggad" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Fyll i en giltig e-postadress." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo index 3e90250144a1f4f905d7dd59d3df34a329a14fdf..a95069c50ca319ff1f38d68a7bffe8ace86e13bb 100644 Binary files a/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sw/LC_MESSAGES/django.po b/django/contrib/auth/locale/sw/LC_MESSAGES/django.po index 86c32b6cd2c634374ee4aaa07814d785f13142f8..2e7d604ba0fd08d9d518a92cefdd4c84d7ba6f80 100644 --- a/django/contrib/auth/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sw/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # This file is distributed under the same license as the Django package. # # Translators: +# machaku , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -28,242 +29,263 @@ msgstr "Ruhusa" msgid "Important dates" msgstr "Tarehe muhimu" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Nenosiri limebadilishwa kwa mafanikio" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Badilish nenosiri: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Hakuna nenosiri lililowekwa." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Muundo batili wa nenosiri au algorithm ya kuhash isiyojulikana" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Mtumiaji mwenye jina la mtumiaji hilo tayari yupo." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Sehemu mbili za nenosiri hazikufanana" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Jina la mtumiaji" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Inahitajika. vibambo 30 au pungufu. Herufi, Tarakimu na @/./+/-/_ tu. " -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Thamani hii inaweza kuwa na herufi, tarakimu na vibambo @/./+/-/_ tu" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Nenosiri" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Uthibitisho wa nenosiri" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Ingiza nenosiri linalofanana na la juu, kwa uthibitisho" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"Manenosiri ghafi hayahifadhiwi, hivyo hakuna namna ya kuona nenosiri la " +"mtumiaji huyu, ila unaweza kubadilisha nenosiri kwa kutumia fomu hii." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" +"Inaonekana kuwa kivinjari chako cha wavuti hakiruhusu kuki. Kuki " +"zinahitajika ili kuingia." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." -msgstr "" +msgstr "Akaunti hii si hai." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" +"Anuani hiyo ya barua pepe haina akaunti inayoendana nayo. Una hakika " +"Umejisajili?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" +"Akaunti ya mtumiaji inayohusika na barua pepe hii haiwezi kuwekwa nenosiri " +"upya." -#: forms.py:196 -msgid "E-mail" -msgstr "Baruapepe" +#: forms.py:211 +msgid "Email" +msgstr "Barua pepe" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Nenosiri jipya" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Uthibitisho wa nenosiri jipya" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Nenosiri lako la zamani liliingizwa isivyo sahihi. Tafadhali liingize tena." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Nenosiri la zamani" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Nenosiri (tena)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "alogarithimu" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "mizunguko" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "kazi inayohitajika" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "jina" -#: models.py:68 +#: models.py:74 msgid "codename" -msgstr "" +msgstr "jina la msimbo" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "ruhusa" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "ruhusa" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "kundi" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "makundi" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "nenosiri" + +#: models.py:201 +msgid "last login" +msgstr "kuingia kwa mara ya mwisho" + +#: models.py:298 +msgid "superuser status" +msgstr "hadhi ya mtumiaji wa juu" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Teua mtumiaji huyu kuwa na ruhusa zote pasipo kuziainisha wazi." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Vikundi ambavyo mtumiaji huyu yupo. Mtumiaji atapata ruhusa zote " +"zinazotolewa kwa kila mwanakundi hili." + +#: models.py:306 +msgid "user permissions" +msgstr "ruhusa za mtumiaji" + +#: models.py:377 msgid "username" msgstr "jina la mtumiaji" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" +"Inatakiwa. vibambo 30 au pungufu. Herufi, namba na vibambo @ / / + /-/_ ." + +#: models.py:381 +msgid "Enter a valid username." +msgstr "Ingiza halali Jina la mtumiaji " -#: models.py:235 +#: models.py:383 msgid "first name" msgstr "jina la kwanza" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "jina la mwisho" -#: models.py:237 -msgid "e-mail address" -msgstr "anuani ya baruapepe" - -#: models.py:238 -msgid "password" -msgstr "nenosiri" +#: models.py:385 +msgid "email address" +msgstr "anuani ya barua pepe" -#: models.py:239 +#: models.py:386 msgid "staff status" -msgstr "" +msgstr "hadhi ya utawala" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." -msgstr "" +msgstr "Teua kama mtumiaji anaweza kuingia katika tovuti ya utawala." -#: models.py:242 +#: models.py:389 msgid "active" -msgstr "" +msgstr "hai" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." -msgstr "" - -#: models.py:245 -msgid "superuser status" -msgstr "" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:248 -msgid "last login" -msgstr "kuingia kwa mara ya mwisho" +msgstr " " -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "tarehe ya kujiunga" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "ruhusa za mtumiaji" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "mtumiaji" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "watumiaji" -#: views.py:93 +#: views.py:94 msgid "Logged out" -msgstr "" - -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Ingiza anuani ya baruapepe iliyo sahihi" +msgstr "Umetoka" #: templates/registration/password_reset_subject.txt:2 #, python-format diff --git a/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo index 398dd6f1f60782eef46e095476ed7d224b7b2563..eede2ed4fd66a37df8f344fc18db4ca0f200ba2f 100644 Binary files a/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ta/LC_MESSAGES/django.po b/django/contrib/auth/locale/ta/LC_MESSAGES/django.po index a2f48ebebddabc9da98117e2dd3bba8d89599429..bdd334cc872f2600a530034fa2e1fd6b4007c6fe 100644 --- a/django/contrib/auth/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ta/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -29,245 +29,252 @@ msgstr "அனுமதிகள்" msgid "Important dates" msgstr "முக்கியமான தேதிகள்" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "பயனர்ப்பெயர்" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "கடவுச்சொல்" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "மேலே அதே கடவுச்சொல்லை உள்ளிடவும், சரிபார்ப்பதற்காக ." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"தயவுசெய்து சரியான பயனர்ப்பெயர் மற்றும் கடவுச்சொல்லை உள்ளிடவும். இரண்டும் எழுத்துவகையைச் " -"சார்ந்தது." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" " உங்கள் இணைய உலாவியில் குக்கிகள் செயலாக்கம் பெறவில்லை. உள்நுழைவதற்கு குக்கிகள் அவசியம்." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "இந்த கணக்கு செயல்பட துவங்கவில்லை" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "கடவுச்சொல்(மறுபடியும்)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "பெயர்" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "குறிமுறை பெயர்" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "அனுமதி" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "அனுமதிகள்" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "குழு" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "குழுக்கள்" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "கடவுச்சொல்" + +#: models.py:201 +msgid "last login" +msgstr "கடைசி உள்நுழைவு" + +#: models.py:298 +msgid "superuser status" +msgstr "மேலாளர் இருப்பு நிலை" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "இந்த பயனருக்கு எல்லா அங்கீகாரங்களும் வழங்கப்படவில்லை." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "பயனர் அனுமதிகள்" + +#: models.py:377 msgid "username" msgstr "பயனர் பெயர்" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "முதல் பெயர்" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "கடைசி பெயர்" -#: models.py:237 -msgid "e-mail address" -msgstr "மின்னஞ்சல் முகவரி" - -#: models.py:238 -msgid "password" -msgstr "கடவுச்சொல்" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "பணியாளர் நிலை" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "பயனர், 'மேலாளலர்' பக்கத்தில் நுழைவதை முடிவு செய்கிறது" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "செயல்படும்" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "மேலாளர் இருப்பு நிலை" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "இந்த பயனருக்கு எல்லா அங்கீகாரங்களும் வழங்கப்படவில்லை." - -#: models.py:248 -msgid "last login" -msgstr "கடைசி உள்நுழைவு" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "சேர்ந்த தேதி" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "பயனர் அனுமதிகள்" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "பயனர்" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "பயனர்கள்" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "வெளியே வந்துவீட்டீர்" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "முறையான e முகவரிகள் மட்டும் எழுதவும்" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/te/LC_MESSAGES/django.mo b/django/contrib/auth/locale/te/LC_MESSAGES/django.mo index bb99e5d0d30a114776c0891638932f165e5ec137..676d25c92cc1421420c9c302c3ebc7ab3c70f2a5 100644 Binary files a/django/contrib/auth/locale/te/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/te/LC_MESSAGES/django.po b/django/contrib/auth/locale/te/LC_MESSAGES/django.po index 191e2ca96754f4b8817bbbdd0df72f67ea2fd805..ab62545bb49f02e1fd554bc50f6e598967980d9b 100644 --- a/django/contrib/auth/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/te/LC_MESSAGES/django.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -31,242 +31,251 @@ msgstr "అనుమతులు" msgid "Important dates" msgstr "ముఖ్యమైన తేదీలు" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "సంకేతపదాన్ని విజయవంతంగా మార్చారు." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "సంకేతపదాన్ని మార్చుకోండి: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "ఈ నామముతొ ఇంకొ వినియొగదారి ఉన్నరు" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "ఈ రెండు అనుమతి పదాలు అసమానమైనంగ ఉన్నాయి" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "వాడుకరిపేరు" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "సంకేతపదం" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "సంకేపదపు నిర్ధారణ" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "ఇందాక ఇచ్చిన అనుమతిపదం మళ్ళీ ఇవ్వండి పరిశీలన కోసము" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "దయచేసి సరైన వినియొగదారి నామము అనుమతి పదం ఇవ్వండి" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "ఈ ఖాతా అచేతనమైనది" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "ఇటపా అడ్రస్ " +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "కొత్త సంకేతపదం" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "కొత్త సంకేతపదపు నిర్ధారణ" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "పాత సంకేతపదం" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "సంకేతపదం (మళ్ళీ)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "పేరు" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "సంహితనామము" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "అనుమతి" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "అనుమతులు" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "గుంపు" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "గుంపులు" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "సంకేతపదం" + +#: models.py:201 +msgid "last login" +msgstr "చివరి ప్రవేశం" + +#: models.py:298 +msgid "superuser status" +msgstr "" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" + +#: models.py:306 +msgid "user permissions" +msgstr "వాడుకరి అనుమతులు" + +#: models.py:377 msgid "username" msgstr "వాడుకరిపేరు" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "మొదటి పేరు" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "ఇంటి పేరు" -#: models.py:237 -msgid "e-mail address" -msgstr "ఇటపా" - -#: models.py:238 -msgid "password" -msgstr "సంకేతపదం" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "ఉద్యోగస్తుల స్థితి" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "క్రియాశీలం" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:248 -msgid "last login" -msgstr "చివరి ప్రవేశం" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "చేరిన తేదీ" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "వాడుకరి అనుమతులు" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "వాడుకరి" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "వాడుకరులు" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "నిష్క్రమించారు" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "సరైన ఇటపా ఇవ్వండి" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/th/LC_MESSAGES/django.mo b/django/contrib/auth/locale/th/LC_MESSAGES/django.mo index 878bb3a1f69b1917729cec22a1437d7b7875c9db..add46334381c64681b5b03996c76095713dbf89b 100644 Binary files a/django/contrib/auth/locale/th/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/th/LC_MESSAGES/django.po b/django/contrib/auth/locale/th/LC_MESSAGES/django.po index c17722eae3f605b39072f9a2281d5e4b4990db9a..20762270b10f14c2fb4a6dac606569de0bd406f7 100644 --- a/django/contrib/auth/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/th/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-09 04:27+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" "Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,49 +30,57 @@ msgstr "สิทธิ์" msgid "Important dates" msgstr "วันที่ที่สำคัญ" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "เปลี่ยนรหัสผ่านสำเร็จแล้ว" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "เปลี่ยนรหัสผ่าน: %s " -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "ชื่อผู้ใช้นั้นได้ถูกใช้ไปแล้ว" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "รหัสผ่านไม่ตรงกัน" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "ชื่อผู้ใช้" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "จำเป็น ต้องการไม่เกิน 30 ตัวอักษร ต้องเป็นตัวอักษรตัวเลขและเครื่องหมาย @/./+/-/_ เท่านั้น" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "ค่านี้ต้องเป็นตัวอักษรตัวเลขและเครื่องหมาย @/./+/-/_ เท่านั้น" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "รหัสผ่าน" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "ยืนยันรหัสผ่าน" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "ใส่รหัสผ่านเหมือนด้านบน เพื่อตรวจสอบความถูกต้อง" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -81,194 +89,195 @@ msgstr "" "รหัสผ่านที่ดิบจะไม่เก็บไว้ เพื่อไม่ให้มีวิธีการดูรหัสผ่านของผู้ใช้นี้ แต่คุณสามารถเปลี่ยนรหัสผ่านโดยใช้ แบบฟอร์มนี้ ." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "กรุณาใส่ชื่อผู้ใช้และรหัสผ่านให้ถูกต้อง มีการแยกแยะตัวพิมพ์ใหญ่-เล็ก" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "เว็บเบราเซอร์ของคุณไม่สามารถใช้งานระบบคุกกี้ได้ จำเป็นต้องใช้ระบบคุกกี้ในการเข้าสู่ระบบ" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "บัญชีนี้ไม่ทำงาน" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "อีเมลนี้ไม่ตรงกับบัญชีใดๆในระบบ คุณแน่ใจหรือว่าคุณได้ลงทะเบียนแล้ว" +msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "บัญชีผู้ใช้ที่เกี่ยวข้องกับที่อยู่อีเมล์นี้ไม่สามารถตั้งค่ารหัสผ่าน" +msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "อีเมล" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "รหัสผ่านใหม่" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "ยืนยันการตั้งรหัสผ่านใหม่" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "ใส่รหัสผ่านเก่าผิด กรุณาใส่รหัสผ่านอีกครั้ง" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "รหัสผ่านเก่า" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "รหัสผ่าน (อีกครั้ง)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algorithm" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterations" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "salt" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "ปัจจัยการทำงาน" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "checksum" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ชื่อ" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "รหัสชื่อ" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "สิทธิ์" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "สิทธิ์" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "กลุ่ม" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "กลุ่ม" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "รหัสผ่าน" + +#: models.py:201 +msgid "last login" +msgstr "เข้าสู่ระบบครั้งสุดท้าย" + +#: models.py:298 +msgid "superuser status" +msgstr "สถานะผู้ใช้พิเศษ" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "กำหนดสิทธิ์ทุกอย่างให้ผู้ใช้ โดยไม่ต้องการมอบหมายอย่างเป็นทางการ" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "กลุ่มที่ผู้ใช้อยู่ ผู้ใช้จะได้รับสิทธิ์ทั้งหมดที่กลุ่มของเขาได้รับ" + +#: models.py:306 +msgid "user permissions" +msgstr "สิทธิ์ของผู้ใช้" + +#: models.py:377 msgid "username" msgstr "ชื่อผู้ใช้" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "จำเป็น ต้องการไม่เกิน 30 ตัวอักษร ต้องเป็นตัวอักษรตัวเลขและตัวอักษร @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "ชื่อ" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "นามสกุล" -#: models.py:237 -msgid "e-mail address" -msgstr "อีเมล" - -#: models.py:238 -msgid "password" -msgstr "รหัสผ่าน" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "สถานะของพนักงาน" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "กำหนดผู้ที่จะเข้ามาใช้งานในส่วนของผู้ดูแลระบบ" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "ใช้งานได้" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "กำหนดให้ผู้ใช้มีสถานะที่สามารถเข้ามาใช้งานได้ เลือกออกแทนที่จะลบชื่อผู้ใช้ทิ้งไป " -#: models.py:245 -msgid "superuser status" -msgstr "สถานะผู้ใช้พิเศษ" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "กำหนดสิทธิ์ทุกอย่างให้ผู้ใช้ โดยไม่ต้องการมอบหมายอย่างเป็นทางการ" - -#: models.py:248 -msgid "last login" -msgstr "เข้าสู่ระบบครั้งสุดท้าย" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "วันที่เข้าร่วม" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "กลุ่มที่ผู้ใช้อยู่ ผู้ใช้จะได้รับสิทธิ์ทั้งหมดที่กลุ่มของเขาได้รับ" - -#: models.py:255 -msgid "user permissions" -msgstr "สิทธิ์ของผู้ใช้" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "ผู้ใช้" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "ผู้ใช้" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "ออกจากระบบ" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "กรุณาใส่อีเมลที่ถูกต้อง" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo index 073d58abcdc5fea412d1d8844c572d05de2d9b99..16b852335a0a0db70599948379862acfad5499e5 100644 Binary files a/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/tr/LC_MESSAGES/django.po b/django/contrib/auth/locale/tr/LC_MESSAGES/django.po index 93da0a30bf0be534746d75a1ed4bde5e603f9c6a..833f0e35eef7eb035b6aa383f870aec90c8b5e18 100644 --- a/django/contrib/auth/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/tr/LC_MESSAGES/django.po @@ -1,6 +1,8 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: +# Gökmen Görgen , 2013. # Jannis Leidel , 2011. # Metin Amiroff , 2012. # Murat Çorlu , 2012. @@ -9,16 +11,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-10 14:44+0000\n" -"Last-Translator: Metin Amiroff \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-02-23 14:50+0000\n" +"Last-Translator: Gökmen Görgen \n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -32,50 +34,58 @@ msgstr "İzinler" msgid "Important dates" msgstr "Önemli tarihler" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Şifre başarı ile değiştirildi." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Şifre değiştir: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Şifre tanımlanmadı." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Yanlış şifre formatı veya bilinmeyen şifreleme algoritması." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Bu isimde bir kullanıcı zaten mevcuttur." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "İki şifre alanı uyuşmuyor." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Kullanıcı adı" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Zorunlu alan. 30 karakter ya da az olmalı. Harf, rakam ve @/./+/-/_ " "karakterleri kullanılabilir." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Bu değer sadece harf, rakam ve @/./+/-/_ karakterlerini içerebilir." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Şifre" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Şifre onayı" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Onaylamak için, yukarıdaki şifrenin aynısını girin." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -85,15 +95,16 @@ msgstr "" "yoktur, fakat buradaki form aracılığıyla şifreyi " "değiştirebilirsiniz." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Lütfen geçerli bir kullanıcı adı ve şifre girin. Tüm alanlar büyük/küçük " -"harf duyarlıdır." +"Lütfen %(username)s için geçerli parolayı giriniz. Tüm alanlar büyük/küçük " +"harfe duyarlıdır." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -101,137 +112,171 @@ msgstr "" "Web tarayıcınızın çerezleri desteklemediği görülüyor. Çerezler giriş için " "gerekli." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Bu hesap aktif değil." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Bu e-posta hesabıyla ilişkili kullanıcı bulunmuyor. Kayıtlı olduğunuzdan " -"emin misiniz?" +"Belirtilen eposta adresi ile ilişkili kullanıcı hesabı bulunmamaktadır. " +"Kayıt olduğunuzdan emin misiniz?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "BU e-posta adresi ile ilişkilendirilmiş hesabın parolası resetlenemez." +msgstr "" +"Belirtilen eposta adresi ile ilişkili olan kullanıcı hesabının şifreyi " +"sıfırlama yetkisi bulunmamaktadır." -#: forms.py:196 -msgid "E-mail" -msgstr "E-posta adresi" +#: forms.py:211 +msgid "Email" +msgstr "Eposta" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Yeni şifre" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Yeni şifre tekrarı" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Eski şifreniz hatalı. Lütfen tekrar girin." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Eski şifre" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Şifre (tekrar)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "algoritma" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "iterasyonlar" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "tuz" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "hash" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "iş faktörü" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "sağlama" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "isim" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "takma ad" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "izin" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "izinler" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "grup" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "gruplar" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "şifre" + +#: models.py:201 +msgid "last login" +msgstr "son ziyaret" + +#: models.py:298 +msgid "superuser status" +msgstr "süper kullanıcı" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Kullanıcıya ayrı ayrı izin atamasına gerek kalmadan tüm hakların verilip " +"verilmeyeceğini belirler." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Bu kullanıcının bağlı olduğu gruplar. Bir kullanıcı bağlı bulunduğu gruba " +"atanan tüm yetkilere sahip olur." + +#: models.py:306 +msgid "user permissions" +msgstr "kullanıcı izinleri" + +#: models.py:377 msgid "username" msgstr "kullanıcı adı" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" "Zorunlu alan. 30 karakter ya da az olmalı. Harf, rakam ve @/./+/-/_ " "karakterleri kullanılabilir" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Geçerli bir kullanıcı adı giriniz." + +#: models.py:383 msgid "first name" msgstr "isim" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "soyisim" -#: models.py:237 -msgid "e-mail address" -msgstr "e-posta adresi" - -#: models.py:238 -msgid "password" -msgstr "şifre" +#: models.py:385 +msgid "email address" +msgstr "eposta adresi" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "yönetici" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Kullanıcının yönetim (admin) paneline girip giremeyeceğini belirler." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "aktif" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -239,54 +284,22 @@ msgstr "" "Kullanıcının aktif olup olmadığını belirler. Kullanıcı hesabını silmek " "yerine bu işareti kaldırın." -#: models.py:245 -msgid "superuser status" -msgstr "süper kullanıcı" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" -"Kullanıcıya ayrı ayrı izin atamasına gerek kalmadan tüm hakların verilip " -"verilmeyeceğini belirler." - -#: models.py:248 -msgid "last login" -msgstr "son ziyaret" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "kayıt tarihi" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Bu kullanıcının bağlı olduğu gruplar. Bir kullanıcı bağlı bulunduğu gruba " -"atanan tüm yetkilere sahip olur." - -#: models.py:255 -msgid "user permissions" -msgstr "kullanıcı izinleri" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "kullanıcı" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "kullanıcılar" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Çıkış yapıldı" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Geçerli bir e-posta adresi girin." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo b/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo index 9f329d07c8dba633b8ce5acaf6d60e82d021cb41..882ada9f202c2d1bb9e4b34c75d1aee931ebc933 100644 Binary files a/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/tt/LC_MESSAGES/django.po b/django/contrib/auth/locale/tt/LC_MESSAGES/django.po index 27d0cadeb5243725022ba1d4ebd848d58031e9b6..60196694617f80127c98586fd0fa039904056d5b 100644 --- a/django/contrib/auth/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/tt/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" "PO-Revision-Date: 2011-01-19 15:33+0000\n" "Last-Translator: Django team\n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -28,244 +28,251 @@ msgstr "" msgid "Important dates" msgstr "" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Серсүз" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Тикшерү өчен шул ук серсүзне яңадан кертегез." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Зинһар, дөрес логин һәм серсүзне кертегез. Кырлар регистр исәпкә алуын " -"исегездә тотыгыз." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Яңа серсүз" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Иске серсүз" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Серсүз (тагын бер тапкыр)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "" -#: models.py:232 -msgid "username" +#: models.py:200 +msgid "password" msgstr "" -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +#: models.py:201 +msgid "last login" msgstr "" -#: models.py:235 -msgid "first name" +#: models.py:298 +msgid "superuser status" msgstr "" -#: models.py:236 -msgid "last name" +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." msgstr "" -#: models.py:237 -msgid "e-mail address" +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." msgstr "" -#: models.py:238 -msgid "password" +#: models.py:306 +msgid "user permissions" msgstr "" -#: models.py:239 -msgid "staff status" +#: models.py:377 +msgid "username" msgstr "" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:242 -msgid "active" +#: models.py:381 +msgid "Enter a valid username." msgstr "" -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." +#: models.py:383 +msgid "first name" msgstr "" -#: models.py:245 -msgid "superuser status" +#: models.py:384 +msgid "last name" msgstr "" -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." +#: models.py:385 +msgid "email address" msgstr "" -#: models.py:248 -msgid "last login" +#: models.py:386 +msgid "staff status" msgstr "" -#: models.py:249 -msgid "date joined" +#: models.py:387 +msgid "Designates whether the user can log into this admin site." msgstr "" -#: models.py:251 +#: models.py:389 +msgid "active" +msgstr "" + +#: models.py:390 msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." msgstr "" -#: models.py:255 -msgid "user permissions" +#: models.py:392 +msgid "date joined" msgstr "" -#: models.py:260 +#: models.py:400 msgid "user" msgstr "" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo index 95eec4e9a80317f205acb78f7064935a0bb2b22f..1ca3c6a12902ab0702cbd25cb4d2e86cf228e142 100644 Binary files a/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/uk/LC_MESSAGES/django.po b/django/contrib/auth/locale/uk/LC_MESSAGES/django.po index b9cd9e42eca5f5d7fdeaefe6bd814b67d3c83eaf..07cc0995c06df11edf5f1ac0b7a895364a072005 100644 --- a/django/contrib/auth/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/uk/LC_MESSAGES/django.po @@ -2,22 +2,23 @@ # # Translators: # Jannis Leidel , 2011. -# Sergey Lysach , 2011, 2012. +# michael , 2012. +# Sergey Lysach , 2011-2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-11 16:52+0000\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2013-01-12 17:46+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:41 msgid "Personal info" @@ -31,52 +32,60 @@ msgstr "Дозволи" msgid "Important dates" msgstr "Важливі дати" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Пароль успішно змінено." -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Змінити пароль: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "Пароль не встановлено." + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "Невірний формат пароля або невідомий алгоритм хешування." + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Користувач з таким ім'ям вже існує." -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Паролі у двох полях не співпадають." -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Користувач" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Обов'язкове поле. 30 або менше символів . Тільки букви, цифри, а також " "символи: @/./+/-/_" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Значення цього поля може складатися лише з літер, цифр, а також з символів: " "@/./+/-/_" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Пароль" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Підтвердження паролю" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Повторіть пароль для перевірки." -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " @@ -86,15 +95,16 @@ msgstr "" "переглянути пароль цього користувача, але ви можете змінити пароль за " "допомогою цієї форми." -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"Будь-ласка введіть правильне ім'я та пароль. Зауважте, що обидва поля " -"розрізняють великі і маленькі літери." +"Будь-ласка введіть правильні %(username)s та пароль. Зауважте, що обидва " +"поля чутливі до регістру." -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." @@ -102,105 +112,135 @@ msgstr "" "Схоже, що у вашому браузері на увімкнені cookies. Cookies необхідні для " "входу." -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Цей запис користувача не активний." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Ця e-mail адреса не пов'язана з користувацьким запитом. Ви впевнені, що ви " -"реєструвалися?" +"Ця адреса електронної пошти не пов'язана з жодним обліковим записом " +"користувача. Ви впевнені, що зареєструвалися?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -"Акаунт користувача, пов'язаний з цією адресою електронної пошти не може " -"скидувати пароль." +"Обліковий запис користувача, пов'язаний з цією email-адресою не може скинути " +"пароль." -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "Email" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Новий пароль" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Новий пароль (підтвердження):" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" "Старий пароль було введено неправильно. Будь ласка, введіть його знову." -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Старий пароль" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" -msgstr "Зміна пароля" +msgstr "Пароль (ще раз)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "алгоритм" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "ітерації" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "сіль" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "хеш" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "робочий фактор" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "контрольна сума" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "ім'я" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "код" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "дозвіл" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "дозволи" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "група" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "групи" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "пароль" + +#: models.py:201 +msgid "last login" +msgstr "останній вхід" + +#: models.py:298 +msgid "superuser status" +msgstr "статус суперкористувача" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "Визначає, що цей користувач має всі дозволи без їх точного зазначення." + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Групи, до котрих належить користувач. Користувач отримає всі дозволи, що " +"вказані в кожній з його/її груп." + +#: models.py:306 +msgid "user permissions" +msgstr "дозволи користувача" + +#: models.py:377 msgid "username" msgstr "ім'я користувача" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" @@ -208,35 +248,35 @@ msgstr "" "Обов'язкове поле. 30 або менше символів. Тільки букви, цифри, а також " "символи: @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "Введіть правильне імя користувача." + +#: models.py:383 msgid "first name" msgstr "ім'я" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "прізвище" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail адреса" +#: models.py:385 +msgid "email address" +msgstr "email адреса" -#: models.py:238 -msgid "password" -msgstr "пароль" - -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "статус персоналу" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Визначає, чи може користувач увійти до цього сайту адміністрування." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "активний" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." @@ -244,52 +284,22 @@ msgstr "" "Визначає, чи можна цього користувача вважати діючим. Заберіть галочку, " "замість відалення запису користувача." -#: models.py:245 -msgid "superuser status" -msgstr "статус суперкористувача" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "Визначає, що цей користувач має всі дозволи без їх точного зазначення." - -#: models.py:248 -msgid "last login" -msgstr "останній вхід" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "дата приєднання" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" -"Групи, до котрих належить користувач. Користувач отримає всі дозволи, що " -"вказані в кожній з його/її груп." - -#: models.py:255 -msgid "user permissions" -msgstr "дозволи користувача" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "користувач" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "користувачі" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Вихід" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Уведіть коректну e-mail адресу." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo index fb3f0b5f1abbb8f6ae1bd08243211878caba21f2..0d24cbb920afdc76c762961421f302791b3b8c1e 100644 Binary files a/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ur/LC_MESSAGES/django.po b/django/contrib/auth/locale/ur/LC_MESSAGES/django.po index 90c82aaf703b3aa86229069e94bd069392d7207c..c346bffa16e40b1c249f8cb3fb7afbf3f24df22d 100644 --- a/django/contrib/auth/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/ur/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" "PO-Revision-Date: 2011-01-19 15:33+0000\n" "Last-Translator: Django team\n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:41 msgid "Personal info" @@ -28,244 +28,251 @@ msgstr "" msgid "Important dates" msgstr "" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "لفظ اجازت" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "توثیق کے لئے ویسا ہی لفظ اجازت درج کریں جیسا اوپر کیا۔" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." msgstr "" -"براہ کرم درست نام صارف اور لفظ اجازت درج کریں۔ یاد رھے دونوں خانے چھوٹے بڑے " -"حروف کی شناخت کے لئے حساس ھیں۔" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "نیا لفظ اجازت" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "پرانا لفظ اجازت" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "لفظ اجازت (دوبارہ)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" msgstr "" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" msgstr "" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" msgstr "" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" msgstr "" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "" -#: models.py:232 -msgid "username" +#: models.py:200 +msgid "password" msgstr "" -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +#: models.py:201 +msgid "last login" msgstr "" -#: models.py:235 -msgid "first name" +#: models.py:298 +msgid "superuser status" msgstr "" -#: models.py:236 -msgid "last name" +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." msgstr "" -#: models.py:237 -msgid "e-mail address" +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." msgstr "" -#: models.py:238 -msgid "password" +#: models.py:306 +msgid "user permissions" msgstr "" -#: models.py:239 -msgid "staff status" +#: models.py:377 +msgid "username" msgstr "" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -#: models.py:242 -msgid "active" +#: models.py:381 +msgid "Enter a valid username." msgstr "" -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." +#: models.py:383 +msgid "first name" msgstr "" -#: models.py:245 -msgid "superuser status" +#: models.py:384 +msgid "last name" msgstr "" -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." +#: models.py:385 +msgid "email address" msgstr "" -#: models.py:248 -msgid "last login" +#: models.py:386 +msgid "staff status" msgstr "" -#: models.py:249 -msgid "date joined" +#: models.py:387 +msgid "Designates whether the user can log into this admin site." msgstr "" -#: models.py:251 +#: models.py:389 +msgid "active" +msgstr "" + +#: models.py:390 msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." msgstr "" -#: models.py:255 -msgid "user permissions" +#: models.py:392 +msgid "date joined" msgstr "" -#: models.py:260 +#: models.py:400 msgid "user" msgstr "" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "برقی خط کا درست پتہ درج کریں۔" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo b/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo index 1114ec8e949704e1392bd31beab6e38e68c63b1a..e5268ce6ccc17874a8bb4e448b875bf92ee40fb7 100644 Binary files a/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/vi/LC_MESSAGES/django.po b/django/contrib/auth/locale/vi/LC_MESSAGES/django.po index 52b8e1b3a269a0d9fbd0c09babb064b66a2aa40b..b5f71e7a7403b910042393693388b3347edc5c92 100644 --- a/django/contrib/auth/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/vi/LC_MESSAGES/django.po @@ -3,20 +3,21 @@ # Translators: # Jannis Leidel , 2011. # Tran , 2011. +# Tran Van , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Tran \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: Tran Van \n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,245 +31,254 @@ msgstr "Quyền" msgid "Important dates" msgstr "Những ngày quan trọng" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "Mật khẩu thay đổi thành công" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "Thay đổi mật khẩu: %s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "Tên đăng nhập đã được sử dụng" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "Hai trường mật khẩu không giống nhau" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "Tên đăng nhập" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Yêu cầu. 30 ký tự hoặc ít hơn. Chỉ là chữ cái, chữ số và @/./+/-/_." -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Giá trị này có thể chứa chữ cái, số và ký tự @/./+/-/_." -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "Mật khẩu" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "Xác nhận mật khẩu" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "Nhập dãy mật mã trên để xác minh lại" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "Hãy nhập đúng tên đăng nhập và mật khẩu. Chú ý chữ hoa, chữ thường." +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" "Trình duyệt web của bạn không bật cookie. Cookies được yêu cầu để đăng nhập" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "Tài khoản này chưa được kích hoạt." -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Không tìm thấy địa chỉ email này trong các tài khoản đã có. Bạn có chắc là " -"đã đăng kí không?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." msgstr "" -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "Mật khẩu mới" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "Xác nhận mật khẩu mới" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Mật khẩu cũ không chính xác. Hãy nhập lại lần nữa" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "Mật khẩu cũ" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "Nhập lại mật khẩu" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "thuật toán" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "lặp lại" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" msgstr "" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "băm" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" msgstr "" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "kiểm tra" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "Tên" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "tên mã" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "cho phép" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "cho phép" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "Nhóm" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "Các nhóm" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "Mật khẩu" + +#: models.py:201 +msgid "last login" +msgstr "Lần cuối đăng nhập" + +#: models.py:298 +msgid "superuser status" +msgstr "" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "" +"Các nhóm người dùng này thuộc về. Người dùng sẽ nhận được tất cả các quyền " +"được cấp cho mỗi nhóm của mình." + +#: models.py:306 +msgid "user permissions" +msgstr "quyền của người sử dụng" + +#: models.py:377 msgid "username" msgstr "Tên đăng nhập" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "Yêu cầu. 30 ký tự hoặc ít hơn. Chữ cái, số và ký tự @/./+/-/_" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 msgid "first name" msgstr "Tên" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "Họ" -#: models.py:237 -msgid "e-mail address" -msgstr "Địa chỉ email" - -#: models.py:238 -msgid "password" -msgstr "Mật khẩu" +#: models.py:385 +msgid "email address" +msgstr "" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "tình trạng nhân viên" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "Chỉ định người dùng nào được phép truy cập vào trang admin." -#: models.py:242 +#: models.py:389 msgid "active" msgstr "Kích hoạt" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -#: models.py:245 -msgid "superuser status" -msgstr "" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "" - -#: models.py:248 -msgid "last login" -msgstr "Lần cuối đăng nhập" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "Ngày tham gia" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "quyền của người sử dụng" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "Người dùng" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "người sử dụng" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "Đã thoát" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "Hãy nhập địa chỉ email hợp lệ." - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo index 9cbb40d4c6ee83e0e4de50ead9ba47bcb012fcb5..01ff558d076d0c68c9ac9bb1a01aa12186648c79 100644 Binary files a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po index 52b342232412573eb7dc31357ff272e4fb7c05c4..ea366f60e88747ce25b8829870bdff64b4383b1f 100644 --- a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po @@ -3,21 +3,23 @@ # Translators: # Jannis Leidel , 2011. # Lele Long , 2011. +# pylemon , 2012. # Ziang Song , 2011. +# 磊 施 , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: Ziang Song \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -31,242 +33,253 @@ msgstr "权限" msgid "Important dates" msgstr "重要日期" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "密码修改成功。" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" msgstr "修改密码:%s" -#: forms.py:62 +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "密码未设置。" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "不可用的密码格式或未知的哈希算法。" + +#: forms.py:67 msgid "A user with that username already exists." msgstr "已存在一位使用该名字的用户。" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." msgstr "两个密码字段不一致。" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "用户名" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "必填。不多于30个字符。只能用字母、数字和字符 @/./+/-/_ 。" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "该值只能包含字母、数字和字符@/./+/-/_ 。" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "密码" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "密码确认" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "为了校验,输入与上面相同的密码。" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"原始密码不会存储到数据库,因此没有办法看到这个用户的密码,但您可以使用这个表单来更改密码。" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "请输入正确的用户名和密码。请注意两者都是大小写敏感的。" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "你的浏览器好象不允许使用cookie。登录需要使用启用cookie。" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "该帐号未激活。" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "该电子邮件地址没有关联任何用户帐号。你确定已经注册过了?" +msgstr "电子邮件地址没有同用户账户关联。你确定你已经注册了吗?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "和这封电子邮件相关的账户不能重置密码。" +msgstr "同此电子邮件地址关联的用户账户不能重置密码。" -#: forms.py:196 -msgid "E-mail" -msgstr "E-mail" +#: forms.py:211 +msgid "Email" +msgstr "电子邮件" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "新密码" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "新密码确认" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "你的旧密码不正确。请重新输入。" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "旧密码" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "密码(重复)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "算法" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "迭代次数" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "盐" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "哈希" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "加密因子" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "校验和" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "名称" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "代码名称" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "权限" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "权限" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "组" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "组" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "密码" + +#: models.py:201 +msgid "last login" +msgstr "上次登录" + +#: models.py:298 +msgid "superuser status" +msgstr "超级用户状态" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "指明该用户缺省拥有所有权限。" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "这个用户所属的组。一个用户将得到他/她所在的每一个组的所有权限。" + +#: models.py:306 +msgid "user permissions" +msgstr "用户权限" + +#: models.py:377 msgid "username" msgstr "用户名" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "必填。不多于30个字符。只能用字母、数字和字符 @/./+/-/_ 。" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "输入一个可用的用户名" + +#: models.py:383 msgid "first name" msgstr "名字" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "姓氏" -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail 地址" - -#: models.py:238 -msgid "password" -msgstr "密码" +#: models.py:385 +msgid "email address" +msgstr "电子邮件地址" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "职员状态" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "指明用户是否可以登录到这个管理站点。" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "有效" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "指明用户是否被认为活跃的。以反选代替删除帐号。" -#: models.py:245 -msgid "superuser status" -msgstr "超级用户状态" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "指明该用户缺省拥有所有权限。" - -#: models.py:248 -msgid "last login" -msgstr "上次登录" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "加入日期" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "用户权限" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "用户" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "用户" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "退出登录" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "输入一个有效的 e-mail 地址。" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" diff --git a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo index 1eda1f9e9210f7d74afa21774f8fd5deee857d13..655b415f8ab39d7b62f62623b172a2666ef7bac8 100644 Binary files a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po index b69d16e111767d982280bcf5c11c4529f41a7a8a..00f21a0d37ba052ba89cd5452998a057f17729d7 100644 --- a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. # tcc , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:07+0000\n" -"Last-Translator: tcc \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-12-15 23:27+0100\n" +"PO-Revision-Date: 2012-12-16 08:51+0000\n" +"Last-Translator: yyc1217 \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:41 msgid "Personal info" @@ -30,243 +32,254 @@ msgstr "權限" msgid "Important dates" msgstr "重要日期" -#: admin.py:125 +#: admin.py:126 msgid "Password changed successfully." msgstr "密碼修改成功" -#: admin.py:135 +#: admin.py:136 #, python-format msgid "Change password: %s" -msgstr "密碼變更: %s" +msgstr "修改密碼: %s" + +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "無設定密碼。" + +#: forms.py:37 tests/forms.py:261 tests/forms.py:267 +msgid "Invalid password format or unknown hashing algorithm." +msgstr "無效的密碼格式或不知名的雜湊演算法。" -#: forms.py:62 +#: forms.py:67 msgid "A user with that username already exists." msgstr "一個相同名稱的使用者已經存在。" -#: forms.py:63 forms.py:251 forms.py:308 +#: forms.py:68 forms.py:269 forms.py:329 msgid "The two password fields didn't match." -msgstr "兩個密碼欄位不同。" +msgstr "兩個密碼欄位不相符。" -#: forms.py:65 forms.py:110 forms.py:139 +#: forms.py:70 forms.py:115 msgid "Username" msgstr "使用者名稱" -#: forms.py:67 forms.py:111 +#: forms.py:72 forms.py:116 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "必要的。30 個字或更少, 只包含字母、數字和 @/./+/-/_。" -#: forms.py:70 forms.py:114 +#: forms.py:75 forms.py:119 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "這資料值只能包含字母、數字和 @/./+/-/_ 字元。" -#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 +#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 msgid "Password" msgstr "密碼" -#: forms.py:74 +#: forms.py:79 msgid "Password confirmation" msgstr "密碼確認" -#: forms.py:76 +#: forms.py:81 msgid "Enter the same password as above, for verification." msgstr "為檢查用,請輸入與上面相同的密碼。" -#: forms.py:117 +#: forms.py:122 msgid "" "Raw passwords are not stored, so there is no way to see this user's " "password, but you can change the password using this " "form." msgstr "" +"原始密碼尚未儲存,因此無法存取此帳號的密碼,但你可以透過這個表單來變更密碼。" -#: forms.py:143 +#: forms.py:151 +#, python-format msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "請輸入有效的使用者名稱與密碼。請注意兩個欄位都有分大小寫" +"Please enter a correct %(username)s and password. Note that both fields may " +"be case-sensitive." +msgstr "" -#: forms.py:145 +#: forms.py:153 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "你的Web瀏覽器好像不允許使用cookie。登入時需要使用cookie。" -#: forms.py:147 +#: forms.py:155 msgid "This account is inactive." msgstr "這個帳戶未啟用" -#: forms.py:191 +#: forms.py:206 msgid "" -"That e-mail address doesn't have an associated user account. Are you sure " +"That email address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "這個電子郵件地址沒有和任何使用者帳號有關聯。你確定你已經註冊了?" +msgstr "這個電子郵件地址無對應的使用者帳號。你確定你已經註冊了?" -#: forms.py:193 +#: forms.py:208 tests/forms.py:374 msgid "" -"The user account associated with this e-mail address cannot reset the " +"The user account associated with this email address cannot reset the " "password." -msgstr "" +msgstr "這個電子郵件地址對應的使用者帳號無法重設密碼。" -#: forms.py:196 -msgid "E-mail" +#: forms.py:211 +msgid "Email" msgstr "電子信箱" -#: forms.py:253 +#: forms.py:271 msgid "New password" msgstr "新密碼" -#: forms.py:255 +#: forms.py:273 msgid "New password confirmation" msgstr "新密碼確認" -#: forms.py:284 +#: forms.py:302 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "你的舊密碼不正確。請重新輸入。" -#: forms.py:287 +#: forms.py:305 msgid "Old password" msgstr "舊密碼" -#: forms.py:312 +#: forms.py:333 msgid "Password (again)" msgstr "密碼(重複)" -#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 -#: hashers.py:389 +#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 +#: hashers.py:412 msgid "algorithm" -msgstr "" +msgstr "演算法" -#: hashers.py:219 +#: hashers.py:242 msgid "iterations" -msgstr "" +msgstr "迭代" -#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 +#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 msgid "salt" -msgstr "" +msgstr "隨機值" -#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 +#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 msgid "hash" -msgstr "" +msgstr "哈希碼" -#: hashers.py:270 +#: hashers.py:293 msgid "work factor" -msgstr "" +msgstr "作用因素" -#: hashers.py:272 +#: hashers.py:295 msgid "checksum" -msgstr "" +msgstr "校驗" -#: models.py:66 models.py:113 +#: models.py:72 models.py:121 msgid "name" msgstr "名稱" -#: models.py:68 +#: models.py:74 msgid "codename" msgstr "代碼" -#: models.py:72 +#: models.py:78 msgid "permission" msgstr "權限" -#: models.py:73 models.py:115 +#: models.py:79 models.py:123 msgid "permissions" msgstr "權限" -#: models.py:120 +#: models.py:128 msgid "group" msgstr "群組" -#: models.py:121 models.py:250 +#: models.py:129 models.py:301 msgid "groups" msgstr "群組" -#: models.py:232 +#: models.py:200 +msgid "password" +msgstr "密碼" + +#: models.py:201 +msgid "last login" +msgstr "上次登入" + +#: models.py:298 +msgid "superuser status" +msgstr "超級使用者狀態" + +#: models.py:299 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "指定是否使用者可以登入到這個管理網站" + +#: models.py:302 +msgid "" +"The groups this user belongs to. A user will get all permissions granted to " +"each of his/her group." +msgstr "此為帳號可加入的群組。其所屬的群組將授予該帳號對應的權限。" + +#: models.py:306 +msgid "user permissions" +msgstr "使用者權限" + +#: models.py:377 msgid "username" msgstr "使用者名稱" -#: models.py:233 +#: models.py:378 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "必要的。30 個字或更少, 只包含字母、數字和 @/./+/-/_。" -#: models.py:235 +#: models.py:381 +msgid "Enter a valid username." +msgstr "輸入有效帳號。" + +#: models.py:383 msgid "first name" msgstr "名字" -#: models.py:236 +#: models.py:384 msgid "last name" msgstr "姓氏" -#: models.py:237 -msgid "e-mail address" -msgstr "電子郵件地址" - -#: models.py:238 -msgid "password" -msgstr "密碼" +#: models.py:385 +msgid "email address" +msgstr "電子信箱" -#: models.py:239 +#: models.py:386 msgid "staff status" msgstr "工作人員狀態" -#: models.py:240 +#: models.py:387 msgid "Designates whether the user can log into this admin site." msgstr "指定是否使用者可以登入此管理網站。" -#: models.py:242 +#: models.py:389 msgid "active" msgstr "有效" -#: models.py:243 +#: models.py:390 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "指定使用者是否有效。請取消選擇而不是刪除帳號。" -#: models.py:245 -msgid "superuser status" -msgstr "超級使用者狀態" - -#: models.py:246 -msgid "" -"Designates that this user has all permissions without explicitly assigning " -"them." -msgstr "指定是否使用者可以登入到這個管理網站" - -#: models.py:248 -msgid "last login" -msgstr "上次登入" - -#: models.py:249 +#: models.py:392 msgid "date joined" msgstr "加入日期" -#: models.py:251 -msgid "" -"The groups this user belongs to. A user will get all permissions granted to " -"each of his/her group." -msgstr "" - -#: models.py:255 -msgid "user permissions" -msgstr "使用者權限" - -#: models.py:260 +#: models.py:400 msgid "user" msgstr "使用者" -#: models.py:261 +#: models.py:401 msgid "users" msgstr "使用者" -#: views.py:93 +#: views.py:94 msgid "Logged out" msgstr "登出" -#: management/commands/createsuperuser.py:27 -msgid "Enter a valid e-mail address." -msgstr "輸入有效的電子郵件地址。" - #: templates/registration/password_reset_subject.txt:2 #, python-format msgid "Password reset on %(site_name)s" -msgstr "" +msgstr "在 %(site_name)s 進行密碼重置" diff --git a/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo index cf1a9d11220e781bd453c2caa09cc26e7b9c8712..b71c0fdf6b2c7f99af2fdfe712e27daf23839572 100644 Binary files a/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ar/LC_MESSAGES/django.po b/django/contrib/comments/locale/ar/LC_MESSAGES/django.po index 233803e59b9e3e44738ac45e1dbaaba6c078a9ff..d29e4b5ed5b4c1388c2753a168e8ed7669bdb7bd 100644 --- a/django/contrib/comments/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ar/LC_MESSAGES/django.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Ossama Khayat \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "محتوى" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "ميتاداتا" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "لا يوجد" @@ -37,11 +37,11 @@ msgstr[3] "عليها علامة" msgstr[4] "عليها علامة" msgstr[5] "عليها علامة" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "تعليم التعليقات المحددة" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "اعتُمد" @@ -51,11 +51,11 @@ msgstr[3] "اعتُمدت" msgstr[4] "اعتُمدت" msgstr[5] "اعتُمدت" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "اعتماد التعليقات المحددة" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "أزيل" @@ -65,11 +65,11 @@ msgstr[3] "أزيلت" msgstr[4] "أزيل" msgstr[5] "أزيل" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "احذف التعليقات المحددة" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -80,12 +80,12 @@ msgstr[3] "تعليقات %(count)s %(action)s." msgstr[4] "تعليق %(count)s %(action)s." msgstr[5] "تعليقات %(count)s %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "تعليقات %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "آخر التعليقات على %(site_name)s" @@ -126,56 +126,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "إن كتبت أي شيء في هذا الحقل فسيُعتبر تعليقك غير مرغوب به" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "نوع البيانات" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "معرف العنصر" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "مستخدم" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "اسم المستخدم" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "عنوان البريد الإلكتروني للمستخدم" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "عنوان URL للمستخدم" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "تعليق" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "تاريخ ووقت الإرسال" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "عنوان IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "عام" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "أزل اختيار هذا المربّع كي تُزيل التعليق نهائياً من الموقع." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "محذوف" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -183,24 +183,24 @@ msgstr "" "انتق هذا المربع إذا كان التعليق غير لائق، سيتم عرض الرسالة \"تم حذف هذا " "التعليق\" بدلا منه." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "تعليقات" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "كتب هذا التعليق مستخدم مُسجّل ولذا كان اسمهللقراءة فقط." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" "كتب هذا التعليق مستخدم مُسجّل ولذا كان عنوان بريده الالكتروني للقراءة فقط." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -215,19 +215,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "علم" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "التاريخ" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "علَم التعليق" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "أعلام التعليقات" diff --git a/django/contrib/comments/locale/az/LC_MESSAGES/django.mo b/django/contrib/comments/locale/az/LC_MESSAGES/django.mo index 0540e5a00c7caa92cf712d5c1fd846ef3c0143bc..8660648ee011283fbbc52c1b146f1f77d4eb6cc4 100644 Binary files a/django/contrib/comments/locale/az/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/az/LC_MESSAGES/django.po b/django/contrib/comments/locale/az/LC_MESSAGES/django.po index f143ec2c8f95c18e1290606c46c0053bd01567a7..d6fb6db99e3f9f9f2b76cace2a4cdd49751966b7 100644 --- a/django/contrib/comments/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/az/LC_MESSAGES/django.po @@ -6,59 +6,59 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Məzmun" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Meta-məlumat" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" "one: işarələndi\n" "other: işarələndilər" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Seçilmiş şərhləri işarələ" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" "one: təsdiq olundu\n" "other: təsdiq olundular" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Seçilmiş şərhləri təsdiq et" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" "one: silindi\n" "other: silindilər" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Seçilmiş şərhləri sil" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -66,12 +66,12 @@ msgstr[0] "" "one: Şərh uğurla %(action)s.\n" "other: %(count)s şərh uğurlar %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s şərhləri" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s üzrə son şərhlər" @@ -109,56 +109,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Bu sahəyə nəsə yazsanız, şərhiniz spam kimi qiymətləndiriləcək." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "məzmunun tipi" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "obyektin ID-si" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "istifadəçi" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "istifadəçinin adı" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "istifadəçinin e-poçt ünvanı" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "istifadəçinin URL-ni" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "şərh" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "yazılma tarix/vaxtı" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP ünvanı" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "hamı görür" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Şərhi saytdan yox etmək üçün buradakı quşu yığışdırın." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "yığışdırılıb" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "Əgər şərh qeyri-uyğundursa, bura quş qoyun və şərhin yerinə \"Bu şərh " "yığışdırılıb\" yazısı çıxacaq." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "şərhlər" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Bu şərh daxil olmuş istifadəçi adından yazılmışdır, buna görə də onun adını " "dəyişmək mümkün deyil." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -186,7 +186,7 @@ msgstr "" "Bu şərh daxil olmuş istifadəçi adından yazılmışdır, buna görə də onun e-poçt " "ünvanını dəyişmək mümkün deyil." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "işarələ" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "tarix" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "şərh işarəsi" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "şərh işarələri" diff --git a/django/contrib/comments/locale/be/LC_MESSAGES/django.mo b/django/contrib/comments/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fc86eb86227522439f2cd3107d83cd579f157404 Binary files /dev/null and b/django/contrib/comments/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/be/LC_MESSAGES/django.po b/django/contrib/comments/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..14fb0cfe541c476dcb395b7bfbee4dadaba251be --- /dev/null +++ b/django/contrib/comments/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,315 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-01 10:41+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: admin.py:25 +msgid "Content" +msgstr "Зьмесьціва" + +#: admin.py:28 +msgid "Metadata" +msgstr "Зьвесткі" + +#: admin.py:55 +msgid "flagged" +msgid_plural "flagged" +msgstr[0] "Пазначылі" +msgstr[1] "пазначылі" +msgstr[2] "Пазначылі" +msgstr[3] "Пазначылі" + +#: admin.py:56 +msgid "Flag selected comments" +msgstr "Пазначыць абраныя выказваньні" + +#: admin.py:60 +msgid "approved" +msgid_plural "approved" +msgstr[0] "Ухвалілі" +msgstr[1] "Ухвалілі" +msgstr[2] "Ухвалілі" +msgstr[3] "Ухвалілі" + +#: admin.py:61 +msgid "Approve selected comments" +msgstr "Ухваліць абраныя выказваньні" + +#: admin.py:65 +msgid "removed" +msgid_plural "removed" +msgstr[0] "Прыбралі" +msgstr[1] "Прыбралі" +msgstr[2] "Прыбралі" +msgstr[3] "Прыбралі" + +#: admin.py:66 +msgid "Remove selected comments" +msgstr "Прыбраць абраныя выказваньні" + +#: admin.py:78 +#, python-format +msgid "1 comment was successfully %(action)s." +msgid_plural "%(count)s comments were successfully %(action)s." +msgstr[0] "%(action)s %(count)s заўвагу." +msgstr[1] "%(action)s %(count)s заўвагі." +msgstr[2] "%(action)s %(count)s заўвагаў." +msgstr[3] "%(action)s %(count)s заўвагаў." + +#: feeds.py:14 +#, python-format +msgid "%(site_name)s comments" +msgstr "Выказваньні на %(site_name)s" + +#: feeds.py:20 +#, python-format +msgid "Latest comments on %(site_name)s" +msgstr "Найноўшыя выказваньні на %(site_name)s" + +#: forms.py:96 +msgid "Name" +msgstr "Імя" + +#: forms.py:97 +msgid "Email address" +msgstr "Адрас эл. пошты" + +#: forms.py:98 +msgid "URL" +msgstr "Сеціўная спасылка" + +#: forms.py:99 +msgid "Comment" +msgstr "Выказваньне" + +#: forms.py:177 +#, python-format +msgid "Watch your mouth! The word %s is not allowed here." +msgid_plural "Watch your mouth! The words %s are not allowed here." +msgstr[0] "Сачыце за сваімі словамі! Тут нельга казаць «%s»." +msgstr[1] "Сачыце за сваімі словамі! Тут нельга казаць «%s»." +msgstr[2] "Сачыце за сваімі словамі! Тут нельга казаць «%s»." +msgstr[3] "Сачыце за сваімі словамі! Тут нельга казаць «%s»." + +#: forms.py:181 templates/comments/preview.html:16 +msgid "and" +msgstr "і" + +#: forms.py:186 +msgid "" +"If you enter anything in this field your comment will be treated as spam" +msgstr "" +"Калі напісаць нешта ў гэтым полі, выказваньне будзе лічыцца лухтою (спамам)." + +#: models.py:23 +msgid "content type" +msgstr "від зьмесьціва" + +#: models.py:25 +msgid "object ID" +msgstr "нумар аб’екта" + +#: models.py:53 models.py:177 +msgid "user" +msgstr "карыстальнік" + +#: models.py:55 +msgid "user's name" +msgstr "імя карыстальніка" + +#: models.py:56 +msgid "user's email address" +msgstr "эл. пошта карыстальніка" + +#: models.py:57 +msgid "user's URL" +msgstr "сеціўная спасылка карыстальніка" + +#: models.py:59 models.py:79 models.py:178 +msgid "comment" +msgstr "выкавзаньне" + +#: models.py:62 +msgid "date/time submitted" +msgstr "час і дата выказваньня" + +#: models.py:63 +msgid "IP address" +msgstr "Адрас IP" + +#: models.py:64 +msgid "is public" +msgstr "бачнае" + +#: models.py:65 +msgid "" +"Uncheck this box to make the comment effectively disappear from the site." +msgstr "Прыбярыце гэтую птушачку, каб выказваньне зьнікла з пляцоўкі." + +#: models.py:67 +msgid "is removed" +msgstr "прыбралі" + +#: models.py:68 +msgid "" +"Check this box if the comment is inappropriate. A \"This comment has been " +"removed\" message will be displayed instead." +msgstr "" +"Абярыце, калі выказваньне не да месца або не адпавядае правілам. Замест яго " +"будзе надпіс «Выказваньне прыбралі»." + +#: models.py:80 +msgid "comments" +msgstr "выказваньні" + +#: models.py:124 +msgid "" +"This comment was posted by an authenticated user and thus the name is read-" +"only." +msgstr "" +"Выказваньне пакінуў карыстальнік, які апазнаўся, таму ягонае імя нельга " +"зьмяняць." + +#: models.py:134 +msgid "" +"This comment was posted by an authenticated user and thus the email is read-" +"only." +msgstr "" +"Выказваньне пакінуў карыстальнік, які апазнаўся, таму ягоны адрас эл. пошты " +"нельга зьмяняць." + +#: models.py:160 +#, python-format +msgid "" +"Posted by %(user)s at %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" +msgstr "" +"%(date)s, аўтар — %(user)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" + +#: models.py:179 +msgid "flag" +msgstr "пазнака" + +#: models.py:180 +msgid "date" +msgstr "дата" + +#: models.py:190 +msgid "comment flag" +msgstr "пазнака выказваньня" + +#: models.py:191 +msgid "comment flags" +msgstr "пазнакі выказваньняў" + +#: templates/comments/approve.html:4 +msgid "Approve a comment" +msgstr "Ухваліць выказваньне" + +#: templates/comments/approve.html:7 +msgid "Really make this comment public?" +msgstr "Ці сапраўды зрабіць выказваньне бачным?" + +#: templates/comments/approve.html:12 +msgid "Approve" +msgstr "Ухваліць" + +#: templates/comments/approved.html:4 +msgid "Thanks for approving" +msgstr "Дзякуем, што ўхвалілі" + +#: templates/comments/approved.html:7 templates/comments/deleted.html:7 +#: templates/comments/flagged.html:7 +msgid "" +"Thanks for taking the time to improve the quality of discussion on our site" +msgstr "" +"Мы ўдзячныя, што вы дапамагаеце палепшыць якасьць размовы на нашай пляцоўцы" + +#: templates/comments/delete.html:4 +msgid "Remove a comment" +msgstr "Прыбраць выказваньне" + +#: templates/comments/delete.html:7 +msgid "Really remove this comment?" +msgstr "Ці сапраўды прыбраць выказваньне?" + +#: templates/comments/delete.html:12 +msgid "Remove" +msgstr "Прыбраць" + +#: templates/comments/deleted.html:4 +msgid "Thanks for removing" +msgstr "Дзякуем, што прыбралі" + +#: templates/comments/flag.html:4 +msgid "Flag this comment" +msgstr "Пазначыць выказваньне" + +#: templates/comments/flag.html:7 +msgid "Really flag this comment?" +msgstr "Ці сапраўды пазначыць выказваньне?" + +#: templates/comments/flag.html:12 +msgid "Flag" +msgstr "Пазначыць" + +#: templates/comments/flagged.html:4 +msgid "Thanks for flagging" +msgstr "Дзякуем, што пазначылі" + +#: templates/comments/form.html:17 templates/comments/preview.html:32 +msgid "Post" +msgstr "Даслаць" + +#: templates/comments/form.html:18 templates/comments/preview.html:33 +msgid "Preview" +msgstr "Прагледзець" + +#: templates/comments/posted.html:4 +msgid "Thanks for commenting" +msgstr "Дзякуем, што выказаліся" + +#: templates/comments/posted.html:7 +msgid "Thank you for your comment" +msgstr "Мы ўдзячныя за вашае выказваньне" + +#: templates/comments/preview.html:4 templates/comments/preview.html.py:13 +msgid "Preview your comment" +msgstr "Прагледзець выказваньне" + +#: templates/comments/preview.html:11 +msgid "Please correct the error below" +msgid_plural "Please correct the errors below" +msgstr[0] "Выпраўце памылку ніжэй" +msgstr[1] "Выпраўце памылкі ніжэй" +msgstr[2] "Выпраўце памылкі ніжэй" +msgstr[3] "Выпраўце памылкі ніжэй" + +#: templates/comments/preview.html:16 +msgid "Post your comment" +msgstr "Дашліце выказваньне" + +#: templates/comments/preview.html:16 +msgid "or make changes" +msgstr "або выпраўце яго" diff --git a/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo b/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo index 59e1cb5306e6707f47833b0acef6d79c294b47ea..f626a1bb850f57319f8f28e75601755ea13adbf6 100644 Binary files a/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/bg/LC_MESSAGES/django.po b/django/contrib/comments/locale/bg/LC_MESSAGES/django.po index e690c2a29b07a0f5e9b5c51d8ba30f3e9132bb0a..7bbab9fe02d8544716c3bb4d60c673b3d94f439c 100644 --- a/django/contrib/comments/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/bg/LC_MESSAGES/django.po @@ -8,68 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Boris Chervenkov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Благодаря за маркирането" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Метаданни" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "маркиран" msgstr[1] "маркирани" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Маркирай избраните коментари" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "одобрен" msgstr[1] "одобрени" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Одобри избраните коментари" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "отстранен" msgstr[1] "отстранени" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Премахване на избраните коментари" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s коментар беше успешно %(action)s." msgstr[1] "%(count)s коментари бяха успешно %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s коментари" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Последни коментари на %(site_name)s" @@ -106,56 +106,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Ако въведете нещо в това поле, вашия коментар ще се третира като спам" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "тип на съдържанието" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID на обекта" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "потребител" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "потребителско име" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "email адрес на потребителя" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL адрес на потребителя" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "коментар" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "дата и час на подаване" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP адрес" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "е публичен" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Махнете отметката от това поле, за да премахнете коментара от сайта." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "е премахнат" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -163,11 +163,11 @@ msgstr "" "Щракнете тук ако коментарът е неподходящ. Вместо съдържанието на коментара, " "ще се покаже надписът \"Този коментар беше премахнат.\"" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "коментари" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -175,7 +175,7 @@ msgstr "" "Този коментар е публикуван от регистриран потребител, затова името не може " "да бъде редактирано." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -183,7 +183,7 @@ msgstr "" "Този коментар е публикуван от регистриран потребител, затова email адресът " "не може да бъде редактиран." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -198,19 +198,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "маркиране" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "дата" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "отбелязване на коментар" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "отбелязване на коментари" diff --git a/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo b/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo index b91e5f6cdccfc477f580d5b9bc16e7022db4c613..96c2e25b5b18cf6ebcf02d526cf45cb68a465bc6 100644 Binary files a/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/bn/LC_MESSAGES/django.po b/django/contrib/comments/locale/bn/LC_MESSAGES/django.po index 9d07301cf6b579c9c52aedeafd1e80258ee17ec1..118a229094bc4cbd4293d8e6f7f35312e5068777 100644 --- a/django/contrib/comments/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/bn/LC_MESSAGES/django.po @@ -1,73 +1,75 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: +# , 2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-02-20 15:10+0000\n" +"Last-Translator: anubhab91 \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "কনটেন্ট" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "মেটাডাটা" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "ফ্ল্যাগ করা হয়েছে" +msgstr[1] "ফ্ল্যাগ করা হয়েছে" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" -msgstr "" +msgstr "চয়িত মন্তব্যগুলোকে ফ্ল্যাগ করুন" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "অনুমোদিত" +msgstr[1] "অনুমোদিত" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" -msgstr "" +msgstr "চিহ্নিত মন্তব্যগুলি অনুমোদন করুন" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "মুছে ফেলা হয়েছে" +msgstr[1] "মুছে ফেলা হয়েছে" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" -msgstr "" +msgstr "চয়িত মন্তব্যগুলি মুছে ফেলুন" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -104,56 +106,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "আপনি যদি এখানে কোনকিছু লিখেন তবে আপনার মন্তব্যকে স্প্যাম হিসেবে ধরা হবে" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "কনটেন্ট টাইপ" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "অবজেক্ট আইডি" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "সদস্য" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "সদস্যের নাম" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "সদস্যের ইমেইল ঠিকানা" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "সদস্যের ইউআরএল (URL)" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "মন্তব্য" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "দাখিলের তারিখ/সময়" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "আইপি ঠিকানা" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "সার্বজনীন" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "সাইট থেকে মন্তব্য মুছে ফেলতে এখানে আনচেক করুন।" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "মোছা হয়েছে" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -161,24 +163,24 @@ msgstr "" "এই বাক্সে চেক করুন যদি মন্তব্যটি যথাযথ না হয়। মন্তব্যের পরিবর্তে \"মন্তব্যদি মুছে ফেলা " "হয়েছে\" দেখানো হবে।" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "এই মন্তব্যটি একজন নিবন্ধনকৃত সদস্য করেছেন, সেজন্যই নামটি শুধুমাত্র পড়ার যোগ্য।" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" "এই মন্তব্যটি একজন নিবন্ধনকৃত সদস্য করেছেন, সেজন্যই ইমেইল ঠিকানা শুধুমাত্র পড়ার যোগ্য।" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -193,75 +195,75 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" -msgstr "" +msgstr "পতাকা" -#: models.py:171 +#: models.py:180 msgid "date" -msgstr "" +msgstr "তারিখ" -#: models.py:181 +#: models.py:190 msgid "comment flag" -msgstr "" +msgstr "মন্তব্য পতাকা" -#: models.py:182 +#: models.py:191 msgid "comment flags" -msgstr "" +msgstr "মন্তব্য পতাকাসমূহ" #: templates/comments/approve.html:4 msgid "Approve a comment" -msgstr "" +msgstr "একটি মন্তব্য অনুমোদন করুন" #: templates/comments/approve.html:7 msgid "Really make this comment public?" -msgstr "" +msgstr "সত্যিই কি এই মন্তব্যকে সাধারণের জন্য উন্মুক্ত করতে চান?" #: templates/comments/approve.html:12 msgid "Approve" -msgstr "" +msgstr "অনুমোদন" #: templates/comments/approved.html:4 msgid "Thanks for approving" -msgstr "" +msgstr "অনুমোদন করার জন্য ধন্যবাদ" #: templates/comments/approved.html:7 templates/comments/deleted.html:7 #: templates/comments/flagged.html:7 msgid "" "Thanks for taking the time to improve the quality of discussion on our site" -msgstr "" +msgstr "আমাদের সাইটের উন্নতিকল্পে আলোচনায় যোগ দেওয়ার জন্য আপনাকে সাধুবাদ জানাই" #: templates/comments/delete.html:4 msgid "Remove a comment" -msgstr "" +msgstr "একটি মন্তব্য মুছে ফেলুন" #: templates/comments/delete.html:7 msgid "Really remove this comment?" -msgstr "" +msgstr "সত্যিই কি এই মন্তব্যকে উড়িয়ে দিতে চান?" #: templates/comments/delete.html:12 msgid "Remove" -msgstr "" +msgstr "মুছে ফেলুন" #: templates/comments/deleted.html:4 msgid "Thanks for removing" -msgstr "" +msgstr "মুছে ফেলার জন্য ধন্যবাদ" #: templates/comments/flag.html:4 msgid "Flag this comment" -msgstr "" +msgstr "এই মন্তব্যকে পতাকাচিহ্নিত করুন" #: templates/comments/flag.html:7 msgid "Really flag this comment?" -msgstr "" +msgstr "সত্যিই কি এই মন্তব্যকে পতাকাচিহ্নিত করতে চান?" #: templates/comments/flag.html:12 msgid "Flag" -msgstr "" +msgstr "পতাকা" #: templates/comments/flagged.html:4 msgid "Thanks for flagging" -msgstr "" +msgstr "পতাকাচিহ্নিত করার জন্য ধন্যবাদ" #: templates/comments/form.html:17 templates/comments/preview.html:32 msgid "Post" @@ -269,19 +271,19 @@ msgstr "" #: templates/comments/form.html:18 templates/comments/preview.html:33 msgid "Preview" -msgstr "" +msgstr "প্রাকদর্শন" #: templates/comments/posted.html:4 msgid "Thanks for commenting" -msgstr "" +msgstr "মন্তব্য লেখার জন্য ধন্যবাদ" #: templates/comments/posted.html:7 msgid "Thank you for your comment" -msgstr "" +msgstr "আপনার মতামতের জন্য ধন্যবাদ" #: templates/comments/preview.html:4 templates/comments/preview.html.py:13 msgid "Preview your comment" -msgstr "" +msgstr "আপনার মন্তব্যকে প্রাকদর্শন করুন" #: templates/comments/preview.html:11 msgid "Please correct the error below" diff --git a/django/contrib/comments/locale/br/LC_MESSAGES/django.mo b/django/contrib/comments/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bf37cd0522ee79dad1ab73c39d91fb178abb435d Binary files /dev/null and b/django/contrib/comments/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/br/LC_MESSAGES/django.po b/django/contrib/comments/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..dc9ba23a7e0867863d5be798bfed1be28a4206e7 --- /dev/null +++ b/django/contrib/comments/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,290 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-29 18:35+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:25 +msgid "Content" +msgstr "Danvez" + +#: admin.py:28 +msgid "Metadata" +msgstr "Metaroadennoù" + +#: admin.py:55 +msgid "flagged" +msgid_plural "flagged" +msgstr[0] "merket" +msgstr[1] "merket" + +#: admin.py:56 +msgid "Flag selected comments" +msgstr "Merkañ an evezhiadennoù diuzet" + +#: admin.py:60 +msgid "approved" +msgid_plural "approved" +msgstr[0] "aprouet" +msgstr[1] "aprouet" + +#: admin.py:61 +msgid "Approve selected comments" +msgstr "Aprouiñ an evezhiadennoù diuzet" + +#: admin.py:65 +msgid "removed" +msgid_plural "removed" +msgstr[0] "dilamet" +msgstr[1] "dilamet" + +#: admin.py:66 +msgid "Remove selected comments" +msgstr "Dilemel an evezhiadennoù diuzet" + +#: admin.py:78 +#, python-format +msgid "1 comment was successfully %(action)s." +msgid_plural "%(count)s comments were successfully %(action)s." +msgstr[0] "" +msgstr[1] "" + +#: feeds.py:14 +#, python-format +msgid "%(site_name)s comments" +msgstr "" + +#: feeds.py:20 +#, python-format +msgid "Latest comments on %(site_name)s" +msgstr "" + +#: forms.py:96 +msgid "Name" +msgstr "Anv" + +#: forms.py:97 +msgid "Email address" +msgstr "Chomlec'h postel" + +#: forms.py:98 +msgid "URL" +msgstr "URL" + +#: forms.py:99 +msgid "Comment" +msgstr "Evezhiadenn" + +#: forms.py:177 +#, python-format +msgid "Watch your mouth! The word %s is not allowed here." +msgid_plural "Watch your mouth! The words %s are not allowed here." +msgstr[0] "" +msgstr[1] "" + +#: forms.py:181 templates/comments/preview.html:16 +msgid "and" +msgstr "" + +#: forms.py:186 +msgid "" +"If you enter anything in this field your comment will be treated as spam" +msgstr "" + +#: models.py:23 +msgid "content type" +msgstr "seurt danvez" + +#: models.py:25 +msgid "object ID" +msgstr "" + +#: models.py:53 models.py:177 +msgid "user" +msgstr "implijer" + +#: models.py:55 +msgid "user's name" +msgstr "" + +#: models.py:56 +msgid "user's email address" +msgstr "chomlec'h postel an implijer" + +#: models.py:57 +msgid "user's URL" +msgstr "URL an implijer" + +#: models.py:59 models.py:79 models.py:178 +msgid "comment" +msgstr "danvez" + +#: models.py:62 +msgid "date/time submitted" +msgstr "deiziad/eur kaset" + +#: models.py:63 +msgid "IP address" +msgstr "Chomlec'h IP" + +#: models.py:64 +msgid "is public" +msgstr "zo foran" + +#: models.py:65 +msgid "" +"Uncheck this box to make the comment effectively disappear from the site." +msgstr "" + +#: models.py:67 +msgid "is removed" +msgstr "zo bet dilamet" + +#: models.py:68 +msgid "" +"Check this box if the comment is inappropriate. A \"This comment has been " +"removed\" message will be displayed instead." +msgstr "" + +#: models.py:80 +msgid "comments" +msgstr "evezhiadennoù" + +#: models.py:124 +msgid "" +"This comment was posted by an authenticated user and thus the name is read-" +"only." +msgstr "" + +#: models.py:134 +msgid "" +"This comment was posted by an authenticated user and thus the email is read-" +"only." +msgstr "" + +#: models.py:160 +#, python-format +msgid "" +"Posted by %(user)s at %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" +msgstr "" + +#: models.py:179 +msgid "flag" +msgstr "merker" + +#: models.py:180 +msgid "date" +msgstr "deiziad" + +#: models.py:190 +msgid "comment flag" +msgstr "" + +#: models.py:191 +msgid "comment flags" +msgstr "" + +#: templates/comments/approve.html:4 +msgid "Approve a comment" +msgstr "aprouiñ un evezhiadenn" + +#: templates/comments/approve.html:7 +msgid "Really make this comment public?" +msgstr "" + +#: templates/comments/approve.html:12 +msgid "Approve" +msgstr "Aprouiñ" + +#: templates/comments/approved.html:4 +msgid "Thanks for approving" +msgstr "Trugarez da vezañ aprouet" + +#: templates/comments/approved.html:7 templates/comments/deleted.html:7 +#: templates/comments/flagged.html:7 +msgid "" +"Thanks for taking the time to improve the quality of discussion on our site" +msgstr "" + +#: templates/comments/delete.html:4 +msgid "Remove a comment" +msgstr "Diverkañ un evezhiadenn" + +#: templates/comments/delete.html:7 +msgid "Really remove this comment?" +msgstr "" + +#: templates/comments/delete.html:12 +msgid "Remove" +msgstr "Dilemel" + +#: templates/comments/deleted.html:4 +msgid "Thanks for removing" +msgstr "Trugarez evit an diverkadenn-mañ" + +#: templates/comments/flag.html:4 +msgid "Flag this comment" +msgstr "" + +#: templates/comments/flag.html:7 +msgid "Really flag this comment?" +msgstr "" + +#: templates/comments/flag.html:12 +msgid "Flag" +msgstr "" + +#: templates/comments/flagged.html:4 +msgid "Thanks for flagging" +msgstr "" + +#: templates/comments/form.html:17 templates/comments/preview.html:32 +msgid "Post" +msgstr "Kas" + +#: templates/comments/form.html:18 templates/comments/preview.html:33 +msgid "Preview" +msgstr "Rakwelet" + +#: templates/comments/posted.html:4 +msgid "Thanks for commenting" +msgstr "" + +#: templates/comments/posted.html:7 +msgid "Thank you for your comment" +msgstr "" + +#: templates/comments/preview.html:4 templates/comments/preview.html.py:13 +msgid "Preview your comment" +msgstr "Rakwelet hoc'h evezhiadenn" + +#: templates/comments/preview.html:11 +msgid "Please correct the error below" +msgid_plural "Please correct the errors below" +msgstr[0] "" +msgstr[1] "" + +#: templates/comments/preview.html:16 +msgid "Post your comment" +msgstr "" + +#: templates/comments/preview.html:16 +msgid "or make changes" +msgstr "" diff --git a/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo b/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo index c93942d6231f86c617b6b19dfd626c094a302ceb..90e6a3f7c74d09d837fb408f7151ff6512e58665 100644 Binary files a/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/bs/LC_MESSAGES/django.po b/django/contrib/comments/locale/bs/LC_MESSAGES/django.po index edc731c0c7733338850b8197fc24bf3322cf4903..6b0703c1695b6232d49a9d54a4fe678cd9ffd37e 100644 --- a/django/contrib/comments/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/bs/LC_MESSAGES/django.po @@ -7,60 +7,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Filip Dupanović \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Sadržaj" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metapodaci" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "označen" msgstr[1] "označena" msgstr[2] "označena" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Označite izabrane komentare" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "odobren" msgstr[1] "odobrena" msgstr[2] "odobrena" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Odobri izabrane komentare" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "izbrisan" msgstr[1] "izbrisana" msgstr[2] "izbrisan" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Obriši izabrane komentare" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -68,12 +68,12 @@ msgstr[0] "%(count)s komentar je uspješno %(action)s." msgstr[1] "%(count)s komentara su uspješno %(action)s." msgstr[2] "%(count)s komentara su uspješno %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Komentari na %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Najnoviji komentari na %(site_name)s" @@ -111,56 +111,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Ako unesete bilo šta u ovo polje, Vaš komentar će se smatrati spamom" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tip sadržaja" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID objekta" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "korisnik" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "korisnikovo ime" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "korisnikova email adresa" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "korisnikov URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "datum/vrijeme unosa" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adresa" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "javno dostupan" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Uklonite izbor ovog polja da bi se komentar izbrisao sa stranice." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "uklonjen" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -168,25 +168,25 @@ msgstr "" "Obilježite ovo polje ukoliko je komentar neprikladan. Prikazat će se poruka " "\"Komentar je ukonjen\" umjesto komentara." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentari" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" "Ovaj komentar je postavio prijavljeni korisnik i ime se ne može mijenjati." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" "Ovaj komentar je postavio prijavljeni korisnik i email se ne može mijenjati." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "oznaka" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "oznaka komentara" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "oznake komentara" diff --git a/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo index 44e54c8429dabcb4e08d9cf2e8f19d133f7feb44..57645466b85604ea0f5ac44aeb2a009abf97803b 100644 Binary files a/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ca/LC_MESSAGES/django.po b/django/contrib/comments/locale/ca/LC_MESSAGES/django.po index daa152b19b316314552beb9eb1175adda678accb..073ee235a3b105eb0b8de1e8da04d4ab0c20fbb1 100644 --- a/django/contrib/comments/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ca/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Contingut" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadades" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcat" msgstr[1] "marcats" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marcar els comentaris seleccionats" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprovat" msgstr[1] "aprovats" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprovar els comentaris seleccionats" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminat" msgstr[1] "eliminats" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Eliminar els comentaris seleccionats" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 comentari ha estat %(action)s satisfactòriament." msgstr[1] "%(count)s comentaris han estat %(action)s satisfactòriament." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "comentaris de %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últims comentaris a %(site_name)s." @@ -107,58 +107,58 @@ msgstr "" "Si entreu qualsevol cosa en aquest camp el vostre comentari es tractarà com " "a spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipus de contingut" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID de l'objecte" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "usuari" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nom de l'usuari" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "adreça de correu electrònic de l'usuari" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL de l'usuari" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentari" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/hora d'enviament" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Adreça IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "és públic" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Desmarqueu aquesta casella per fer desaparèixer aquest comentari del lloc " "web de forma efectiva." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "està eliminat" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "Marqueu aquesta casella si el comentari no és apropiat. En lloc seu es " "mostrarà \"Aquest comentari ha estat eliminat\" " -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentaris" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Aquest comentari va ser publicat per un usuari autentificat, per això el seu " "nom no es pot modificar." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -186,7 +186,7 @@ msgstr "" "Aquest comentari va ser publicat per un usuari autentificat, per això la " "seva adreça de correu electrònic no es pot modificar." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marcar" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marca del comentari" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marques del comentari" diff --git a/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo b/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo index c442b20fcb5a0bf11aa487b31be9d0194158447b..0fa05b4d3699901d2e22d446b0b601ab7962b3a6 100644 Binary files a/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/cs/LC_MESSAGES/django.po b/django/contrib/comments/locale/cs/LC_MESSAGES/django.po index 468286e8fb62d36152102444b8d2977cae6d0244..8d6e81cfc5757277ee5951f16b69638c3abb5498 100644 --- a/django/contrib/comments/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/cs/LC_MESSAGES/django.po @@ -6,59 +6,59 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Obsah" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "označen" msgstr[1] "označeny" msgstr[2] "označeno" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Označit vybrané komentáře" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "schválen" msgstr[1] "schváleny" msgstr[2] "schváleno" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Schválit vybrané komentáře" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "odebrán" msgstr[1] "odebrány" msgstr[2] "odebráno" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Odebrat vybrané komentáře" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -66,12 +66,12 @@ msgstr[0] "1 komentář byl úspěšně %(action)s." msgstr[1] "%(count)s komentáře byly úspěšně %(action)s." msgstr[2] "%(count)s komentářů bylo úspěšně %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Komentáře z webu %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Poslední komentáře na webu %(site_name)s" @@ -109,57 +109,57 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Jestliže do tohoto pole cokoli zadáte, bude komentář považován za spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "typ obsahu" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID položky" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "uživatel" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "jméno uživatele" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "e-mailová adresa uživatele" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL uživatele" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentář" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "datum a čas byly zaslané" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Adresa IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "je veřejný" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Pokud zrušíte zaškrtnutí tohoto políčka, komentář se na stránce nezobrazí." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "je odebrán" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -167,25 +167,25 @@ msgstr "" "Zaškrtněte, pokud je komentář nevhodný. Místo něj bude zobrazena zpráva " "\"Tento komentář byl odebrán\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentář" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" "Tento komentář zaslal přihlášený uživatel, jméno tedy není možné změnit." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" "Tento komentář zaslal přihlášený uživatel, e-mail tedy není možné změnit." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -200,19 +200,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "značka" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "značka komentáře" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "značky komentáře" diff --git a/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo b/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo index 556cc97dabb42230ca48447e8cb6803eaf1b4cd1..da547d0002177271f46c17aa8692fdab2f1cf2ba 100644 Binary files a/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/cy/LC_MESSAGES/django.po b/django/contrib/comments/locale/cy/LC_MESSAGES/django.po index f94214cde814c5de9347417330b051dff57177b4..fd0c1b92b4961781ff8373b0058ffbc6a6644a4c 100644 --- a/django/contrib/comments/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/cy/LC_MESSAGES/django.po @@ -6,26 +6,27 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" @@ -33,11 +34,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" @@ -45,11 +46,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" @@ -57,11 +58,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -70,12 +71,12 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -114,78 +115,78 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "math cynnwys" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID gwrthrych" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "sylw" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dyddiad/amser wedi ymostwng" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "cyfeiriad IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "yn gyhoeddus" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "wedi diddymu" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -200,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/da/LC_MESSAGES/django.mo b/django/contrib/comments/locale/da/LC_MESSAGES/django.mo index 45d3d20b21e392eb218336d1b55b41d2fa798ffd..4a8385ffceebd4432e9fc34a0334175b380e831d 100644 Binary files a/django/contrib/comments/locale/da/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/da/LC_MESSAGES/django.po b/django/contrib/comments/locale/da/LC_MESSAGES/django.po index b57fcfbde3ddc67b1ecb7d5767faab5cad2f1add..416eb57a6a50bc9df2416d976605646d5d7bff42 100644 --- a/django/contrib/comments/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/da/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Indhold" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "Markeret" msgstr[1] "Markeret" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marker valgte kommentarer" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "Godkendt" msgstr[1] "Godkendt" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Godkend valgte kommentarer" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "fjernet" msgstr[1] "fjernet" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Fjern valgte kommentarer" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 kommentar blev %(action)s" msgstr[1] "%(count)s kommentarer blev %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "kommentarer på %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Seneste kommentarer på %(site_name)s" @@ -106,57 +106,57 @@ msgstr "" "Hvis du indtaster noget i dette felt, vil din kommentar blive betragtet som " "spam." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "indholdstype" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekt-ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "bruger" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "brugerens navn" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "brugerens e-mail-adresse" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "brugerens URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "kommentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dato/tidspunkt for oprettelse" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-adresse" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "er offentlig" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Hvis du fjerner afkrydsningen her, bliver din kommentar slettet fra sitet." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "er fjernet" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "Afkryds denne boks, hvis kommentaren er upassende. Beskeden \"Denne " "kommentar er blevet fjernet\" vil blive vist i stedet." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "kommentarer" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "Denne kommentar blev indsendt af en autenticeret bruger; derfor er navnet " "skrivebeskyttet." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Denne kommentar blev indsendt af en autenticeret bruger; derfor er e-mail-" "adressen skrivebeskyttet." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "Flag" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dato" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "kommentarflag" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "kommentarflag" diff --git a/django/contrib/comments/locale/de/LC_MESSAGES/django.mo b/django/contrib/comments/locale/de/LC_MESSAGES/django.mo index f224093adce7d61f9817d5d08a77d72e7e987d41..4305cc972d0eda8cba6b7d3551904d628ed41bb3 100644 Binary files a/django/contrib/comments/locale/de/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/de/LC_MESSAGES/django.po b/django/contrib/comments/locale/de/LC_MESSAGES/django.po index 28f204954e21268dbd006eca2cca740999ecb1b9..f20d522d07946f57079d8b7ea7fc02896806cf12 100644 --- a/django/contrib/comments/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/de/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Inhalt" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadaten" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "markiert" msgstr[1] "markiert" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Ausgewählte Kommentare markieren" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "freigegeben" msgstr[1] "freigegeben" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Ausgewählte Kommentare freigeben" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "entfernt" msgstr[1] "entfernt" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Ausgewählte Kommentare entfernen" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 Kommentar wurde erfolgreich %(action)s." msgstr[1] "%(count)s Kommentare wurden erfolgreich %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s-Kommentare" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Die neuesten Kommentare auf %(site_name)s" @@ -106,56 +106,56 @@ msgstr "" "Wenn Sie irgendetwas in dieses Feld eintragen, wird der Kommentar als Spam " "betrachtet" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "Inhaltstyp" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "Objekt-ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "Benutzer" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "Benutzername" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "E-Mail-Adresse" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "Kommentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "Datum/Zeit Erstellung" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-Adresse" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "ist öffentlich" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Deaktivieren, um den Kommentar sofort von der Website zu entfernen." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "ist gelöscht" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -163,11 +163,11 @@ msgstr "" "Hier einen Haken setzen, wenn der Kommentar unpassend ist. Stattdessen wird " "dann \"Dieser Kommentar wurde entfernt\" Meldung angezeigt." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "Kommentare" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "\n" "%(text)s" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -187,7 +187,7 @@ msgstr "" "\n" "%(text)s" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -202,19 +202,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "Markierung" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "Datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "Kommentar-Markierung" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "Kommentar-Markierungen" diff --git a/django/contrib/comments/locale/el/LC_MESSAGES/django.mo b/django/contrib/comments/locale/el/LC_MESSAGES/django.mo index 55f56dc2f4f058e165388887cd3d9b672d9b9540..dc493a5b1ce3f6295d4905104a9d056c32b75a31 100644 Binary files a/django/contrib/comments/locale/el/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/el/LC_MESSAGES/django.po b/django/contrib/comments/locale/el/LC_MESSAGES/django.po index 1630a1799c8a7d082f93e101c7d7ecfce7b34f94..e0d62c53f36f99157f562c49ce688cd61b42c636 100644 --- a/django/contrib/comments/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/el/LC_MESSAGES/django.po @@ -8,68 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Yorgos Pagles \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Περιεχόμενο" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Μεταδεδομένα" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "επισημασμένο" msgstr[1] "επισημασμένα" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Επισημανση των επιλεγμένων σχολίων" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "εγκρίθηκε" msgstr[1] "εγκρίθηκαν" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Έγκριση των συγκεκριμένων σχολίων" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "αφαιρέθηκε" msgstr[1] "αφαιρέθηκαν" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Αφαίρεση των επιλεγμένων σχολίων" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "Πραγματοποιήθκε επιτυχημένα %(action)s στα %(count)s σχόλια." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Σχόλια στο %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Τελευταία σχόλια στο %(site_name)s" @@ -108,57 +108,57 @@ msgstr "" "Αφήστε αυτό το πεδίο κενό. Αν εισάγετε κάτι τότε το σχόλιο θα θεωρηθεί spam " "και δεν θα εμφανιστεί." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "τύπος περιεχομένου" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID αντικειμένου" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "χρήστης" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "όνομα χρήστη" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "ηλεκτρονική διεύθυνση χρήστη" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "διεύθυνση ιστοτόπου χρήστη" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "σχόλιο" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "ημερομηνία/ώρα υποβολής" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "διεύθυνση IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "είναι δημόσιο" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Απεπιλέξτε αυτή την επιλογή για να κάνετε το σχόλιο να μην εμφανίζεται." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "είναι διαγραμμένο" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "Επιλέξτε αυτή την επιλογή εάν το σχόλιο είναι ανάρμοστο. Ένα μήνυμα \"Αυτό " "το σχόλιο διαγράφηκε\" θα εμφανιστεί στη θέση του." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "σχόλια" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Αυτό το σχόλιο πραγματοποιήθκε από πιστοποιημένο χρήστη και για τον λόγο " "αυτό δεν είναι είναι δυνατή η επεξεργασία του ονόματός του." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -187,7 +187,7 @@ msgstr "" "αυτό δεν είναι είναι δυνατή η επεξεργασία της διεύθυνσης του ηλεκτρονικού " "του ταχυδρομείου." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -202,19 +202,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "επισήμανση" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "ημερομηνία" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "επισήμανση σχολίου" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "επισημάνσεις σχολίου" diff --git a/django/contrib/comments/locale/en/LC_MESSAGES/django.mo b/django/contrib/comments/locale/en/LC_MESSAGES/django.mo index b0f81e1e0de6870d9858ae25a8aa957b3460a71d..6a6f6e70b68d273ec3179f66f11f2cda01bc21e2 100644 Binary files a/django/contrib/comments/locale/en/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/en/LC_MESSAGES/django.po b/django/contrib/comments/locale/en/LC_MESSAGES/django.po index b41b89011a32142883d5817d23dff90d25c3e501..36664c5bc52b1ee82ca19c6d5b7fb2018e18172e 100644 --- a/django/contrib/comments/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/en/LC_MESSAGES/django.po @@ -1,175 +1,186 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:24+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:25 msgid "Content" -msgstr "" +msgstr "Content" #: admin.py:28 msgid "Metadata" -msgstr "" +msgstr "Metadata" #: admin.py:55 msgid "flagged" msgid_plural "flagged" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "flagged" +msgstr[1] "flagged" #: admin.py:56 msgid "Flag selected comments" -msgstr "" +msgstr "Flag selected comments" #: admin.py:60 msgid "approved" msgid_plural "approved" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "approved" +msgstr[1] "approved" #: admin.py:61 msgid "Approve selected comments" -msgstr "" +msgstr "Approve selected comments" #: admin.py:65 msgid "removed" msgid_plural "removed" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "removed" +msgstr[1] "removed" #: admin.py:66 msgid "Remove selected comments" -msgstr "" +msgstr "Remove selected comments" #: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "1 comment was successfully %(action)s." +msgstr[1] "%(count)s comments were successfully %(action)s." #: feeds.py:14 #, python-format msgid "%(site_name)s comments" -msgstr "" +msgstr "%(site_name)s comments" #: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" -msgstr "" +msgstr "Latest comments on %(site_name)s" #: forms.py:96 msgid "Name" -msgstr "" +msgstr "Name" #: forms.py:97 msgid "Email address" -msgstr "" +msgstr "Email address" #: forms.py:98 msgid "URL" -msgstr "" +msgstr "URL" #: forms.py:99 msgid "Comment" -msgstr "" +msgstr "Comment" #: forms.py:177 #, python-format msgid "Watch your mouth! The word %s is not allowed here." msgid_plural "Watch your mouth! The words %s are not allowed here." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Watch your mouth! The word %s is not allowed here." +msgstr[1] "Watch your mouth! The words %s are not allowed here." #: forms.py:181 templates/comments/preview.html:16 msgid "and" -msgstr "" +msgstr "and" #: forms.py:186 msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" +"If you enter anything in this field your comment will be treated as spam" #: models.py:23 msgid "content type" -msgstr "" +msgstr "content type" #: models.py:25 msgid "object ID" -msgstr "" +msgstr "object ID" #: models.py:53 models.py:177 msgid "user" -msgstr "" +msgstr "user" #: models.py:55 msgid "user's name" -msgstr "" +msgstr "user's name" #: models.py:56 msgid "user's email address" -msgstr "" +msgstr "user's email address" #: models.py:57 msgid "user's URL" -msgstr "" +msgstr "user's URL" #: models.py:59 models.py:79 models.py:178 msgid "comment" -msgstr "" +msgstr "comment" #: models.py:62 msgid "date/time submitted" -msgstr "" +msgstr "date/time submitted" #: models.py:63 msgid "IP address" -msgstr "" +msgstr "IP address" #: models.py:64 msgid "is public" -msgstr "" +msgstr "is public" #: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" +"Uncheck this box to make the comment effectively disappear from the site." #: models.py:67 msgid "is removed" -msgstr "" +msgstr "is removed" #: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" +"Check this box if the comment is inappropriate. A \"This comment has been " +"removed\" message will be displayed instead." #: models.py:80 msgid "comments" -msgstr "" +msgstr "comments" #: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" +"This comment was posted by an authenticated user and thus the name is read-" +"only." #: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" +"This comment was posted by an authenticated user and thus the email is read-" +"only." #: models.py:160 #, python-format @@ -180,107 +191,113 @@ msgid "" "\n" "http://%(domain)s%(url)s" msgstr "" +"Posted by %(user)s at %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" #: models.py:179 msgid "flag" -msgstr "" +msgstr "flag" #: models.py:180 msgid "date" -msgstr "" +msgstr "date" #: models.py:190 msgid "comment flag" -msgstr "" +msgstr "comment flag" #: models.py:191 msgid "comment flags" -msgstr "" +msgstr "comment flags" #: templates/comments/approve.html:4 msgid "Approve a comment" -msgstr "" +msgstr "Approve a comment" #: templates/comments/approve.html:7 msgid "Really make this comment public?" -msgstr "" +msgstr "Really make this comment public?" #: templates/comments/approve.html:12 msgid "Approve" -msgstr "" +msgstr "Approve" #: templates/comments/approved.html:4 msgid "Thanks for approving" -msgstr "" +msgstr "Thanks for approving" #: templates/comments/approved.html:7 templates/comments/deleted.html:7 #: templates/comments/flagged.html:7 msgid "" "Thanks for taking the time to improve the quality of discussion on our site" msgstr "" +"Thanks for taking the time to improve the quality of discussion on our site" #: templates/comments/delete.html:4 msgid "Remove a comment" -msgstr "" +msgstr "Remove a comment" #: templates/comments/delete.html:7 msgid "Really remove this comment?" -msgstr "" +msgstr "Really remove this comment?" #: templates/comments/delete.html:12 msgid "Remove" -msgstr "" +msgstr "Remove" #: templates/comments/deleted.html:4 msgid "Thanks for removing" -msgstr "" +msgstr "Thanks for removing" #: templates/comments/flag.html:4 msgid "Flag this comment" -msgstr "" +msgstr "Flag this comment" #: templates/comments/flag.html:7 msgid "Really flag this comment?" -msgstr "" +msgstr "Really flag this comment?" #: templates/comments/flag.html:12 msgid "Flag" -msgstr "" +msgstr "Flag" #: templates/comments/flagged.html:4 msgid "Thanks for flagging" -msgstr "" +msgstr "Thanks for flagging" #: templates/comments/form.html:17 templates/comments/preview.html:32 msgid "Post" -msgstr "" +msgstr "Post" #: templates/comments/form.html:18 templates/comments/preview.html:33 msgid "Preview" -msgstr "" +msgstr "Preview" #: templates/comments/posted.html:4 msgid "Thanks for commenting" -msgstr "" +msgstr "Thanks for commenting" #: templates/comments/posted.html:7 msgid "Thank you for your comment" -msgstr "" +msgstr "Thank you for your comment" #: templates/comments/preview.html:4 templates/comments/preview.html.py:13 msgid "Preview your comment" -msgstr "" +msgstr "Preview your comment" #: templates/comments/preview.html:11 msgid "Please correct the error below" msgid_plural "Please correct the errors below" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Please correct the error below" +msgstr[1] "Please correct the errors below" #: templates/comments/preview.html:16 msgid "Post your comment" -msgstr "" +msgstr "Post your comment" #: templates/comments/preview.html:16 msgid "or make changes" -msgstr "" +msgstr "or make changes" diff --git a/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo index 2ac552176e2ba445d907b5e335dcce2e657ca93e..10d308bcaff12cecac771fb940015b0311704a22 100644 Binary files a/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.po index 2f935ea163b70e1d55f49685426680ff55f35fcc..1cb20745ad266e582392dc1eaab5d9c51ee951b7 100644 --- a/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Content" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "flagged" msgstr[1] "flagged" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Flag selected comments" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "approved" msgstr[1] "approved" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Approve selected comments" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "removed" msgstr[1] "removed" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Remove selected comments" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "%(count)s comments were successfully %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s comments" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Latest comments on %(site_name)s" @@ -105,57 +105,57 @@ msgid "" msgstr "" "If you enter anything in this field your comment will be treated as spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "content type" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "object ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "user" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "user's name" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "user's email address" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "user's URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comment" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "date/time submitted" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP address" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "is public" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Uncheck this box to make the comment effectively disappear from the site." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "is removed" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -163,11 +163,11 @@ msgstr "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comments" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -175,7 +175,7 @@ msgstr "" "This comment was posted by an authenticated user and thus the name is read-" "only." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -183,7 +183,7 @@ msgstr "" "This comment was posted by an authenticated user and thus the email is read-" "only." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -198,19 +198,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "flag" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "date" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "comment flag" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "comment flags" diff --git a/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo b/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo index d403bdf862939beace6d74fdcfc68c9092448542..aa1ee954b1ff3556830d1fd75a30e594f7e439f8 100644 Binary files a/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/eo/LC_MESSAGES/django.po b/django/contrib/comments/locale/eo/LC_MESSAGES/django.po index 3f7cb3bd182e726652556554d014fe2990a36e92..ffb9096c7ad3bf0801a04ef9474cf6ebeea92dd7 100644 --- a/django/contrib/comments/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/eo/LC_MESSAGES/django.po @@ -5,68 +5,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Enhavo" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadatumo" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "markita" msgstr[1] "markitaj" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marki elektitajn komentojn" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprobita" msgstr[1] "aprobitaj" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprobi elektitajn komentojn" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "forigita" msgstr[1] "forigitaj" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Forigi elektitajn komentojn" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 komento estis suksese %(action)s." msgstr[1] "%(count)s komentoj estis suksese %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s komentoj" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Lastaj komentoj ĉe %(site_name)s" @@ -104,58 +104,58 @@ msgid "" msgstr "" "Se vi enigas ion-ajn en ĉi-tiu kampo, via komento estos traktita kiel spamo" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "enhava tipo" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekta identigaĵo" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "uzanto" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "uzanta nomo" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "uzanta retpoŝtadreso" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "uzanta URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komento" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dato kaj horo transsenditaj" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-adreso" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "estas publika" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Malŝaltu ĉi-tiun markobutonon por definitive malaperigi la komenton el la " "retejo." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "estas forigita" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -163,11 +163,11 @@ msgstr "" "Ŝaltu ĉi-tiun markobutonon se la komento estas nekonvena. La mesaĝo \"Ĉi-tiu " "komento estis forigita\" estos montrita anstataŭe." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentoj" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -175,7 +175,7 @@ msgstr "" "Ĉi-tiu komento estis afiŝita de aŭtentigita uzanto, do tiel la nomo estas " "nurlega." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -183,7 +183,7 @@ msgstr "" "Ĉi-tiu komento estis afiŝita de aŭtentigita uzanto, do tiel la nomo kaj " "retpoŝtadreo estas nurlegaj." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -198,19 +198,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marko" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dato" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "komenta marko" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "komentaj markoj" diff --git a/django/contrib/comments/locale/es/LC_MESSAGES/django.mo b/django/contrib/comments/locale/es/LC_MESSAGES/django.mo index 101ba9d5ef01761e35a04928e7e118ecf0f96647..cda9b60a2b2f3594704fdc2b45d4dbb2068e818c 100644 Binary files a/django/contrib/comments/locale/es/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/es/LC_MESSAGES/django.po b/django/contrib/comments/locale/es/LC_MESSAGES/django.po index ebff367f4667cfd47784a2d8ac382d9453e7ae25..5a15db615831021d0571ebfc54837da9f73cbedd 100644 --- a/django/contrib/comments/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/es/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Marc Garcia \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "contenido" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "metadatos" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcado" msgstr[1] "marcados" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marcar los comentarios seleccionados" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprobado" msgstr[1] "aprobados" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "aprobar los comentarios seleccionados" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminado" msgstr[1] "eliminados" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Eliminar los comentarios seleccionados" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 comentarios ha sido %(action)s satisfactoriamente." msgstr[1] "%(count)s comentarios han sido %(action)s satisfactoriamente." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "comentarios de %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últimos comentarios en %(site_name)s" @@ -105,58 +105,58 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Si introduce algo en este campo su comentario será tratado como spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipo de contenido" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID de objeto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "usuario" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nombre del usuario" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "dirección de correo electrónico del usuario" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL del usuario" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentario" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "fecha/hora de envío" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Dirección IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "es público" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Desmarque esta casilla para hacer desaparecer el comentario del sitio web de " "forma efectiva." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "está eliminado" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "Marque esta opción si el comentario es inapropiado. En su lugar se mostrará " "el mensaje \"Este comentario ha sido eliminado\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentarios" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "Este comentario ha sido enviado por un usuario autentificado: de modo que su " "nombre no es modificable." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Este comentario ha sido colocado por un usuario autentificado: de modo que " "su dirección de correo electrónico no es modificable." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marcar" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "fecha" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marca de comentario" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marcas de comentario" diff --git a/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo index d174eab3dee3dcc1c339663f67b0d36ecdea1f11..0ae476661754adc3ea5966dacae050387f0b5566 100644 Binary files a/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po index 85827a362813f2077452a662ddd04286c3a06435..e6971abfe9c9086e2ec95171e6c862285b85305d 100644 --- a/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Contenido" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadatos" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcado" msgstr[1] "marcados" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marcar comentarios seleccionados" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprobado" msgstr[1] "aprobados" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprobar comentario seleccionado" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminado" msgstr[1] "eliminados" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Eliminar comentarios seleccionados" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "un comentario fue %(action)s satisfactoriamente." msgstr[1] "%(count)s comentarios fueron %(action)s satisfactoriamente" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "comentarios en %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últimos comentarios en %(site_name)s." @@ -104,56 +104,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Si introduce algo en este campo su comentario será tratado como spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipo de contenido" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID de objeto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "usuario" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nombre de usuario" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "dirección de correo electrónico del usuario" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL del usuario" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentario" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "fecha/hora de envío" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Dirección IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "es público" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "desmarque este ítem para que el comentario desaparezca del sitio." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "se ha eliminado" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -161,11 +161,11 @@ msgstr "" "Marque este ítem si el comentario es inapropiado. En su lugar se mostrará un " "mensaje \"Este comentario ha sido eliminado\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentarios" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -173,7 +173,7 @@ msgstr "" "Este comentario ha sido enviado por un usuario identificado, por lo tanto el " "nombre no puede modificarse." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -181,7 +181,7 @@ msgstr "" "Este comentario ha sido enviado por un usuario identificado, por lo tanto la " "dirección de correo electrónico no puede modificarse." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -196,19 +196,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marca" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "fecha" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marca de comentario" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marcas de comentario" diff --git a/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo index c5bff802b96175d1ef6615e6bc4d9e54a40cd252..d7c92d6e29487c42d92c92cdb458beba4d8a695a 100644 Binary files a/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po index 44c580631f74c50054aaec7172cdcee8e10dc586..451da9f538439ca133b6c1ccf21a8e491bc89f89 100644 --- a/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Contenido" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadatos" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcado" msgstr[1] "marcados" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marcar comentarios seleccionados" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprobado" msgstr[1] "aprobados" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprobar comentario seleccionado" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminado" msgstr[1] "eliminados" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Eliminar comentarios seleccionados" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "%(count)s comentarios fueron %(action)s satisfactoriamente." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "comentarios en %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últimos comentarios en %(site_name)s " @@ -104,56 +104,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Si introduce algo en este campo su comentario será tratado como spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipo de contenido" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID de objeto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "usuario" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nombre de usuario" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "dirección de correo electrónico del usuario" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL del usuario" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentario" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "fecha/hora de envío" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Dirección IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "es público" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Desactive esta casilla para hacer el comentario desaparezca del sitio." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "se ha eliminado" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -161,11 +161,11 @@ msgstr "" "Marque esta casilla si el comentario es inapropiado. En su lugar se mostrará " "un mensaje \"Este comentario ha sido eliminado\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentarios" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -173,7 +173,7 @@ msgstr "" "Este comentario ha sido enviado por un usuario identificado, por lo tanto el " "nombre no puede modificarse." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -181,7 +181,7 @@ msgstr "" "Este comentario ha sido enviado por un usuario identificado, por lo tanto la " "dirección de correo electrónico no puede modificarse." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -196,19 +196,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marca" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "fecha" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marca de comentario" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marcas de comentario" diff --git a/django/contrib/comments/locale/et/LC_MESSAGES/django.mo b/django/contrib/comments/locale/et/LC_MESSAGES/django.mo index 4098d1066d42cc99d42ad1ab36e38b28525f0617..67e9ef44a5e8296efe4558d677d72f5def75908b 100644 Binary files a/django/contrib/comments/locale/et/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/et/LC_MESSAGES/django.po b/django/contrib/comments/locale/et/LC_MESSAGES/django.po index fd2656e6a7972d6ece5624c2ddb71043f47f441c..be43a10246a40bed35dcebc999152bed1ae61a0f 100644 --- a/django/contrib/comments/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/et/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: madisvain \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Sisu" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Meta-andmed" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "märgistatud" msgstr[1] "märgistatud" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Märgista valitud kommentaarid" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "heaks kiidetud" msgstr[1] "heaks kiidetud" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Kiida heaks valitud kommentaarid" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eemaldatud" msgstr[1] "eemaldatud" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Eemalda valitud kommentaarid" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s comments were successfully %(action)s." msgstr[1] "%(count)s comments were successfully %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Saidi %(site_name)s kommentaarid" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Viimased kommentaarid saidil %(site_name)s" @@ -105,56 +105,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Kui sisestate sellesse lahtrisse midagi, loetakse kommentaar rämpsuks" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "sisutüüp" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekti ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "kasutaja" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "kasutaja pärisnimi" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "kasutaja e-posti aadress" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "kasutaja URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "kommentaar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "loomise kuupäev/kellaaeg" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP aadress" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "on avalik" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Eemaldage siit linnuke, et varjata kommentaar saidilt." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "on eemaldatud" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -162,11 +162,11 @@ msgstr "" "Märkige siia linnuke, kui see kommentaar on ebasobiv. Kommentaari asemel " "kuvatakse kirja \"Kommentaar on kustutatud\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "kommentaarid" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -174,7 +174,7 @@ msgstr "" "Selle kommentaari postitas sisselogitud kasutaja, mistõttu ei ole nimetus " "muudetav." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -182,7 +182,7 @@ msgstr "" "Selle kommentaari postitas sisselogitud kasutaja, mistõttu ei ole e-posti " "aadress muudetav." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -197,19 +197,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "märge" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "kuupäev" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "kommentaari märge" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "kommentaari märked" diff --git a/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo b/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo index ced675423da0c0508a70e0aecd872ccedb723bbb..68ea84e57a7b1fc7942b138917e860741877a8b5 100644 Binary files a/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/eu/LC_MESSAGES/django.po b/django/contrib/comments/locale/eu/LC_MESSAGES/django.po index d2f4fa72fe373f39ccc7a189b81445fbd3d07966..3689aaeaa48921125c35949f862ac6e99031eed8 100644 --- a/django/contrib/comments/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/eu/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Edukia" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metada" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "markaduna" msgstr[1] "markadunak" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Markatu aukeratutako iruzkinak" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "onartua" msgstr[1] "onartuak" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Onartu aukeratutako iruzkinak" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "ezabatua" msgstr[1] "ezabatuak" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Ezabatu aukeratutako iruzkinak" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "%(count)s iruzkin ondo %(action)s dira." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s guneko iruzkinak" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s guneko azken iruzkinak" @@ -106,56 +106,56 @@ msgid "" msgstr "" "Eremu honetan zerbait idazten baduzu zure iruzkina spam gisa tratatuko da." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "eduki mota" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objetuaren ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "Erabiltzailea" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "erabiltzailearen izena" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "erabiltzailearen eposta helbidea" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "erabiltzailearen URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "iruzkina" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/hordua bidalia" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP helbidea" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "publikoa" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Markatu kutxa hau iruzkina webgunetik desagertarazteko." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "ezabatua" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -163,11 +163,11 @@ msgstr "" "Markatu kutxa hau komentario ezegokia bada. \"Komentario hau ezabatua izan da" "\" mezua erakutsiko da bere ordez." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "iruzkinak" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -175,7 +175,7 @@ msgstr "" "Iruzkin hau autentikatutako erabiltzaile batek egin du. Hori dela eta, izena " "irakurtzeko moduan dago bakarrik. " -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -183,7 +183,7 @@ msgstr "" "Iruzkin hau autentikatutako erabiltzaile batek egin du. Hori dela eta, " "eposta irakurtzeko moduan dago bakarrik. " -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -198,19 +198,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marka" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "iruzkin marka" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "iruzkin markak" diff --git a/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo b/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo index 18756731348028497bf403f510e565d9e4618907..5ff3c5bfb9b6f04754c1e6f59e45d87a612f9858 100644 Binary files a/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/fa/LC_MESSAGES/django.po b/django/contrib/comments/locale/fa/LC_MESSAGES/django.po index b3dd7e1577292b359cd3092f1e311c7e4a920317..8adc006d1064b5cf7d89c0ab36beace24d871c1d 100644 --- a/django/contrib/comments/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/fa/LC_MESSAGES/django.po @@ -1,72 +1,74 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Ali Nikneshan , 2012. +# Arash Fazeli , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-11 08:27+0000\n" +"Last-Translator: Ali Nikneshan \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "محتوا" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "فوق داده" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" -msgstr[0] "" +msgstr[0] "پرچم دار" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" -msgstr "" +msgstr "نشان‌گذاری نظرات انتخاب شده" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" -msgstr[0] "" +msgstr[0] "تایید شده" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" -msgstr "" +msgstr "تایید نظرات انتخاب شده" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" -msgstr[0] "" +msgstr[0] "حذف شده" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" -msgstr "" +msgstr "حذف نظر های انتخاب شده" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." -msgstr[0] "" +msgstr[0] "%(count)s کامنت با موفقیت %(action)s شدند." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" -msgstr "" +msgstr "نظرات %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" -msgstr "" +msgstr "آخرین نظرات در %(site_name)s" #: forms.py:96 msgid "Name" @@ -99,72 +101,74 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "اگر چیزی در این فیلد وارد کنید، نظر شما به عنوان اسپم شناخته خواهد شد" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "نوع محتوا" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "مشخصهٔ شیء" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "کاربر" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "نام کاربر" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "نشانی پست الکترونیکی کاربر" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "نشانی اینترنتی کاربر" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "نظر" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "تاریخ/زمان فرستاده شد" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "نشانی IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "عمومی است" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "تیک این جعبه را بردارید تا نظر به طور کارا از وبگاه ناپدید شود." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "حذف شده است" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" +"اگر نظر نامناسب است این جا علامت بزنید. پیغام \"این نظر حذف شد\" به جای آن " +"نمایش داده می شود." -#: models.py:77 +#: models.py:80 msgid "comments" -msgstr "" +msgstr "نظرات" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "این نظر توسط یک کاربر ثبت‌شده فرستاده شده و لذا نامش فقط-خواندنی است." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -172,7 +176,7 @@ msgstr "" "این نظر توسط یک کاربر ثبت‌شده فرستاده شده و لذا پست الکترونیکی‌اش فقط-خواندنی " "است." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -187,105 +191,105 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" -msgstr "" +msgstr "علامت گذاری " -#: models.py:171 +#: models.py:180 msgid "date" -msgstr "" +msgstr "تاریخ" -#: models.py:181 +#: models.py:190 msgid "comment flag" -msgstr "" +msgstr "علامت گذاری نظر" -#: models.py:182 +#: models.py:191 msgid "comment flags" -msgstr "" +msgstr "علامت گذاری های نظر" #: templates/comments/approve.html:4 msgid "Approve a comment" -msgstr "" +msgstr "تایید یک نظر" #: templates/comments/approve.html:7 msgid "Really make this comment public?" -msgstr "" +msgstr "واقعا این نظر به صورت عمومی نمایش داده شود؟" #: templates/comments/approve.html:12 msgid "Approve" -msgstr "" +msgstr "تایید" #: templates/comments/approved.html:4 msgid "Thanks for approving" -msgstr "" +msgstr "ممنون از تایید." #: templates/comments/approved.html:7 templates/comments/deleted.html:7 #: templates/comments/flagged.html:7 msgid "" "Thanks for taking the time to improve the quality of discussion on our site" -msgstr "" +msgstr "ممنون از وقتی که برای افزایش کیفیت بحث در سایت ما گذاشتید." #: templates/comments/delete.html:4 msgid "Remove a comment" -msgstr "" +msgstr "حذف یک نظر" #: templates/comments/delete.html:7 msgid "Really remove this comment?" -msgstr "" +msgstr "واقعا این نظر حذف شود؟" #: templates/comments/delete.html:12 msgid "Remove" -msgstr "" +msgstr "حذف" #: templates/comments/deleted.html:4 msgid "Thanks for removing" -msgstr "" +msgstr "ممنون از حذف" #: templates/comments/flag.html:4 msgid "Flag this comment" -msgstr "" +msgstr "علامت گذاری این نظر" #: templates/comments/flag.html:7 msgid "Really flag this comment?" -msgstr "" +msgstr "واقعا این نظر علامت گذاری شود؟" #: templates/comments/flag.html:12 msgid "Flag" -msgstr "" +msgstr "علامت گذاری " #: templates/comments/flagged.html:4 msgid "Thanks for flagging" -msgstr "" +msgstr "ممنون از علامت گذاری " #: templates/comments/form.html:17 templates/comments/preview.html:32 msgid "Post" -msgstr "" +msgstr "پست" #: templates/comments/form.html:18 templates/comments/preview.html:33 msgid "Preview" -msgstr "" +msgstr "پیش نمایش" #: templates/comments/posted.html:4 msgid "Thanks for commenting" -msgstr "" +msgstr "برای اظهار نظر" #: templates/comments/posted.html:7 msgid "Thank you for your comment" -msgstr "" +msgstr "با تشکر از نظر شما" #: templates/comments/preview.html:4 templates/comments/preview.html.py:13 msgid "Preview your comment" -msgstr "" +msgstr "پیش نمایش نظر شما" #: templates/comments/preview.html:11 msgid "Please correct the error below" msgid_plural "Please correct the errors below" -msgstr[0] "" +msgstr[0] "لطفا خطاهای زیر را تصحیح" #: templates/comments/preview.html:16 msgid "Post your comment" -msgstr "" +msgstr "نظر خود را ارسال کنید" #: templates/comments/preview.html:16 msgid "or make changes" -msgstr "" +msgstr "و یا تغییر ایجاد کنید." diff --git a/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo b/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo index d0cacc4e86de25030e69ee0159172ad4dc02110e..c8adefe40f6aa7320c2a97d854df552b6d9f4fc6 100644 Binary files a/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/fi/LC_MESSAGES/django.po b/django/contrib/comments/locale/fi/LC_MESSAGES/django.po index 505eea0f89e7b771c11de9bc54f2b8310b45ca31..e52ed18c7cf88c016669cee8de7f0535fc775e43 100644 --- a/django/contrib/comments/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/fi/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Sisältö" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metatieto" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "merkitty" msgstr[1] "merkitty" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Merkitse valitut kommentit" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "hyväksytty" msgstr[1] "hyväksytty" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Hyväksy valitut kommentit" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "poistettu" msgstr[1] "poistettu" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Poista valitut kommentit" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 kommentti %(count)s onnistuneesti." msgstr[1] "%(count)s kommenttia %(action)s onnistuneesti." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Kommentit sivustolle %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Sivuston %(site_name)s viimeisimmät kommentit" @@ -105,56 +105,56 @@ msgid "" msgstr "" "Jos syötät tähän kenttään jotain, kommenttisi luokitellaan roskapostiksi" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "sisältötyyppi" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "kohteen tunniste" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "käyttäjä" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "käyttäjän nimi" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "käyttäjän sähköpostiosoite" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "käyttäjän URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "kommentti" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "lähettämishetki" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-osoite" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "on julkinen" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Piilottaaksesi kommentin näkymästä sivustolta, poista tämä ruksi." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "on poistettu" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -162,11 +162,11 @@ msgstr "" "Rastita jos kommentti on asiaankuulumaton. Kommentin tilalla näytetään\n" "viesti \"Tämä kommentti on poistettu\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "kommentit" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -174,7 +174,7 @@ msgstr "" "Kommentin lähettäjän nimeä ei voi muuttaa, koska lähettäjä on kirjautunut " "käyttäjä." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -182,7 +182,7 @@ msgstr "" "Kommentin lähettäjän sähköpostiosoitetta ei voi muuttaa, koska lähettäjä on " "kirjautunut käyttäjä." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -197,19 +197,19 @@ msgstr "" " \\n\n" " http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "merkintä" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "päivä" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "kommentin merkintä" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "kommenttien merkinnät" diff --git a/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo b/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo index 06dd3bccaac859f01098992039abcaede8a432e5..730424d95298122dc39439bec60ffaf38c16e13b 100644 Binary files a/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/fr/LC_MESSAGES/django.po b/django/contrib/comments/locale/fr/LC_MESSAGES/django.po index 7cff910acb2cbfe5891833c7d02835f48921689d..ff1ac9e664c66658a92ec184cda79bf3f6992576 100644 --- a/django/contrib/comments/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/fr/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Contenu" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Métadonnées" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marqué" msgstr[1] "marqués" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marquer les commentaires sélectionnés" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "approuvé" msgstr[1] "approuvés" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Approuver les commentaires sélectionnés" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "supprimé" msgstr[1] "supprimés" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Masquer les commentaires sélectionnés" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 commentaire a été %(action)s avec succès." msgstr[1] "%(count)s commentaires ont été %(action)ss avec succès." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Commentaires sur %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Derniers commentaires sur %(site_name)s" @@ -108,57 +108,57 @@ msgstr "" "Si vous saisissez quelque chose dans ce champ, votre commentaire sera " "considéré comme étant indésirable" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "type de contenu" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID de l'objet" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "utilisateur" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nom de l'utilisateur" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "adresse électronique de l'utilisateur" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL de l'utilisateur" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "commentaire" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "date et heure soumises" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "adresse IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "est public" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Décochez cette case pour faire vraiment disparaître ce commentaire du site." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "est masqué" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "Cochez cette case si le commentaire est inadéquat. Un message type « Ce " "commentaire a été supprimé » sera affiché en lieu et place de celui-ci." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "commentaires" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Ce commentaire a été posté par un utilisateur authentifié, le nom est donc " "en lecture seule." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -186,7 +186,7 @@ msgstr "" "Ce commentaire a été posté par un utilisateur authentifié et le courriel est " "donc en lecture seule" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "indicateur" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "date" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "indicateur de commentaire" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "indicateurs de commentaire" diff --git a/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo index 4d9430961edbcfa10c4a41ab996d7cd566524f72..1f29ae1b24b47cb7ce320dd5047c6693a1e21477 100644 Binary files a/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ga/LC_MESSAGES/django.po b/django/contrib/comments/locale/ga/LC_MESSAGES/django.po index 6463e62302f0f34324c33a059e4e5eae1023781e..d7cd749aa5492b8e606319f7a9a760add2a4fde0 100644 --- a/django/contrib/comments/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ga/LC_MESSAGES/django.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Inneachar" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Meiteashonraí" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "bratach curtha leis " @@ -36,11 +36,11 @@ msgstr[2] "bratach curtha leis " msgstr[3] "bratach curtha leis " msgstr[4] "bratach curtha leis " -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Bratach nótaí tráchta roghnaithe" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "ceadaithe" @@ -49,11 +49,11 @@ msgstr[2] "ceadaithe" msgstr[3] "ceadaithe" msgstr[4] "ceadaithe" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Cheadú nótaí tráchta roghnaithe" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "bhaint" @@ -62,11 +62,11 @@ msgstr[2] "bhaint" msgstr[3] "bhaint" msgstr[4] "bhaint" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Bain nótaí tráchta roghnaithe" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -76,12 +76,12 @@ msgstr[2] "Bhí %(count)s nótaí tráchta %(action)s go rathúil." msgstr[3] "Bhí %(count)s nótaí tráchta %(action)s go rathúil." msgstr[4] "Bhí %(count)s nótaí tráchta %(action)s go rathúil." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s nótaí" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Nótaí tráchtaí is déanaí ar %(site_name)s" @@ -122,56 +122,56 @@ msgid "" msgstr "" "Má cuireann tú aon rud sa réimse seo, beidh do nóta déileálfar mar spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tíopa inneachar " -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "oibiacht ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "úsáideoir" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "Ainm úsáideoir" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "seoladh r-phost an t-úsáideoir" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL an t-úsáideora" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "trácht" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "Dáta/am curtha isteach" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Seol IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "poiblí" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Díthiceáil an bosca seo chun an nóta a thógáil as an suíomh." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "Scrioste" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -179,11 +179,11 @@ msgstr "" "Seic an bosca seo dá bbéadh an nóta tráchta seo míchuí. Taispeantar \"Bhí an " "nóta tráchta scrioste\" in áit an nóta tráchta seo." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "nótaí tráchta" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -191,7 +191,7 @@ msgstr "" "Bhí an nóta tráchta póstailte trí uaire trí úsáideoir fíordheimhnithe mar " "sin tá an ainm léamh-amhain." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -199,7 +199,7 @@ msgstr "" "Bhí an nóta tráchta póstailte trí úsáideoir fíordeimhnite mar sin tá an r-" "phost léamh amháin." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -214,19 +214,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "brat" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dáta" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "brat nóta tráchta" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "bratacha nótaí tráchta" diff --git a/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo b/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo index b25d17d110933b86a3721a5d853aec51e71f1125..9885a755164616d83aeb25e9610cd50998c79f41 100644 Binary files a/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/gl/LC_MESSAGES/django.po b/django/contrib/comments/locale/gl/LC_MESSAGES/django.po index c46db56d26bddfdeaf20842cc0b6045baa910dfc..829b404a91dec5edc424865a97868c5f612bd71e 100644 --- a/django/contrib/comments/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/gl/LC_MESSAGES/django.po @@ -8,68 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: fonso \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Contido" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadatos" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "con indicador" msgstr[1] "con indicador" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Poñer un indicador" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprobado" msgstr[1] "aprobados" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprobar os comentarios seleccionados" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminado" msgstr[1] "eliminados" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Eliminar os comentarios seleccionados" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "%(count)s comentarios foron %(action)s con éxito." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Comentarios en %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últimos comentarios en %(site_name)s" @@ -107,58 +107,58 @@ msgid "" msgstr "" "Se insire calquera cousa neste campo o seu comentario será tratado coma spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipo de contido" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID do obxecto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "usuario" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nome de usuario" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "enderedo electrónico do usuario" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL do usuario" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentario" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/hora do envío" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Enderezo IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "é público" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Desmarque esta casilla para eliminar o comentario definitivamente deste " "sitio." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "está borrado" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "Marque esta caixa se o comentario non é apropiado. Verase a mensaxe \"Este " "comentario foi borrado\" no canto do seu contido." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentarios" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Este comentario foi publicado por un usuario identificado e polo tanto o " "nome é de só lectura." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -186,7 +186,7 @@ msgstr "" "Este comentario foi publicado por un usuario identificado e polo tanto o " "enderezo de correo electrónico é de só lectura." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "indicador" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "indicador de comentarios" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "indicadores de comentarios" diff --git a/django/contrib/comments/locale/he/LC_MESSAGES/django.mo b/django/contrib/comments/locale/he/LC_MESSAGES/django.mo index 80e102f74a62e5dca66391fccd72512fb45988b1..fdbd124556ca6906b0a3f982c01c64f9861a1c02 100644 Binary files a/django/contrib/comments/locale/he/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/he/LC_MESSAGES/django.po b/django/contrib/comments/locale/he/LC_MESSAGES/django.po index 0719ce42c5f0dcf3e9f1a032bd8c432c24811d9c..3567e8e59c49c16101c641c4059c24ee9cb3f2c6 100644 --- a/django/contrib/comments/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/he/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "תוכן" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "מטא־נתונים" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "סומנה" msgstr[1] "סומנו" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "סמן תגובות שנבחרו" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "אושרה" msgstr[1] "אושרו" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "אשר תגובות שנבחרו" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "הוסרה" msgstr[1] "הוסרו" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "הסר תגובות שנבחרו" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "תגובה אחת %(action)s בהצלחה" msgstr[1] "%(count)s תגובות %(action)s בהצלחה" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "תגובות עבור %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "התגובות האחרונות על %(site_name)s" @@ -104,56 +104,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "אם יוזן משהו בשדה זה תגובתך תטופל כספאם" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "סוג תוכן" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "מזהה אובייקט" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "משתמש" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "שם משתמש" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "כתובת דוא\"ל משתמש" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "אתר המשתמש" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "תגובה" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "תאריך/שעת הגשה" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "כתובת IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "פומבי " -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "ביטול סימון התיבה יעלים בפועל את התגובה מהאתר" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "האם הוסר" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -161,23 +161,23 @@ msgstr "" "יש לסמן תיבה זו עבור תגובה לא נאותה. הודעת \"תגובה זו נמחקה\" תוצג במקום " "התגובה." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "תגובות" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "הודעה זו נשלחה ע\"י משתמש מחובר לכן השם אינו ניתן לשינוי." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "הודעה זו נשלחה ע\"י משתמש מחובר לכן כתובת הדוא\"ל אינה ניתנת לשינוי." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -192,19 +192,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "סימן" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "תאריך" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "סמן הערה" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "סמני הערה" diff --git a/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo b/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo index 29b3a1aee8beb0bb54d1a1c47fd6de4ab665dabf..358fcf827f1fa1172b2b91b4c2569c6596572cc7 100644 Binary files a/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/hi/LC_MESSAGES/django.po b/django/contrib/comments/locale/hi/LC_MESSAGES/django.po index 490b065036ef889226072d4ff9670a4cce29a265..2dd003a03a9171e739578c335f58a382f90b389d 100644 --- a/django/contrib/comments/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/hi/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Sandeep Satavlekar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "विषय सूची" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "मेटाडाटा" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "झंडी ऊंचायी" msgstr[1] "झंडी ऊंचायी" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "चयनित टिप्पणियों के लिए झंडी ऊंचाओ" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "स्वीकृत" msgstr[1] "स्वीकृत" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "चयनित टिप्पणियों को स्वीकार करो" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "हटाया" msgstr[1] "हटाया" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "चयनित टिप्पणियाँ हटाएँ" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s टिप्पणि सफलतापूर्वक %(action)s" msgstr[1] "%(count)s टिप्पणियाँ सफलतापूर्वक %(action)s" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s टिप्पणियाँ " -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s पर नवीनतम टिप्पणियाँ" @@ -107,56 +107,56 @@ msgstr "" "अगर आप इस क्षेत्र में कुछ भी दर्ज करते हो तो आप की टिप्पणी के साथ spam के जैसा सुलुख किया " "जायेगा" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "विषय-सूची प्रकार" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "वस्तु आइ डी" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "उपभोक्ता" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "प्रयोक्ता नाम" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "प्रयोक्ता ईमेल पता" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "प्रयोक्ता यू.आर.एल" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "टिप्पणी" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "तिथि/समय निवेदित" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "आइ.पि पता" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "सार्वजनिक है" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "इस टिप्पणी को प्रभावी रूप से साइट से गायब करने के लिए यह बॉक्स को अनचेक करें." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "हटाया गया" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "अगर टिप्पणी अनुचित है तो इस बॉक्स को चेक करें. एक \"यह टिप्पणी हटा दी गयी हैं\" संदेश " "प्रदर्शित किया जाएगा." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "टिप्पणियाँ" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "इस टिप्पणी को किसी प्राधिकृत उपयोगकर्ता द्वारा पोस्ट किया गया था और इसीलिए इस नाम " "को केवल पढ़ने के लिए है." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "इस टिप्पणी को किसी प्राधिकृत उपयोगकर्ता द्वारा पोस्ट किया गया था और इसीलिए यह ईमेल " "केवल पढ़ने के लिए है." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "झंडा" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "तिथि" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "टिप्पणी झंडा" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "टिप्पणी झंडे" diff --git a/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo b/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo index fce773b71802163357e185479cf1864206550b6e..2c2a09eb91866c113924a1488653cf2be7e509a9 100644 Binary files a/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/hr/LC_MESSAGES/django.po b/django/contrib/comments/locale/hr/LC_MESSAGES/django.po index 5799e47351cbbf7ba8f82af8cf739bf937b10e4d..27b64e4273b3ecb88f76e7b731e242ddf9299ce1 100644 --- a/django/contrib/comments/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/hr/LC_MESSAGES/django.po @@ -6,60 +6,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Sadržaj" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "oznaka" msgstr[1] "oznake" msgstr[2] "oznake" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Označi ovaj komentar" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "odobreno" msgstr[1] "odobrene" msgstr[2] "odobrene" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Odobri odabrane komentare" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "uklonjeno" msgstr[1] "uklonjena" msgstr[2] "uklonjena" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Ukloni odabrane komentare" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -67,12 +67,12 @@ msgstr[0] "%(count)s komentar je uspješno %(action)s." msgstr[1] "%(count)s komentara su uspješno %(action)s." msgstr[2] "%(count)s komentara su uspješno %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "komentari za %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Najnoviji komentari na %(site_name)s" @@ -110,56 +110,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Ako unesete nešto u ovo polje vaš komentar biti će tretiran kao spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tip sadržaja" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID objekta" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "korisnik" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "korisničko ime" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "e-mail adresa korisnika" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "korisnikov URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "datum/vrijeme unosa" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adresa" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "javno dostupno" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Uklonite oznaku da bi komentar nestao sa stranica." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "uklonjeno" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -167,11 +167,11 @@ msgstr "" "Uključite ako je komentar neprikladan. Umjesto komentara biti će prikazana " "poruka \"Komentar je uklonjen.\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentari" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -180,7 +180,7 @@ msgstr "" "\n" "%(text)s" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -190,7 +190,7 @@ msgstr "" "\n" "%(text)s" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -205,19 +205,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "oznaka" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "oznaka za komentar" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "oznake komentara" diff --git a/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo b/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo index e492258c52cfa9ddc36999ca356cc0d2bb2faaef..46125d43dc216856eca3f7c58acd4c7622218c87 100644 Binary files a/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/hu/LC_MESSAGES/django.po b/django/contrib/comments/locale/hu/LC_MESSAGES/django.po index 4be4d8786e4f6093cd546ccbc657edb1f32ac4e6..e42066892cf9ea9b30640513194d28afef7853fd 100644 --- a/django/contrib/comments/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/hu/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Szilveszter Farkas \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Tartalom" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metaadat" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "megjelölve" msgstr[1] "megjelölve" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Kiválasztott hozzászólások megjelölése" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "jóváhagyva" msgstr[1] "jóváhagyva" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Kiválasztott hozzászólások jóváhagyása" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "törölve" msgstr[1] "törölve" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Kiválasztott hozzászólások törlése" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s hozzászólás sikeresen %(action)s." msgstr[1] "%(count)s hozzászólás sikeresen %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s hozzászólások" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s legfrissebb hozzászólásai" @@ -107,58 +107,58 @@ msgstr "" "Ha bármit begépel ebbe a mezőbe, akkor azt szemétként fogja kezelni a " "rendszer" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tartalom típusa" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objektum ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "felhasználó" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "felhasználó neve" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "felhasználó e-mail címe" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "felhasználó URL-je" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "megjegyzés" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dátum/idő beállítva" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP cím" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "publikus" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Vegye ki a pipát a jelölőnégyzetből, hogy eltűntesse a hozzászólást az " "oldalról." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "eltávolítva" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "Jelöld be a négyzetet, ha a megjegyzés nem megfelelő. Az \"Ezt a megjegyzést " "törölték\" üzenet fog megjelenni helyette." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "hozzászólások" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Ezt a hozzászólást egy hitelesített felhasználó küldte be, ezért a név csak " "olvasható." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -186,7 +186,7 @@ msgstr "" "Ezt a hozzászólást egy hitelesített felhasználó küldte be, ezért az e-mail " "csak olvasható." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "megjelölés" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dátum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "hozzászólás megjelölés" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "hozzászólás megjelölés" diff --git a/django/contrib/comments/locale/ia/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8c728c4ce287a1e675742d37f4c1e9db514e7836 Binary files /dev/null and b/django/contrib/comments/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ia/LC_MESSAGES/django.po b/django/contrib/comments/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..06e863102b823ba355b8ab90b7444c98551630c2 --- /dev/null +++ b/django/contrib/comments/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,306 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-09-19 23:34+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:25 +msgid "Content" +msgstr "Contento" + +#: admin.py:28 +msgid "Metadata" +msgstr "Metadatos" + +#: admin.py:55 +msgid "flagged" +msgid_plural "flagged" +msgstr[0] "marcate" +msgstr[1] "marcate" + +#: admin.py:56 +msgid "Flag selected comments" +msgstr "Marcar le commentos seligite" + +#: admin.py:60 +msgid "approved" +msgid_plural "approved" +msgstr[0] "approbate" +msgstr[1] "approbate" + +#: admin.py:61 +msgid "Approve selected comments" +msgstr "Approbar le commentos seligite" + +#: admin.py:65 +msgid "removed" +msgid_plural "removed" +msgstr[0] "removite" +msgstr[1] "removite" + +#: admin.py:66 +msgid "Remove selected comments" +msgstr "Remover le commentos seligite" + +#: admin.py:78 +#, python-format +msgid "1 comment was successfully %(action)s." +msgid_plural "%(count)s comments were successfully %(action)s." +msgstr[0] "1 commento ha essite %(action)s con successo." +msgstr[1] "%(count)s commentos ha essite %(action)s con successo." + +#: feeds.py:14 +#, python-format +msgid "%(site_name)s comments" +msgstr "Commentos de %(site_name)s" + +#: feeds.py:20 +#, python-format +msgid "Latest comments on %(site_name)s" +msgstr "Ultime commentos in %(site_name)s" + +#: forms.py:96 +msgid "Name" +msgstr "Nomine" + +#: forms.py:97 +msgid "Email address" +msgstr "Adresse de e-mail" + +#: forms.py:98 +msgid "URL" +msgstr "URL" + +#: forms.py:99 +msgid "Comment" +msgstr "Commento" + +#: forms.py:177 +#, python-format +msgid "Watch your mouth! The word %s is not allowed here." +msgid_plural "Watch your mouth! The words %s are not allowed here." +msgstr[0] "Le parola %s non es permittite hic." +msgstr[1] "Le parolas %s non es permittite hic." + +#: forms.py:181 templates/comments/preview.html:16 +msgid "and" +msgstr "e" + +#: forms.py:186 +msgid "" +"If you enter anything in this field your comment will be treated as spam" +msgstr "" +"Si tu insere qualcosa in iste campo, tu commento essera tractate como spam." + +#: models.py:23 +msgid "content type" +msgstr "typo de contento" + +#: models.py:25 +msgid "object ID" +msgstr "ID del objecto" + +#: models.py:53 models.py:177 +msgid "user" +msgstr "usator" + +#: models.py:55 +msgid "user's name" +msgstr "nomine del usator" + +#: models.py:56 +msgid "user's email address" +msgstr "adresse de e-mail del usator" + +#: models.py:57 +msgid "user's URL" +msgstr "URL del usator" + +#: models.py:59 models.py:79 models.py:178 +msgid "comment" +msgstr "commento" + +#: models.py:62 +msgid "date/time submitted" +msgstr "data/hora de submission" + +#: models.py:63 +msgid "IP address" +msgstr "adresse IP" + +#: models.py:64 +msgid "is public" +msgstr "es public" + +#: models.py:65 +msgid "" +"Uncheck this box to make the comment effectively disappear from the site." +msgstr "" +"Dismarca iste quadro pro facer le commento effectivemente disparer de iste " +"sito." + +#: models.py:67 +msgid "is removed" +msgstr "es removite" + +#: models.py:68 +msgid "" +"Check this box if the comment is inappropriate. A \"This comment has been " +"removed\" message will be displayed instead." +msgstr "" +"Marca iste quadro si le commento es inappropriate. Un message \"iste " +"commento ha essite removite\" essera monstrate in su loco." + +#: models.py:80 +msgid "comments" +msgstr "commentos" + +#: models.py:124 +msgid "" +"This comment was posted by an authenticated user and thus the name is read-" +"only." +msgstr "" +"Iste commento ha essite publicate per un usator authenticate e dunque le " +"nomine es immodificabile." + +#: models.py:134 +msgid "" +"This comment was posted by an authenticated user and thus the email is read-" +"only." +msgstr "" +"Iste commento ha essite publicate per un usator authenticate e dunque le " +"adresse de e-mail es immodificabile." + +#: models.py:160 +#, python-format +msgid "" +"Posted by %(user)s at %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" +msgstr "" +"Publicate per %(user)s le %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" + +#: models.py:179 +msgid "flag" +msgstr "marca" + +#: models.py:180 +msgid "date" +msgstr "data" + +#: models.py:190 +msgid "comment flag" +msgstr "marcation de commento" + +#: models.py:191 +msgid "comment flags" +msgstr "marcationes de commento" + +#: templates/comments/approve.html:4 +msgid "Approve a comment" +msgstr "Approbar un commento" + +#: templates/comments/approve.html:7 +msgid "Really make this comment public?" +msgstr "Es tu secur de voler render iste commento public?" + +#: templates/comments/approve.html:12 +msgid "Approve" +msgstr "Approbar" + +#: templates/comments/approved.html:4 +msgid "Thanks for approving" +msgstr "Gratias pro approbar" + +#: templates/comments/approved.html:7 templates/comments/deleted.html:7 +#: templates/comments/flagged.html:7 +msgid "" +"Thanks for taking the time to improve the quality of discussion on our site" +msgstr "" +"Gratias pro prender le tempore pro meliorar le qualitate del discussion in " +"nostre sito" + +#: templates/comments/delete.html:4 +msgid "Remove a comment" +msgstr "Remover un commento" + +#: templates/comments/delete.html:7 +msgid "Really remove this comment?" +msgstr "Es tu secur de voler remover iste commento?" + +#: templates/comments/delete.html:12 +msgid "Remove" +msgstr "Remover" + +#: templates/comments/deleted.html:4 +msgid "Thanks for removing" +msgstr "Gratias pro remover" + +#: templates/comments/flag.html:4 +msgid "Flag this comment" +msgstr "Marcar iste commento" + +#: templates/comments/flag.html:7 +msgid "Really flag this comment?" +msgstr "Es tu secur de voler marcar iste commento?" + +#: templates/comments/flag.html:12 +msgid "Flag" +msgstr "Marcar" + +#: templates/comments/flagged.html:4 +msgid "Thanks for flagging" +msgstr "Gratias pro marcar" + +#: templates/comments/form.html:17 templates/comments/preview.html:32 +msgid "Post" +msgstr "Publicar" + +#: templates/comments/form.html:18 templates/comments/preview.html:33 +msgid "Preview" +msgstr "Previsualisar" + +#: templates/comments/posted.html:4 +msgid "Thanks for commenting" +msgstr "Gratias pro commentar" + +#: templates/comments/posted.html:7 +msgid "Thank you for your comment" +msgstr "Gratias pro tu commento" + +#: templates/comments/preview.html:4 templates/comments/preview.html.py:13 +msgid "Preview your comment" +msgstr "Previsualisar tu commento" + +#: templates/comments/preview.html:11 +msgid "Please correct the error below" +msgid_plural "Please correct the errors below" +msgstr[0] "Per favor corrige le error sequente" +msgstr[1] "Per favor corrige le errores sequente" + +#: templates/comments/preview.html:16 +msgid "Post your comment" +msgstr "Publicar tu commento" + +#: templates/comments/preview.html:16 +msgid "or make changes" +msgstr "o facer modificationes" diff --git a/django/contrib/comments/locale/id/LC_MESSAGES/django.mo b/django/contrib/comments/locale/id/LC_MESSAGES/django.mo index f47d6479dc378cbf4fffb64476f16c6af3b33871..d58452d3a846ef29c1df5b5ac21928b2a71f41a4 100644 Binary files a/django/contrib/comments/locale/id/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/id/LC_MESSAGES/django.po b/django/contrib/comments/locale/id/LC_MESSAGES/django.po index 55a555386766f8e79e0aad8768a91d4cb141d08c..812f7a2de0116a30dce713b09ae3b7a963697bbc 100644 --- a/django/contrib/comments/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/id/LC_MESSAGES/django.po @@ -7,64 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Isi" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "ditandai" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Tandai komentar terpilih" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "disetujui" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Setujui komentar terpilih" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "dihapus" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Hapus komentar terpilih" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s komentar berhasil %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "komentar pada %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Komentar terbaru pada %(site_name)s" @@ -100,57 +100,57 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Jika Anda mengisi bidang ini, komentar Anda akan dianggap sebagai spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipe konten" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID objek" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "pengguna" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nama pengguna" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "alamat email pengguna" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL pengguna" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "tanggal/waktu dikirim" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "alamat IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "untuk umum" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Hapus centang pada kotak ini agar komentar tidak ditampilkan pada situs." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "telah dihapus" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -158,11 +158,11 @@ msgstr "" "Centang kotak ini jika komentar tidak pantas. Pesan \"Komentar ini telah " "dihapus\" akan ditampilkan sebagai penggantinya." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentar" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -170,7 +170,7 @@ msgstr "" "Komentar ini dikirim oleh seorang pengguna terautentikasi sehingga nama " "pengguna tidak dapat diubah." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Komentar ini dikirim oleh seorang pengguna terautentikasi sehingga alamat " "email tidak dapat diubah." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -193,19 +193,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "tanda" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "tanggal" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "tanda komentar" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "tanda komentar" diff --git a/django/contrib/comments/locale/is/LC_MESSAGES/django.mo b/django/contrib/comments/locale/is/LC_MESSAGES/django.mo index 14dc6e483649cf534f2f511f7bb7e9ddbcb1afd7..63e04116851ea878c15dfcccf39bd636465fb1fb 100644 Binary files a/django/contrib/comments/locale/is/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/is/LC_MESSAGES/django.po b/django/contrib/comments/locale/is/LC_MESSAGES/django.po index 721c2dd4a59ada5af9bff33f7f11d3031fa00330..1918df3193971c35ea80a39876bfd5413b9b700c 100644 --- a/django/contrib/comments/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/is/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Innihald" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Hengigögn" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "flaggað" msgstr[1] "flaggað" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Flagga valdar athugasemdir" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "samþykkt" msgstr[1] "samþykkt" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Samþykkja valdar athugasemdir" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "fjarlægð" msgstr[1] "fjarlægðar" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Fjarlægja valdar athugasemdir" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "Það tókst að %(action)s %(count)s athugasemdum." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s: athugasemdir" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Nýjustu athugasemdir á %(site_name)s" @@ -107,56 +107,56 @@ msgstr "" "Ef þú skrifar eitthvað hérna verður athugasemdin sjálfkrafa meðhöndluð sem " "ruslpóstur" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "efnistag" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "kenni hlutar" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "notandi" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nafn notanda" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "netfang notanda" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "veffang notanda" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "athugasemd" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "innsent dags/tími" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP tala" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "er öllum sýnilegt" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Taktu hakið úr til að fjarlægja athugasemdina af vefsíðunni." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "hefur verið fjarlægt" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "Hakaðu við þennan reit ef athugasemdin er óviðeigandi. Skilaboðin „Þessi " "athugasemd hefur verið fjarlægð“ birtist í staðinn." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "athugasemdir" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "Athugasemdin var send inn af innskráðum notanda og því er ekki hægt að " "breyta nafninu." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Athugasemdin var send inn af innskráðum notanda og því er ekki hægt að " "breyta netfanginu." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "flagga" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dagsetning" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "flagg athugasemdar" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "flögg athugasemdar" diff --git a/django/contrib/comments/locale/it/LC_MESSAGES/django.mo b/django/contrib/comments/locale/it/LC_MESSAGES/django.mo index 6bd794ccf9e5f6f165521cd9ecf567ec3e1827fd..7a81e75d9454d4ba828d6c59ce5a337dca937cdd 100644 Binary files a/django/contrib/comments/locale/it/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/it/LC_MESSAGES/django.po b/django/contrib/comments/locale/it/LC_MESSAGES/django.po index 70b89cf27af0b47d3b6799213610b796eef8587f..73192f7d352bea6650547699dc68de3977135c6f 100644 --- a/django/contrib/comments/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/it/LC_MESSAGES/django.po @@ -7,56 +7,56 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Contenuto" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadati" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "segnalato" msgstr[1] "segnalati" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Segnala i commenti selezionati" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "approvato" msgstr[1] "approvati" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Approva i commenti selezionati" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminato" msgstr[1] "eliminati" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Elimina i commenti selezionati" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -64,12 +64,12 @@ msgstr[0] "Ad 1 commento è stata applicata con successo l'azione %(action)s." msgstr[1] "" "A %(count)s commenti è stata applicata con successo l'azione %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "commenti su %(site_name)s " -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Commenti più recenti su %(site_name)s" @@ -107,57 +107,57 @@ msgid "" msgstr "" "Se inserisci qualcosa in questo campo, il tuo commento verrà considerato spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "content type" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID dell'oggetto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "utente" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nome utente" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "indirizzo email utente" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL utente" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "commento" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/ora di inserimento" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "indirizzo IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "è pubblico" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Deseleziona questa casella per far sparire del tutto il commento dal sito." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "è eliminato" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -165,11 +165,11 @@ msgstr "" "Seleziona la casella se il commento è inappropriato. Verrà sostituito dal " "messaggio \"Questo commento è stato rimosso\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "commenti" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "Questo commento è stato inserito da un utente autenticato e quindi il nome " "non è modificabile." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -185,7 +185,7 @@ msgstr "" "Questo commento è stato inserito da un utente autenticato e quindi l'email " "non è modificabile." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -200,19 +200,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "Segnala" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "segnalazione commento" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "segnalazioni commenti" diff --git a/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo index 7f11a538d2085254f1a78ab5d91fe86f3f77c01d..e8600c3a4ffd20789d0a0c0535250966117e7eab 100644 Binary files a/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ja/LC_MESSAGES/django.po b/django/contrib/comments/locale/ja/LC_MESSAGES/django.po index 5c0b8456a6b19ff06b84d5340c1c8650c88a0ed4..50605ab4792d828ee561180e36c5cf09afeab000 100644 --- a/django/contrib/comments/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ja/LC_MESSAGES/django.po @@ -6,64 +6,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-04 16:06+0000\n" +"Last-Translator: Yoichi Fujimoto \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "内容" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "メタデータ" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "にフラグが付きました" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "選択したコメントにフラグを付ける" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "は承認されました" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "選択したコメントを承認する" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "は削除されました" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "コメントを削除する" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s個のコメント%(action)s。" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s のコメント" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s の最新コメント" @@ -99,57 +99,57 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "このフィールドに入力するとコメントはスパム扱いされます" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "コンテンツタイプ" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "オブジェクト ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" -msgstr "ユーザ" +msgstr "ユーザー" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "名前" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "メールアドレス" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "コメント" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "コメント投稿日時" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP アドレス" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "は公開中です" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "手っ取り早くコメントをサイトから消すにはここのチェックを外してください。" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "は削除されました" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -157,11 +157,11 @@ msgstr "" "コメントが不適切な場合はチェックを入れてください。「コメントは削除されまし" "た」と表示されるようになります。" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "コメント" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -169,7 +169,7 @@ msgstr "" "このコメントは認証済みユーザーによって投稿されたため、名前は読み取り専用で" "す。" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "このコメントは認証済みユーザーによって投稿されたため、メールアドレスは読み取" "り専用です。" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -192,19 +192,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "フラグ" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "フラグを付けた日時" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "コメントフラグ" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "コメントフラグ" diff --git a/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo index cc00e60f0e6022840185cba4bdfd6b72555030d9..850becbe3b63c79cf16a3149229e692ddaac9bf0 100644 Binary files a/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ka/LC_MESSAGES/django.po b/django/contrib/comments/locale/ka/LC_MESSAGES/django.po index 0c11d77dde5e7b74e89d7a194d3a296c02489e4a..afedc53e596c12e7f1808d343818a6650a6fa5f8 100644 --- a/django/contrib/comments/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ka/LC_MESSAGES/django.po @@ -7,64 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "კონტენტი" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "მეტა-მონაცემები" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "დროშა" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "არჩეულ კომენტარებზე დროშის დასმა" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "დამტკიცებულია" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "არჩეული კომენტარების დამტკიცება" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "წაშლილია" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "არჩეული კომენტარების წაშლა" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "წარმატებით %(action)s %(count)s კომენტარი" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s-ის კომენტარები" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "ბოლო კომენტარები %(site_name)s-ზე" @@ -100,56 +100,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "თუ თვენ შეიყვანთ რამეს ამ ველში, თქვენი კომენტარი სპამად აღიქმება" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "კონტენტის ტიპი" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ობიექტის ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "მომხმარებელი" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "მომხმარებლის სახელი" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "მომხმარებლის ელ. ფოსტა" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "მომხმარებლის URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "კომენტარი" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "გაგზავნის თარიღი და დრო" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-მისამართი" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "საყოველთაოა" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "გადანიშნეთ ეს დროშა, რათა კომენტარი რეალურად გაქრეს საიტიდან." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "წაშლილია" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -157,11 +157,11 @@ msgstr "" "მონიშნეთ ეს დროშა, თუ კომენტარი შეუსაბამოა. მის ნაცვლად გაჩნდება " "შეტყობინება: \"კომენტარი წაშლილია\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "კომენტარები" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -169,7 +169,7 @@ msgstr "" "ეს კომენტარი გამოგზავნილია აუდენტიფიცირებული მომხმარებლის მიერ, და ამიტომ " "სახელის შეცვლა შეუძლებელია." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "ეს კომენტარი გამოგზავნილია აუდენტიფიცირებული მომხმარებლის მიერ, და ამიტომ " "ელ. ფოსტის შეცვლა შეუძლებელია." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -192,19 +192,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "დროშა" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "თარიღი" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "კომენტარის დროშა" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "კომენტარის დროშები" diff --git a/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo b/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo index a0681a531b01fb70b85d06de673c030e421fb1aa..4ec3c83f0bed534d1d001ccb9cb40cd1c700eda5 100644 Binary files a/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/kk/LC_MESSAGES/django.po b/django/contrib/comments/locale/kk/LC_MESSAGES/django.po index 6f7c0d52fce131e8dcaeb0e389822fbe1588c7a1..d8e04f9b1279ea23705a9998dcd2a60f9b0a9865 100644 --- a/django/contrib/comments/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/kk/LC_MESSAGES/django.po @@ -7,53 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Мазмұн" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Метадата" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "белгіленген" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Таңдалған коментарийлерді белгілеу" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "Расталған" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Таңдалған аңғартпаларды бекіту" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "өшірілген" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Таңдалған аңғартпаларды өшіру" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -61,12 +61,12 @@ msgstr[0] "" "one: 1 аңғартпа ойдағыдай %(action)s.\n" "other: %(count)s аңғартпа ойдағыдай %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s аңғартпалары" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Соңғы %(site_name)s аңғартпалары" @@ -107,56 +107,56 @@ msgstr "" "Егер сіз бұл жолаққа қандай да бір нарсені енгізсеңіз, сіздің коментариіңіз " "спам ретінде белгіленеді." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "мазмұн түрі" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "нысан ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "пайдаланушы" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "пайдаланушының есімі" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "пайдаланушының email адресі" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "пайдаланушының URLі" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "аңғартпа" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "жіберілген күні/уықыты" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP адрес" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "ашық" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Анғартпаның сайттан жоғалуы үшін құсбелгіні алып тастаңыз." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "өшірілген" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,23 +164,23 @@ msgstr "" "Анғартпа дұрыс болмаса құсбелгігі қойыңыз. Орнына \"Бұл анғартпа өшірілді\" " "деген хабар көрінеді." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "анғартпалар" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "Бұл аңғартпа пайдаланушы орналастырған үшін аты өзгертілмейді." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "Бұл аңғартпа пайдаланушы орналастырған үшін email өзгертілмейді." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -195,19 +195,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "жалауша" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "мерзім" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "Аңғартпа жалаушасы" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "Аңғартпа жалаушалары" diff --git a/django/contrib/comments/locale/km/LC_MESSAGES/django.mo b/django/contrib/comments/locale/km/LC_MESSAGES/django.mo index e7a4c8dd0541cc0ded7716a7a5c42b18a4702e66..d5262058028b3c05d50d2451066bfb4979f2cb7f 100644 Binary files a/django/contrib/comments/locale/km/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/km/LC_MESSAGES/django.po b/django/contrib/comments/locale/km/LC_MESSAGES/django.po index b2a38bde81b741fb8d40fa9e27aa6a3460eeaf02..d15e71466343530a367edae36cc7cda017fe82f2 100644 --- a/django/contrib/comments/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/km/LC_MESSAGES/django.po @@ -6,63 +6,63 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "អត្ថបទ" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -98,56 +98,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "ប្រភេទអត្ថន័យ" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "លេខ​សំគាល់​កម្មវិធី" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "សមាជិក" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "មតិ​យោបល់" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "កាល​បរិច្ឆេទនៃ​ការ​សរសេរ​​" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "លេខ IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "ផ្សព្វផ្សាយ​ជាសធារណៈ" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "ត្រូវ​បាន​លប់​ចេញ" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -155,23 +155,23 @@ msgstr "" "សូម​ចុច​ជ្រើសរើស​យក​ប្រអប់​នេះ​ ប្រសិន​បើ​មតិ​យោបល់​មិនសមរម្យ។ ឃ្លា \" មតិ​យោបល់​នេះ​ត្រូវបាន​គេលប់​\" នឹងត្រូវ​" "បង្ហាញ​ជំនួស​វិញ។" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "មតិ​យោបល់" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -186,19 +186,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "​កាលបរិច្ឆេទ" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo b/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo index 17e6ddf49b86ea4456fd81530074ee4b737f89b4..f18618bba5ac793d53d647453ef4423cfda7898c 100644 Binary files a/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/kn/LC_MESSAGES/django.po b/django/contrib/comments/locale/kn/LC_MESSAGES/django.po index 7c0de610f1f53768f189097915b63a58599ba570..2aea3902414b7ab6b1e2de7e59bf06ef204c21fb 100644 --- a/django/contrib/comments/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/kn/LC_MESSAGES/django.po @@ -7,64 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: karthikbgl \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "ವಿಷಯ" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -100,56 +100,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "ಒಳವಿಷಯದ ಬಗೆ" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ವಸ್ತುವಿನ ಐಡಿ" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "ಬಳಕೆದಾರ" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "ಬಳಕೆದಾರನ ಹೆಸರು" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "ಟಿಪ್ಪಣಿ" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "ಸಲ್ಲಿಸಿದ ದಿನಾಂಕ/ಸಮಯ" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP ವಿಳಾಸ" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "ಸಾರ್ವಜನಿಕವಾಗಿದೆ" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "ತೆಗೆದು ಹಾಕಲಾಗಿದೆ" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -157,23 +157,23 @@ msgstr "" "ಟಿಪ್ಪಣಿ ಅನುಚಿತವಾಗಿ ಇದ್ದಲ್ಲಿ ಈ ಚೌಕದಲ್ಲಿ ಗುರುತು ಮಾಡಿ. ಅದರ ಬದಲಾಗಿ \"ಈ ಟಿಪ್ಪಣಿ " "ತೆಗೆದುಹಾಕಲಾಗಿದೆ\" ಎಂಬ ಸಂದೇಶವನ್ನು ತೋರಿಸಲಾಗುವುದು." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "ಟಿಪ್ಪಣಿಗಳು" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -188,19 +188,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s ಸಲ್ಲಿಸಿದ್ದು" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "ದಿನಾಂಕ" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo index 1fa5435e13e268d1c62a67b1b91778bcadbc4b52..4d344082794636100a386e2e33b49f5bfef1a778 100644 Binary files a/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ko/LC_MESSAGES/django.po b/django/contrib/comments/locale/ko/LC_MESSAGES/django.po index 57c4316ff8742061b7448e0f82563ee74679107a..51f5bace196c400ac823d2f90970132b90c4d215 100644 --- a/django/contrib/comments/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ko/LC_MESSAGES/django.po @@ -6,64 +6,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "내용" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "메타데이터" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "플래그되었습니다" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "선택된 코멘트에 플래그 달기" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "승인되었습니다" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "선택된 코멘트 승인하기" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "삭제되었습니다" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "선택된 코멘트 삭제" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s개의 코멘트가 성공적으로 %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s 의 코멘트" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s 의 사용자 비밀번호가 초기화 되었습니다." @@ -99,56 +99,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "이 필드에 무엇이라도 입력하면 코멘트는 스팸으로 처리될 것입니다." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "콘텐츠 타입" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "오브젝트 ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "사용자" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "사용자명" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "사용자 이메일 주소" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "사용자 URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "코멘트" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "날짜/시간 확인" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP 주소" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "공개합니다." -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "이 사이트에서 코멘트가 나타나지 않게 하려면 체크 해제하세요." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "삭제합니다." -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -156,23 +156,23 @@ msgstr "" "코멘트가 부적절한 경우 체크하세요. \"코멘트가 삭제되었습니다.\" 메시지가 표시" "됩니다." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "코멘트(들)" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "이 코멘트는 등록된 사용자가 작성하였으므로 읽기 전용입니다." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "이 코멘트는 등록된 사용자가 작성하였으므로 읽기 전용입니다." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -187,19 +187,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "플래그" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "날짜" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "코멘트 플래그" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "코멘트 플래그" diff --git a/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo b/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo index 770be4f3f01bd94c50828b736e073378f2bb7935..3e165431f876a3e91d059b8243ba60e919656966 100644 Binary files a/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/lt/LC_MESSAGES/django.po b/django/contrib/comments/locale/lt/LC_MESSAGES/django.po index 40865afee98dd87bd941bfde920b9eb3eddae762..dcd12982cadc8f5f6f094df56cd667e202480d19 100644 --- a/django/contrib/comments/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/lt/LC_MESSAGES/django.po @@ -8,60 +8,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 16:58+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Turinys" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Meta-duomenys" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "pažymėtas" msgstr[1] "pažymėti" msgstr[2] "pažymėti" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Žymėti pasirinktus komentarus" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "patvirtintas" msgstr[1] "patvirtinti" msgstr[2] "patvirtinti" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Patvirtinti pasirinktus komentarus" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "pašalintas" msgstr[1] "pašalinti" msgstr[2] "pašalinti" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Pašalinti pasirinktus įrašus" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -69,12 +69,12 @@ msgstr[0] "%(count)s komentaras buvo sėkmingai %(action)s." msgstr[1] "%(count)s komentarai buvo sėkmingai %(action)s." msgstr[2] "%(count)s komentarai buvo sėkmingai %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s komentarai" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Paskutiniai %(site_name)s komentarai" @@ -113,56 +113,56 @@ msgid "" msgstr "" "Jei ką nors įrašysite į šį laukelį, jūsų komentaras bus laikomas brukalu" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "turinio tipas" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekto ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "vartotojas" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "vartotojo vardas" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "vartotojo el. pašto adresas" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "vartotojo nuoroda" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentaras" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "įvesta data/laikas" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adresas" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "viešas" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Nuimkite šį žymejimą, kad komentaras būtų panaikintas." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "pašalintas" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -170,11 +170,11 @@ msgstr "" "Pažymėkite šį laukelį, jei komentaras netinkamas. \"Šis komentaras ištrintas" "\" bus rodoma." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentarai" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -182,7 +182,7 @@ msgstr "" "Šis komentaras buvo paskelbtas neprisijungusio vartotojo, todel vardas yra " "neredaguojamas." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -190,7 +190,7 @@ msgstr "" "Šis komentaras buvo paskelbtas neprisijungusio vartotojo, todel el. pašto " "adresas yra neredaguojamas." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -205,19 +205,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "žymė" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "Data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "Komentaro žymė" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "Komentaro žymės" diff --git a/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo b/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo index 32ba22b16ac680103d099d50a0c4837d491d78a6..dda6b21f73762158856935d0dac60de626342978 100644 Binary files a/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/lv/LC_MESSAGES/django.po b/django/contrib/comments/locale/lv/LC_MESSAGES/django.po index 7806772a839d654e80dc1c1d7efe561122c12bc5..0914841ea3446d4a911a9ab6178a33b07326c7eb 100644 --- a/django/contrib/comments/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/lv/LC_MESSAGES/django.po @@ -6,60 +6,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Saturs" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadati" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "atzīmēts" msgstr[1] "atzīmēti" msgstr[2] "atzīmēts" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Atzīmēt izvēlētos komentārus" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "apstiprināts" msgstr[1] "apstiprināti" msgstr[2] "apstiprināti" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Apstiprināt izvēlētos komentārus" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "dzēsts" msgstr[1] "dzēsti" msgstr[2] "dzēsts" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Dzēst izvēlētos komentārus" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -67,12 +67,12 @@ msgstr[0] "%(count)s komentārs tika veiksmīgi %(action)s." msgstr[1] "%(count)s komentāri tika veiksmīgi %(action)s." msgstr[2] "%(count)s komentāru tika veiksmīgi %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s komentāri" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Pēdējie komentāri lapā %(site_name)s" @@ -110,56 +110,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Ja aizpildīsiet šo lauku, tad komentārs tiks uzskatīts par spamu" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "satura tips" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekta ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "lietotājs" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "lietotāja vārds" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "lietotāja e-pasta adrese" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "lietotāja URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentārs" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "nosūtīšanas datums/laiks" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adrese" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "publisks" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Noņemiet ķeksi, lai komentārs neparādītos lapā." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "dzēsts" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -167,11 +167,11 @@ msgstr "" "Atķeksējiet, ja komentārs ir neatbilstošs (nepieklājīgs). Tā vietā tiks " "rādīts paziņojums \"Šis komentārs ir izdzēsts\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentāri" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -179,7 +179,7 @@ msgstr "" "Šo komentāru rakstīja autentificēts lietotājs, tāpēc vārds ir tikai " "lasīšanas režīmā." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -187,7 +187,7 @@ msgstr "" "Šo komentāru rakstīja autentificēts lietotājs, tāpēc e-pasts ir tikai " "lasīšanas režīmā." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -202,19 +202,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "atzīmēt" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datums" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "komentāra atzīmējums" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "komentāra atzīmējumi" diff --git a/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo b/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo index afcdbd95449a9f483c3edf91edf558d56603999a..a2b3dc49d9a3f2196afb995508dea33370acf454 100644 Binary files a/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/mk/LC_MESSAGES/django.po b/django/contrib/comments/locale/mk/LC_MESSAGES/django.po index f1ebfe770297a4c83d1518e21e224c14635d365b..d98772b431da98ce382cab788703854786486e4e 100644 --- a/django/contrib/comments/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/mk/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Содржина" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Метаподатоци" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "обележан" msgstr[1] "обележани" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Обележи го одбраните коментари" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "одобрен" msgstr[1] "одобрени" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Одобри ги одбраните коментари" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "отстранет" msgstr[1] "отстранети" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Отстрани ги избраните коментари" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 коментар беше успешно %(action)s." msgstr[1] "%(count)s коментари беа успешно %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "коментари за %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Последни коментари за %(site_name)s" @@ -105,57 +105,57 @@ msgid "" msgstr "" "Ако внесете нешто во ова поле вашиот коментар ќе биде означен како спам" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "тип на содржина" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "object ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "корисник" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "името на корисникот" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "е-пошта на корисникот" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "веб страна на корсникот" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "коментар" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "датум/време пријавен" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "ИП адреса" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "е јавен" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Одштиклирајте го ова за да направите коментаров да исчезне од овој сајт." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "е отстранет" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -163,11 +163,11 @@ msgstr "" "Штиклирајте го ова поле ако коментарот не е пригоден. Наместо него пораката " "„Овој коментар беше отстранет“ ќе биде прикажана." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "коментари" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -175,7 +175,7 @@ msgstr "" "Овој коментар бил пратен од автентициран корисник и затоа името е заштитено " "од промена." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -183,7 +183,7 @@ msgstr "" "Овој коментар бил пратен од автентициран корисник и затоа е-пошта е " "заштитена од промена." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -198,19 +198,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "обележи" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "датум" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "обележје за коментар" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "обележја за коментари" diff --git a/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo index b7608b4232163d3144a5d49276307a52fc5e70f0..8f3bb1c3d69c572e9010db6a488f57836e3599fb 100644 Binary files a/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ml/LC_MESSAGES/django.po b/django/contrib/comments/locale/ml/LC_MESSAGES/django.po index a77a29288e6aec57e19f0f669f3df5b36fc7c54f..35a5a8e7ea26817e9e025d33f383e53b88ebee94 100644 --- a/django/contrib/comments/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ml/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "ഉള്ളടക്കം" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "മെറ്റാ-ഡാറ്റ" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "അടയാളപ്പെടുത്തി" msgstr[1] "അടയാളപ്പെടുത്തി" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "തെരഞ്ഞെടുത്ത അഭിപ്രായങ്ങള്‍ അടയാളപ്പെടുത്തുക" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "അംഗീകരിച്ചു" msgstr[1] "അംഗീകരിച്ചു" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "തെരഞ്ഞെടുത്ത അഭിപ്രായങ്ങള്‍ അംഗീകരിക്കുക" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "നീക്കം ചെയ്തു" msgstr[1] "നീക്കം ചെയ്തു" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "തെരഞ്ഞെടുത്ത അഭിപ്രായങ്ങള്‍ നീക്കം ചെയ്യുക" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 അഭിപ്രായം വിജയകരമായി %(action)s." msgstr[1] "%(count)s അഭിപ്രായങ്ങള്‍ വിജയകരമായി %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s അഭിപ്രായങ്ങള്‍" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s ലെ ഏറ്റവും പുതിയ അഭിപ്രായങ്ങള്‍" @@ -105,56 +105,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "ഈ കള്ളിയില്‍ എന്തെങ്കിലും രേഖപ്പെടുത്തിയാല്‍ നിങ്ങളുടെ അഭിപ്രായം സ്പാം ആയി കണക്കാക്കും" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "ഏതു തരം ഉള്ളടക്കം" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "വസ്തുവിന്റെ ID (തിരിച്ചറിയല്‍ സംഖ്യ)" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "യൂസര്‍ (ഉപയോക്താവ്)" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "യൂസറുടെ പേര്" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "യൂസറുടെ ഇ-മെയില്‍ വിലാസം" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "യൂസറുടെ URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "അഭിപ്രായം" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "സമര്‍പ്പിച്ച തീയതി/സമയം" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP വിലാസം" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "പരസ്യമാണ്" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "അഭിപ്രായം സൈറ്റില്‍ നിന്നും ഫലപ്രദമായി നീക്കം ചെയ്യാന്‍ ഈ ബോക്സിലെ ടിക് ഒഴിവാക്കുക." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "നീക്കം ചെയ്തു." -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -162,17 +162,17 @@ msgstr "" "അഭിപ്രായം അനുചിതമെങ്കില്‍ ഈ ബോക്സ് ടിക് ചെയ്യുക. \"ഈ അഭിപ്രായം നീക്കം ചെയ്തു \" എന്ന സന്ദേശം " "ആയിരിക്കും പകരം കാണുക." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "അഭിപ്രായങ്ങള്‍" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "ഈ അഭിപ്രായം ഒരു അംഗീകൃത യൂസര്‍ രേഖപ്പെടുത്തിയതാണ്. അതിനാല്‍ പേര് വായിക്കാന്‍ മാത്രം." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -180,7 +180,7 @@ msgstr "" "ഈ അഭിപ്രായം ഒരു അംഗീകൃത യൂസര്‍ രേഖപ്പെടുത്തിയതാണ്. അതിനാല്‍ ഇ-മെയില്‍ വിലാസം വായിക്കാന്‍ " "മാത്രം." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -195,19 +195,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "അടയാളം" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "തീയതി" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "അഭിപ്രായ അടയാളം" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "അഭിപ്രായ അടയാളങ്ങള്‍" diff --git a/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo b/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo index 4475f1710cfab5f82ce9754890f9584806ae8659..1f2d18648c2ab67a09139c6905f86ec1f183af1e 100644 Binary files a/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/mn/LC_MESSAGES/django.po b/django/contrib/comments/locale/mn/LC_MESSAGES/django.po index a13b9fbcdf0ae61e99f4f66b9436607eb8106b2e..a18be88721a487bc15dee8bc754622314fb3a226 100644 --- a/django/contrib/comments/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/mn/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Агуулга" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Мета өгөгдөл" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "тэгдэглсэн" msgstr[1] "тэгдэглсэн" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Сонгосон сэтгэгдэлүүдийг тэмдэглэ" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "зөвшөөрөх" msgstr[1] "зөвшөөрөх" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Сонгосон сэтгэгдэлүүдийг зөвшөөрөх" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "устгасан" msgstr[1] "устгасан" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Сонгосон сэтгэгдэлүүдийг утсгах" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s сэтгэгдэлийг амжилттай %(action)s." msgstr[1] "%(count)s сэтгэгдэлүүдийг амжилттай %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s сэтгэгдэлүүд" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr " %(site_name)s сүүлийн сэтгэгдэлүүд" @@ -106,58 +106,58 @@ msgid "" msgstr "" "Та энэ хэсэгт ямар нэг зүйл оруулбал таний сэтгэгдэлийг спам гэж үзэх болно." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "агуулгын төрөл" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "объектийн ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "хэрэглэгч " -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "хэрэглэгчийн нэр" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "хэрэглэгчийн цахим шуудангийн хаяг" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "хэрэглэгчийн URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "сэтгэгдэл" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "оруулсан огноо/цаг" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP хаяг" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "нийтийн" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Сайтаас санал сэтгэгдлийг байнга устгахын тулд энэ хайрцагны өмнөх чагтыг " "авна уу." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "устлаа" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -166,11 +166,11 @@ msgstr "" "тухайн санал сэтгэгдлийн оронд \"Энэ санал сэтгэгдлийг устгалаа\" гэсэн " "бичиг гарч ирнэ." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "сэтгэгдэлүүд" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -178,7 +178,7 @@ msgstr "" "Энэ санал сэтгэгдлийг баталгаажсан хэрэглэгч оруулсан учир зөвхөн нэрийг нь " "харж болно." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -186,7 +186,7 @@ msgstr "" "Энэ санал сэтгэгдлийг баталгаажсан хэрэглэгч оруулсан учир зөвхөн цахим " "шууданг нь харж болно." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,19 +201,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "тэмдэг" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "огноо" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "Тайлбарын тэмдэг" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "тайлбарын тэмдэгүүд" diff --git a/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo b/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo index 3dd479a5f3331bc8e43c8e4e6d21ffa3ce6e08e4..2e4002c419bf447fbb12d00fd9de20aba48f611b 100644 Binary files a/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/nb/LC_MESSAGES/django.po b/django/contrib/comments/locale/nb/LC_MESSAGES/django.po index fb1de3fb24e0d0934fc0d59506aa128072c5c684..fd8247277a96603ef2b7cd3353361f38d96bbf0c 100644 --- a/django/contrib/comments/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/nb/LC_MESSAGES/django.po @@ -8,68 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 21:43+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Last-Translator: Sigurd Gartmann \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Innhold" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "flagget" msgstr[1] "flagget" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Flagg valgte kommentarer" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "godkjent" msgstr[1] "godkjent" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Tillat valgte kommentarer" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "fjernet" msgstr[1] "fjernet" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Fjern valgte kommentarer" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 kommentar ble %(action)s." msgstr[1] "%(count)s kommentarer ble %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s kommentarer" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Siste kommentarer fra %(site_name)s" @@ -107,56 +107,56 @@ msgid "" msgstr "" "Hvis du oppgir noe i dette feltet, vil kommentaren bli behandlet som spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "innholdstype" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekt-ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "bruker" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "brukerens navn" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "brukerens e-postadresse" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "brukerens nettadresse" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "kommentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dato/tid for innsendelse" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-adresse" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "er tilgjengelig for alle" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Fjern avhuking av denne boksen for å fjerne kommentaren fra siden." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "er fjernet" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "Huk av denne hvis kommentaren er upassende. Meldingen «Denne kommentaren har " "blitt fjernet» vil bli vist i stedet." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "kommentarer" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "Denne kommentaren er skrevet av en innlogget bruker og navnet kan derfor " "ikke endres." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Denne kommentaren er skrevet av en innlogget bruker og e-postadressen kan " "derfor ikke endres." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "flagg" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dato" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "kommentarflagg" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "kommentarflagg" diff --git a/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo index a77f171feafe3b6ec707cd9a047306cf3ee383dc..d2418831f661d438ba9c83065b87b6a36719b9f7 100644 Binary files a/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ne/LC_MESSAGES/django.po b/django/contrib/comments/locale/ne/LC_MESSAGES/django.po index ead5ed93e969f25fbbf3d73784a41a30da6255c8..ee04a2de57cb18a2683e37e417242d67808190b9 100644 --- a/django/contrib/comments/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ne/LC_MESSAGES/django.po @@ -1,76 +1,78 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. # Sagar Chalise , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-12-05 19:55+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "विषय" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" -msgstr "" +msgstr "मेटाडाटा" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" msgstr[1] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "स्वीकृत" msgstr[1] "स्वीकृत" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "चुनिएको प्रतिकृया स्वीकार गर्नुहोस ।" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "हटाइएको छ" msgstr[1] "हटाइएको छ" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "चुनिएको प्रतिकृया हटाउनुहोस ।" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" -msgstr "" +msgstr "%(site_name)s प्रतिकृया" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" -msgstr "" +msgstr "%(site_name)sका ताजा प्रतिकृया" #: forms.py:96 msgid "Name" @@ -102,80 +104,80 @@ msgstr "र" #: forms.py:186 msgid "" "If you enter anything in this field your comment will be treated as spam" -msgstr "" +msgstr "याहा केहि पनि नलेख्नु होला । याहा केहि लेखियेमा तेसला" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "विषयको ढाँचा" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" -msgstr "" +msgstr "प्रयोगकर्ता " -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "प्रतिकृया" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "हटाइएको छ" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "प्रतिकृया" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -185,19 +187,19 @@ msgid "" "http://%(domain)s%(url)s" msgstr "" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "मिति" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" @@ -257,7 +259,7 @@ msgstr "" #: templates/comments/form.html:17 templates/comments/preview.html:32 msgid "Post" -msgstr "" +msgstr "लेख " #: templates/comments/form.html:18 templates/comments/preview.html:33 msgid "Preview" diff --git a/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo b/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo index 190b7c588cbc27d49fae10dd09dc960851cc975d..8060a7b5faf67fb5e8d2075d8a1b8382cda5c5dc 100644 Binary files a/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/nl/LC_MESSAGES/django.po b/django/contrib/comments/locale/nl/LC_MESSAGES/django.po index a03e8cae06f51fcafcc6231530fe8ed87fb8e4de..a5d6b9f186f1452b1215c90fa5d80569b00ac00a 100644 --- a/django/contrib/comments/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/nl/LC_MESSAGES/django.po @@ -8,68 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: go2people \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Inhoud" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "gemarkeerd" msgstr[1] "gemarkeerd" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Markeer geselecteerde commentaren" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "goedgekeurd" msgstr[1] "goedgekeurd" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Keur geselecteerde commentaren goed" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "verwijderd" msgstr[1] "verwijderd" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Verwijder geselecteerde commentaren" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] " %(count)s opmerking werd met succes %(action)s ." msgstr[1] " %(count)s opmerkingen werden met succes %(action)s ." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s opmerkingen" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Laatste opmerkingen op %(site_name)s" @@ -107,57 +107,57 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Indien u hier iets invult dan wordt uw opmerking behandeld als spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "inhoudstype" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "object-ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "gebruiker" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "naam gebruiker" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "e-mailadres gebruiker" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL gebruiker" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "opmerking" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "datum/tijd toegevoegd" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-adres" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "is openbaar" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Vink dit vakje uit zodat de opmerking niet meer zichtbaar is op de site." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "is verwijderd" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -165,11 +165,11 @@ msgstr "" "Vink dit vak aan indien de opmerking niet gepast is. Een \"Dit commentaar is " "verwijderd\" bericht wordt dan getoond." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "opmerkingen" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "Deze opmerking is gepost door een ingelogde gebruiker en daardoor is de naam " "niet aan te passen." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -185,7 +185,7 @@ msgstr "" "Deze opmerking is gepost door een ingelogde gebruiker en daardoor is het e-" "mailadres niet aan te passen." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -200,19 +200,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "vlag" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "opmerking vlag" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "opmerking vlaggen" diff --git a/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo b/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo index c11288252bf2d8ca4f88ee35abb5d10bf649f0b8..8dd02130488cc43b3a998d34621d53e0c15966ad 100644 Binary files a/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/nn/LC_MESSAGES/django.po b/django/contrib/comments/locale/nn/LC_MESSAGES/django.po index 317581d4c66ae809a8cc6efed46f20933f3bf9f1..4216f04e1a9e4e90c0cb6a28ecddc65b2294b34c 100644 --- a/django/contrib/comments/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/nn/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Innhald" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "flagga" msgstr[1] "flagga" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Flagg valde kommentarar" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "Godkjend" msgstr[1] "Godkjende" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Tillat valde kommentarar" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "er fjerna" msgstr[1] "er fjerna" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Fjern valdte kommentarar" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "Ein kommentar vart %(action)s." msgstr[1] "%(count)s kommentarar vart %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s - kommentarar" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Siste kommentarar frå %(site_name)s" @@ -105,56 +105,56 @@ msgid "" msgstr "" "Dersom du oppgjev noko i dette feltet, vil kommentaren bli behandla som spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "innhaldstype" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objekt-ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "brukar" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "brukaren sitt namn" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "brukaren si e-postadresse" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "brukaren si nettadresse" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "kommentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dato/tid for innsending" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-adresse" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "er tilgjengeleg for alle" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Avmerk denne boksen for å fjerne kommentaren frå sida." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "er fjerna" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -162,11 +162,11 @@ msgstr "" "Kryss av denne dersom kommentaren er upassande. Meldinga \"Denne kommentaren " "har blitt fjerna\" vil bli vist i staden." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "kommentarar" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -174,7 +174,7 @@ msgstr "" "Denne kommentaren er skriven av ein innlogga brukar og namnnet kan difor " "ikkje endrast." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -182,7 +182,7 @@ msgstr "" "Denne kommentaren er skriven av ein innlogga brukar og e-postadressa kan " "derfor ikkje endrast." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -197,19 +197,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "flagg" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dato" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "kommentarflagg" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "kommentarflagg" diff --git a/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo b/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo index 1561a6b7b907c51bba4c17dc29d55bae3f9446c0..998f557c75b11617b425fc46f3f44c8eac642e57 100644 Binary files a/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/pa/LC_MESSAGES/django.po b/django/contrib/comments/locale/pa/LC_MESSAGES/django.po index 9cbae5be46d759540d5c58d3898a4d12af22b452..d3a42d37dc09012813580e956c1826462721dd11 100644 --- a/django/contrib/comments/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/pa/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "ਸਮੱਗਰੀ" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "ਮੇਟਾਡਾਟਾ" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" msgstr[1] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "ਚੁਣੀਆਂ ਟਿੱਪਣੀਆਂ ਫਲੈਗ ਕਰੋ" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "ਮਨਜ਼ੂਰ ਹੈ" msgstr[1] "ਮਨਜ਼ੂਰ ਹਨ" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "ਚੁਣੀਆਂ ਟਿੱਪਣੀਆਂ ਮਨਜ਼ੂਰ" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "ਹਟਾਈ" msgstr[1] "ਹਟਾਈਆਂ" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "ਚੁਣੀਆਂ ਟਿੱਪਣੀਆਂ ਹਟਾਓ" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "੧ ਟਿੱਪਣੀ ਠੀਕ ਤਰ੍ਹਾਂ %(action)s ਗਈ।" msgstr[1] "%(count)s ਟਿੱਪਣੀਆਂ ਠੀਕ ਤਰ੍ਹਾਂ %(action)s ਗਈਆਂ।" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s ਟਿੱਪਣੀਆਂ" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s ਉੱਤੇ ਤਾਜ਼ਾ ਟਿੱਪਣੀਆਂ" @@ -104,78 +104,78 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "ਸਮੱਗਰੀ ਕਿਸਮ" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ਆਬਜੈਕਟ ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "ਯੂਜ਼ਰ" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "ਯੂਜ਼ਰ ਦਾ ਨਾਂ" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "ਯੂਜ਼ਰ ਦਾ ਈਮੇਲ ਐਡਰੈੱਸ" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "ਯੂਜ਼ਰ ਦਾ URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "ਟਿੱਪਣੀ" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "ਭੇਜਣ ਮਿਤੀ/ਸਮਾਂ" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP ਐਡਰੈੱਸ" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "ਪਬਲਿਕ ਹੈ" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "ਹਟਾਇਆ ਗਿਆ" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "ਟਿੱਪਣੀਆਂ" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -190,19 +190,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "ਫਲੈਗ" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "ਮਿਤੀ" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "ਟਿੱਪਣੀ ਫਲੈਗ" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "ਟਿੱਪਣੀ ਫਲੈਗ" diff --git a/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo b/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo index 55d7c9bcef6c43dc7fe58d12ecbec4de0f3b8e46..b8894b6d2169f2179ee13700aeecebb1bdf5f86d 100644 Binary files a/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/pl/LC_MESSAGES/django.po b/django/contrib/comments/locale/pl/LC_MESSAGES/django.po index e7336e19c5e581536fc4a4e1405e3d09686c320e..f510f485fb6909e7884fc0e0883915af8e3ce742 100644 --- a/django/contrib/comments/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/pl/LC_MESSAGES/django.po @@ -6,60 +6,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Zawartość" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadane" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "oflagowany" msgstr[1] "oflagowane" msgstr[2] "oflagowanych" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Oflaguj wybrane komentarze" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "zaakceptowany" msgstr[1] "zaakceptowane" msgstr[2] "zaakceptowanych" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Zaakceptuj wybrane komentarze" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "usunięty" msgstr[1] "usunięte" msgstr[2] "usuniętych" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Usuń wybrane komentarze" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -67,12 +67,12 @@ msgstr[0] "1 komentarz został %(action)s" msgstr[1] "%(count)s komentarze zostały %(action)s" msgstr[2] "%(count)s komentarzy zostało %(action)s" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "komentarze na %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Ostatnie komentarze na %(site_name)s" @@ -111,56 +111,56 @@ msgid "" msgstr "" "Jeżeli wpiszesz cokolwiek w to pole, Twój komentarz zostanie uznany za spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "typ zawartości" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID obiektu" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "użytkownik" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nazwa użytkownika" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "adres e-mail użytkownika" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL użytkownika" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentarz" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/czas dodania" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Adres IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "publicznie dostępny" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Odznacz to pole, aby komentarz nie był wyświetlany w serwisie." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "usunięty" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -168,11 +168,11 @@ msgstr "" "Zaznacz to pole jeżeli komentarz jest nieodpowiedni. Wyświetlony zostanie " "tekst \"Ten komentarz został usunięty\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentarze" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -180,7 +180,7 @@ msgstr "" "Ten komentarz został dodany przez zalogowanego użytkownika i dlatego nazwa " "jest tylko do odczytu." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -188,7 +188,7 @@ msgstr "" "Ten komentarz został dodany przez zalogowanego użytkownika i dlatego adres e-" "mail jest tylko do odczytu." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -203,19 +203,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "flaga" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "flaga dla komentarza" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "flagi dla komentarzy" diff --git a/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo b/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo index 7082c8c5822f4fe371a34450c3f243f8b5566da5..bb7657d7abed50e920b9fab6fbb91a26960ce9a2 100644 Binary files a/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/pt/LC_MESSAGES/django.po b/django/contrib/comments/locale/pt/LC_MESSAGES/django.po index 9e05997e917f52cee48f43f6847847766d8d928a..110978943c558baea27eaa3723df33d9b2da5e29 100644 --- a/django/contrib/comments/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/pt/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Conteúdo" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcado" msgstr[1] "marcados" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marcar os comentários selecionados" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprovado" msgstr[1] "aprovados" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprovar os comentários selecionados" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "removido" msgstr[1] "removidos" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Remover os comentários selecionados" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 comentário foi %(action)s com sucesso." msgstr[1] "%(count)s comentários foram %(action)s com sucesso." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "comentários em %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últimos comentários em %(site_name)s" @@ -107,56 +107,56 @@ msgstr "" "Se introduzir alguma coisa neste campo o seu comentário irá ser tratado como " "spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipo de conteúdo" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID do objeto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "utilizador" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "o nome do utilizador" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "endereço de e-mail do utilizador" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL do utilizador" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentário" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/hora de submissão" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Endereço IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "é público" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Não selecione esta caixa para que o comentário desapareça do site." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "foi removido" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "Selecione esta opção se o comentário não é apropriado. Uma mensagem \"Este " "comentário foi removido\" será mostrada no seu lugar." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentários" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "Este comentário foi colocado por um utilizador autenticado, portanto o nome " "é apenas de leitura." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Este comentário foi colocado por um utilizador autenticado, portanto o e-" "mail é apenas de leitura." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marcar" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marca de comentário" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marcas de comentários" diff --git a/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo index 946b4d136cfff393b3ca3000c0b81704c43cbd13..581735cfabd4b92200f004aad97d1da29e20b0fa 100644 Binary files a/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.po index 10903f4cab694c65b1e4688a9bf721b0099e1e54..907b1e2350a4666a62c380855a03d5cf27aafff8 100644 --- a/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Conteúdo" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Meta-dados" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcado" msgstr[1] "marcados" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marcar comentários selecionados" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprovado" msgstr[1] "aprovados" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprovar comentários selecionados" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "removido" msgstr[1] "removidos" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Remover comentários selecionados" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 comentários foi %(action)s com sucesso." msgstr[1] "%(count)s comentários foram %(action)s com sucesso." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Comentários de %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Últimos comentários em %(site_name)s" @@ -106,58 +106,58 @@ msgstr "" "Se você inserir qualquer coisa neste campo, seu comentário será tratado como " "spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tipo de conteúdo" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "id do objeto" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "usuário" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "nome do usuário" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "endereço de e-mail do usuário" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL do usuário" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentário" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/hora de envio" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Endereço IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "é público" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Desmarque esta caixa para fazer o comentário desaparecer efetivamente deste " "site." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "foi removido" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -165,11 +165,11 @@ msgstr "" "Selecione esta opção se o comentário é inapropriado. A mensagem \"Este " "comentário foi removido\" será mostrada no lugar." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentários" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "Este comentário foi feito por um usuário autenticado e portanto seu nome é " "apenas para leitura." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -185,7 +185,7 @@ msgstr "" "Este comentário foi feito por um usuário autenticado e portanto seu e-mail é " "apenas para leitura." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -200,19 +200,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marcar" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "data" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marca de comentário" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marcas de comentários" diff --git a/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo index 3b487fb1f304521d2eef9c82c347c3d12aa41f0a..709b61ec693500e108b826e1b2fbdbf3ce77ff35 100644 Binary files a/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ro/LC_MESSAGES/django.po b/django/contrib/comments/locale/ro/LC_MESSAGES/django.po index a71f78ef73995851dab317b851a1627a5a4e272e..53c49c6f5a4b9c065b08714457b5e44594597b71 100644 --- a/django/contrib/comments/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ro/LC_MESSAGES/django.po @@ -8,60 +8,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Conţinut" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadate" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "marcat" msgstr[1] "marcate" msgstr[2] "marcate" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Marchează comentariile selectate" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "aprobat" msgstr[1] "aprobate" msgstr[2] "aprobate" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Aprobă comentariile selectate" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "eliminat" msgstr[1] "eliminate" msgstr[2] "eliminate" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Elimină comentariile selectate" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -69,12 +69,12 @@ msgstr[0] "%(count)s comentariu a fost %(action)s cu succes." msgstr[1] "%(count)s comentarii au fost %(action)s cu succes." msgstr[2] "%(count)s de comentarii au fost %(action)s cu succes." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Comentariile de la %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Ultimele comentarii la %(site_name)s" @@ -114,57 +114,57 @@ msgstr "" "Dacă introduceți ceva în acest câmp, comentariul dumneavoastră va fi " "considerat ca spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tip conţinut" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID obiect" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "utilizator" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "numele utilizatorului" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "adresa e-mail a utilizatorului" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL-ul utilizatorului" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "comentariu" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/ora creării" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "adresă ip" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "este public" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Debifaţi această casetă pentru a face comentariul să dispară de pe site." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "este șters" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -172,11 +172,11 @@ msgstr "" "Bifați această casuța dacă acest comentariu nu este adecvat. Un mesaj de " "tipul \"Acest comentariu a fost șters\" va fi afișat în schimb." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "comentarii" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Acest comentariu a fost scris de către un utilizator autentificat, astfel " "numele poate fi doar citit." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -192,7 +192,7 @@ msgstr "" "Acest comentariu a fost scris de către un utilizator autentificat, astfel " "adresa e-mail poate fi doar citită." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -207,19 +207,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "marcaj" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dată" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "marcaj comentariu" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "marcaje comentarii" diff --git a/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo index 29988fabe923fe80355ddb362535cd464346d09a..aba2443455c6fb2846d1c78fd1ea2dcbfab846f6 100644 Binary files a/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ru/LC_MESSAGES/django.po b/django/contrib/comments/locale/ru/LC_MESSAGES/django.po index 6372934611687827b4714dfed59e784822ab8ad0..d962cf53c77dad16103560386803da7858ac4303 100644 --- a/django/contrib/comments/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ru/LC_MESSAGES/django.po @@ -1,79 +1,81 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Translators: # Denis Darii , 2011. # Jannis Leidel , 2011. +# Алексей Борискин , 2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: Denis Darii \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-02-05 20:10+0000\n" +"Last-Translator: Алексей Борискин \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Содержание" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Метаданные" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" -msgstr[0] "выбран" -msgstr[1] "выбраны" -msgstr[2] "выбраны" +msgstr[0] "помечен" +msgstr[1] "помечены" +msgstr[2] "помечены" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" -msgstr "Отметить выбранные комментарии" +msgstr "Пометить выбранные комментарии" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" -msgstr[0] "одобренный" -msgstr[1] "одобренные" -msgstr[2] "одобренные" +msgstr[0] "одобрен" +msgstr[1] "одобрены" +msgstr[2] "одобрены" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" -msgstr "Подтвердить выбранные комментарии" +msgstr "Одобрить выбранные комментарии" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "удален" msgstr[1] "удалены" msgstr[2] "удалены" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Удалить выбранные комментарии" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s комментарий был успешно %(action)s." -msgstr[1] "%(count)s комментариев были успешно %(action)s." +msgstr[1] "%(count)s комментария были успешно %(action)s." msgstr[2] "%(count)s комментариев были успешно %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Комментарии %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Последние комментарии на %(site_name)s" @@ -98,9 +100,12 @@ msgstr "Комментарий" #, python-format msgid "Watch your mouth! The word %s is not allowed here." msgid_plural "Watch your mouth! The words %s are not allowed here." -msgstr[0] "Следите за своими словами! Слово %s не позволенно здесь." -msgstr[1] "Следите за своими словами! Слова %s не позволенны здесь." -msgstr[2] "Следите за своими словами! Слова %s не позволенны здесь." +msgstr[0] "" +"Следите за своими словами! Употребление слова \"%s\" здесь запрещено." +msgstr[1] "" +"Следите за своими словами! Употребление слов \"%s\" здесь запрещено." +msgstr[2] "" +"Следите за своими словами! Употребление слов \"%s\" здесь запрещено." #: forms.py:181 templates/comments/preview.html:16 msgid "and" @@ -110,58 +115,58 @@ msgstr "и" msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -"Если что-нибудь введете в это поле, то ваш комментарий будет признан спамом" +"Если вы что-то введете в это поле, то ваш комментарий будет помечен как спам" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "тип содержимого" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "идентификатор объекта" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "пользователь" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "имя пользователя" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "адрес электронной почты пользователя" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL пользователя" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "комментарий" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "дата и время добавления" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-адрес" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "публичный" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Снимите выделение, чтобы убрать комментарий с сайта." -#: models.py:64 +#: models.py:67 msgid "is removed" -msgstr "удален" +msgstr "удалён" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -169,11 +174,11 @@ msgstr "" "Отметьте, если комментарий нежелателен. Взамен будет показано сообщение " "\"Этот комментарий был удален\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "Комментарии" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -181,7 +186,7 @@ msgstr "" "Комментарий был добавлен зарегистрированным пользователем, поэтому имя " "пользователя доступно только для чтения." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -189,7 +194,7 @@ msgstr "" "Комментарий был добавлен зарегистрированным пользователем, поэтому адрес " "электронной почты доступен только для чтения." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -204,25 +209,25 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "отметка" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "дата" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "отметка комментария" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "отметки комментариев" #: templates/comments/approve.html:4 msgid "Approve a comment" -msgstr "Подтвердить комментарий" +msgstr "Одобрить комментарий" #: templates/comments/approve.html:7 msgid "Really make this comment public?" @@ -230,11 +235,11 @@ msgstr "Вы уверены, что хотите опубликовать это #: templates/comments/approve.html:12 msgid "Approve" -msgstr "Подтвердить" +msgstr "Одобрить" #: templates/comments/approved.html:4 msgid "Thanks for approving" -msgstr "Спасибо за подтверждение" +msgstr "Спасибо, что одобрили комментарий" #: templates/comments/approved.html:7 templates/comments/deleted.html:7 #: templates/comments/flagged.html:7 diff --git a/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo index 448b9c5235f15a929c5dac5906002e3c7f306ff9..a505d1a2cde42307aae87b7512d30bf211b07d35 100644 Binary files a/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sk/LC_MESSAGES/django.po b/django/contrib/comments/locale/sk/LC_MESSAGES/django.po index fd055939c803c97e8b02eb163a79cc7d1e61625e..9308793f742643140dfcb0fd4d0e33735883411c 100644 --- a/django/contrib/comments/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sk/LC_MESSAGES/django.po @@ -6,59 +6,59 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Obsah" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metaúdaje" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "označený" msgstr[1] "označené" msgstr[2] "označených" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Označiť vybraný komentár" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "schválený" msgstr[1] "schválené" msgstr[2] "schválených" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Schváliť vybraný komentár" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "odstránený" msgstr[1] "odstránené" msgstr[2] "odstránených" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Odstrániť vybrané komentáre" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -66,12 +66,12 @@ msgstr[0] "1 komentár bol úspešne %(action)s." msgstr[1] "%(count)s komentáre boli úspešne %(action)s." msgstr[2] "%(count)s komentárov bolo úspešne %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s komentáre" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Najnovšie komentáre na %(site_name)s" @@ -110,57 +110,57 @@ msgid "" msgstr "" "Ak ste do tohoto poľa čokoľvek zadali, váš komentár bude považovaný za spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "typ obsahu" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "identifikátor objektu" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "používateľ" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "meno používateľa" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "e-mail adresa používateľa" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL používateľa" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentár" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "dátum a čas odoslania" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adresa" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "je verejný" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Ak chcete, aby komentár zmizol zo stránky, zrušte zaškrtnutie tohoto políčka." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "je odstránený" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -168,11 +168,11 @@ msgstr "" "Zaškrtnite toto pole, ak je komentár nevhodný. Namiesto neho sa zobrazí " "správa \"Tento komenár bol odstránený\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentáre" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -180,7 +180,7 @@ msgstr "" "Tento komentár je od autentifikovaného používateľa a preto je jeho meno len " "na čítanie." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -188,7 +188,7 @@ msgstr "" "Tento komentár je od autentifikovaného používateľa a preto je jeho e-mail " "len na čítanie." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -203,19 +203,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "príznak" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "dátum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "komentárový príznak" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "komentárové príznaky" diff --git a/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo index fb33bf63237255b5d1da36b9ae2928d9048fbfc0..8fc4cbadc1cb841846904f8cc52f776ab1b3e814 100644 Binary files a/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sl/LC_MESSAGES/django.po b/django/contrib/comments/locale/sl/LC_MESSAGES/django.po index aab9c68b09ffa7bc7283badf2e41b90ea9d0bbfe..7299673b7c691d724f9af875821037a6ac397b75 100644 --- a/django/contrib/comments/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sl/LC_MESSAGES/django.po @@ -6,77 +6,77 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-02-14 13:24+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-31 20:17+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Vsebina" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metapodatki" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" -msgstr[0] "označen" -msgstr[1] "označena" -msgstr[2] "označeni" -msgstr[3] "označenih" +msgstr[0] "označenih" +msgstr[1] "označen" +msgstr[2] "označena" +msgstr[3] "označeni" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Označi izbrane komentarje" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" -msgstr[0] "odobren" -msgstr[1] "odobrena" -msgstr[2] "odobreni" -msgstr[3] "odobrenih" +msgstr[0] "odobrenih" +msgstr[1] "odobren" +msgstr[2] "odobrena" +msgstr[3] "odobreni" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" -msgstr "Odobri izbrane komentarje" +msgstr "Odobri izbrane opokomentarje" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" -msgstr[0] "odstranjen" -msgstr[1] "odstranjena" -msgstr[2] "odstranjeni" -msgstr[3] "odstranjenih" +msgstr[0] "odstranjenih" +msgstr[1] "odstranjen" +msgstr[2] "odstranjena" +msgstr[3] "odstranjeni" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Odstrani izbrane komentarje" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." -msgstr[0] "%(count)s komentar je bil uspešno %(action)s." -msgstr[1] "%(count)s komentarja sta bila uspešno %(action)s." -msgstr[2] "%(count)s komentarji so bili uspešno %(action)s." -msgstr[3] "%(count)s komentarjev je bilo uspešno %(action)s." +msgstr[0] "%(count)s komentarev je uspešno %(action)s." +msgstr[1] "%(count)s komentar je uspešno %(action)s." +msgstr[2] "%(count)s komentarja sta uspešno %(action)s." +msgstr[3] "%(count)s komentarji so uspešno %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" -msgstr "%(site_name)s komentarji" +msgstr "Komentarji %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Zadnji komentarji na %(site_name)s" @@ -87,11 +87,11 @@ msgstr "Ime" #: forms.py:97 msgid "Email address" -msgstr "E-poštni naslov" +msgstr "Elektronski naslov" #: forms.py:98 msgid "URL" -msgstr "URL (spletni naslov)" +msgstr "Naslov URL" #: forms.py:99 msgid "Comment" @@ -101,9 +101,9 @@ msgstr "Komentar" #, python-format msgid "Watch your mouth! The word %s is not allowed here." msgid_plural "Watch your mouth! The words %s are not allowed here." -msgstr[0] "Pazite na jezik! Beseda %s tu ni dovoljena." -msgstr[1] "Pazite na jezik! Besedi %s tu nista dovoljeni." -msgstr[2] "Pazite na jezik! Besede %s tu niso dovoljene." +msgstr[0] "Pazite na jezik! Besede %s tu niso dovoljene." +msgstr[1] "Pazite na jezik! Beseda %s tu ni dovoljena." +msgstr[2] "Pazite na jezik! Besedi %s tu nista dovoljeni." msgstr[3] "Pazite na jezik! Besede %s tu niso dovoljene." #: forms.py:181 templates/comments/preview.html:16 @@ -113,86 +113,87 @@ msgstr "in" #: forms.py:186 msgid "" "If you enter anything in this field your comment will be treated as spam" -msgstr "Če v to polje vnesete karkoli, bo vaš komentar označen kot nezaželen" +msgstr "" +"Če v to polje vnesete kakršnokoli besedilo, bo vaš komentar označen kot " +"neželen komentar." -#: models.py:22 +#: models.py:23 msgid "content type" -msgstr "tip vsebine" +msgstr "vrsta vsebine" -#: models.py:24 +#: models.py:25 msgid "object ID" -msgstr "ID objekta" +msgstr "ID predmeta" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "uporabnik" -#: models.py:52 +#: models.py:55 msgid "user's name" -msgstr "uporabnikovo ime" +msgstr "ime uporabnika" -#: models.py:53 +#: models.py:56 msgid "user's email address" -msgstr "e-poštni naslov" +msgstr "elektronski naslov uporabnika" -#: models.py:54 +#: models.py:57 msgid "user's URL" -msgstr "uporabnikov URL" +msgstr "naslov URL uporabnika" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" -msgstr "datum/čas vnosa" +msgstr "datum in čas objave" -#: models.py:60 +#: models.py:63 msgid "IP address" -msgstr "IP naslov" +msgstr "naslov IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "je javno" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." -msgstr "Odkljukajte tu da komentar izgine s strani." +msgstr "Odkljukajte izbor in komentar bo izginil s strani." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "je odstranjen" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -"Odkljukajte, če je komentar neprimeren. Namesto komentarja bo vidno " -"obvestilo \"Ta komentar je bil odstranjen\"." +"Odkljukajte, če je komentarj neprimeren. Namesto komentarja bo prikazano " +"obvestilo \"Komentar je bil odstranjen\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentarji" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -"Ta komentar je poslal prijavljen uporabnik, zato je ime na voljo samo za " -"branje." +"Komentar je objavil prijavljen uporabnik, zato je ime na voljo le za branje." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -"Ta komentar je poslal prijavljen uporabnik, zato je e-poštni naslov samo za " -"branje." +"Komentar je objavil prijavljen uporabnik, zato je elektronski naslov na " +"voljo le za branje." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -201,51 +202,51 @@ msgid "" "\n" "http://%(domain)s%(url)s" msgstr "" -"Poslal uporabnik %(user)s ob %(date)s\n" +"Objavljeno z računa %(user)s ob %(date)s\n" "\n" "%(comment)s\n" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" -msgstr "Označi" +msgstr "označi" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" -msgstr "označen komentar" +msgstr "oznaka komentarja" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "oznake komentarja" #: templates/comments/approve.html:4 msgid "Approve a comment" -msgstr "Odobritev komentarja" +msgstr "Odobri komentar" #: templates/comments/approve.html:7 msgid "Really make this comment public?" -msgstr "Ste prepričani, da želite ta komentar objaviti?" +msgstr "Ali ste prepričani, da želite ta komentar objaviti?" #: templates/comments/approve.html:12 msgid "Approve" -msgstr "Odobritev" +msgstr "Odobri" #: templates/comments/approved.html:4 msgid "Thanks for approving" -msgstr "Hvala za odobritev komentarja" +msgstr "Hvala za odobritev" #: templates/comments/approved.html:7 templates/comments/deleted.html:7 #: templates/comments/flagged.html:7 msgid "" "Thanks for taking the time to improve the quality of discussion on our site" msgstr "" -"Hvala, da ste si vzeli čas in pomagali izboljšati kvaliteto dialoga na naši " -"strani" +"Hvala, da ste si vzeli čas in pomagali izboljšati kakovost pogovorov na naši " +"strani." #: templates/comments/delete.html:4 msgid "Remove a comment" @@ -253,7 +254,7 @@ msgstr "Odstrani komentar" #: templates/comments/delete.html:7 msgid "Really remove this comment?" -msgstr "Zares želite odstraniti ta komentar?" +msgstr "Ali res želite odstraniti ta komentar?" #: templates/comments/delete.html:12 msgid "Remove" @@ -261,27 +262,27 @@ msgstr "Odstrani" #: templates/comments/deleted.html:4 msgid "Thanks for removing" -msgstr "Hvala, ker ste odstranili" +msgstr "Hvala, ker ste odstranili komentar." #: templates/comments/flag.html:4 msgid "Flag this comment" -msgstr "Prijavi ta komentar" +msgstr "Označi ta komentar" #: templates/comments/flag.html:7 msgid "Really flag this comment?" -msgstr "Zares želite prijaviti ta komentar?" +msgstr "Ali res želite označiti ta komentar?" #: templates/comments/flag.html:12 msgid "Flag" -msgstr "Prijavi" +msgstr "Označi" #: templates/comments/flagged.html:4 msgid "Thanks for flagging" -msgstr "Hvala, ker ste prijavili komentar" +msgstr "Hvala, ker ste označili komentar" #: templates/comments/form.html:17 templates/comments/preview.html:32 msgid "Post" -msgstr "Pošlji" +msgstr "Objavi" #: templates/comments/form.html:18 templates/comments/preview.html:33 msgid "Preview" @@ -289,7 +290,7 @@ msgstr "Predogled" #: templates/comments/posted.html:4 msgid "Thanks for commenting" -msgstr "Hvala za komentiranje" +msgstr "Hvala za objavljanje komentarjev" #: templates/comments/posted.html:7 msgid "Thank you for your comment" @@ -297,19 +298,19 @@ msgstr "Hvala za vaš komentar" #: templates/comments/preview.html:4 templates/comments/preview.html.py:13 msgid "Preview your comment" -msgstr "Predogled vašega komentarja" +msgstr "Predogled komentarja" #: templates/comments/preview.html:11 msgid "Please correct the error below" msgid_plural "Please correct the errors below" -msgstr[0] "Prosimo, odpravite sledečo napako" -msgstr[1] "Prosimo, odpravite sledeči napaki" -msgstr[2] "Prosimo, odpravite sledeče napake" -msgstr[3] "Prosimo, odpravite sledeče napake" +msgstr[0] "Odpravite naslednje napake" +msgstr[1] "Odpravite naslednjo napako" +msgstr[2] "Odpravite naslednji napaki" +msgstr[3] "Odpravite naslednje napake" #: templates/comments/preview.html:16 msgid "Post your comment" -msgstr "Pošlji svoj komentar" +msgstr "Objavite komentar" #: templates/comments/preview.html:16 msgid "or make changes" diff --git a/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo index 3a5cdba81d3311873caed6b4204006e9fc553b88..3fcfb785607e2853b50cec55de8eeb81c2e49ea3 100644 Binary files a/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sq/LC_MESSAGES/django.po b/django/contrib/comments/locale/sq/LC_MESSAGES/django.po index 53392f114e321364104161fcd8e905841b052dce..869b4eec04978901defe342f10794ed23365cb27 100644 --- a/django/contrib/comments/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sq/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Lëndë" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Tejtëdhëna" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "me shenjë" msgstr[1] "me shenjë" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Vëru shenjë komenteve të përzgjedhura" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "i miratuar" msgstr[1] "të miratuar" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Miratoji komentet e përzgjedhura" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "i hequr" msgstr[1] "të hequr" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Hiqi komentet e përzgjedhur" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 koment %(action)s me sukses." msgstr[1] "%(count)s komente %(action)s me sukses." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "komente te %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Komentet më të fundit te %(site_name)s" @@ -105,58 +105,58 @@ msgid "" msgstr "" "Nëse fusni diçka në këtë fushë komenti juaj do të trajtohet si i pavlerë" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "lloj lënde" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID objekti" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "përdorues" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "emri i përdoruesit" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "adresa email e përdoruesit" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL përdoruesi" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "koment" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "data/koha e parashtrimit" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Adresë IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "është publike" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Hiqjani shenjën kësaj kutize që ta bëni komentin të zhduket faktikisht prej " "site-it." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "është hequr" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -164,11 +164,11 @@ msgstr "" "I vini shenjë kësaj kutie, nëse komenti është i papërshtatshëm. Në vend të " "tij do të shfaqet një mesazh \"Ky koment është hequr\"." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komente" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -176,7 +176,7 @@ msgstr "" "Ky koment u postua nga një përdorues i mirëfilltësuar, ndaj emri është nën " "atributin vetëm-lexim." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -184,7 +184,7 @@ msgstr "" "Ky koment u postua nga një përdorues i mirëfilltësuar, ndaj email-i është " "nën atributin vetëm-lexim." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -199,19 +199,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "shenjë" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datë" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "shenjë komenti" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "shenja komenti" diff --git a/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo index df19fae3d3e2117229629346b1954eee0a7e94fd..b3540d1dced18f0a01b0d3e26b4f348fbd21ac1c 100644 Binary files a/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sr/LC_MESSAGES/django.po b/django/contrib/comments/locale/sr/LC_MESSAGES/django.po index 34fed39c1546c1013647481556c3740a1cb27a39..0093bf2788e2b7b464a24cd87ebc486a8e9219f3 100644 --- a/django/contrib/comments/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sr/LC_MESSAGES/django.po @@ -7,60 +7,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Садржај" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Метаподаци" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "означен" msgstr[1] "означена" msgstr[2] "означена" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Означавање изабраних коментара" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "одобрен" msgstr[1] "одобрена" msgstr[2] "одобрена" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Одобрење изабраних коментара" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "избрисан" msgstr[1] "избрисана" msgstr[2] "избрисана" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Обриши изабране коментаре" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -68,12 +68,12 @@ msgstr[0] "%(count)s коментар је успешно %(action)s." msgstr[1] "%(count)s коментара су успешно %(action)s." msgstr[2] "%(count)s коментара су успешно %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Коментари на сајту %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Скорији коментари на сајту %(site_name)s" @@ -111,57 +111,57 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Ако ишта унесете у ово поље, Ваш коментар ће се сматрати спамом." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "тип садржаја" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID објекта" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "корисник" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "корисниково име" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "корисникова имејл адреса" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "корисников URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "коментар" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "датум/време постављања" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP адреса" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "јавно" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Деселектујте ово поље ако желите да порука фактички нестане са овог сајта." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "уклоњен" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -169,11 +169,11 @@ msgstr "" "Обележите ову кућицу ако је коментар неприкладан. Порука о уклањању ће бити " "приказана уместо коментара." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "коментари" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -181,7 +181,7 @@ msgstr "" "Овај коментар је поставио пријављен корисник и зато је поље са именом " "закључано." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -189,7 +189,7 @@ msgstr "" "Овај коментар је поставио пријављен корисник и зато је поље са имејл адресом " "закључано." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -204,19 +204,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "ознака" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "датум" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "ознака коментара" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "ознаке коментара" diff --git a/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo index 5ea727a518909c2cd5e293f9a1bac65d6cb2141a..a3f3f981ac850da7ecb892b09b097234770a36f2 100644 Binary files a/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.po index eb84e7c1acabd99146e24eb410ad8d61dcdafc52..190e285c3c4c3b022412fa9877fbc6332cc9e3cb 100644 --- a/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,60 +7,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Sadržaj" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metapodaci" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "označen" msgstr[1] "označena" msgstr[2] "označena" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Označavanje izabranih komentara" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "odobren" msgstr[1] "odobrena" msgstr[2] "odobrena" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Odobrenje izabranih komentara" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "izbrisan" msgstr[1] "izbrisana" msgstr[2] "izbrisana" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Obriši izabrane komentare" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -68,12 +68,12 @@ msgstr[0] "%(count)s komentar je uspešno %(action)s." msgstr[1] "%(count)s komentara su uspešno %(action)s." msgstr[2] "%(count)s komentara su uspešno %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "Komentari na sajtu %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Skoriji komentari na sajtu %(site_name)s" @@ -111,57 +111,57 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Ako išta unesete u ovo polje, Vaš komentar će se smatrati spamom." -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "tip sadržaja" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID objekta" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "korisnik" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "korisnikovo ime" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "korisnikova imejl adresa" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "korisnikov URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "komentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "datum/vreme postavljanja" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adresa" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "javno" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" "Deselektujte ovo polje ako želite da poruka faktički nestane sa ovog sajta." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "uklonjen" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -169,11 +169,11 @@ msgstr "" "Obeležite ovu kućicu ako je komentar neprikladan. Poruka o uklanjanju će " "biti prikazana umesto komentara." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "komentari" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -181,7 +181,7 @@ msgstr "" "Ovaj komentar je postavio prijavljen korisnik i zato je polje sa imenom " "zaključano." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -189,7 +189,7 @@ msgstr "" "Ovaj komentar je postavio prijavljen korisnik i zato je polje sa imejl " "adresom zaključano." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -204,19 +204,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "oznaka" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "oznaka komentara" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "oznake komentara" diff --git a/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo index d98c813d8133f3120b4f28a8a3d96791ea9be3d7..c6803e05d9d018f2b7d7e008d9340c0f8b9ccb34 100644 Binary files a/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sv/LC_MESSAGES/django.po b/django/contrib/comments/locale/sv/LC_MESSAGES/django.po index b6f150c30ed58a143e71cf2abe5faf48559a050a..a204b910e9b2d00cb2b5507f45d4bfcbd0de84ad 100644 --- a/django/contrib/comments/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sv/LC_MESSAGES/django.po @@ -7,68 +7,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Innehåll" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "flaggad" msgstr[1] "flaggade" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Flagga markerade kommentarer" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "godkänd" msgstr[1] "godkända" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Godkänn valda kommentarer" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "borttagen" msgstr[1] "borttagna" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Ta bort valda kommentarer" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "%(count)s kommentarer har blivit %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s kommentarer" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Senaste kommentarer på %(site_name)s" @@ -105,56 +105,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Om du fyller i detta fält kommer din kommentar att betraktas som spam" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "innehålls typ" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "objektets ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "användare" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "användares namn" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "användares e-postadress" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "användares URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "kommentar" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "skickat datum/tid" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP-adress" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "är offentlig" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Avmarkeras detta kommer kommentaren inte synas på webbplatsen." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "är borttaget" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -162,11 +162,11 @@ msgstr "" "Bocka för denna ruta om kommentaren är olämplig. Ett \"Denna kommentar har " "tagits bort\"-meddelande kommer visas istället." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "kommentarer" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -174,7 +174,7 @@ msgstr "" "Denna kommentar postades av en autentiserad användare och därför är namnet " "skrivskyddat." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -182,7 +182,7 @@ msgstr "" "Denna kommentar postades av en autentiserad användare och därför är e-" "postadressen skrivskyddad." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -197,19 +197,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "flagga" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "datum" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "kommentarsflagga" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "kommentarsflaggor" diff --git a/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo b/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo index 946ff9f1abfcc3e1c2990a151025c0244aaa040a..6c3447a937837e3ccfc18440d886f0e7624af4b7 100644 Binary files a/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/sw/LC_MESSAGES/django.po b/django/contrib/comments/locale/sw/LC_MESSAGES/django.po index e8f4d5fb591b6c8e52cae79fe978b3979b1c8aa7..efc0c0cbcc9eb0b9d5fe70732d09a8ddd68ae34d 100644 --- a/django/contrib/comments/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/sw/LC_MESSAGES/django.po @@ -5,71 +5,71 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-07 15:43+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-07-06 16:44+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" -msgstr "" +msgstr "Maudhui" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" -msgstr "" +msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" msgstr[1] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "yameidhinishwa" +msgstr[1] "yameidhinishwa" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" -msgstr "" +msgstr "Idhinisha maoni yaliyochaguliwa" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "yameondolewa" +msgstr[1] "yameondolewa" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Ondoa maoni yaliyochaguliwa" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "maoni %(action)s kwa mafanikio." +msgstr[1] "maoni %(count)s %(action)s kwa mafanikio." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "maoni ya %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" -msgstr "" +msgstr "Maoni ya karibuni ya %(site_name)s." #: forms.py:96 msgid "Name" @@ -102,79 +102,86 @@ msgstr "na" msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" +"Ikiwa utaingiza chochote katika uga huu maoni yako yatachukuliwa kama taka" -#: models.py:22 +#: models.py:23 msgid "content type" -msgstr "" +msgstr "aina ya maudhui" -#: models.py:24 +#: models.py:25 msgid "object ID" -msgstr "" +msgstr "ID ya kitu" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "mtumiaji" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "jina la mtumiaji" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "anuani ya baruapepe ya mtumiaji" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL ya mtumiaji" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "maoni" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "tarehe/muda yalipotolewa" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "anuani ya IP" -#: models.py:61 +#: models.py:64 msgid "is public" -msgstr "" +msgstr "kwa umma" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" +"Toa tiki katika kisanduku hiki na maoni yako yatatolewa kikamilifu kutoka " +"tovuti hii." -#: models.py:64 +#: models.py:67 msgid "is removed" -msgstr "" +msgstr "yameondolewa" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "maoni" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" +"Maoni haya yametumwa na mtumiaji aliyethibitishwa na hivyo jina ni la kusoma " +"tu." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" +"Maoni haya yametumwa na mtumiaji aliyethibitishwa na hivyo anuani ya " +"baruapepe ni ya kusoma tu." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -183,20 +190,25 @@ msgid "" "\n" "http://%(domain)s%(url)s" msgstr "" +"Yametumwa na %(user)s %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "tarehe" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" @@ -206,7 +218,7 @@ msgstr "" #: templates/comments/approve.html:7 msgid "Really make this comment public?" -msgstr "" +msgstr "Kweli toa maoni haya kwa umma?" #: templates/comments/approve.html:12 msgid "Approve" @@ -221,6 +233,7 @@ msgstr "Ahsante kwa kupitisha" msgid "" "Thanks for taking the time to improve the quality of discussion on our site" msgstr "" +"Asante kwa kutumia muda ili kuboresha ubora wa mjadala katika tovuti yetu" #: templates/comments/delete.html:4 msgid "Remove a comment" diff --git a/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo index 6dbf0f2b0d294738ab35760c98f561e4ad6feca4..e4bc736825362436cb8bcaee73c35c55c487ae2e 100644 Binary files a/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ta/LC_MESSAGES/django.po b/django/contrib/comments/locale/ta/LC_MESSAGES/django.po index c54cf092034ae62924e75d7315a55a48432dfdbe..a454d0017660221b6cd601d14e83e05741dff28e 100644 --- a/django/contrib/comments/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ta/LC_MESSAGES/django.po @@ -6,68 +6,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" msgstr[1] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" msgstr[1] "" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" msgstr[1] "" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -104,56 +104,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "பொருளடக்க வகை" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "அடையாளம்" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "பயனர்" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "குறிப்பு" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "தேதி/நேரம் சமர்ப்பிக்கப்பட்டுள்ளது" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP விலாசம்" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "பொதுவானது" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "நீக்கபட்டது" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -161,23 +161,23 @@ msgstr "" "குறிப்பு சரியாக இல்லையென்றால் இந்த பெட்டியில் குறியிடவும். இதற்கு பதிலாக \"இந்த " "குறிப்பு நீக்கபட்டது\" காண்பிக்கபடும்." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "குறிப்பு" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -192,19 +192,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/te/LC_MESSAGES/django.mo b/django/contrib/comments/locale/te/LC_MESSAGES/django.mo index bee98cfe9c2cc4a823598d2587beb38d1c9d17e5..cfa87b50cc89e777f31e7608bfb6f4a900c34ef3 100644 Binary files a/django/contrib/comments/locale/te/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/te/LC_MESSAGES/django.po b/django/contrib/comments/locale/te/LC_MESSAGES/django.po index e48e6eb1bd9756393d64f93fc160fd023b5ae302..92f2f40b8db6d7e47df15dd8585653d9e8fbfe44 100644 --- a/django/contrib/comments/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/te/LC_MESSAGES/django.po @@ -8,68 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "విషయం" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" msgstr[1] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "అంగికరించబడినది" msgstr[1] "అంగికరించబడినది" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "ఎంచుకున్న వ్యాఖ్యానమునలను సంమతించుము" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "తీసివేయబడినది " msgstr[1] "తీసివేయబడినది " -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "ఎంచుకున్న వ్యాఖ్యానమునలను తీసివేయుము " -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "1 వ్యాఖ్యానము జయప్రదముగా %(action)s." msgstr[1] "%(count)s వ్యాఖ్యానములు జయప్రదముగా %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s వ్యాఖ్యలు" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "తాజా వ్యాఖ్యానములు %(site_name)s నందు కలదు " @@ -106,78 +106,78 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "ఈ క్షేత్రములో ఏదయినా వ్యాఖ్య రాసినట్లయితే అది అసంధర్బ వ్యాఖ్య గా పరిగనించబడుతుంది " -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "సూచన రకం" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "వస్తువు ఐడి" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "వాడుకరి" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "వాడుకరి పేరు" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "వాడుకరి ఈమెయిలు చిరునామా" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "వాడుకరి URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "వ్యాఖ్య" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "సమర్పించిన తేదీ/సమయం" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "ఐపీ చిరునామా" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "బహిరంగమయినది" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "తీసివేయబడినది" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr " ఈ వ్యాఖ్యానము సరిగ్గా లేదని తోచినచో ఈ డబ్బా ని చెక్ చేయండి " -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "వ్యాఖ్యలు" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -187,19 +187,19 @@ msgid "" "http://%(domain)s%(url)s" msgstr "" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "తేదీ" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/th/LC_MESSAGES/django.mo b/django/contrib/comments/locale/th/LC_MESSAGES/django.mo index a5e21dce311fd6ca406f7961b9f2ca68f614d08a..1a69fafb730897b2950ca80fd35f2775453c78ec 100644 Binary files a/django/contrib/comments/locale/th/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/th/LC_MESSAGES/django.po b/django/contrib/comments/locale/th/LC_MESSAGES/django.po index b07832a4b4d53793857dbf6a5e6c379457ffaa6f..049bd0e8aa0f6b37d2725f49e9e9dc92b488d3b2 100644 --- a/django/contrib/comments/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/th/LC_MESSAGES/django.po @@ -9,64 +9,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 06:23+0000\n" "Last-Translator: Suteepat Damrongyingsupab \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "เนื้อหา" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Metadata" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "ถูกแจ้งเตือนแล้ว" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "แจ้งเตือนความคิดเห็นที่เลือก" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "ได้รับการอนุมัติ" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "อนุมัติความคิดเห็นที่เลือกไว้" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "ลบ" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "ลบความคิดเห็นที่เลือกไว้" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s ความคิดเห็นได้ถูก%(action)sเรียบร้อยแล้ว" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "ความเห็นของ %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "ความเห็นล่าสุดเมื่อ %(site_name)s" @@ -102,79 +102,79 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "ถ้าคุณใส่ข้อมูลใดๆ ก็ตามในส่วนนี้ มันจะกลายเป็นสแปม" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "content type" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "อ็อบเจ็กต์ไอดี" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "ผู้ใช้" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "ชื่อของผู้ใช้" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "อีเมลของผู้ใช้" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL ของผู้ใช้" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "ข้อคิดเห็น" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "วันและเวลาที่ส่งข้อมูล" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "หมายเลขไอพี" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "สาธารณะ" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "เลือกออกเพื่อที่จะทำให้ข้อคิดเห็นนั้นหายไปจากเว็บไซต์" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "ถอดออกแล้ว" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" "เลือกเมื่อเห็นว่าข้อคิดเห็นไหนไม่เหมาะสม เมื่อข้อคิดเห็นนี้ได้ถูกลบแล้ว ข้อมูลอื่นจะถูกแสดงขึ้นแทน" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "ความคิดเห็น" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "ข้อคิดเห็นนี้ได้ถูกเขียนไว้โดยผู้ใช้ที่สามารถเชื่อถือได้ จะถูกอ่านได้เพียงอย่างเดียว" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "ข้อคิดเห็นนี้ถูกเขียนไว้โดยผู้ใช้ที่สามารถเชื่อถือได้ ดังนั้นอีเมลนั้นจะถูกอ่านเท่านั้น" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -189,19 +189,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "ธง" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "วันที่" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "ธงแสดงความเห็น" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "ปักธงแสดงความคิดเห็น" diff --git a/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo b/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo index d51dbcf07931033a193dd0cc056fe1edce587235..5e37593d0b61fc3257a604b755f9bdcc19732926 100644 Binary files a/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/tr/LC_MESSAGES/django.po b/django/contrib/comments/locale/tr/LC_MESSAGES/django.po index 8644a1749b90da512af0de6a5eaa6e70fdb31e8a..63dcd68511a4507be2db9d57bc02647fb2b56d7b 100644 --- a/django/contrib/comments/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/tr/LC_MESSAGES/django.po @@ -6,64 +6,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "İçerik" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Meta bilgi" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "işaretli" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Seçili yorumları işaretle" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "onaylandı" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Seçili yorumları onayla" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "silinmiş" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Seçili yorumları sil" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s adet yorum başarıyla %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s sitesine ait yorumlar" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s sitesindeki son yorumlar" @@ -101,56 +101,56 @@ msgstr "" "Eğer bu alana herhangi bir şey girerseniz, yorumunuz spam olarak kabul " "edilecektir" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "içerik türü" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "nesne no" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "kullanıcı" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "kullanıcının adı" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "kullanıcının e-posta adresi" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "kullanıcının URL'si" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "yorum" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "gönderim tarihi/saati" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP adresi" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "görünürlük" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Yorumu site üzerinden kaldırmak için bu kutucuğun seçimini kaldırın." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "silinmiş" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -158,18 +158,18 @@ msgstr "" "Yorum uygunsuz ise bu işareti kaldırın. \"Yorum silindi\" uyarısı " "görüntülenecek." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "yorumlar" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" "Bu yorum kayıtlı kullanıcı tarafından yazıldığı için başlığı salt okunurdur." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "Bu yorum kayıtlı kullanıcı tarafından yazıldığı için e-posta adresi salt " "okunurdur." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -192,19 +192,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "işaret" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "tarih" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "yorum işareti" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "yorum işaretleri" diff --git a/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo b/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo index d2db5aabf8d09d8daa2ae5433732778989e43fc7..e4ab7be6fde7ca7e01a2e99f083e67dc38aa8d83 100644 Binary files a/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/tt/LC_MESSAGES/django.po b/django/contrib/comments/locale/tt/LC_MESSAGES/django.po index b7d46d696c37508bc980f2aa87a8bda0bba8a75b..7c0f5e230e1644a812dd3ba19dd7aa701a66b4b2 100644 --- a/django/contrib/comments/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/tt/LC_MESSAGES/django.po @@ -5,64 +5,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2011-01-19 15:42+0000\n" "Last-Translator: Django team\n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -98,78 +98,78 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -179,19 +179,19 @@ msgid "" "http://%(domain)s%(url)s" msgstr "" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo b/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo index 82a55c267327d938cf3d000509f46ea5ae452780..13784c10d18b93514e8712aa098d63475638baf5 100644 Binary files a/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/uk/LC_MESSAGES/django.po b/django/contrib/comments/locale/uk/LC_MESSAGES/django.po index 7abe00928671bdfec933c512777d6fc15d0ae045..7e09d2b449733af56282bfa78da899bb0255771c 100644 --- a/django/contrib/comments/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/uk/LC_MESSAGES/django.po @@ -8,60 +8,60 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Зміст" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Мета-дані" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "позначено" msgstr[1] "позначено" msgstr[2] "позначено" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Позначити відзначені коментарі" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "апробовано" msgstr[1] "апробовано" msgstr[2] "апробовано" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Апробувати відзначені коментарі" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "видалено" msgstr[1] "видалено" msgstr[2] "видалено" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Видалити відзначені коментарі" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." @@ -69,12 +69,12 @@ msgstr[0] "%(count)s коментар було %(action)s." msgstr[1] "%(count)s коментарі було %(action)s." msgstr[2] "%(count)s коментарів було %(action)s." -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "коментарі сайту %(site_name)s" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Останні коментарі на сайті %(site_name)s" @@ -112,56 +112,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Якщо ви введете щось в це поле, ваш коментар буде вважатися спамом" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "content type" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "ID об'єкту" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "користувач" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "ім'я користувача" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "e-mail адреса користувача" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "URL користувачів" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "коментар" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "дата/час додавання" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP адреса" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "публічний" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Видаліть галочку звідси, щоб коментар зник з сайту." -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "видалений" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -169,11 +169,11 @@ msgstr "" "Поставте тут галочку, якщо коментар неприйнятний. Повідомлення \"Цей " "коментар було видалено\" буде відображено замість цього коментаря." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "коментарі" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -181,7 +181,7 @@ msgstr "" "Цей коментар був розміщений зареєстрованим користувачем і тому ім'я не може " "бути відредаговано." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -189,7 +189,7 @@ msgstr "" "Цей коментар був розміщений зареєстрованим користувачем і тому email не може " "бути відредагований." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -204,19 +204,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "позначка" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "число" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "позначка коментаря" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "позначки коментаря" diff --git a/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo b/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo index dba69894a6306021e31affb6d8055b2a55fedc2c..b83d36c59e00c32034ab7f5e9db2f0299fc3faaf 100644 Binary files a/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/ur/LC_MESSAGES/django.po b/django/contrib/comments/locale/ur/LC_MESSAGES/django.po index 2b4023f0e39cd402316dddb66cc0cb0afbc062f3..d15ecc05e00e3b05e8128c04a2a002b0c94ca904 100644 --- a/django/contrib/comments/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/ur/LC_MESSAGES/django.po @@ -5,68 +5,68 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2011-01-19 15:42+0000\n" "Last-Translator: Django team\n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" msgstr[1] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "" msgstr[1] "" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "" msgstr[1] "" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" msgstr[1] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "" @@ -103,78 +103,78 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -184,19 +184,19 @@ msgid "" "http://%(domain)s%(url)s" msgstr "" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo b/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo index 37c42fd5fd0efc4bac8a9e4e610cd7620336a416..c7c842d1dacc9264637390b5f844e9422a1c2978 100644 Binary files a/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/vi/LC_MESSAGES/django.po b/django/contrib/comments/locale/vi/LC_MESSAGES/django.po index 72b002925dbc556f394ffd3ca73ea1de1c98a5bb..a4ea7fc27864c778ed315c330bc356d0dccd1dc0 100644 --- a/django/contrib/comments/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/vi/LC_MESSAGES/django.po @@ -7,64 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Tran \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "Nội dung" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "Siêu dữ liệu" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "Đặt cờ những nhận xét được chọn" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "phê duyệt" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "Phê duyệt những nhận xét đã chọn" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "loại bỏ" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "Loại bỏ nhận xét được chọn" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "Nhận xét cuối cùng trên %(site_name)s" @@ -100,56 +100,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "Bất kì bình luận nào bạn nhập vào đây cũng sẽ bị coi là thư rác" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "kiểu nội dung" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "object ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "Người dùng" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "Tên người sử dụng" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "Địa chỉ email của người sử dụng" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "Đường dẫn URL của người sử dụng" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "Bình luận" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "Ngày/giờ đã đăng kí" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "Địa chỉ IP" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "Được phổ biến" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "Không đánh dấu vào hộp này để gỡ bình luận ra khỏi Site" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "Bị xóa" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -157,11 +157,11 @@ msgstr "" "Đánh dấu vào hộp này nếu bình luận không thích hợp. Tin nhắn \"Bình luận đã " "bị xóa\" sẽ thay thế vào đó." -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "những nhận xét" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." @@ -169,7 +169,7 @@ msgstr "" "nhận xét này đã được đăng bởi một người dùng xác thực và do đó đặt tên cho " "là chỉ đọc." -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." @@ -177,7 +177,7 @@ msgstr "" "nhận xét này đã được đăng bởi một người dùng xác thực và do đó email là chỉ " "đọc." -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -190,19 +190,19 @@ msgstr "" "%(comment)s\n" "http://%(domain)s%(url)s " -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "ngày" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "cờ nhận xét" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "" diff --git a/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo index 05080396417873daaa76cf60e384e86d1ba41263..7a4d8abedb89111efc5b91b9ba804250aca262a5 100644 Binary files a/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.po index 117afa70699b76518718e28fa905a26faffe15a3..8f9871d45bae69462b1ddcc44635bbc103bf0cc5 100644 --- a/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.po @@ -7,64 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: Lele Long \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "内容" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "元数据" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "标记" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "标记选中的评论" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "批准" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "批准选中的评论" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "移除" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "移除选中的评论" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s 条评论被成功 %(action)s。" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s的评论" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "%(site_name)s的最新评论" @@ -100,56 +100,56 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "如果你在该字段中输入任何内容,那么你的评论就会被视为垃圾评论。" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "内容类型" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "对象ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "用户" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "用户名" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "用户的 email 地址" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "用户的网址" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "评论" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "提交日期/时间" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP 地址" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "公开" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "取消选中此复选框,可隐藏该条评论。" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "已删除" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." @@ -157,23 +157,23 @@ msgstr "" "若评论内容不妥,则选中这个复选框。该评论将被一条\"此评论已经被删除\"的消息所" "替换。" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "评论" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "此评论由一位验证用户发表,因此该用户名是只读的。" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "此评论由一位验证用户发表,因此该 email 是只读的。" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -188,19 +188,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "标记" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "标记时间" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "评论标记" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "评论标记" diff --git a/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo index 0a352ac39c832f4f56b82c508eedf1ad8ea410e2..a3f711d4ae846d15b8191c48e1997655d0f4ac99 100644 Binary files a/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po index de0806d5f2082978b27565013d2332e0974e2dd0..41a5df92f71644045ef0bfc670429db91d430780 100644 --- a/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po @@ -7,64 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n" "Last-Translator: tcc \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: admin.py:12 +#: admin.py:25 msgid "Content" msgstr "內容" -#: admin.py:15 +#: admin.py:28 msgid "Metadata" msgstr "元資料" -#: admin.py:42 +#: admin.py:55 msgid "flagged" msgid_plural "flagged" msgstr[0] "已標記" -#: admin.py:43 +#: admin.py:56 msgid "Flag selected comments" msgstr "標記已選評論" -#: admin.py:47 +#: admin.py:60 msgid "approved" msgid_plural "approved" msgstr[0] "已核可" -#: admin.py:48 +#: admin.py:61 msgid "Approve selected comments" msgstr "核可已選評論" -#: admin.py:52 +#: admin.py:65 msgid "removed" msgid_plural "removed" msgstr[0] "已移除" -#: admin.py:53 +#: admin.py:66 msgid "Remove selected comments" msgstr "移除已選評論" -#: admin.py:65 +#: admin.py:78 #, python-format msgid "1 comment was successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s." msgstr[0] "%(count)s 個評論已成功完成%(action)s。" -#: feeds.py:13 +#: feeds.py:14 #, python-format msgid "%(site_name)s comments" msgstr "%(site_name)s 評論" -#: feeds.py:23 +#: feeds.py:20 #, python-format msgid "Latest comments on %(site_name)s" msgstr "最新評論在 %(site_name)s" @@ -100,78 +100,78 @@ msgid "" "If you enter anything in this field your comment will be treated as spam" msgstr "如果你在這一個欄位輸入任何內容,會被視為是垃圾評論" -#: models.py:22 +#: models.py:23 msgid "content type" msgstr "內容類型" -#: models.py:24 +#: models.py:25 msgid "object ID" msgstr "物件 ID" -#: models.py:50 models.py:168 +#: models.py:53 models.py:177 msgid "user" msgstr "使用者" -#: models.py:52 +#: models.py:55 msgid "user's name" msgstr "使用者名稱" -#: models.py:53 +#: models.py:56 msgid "user's email address" msgstr "使用者電子郵件" -#: models.py:54 +#: models.py:57 msgid "user's URL" msgstr "使用者 URL" -#: models.py:56 models.py:76 models.py:169 +#: models.py:59 models.py:79 models.py:178 msgid "comment" msgstr "評論" -#: models.py:59 +#: models.py:62 msgid "date/time submitted" msgstr "日期/時間已送出" -#: models.py:60 +#: models.py:63 msgid "IP address" msgstr "IP 位址" -#: models.py:61 +#: models.py:64 msgid "is public" msgstr "公開" -#: models.py:62 +#: models.py:65 msgid "" "Uncheck this box to make the comment effectively disappear from the site." msgstr "取消這個選項可讓評論立刻在網站消失。" -#: models.py:64 +#: models.py:67 msgid "is removed" msgstr "已刪除" -#: models.py:65 +#: models.py:68 msgid "" "Check this box if the comment is inappropriate. A \"This comment has been " "removed\" message will be displayed instead." msgstr "如果此評論不恰當則選取這個檢查框,其將以 \"此評論已被移除\" 訊息取代。" -#: models.py:77 +#: models.py:80 msgid "comments" msgstr "評論" -#: models.py:119 +#: models.py:124 msgid "" "This comment was posted by an authenticated user and thus the name is read-" "only." msgstr "這個評論由認證的使用者張貼, 因此名稱是唯讀的。" -#: models.py:128 +#: models.py:134 msgid "" "This comment was posted by an authenticated user and thus the email is read-" "only." msgstr "這個評論由認證的使用者張貼, 因此名稱是唯讀的。" -#: models.py:153 +#: models.py:160 #, python-format msgid "" "Posted by %(user)s at %(date)s\n" @@ -186,19 +186,19 @@ msgstr "" "\n" "http://%(domain)s%(url)s" -#: models.py:170 +#: models.py:179 msgid "flag" msgstr "標記" -#: models.py:171 +#: models.py:180 msgid "date" msgstr "日期" -#: models.py:181 +#: models.py:190 msgid "comment flag" msgstr "標記評論" -#: models.py:182 +#: models.py:191 msgid "comment flags" msgstr "評論標記" diff --git a/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo index c0fc6ba5f887095c50f22de492eddaaae6d54e90..e68338fef31b0c216062e504b7aa4ff17ed14f19 100644 Binary files a/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po index dc12cff2478515720feb4b68f1e12d1f37583ea7..7082aa5b66aeb804c025609839380c78489aa6fb 100644 --- a/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "اسم صنف النموذج في python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "نوع البيانات" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "أنواع البيانات" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo index 93a5f24c15d89c2e857b26ba53702d79ca1ed106..7cf0fd63c5e144606f4b6e3261da8bdf57060d42 100644 Binary files a/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po index 53b7211859ed220ff58005c23b05b569ed9d50b5..09d7be9dd2279f93e377b2740e5248e3163f792c 100644 --- a/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python modelinin sinif (class) adı" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "məzmun tipi" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "məzmun tipləri" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..91a9c9e851d533184cb1c9fa11fa68bb2a3b3c0b Binary files /dev/null and b/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..4f38a9ac50cca6a1fd8621fa33e81d172c4b2936 --- /dev/null +++ b/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,45 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-01 10:43+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: models.py:130 +msgid "python model class name" +msgstr "назва клясы пітонавае мадэлі" + +#: models.py:134 +msgid "content type" +msgstr "від зьмесьціва" + +#: models.py:135 +msgid "content types" +msgstr "віды зьмесьціва" + +#: views.py:17 +#, python-format +msgid "Content type %(ct_id)s object has no associated model" +msgstr "Аб’ект са зьмесьцівам віду %(ct_id)s не зьвязалі з мадэльлю" + +#: views.py:21 +#, python-format +msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" +msgstr "Аб’ект %(obj_id)s са зьмесьцівам віду %(ct_id)s не існуе" + +#: views.py:27 +#, python-format +msgid "%(ct_name)s objects don't have a get_absolute_url() method" +msgstr "Аб’екты %(ct_name)s ня маюць спосабу «get_absolute_url()»" diff --git a/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo index 030bd26871eae2b8ab04ec3ccf6d730e89b59dc0..ba73017632a3d26fa63d4fea0f6a6ad2b6d1c148 100644 Binary files a/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po index 650283dd84c04f2a8dd2332a984c97d73794fc8b..fc2304b08848175389b2a568555ef32865e7418b 100644 --- a/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po @@ -2,45 +2,46 @@ # # Translators: # Boris Chervenkov , 2012. +# , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Boris Chervenkov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-01 19:30+0000\n" +"Last-Translator: Georgi Kostadinov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "име на класа на модела в Python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "тип на съдържанието" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "типове съдържание" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Обект с тип на съдържанието %(ct_id)s няма асоцииран модел." -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "Обект %(obj_id)s с тип на съдържанието %(ct_id)s не съществува." -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "%(ct_name)s обекти нямат метода get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo index fd0d1feab9453f46d3c4001dbd0e74ca50fc9afd..54f5cb8644e3791eab640b642b776b5d02552049 100644 Binary files a/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po index 32e64b2d7cb606432d81868049c3a822c3372d54..5ef287f2d0f3d73c8ce9df4bb5c801f4829ceda2 100644 --- a/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "পাইথন মডেল ক্লাসের নাম" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "কনটেন্ট টাইপ" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "কনটেন্ট টাইপ সমূহ" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea9ae6af95372fd4fd0ed3fd16095ac83122e261 Binary files /dev/null and b/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..431b65e4611ceac38b80509c59b1a7d5aa451221 --- /dev/null +++ b/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,44 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 15:05+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: models.py:130 +msgid "python model class name" +msgstr "" + +#: models.py:134 +msgid "content type" +msgstr "" + +#: models.py:135 +msgid "content types" +msgstr "" + +#: views.py:17 +#, python-format +msgid "Content type %(ct_id)s object has no associated model" +msgstr "" + +#: views.py:21 +#, python-format +msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" +msgstr "" + +#: views.py:27 +#, python-format +msgid "%(ct_name)s objects don't have a get_absolute_url() method" +msgstr "" diff --git a/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo index 1a69166f71a9ba601a131d8dbba53b2cb6f3e205..d67915683122f3fbadd3de85fd5549ed5bddd605 100644 Binary files a/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po index fd86314417852b4a0c95e2f1f7daada68ad6f285..c81d2793c0debd10e5cdf06d67902fe0f89cdd7c 100644 --- a/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ime python klase modela" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tip sadržaja" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipovi sadržaja" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo index 6e989d74fe6e6b0b9d2f34c0fbba2cd4ea946cc9..afa63268b80076be0184fd5cb025f9f659bb33c0 100644 Binary files a/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po index 47c48f5db0e659b67ab6d7aaf3e0bbe5a724778c..f39f4a7182277a7bf399f9e3e47196591f29ffb0 100644 --- a/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nom de la classe del model en python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipus de contingut" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipus de continguts" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "L'objecte del tipus de contingut %(ct_id)s no té un model associat" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "L'objecte %(obj_id)s del tipus de contingut %(ct_id)s no existeix" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Els objectes %(ct_name)s no tenen un mètode get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo index 5126202d86fe27e6e89be7e1c24f4cf560e51a08..bbbf8b11eeff0fdf6beeb38921c6d0c7d6b09e19 100644 Binary files a/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po index ea37986810778d4b93f80875fe48f0ede7083829..e4d3b7422c213493c09c34d2d471d76279a373f6 100644 --- a/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "název třídy modelu v Pythonu" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "typ obsahu" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "typy obsahu" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Typ obsahu %(ct_id)s nemá přidružený model." -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Objekt %(obj_id)s typu obsahu %(ct_id)s neexistuje." -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Objektům %(ct_name)s chybí metoda get_absolute_url()." diff --git a/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo index ec642f27d85faed25b5aadebebeb279ecb5ebc74..9f66a549df154af6401606525a1231489bac58e9 100644 Binary files a/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po index 30423722030e220a2dd385a0fdd683f8e8840f9c..1378931ad3ac3a344374eef176bd06222b06564a 100644 --- a/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po @@ -6,40 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "math cynnwys" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "mathau cynnwys" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo index 3a6f4c57688fdcf7e8eedad0b4fe71536756a9b0..6f22f9a3afbcd05898b7d0f75b6e14c5c0c0eaf5 100644 Binary files a/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po index 7d5061353a43ebbd7fb67952145cb0642b9331ac..859d45d1be9fd1a437115b087f20d87b83cbdccb 100644 --- a/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 14:41+0000\n" "Last-Translator: Kristian Øllegaard \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "klassenavn i Python-model" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "indholdstype" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "indholdstyper" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Indholdstypen %(ct_id)s objekt har ingen tilhørende model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Indholdstypen %(ct_id)s objekt %(obj_id)s findes ikke" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr " %(ct_name)s objekter ikke har en get_absolute_url ()-metode" diff --git a/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo index 38f5807350a33af07af5c3637daaa234209d7418..9937fafef0282c2c17213228bb9e5162e4d98c86 100644 Binary files a/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po index 46e5d65e95cc4d9e9570c43392790ccccbd5f64b..1b4cd0f7375fcda4e5150671a1f3f867620c932a 100644 --- a/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 13:16+0000\n" "Last-Translator: André Hagenbruch \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "Python Modell-Klassenname" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "Inhaltstyp" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "Inhaltstypen" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Objekt des Inhaltstyps %(ct_id)s hat kein dazugehöriges Modell" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Objekt %(obj_id)s des Inhaltstyps %(ct_id)s ist nicht vorhanden" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr " %(ct_name)s Objekte haben keine get_absolute_url ()-Methode" diff --git a/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo index bd2048fdcc4a525939dbdf5e5e4a84ee3ac9fbfc..342dd37409c5ab412c4e1518e425f2dd7aa18d9c 100644 Binary files a/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po index 34be783772da92836d2b6ada5fcffef0f0d66c14..09f7721e5e07054b1819cbe27b78c46a6774777c 100644 --- a/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "όνομα python model class" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "τύπος περιεχομένου" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "τύποι περιεχομένου" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo index b0f81e1e0de6870d9858ae25a8aa957b3460a71d..68b8aa62bec368a2b56d938322d85ccf43b9b36b 100644 Binary files a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po index c45c2aff9c4bb3d3b39d7be5d45164267053128f..06ab16d1aea6b920b9d228536935a0d2cbb836ef 100644 --- a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po @@ -1,41 +1,44 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-03-08 11:45+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:130 msgid "python model class name" -msgstr "" +msgstr "python model class name" #: models.py:134 msgid "content type" -msgstr "" +msgstr "content type" #: models.py:135 msgid "content types" -msgstr "" +msgstr "content types" #: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Content type %(ct_id)s object has no associated model" #: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "Content type %(ct_id)s object %(obj_id)s doesn't exist" #: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "%(ct_name)s objects don't have a get_absolute_url() method" diff --git a/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo index d280362c71b9ba17b99237af783aaa9c869379e8..d413f1703e01f67bd016555c357409eb5a255777 100644 Binary files a/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po index 2c06ecb4041bcde0404906e9984246de83503815..488f9789b144f26e3feeb3782054260253b6bcb5 100644 --- a/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 21:57+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python model class name" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "content type" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "content types" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Content type %(ct_id)s object has no associated model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Content type %(ct_id)s object %(obj_id)s doesn't exist" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objects don't have a get_absolute_url() method" diff --git a/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo index 536898f7f704f828e19575bbab107f8f296171e0..8cee67abd57de1f99460947bf250fac331cbb187 100644 Binary files a/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po index e897c71c32c92b0462ad17d9ae6f02b4cceb836b..169a9fec56df47b8af8b039ba1fcfd38d8a18b82 100644 --- a/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po @@ -1,45 +1,45 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Baptiste , 2011. +# Baptiste , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-09-15 19:58+0000\n" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "klasa nomo de pitona modelo" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "enhava tipo" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "enhavaj tipoj" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Objekto kun enhava tipo %(ct_id)s ne havas asociitaj modeloj" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "Objekto %(obj_id)s kun enhava tipo %(ct_id)s ne ekzistas" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr " %(ct_name)s objektoj ne havas metodon get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo index 92e2e16ab3599ae39102860d6596075f6a25cda6..b77d63b45b02eed77116e70ad9939ee2b692ed1b 100644 Binary files a/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po index f47b44a9a9a77bc2658ec16afecfdbb40a3b2652..c5b30867094fdd28fba4287472c1192817ec10e5 100644 --- a/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-14 19:04+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nombre de la clase modelo de python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipo de contenido" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipos de contenido" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" "El objeto de tipo de contenido %(ct_id)s no tiene ningún modelo asociado." -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "El objeto de tipo de contenido %(ct_id)s objeto %(obj_id)s no existe" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "El objeto %(ct_name)s no tiene un método get_absolute_url () " diff --git a/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo index 613eecc6d905712c3dfe85e8f8b6e7f47d54043d..7ff8772f6a8580b51ce9c30067429ad56e7b4159 100644 Binary files a/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po index 41ef8aede9260c6ed8505104372a702634126e19..3fb4d62a26b8a2c3b0b36f7836976ce42ab5e606 100644 --- a/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-16 01:41+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nombre de la clase python del modelo" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipo de contenido" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipos de contenido" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "El objeto Tipo de contenido %(ct_id)s no tiene un modelo asociado" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "El objeto Tipo de contenido %(ct_id)s %(obj_id)s no existe" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Los objetos %(ct_name)s no tienen un método et_absolute_url()" diff --git a/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo index 9336beed30042cd0f1eb1b6f6c5a0880986505c8..1bf5e1e047e30ba948f22cf8c7f5df5897e861ea 100644 Binary files a/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po index 05dd3ed98dbb9e597b14244e68d37b5c9e442e6e..6f8f79aa7f404e9a0ee459701d7d9b1698e209ad 100644 --- a/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nombre de la clase python del modelo" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipo de contenido" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipos de contenido" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" "Los objetos con el tipo de contenido %(ct_id)s no tienen un modelo asociado" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Los objetos %(obj_id)s con el tipo de contenido %(ct_id)s no existen" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Los %(ct_name)s objetos no tienen el método get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo index b7d2c026ffab2081d475e70117e13d579687e3cb..5f5042edfb0c0239a55b17ae9aa82d383087410d 100644 Binary files a/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po index 1b5c657425ddd1e037c0f8fa19a33f5a3e79b05a..9c14459ccc8910f7e35af89726b5da4410c49eb3 100644 --- a/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "pythoni mudeli klassinimi" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "sisutüüp" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "sisutüübid" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo index 8f8ec0ee4f0e6dc591847a93721776da5e5fb929..c0584372c7ab8705f833b8510b34fba3ac54dd61 100644 Binary files a/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po index f227c688881f0d43f9180d5dba98e38a7f61d512..0606cf6910b69a036c326235b4df9cace1b9c2c9 100644 --- a/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 20:45+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python model class izena" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "eduki mota" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "eduki motak" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "%(ct_id)s eduki motak ez dauka lotutako eredurik" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "%(ct_id)s eduki motako %(obj_id)s objekturik ez da existitzen" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objektuek ez dauketa get_absolute_url() metodorik" diff --git a/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo index 5bbfc2f680f199da8560bccf60fafad03be10f28..9f37edd5de4aefd0317b759d4761c4fcc5ba8ae0 100644 Binary files a/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po index fcd0e6941006096ddd9a2d58bba5716531a20e71..2244838b1efab05d50564c7a7b19124a92de0f77 100644 --- a/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po @@ -1,45 +1,46 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Ali Nikneshan , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-21 08:15+0000\n" +"Last-Translator: Ali Nikneshan \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "نام پایتونی کلاس مدل" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "نوع محتوا" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "نوع‌های محتوا" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "نوع محتوای %(ct_id)s به هیچ مدلی مرتبط نشده است." -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "نوع محتوای %(ct_id)s شیی %(obj_id)s وجود ندارد" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr " اشیای %(ct_name)s متد get_absolute_url() را ندارند." diff --git a/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo index 360da4e297488a5a8ac7eabf446d823a9292e446..1aad6cf966a975d7749b0b806d12cc70d0b5b94e 100644 Binary files a/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po index e9ba84e5d5ce92805d22dd37a60b58d1aaaa54f6..edf9ad13125d673a0503490084e1eaa5298f824e 100644 --- a/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po @@ -2,44 +2,45 @@ # # Translators: # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-24 15:23+0000\n" +"Last-Translator: nanook \n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "mallin python-luokan nimi" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "sisältötyyppi" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "sisältötyypit" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Sisältötyypin %(ct_id)s objektiin ei ole liitetty mallia" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "Sisältötyypin %(ct_id)s objektia %(obj_id)s ei ole olemassa" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "%(ct_name)s-objekteilla ei ole get_absolute_url()-metodia" diff --git a/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo index 0f3e40bb9d6475ba78a3e6abcad89d390b676bc5..b0bbf4c9db31038c1e09ea24e6ffa7566dd44be2 100644 Binary files a/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po index fc041c64b159a1cbdc3fa19c4dd93fe82d7239e4..a57a906b930bdf8cdf88a566683ec1b479db8832 100644 --- a/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nom de la classe python du modèle" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "type de contenu" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "types de contenu" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "L'objet type de contenu %(ct_id)s n'a pas de modèle associé" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "L'objet %(obj_id)s du type de contenu %(ct_id)s n'existe pas" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Les objets %(ct_name)s n'ont pas de méthode get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo index 2f8cace10f43822dc2fba8637d6d538a01a83334..66a3a21c43428bd41b85638671ebb089e59ce736 100644 Binary files a/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po index 768d4efe1f04ccb8c4ced4be1d0b620f626a71eb..70fe7ad79ef80ad9d78a9a7ac78c8a4b83e986a0 100644 --- a/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-16 13:17+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "píotón samhail aicme ainm" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tíopa inneachar " -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tíopaI inneachair" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Ní bhaineann samhail leis an cineál inneachar %(ct_id)s" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Níl cineál inneachar %(ct_id)s oibiacht %(obj_id)s ann" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Níl modh get_absolute_url() ag %(ct_name)s oibiachtaí" diff --git a/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo index 730c77d935808dacb936f61729814bbed55ec979..dad362ac5757530b60e79cacbdc2bbf4fbd3c8e6 100644 Binary files a/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po index 3f7b20877f47eb706ae619d70e9a3f17effeacda..93b347049ab8ab53d8f4e9a0b4ced357403d6e93 100644 --- a/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po @@ -1,45 +1,46 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-01-07 12:00+0000\n" +"Last-Translator: fonso \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nome do módulo Python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipo de contido" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipos de contido" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "O obxecto de tipo de contido %(ct_id)s non ten un modelo asociado" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "O obxecto %(obj_id)s con tipo de contido %(ct_id)s non existe" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "Os obxectos %(ct_name)s non teñen un método get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo index 46526135cac72dfe398f98e460f99f55fc342fec..38d96970e2c002ebf476ab419c3e8b2f064e4b45 100644 Binary files a/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po index f33be7597f162e3a03b5c28b138b38d5959ff4de..62dffbc1418eb7d190aba0e91e59811c47a3905b 100644 --- a/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po @@ -2,44 +2,45 @@ # # Translators: # Jannis Leidel , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-21 10:49+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "שם ה־class של מודל פייתון" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "סוג תוכן" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "סוגי תוכן" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "לא משוייך מודל לאובייקט מסוג התוכן %(ct_id)s" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "אובייקט %(obj_id)s מסוג תוכן %(ct_id)s אינו קיים" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "אובייקטי %(ct_name)s אינם כוללים מתודת get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo index 3df5d6c7aa26d1148bc75f3a8476d42196a38d40..55552662c1ed77bce839bab0a431766244986d8a 100644 Binary files a/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po index 3ef257707cef66bdaef7efed10ffd12879543c0f..e92a358d61ea368774d0e9217d8f0f1a328b9b23 100644 --- a/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-15 13:09+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "पैथॉन मॉडल क्लास नाम" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "विषय-सूची प्रकार" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "विषय-सूचियाँ प्रकार" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "सामग्री प्रकार के %(ct_id)s ऑब्जेक्ट कोई संबद्ध मॉडल नहीं है।" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "सामग्री प्रकार %(ct_id)s वस्तु %(obj_id)s मौजूद नहीं है." -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s वस्तुओं की get_absolute_url() विधि नहीं है." diff --git a/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo index 3eedefd748eba2f6e13760a9bcba044a8b321af6..292c132a8d3dfcd9fc64c657d3defa053872168e 100644 Binary files a/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po index 1abda4662dfa5c2f62144764751f865aa82c0f34..5cbc2ecc5f5324b7e8c1aed623a905de1ea42e25 100644 --- a/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-22 11:06+0000\n" "Last-Translator: Bojan Mihelač \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ime klase (class) python modela" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tip sadržaja" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipovi sadržaja" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Tip sadržaja %(ct_id)s objekt nema pridruženi model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Tip sadržaja %(ct_id)s objekt %(obj_id)s ne postoji" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objekti nemaju get_absolute_url() metodu" diff --git a/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo index 82ebf0420137e28b9dc8103c22b59804c56e62d6..511a02340c17bd04e21715c9aa88c42f20f98f76 100644 Binary files a/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po index 47053bd56584cca53d3e7df422086fa31bf5bd1d..0e4f8b5db6ea819d88ca061ba1c74144e17c4b3a 100644 --- a/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 19:42+0000\n" "Last-Translator: Attila Nagy <>\n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python modell osztály neve" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tartalom típusa" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tartalom típusok" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "A %(ct_id)s tartalomtípus-objektumhoz nincsenek modellek hozzárendelve" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "%(ct_id)s tartalomtípus-objektum %(obj_id)s nem található" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objektumoknak nincs get_absolute_url() metódusuk" diff --git a/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3827fccc5add231064f835c3a593ab39f9587e66 Binary files /dev/null and b/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..fb5657a8a881538d67d160f4619f23433367cad2 --- /dev/null +++ b/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,45 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-20 19:32+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: models.py:130 +msgid "python model class name" +msgstr "nomine del classe del modello Python" + +#: models.py:134 +msgid "content type" +msgstr "typo de contento" + +#: models.py:135 +msgid "content types" +msgstr "typos de contento" + +#: views.py:17 +#, python-format +msgid "Content type %(ct_id)s object has no associated model" +msgstr "Le objecto del typo de contento %(ct_id)s non ha un modello associate" + +#: views.py:21 +#, python-format +msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" +msgstr "Le objecto %(obj_id)s del typo de contento %(ct_id)s non existe" + +#: views.py:27 +#, python-format +msgid "%(ct_name)s objects don't have a get_absolute_url() method" +msgstr "Objectos %(ct_name)s non ha un methodo get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo index aad3b4f7daf741e3b4c6160e1f438e72e4ab0e10..6d43fb4272a073054aa09c91c8229e808d2bd71c 100644 Binary files a/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po index 7968d831b975a99382b8f2f7b8a2f9046cc784e2..7218e071e8dcb66fb028054977ce9be77e4c258e 100644 --- a/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po @@ -8,40 +8,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nama kelas model python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipe konten" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipe konten" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Tipe konten objek %(ct_id)s tidak memiliki model yang terkait" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Tipe konten %(ct_id)s objek %(obj_id)s tidak ada" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Objek %(ct_name)s tidak memiliki metode get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo index 332fc80a3efcfec12f43e66e9a66cd7362c3f0a3..a018e95221ae36ffca80adcef9794b59868f4ca6 100644 Binary files a/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po index 259767e29580f7f0d602439b11b75015a8359684..e5704ed73cd1d295f84895abec45599a2a5d476d 100644 --- a/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 14:48+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python eininga klasa nafn" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "efnistag" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "efnistög" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Gerð innihalds %(ct_id)s hefur ekkert tengt módel" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Gerð innihalds %(ct_id)s hlutar %(obj_id)s er ekki til" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s hlutir hafa ekki get_absolute_url () aðferð" diff --git a/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo index 82b4e81c36db8abd7d4df2647d4ccfa712170dc4..7149d78af0a72ac3a1912827aa8123433152ef5b 100644 Binary files a/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po index 066b510a8bba0e0aa9c98783c3578f2553e92446..de2441b15a5bc6cbff33dfe920db5f7836cb4e3c 100644 --- a/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nome della classe del modello Python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "content type" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "content type" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "L'oggetto con content type %(ct_id)s non ha alcun modello associato" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "L'oggetto %(obj_id)s con content type %(ct_id)s non esiste" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Gli oggetti %(ct_name)s non hanno un metodo get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo index 0b81d552d7ce2f4c132c008cbf3668da92790c1e..78049d8720f903627ac13ddf762fb59643c00e36 100644 Binary files a/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po index e798268f1f876a88cbcac5586867e44aba7c78bd..b75066399db1e7ab4632b81efeeb87d407c32177 100644 --- a/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po @@ -2,44 +2,48 @@ # # Translators: # Jannis Leidel , 2011. +# Shinya Okano , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-06 09:53+0000\n" +"Last-Translator: Shinya Okano \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "Python モデルクラス名" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "コンテンツタイプ" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "コンテンツタイプ" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" +"コンテンツタイプ %(ct_id)s のオブジェクトは、関連付けられたモデルを持っていま" +"せん" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "コンテンツタイプ %(ct_id)s のオブジェクト %(obj_id)s は存在しません" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" +"%(ct_name)s のオブジェクトは get_absolute_url() メソッドを持っていません" diff --git a/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo index 9aac5f5ef1fef499c10732cba9e3820d1949a401..303535a76cef666e4b1b15fe0448cf15e64a64e1 100644 Binary files a/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po index 5d2213ed83ec24114888fec39bec7a4c788d460f..f31fc2a7657febd04527522144221d5518eba1f1 100644 --- a/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python-ის მოდელის კლასის სახელი" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "კონტენტის ტიპი" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "კონტენტის ტიპები" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo index 5e81bebccc8075daf09161c5225312531a839698..94bb8e9e739228ff1305064d5846a2299bdbb734 100644 Binary files a/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po index 33373c95268302930d2710df25b261c785c704ea..da6503f1a5d8a05ddb5f830dc4b592be2c3002f4 100644 --- a/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Nurlan Rakhimzhanov \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "питонның үлгі классның аты" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "мазмұн түрі" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "мазмұн түрлері" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo index 2ef606e28886ebf8b508e90740933527eefd80aa..3db01f742c8b16810f9d4120b187077e5680a027 100644 Binary files a/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po index 2ef508e501d255ba223e33d88c7ed365386b475b..d6b9c74362097a38af681beec1fa574c54c6e577 100644 --- a/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po @@ -6,39 +6,39 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ឈ្មោះ python model class" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "ប្រភេទអត្ថន័យ" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "ប្រភេទអត្ថន័យ" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo index 22bfc3005ec33d443b459357be21fb418db4ad49..8b8e1a5329e2fc487dc3236a6e2faafb771288f7 100644 Binary files a/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po index 3e912e3b81079c00e8f653196384e0455d4eeb8b..461782990069fa096dbc60eb1516f825973fed63 100644 --- a/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ಪೈಥಾನ್ ಮಾಡೆಲ್ ಕ್ಲಾಸಿನ ಹೆಸರು" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "ಒಳವಿಷಯದ ಬಗೆ" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "ಒಳವಿಷಯದ ಬಗೆಗಳು" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo index 5de203f08988fbb23f15f59b5f17cbe858af896b..ccc1db3888e08db470058c898601e737eb6fcbe4 100644 Binary files a/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po index c0f3d86ee12c300d29d4ba98c679109925d8f97a..3f9e9984202fa3a3b4371d994838b0a1ac39d047 100644 --- a/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python 모델 클래스 명" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "콘텐츠 타입" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "콘텐츠 타입(들)" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo index d9b801fb1eb534d30acf7cf9054bf12908969e1a..ff93db2c3397426a1a3b31240f16b6ca0c1eac52 100644 Binary files a/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po index 2b26fb30becd597db4c9f8320befbfa7c027bf3c..608f99adb0ebc998c71200c033a4a7a5028f279e 100644 --- a/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 16:53+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python modelio klasės vardas" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "turinio tipas" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "turinio tipai" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Tūrinio tipo %(ct_id)s objektas neturi priskirto modelio" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Tūrinio tipo %(ct_id)s objektas %(obj_id)s neegzistuoja" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objektai neturi get_absolute_url() metodo" diff --git a/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo index f65d45f8a1e925e8d79dd3c4b7e49ce342a73f14..de4420f94cd0af561545de50b0f3bf5f6079cce8 100644 Binary files a/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po index 46b3b49a5cada93722c0dda5101d2a49fe2556fe..c7697831c1919b86da0d8f2455748d829c6416bc 100644 --- a/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python modeļa klases nosaukums" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "satura tips" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "satura tipi" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo index a40c74a091d32d0baef89a4268d25b4ea38e37f4..21c8789d77385a209d66762d5bd512745dbe3f93 100644 Binary files a/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po index 77fa3d842ffc4d3979d85c7c7d46b5a2fef5d953..4f145b54ee4a1823b9dc48e893e6c092a40ce33c 100644 --- a/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 11:11+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "име на класата за python моделoт" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "тип на содржина" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "типови содржини" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Типот на содржина %(ct_id)s објект нема асоциран модел" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Типот на содржина %(ct_id)s објект %(obj_id)s не постои" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s објекти немаат get_absolute_url() метод" diff --git a/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo index a6b42871d1400ce0139cbea0178979211d6060b0..89e574cd92a11c856275e16ef7bf792e16be30d3 100644 Binary files a/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po index 338ce881e45c1fd1fd87496360cf76e1fe53e49c..0ecc2a3459365747de30b8307f4cc3ca1f17851e 100644 --- a/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po @@ -2,45 +2,45 @@ # # Translators: # Jannis Leidel , 2011. -# Rajeesh Nair , 2011. +# Rajeesh Nair , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-17 18:21+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "പൈത്തണ്‍ മോഡല്‍ ക്ളാസ്സിന്റെ പേര്" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "ഏതു തരം ഉള്ളടക്കം" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "ഏതൊക്കെ തരം ഉള്ളടക്കം" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "കണ്ടന്റ് ടൈപ്പ് %(ct_id)s വസ്തുവിന് അനുബന്ധമായ മോഡല്‍ ഇല്ല." -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "കണ്ടന്റ് ടൈപ്പ് %(ct_id)s വസ്തു %(obj_id)s നിലവിലില്ല" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "%(ct_name)s വസ്തുക്കള്‍ക്ക് get_absolute_url() രീതി ഇല്ല." diff --git a/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo index 5c897078013fef1134fb49034d6f826d6f4a7f9e..82ce61317f3ce7c63380491425df2a7ff7524cd6 100644 Binary files a/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po index ca725e79cdcabb506803f9c2c05f7696d82d7e8d..ce86d3d07e34ea6d65374fb2d5f290d21da73c58 100644 --- a/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "пайтоны модел класын нэр" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "агуулгын төрөл" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "агуулгын төрлүүд" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "%(ct_id)s төрлийн холбоотой модель олдсонгүй" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "%(ct_id)s төрлийн %(obj_id)s id тай обект олдсонгүй" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo index 9ec91af9d4b1e4d8a4d6e3c58ed50281bb7ae3dd..819b19fd3836c2ce06ca949b0238ae86c5bb96ab 100644 Binary files a/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po index c8cd2e4dfd33ac37d199cdef2b03746a400d18aa..111370bdfdb1b854b3fe252982fd0303572518a3 100644 --- a/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po @@ -8,40 +8,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 14:51+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Last-Translator: Sigurd Gartmann \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python-modellklassenavn" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "innholdstype" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "innholdstyper" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Innholdstype %(ct_id)s objekt har ingen assosiert model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Innholdstype %(ct_id)s objekt %(obj_id)s finnes ikke" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s-objekter har ikke get_absolute_url()-metode" diff --git a/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo index bae30d1773b27cc4cd855d8c041c83f8d9c18182..a7745a0ec90ab3f45f08df8fba3eb6a46f80e563 100644 Binary files a/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po index aa657d26047353f90b61270033b09d94b2890ba6..44afe132947394848be503b67239a4f0675f3e7b 100644 --- a/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "पाइथन मोडेल क्लासको नाम" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "विषयको ढाँचा" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "विषयको ढाँचाहरु" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo index 34001924624cc71661038df9bd2d4518b2fb10a0..2adf3019869bd81cc91aecb4afac6897387ccf51 100644 Binary files a/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po index 863e67ccd6ca055fa47a099821b2b634db732616..491b119cca7a042535fd892b19d81288a9db8075 100644 --- a/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Harro van der Klauw \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "klassenaam van pythonmodel" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "inhoudstype" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "inhoudstypen" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Content type %(ct_id)s object heeft geen bijbehorende model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Content type %(ct_id)s object %(obj_id)s bestaat niet" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objecten niet over een get_absolute_url() methode" diff --git a/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo index 1c93704962f2ce527105e584b4d88ea5db66bed7..1ecc1795c9db58396f1339ec2d440354281224bf 100644 Binary files a/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po index 82e712d8b0d46d480eb3e278eda0ec50bc91ba28..35a54563af26febf45176f528fae17b8bdeeef44 100644 --- a/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python-modell klassenamn" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "innhaldstype" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "innhaldstypar" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo index 77160565fdf0297d1a3c630f4e4c3ad37506737e..1a52f2ff8fcd1718e2e1fdbc1f63ca51619078e7 100644 Binary files a/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po index d34c709b3610b6bcd199ddf49c7611382c4d6df8..2fcbca16f0d996ceb1c7f822fe8a8ea65cd428bf 100644 --- a/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ਪਾਈਥਨ ਮਾਡਲ ਕਲਾਸ ਨਾਂ" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "ਸਮੱਗਰੀ ਕਿਸਮ" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "ਸਮੱਗਰੀ ਕਿਸਮ" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo index a01aef4e9260e31324b8c30244db1878bc4d799f..1369af32332ca864b56996597201d2046bbd19d3 100644 Binary files a/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po index 358b6cf8d845b95965f17e18df16ba29270a214c..e12574658f87402ea4f0566dd4c29bcea92c11c7 100644 --- a/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 00:32+0000\n" "Last-Translator: angularcircle \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nazwa pythonowa modelu klasy" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "typ zawartości" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "typy zawartości" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Obiekt typu zawartości %(ct_id)s nie posiada przypisanego modelu" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Obiekt %(obj_id)s typu zawartości %(ct_id)s nie istnieje" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Obiekty %(ct_name)s nie posiadają metody o nazwie get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo index b235b401d081e55473f8f26312db7fc4412f481e..39882e1a097d6c04315b724bbc87f84f92319c26 100644 Binary files a/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po index 2fc04416f04aaaabb337db682758b0773942aa4c..8559634b5e211acd5300fa3eb4d89db83ddc493a 100644 --- a/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po @@ -2,45 +2,45 @@ # # Translators: # Jannis Leidel , 2011. -# Nuno Mariz , 2011. +# Nuno Mariz , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-02 14:45+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" -msgstr "nome da classe do modelo em python" +msgstr "nome da classe do model em python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipo de conteúdo" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipos de conteúdos" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Objeto do tipo de conteúdo %(ct_id)s não tem nenhum model associado" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "Objeto %(obj_id)s do tipo de conteúdo %(ct_id)s não existe" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "Objetos %(ct_name)s não tem um método get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo index d8f81cdc6c462196fc53df86435e8b752fe1fd6e..5886b23a3e2f4a006efd2d644fe56ac10b07b801 100644 Binary files a/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po index d51bf86cc656f65c835195bfa365e650e1b053ca..da2a8205b71c9a1c7213b202554bbc517471bd4a 100644 --- a/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 18:27+0000\n" -"Last-Translator: Guilherme Gondim \n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nome da classe model em python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tipo de conteúdo" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipos de conteúdo" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Objeto do tipo de conteúdo %(ct_id)s não tem nenhum model associado" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Objeto %(obj_id)s do tipo de conteúdo %(ct_id)s não existe" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Objetos %(ct_name)s não tem um método get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo index 4345554b23af073934667a86a819637c0de187fb..eb4ab56c94409233aaabe146825b52123d16560a 100644 Binary files a/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po index d7b96cbd996eecee8d0aa6b0a40a5dc9ac5b11de..ae2df068a163f97d451d6c20a7eb046cd4e51d1f 100644 --- a/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "nume clasă model Python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tip conținut" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipuri conținut" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo index ea19e9af86603b1a8d07ebaa5dfc19f92369df59..6e1acc694dc06666c478b25a6dba7b082a1f8a27 100644 Binary files a/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po index 64084705a99a50e5e8771a85f31e0564e6cf1e16..81c58ce07a701ee5dbb626e9506e209fcdacc0d0 100644 --- a/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po @@ -8,43 +8,43 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "имя класса модели" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "тип содержимого" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "типы содержимого" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Тип содержимого %(ct_id)s не имеет связанной модели" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" "Объект с идентификатором %(obj_id)s, имеющий тип содержимого %(ct_id)s, не " "существует" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Объекты типа \"%(ct_name)s\" не имеют метода get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo index a3a14912d9ca5b7990336f3e210dcfe51cba4e19..1fc2947c85560c455de27ed5da968d056a45e1f8 100644 Binary files a/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po index a5ba9e49ea1f968a4553c1e6b58f98e401d399c2..5ec0fef82f330578f20d4d9d4121c26aa63415c7 100644 --- a/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po @@ -2,44 +2,45 @@ # # Translators: # Jannis Leidel , 2011. +# Marian Andre , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-07-15 12:13+0000\n" +"Last-Translator: Marian Andre \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "pythonovské meno triedy modelu" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "typ obsahu" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "typy obsahu" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Objekt typu obsahu %(ct_id)s nemá pridružený model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "Objekt %(obj_id)s typu obsahu %(ct_id)s neexistuje" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr " Objekty %(ct_name)s neobsahujú metódu get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo index 6212c11d870f142912e7c2f27fe9ead6e7ad9e3e..a2d23d0e45d941cd4ff883ff55ca68cca402ffb9 100644 Binary files a/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po index be0260ea1359e1a6867b12e4199464133c759753..09b5afdf56153895f99aa4ba03d52c765ada38fe 100644 --- a/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po @@ -1,47 +1,48 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Gašper Žejn , 2012. # Jannis Leidel , 2011. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-31 19:42+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" -msgstr "python ime razreda modela" +msgstr "ime razreda modela python" -#: models.py:127 +#: models.py:134 msgid "content type" -msgstr "tip vsebine" +msgstr "vrsta vsebine" -#: models.py:128 +#: models.py:135 msgid "content types" -msgstr "tipi vsebine" +msgstr "vrste vsebine" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "Objekt vrste %(ct_id)s nima povezanega modela" +msgstr "Predmet vrste vsebine %(ct_id)s nima določenega povezanega modela" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "Objekt %(obj_id)s vrste %(ct_id)s ne obstaja" +msgstr "Predmet %(obj_id)s vrste %(ct_id)s ne obstaja" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "Objekti vrste %(ct_name)s nimajo metode get_absolute_url()" +msgstr "Predmeti vrste %(ct_name)s nimajo določila get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo index 57a93c87ed2533745a00fb117a382b1ec5f71f27..7358d3f72415c572c617a36e1ac47f1e1d5557f9 100644 Binary files a/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po index b3542c041fb13d49b250ce2ed98f2743e8ea61b5..ed3829a0bd4759699b55519f84a834c5ecdac21d 100644 --- a/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po @@ -6,40 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-11-25 19:25+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "emër klase modeli python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "lloj lënde" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "lloje lënde" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "Objekti %(ct_id)s për lloj lënde nuk ka model të përshoqëruar" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" +"Objekti %(obj_id)s për lloj lënde %(ct_id)s nuk ka model të përshoqëruar" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "Objektet %(ct_name)s nuk përmbajnë ndonjë metodë get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo index 434cf7daa75fd2908022b8b81587a18e20b74d58..0574be8e82b7c328d1219edf19b027d1ca93fe07 100644 Binary files a/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po index 267630c5a8ae3ce1d2d3b9596285242279ae8328..ff0bfd8932c3d57e83b6bca537ead530662ceccc 100644 --- a/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "име python класе модела" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "тип садржаја" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "типови садржаја" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Тип садржаја %(ct_id)s нема асоцирани модел" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Тип садржаја %(ct_id)s објекта %(obj_id)s не постоји" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Објекти %(ct_name)s немају метод get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo index e2e8f746b6484456e0c502bcde02a88f6424ca21..ef56641641fdb5263a2f41dcac6d14fe5a107c0a 100644 Binary files a/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po index 88b1b594e24d0b50305b5bfebf560481bf20f3c6..6ecac16c779832ab01137997727b30dae112700b 100644 --- a/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,41 +7,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ime python klase modela" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "tip sadržaja" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "tipovi sadržaja" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Tip sadržaja %(ct_id)s nema asocirani model" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Tip sadržaja %(ct_id)s objekta %(obj_id)s ne postoji" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Objekti %(ct_name)s nemaju metod get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo index 26f3756ba7c627ee40126fd6dedbd080574e020b..e8d13dc4dc660459bcb386dbb25d9b4a53faf1df 100644 Binary files a/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po index 60aa4a41d67ceef1a0f18bc8e40c1966a87c8f83..9c6059d27b005caf19b501b446b6b3d18c8014aa 100644 --- a/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "klassnamn för Python-modell" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "innehålls typ" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "innehållstyper" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Innehållstypens %(ct_id)s har ingen associerad modell." -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "Innehållstypens %(ct_id)s objekt %(obj_id)s finns inte" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objekt har inte en get_absolute_url()-metod" diff --git a/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo index ced836a77fad93f306225b8e7c5d5868ff7ec231..311d1bd0cefad9a074f3781b1f09447824213f5c 100644 Binary files a/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po index eb7991c45a4e5c86bfdd03b11987208f1303ebbb..3db8a415b664901bb321f4f7a696a3c8c6beda54 100644 --- a/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po @@ -5,40 +5,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 16:10+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "aina ya maudhui" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "aina ya maudhui" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo index 6484bf1cd658c64ab25d41ec8a99d329aabf9328..16bb781c4834d20f68e972825986480695875265 100644 Binary files a/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po index 203c21e200f2041d0af25f4b8a422c07f7424c5d..0bb71a64adbbbb1f90e1cf0439f71f5434708fc1 100644 --- a/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python model class name" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "பொருளடக்க வகை" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "பொருளடக்க வகைகள்" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo index 195cebae15a4d55f8aaecbcfc6a656088d971f7c..cf22cfb0c29c15e56b4a4f49c6fab19384f6aa48 100644 Binary files a/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po index d7173a6482b2ca5d1d21c251f3f206ff541fd72d..73882917da64df2848c4b79f463e11b9669fba39 100644 --- a/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "పైతాన్ మొడల్ క్లాస్ పేరు" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "సూచన రకం" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "సూచన రకాలు" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo index aea63e38aa972014be29a5adc45615061bd441f7..8e56d8530bba7e9b5760a1939db6f298803cd425 100644 Binary files a/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po index e96cb648bb289de6e09566bd4e556e1c7abf823a..b5ce73d9f8736a6972aa3f73ac97ef31f39e811c 100644 --- a/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 03:09+0000\n" "Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python model class name" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "content type" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "content types" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "ประเภทของเนื้อหา %(ct_id)s ไม่มีอ็อบเจ็กที่มีรูปแบบที่เกี่ยวข้อง" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "ไม่มีประเภทของเนื้อหา %(ct_id)s วัตถุ %(obj_id)s" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s ไม่มีเมธอด get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo index 35638da51f2fedf1b624e2dc89f7c72e7a03141c..2b6b13e352caa54fcd30359ec3cb8746e4456c37 100644 Binary files a/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po index 2e49bc871178022f42e2401f107c0d0bc8dc2ffc..e2203576cba768d0a8106d20dff7283dabed288d 100644 --- a/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 20:31+0000\n" "Last-Translator: Murat Çorlu \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python model sınıf adı" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "içerik türü" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "içerik türleri" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "%(ct_id)s içerik türü hiç bir model ile ilişkilendirilmemiş" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "%(ct_id)s nolu içerik türünün %(obj_id)s nolu objesi yok" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "%(ct_name)s objeleri bir get_absolute_url() metoduna sahip değiller" diff --git a/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo index 519d7f0a823496eb9b3360bf75474d533dadd5ac..2adebcb079d86c142d76e5255742239bd2271026 100644 Binary files a/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po index b7591bbe118edfdd34e43688bdd5b97801f8bc86..c06ec895839e4fca761fb19b47f5b2c3cf345b22 100644 --- a/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "модель классының исеме" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "эчтәлек тибы" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "эчтәлек тиблары" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo index 5a1b63252adce1ea8f68435cabb9374503cb4257..c5118182f7368282cc8aac6aae0e543786cdda94 100644 Binary files a/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po index c48aacc0e60cf13cc715d2328e043077b397f660..0a1e968ef02ac8eaefaa406d5da1a682b8fc3449 100644 --- a/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po @@ -7,42 +7,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-11 17:02+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "ім'я класу моделі" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "тип вмісту" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "типи вмісту" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "Тип вмісту %(ct_id)s не має пов'язанної моделі" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" "Об'єкт з ідентифікатором %(ct_id)s, що має тип вмісту %(obj_id)s не існує" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "Об'єкт типу %(ct_name)s не має методу get_absolute_url()" diff --git a/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo index 9ad1443035de3be4cc0239b2c3e9049242767b7c..c2d8439d72333bbac45b716ddc26c4aab15e0eff 100644 Binary files a/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po index a03eea2c8fe12a349f3c2db09ac1965569c5b327..4d0698cab0c8ee6c1bcf8cd26f7b425fc7d10305 100644 --- a/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "پائثان کے ماڈل کی کلاس کا نام" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "مضمون کی قسم" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "مضمون کی اقسام" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo index 3e9aec30a245645c9a647dbc2a94ed58cf01ca47..9956119b9ce35fff18686c534b8beac3dd5a0ea3 100644 Binary files a/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po index 286aafc1293df063217c9da599439930b2172e5b..4f82f5efb720722ec36e9960a113978e35652010 100644 --- a/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n" "Last-Translator: Tran \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "tên lớp mô hình python" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "kiểu nội dung" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "kiểu nội dung" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" msgstr "" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgstr "" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgstr "" diff --git a/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo index 71e86fd3d7cbe73c77ec991c474e54c158f5462a..602cc89a3da566b10d84f1de5207dda0f2033c2b 100644 Binary files a/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.po index b2691d4c32f9d702be8e37c317dbd6748ed6bb54..c7c0faf1baaa4fcf46c61480c13c6e0350e6ee41 100644 --- a/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.po @@ -2,45 +2,46 @@ # # Translators: # Jannis Leidel , 2011. +# Kevin Shi , 2012. # slene , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: slene \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-26 01:37+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python 模型类名" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "内容类型" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "内容类型" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "内容类型 %(ct_id)s 对象没有关联的模型" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "内容类型 %(ct_id)s 对象 %(obj_id)s 不存在" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "%(ct_name)s 对象没有 a get_absolute_url() 方法" diff --git a/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo index 27f6bfdece1f5710a566c7616d373fe4fcd6a9d8..629291e6e23b5c13ef38eb2b4db38cdb85661b38 100644 Binary files a/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.po index 9015ce83d63f84fd0c972790e5d5082fa123c8b3..dc7f4ffa7c12bc7c557b48d17cd922e239b5dcae 100644 --- a/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.po @@ -1,45 +1,46 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 11:45+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-06 02:26+0000\n" +"Last-Translator: ilay \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:123 +#: models.py:130 msgid "python model class name" msgstr "python 模組名稱" -#: models.py:127 +#: models.py:134 msgid "content type" msgstr "內容類型" -#: models.py:128 +#: models.py:135 msgid "content types" msgstr "內容類型" -#: views.py:15 +#: views.py:17 #, python-format msgid "Content type %(ct_id)s object has no associated model" -msgstr "" +msgstr "內容類型 %(ct_id)s 的物件沒有關聯的資料模型" -#: views.py:19 +#: views.py:21 #, python-format msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" -msgstr "" +msgstr "內容類型 %(ct_id)s 的物件 %(obj_id)s 不存在" -#: views.py:25 +#: views.py:27 #, python-format msgid "%(ct_name)s objects don't have a get_absolute_url() method" -msgstr "" +msgstr "%(ct_name)s 的物件沒有 get_absolute_url() 方法" diff --git a/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6d8cf0e4a1f0ba2c3d3cc4aacc9e696af3e4455c Binary files /dev/null and b/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..4d61e789b9cd9866469e114082b02213c49aaf5f --- /dev/null +++ b/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 16:48+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/" +"language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:17 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:22 +msgid "flat page" +msgstr "" + +#: models.py:23 +msgid "flat pages" +msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Die veld is verpligtend." diff --git a/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo index 68400540b7d50ce295edc563bb90423262dfded3..d17eb7804bfe8ee85dc71033d733f812f872a3ba 100644 Binary files a/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po index 66c1fc11dc331becf197f4f2502808cb492095ab..70fb26634c4066ce106be52b09224dea26f073ae 100644 --- a/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Ossama Khayat \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: admin.py:10 msgid "Advanced options" msgstr "خيارات متقدّمة" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "رابط" @@ -52,23 +52,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "العنوان" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "المحتوى" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "السماح بالتعليقات" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "اسم القالب" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,20 +76,24 @@ msgstr "" "مثال: 'flatpages/contact_page.html'. إن لم تكن الصفحة موجودة، فسوف يستخدم " "النظام 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "التسجيل مطلوب" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "إذا كان هذا الخيار محددا، فإن المستخدمين الداخلين فقط سيتمكنون من مشاهدة " "الصفحة." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "صفحة مسطحة" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "صفحات مسطحة" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "هذا الحقل مطلوب." diff --git a/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo index 60546847ad66da010c72f4e9753893cfd5fcfefc..2f914fc16a5d8d7e7b25e267ae8d6b81a5613291 100644 Binary files a/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po index a921ba559fc97c3755cc1ff882316537d3d891a6..94b23fd92b5572993c38ae14686b5c16fb64f393 100644 --- a/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-22 16:33+0000\n" -"Last-Translator: Dimitris Glezos \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Dimitris Glezos \n" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "Əlavə imkanlar" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "başlıq" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "məzmun" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "şərhlər olsun" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "şablonun adı" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,20 +78,24 @@ msgstr "" "Məsələn, \"flatpages/contact_page.html\". Əgər göstərməsəniz, biz " "\"flatpages/default.html\" şablonundan istifadə edəcəyik." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "ancaq qeydiyyatlılar üçün" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Əgər bura quş qoysanız, ancaq qeydiyyatdan keçib sayta daxil olmuş " "istifadəçilər bu səhifəni görə biləcəklər." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "adi səhifə" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "adi səhifələr" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Bu sahə vacibdir." diff --git a/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eee063e02c8117cc8d4506ccdc0c28cc8ce55bdc Binary files /dev/null and b/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..543d9a00a105b941d3ec0b8c1d7953d181d3bb5e --- /dev/null +++ b/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Адмысловыя можнасьці" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Сеціўная спасылка" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Прыклад: «/about/contact/». Упэўніцеся, што адрас пачынаецца й заканчваецца " +"рыскаю «/»." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Дазваляюцца толькі літары, лічбы, кропкі, знак падкрэсьліваньня, злучкі, " +"нахіленыя рыскі, тыльды." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Спасылка не пачынаецца з рыскі «/»." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Спасылка не заканчваецца рыскаю «/»." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "На пляцоўцы «%(site)s» ужо існуе нязьменная бачына з адрасам «%(url)s»" + +#: models.py:12 +msgid "title" +msgstr "назва" + +#: models.py:13 +msgid "content" +msgstr "зьмесьціва" + +#: models.py:14 +msgid "enable comments" +msgstr "дазволіць выказваньні" + +#: models.py:15 +msgid "template name" +msgstr "назва шаблёну" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Прыклад: «flatpages/contact_page.html». Калі не пазначаць нічога, сыстэма " +"будзе ўжываць «flatpages/default.html»." + +#: models.py:17 +msgid "registration required" +msgstr "трэба запісацца" + +#: models.py:17 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Калі абраць гэта, бачыну змогуць пабачыць толькі тыя карыстальнікі, што " +"апазналіся." + +#: models.py:22 +msgid "flat page" +msgstr "нязьменная бачына" + +#: models.py:23 +msgid "flat pages" +msgstr "нязьменныя бачыны" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Поле трэба запоўніць." diff --git a/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo index b653eb4f9d89699c448ffdbce9e4a5b979b0fe07..fa7d88902584aac149599eed0788e332d4446659 100644 Binary files a/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po index a231235284ba798f86b6685ebd8456dd9562303a..14217f6117393ad7f0794148284b4c0abbf5fa2b 100644 --- a/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po @@ -2,27 +2,27 @@ # # Translators: # Jannis Leidel , 2011. -# Todor Lubenov , 2011. +# Todor Lubenov , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Todor Lubenov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Допълнителни опции" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -43,34 +43,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL липсва водеща черта." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL липсва наклонена черта." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "Flatpage с url %(url)s вече съществува за site %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "заглавие" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "съдържание" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "позволяване на коментари" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "име на шаблон" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,19 +78,23 @@ msgstr "" "Пример: 'flatpages/contact_page.html'. Ако това не е указано, системата ще " "използва 'flatpages/default.html'. " -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "изисква се регистрация" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ако това е чекнато, само логнати потребители ще могат да виждат страницата. " -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "информативна страница" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "информативни страници" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Това поле е задължително." diff --git a/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo index 4e28b7102f430c7a2b84356e001da2c168cba971..528c8220fbe2bd9245444026b3d022a8f945b1af 100644 Binary files a/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po index bdb436c957056f4a3cf33ca0fd1d97d55b395c42..a48d5d14c29ce37e8f10dc1fc6e413ab7417e46e 100644 --- a/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "এডভান্সড অপশন" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "ইউআরএল (URL)" @@ -49,23 +49,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "শিরোনাম" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "কনটেন্ট" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "মন্তব্য প্রদান সচল করুন" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "টেমপ্লেট নাম" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -73,18 +73,22 @@ msgstr "" "উদাহরণঃ ’flatpage/contact_page.html'। এটি যদি খালি থাকে, তবে সিস্টেম " "’flatpage/default.html' ব্যবহার করবে।" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "নিবন্ধন আবশ্যক" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "এটি চেক করা হলে, শুধুমাত্র লগইন করা সদস্যরা পাতাটি দেখতে সমর্থ হবেন।" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "ফ্লাট পাতা" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "ফ্লাট পাতা সমূহ" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "এটি আবশ্যক।" diff --git a/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..293fb7e3083658ba295f460cbce6531cd0d82f44 Binary files /dev/null and b/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..966606ea94467221bcfd1797857debd53587f704 --- /dev/null +++ b/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,92 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "titl" + +#: models.py:13 +msgid "content" +msgstr "danvez" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:17 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:22 +msgid "flat page" +msgstr "" + +#: models.py:23 +msgid "flat pages" +msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Rekis eo leuniañ ar vaezienn." diff --git a/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo index 531aae45a976d8e005fa83da03899e20acbdd683..19df38fa1dc90b3da7b977d528bdc51435ca23f5 100644 Binary files a/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po index 839333485255d7b51e3601685d3528bc2cfa3925..de42f97c854671fae1ff7fb1e923bfa10ff25407 100644 --- a/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Filip Dupanović \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Napredna podešavanja" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "naslov" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "sadržaj" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "omogući komentare" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "naziv obrazca" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "Primjer: 'flatpages/contact_page.html'. Ako ovo ostavite praznim, sistem će " "koristiti 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registracija obavezna" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ako je ovo obilježeno, samo će prijavljeni korisnici moći da vide ovu " "stranicu." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "statična stranica" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "statične stranice" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." diff --git a/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo index 94f0148365f7cb3017d6cbaa37b3a6c3730234b2..f67c9db19e7b909d89e1841872762d0f5a3a665e 100644 Binary files a/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po index 7ae4881ee248b6cf78c812ab3f4eb0cb244dc697..b88702d200552ad5397b6d0042f5054998747b7c 100644 --- a/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opcions avançades" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "La URL no acaba amb \"/\"." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Ja hi ha una pàgina estàtica amb la URL %(url)s per al lloc %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "títol" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contingut" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "habilitar comentaris" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nom de la plantilla" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,18 +79,22 @@ msgstr "" "Exemple: 'flatpages/contact_page.html'. Si no es proporciona, el sistema " "utilitzarà 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "cal estar registrat" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Si està marcat, només els usuaris registrats podran veure la pàgina." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "pàgina estàtica" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "pàgines estàtiques" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Aquest camp és obligatori." diff --git a/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo index beaf2045feabc0151c69606ca4a460f9ab8aeb48..7a0a05ad6860d30db9b0ecca70157926cc4612de 100644 Binary files a/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po index e50ab1f23f365dce72fb0a8db8f195739cb017a7..a576c20f59d0cf94d2b15c7b59539e86aa1118a3 100644 --- a/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: admin.py:10 msgid "Advanced options" msgstr "Pokročilá nastavení" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "V adrese URL chybí koncové lomítko." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Flat stránka s adresou %(url)s pro web %(site)s již existuje." -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titulek" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "obsah" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "povolit komentáře" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "název šablony" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,18 +77,22 @@ msgstr "" "Příklad: \"flatpages/kontaktni_stranka.html\". Pokud toto není zadáno, bude " "použita šablona \"flatpages/default.html\"." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "nutná registrace" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Určuje, že tuto stránku uvidí pouze přihlášení uživatelé." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "statická stránka" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "statické stránky" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Pole je povinné." diff --git a/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo index ec69c2fdac68d3a2e77bc899c713d1133032a8e2..6b103b99ab79710440efea47c5184ab328162fe6 100644 Binary files a/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po index 03c777290595453d57ea9928e6c91d94db6713bf..b06c0849fcfeba991b47bacfb6fa581bdaf1a539 100644 --- a/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po @@ -6,22 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" #: admin.py:10 msgid "Advanced options" msgstr "" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -51,42 +52,46 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "teitl" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "cynnwys" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "galluogi sylwadau" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "enw'r templed" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "cofrestriad gofynnol" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Os wedi dewis, dim ond defnyddwyr a mewngofnodwyd bydd yn gallu gweld y " "tudalen." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "tudalen fflat" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "tudalennau fflat" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Mae angen y faes yma." diff --git a/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo index 4f06441bfb9aae8ceabddecbf9e74748c42e7dcc..805c57cb4a30f71155a439f8430f04a979764bbe 100644 Binary files a/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po index 83214847f847ce4f3a84d112fcb3b00e09b39817..b53019e21dcd3c35e955278158cf7da567148073 100644 --- a/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po @@ -9,22 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-12 23:52+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Erik Wognsen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Avancerede muligheder" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -56,23 +56,23 @@ msgstr "URL mangler en afsluttende skråstreg." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Flatpage med URL'en %(url)s eksisterer allerede for siden %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titel" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "indhold" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "tillad kommentarer" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "skabelonnavn" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -80,20 +80,24 @@ msgstr "" "Eksempel: 'flatpages/kontaktside'. Hvis dette ikke tilbydes, bruger systemet " "'flatpages/default'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registrering påkrævet" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Hvis denne boks er markeret, vil kun brugere der er logget ind, kunne se " "siden." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flad side" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flade sider" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Dette felt er påkrævet." diff --git a/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo index 5eca816ac59834ac019fdbd0ea440f0adf9e3f22..b81843eed116c09d16e6e27f8e1b66338e176028 100644 Binary files a/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po index ae27937949b3da3945efb76cd536867e628c1c7e..e04beff1bd3ffb096f386a99cefab078cb54be05 100644 --- a/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: André Hagenbruch \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Erweiterte Optionen" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "Adresse (URL)" @@ -54,23 +54,23 @@ msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" "Flatpage mit der URL %(url)s ist für die Website %(site)s bereits vorhanden" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "Titel" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "Inhalt" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "Kommentare aktivieren" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "Name des Template" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,20 +78,24 @@ msgstr "" "Beispiel: 'flatpages/contact_page.html'. Wenn dieses Feld nicht gesetzt ist, " "wird standardmäßig 'flatpages/default.html' benutzt." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "Registrierung erforderlich" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Wenn hier ein Haken gesetzt ist, können nur angemeldete Benutzer diese Seite " "sehen." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "Seite" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "Seiten" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Dieses Feld ist zwingend erforderlich." diff --git a/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo index 4f5833d56b995151a764381ced483b6cc10f0609..fe17ed9aaaa2247dd0537f6d8926a26c78c8d55f 100644 Binary files a/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po index 76411aa18d20e4f9d6eedc0fa0c693897f064a48..747fc674bcf93f58b676cce3f5746f867377d76b 100644 --- a/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Προχωρημένες επιλογές" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "τίτλος" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "περιεχόμενο" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ενεργοποίηση σχολίων" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "όνομα προτύπου" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,19 +78,23 @@ msgstr "" "Παράδειγμα: 'flatpages/contact_page.html'. Αν δεν εισαχθεί, το σύστημα θα " "χρησιμοποιήσει το 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "απαιτείται εγγραφή" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Εάν επιλεγεί, μόνο συνδεδεμένοι χρήστες θα μπορούν να βλέπουν τη σελίδα." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "απλή σελίδα" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "απλές σελίδες" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Αυτό το πεδίο είναι απαραίτητο." diff --git a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo index b0f81e1e0de6870d9858ae25a8aa957b3460a71d..67acb769d7c63e82e8541af993d32d447059a9e6 100644 Binary files a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po index ded87e5420186896f0a60a3967c9a8e076f159a1..79d7e67b1ee82105240bd4116c028cad00c44a83 100644 --- a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po @@ -1,88 +1,97 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" -msgstr "" +msgstr "Advanced options" #: forms.py:7 models.py:11 msgid "URL" -msgstr "" +msgstr "URL" #: forms.py:8 msgid "" "Example: '/about/contact/'. Make sure to have leading and trailing slashes." msgstr "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." #: forms.py:10 msgid "" "This value must contain only letters, numbers, dots, underscores, dashes, " "slashes or tildes." msgstr "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL is missing a leading slash." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL is missing a trailing slash." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "Flatpage with url %(url)s already exists for site %(site)s" #: models.py:12 msgid "title" -msgstr "" +msgstr "title" #: models.py:13 msgid "content" -msgstr "" +msgstr "content" #: models.py:14 msgid "enable comments" -msgstr "" +msgstr "enable comments" #: models.py:15 msgid "template name" -msgstr "" +msgstr "template name" #: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." #: models.py:17 msgid "registration required" -msgstr "" +msgstr "registration required" #: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" +"If this is checked, only logged-in users will be able to view the page." #: models.py:22 msgid "flat page" -msgstr "" +msgstr "flat page" #: models.py:23 msgid "flat pages" -msgstr "" +msgstr "flat pages" #: tests/forms.py:97 msgid "This field is required." -msgstr "" +msgstr "This field is required." diff --git a/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo index bddd514a5fb712070f753b34f4156f2070672cba..7ab832faf74d97ddf8aaffa71907579069df1c02 100644 Binary files a/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po index a06d6c09ced2082f762d8a8047fd99e1af134b50..9e2ad3218ab559452e0fc1aaad805bb15658ca8d 100644 --- a/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-12 21:50+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Advanced options" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "URL is missing a trailing slash." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Flatpage with url %(url)s already exists for site %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "title" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "content" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "enable comments" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "template name" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,19 +77,23 @@ msgstr "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registration required" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "If this is checked, only logged-in users will be able to view the page." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flat page" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flat pages" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "This field is required." diff --git a/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo index c151a3988cc5b3d36e16637ba4221fb8d08c456c..e4a29def71fc723d45d85d0e6a9d439617ac25fe 100644 Binary files a/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po index 87f207c3c5669f32dbcbc91058aceada66688099..ed7e7149f46ffd9141674d117900cbbde44ec74f 100644 --- a/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po @@ -2,26 +2,27 @@ # # Translators: # Baptiste , 2011. +# Baptiste , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Altnivelaj elektoj" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -41,34 +42,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "La streka karaktero \"/\" ne ĉeestas en komenco de ĉeno." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "La streka karaktero \"/\" ne ĉeestas en fino de ĉeno." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Platpaĝo kun URL %(url)s jam ekzistas for la retejo %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titolo" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "enhavo" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ebligu rimarkoj" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nomo de ŝablono" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,19 +77,23 @@ msgstr "" "Ekzemplo: 'platpaĝoj/kontakto_paĝo.html'. Se ĉi tiu ne provizas, la sistemo " "uzos 'platpaĝoj/defaŭlto.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registrado postulita" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Se ĉi tio estus elektita, nur ensalutitaj uzantoj povus rigardi la paĝon." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "plata paĝo" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "plataj paĝoj" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Tiu kampo estas postulata." diff --git a/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo index 09fc001f36dc873ff0c1f95b3995e72e3cd6112d..af5518cc8d6243f580a13043a96824ac8b1871bf 100644 Binary files a/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po index 2e82c255390705190748fdc6a3d543f665222c8d..4e6250ac0ad74835c9b26db7d91929a49db3185e 100644 --- a/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-13 19:53+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opciones avanzadas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "A la url le falta la barra final." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Un Flatpage con la url %(url)s ya existe para el sitio %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "título" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contenido" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "habilitar comentarios" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nombre de plantilla" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,18 +78,22 @@ msgstr "" "Ejemplo: 'flatpages/contact_page.html'. Si no es proporcionado, el sistema " "usará 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "debe estar registrado" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "página estática" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "páginas estáticas" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo index b587eae368eba4d08d73368bb3d3a6d56f430136..b58a8ebf28402bbed1d2194c849070015558e62b 100644 Binary files a/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po index bee6da593aa0b2089403a005073b391a435855a7..05df41a9fc166c4d8e9d2962dd7e5bdc464aab46 100644 --- a/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-16 01:47+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opciones avanzadas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "A la URL le falta una / al final" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Ya existe una flatpage con url %(url)s para el sitio %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "título" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contenido" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "activar comentarios" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nombre de plantilla" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,18 +78,22 @@ msgstr "" "Ejemplo: 'flatpages/contact_page.html'. Si no lo proporciona, el sistema " "usará 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "debe estar registrado" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "página estática" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "páginas estáticas" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo index 352c06413b44d725a6b600e968d87eeefc482962..c9318807c90d52375469b00f2bc61aac3e3e03d4 100644 Binary files a/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po index 0228c112c28fba7effad0cf7276662e8a27e05b5..3597062641791782bf10cccc145e58797d176572 100644 --- a/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opciones avanzadas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "A la URL le falta una diagonal al final" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "La página con la url %(url)s ya existe para el sitio %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "título" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contenido" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "activar comentarios" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nombre de la plantilla" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,18 +77,22 @@ msgstr "" "Ejemplo: 'flatpages/pagina_contacto.html'. Si no lo proporciona, el sistema " "usará 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "necesario registrarse" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "página estática" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "páginas estática" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..53a5cbceeaa71f1dc562624cceb8379d9d62ab02 Binary files /dev/null and b/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..a0f1a1653899a9cf327a772332fe26a9c186773d --- /dev/null +++ b/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 16:48+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/projects/p/" +"django/language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:17 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:22 +msgid "flat page" +msgstr "" + +#: models.py:23 +msgid "flat pages" +msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo index 8458d416215c3c943bfd5062064c956c76d108b0..6308de4fb418a613195af5e1e0175bcc11f91826 100644 Binary files a/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po index 57c03b994b1a421aa4f1c280c7ad3cd4ce6f7171..b62d2f91c51865c27600f6d6bddc7f282e5c6b5f 100644 --- a/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: madisvain \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Lisavalikud" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "pealkiri" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "sisu" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "võimalda kommentaarid" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "mall" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,18 +77,22 @@ msgstr "" "Näide: 'flatpages/contact_page.html'. Kui mall on määramata, kasutatakse " "vaikimisi malli 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registreerumine nõutav" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Kui see on valitud, näevad lehte ainult sisselogitud kasutajad" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "sisuleht" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "sisulehed" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "See lahter on nõutav." diff --git a/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo index 288f95ff68c53d7626fed9007d4804343a9d8734..3e91ee292cc188aa24f5352dd7c2d64ee41a858b 100644 Binary files a/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po index a03b36db8c7a4af4300de0b81d5aa00351ff5a47..6b0e0fff05586aa86af601351b6f5d3b3e922d3d 100644 --- a/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 20:21+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Aukera aurreratuak" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "URLk bukaerako / falta du." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "%(site)s webgunean dagoeneko existitzende %(url)s urldun Flatpage bat" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "izenburua" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "edukia" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "komentarioak onartu" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "plantila izena" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,20 +78,24 @@ msgstr "" "Adibidez: 'flatpages/contact_page.html'. Hau ematen ez bada, sistemak " "'flatpages/default.html' erabiliko du." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "erregistratzea beharrezkoa da" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Hau markatuta badago, erregistratutako erabiltzaileek bakarrik ikusiko dute " "orria." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flat page" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flat pages" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Eremu hau beharrezkoa da." diff --git a/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo index e34942505914c3be6697d1c54f337f4494b5d419..f71d07b5e5c264f04ae2ccd30638b1b507d7099f 100644 Binary files a/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po index cc2b45f23676016713c3772663f7cbbf8b4f766f..7f4687d0e9b8514f8bb0c2c82a5384a4f23b3bae 100644 --- a/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po @@ -1,28 +1,28 @@ # This file is distributed under the same license as the Django package. # # Translators: -# Ali Nikneshan , 2011. +# Ali Nikneshan , 2011, 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Ali Nikneshan \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "گزینه‌های پیشرفته" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "نشانی اینترنتی" @@ -30,7 +30,7 @@ msgstr "نشانی اینترنتی" msgid "" "Example: '/about/contact/'. Make sure to have leading and trailing slashes." msgstr "" -"مثال: '/about/contact/'. مطمئن شوید که خط اریب را هم در ابتدا و هم در انتها " +"مثال: '/about/contact/'. مطمئن شوید که اسلش را هم در ابتدا و هم در انتها " "گذاشته‌اید." #: forms.py:10 @@ -41,34 +41,34 @@ msgstr "این مقدار فقط باید حاوی حروف، اعداد، خط #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "در آدرس اسلش آغازین فراموش شده است." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "در آدرس اسلش پایانی فراموش شده است." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "صفحه تخت با آدرس %(url)s برای سایت %(site)s وجود دارد " -#: models.py:8 +#: models.py:12 msgid "title" msgstr "عنوان" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "محتوا" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "فعال کردن نظرات" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "نام قالب" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,20 +76,24 @@ msgstr "" "مثال: 'flatpages/contact_page.html'. اگر این مشخص نشود، سیستم از 'flatpages/" "default.html' استفاده خواهد کرد." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "عضویت لازم است" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "اگر این انتخاب شود، فقط کاربران وارد شده خواهند توانست این صفحه را مشاهده " "نمایند." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "صفحه تخت" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "صفحات تخت" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "این فیلد لازم است." diff --git a/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo index 9c8701483ec8ff608587e03c04149e5a69a9d527..53b16593cf8236941e9b129ef046464e34dbe3a7 100644 Binary files a/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po index f7cb56ffc2affae35a37c76e73f0d72ab58a7454..68388c4500f8bce53d18da47e1da8e84bf0fbf25 100644 --- a/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po @@ -2,27 +2,28 @@ # # Translators: # Jannis Leidel , 2011. +# , 2012. # Ville Säävuori , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-24 15:17+0000\n" +"Last-Translator: nanook \n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Lisäasetukset" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL-osoite" @@ -43,34 +44,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL:n alusta puuttuu kauttaviiva." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL:n lopusta puuttuu kauttaviiva." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "Sivustolla %(site)s on jo sivu, jonka URL on %(url)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "otsikko" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "sisältö" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "salli kommentit" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "mallipohjan nimi" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,19 +79,23 @@ msgstr "" "Esimerkiksi: 'flatpages/yhteydenotto.html'. Jos tämä jätetään tyhjäksi, " "käytetään oletuspohjaa 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "vaaditaan rekisteröityminen" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Jos tämä kohta on valittu, vain sisäänkirjautuneet käyttäjät näkevät sivun." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "tekstisivu" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "tekstisivut" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Tämä kenttä vaaditaan." diff --git a/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo index 6b8984e81190f743ee85ef2cae090d04605ce20b..8151f4160b16c699a3f13d7f5481e82ca2d478d6 100644 Binary files a/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po index 4bf7825856fc8f34f0d176ab1b0e32875de3d0bc..fd139aed008c92172ff65a35a29b918a45d647b1 100644 --- a/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po @@ -2,29 +2,29 @@ # # Translators: # , 2012. -# , 2011. +# , 2011-2012. # claudep , 2011. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: charettes \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: claudep \n" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Options avancées" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -56,23 +56,23 @@ msgstr "Le caractère « / » n'est pas présent en fin de chaîne." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "La page statique à l'URL %(url)s existe déjà pour le site %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titre" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contenu" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "autoriser les commentaires" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nom du template" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -80,20 +80,24 @@ msgstr "" "Par exemple, « flatpages/contact_page.html ». Sans définition, le système " "utilisera « flatpages/default.html »." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "enregistrement requis" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Si coché, seuls les utilisateurs connectés auront la possibilité de voir " "cette page." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "page statique" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "pages statiques" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Ce champ est obligatoire." diff --git a/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo index 0c7d2c8109d785bdb1978fb8e6b05aaed8b4c4a3..72bb5e7e71b7ef8afcc031ab07a8411d7eba9d6d 100644 Binary files a/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po index ee8008cc689b7e97a1b023b528189aff494ecb7a..4648add98908c409e35c313ccb502c5ac4a36507 100644 --- a/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-16 12:20+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" #: admin.py:10 msgid "Advanced options" msgstr "Ard-rogha" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "Tá slais deireanach in easnamh ag an URL." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Tá flatpage le url %(url)s ann cheana le suíomh %(site)s." -#: models.py:8 +#: models.py:12 msgid "title" msgstr "teideal" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "inneachar" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "Cuir nótaí tráchta ar chumas" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ainm an teimpléid" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "Sampla: 'flatpages/contact_page.html'. Muna bhfuil sé ar soláthair, bainfidh " "an córás úsáid as 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "clárúchán riachtanach" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Dá mbéadh é seo seicailte, ní beidh ach úsáideora logáilte isteach in ann an " "leathanach seo a fheiceail" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "leacleathanach" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "leacleathanaigh" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Tá an réimse seo riachtanach." diff --git a/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo index 3f67c2ba266f1b28e6387b572812338ecb687541..52f32e073f02cf51358b5560ca84adaedcdac7d0 100644 Binary files a/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po index 2194ce5c96fbfe5044e63c098aa370908811f7fe..54e1ed61f3da449e3cfd5870f47e21fd500ad3a8 100644 --- a/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po @@ -3,27 +3,28 @@ # Translators: # fasouto , 2011. # fonso , 2011. +# , 2013. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-01-07 11:33+0000\n" "Last-Translator: fonso \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opciones avanzadas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -43,34 +44,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "Falta unha barra inclinada no principio da URL." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "Falta unha barra inclinada no final da URL." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "Xa existe unha páxina simple con url %(url)s no sitio %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "título" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contido" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "activar comentarios" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nome da plantilla" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,18 +79,22 @@ msgstr "" "Exemplo: 'flatpages/contact_page.html'. Se non se especifica, o sistema " "usará 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "require rexistro" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Se se marca, só poderán ver a páxina os usuarios identificados." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "páxina simple" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "páxinas simples" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Requírese este campo." diff --git a/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo index 99c4df87b002509b33dd90797f86622710567da8..f071585766af6f8ebc9f2d6b1569451b0bf6926d 100644 Binary files a/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po index f83e903ee932ab5ca467fea889627a42bc2643a0..044ca60b899feb267a4f91a35f6ba599e316ce73 100644 --- a/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po @@ -3,26 +3,27 @@ # Translators: # Alex Gaynor , 2011. # Jannis Leidel , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: Alex Gaynor \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-21 10:44+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "אפשרויות מתקדמות" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -42,34 +43,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "חסר קו נטוי בתחילת URL." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "חסר קו נטוי בסוף URL." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "קיים כבר דף פשוט עם url %(url)s עבור אתר %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "כותרת" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "תוכן" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "אפשר תגובות" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "שם תבנית" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,18 +78,22 @@ msgstr "" "דוגמא: 'flatpages/contact_page.html'. אם לא צויין, המערכת תשתמש ב-'flatpages/" "default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "הרשמה נדרשת" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "אם מסומן, רק משתמשים מחוברים יוכלו לצפות בדף." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "דף פשוט" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "דפים פשוטים" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "יש להזין תוכן בשדה זה." diff --git a/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo index b436eb8da6e9a6e551c1069627ce8d1d9064f347..173fbb84d2d4944693f9a5df92ed54ea0a5fa141 100644 Binary files a/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po index 0bf9ab4799e2530fccd961a41ea36f039cafe6ff..c1a7930ab44e8ad44a3d2cb278ecd4637ef61a80 100644 --- a/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-15 13:39+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "उन्नत विकल्प" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -51,23 +51,23 @@ msgstr "यूआरएल से अनुगामी स्लैश गा msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "%(site)s साइट के लिए %(url)s यूआरएल के साथ चपटापृष्ट मौजूद है." -#: models.py:8 +#: models.py:12 msgid "title" msgstr "शीर्षक" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "विषय सूची" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "टिप्पणियां सक्षम करें" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "सांचे का नाम" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -75,18 +75,22 @@ msgstr "" "उदाहरण: 'flatpages/contact_page.html'. यदि यह जिक्र नहीं किया तो यह प्रणाली " "'flatpages/default.html' का प्रयोग करेगी. ." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "पंजीकरण आवश्यक" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "अगर इस जाँच की है, केवल लॉग इन करने वालों के लिए पृष्ठ देखने में सक्षम हो जाएगा." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "चपटा पृष्ट" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "चपटे पृष्ट" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "यह क्षेत्र अपेक्षित हैं" diff --git a/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo index 58e1f5d0a84ef0afe7494a7f3c544145768867c9..a5cb55326882891cd75e4a9b2e4978958f482a35 100644 Binary files a/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po index f091bd02dc879e35375dec7754e8620f9b44a720..fbe7d23d0dcea098863bd9f815fa5c6f7aae676b 100644 --- a/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po @@ -2,28 +2,29 @@ # # Translators: # aljosa , 2011. +# , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: aljosa \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: admin.py:10 msgid "Advanced options" msgstr "Napredne opcije" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -44,34 +45,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL-u nedostaje početni /." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL-u nedostaje / na kraju." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "Stranica sa URL-om %(url)s već postoji za web %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "naslov" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "sadržaj" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "uključi komentare" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ime template-a" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,19 +80,23 @@ msgstr "" "Primjer: 'flatpages/contact_page.html'. Ako navedeno nije definirano sistem " "će koristiti 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registracija obavezna" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ako je ovo selektirano samo logirani korisnici moći će vidjeti ovu stranicu." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "statična stranica" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "statične stranice" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Unos za ovo polje je obavezan." diff --git a/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo index 9b45cd54eb907c65938e64794fe0b22b5b4cb91a..d5887e69c1d1baac5115cc9f0b6fce2f9f0df606 100644 Binary files a/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po index bc83db22d4074c86c66241b4955b39905e2007c9..d9b350f1ff58cfb897570e321f996b94d0c46c1d 100644 --- a/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-19 20:14+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: istvanf \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "További beállítások" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -52,23 +52,23 @@ msgstr "AZ URL-ből hiányzik a záró perjel." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "%(site)s honlapon már létezik egyszerű oldal ezzel az URL-lel: %(url)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "cím" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "tartalom" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "megjegyzések engedélyezése" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "sablon neve" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,20 +76,24 @@ msgstr "" "Példa: 'flatpages/contact_page'. Ha ez nem létezik, a rendszer a 'flatpages/" "default.html' sablont fogja használni." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "regisztráció szükséges" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ha ez be van jelölve, csak bejelentkezett felhasználó tudja az oldalt " "megnézni." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "egyszerű oldal" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "egyszerű oldalak" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Ennek a mezőnek a megadása kötelező." diff --git a/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a236c8e7b09e85ac03f7498aa0968885c50920cc Binary files /dev/null and b/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..2337a0efc9fef873d5c803c4bdc8d41924817fc2 --- /dev/null +++ b/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 16:48+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:17 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:22 +msgid "flat page" +msgstr "" + +#: models.py:23 +msgid "flat pages" +msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Iste campo es obligatori." diff --git a/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo index 3b350cf7755241c989a740fcf59e905632c7b4e2..ee254df5f4cf2bc09fea3ebb2eeb6f9d251dfe13 100644 Binary files a/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po index 36024dbac261692c04ef0ae452e8467f1515f6ce..a9529ce3761d8467922b158a516f97c8bf2c722e 100644 --- a/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "Opsi lanjutan" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "Tidak ada garis miring akhir pada URL." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Laman tetap %(url)s sudah ada untuk situs %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "judul" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "isi" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "aktifkan komentar" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nama templat" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "Contoh: 'flatpages/contact_page.html'. Jika tidak tersedia, sistem akan " "menggunakan 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "pendaftaran diwajibkan" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Jika dipilih, hanya pengguna ter-otentikasi yang bisa mengunjungi halaman " "ini." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "laman tetap" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "laman tetap" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Bidang ini wajib diisi." diff --git a/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo index c55a8854567a976555737035b9c0f4819caf4e85..f338a0c78b6e8b513e2c462e9479d82ebe07e402 100644 Binary files a/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po index b4b978e1bfb5c6abfeb29b181cd30646a4f585fc..a32b74afe9a9ded3fb9a2e72dc9c07f975e852a4 100644 --- a/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-19 14:45+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Ítarlegar stillingar" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "Veffang" @@ -52,23 +52,23 @@ msgstr "Skástrik vantar aftast í slóð" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "'Flatpage' með slóðina %(url)s er þegar til fyrir síðuna %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titill" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "innihald" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "virkja athugasemdir" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nafn sniðmáts" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,18 +76,22 @@ msgstr "" "Dæmi: 'flatpages/contact_page.html'. Ef ekkert er gefið upp mun kerfið nota " "'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "skráning nauðsynleg" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Ef þetta er valið geta eingöngu innskráðir notendur séð síðuna." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flatskrá" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flatskrár" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Þennan reit þarf að fylla út." diff --git a/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo index b226f2b2b3527dff5e33e69dd0956cc6fd7b47d5..77fa800076ae15e60ed839cf0d40f22bf5cd6b88 100644 Binary files a/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po index ac87de34ce39df54d505bebf7e839403aa0a7e5b..9defe71c1167b45808045304389bb31075271e3b 100644 --- a/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po @@ -2,27 +2,27 @@ # # Translators: # Jannis Leidel , 2011. -# Nicola Larosa , 2011, 2012. +# Nicola Larosa , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opzioni avanzate" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "Manca una barra finale nella URL." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "La flatpage con url %(url)s esiste già per il sito %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titolo" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "contenuto" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "abilita commenti" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nome template" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,20 +78,24 @@ msgstr "" "Esempio: 'flatpages/contact_page.html'. Se non specificato, il sistema userà " "'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registrazione obbligatoria" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Se selezionato, solo gli utenti che hanno effettuato l'accesso potranno " "vedere la pagina." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flat page" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flat page" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Questo campo è obbligatorio." diff --git a/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo index 242e02fd4369eb68d4f0449322bfd9c3b38e3119..9cd0db090f7e19bf9819532d09e4f3daca6122ea 100644 Binary files a/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po index f17a5b058f50670c41735aeeeeae71444531c03e..5d26c68c743c1d0bb5006e2a47b3b9445da8c7cf 100644 --- a/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 14:21+0000\n" -"Last-Translator: Shinya Okano \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Yoichi Fujimoto \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "詳細設定" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "URLの末尾はスラッシュが必要です。" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "URL %(url)s のフラットページは %(site)s のサイトに既に存在しています。" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "タイトル" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "内容" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "コメントを有効にする" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "テンプレート名" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,18 +78,22 @@ msgstr "" "例: 'flatpages/contact_page.html'. 指定しなければ、デフォルト設定" "の'flatpages/default.html' を使います。" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "登録が必要です" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." -msgstr "チェックした場合、ログインしたユーザだけがページを参照できます。" +msgstr "チェックした場合、ログインしたユーザーだけがページを参照できます。" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "フラットページ" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "フラットページ" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "このフィールドは必須です。" diff --git a/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo index f0ab4806938b395f13e6bd68e490ca02bf8242fe..09b75e6abb798f0e4900b620d785e60648e30064 100644 Binary files a/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po index 0a486432fdc13f68bad491a35add63838ff43ac7..4f1108faa0298bb9b926ed5e8f428ca12b3d5611 100644 --- a/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "დამატებითი პარამეტრები" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "სათაური" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "კონტენტი" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ჩავრთოთ კომენტარები" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "შაბლონის სახელი" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,20 +78,24 @@ msgstr "" "მაგალითი: 'flatpages/contact_page.html'. თუ იგი მითითებული არ არის, " "გამოყენებული იქნება 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "რეგისტრაცია აუცილებელია" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "თუ ეს დროშა ჩართულია, მხოლო შემოსულ მომხმარებლებს ექნებათ გვერდის " "დათვალიერების საშუალება." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "უბრალო გვერდი" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "უბრალო გვერდები" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ეს ველი აუცილებელია." diff --git a/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo index 40d0480316825f759983a5cd611082886fb22415..78c4bf6cfa76afd321fc3bf1a2d57c3c4cb8f2bb 100644 Binary files a/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po index 42c1a0ec97ce85809b5f007cce78dfade0a35f31..3067148e4519950e6c5fb0281ae55e1d07d22f9a 100644 --- a/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Zhazira \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "Толық опциялар" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "атау" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "мазмұн" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "комментарийларды рұқсат ету" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "шаблон атауы" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,19 +77,23 @@ msgstr "" "Мысал: 'flatpages/contact_page.html'. Ештенке берілмесе, 'flatpages/default." "html' қолданылады." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "тіркеу қажетті" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Бұл белгіленген жағдайда, тек енген қолданушылар ғана бетті көре алады." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "Жай бет" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "Жай беттер" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Бұл өрісті толтыру міндетті." diff --git a/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo index c8e4a062e4645694653cfbc260142817b0e63776..8ccd210e7c7bec6e1f2f08ff6de7269833b8229a 100644 Binary files a/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po index d2ad937c4765b829ec0b2e0a59b45e991bb14783..df55618f100545b277d5c66c8550f0aeed820c67 100644 --- a/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po @@ -6,21 +6,21 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "អាស័យដ្ឋានគេហទំព័រ(URL)" @@ -49,23 +49,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "ចំណងជើង" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "អត្ថន័យ" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "អនុញ្ញាត" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ឈ្មោះឯកសារគំរូ" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -73,18 +73,22 @@ msgstr "" "ឧទាហរណ៍ 'flatpages/contact_page.html'។ ប្រសិនឯកសារនេះមិនមានទេ​" " នោះឯកសារ 'flatpages/default.html'នឹងត្រូវប្រើ។" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "ត្រូវការសមាជិកភាព" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "ប្រសិនជាចុចជ្រើសរើសយកជំរើសនេះ នោះ មានតែសមាជិកទេដែលអាចមើលទំព័រនេះបាន​។" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "ទំព័ថ្មី" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "ទំព័ថ្មី" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ចាំបាច់បំពេញទិន្នន័យកន្លែងនេះ។" diff --git a/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo index f756c9441a074bc15fc1a30d518eb4d063b81d0b..085358d8bfe9a16fab21d58e70ae3cb0ee5f9fa9 100644 Binary files a/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po index f649efd81ba2f70f675e27e2d7ce34f39cb13181..a8da32667ea55a424e7d20c4648eb86a62296575 100644 --- a/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -50,23 +50,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "ಶೀರ್ಷಿಕೆ" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "ಒಳವಿಷಯ" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ಟಿಪ್ಪಣಿಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ಟೆಂಪ್ಲೇಟಿನ ಹೆಸರು" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -74,19 +74,23 @@ msgstr "" "ಉದಾ:'flatpages/contact_page.html'. ಇದನ್ನು ಕೊಡದಿದ್ದರೆ ಗಣಕವ್ಯವಸ್ಥೆಯು 'flatpages/" "default.html' ಅನ್ನು ಬಳಸುವದು." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "ನೋಂದಾವಣೆ ಅಗತ್ಯವಿದೆ." -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "ಇದರಲ್ಲಿ ಗುರುತು ಮಾಡಿದರೆ, ಒಳಬಂದ (ಲಾಗಿನ್ ಆದ) ಬಳಕೆದಾರರು ಮಾತ್ರ ಪುಟವನ್ನು ನೋಡಬಹುದು." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "ಚಪ್ಪಟೆ ಪುಟ" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "ಚಪ್ಪಟೆ ಪುಟಗಳು" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ಈ ಸ್ಥಳವು ಅಗತ್ಯವಿರುತ್ತದೆ." diff --git a/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo index 01723edbdf53340a3d95dd7d449a1f565fb9bf5b..9c7846dfa012dc20926b899900fd0048b3817a44 100644 Binary files a/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po index e0df0d2f197a8b6821e0ec72f780ccdc19279883..88451a68555b1d55143e081b37bd78d0917e7e32 100644 --- a/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jaehong Kim \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "고급 옵션" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -51,23 +51,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "제목" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "내용" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "사용 가능한 코멘트" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "템플릿명" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -75,18 +75,22 @@ msgstr "" "예: 'flatpages/contact_page.html' 를 사용할 수 없는 경우 시스템이 'flatpages/" "default.html' (을)를 사용합니다." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "등록하세요." -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "체크할 경우, 로그인 사용자만 해당 페이지를 볼 수 있습니다." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "플랫 페이지" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "플랫 페이지(들)" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "필수 항목입니다." diff --git a/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo index 6596a756e2e4774671925b0b0c5dc80c3e69e69c..f9cca3d3033e003af97199ca8b95a17323fafd52 100644 Binary files a/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po index 14e65397d16a98444ad4b0b3b3f548801c3d5172..65cf01e888117b73cde389ee4b56bc5f91c3d09b 100644 --- a/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po @@ -8,23 +8,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-09 16:59+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Sudėtingesni nustatymai" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "Nuoroda" @@ -56,23 +56,23 @@ msgstr "Nuorodos pabaigoje trūksta pasvirojo brūkšnio." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Paprastas puslapis su adresu %(url)s %(site)s puslapyje jau egzistuoja" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "pavadinimas" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "turinys" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "įjungti komentavimą" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "šablono vardas" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -80,18 +80,22 @@ msgstr "" "Pavyzdžiui: 'flatpages/contact_page.html'. Jeigu bus nenurodytas, sistema " "naudos 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registracija privaloma" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Jeigu pažymėta, tik prisijungę vartotojai galės matyti šį puslapį." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "paprastas puslapis" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "paprasti puslapiai" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Šis laukas yra privalomas." diff --git a/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo index ee7dee4bb02ff60aa11286c607bfb295ceebab4f..8db09feedd42e1a02e2ccc5a1dfbe3351eec4d96 100644 Binary files a/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po index c827bd7dd805b79e428d95b1d14739e367d68e77..971243e2ba0809799def2294b5fbf2fc19ff6ad4 100644 --- a/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Papildus opcijas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -52,23 +52,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "virsraksts" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "saturs" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ieslēgt komentārus" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "šablona nosaukums" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,19 +76,23 @@ msgstr "" "Piemēram: 'flatpages/contact_page.html'. Ja tas nav norādīts, sistēma " "lietos 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "reģistrācija obligāta" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ja šis ir atzīmēts, tikai pieslēgušies lietotāji, varēs piekļūt šai lapu." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "vienkārša lapa" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "vienkāršas lapas" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Šis lauks ir obligāts." diff --git a/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo index 61df80285e2dba1805a8bcc749346d2fe2806248..6ccac351b5b43c1e3b888358fb43aa465d161b95 100644 Binary files a/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po index 868b65e54225a5ca335f44587aaca2803b97c4ad..73ceba08b762ceb4ffa69afdbe78d900ca8d5a63 100644 --- a/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-12 11:18+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: admin.py:10 msgid "Advanced options" msgstr "Напредни можности" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "На линкот му недостасува завршна црта." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Страница со url %(url)s веќе постои за сајт %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "наслов" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "содржина" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "овозможи коментари" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "име на шаблонот" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "На пр. „flatpages/kontakt.html'. Ако не го внесете ова, системот ќе користи " "„flatpages/default.html“." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "потребна е регистрација" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ако ова е штиклирано, само најавените корисници ќе можат да ја гледаат оваа " "страница." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "статична страница" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "статични страници" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Ова поле е задолжително." diff --git a/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo index 6faa0fad5e0aa8796436520d30cb7e20a0171a2b..214fd47d021ec2cc6a81fe9532b55eace321a0ec 100644 Binary files a/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po index 0b7aeb75be940458b0d0ebb09adca258ccd757d5..3c736a7b9b9974e592d1fa4eaf165fb713291110 100644 --- a/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po @@ -2,27 +2,27 @@ # # Translators: # Jannis Leidel , 2011. -# Rajeesh Nair , 2011. +# Rajeesh Nair , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "ഉന്നത സൗകര്യങ്ങള്‍" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL(വെബ്-വിലാസം)" @@ -41,34 +41,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URLന്റെ മുന്‍വശത്ത് ഒരു സ്ലാഷിന്റെ കുറവുണ്ട്." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URLന്റെ പിന്‍വശത്ത് ഒരു സ്ലാഷിന്റെ കുറവുണ്ട്." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "%(site)s എന്ന സൈറ്റിനു %(url)s എന്ന url ഉള്ള ഫ്ലാറ്റ്പേജ് നിലവിലുണ്ട്" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "ശീര്‍ഷകം" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "ഉള്ളടക്കം" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "അഭിപ്രായങ്ങള്‍ അനുവദിക്കുക" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ടെമ്പ്ലേറ്റിന്റെ പേര്" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,18 +76,22 @@ msgstr "" "ഉദാ: 'flatpages/contact_page.html'. ഇതു നല്കിയില്ലെങ്കില്‍, 'flatpages/default." "html' എന്ന വിലാസം ഉപയോഗിക്കപ്പെടും." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "രജിസ്ട്രേഷന്‍ ആവശ്യമാണ്" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "ഇതു ടിക് ചെയ്താല്‍ പിന്നെ ലോഗ്-ഇന്‍ ചെയ്ത യൂസര്‍ക്കു മാത്രമേ ഈ പേജ് കാണാന്‍ കഴിയൂ." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "ഫ്ളാറ്റ് പേജ്" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "ഫ്ളാറ്റ് പേജുകള്‍" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ഈ കള്ളി(ഫീല്‍ഡ്) നിര്‍ബന്ധമാണ്." diff --git a/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo index 098ca8cebfff5e506e91be54cfc874f8dbcf9d32..593738df6823919dc3ee8402336ec9fdfcd69d24 100644 Binary files a/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po index 7e44ccddc05a498d7ea335b83598586046efecbc..c3ddce18f7e383486afe3bd0997f64efe9a433ec 100644 --- a/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-11 05:32+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Дээд хэрэглээний сонголтууд" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "URL ийн арийн slash ийг мартсан байна" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Хуудасны хаяг %(url)s %(site)s дээр давхардаж байна." -#: models.py:8 +#: models.py:12 msgid "title" msgstr "гарчиг" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "агуулга" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "санал сэтгэгдэл үлдээх боломжтой болгох" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "загварын нэр" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,20 +77,24 @@ msgstr "" "Жишээ: 'flatpages/contact_page.html'. Хэрэв ийм зүйл гарч ирэхгүй бол систем " "'flatpages/default.html'-ийг хэрэглэнэ." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "бүртгэгдсэн хэрэглэгчид үзнэ" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Үүнийг чагтлавал зөвхөн сайтад нэвтэрсэн хэрэглэгч сайтыг харах боломжтой " "болно." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "өөрчлөлтгүй хуудас" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "өөрчлөлтгүй хуудаснууд" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Энэ талбарыг бөглөх шаардлагатай." diff --git a/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo index 6c9be6c97b1412318b47f5a6d0f4001adca712fb..ca7add746cceda2783a477501995a28dcc2ae5e2 100644 Binary files a/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po index adaea7693f83422068601e999dd1e25aef40bb18..1bb1acbbb8f42a08ebc9abfdd416133dd8b6b7d6 100644 --- a/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po @@ -9,22 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-12 21:45+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Sigurd Gartmann \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Avanserte innstillinger" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "Nettadresse" @@ -55,23 +55,23 @@ msgstr "URL mangler avsluttende skråstrek." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Flatside med URL-en %(url)s finnes allerede for siden %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "tittel" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "innhold" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "tillat kommentarer" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "malnavn" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,18 +79,22 @@ msgstr "" "Eksempel: «flatpages/kontakt_side.html». Hvis denne ikke er gitt, vil " "«flatpages/default.html» bli brukt." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "krever registrering" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Hvis denne er krysset av, kan kun innloggede brukere se siden." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flatside" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flatsider" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Feltet er påkrevet." diff --git a/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo index 5e6d99d299010e08e14f636aed365733da96fb3f..f3e090ea3a8ff6ac8d1fe202b76fa754deeb5197 100644 Binary files a/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po index caf3de6dc4a94a622d95e53893edebd6cedad43c..bb42849a65e9a3ce6757948e867c009af866e9be 100644 --- a/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -49,40 +49,44 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "शीर्षक" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "विषय" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "प्रतिकृयाको लागि मञ्जुरी दिनुहोस" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "यो फाँट अनिवार्य छ ।" diff --git a/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo index 9113a301e777710b2c6a478070b86d63eea82d4b..7aee6a295afc357a10a8e74391d9ef0bf3747e8d 100644 Binary files a/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po index b212ab81e707e9d566b3bd086fdecb5255a248eb..ebb88790f97867b170d9281cbe44fdcfabf3af20 100644 --- a/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po @@ -9,22 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Harro van der Klauw \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Geavanceerde opties" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -54,23 +54,23 @@ msgstr "In de URL ontbreekt een eind slash." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Platte pagina met url %(url)s bestaat al voor site %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titel" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "inhoud" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "opmerkingen toestaan" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "sjabloonnaam" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -78,20 +78,24 @@ msgstr "" "Voorbeeld: 'flatpages/contact_page.html'. Als deze niet is opgegeven, dan " "wordt 'flatpages/default.html' gebruikt." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registratie verplicht" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Indien dit is aangevinkt kunnen alleen ingelogde gebruikers deze pagina " "bekijken." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "platte pagina" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "platte pagina's" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Dit veld is verplicht." diff --git a/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo index 5ddc9c459d9361c7a2abd28b8d2153aec05d048d..1fa65e4dbfef1fbbf45512cb3918fde130f391a7 100644 Binary files a/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po index 5221a6b9341698a027fc2e676538faf40d95d4d8..552a04ba3f19bf721fade4a3680446af7fddd2db 100644 --- a/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: hgrimelid \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Avanserte innstillingar" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "Nettadresse" @@ -53,23 +53,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "tittel" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "innhald" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "tillat kommentarer" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "malnamn" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,18 +77,22 @@ msgstr "" "Døme: 'flatpages/kontakt_side.html'. Dersom denne ikkje er gjeve, vil " "'flatpages/default.html' bli brukt." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "krevar registrering" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Dersom denne er kryssa av, kan berre innlogga brukarar sjå sida." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flatside" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flatsider" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Feltet er påkravd." diff --git a/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo index f31b4b62b645e3a232920d5f7e4e257749322de5..bfeda09daf72d1fe0e7f3a1e75025041140e40fb 100644 Binary files a/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po index 4becb50ec655a75107e6f8bc60df829d4ec8e021..a0a270e0b0c604e8f6ad938efd785cde093ad861 100644 --- a/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "ਤਕਨੀਕੀ ਚੋਣਾਂ" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -49,40 +49,44 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "ਟਾਈਟਲ" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "ਸਮੱਗਰੀ" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ਟਿੱਪਣੀਆਂ ਚਾਲੂ" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ਟੈਪਲੇਟ ਨਾਂ" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "ਰਜਿਸਟਰੇਸ਼ਨ ਲੋੜੀਦੀ ਹੈ" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ਇਹ ਖੇਤਰ ਲਾਜ਼ਮੀ ਹੈ।" diff --git a/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo index 31005f27c3dcee67cfa8f63434d3438215b957cf..a08185797dd60c49fbd4b4778f1f53408b814f1a 100644 Binary files a/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po index 70cc54717f80482d077c59d52f2f2202cffcd6e5..56f29664e1d0b09978cb271b1743a140bce5b284 100644 --- a/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-12 00:25+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: angularcircle \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opcje zaawansowane" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -56,23 +56,23 @@ msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" "Strona statyczna o adresie %(url)s została już utworzona dla domeny %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "tytuł" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "zawartość" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "włącz komentarze" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nazwa szablonu" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -80,19 +80,23 @@ msgstr "" "Przykład: 'flatpages/contact_page.html'. Jeżeli nie zostanie podane, system " "użyje 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "wymagana rejestracja" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Jeżeli zaznaczone - tylko zalogowani użytkownicy będą mogli zobaczyć stronę." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "strona statyczna" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "strony statyczne" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "To pole jest wymagane." diff --git a/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo index d7e894a939ee4bde81ea8c84d64b15a5618a1e20..cf1d9b953ae7b2136e685c412e4afe5c49926edb 100644 Binary files a/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po index 114b6247d4296a8cc5ac81903c753f8add8642cd..144699aed1f6f2b9e477d7ca6ce9ee2b57a5df78 100644 --- a/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opções avançadas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "Está a faltar a barra final no URL." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "A página plana com o url %(url)s já existe no site %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "título" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "conteúdo" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "permitir comentários" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nome da template" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,20 +77,24 @@ msgstr "" "Exemplo: 'flatpages/contact_page.html'. Se não for fornecido, o sistema " "usará: 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "é necessário registo" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Se estiver selecionado, apenas utilizadores autenticados poderão ver esta " "página." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "página plana" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "páginas planas" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Este campo é obrigatório." diff --git a/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo index f7a2d384abb28d206ec86b630fa7d85714960a7f..e1181e8563bc541af6e010e8814210525f412af7 100644 Binary files a/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po index 5ed7109085971be1953d37edc7795dff794f9fda..d13d7baa4814a38543ce8e06284f339c7fe87c18 100644 --- a/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-19 18:06+0000\n" -"Last-Translator: Guilherme Gondim \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Opções avançadas" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "Está faltando uma barra no final da URL." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Uma Flatpage com a URL %(url)s já existe para o site %(site)s " -#: models.py:8 +#: models.py:12 msgid "title" msgstr "título" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "conteúdo" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "habilitar comentários" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nome do template" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,19 +77,23 @@ msgstr "" "Exemplo: 'flatpages/contact_page.html'. Se não for informado, será utilizado " "'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registro obrigatório" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Se estiver assinalado, apenas usuários autenticados poderão ver a página." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "página plana" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "páginas planas" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Este campo é obrigatório." diff --git a/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo index 57b22f4fa209c02e9632e0c5928c8dac72b975f1..28c2b0f4d6621c54e8980120248d51b4eb821db6 100644 Binary files a/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po index f5de3ff3231b073dc5a228df0df613852e645cd4..9895ed00720e3710187d92a7695c946154f8c8eb 100644 --- a/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" #: admin.py:10 msgid "Advanced options" msgstr "Opțiuni avansate" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titlu" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "conținut" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "permite comentarii" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "nume șablon" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "Exemplu: 'flatpages/contact_page.html'. Dacă aceasta nu există, sistemul va " "folosi 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "necesită înregistrare" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Dacă aceasta este bifată, numai utilizatorii autentificați vor putea vedea " "pagina." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "pagină statică" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "pagini statice" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Acest câmp este obligatoriu." diff --git a/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo index edd9923150df58d4a1901fc719631798ced45974..5b2a5e9bb470711e3f39d17ea9df1459f0bd5b57 100644 Binary files a/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po index 5c714d1341d86ef270b0965fad7d80933b0489e5..c0f23d6b6068f4eace5257da1c34ea6872fd0e63 100644 --- a/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po @@ -9,23 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Расширенные настройки" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -57,23 +57,23 @@ msgstr "В конце URL отсутствует косая черта" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Простая страница с адресом %(url)s уже существует для сайта %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "заголовок" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "содержимое" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "включить комментарии" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "имя шаблона" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -81,18 +81,22 @@ msgstr "" "Пример: 'flatpages/contact_page.html'. Если не указано, система будет " "использовать 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "требуется регистрация" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Если отмечено, только вошедшие пользователи смогут видеть страницу." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "простая страница" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "простые страницы" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Обязательное поле." diff --git a/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo index 8f6afe6cfa883066f779ecb013f8c9ec8691db80..01fb8da1c81443b083d67180ff841e641caf80ac 100644 Binary files a/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po index 8b8b32299c02bc17dcd9708f283f8aae7cff816e..4d08eef1dfdc6ec8191908af9669feb2df9b1825 100644 --- a/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: admin.py:10 msgid "Advanced options" msgstr "Pokročilé nastavenia" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -42,34 +42,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "V URL chýba úvodná lomka." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "V URL chýba koncová lomka." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Statická stránka s url %(url)s pre sídlo %(site)s už existuje." -#: models.py:8 +#: models.py:12 msgid "title" msgstr "názov" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "obsah" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "povoliť komentáre" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "názov šablóny" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,20 +77,24 @@ msgstr "" "Príklad: 'flatpages/contact_page.html'. Ak nič nenapíšete, systém použije " "'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "nutná registrácia" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ak je toto zaškrtnuté, stránku budú môcť prezerať len prihlásení " "používatelia." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "statická stránka" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "statické stránky" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Toto pole je povinné." diff --git a/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo index d2da5b282c76145494c2d1ec557ca58be3648303..99a9be7f9487eff171ca547781443033a200ddef 100644 Binary files a/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po index e7d6538da12b06efc39a8a6f62ffc6316d32f8d1..2138bf53f2f4a03c52011285ebe5cadc490133cd 100644 --- a/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Gašper Žejn , 2012. # iElectric , 2011. # Jannis Leidel , 2011. # , 2012. @@ -8,32 +9,32 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-31 19:50+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" #: admin.py:10 msgid "Advanced options" msgstr "Napredne možnosti" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" -msgstr "URL (spletni naslov)" +msgstr "Naslov URL" #: forms.py:8 msgid "" "Example: '/about/contact/'. Make sure to have leading and trailing slashes." msgstr "" -"Primer: '/about/contact/'. Preverite ali vsebuje / (poševnico) na začetku in " -"koncu vnosa." +"Primer: '/about/contact/'. Poševnica (/) mora biti na začetku in na koncu " +"vnosa." #: forms.py:10 msgid "" @@ -45,55 +46,57 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "Na začetku URL naslova manjka poševnica." +msgstr "Na začetku naslov URL manjka poševnica." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "Na koncu URL naslova manjka poševnica." +msgstr "Na koncu naslova URL manjka poševnica." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Enostavna stran na naslovu %(url)s že obstaja na strani %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "naslov" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "vsebina" -#: models.py:10 +#: models.py:14 msgid "enable comments" -msgstr "omogoči komentarje" +msgstr "omogoči opombe" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ime predloge" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" -"Primer: 'flatpages/contact_page.html'. Če to polje ni izpolnjeno, bo sistem " -"uporabil 'flatpages/default.html'." +"Primer: 'flatpages/contact_page.html'. Kadar je to polje prazno, sistem " +"uporabi 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" -msgstr "obvezna registracija" +msgstr "zahtevana je registracija" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." -msgstr "" -"Če je to polje izbrano, si bodo to stran lahko ogledali le prijavljeni " -"uporabniki." +msgstr "Izbrana možnost omogoča ogled strani le prijavljenim uporabnikom." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "enostavna stran" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "enostavne strani" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "To polje mora biti izpolnjeno." diff --git a/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo index b51d06b0793619df7d75b38f93319561b1e9db3f..61b49eda1fe6d9bb840b6f413572c039d9621766 100644 Binary files a/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po index 9f3487b2ea774ec493406da7ef907a825d06c723..7da983988346fad7f4773f3d8e1ec2df868b06e0 100644 --- a/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-12-09 09:09+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Mundësi të mëtejshme" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -41,34 +41,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL-së i mungon një pjerrake në krye." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL-së i mungon një pjerrake në fund." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "Ka tashmë një flatpage me url %(url)s për site-in %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titull" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "lëndë" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "aktivizo komente" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "emër gjedheje" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,20 +76,24 @@ msgstr "" "Shembull: 'flatpages/contact_page.html'. Nëse nuk ka një të tillë, sistemi " "do të përdorë 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "lypset regjistrim" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Po iu vu shenjë kësaj, vetëm përdoruesit që kanë bërë hyrjen do të jenë në " "gjendje të shohin faqen." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "faqe e e thjeshtë" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "faqe të thjeshta" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Kjo fushë është e domosdoshme." diff --git a/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo index eae94322eb981030dd430c7bf21f863311a64fd5..8899e3f7e49e5fae6345d7b5eb79ba7eeb20d3fb 100644 Binary files a/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po index f92f5dc9db2105a08c8c53a4c12915eb01276a16..091253c259a8043bda141c0f2d133fbc57826e40 100644 --- a/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Напредна подешавања" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "Недостаје коса црта на крају URL-а." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Страница са адресом %(url)s већ постоји за сајт %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "наслов" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "садржај" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "омогући коментарисање" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "назив темплејта" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,19 +79,23 @@ msgstr "" "Пример: 'flatpages/contact_page.html'. Ако ово оставите празним, систем ће " "користити 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "потребна регистрација" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ако је ово обележено, само ће пријављени корисници моћи да виде ову страницу." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "флет страница" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "флет странице" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Ово поље се мора попунити." diff --git a/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo index 3e25947277d44f87420603a4e6443c73cfe4ad2a..23ec780661ed515891c43703a05cf2bdcce3776f 100644 Binary files a/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po index 3daf869937774da4fe8a0a0aa961e058102f9389..d16ee75fd8d1998843deccb0a2dded8586ee1670 100644 --- a/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Napredna podešavanja" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "Nedostaje kosa crta na kraju URL-a." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Stranica sa adresom %(url)s već postoji za sajt %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "naslov" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "sadržaj" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "omogući komentarisanje" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "naziv templejta" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "Primer: 'flatpages/contact_page.html'. Ako ovo ostavite praznim, sistem će " "koristiti 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "potrebna registracija" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ako je ovo obeleženo, samo će prijavljeni korisnici moći da vide ovu " "stranicu." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "flet stranica" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "flet stranice" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." diff --git a/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo index da23b4c049bca76a05ed114d57270e25b863773d..89f44bdc6c8c4bce1a013b2b0f7bc8296c5da73f 100644 Binary files a/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po index 3903e7f0b1f6ac6ad8a2db2070345699393d5e30..c9ac68883108a85fe361f7e1610db5cc0867a2b2 100644 --- a/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Avancerade inställningar" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "URL:en saknar ett avslutande snedstreck." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Statisk sida med %(url)s finns redan för webbplatsen %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "titel" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "innehåll" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "aktivera kommentarer" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "mallnamn" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,18 +77,22 @@ msgstr "" "Exempel: 'sidor/kontaktsida.html'. Om detta inte fylls i kommer systemet att " "använda 'flatpages/default.html'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "registrering krävs" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Om detta bockas för kommer endast inloggade användare kunna se sidan." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "statisk sida" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "statiska sidor" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Detta fält måste fyllas i." diff --git a/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo index 5112f3670e8eb35b9863a37a0c1402f7b8ce960c..88894a9eac5733f375279fbd5aba757055c78222 100644 Binary files a/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po index 0a139ba88b0cd65a28a9879b8246ba44a1acbb01..f027b24cd1a44c40bfeed1f0a21a26e34170772b 100644 --- a/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po @@ -5,22 +5,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "Chaguzi za hali ya juu" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -48,40 +48,44 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "kichwa" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "maudhui" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ruhusu maoni" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "usajili unahitajika" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Sehemu hii inahitajika" diff --git a/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo index 57dc184f8d6e3c44bc05814c4e543a5da48a89a0..ca98b7c28bf794e20c17af560ca4051745c824dc 100644 Binary files a/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po index 84c0a9cfe18eab5b37b5dfe9a8a8edfdeeacf593..2a3a89bc2eb68476db18c671e0c7e4e2eaa3a450 100644 --- a/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -49,23 +49,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "தலைப்பு" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "பொருளடக்கம்" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "விமர்சனங்களை செயலாக்கு" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "வார்ப்புரு பெயர்" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -73,19 +73,23 @@ msgstr "" "உதாரணம் 'flatpages/contact_page'. இது இல்லையெனில் 'flatpages/default' என்பதே " "பயன்படுத்தப்படும்.ப்படும்." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "முன்பதிவு தேவை" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "இது தெரிவு செய்யப்பட்டிருந்தால், உள்நுழைந்த பயனர்கள் மட்டுமே இந்தப் பக்கத்தை பார்க்க முடியும்." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "எளிய பக்கம்" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "எளிய பக்கங்கள்" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "இந்த புலத்தில் மதிப்பு தேவை" diff --git a/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo index 2cd8d56381b6fb4325d51ab8778fd509d8019e81..4e4212a92f562c26d9ab4e1d8ca575f5f3671ee9 100644 Binary files a/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po index 82b5d39adc2417a9dbb03d9730b4adbb2cadd73a..d5e2518441999537a5d4402cdf79acd6d7613d3b 100644 --- a/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -49,23 +49,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "పట్టము" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "సూచన " -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -73,18 +73,22 @@ msgstr "" "ఉదాహరణ: 'flatpages/contact_page.html'.ఇది ఇవ్వకపోతే సిస్టం 'flatpages/default." "html' ని వాడుకుంటడి" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "నమొదు చేయటము అవసరం" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "ఇది చెక్ చేసి ఉంటే కేవలం లాగ్గడ్ ఇన్ యూజర్లు పేజి చూడలేస్తారు" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ఈ ఫీల్డ్ అవసరము" diff --git a/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo index 6963c2ac04ef772671626268ec7c7d837693992e..be8c28fcd765dada99c5fbd033b20b52d84b267c 100644 Binary files a/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po index 1916c6ad23aafb0e956923e2a8589e3f7d461d20..53f4bcb9bf731dd608a6e797b8d6ebafd0789f7f 100644 --- a/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-09 04:29+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "ตัวเลือกเพิ่มเติม" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -50,23 +50,23 @@ msgstr "เครื่องหมาย \"/\" ตามหลัง URL หา msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "หน้าเรียบชื่อ %(url)s ถูกใช้ไปแล้วสำหรับ %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "หัวข้อ" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "เนื้อหา" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "ใช้งานข้อติชม" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ชื่อเทมเพลต" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -74,18 +74,22 @@ msgstr "" "ตัวอย่าง: 'flatpages/contact_page.html' ถ้าไม่ได้ถูกใช้ ระบบจะใช้ 'flatpages/default." "html' " -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "ต้องลงทะเบียนก่อน" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "ถ้าถูกเลือก ผู้ใช้ที่ลงทะเบียนเข้าสู่ระบบเท่านั้นที่จะสามารถดูหน้านี้" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "หน้าเรียบ" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "หน้าเรียบ" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "ฟิลด์นี้จำเป็น" diff --git a/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo index 0ae6b7aacf3a38de01ca68d64a63a718b6d746a9..1ba8477975fd0b4334a56d73de6bcf5276ca240e 100644 Binary files a/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po index 5f7b780968556fa990cbbee588364c9ee75691af..8b64b4f09e5a0acf3372683b333755a54c8ed6e5 100644 --- a/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 20:33+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Murat Çorlu \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "Gelişmiş seçenekler" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "URL sonunda bölü işareti yok." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "%(url)s adresli düz sayfa %(site)s sitesinde zaten mevcut" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "başlık" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "içerik" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "yorumlara izin ver" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "şablon adı" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,18 +79,22 @@ msgstr "" "Örnek: 'flatpages/contact_page.html'. Eğer birşey yazılmazsa, sistem " "otomatik olarak 'flatpages/default.html' kullanacak." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "kayıt gerekli" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "Bu seçili ise, sadece kayıtlı kullanıcılar sayfayı görüntüleyebilir." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "düz sayfa" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "düz sayfalar" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Bu alan zorunludur." diff --git a/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo index 3392f8e762398a0dddafcd653579a0b770235c14..6bd9b981cdd7d26879e09ebf11a7a27deca444e3 100644 Binary files a/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po index 717992c7a0994d8cded5d6c6e69e8f4c3f858385..e499abb84915f08efb27eeb7e4020e8b10ff2644 100644 --- a/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:37+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "Өстәмә көйләүләр" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -53,23 +53,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "башлам" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "эчтәлек" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "фикерләрне ялгарга" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "шаблон исеме" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -77,19 +77,23 @@ msgstr "" "Үрнәк: 'flatpages/contact_page.html'. Күрсәтелгән булмаса, система " "'flatpages/defalut.html' кулланыр." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "теркәлү кирәк" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Билгеләнгән булса, фәкать кергән кулланучылар гына сәхифәне күрә алырлар." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "гади сәхифә" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "гади сәхифәләр" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Мәҗбүри кыр." diff --git a/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2df306de04545cff188b7a502e3bb476b715a65a Binary files /dev/null and b/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..a21ce2056bf201ee843b7f0c4394df7715e71b99 --- /dev/null +++ b/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 16:48+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:17 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:22 +msgid "flat page" +msgstr "" + +#: models.py:23 +msgid "flat pages" +msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Та клуэ." diff --git a/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo index 9f3985e14070ace5c828f1cdb20ffec2ea99d93f..0332447ebc5a48a1dccef723cca044484e49df17 100644 Binary files a/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po index 97a17a2363b948d3f38f6df02d51e02c83ebf917..64a09026eff04929bd0b4883a96e550bb0af7803 100644 --- a/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-11 17:11+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin.py:10 msgid "Advanced options" msgstr "Додаткові опції" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -55,23 +55,23 @@ msgstr "В кінці URL відсутня коса риса." msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Проста сторінка з адресою %(url)s вже існує для сайту %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "заголовок" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "зміст" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "увімкнути коментарі" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "ім'я шаблона" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -79,20 +79,24 @@ msgstr "" "Приклад: 'flatpages/contact_page'. Якщо це не надано, система буда " "використовувати 'flatpages/default'." -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "потрібна реєстрація" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Якщо тут є галочка, тільки користувачі, що увійшли, зможуть переглядати цю " "сторінку." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "проста сторінка" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "прості сторінки" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Це поле обов'язкове." diff --git a/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo index 4b8c048f29c8e20618bedd7f362ce917488bfe8d..d6564b5d23c01da82dd201cf568c8e7254a5a797 100644 Binary files a/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po index 3753377a446ea814bb8262989506d3df1981222c..c3a99547a601dca989748b9113d2b6385a2222e7 100644 --- a/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin.py:10 msgid "Advanced options" msgstr "اعلٰی اختیارات" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "یو آر ایل (URL(" @@ -52,23 +52,23 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "عنوان" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "مضمون" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "تبصرے فعال کریں" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "قالب کا نام" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -76,20 +76,24 @@ msgstr "" "مثال: 'flatpages/contact_page.html'۔ اگر یہ مھیا نھیں کیا گیا تو سسٹم " "'flatpages/default.html' استعمال کرے گا۔" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "رجسٹریشن ضروری ھے" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "اگر یہ فعال ھے تو صرف اندر آئے ھوئے (logged-in) صارفین یہ صفحہ دیکھنے کے " "قابل ھوں گے۔" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "ھموار صفحہ" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "ھموار صفحے" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "یہ خانہ درکار ھے۔" diff --git a/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo index 2841506eef6d301ce289b9c9928114a726801885..78eb4eb64f56f957113eb328e438d484c772c5ac 100644 Binary files a/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po index d89c26bccff1ed18b4e965af6afbf9c1d5ad1249..2982a17a5b435542316935290f46d7eca601cf21 100644 --- a/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" "Last-Translator: Tran \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "Các lựa chọn " -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -50,42 +50,46 @@ msgstr "" msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "tiêu đề" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "nội dung" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "mở bình luận" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "tên thiết kế" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "Bạn cần phải cần đăng kí" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Nếu bạn đánh dấu vào đây, chỉ những tài khoản đã đăng nhập mới có thể xem " "được trang này." -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "Trường này là bắt buộc." diff --git a/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo index 2f2f654e7f0576041ec2f9ff2da8199220aded17..39fb8d7b4bcb16be01d66e85e9d2036ade38f1a8 100644 Binary files a/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po index 485e41c6ee51a470c518233a4f1095f13744076e..bf80dc04246c0f50f94bd76d61222bba60601d1b 100644 --- a/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po @@ -2,27 +2,28 @@ # # Translators: # Jannis Leidel , 2011. +# Kevin Shi , 2012. # Lele Long , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: Lele Long \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "高级选项" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -39,34 +40,34 @@ msgstr "该值必须只能包含字母,数字,点号,下划线,破折号 #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL头部缺失斜线." #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL尾部缺失斜线." #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "带有url %(url)s的Flatpage已经存在于站点 %(site)s" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "标题" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "内容" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "允许评论" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "模板名称" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -74,18 +75,22 @@ msgstr "" "例如:'flatpages/contact_page.html'。若未提供,系统将使用'flatpages/default." "html'。" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "请先注册" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "如果被选中,仅登录用户才可以查看此页。" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "简单页面" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "简单页面" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "这个字段是必填项。" diff --git a/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo index 8b497c46a2b5560f6bcaaf023c5db9fcc2a720ac..7004cbdab490b3ad0f167985feef2f9710de36d3 100644 Binary files a/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po index 44194c310f9c0859fdc88336074af507669c4883..b22a205e7cd8d392bc25d3a3276d2e73218b3587 100644 --- a/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. # quantum9876 , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-08 12:31+0000\n" -"Last-Translator: quantum9876 \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-18 10:56+0000\n" +"Last-Translator: ilay \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: admin.py:10 msgid "Advanced options" msgstr "進階選項" -#: forms.py:7 models.py:7 +#: forms.py:7 models.py:11 msgid "URL" msgstr "URL" @@ -40,34 +41,34 @@ msgstr "" #: forms.py:19 msgid "URL is missing a leading slash." -msgstr "" +msgstr "URL 缺少前導的斜線。" #: forms.py:23 msgid "URL is missing a trailing slash." -msgstr "" +msgstr "URL 缺少一個斜線。" #: forms.py:38 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" -msgstr "" +msgstr "網站 %(site)s 已經存在一個浮動頁面,其位址為 %(url)s。" -#: models.py:8 +#: models.py:12 msgid "title" msgstr "標題" -#: models.py:9 +#: models.py:13 msgid "content" msgstr "內容" -#: models.py:10 +#: models.py:14 msgid "enable comments" msgstr "啟用評論" -#: models.py:11 +#: models.py:15 msgid "template name" msgstr "模板名稱" -#: models.py:12 +#: models.py:16 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." @@ -75,18 +76,22 @@ msgstr "" "例如: 'flatpages/contact_page'。如果沒有提供它,系統會使用 'flatpages/" "default.html'。" -#: models.py:13 +#: models.py:17 msgid "registration required" msgstr "請先註冊" -#: models.py:13 +#: models.py:17 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "如果此項被選取,則只有登入的使用者可以檢視頁面。" -#: models.py:18 +#: models.py:22 msgid "flat page" msgstr "簡平頁面" -#: models.py:19 +#: models.py:23 msgid "flat pages" msgstr "簡平頁面" + +#: tests/forms.py:97 +msgid "This field is required." +msgstr "這個欄位是必須的。" diff --git a/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo index 48a74cb7de42d80b3a10f611842d605fba6315e4..3b75261b1a634070a7f5da94be694cd7fc33c34e 100644 Binary files a/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ar/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ar/LC_MESSAGES/django.po index 37d96f588ab2e0502a09e66b23709fb2383b415e..6c584e495b5307930bbd4366b6c78fcbb13d639e 100644 --- a/django/contrib/formtools/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ar/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo index ecbfc764130cfa7db563d39b823fe4c8b7ff9d3a..b278bb74555fa9fabb60f53504dd6e7b6fe2f471 100644 Binary files a/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/az/LC_MESSAGES/django.po b/django/contrib/formtools/locale/az/LC_MESSAGES/django.po index 95faaa6ab2d2cdc7334fc8986186472635016411..23557aba99e8e57a1ed689ba00c5d1e320e63cb3 100644 --- a/django/contrib/formtools/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/az/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/be/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..aba55f15937a163c702a02c1a942d78237f624a6 Binary files /dev/null and b/django/contrib/formtools/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/be/LC_MESSAGES/django.po b/django/contrib/formtools/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..3cb9f7e923406ef77f4dd99c4f7aa1512153810b --- /dev/null +++ b/django/contrib/formtools/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-01 11:44+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: templates/formtools/wizard/wizard_form.html:15 +msgid "first step" +msgstr "першы крок" + +#: templates/formtools/wizard/wizard_form.html:16 +msgid "prev step" +msgstr "папярэдні крок" + +#: templates/formtools/wizard/wizard_form.html:18 +msgid "submit" +msgstr "падаць" + +#: wizard/legacy.py:159 +msgid "" +"We apologize, but your form has expired. Please continue filling out the " +"form from this page." +msgstr "" +"Прабачце, але тэрмін дзеяньня блянку скончыўся. Працягвайце запаўняць на " +"гэтай бачыне." diff --git a/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo index 275a8561ea9a5a01a3caca5a91c1a3e0f1f77e68..352bfe34dc0f6df796f53f54e22a59bd09a4bcc1 100644 Binary files a/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/bg/LC_MESSAGES/django.po b/django/contrib/formtools/locale/bg/LC_MESSAGES/django.po index 8098b3dfaf6c068365d2f6cefaa020a45b2cb003..cd846dbd322daf531c5209a02a7fa7b780ea4e01 100644 --- a/django/contrib/formtools/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/bg/LC_MESSAGES/django.po @@ -1,33 +1,34 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Todor Lubenov , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Todor Lubenov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-01 19:06+0000\n" +"Last-Translator: Georgi Kostadinov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "първа стъпка" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "предишна стъпка" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "запази" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo index e801321b97d1ad71e941e5566c72073f29bfcd13..6afb81891ccb42a41bdd2ed2ca2f9242e80b0d7f 100644 Binary files a/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/bn/LC_MESSAGES/django.po b/django/contrib/formtools/locale/bn/LC_MESSAGES/django.po index 6e3192c2a049f02216fff6c7a6b72deb4bbe8884..788f94dda942de3ae10a9bb973e24309bdc90e61 100644 --- a/django/contrib/formtools/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/bn/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/br/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..18ac3b622b4501fd0d00c31b80d0d46414bb8ebb Binary files /dev/null and b/django/contrib/formtools/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/br/LC_MESSAGES/django.po b/django/contrib/formtools/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..6343ff1eccec97ffc9b033d2fe57d374ca324dcf --- /dev/null +++ b/django/contrib/formtools/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-29 17:40+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: templates/formtools/wizard/wizard_form.html:15 +msgid "first step" +msgstr "pazenn gentañ" + +#: templates/formtools/wizard/wizard_form.html:16 +msgid "prev step" +msgstr "pazenn gent" + +#: templates/formtools/wizard/wizard_form.html:18 +msgid "submit" +msgstr "kas" + +#: wizard/legacy.py:159 +msgid "" +"We apologize, but your form has expired. Please continue filling out the " +"form from this page." +msgstr "" +"Ho tigarez met aet eo ho furmskrid d'e dermen. Kendalc'hit d'e leuniañ war " +"ar bajenn-mañ." diff --git a/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo index 8b6e988555a18d3a29a08b921d3f064b479f7a03..ec8f3a459447eca935d6f2d18487a633cf7c0996 100644 Binary files a/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/bs/LC_MESSAGES/django.po b/django/contrib/formtools/locale/bs/LC_MESSAGES/django.po index 24e2e2a171408375f300472995460123de3e169d..71cdcdb7ea6f6dea3a90f687371c46d60b69af11 100644 --- a/django/contrib/formtools/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/bs/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo index c240aa9373bff4377753ed750e518f8ff15ab9cf..3c11d26484f7b8ae424c0d270800d222c8bb0801 100644 Binary files a/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ca/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ca/LC_MESSAGES/django.po index 18c5a8b55a3a15e42c7f1414a78681ecd247c791..e8fca2f4b76ef307e2b711ffd89076e27e1a8ecb 100644 --- a/django/contrib/formtools/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ca/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-29 23:20+0000\n" "Last-Translator: Carles Barrobés \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo index 75a1547216ed9da87f4988e4c3440cd6a918418e..c369a134eb126420173351a43ee63a083a0b9c3e 100644 Binary files a/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/cs/LC_MESSAGES/django.po b/django/contrib/formtools/locale/cs/LC_MESSAGES/django.po index ebd77a8633bc51d0f4273615ab978bdcedc1bb9f..4cdbe10a55b061d1eccb44876ff9bb4969b2993c 100644 --- a/django/contrib/formtools/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/cs/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo index 90f89ea3c85acfb3b18039d45d28e67a5775f6b6..cfc045c0057b970abd6166f0f620d137b0899945 100644 Binary files a/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/cy/LC_MESSAGES/django.po b/django/contrib/formtools/locale/cy/LC_MESSAGES/django.po index 48237352372108798ba87558000b3c9bfc35ce04..a355e65cedf8f730d3790fc0f1763de1515d7205 100644 --- a/django/contrib/formtools/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/cy/LC_MESSAGES/django.po @@ -1,19 +1,21 @@ # This file is distributed under the same license as the Django package. # +# Translators: msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2011-03-15 15:47+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 16:45+0000\n" "Last-Translator: Django team\n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo index bb9e0d389ff1d98536f3d4861fc6257f615a3feb..bf22d95b18c88813af54f61f35be8ab31f8c52be 100644 Binary files a/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/da/LC_MESSAGES/django.po b/django/contrib/formtools/locale/da/LC_MESSAGES/django.po index 173604562ac2ea3f65ce20bc48e31c3908307901..ee3291900e3275ac3e4b632306697372d4d26e5b 100644 --- a/django/contrib/formtools/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/da/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Christian Joergensen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo index c6f1eb5c46ca862d6031bc6be536de31159b80a1..f1512b59bd22df4f1fda07101b60a54d484fb093 100644 Binary files a/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/de/LC_MESSAGES/django.po b/django/contrib/formtools/locale/de/LC_MESSAGES/django.po index 411bbda09b6ef721770243a31d3dbae71b061bb0..a6aea7c8a2f65a6b82dba77ec6b1da4ef41fbe9e 100644 --- a/django/contrib/formtools/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/de/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-18 10:56+0000\n" "Last-Translator: André Hagenbruch \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo index acad96682f25be45e798b69f8c594ec4c66ceb04..b01ae32d26fa0f3825c5d94a34277eb82503081f 100644 Binary files a/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/el/LC_MESSAGES/django.po b/django/contrib/formtools/locale/el/LC_MESSAGES/django.po index 2c123fcae27c5b64b0e94186170e56d0f170105f..192ab34066dee3a0596d378f3e78f25e8130bb73 100644 --- a/django/contrib/formtools/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/el/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-07 14:57+0000\n" "Last-Translator: Yorgos Pagles \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo index 18665ef9bb66fa3c02bc6bcf2da03a74a10b9fb6..64ae715f31b83ddbb8336b040d3c3e363bb085a8 100644 Binary files a/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/en/LC_MESSAGES/django.po b/django/contrib/formtools/locale/en/LC_MESSAGES/django.po index 04fa380ffa83c36f62db7069cdcc4bd472255fa9..3193d7dea189dc88a8708214d3de1f4a4b44ca42 100644 --- a/django/contrib/formtools/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/en/LC_MESSAGES/django.po @@ -1,32 +1,37 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:42+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "first step" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "prev step" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "submit" #: wizard/legacy.py:159 msgid "" "We apologize, but your form has expired. Please continue filling out the " "form from this page." msgstr "" +"We apologize, but your form has expired. Please continue filling out the " +"form from this page." diff --git a/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo index 9564c36139dbbc1eeec4a4b7b32551fdb42fece4..67905d466993ccb409f7ba32552b969b94ebcdf6 100644 Binary files a/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.po index 67c3cd27f581931bc01d544c9bee4014e5407573..e3fcc9ed78851cb0dd06d17432d1f6be8f9ef40c 100644 --- a/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: jon_atkinson \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo index 019d796387be69d58cf791eb033897f7ed25f990..e140ce203e9fa3bbfdd47b5b4a6063369600892a 100644 Binary files a/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/eo/LC_MESSAGES/django.po b/django/contrib/formtools/locale/eo/LC_MESSAGES/django.po index 62903444ff3ee7f88a279464773d91283b5b9790..040891f37a9fcf6acf93c3c1a8935319fe3863e7 100644 --- a/django/contrib/formtools/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/eo/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Baptiste , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-12-11 19:21+0000\n" +"Last-Translator: sagittarian \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" @@ -34,5 +35,5 @@ msgid "" "We apologize, but your form has expired. Please continue filling out the " "form from this page." msgstr "" -"Ni pardonpetas, sed via formularo eksvalidiĝis. Bonvolu daŭri plenigi la " -"formularon el ĉi-tiu paĝo." +"Ni pardonpetas, sed via formularo eksvalidiĝis. Bonvolu daŭre plenigi la " +"formularon el ĉi tiu paĝo." diff --git a/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo index 04ee1c831218ab447c5c3d1c394f27f4cef65725..0eaf6d439168309caec19f4df9f3097879c0daa4 100644 Binary files a/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/es/LC_MESSAGES/django.po b/django/contrib/formtools/locale/es/LC_MESSAGES/django.po index 4a9ddc2a2a74cf4ec02041c2de34b4a1f1fc7e3b..053ae531f12a054e6f64f11604f08b1961bcc451 100644 --- a/django/contrib/formtools/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/es/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-01 23:28+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo index 2cab93380fb5ae3c28965c0de1db36f824afc28b..c2515f15c4e2cdf46220f43c79d41fc6203cbf84 100644 Binary files a/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.po index 5306d984532ec6d54bde76bf3446e55ed23d8b3b..de9ca31bfde0ce912346392b3a02b04629a70c6d 100644 --- a/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-14 20:04+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo index d931117c77024c651af4530ed0ab2020fba6f5c7..c8927f35af426b0d9157cc49532d6c136a7b8597 100644 Binary files a/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po index 9d35efd979b7ba2acc0e747bd6f1c4ef6254268c..aa8fbc3fa438038b35d3cbeaafb6fc3223182c78 100644 --- a/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-06 19:17+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo index 307def8cae07baefce77d41fe053b3c2b9c59ddd..0ce51b3166722d9f5ff04ccf6af466e7b42bddd8 100644 Binary files a/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/et/LC_MESSAGES/django.po b/django/contrib/formtools/locale/et/LC_MESSAGES/django.po index 964096a152f454a38ff241c66ca43f2cc9a97200..be776568295864b504ebc6256ef01ce42b06632d 100644 --- a/django/contrib/formtools/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/et/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo index 7e352192c812ac6ab5d2393073241883bb03a8a6..ebc8bcee773ef87007cfad830e6a9893db6a80b5 100644 Binary files a/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/eu/LC_MESSAGES/django.po b/django/contrib/formtools/locale/eu/LC_MESSAGES/django.po index 14ae66a9dca676ca3088d38a776986dc0f24b14c..8f138428335f2d3ae491dba01a72a65b9e2ad3ac 100644 --- a/django/contrib/formtools/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/eu/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 21:22+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo index fc70744d4b7bcb5a002692d07239d7c66c80a2b5..d4f617831dbb006fb07c06778c9641a5bb4da2c1 100644 Binary files a/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/fa/LC_MESSAGES/django.po b/django/contrib/formtools/locale/fa/LC_MESSAGES/django.po index feee69efaeb7aa780063921cf8a39cb4173da962..8cb01fee5a6dad391df493e60c6d5eeefd2e5559 100644 --- a/django/contrib/formtools/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/fa/LC_MESSAGES/django.po @@ -1,33 +1,34 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Ali Nikneshan , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-21 08:06+0000\n" +"Last-Translator: Ali Nikneshan \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "گام اول" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "گام قبل" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "ارسال" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo index 25ad98cca8bb140a6c9b01a368ed5722fef91d3d..6c820905934449497cc736341db0c95b66cf220b 100644 Binary files a/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/fi/LC_MESSAGES/django.po b/django/contrib/formtools/locale/fi/LC_MESSAGES/django.po index 31b1d045db382ec04a7284f97e7b7c5d6e83de05..8ae2d83175ff7b83245a6d163d053239cd815006 100644 --- a/django/contrib/formtools/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/fi/LC_MESSAGES/django.po @@ -2,37 +2,38 @@ # # Translators: # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-24 15:19+0000\n" +"Last-Translator: nanook \n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "ensimmäinen vaihe" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "edellinen vaihe" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "lähetä" #: wizard/legacy.py:159 msgid "" "We apologize, but your form has expired. Please continue filling out the " "form from this page." msgstr "" -"Pahoittelumme, mutta sessiosi on vanhentunut. Ole hyvä ja jatka lomakkeen " +"Pahoittelumme, mutta istuntosi on vanhentunut. Ole hyvä ja jatka lomakkeen " "täyttämistä tältä sivulta." diff --git a/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo index c6e87576b027c5304d849471e9be5ea58b760f3e..9110aae33fff38c81cdf99e9f54f67f5e3368c1b 100644 Binary files a/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/fr/LC_MESSAGES/django.po b/django/contrib/formtools/locale/fr/LC_MESSAGES/django.po index ac6db14b51afc2f90dcb6dab86594c1f05c75b65..52061254b8f39e766bad0f7bbad5e614958214aa 100644 --- a/django/contrib/formtools/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/fr/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo index c002149003e7f2facb73b82f0ec79509deb2e859..c2fc0a18008c3f43134a2e6b83c5911426fd0f05 100644 Binary files a/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ga/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ga/LC_MESSAGES/django.po index b8a85ecc60e34db67da7019be836dac078ec4b6a..7f12cedd524c65ea6acfa3ed4e3a5ecc0f6f13f1 100644 --- a/django/contrib/formtools/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ga/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-16 13:32+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo index d752fbfd9fabcf632018f84cbf8832377ad20794..115e28f55113b76bc89669e85acc5c3fe4f53145 100644 Binary files a/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/gl/LC_MESSAGES/django.po b/django/contrib/formtools/locale/gl/LC_MESSAGES/django.po index f3e2b80689614bf53cf4aacb8e2f40e270081879..690179f35330ce9335a576a4de50432f59f7bee7 100644 --- a/django/contrib/formtools/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/gl/LC_MESSAGES/django.po @@ -2,32 +2,33 @@ # # Translators: # fasouto , 2011. +# , 2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: fasouto \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-01-07 12:00+0000\n" +"Last-Translator: fonso \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "primeiro paso" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "paso anterior" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "enviar" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo index 004f61d8739b6e8fecf2bb59b522427ce7d5ab5f..db5f68caf100ade7d703172a6a66039080e8125d 100644 Binary files a/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/he/LC_MESSAGES/django.po b/django/contrib/formtools/locale/he/LC_MESSAGES/django.po index f8c3fccbaab590300bc8c14acdb8681f1c88a7fd..3ae534cd0b2819925babf3f1649f8c5016ed9a3b 100644 --- a/django/contrib/formtools/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/he/LC_MESSAGES/django.po @@ -3,20 +3,21 @@ # Translators: # Alex Gaynor , 2012. # Jannis Leidel , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-19 05:12+0000\n" -"Last-Translator: Alex Gaynor \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-21 10:46+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" @@ -28,7 +29,7 @@ msgstr "צעד אחרון" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "שלח" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo index 31fd7f0a1d140a945685f02928740a26af73d249..25f3ce50c1162330c3603c3bebfef08457e8d7e8 100644 Binary files a/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/hi/LC_MESSAGES/django.po b/django/contrib/formtools/locale/hi/LC_MESSAGES/django.po index 2116d9748a15a316b7ff90829a75f8cad51f356b..bd4f0350433ece51cda19ef3830edf9a141151dd 100644 --- a/django/contrib/formtools/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/hi/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-26 14:26+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo index 0268b32a3460dd4ff7e2acc6ef0d82bf49ccb15f..70cb5ccbd535a97df44341d3f135a4c914f77cf5 100644 Binary files a/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/hr/LC_MESSAGES/django.po b/django/contrib/formtools/locale/hr/LC_MESSAGES/django.po index 7560a0522994eb7d0336e57069e690c83906644c..4c9d9624b00762f1fa1302f294987b11d9d6bb98 100644 --- a/django/contrib/formtools/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/hr/LC_MESSAGES/django.po @@ -1,34 +1,36 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. +# Dimitris Glezos , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-23 06:18+0000\n" +"Last-Translator: berislavlopac \n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "prvi korak" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "prethodni korak" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "pošalji" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo index 5a5a85f63cea484b5ca32082f6676acc33f3863c..7ee1179ef55cff230744da4978864679ca7d67a4 100644 Binary files a/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/hu/LC_MESSAGES/django.po b/django/contrib/formtools/locale/hu/LC_MESSAGES/django.po index cb1933e64320ebe03cff468f4408c389423f3831..60d5b279a7706b8230fdb8dfdc8cef9f11016430 100644 --- a/django/contrib/formtools/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/hu/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 19:26+0000\n" "Last-Translator: Attila Nagy <>\n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ia/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d9f05d49dcbe305fd401d2ee0634537ab778ee8b Binary files /dev/null and b/django/contrib/formtools/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ia/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..37fc9111acccadbaa904e222dab0636500d26817 --- /dev/null +++ b/django/contrib/formtools/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-20 19:22+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/formtools/wizard/wizard_form.html:15 +msgid "first step" +msgstr "prime passo" + +#: templates/formtools/wizard/wizard_form.html:16 +msgid "prev step" +msgstr "previe passo" + +#: templates/formtools/wizard/wizard_form.html:18 +msgid "submit" +msgstr "submitter" + +#: wizard/legacy.py:159 +msgid "" +"We apologize, but your form has expired. Please continue filling out the " +"form from this page." +msgstr "" +"Vostre formulario ha expirate. Per favor continua a completar le formulario " +"a partir de iste pagina." diff --git a/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo index 50d0b6df605e92f90edf40c1d27520dad40f465e..076081ca93ec8095796652d32e1dbd03b45b8641 100644 Binary files a/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/id/LC_MESSAGES/django.po b/django/contrib/formtools/locale/id/LC_MESSAGES/django.po index e558c1dbbcc5fafb28d5e9196447cbac33bf1166..2529c5a994a5bb3b7c44923b370caf03a9a35983 100644 --- a/django/contrib/formtools/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/id/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-06 20:07+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo index ec401c959c2ed506f7d595b58d01b05256aaabf7..f279351c501cd8cb767e7d8c804d8cc208a897a9 100644 Binary files a/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/is/LC_MESSAGES/django.po b/django/contrib/formtools/locale/is/LC_MESSAGES/django.po index 73405d0db36ac134c1f7cc547c2375fc673137e4..cae6155dafaac02caff055cf78e6e8c639a1b898 100644 --- a/django/contrib/formtools/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/is/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-15 13:34+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo index ab41fb655ecee9b49199a20f017b88e2eed00126..5585c9146c1552fa730bc77e4f7d73adfe8f1572 100644 Binary files a/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/it/LC_MESSAGES/django.po b/django/contrib/formtools/locale/it/LC_MESSAGES/django.po index 57971e9125c256e7a060fca02cb21328dfdd9f8d..a9e6ecf5c0c925babcc8ccbc922cb8ac0d6c01a8 100644 --- a/django/contrib/formtools/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/it/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo index 51a5baf13ad894548d02e0f2dc011138c6be468d..27774a2db83b956c9b479878c770b435ce67aabb 100644 Binary files a/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ja/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ja/LC_MESSAGES/django.po index c6f2b1584b175b01e93566af4361103c38e1a0b1..dd6472f099d1fb48b945e9780394f9dd375b84c4 100644 --- a/django/contrib/formtools/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ja/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 00:28+0000\n" "Last-Translator: Shinya Okano \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo index f467fc202491c7270770492d4bb43ecd67104073..0e9fda773824b9dfbf2cb5b3e3771f285a724caf 100644 Binary files a/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ka/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ka/LC_MESSAGES/django.po index 908af4df0a74710d5ab3f627f003a6ab3bcd0169..2b530dab2a72be1492205ff808f011709fdd3db1 100644 --- a/django/contrib/formtools/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ka/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo index 763e8647041c87915ef6aa10d467b462a0a05871..ac1d449c54f947108f69e24e748665c98568b3f7 100644 Binary files a/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/kk/LC_MESSAGES/django.po b/django/contrib/formtools/locale/kk/LC_MESSAGES/django.po index a0bbdad62015a934bb93aea566df561fa09aade2..3af7fd9960b37bc5002a492d92f4cbda19c8945c 100644 --- a/django/contrib/formtools/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/kk/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Nurlan Rakhimzhanov \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo index 02f4714970da9fbe1a54c99b19e28deaf455acb0..bc3f4feccbd7732a900c4ed6d52f86d7fb291508 100644 Binary files a/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/kn/LC_MESSAGES/django.po b/django/contrib/formtools/locale/kn/LC_MESSAGES/django.po index c8084af5c57903f0b706b4bba46eb94469ea2c94..a4baaa3d84750590b20fccbacc9de40b849f14e2 100644 --- a/django/contrib/formtools/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/kn/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2011-01-19 16:45+0000\n" "Last-Translator: Django team\n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo index 39c1230d89e65655e3f2e2e30afdcc5f7cb4e7ce..79c449c59c16b5fde392a21284faaeba688aea14 100644 Binary files a/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ko/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ko/LC_MESSAGES/django.po index 568895bdbec6baf8da481f134200f015cf49c66d..1e60ad3f8d99f8f6213e3cf87f17f03cea6fccce 100644 --- a/django/contrib/formtools/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ko/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo index 079dd1c357c30e573171d4409945ab0d82d9c5c5..0cd8adbe831d7184425fd787954f66937d1f1211 100644 Binary files a/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/lt/LC_MESSAGES/django.po b/django/contrib/formtools/locale/lt/LC_MESSAGES/django.po index 76bae35f1fc7b320404de977da5f12808558701a..13d6996f97f758979d7bb52f072b147c4e0fbce2 100644 --- a/django/contrib/formtools/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/lt/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 16:54+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo index c48113c8fddf3361a5ec8548fbe2081381305db4..c653b9a926f87e717c1ce7146f283b1edbadeab0 100644 Binary files a/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/lv/LC_MESSAGES/django.po b/django/contrib/formtools/locale/lv/LC_MESSAGES/django.po index 8089be83a5dd5ff7de741491b2f6138b6ad9483c..384a6d75507879d02b372b7b59b0f4889cf016ee 100644 --- a/django/contrib/formtools/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/lv/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo index d83caabd82f1b6cca9ead56d43fbf10e628446d4..d2d5c3c661a2f3bdcef1b098ebcb14d511254d88 100644 Binary files a/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/mk/LC_MESSAGES/django.po b/django/contrib/formtools/locale/mk/LC_MESSAGES/django.po index 15b71c3a09eac4d104c9867818b474f6e875e4d0..2d9eaef21a6f01063e668ad95c7e278942158cee 100644 --- a/django/contrib/formtools/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/mk/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-15 12:12+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo index b38256ec85ca088164a0474cf3196c848f8fafff..ed3a8c9390e5fa79fc0824380cf474d986b797ce 100644 Binary files a/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ml/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ml/LC_MESSAGES/django.po index fe79b9d137bcf448feb358f9374c3fecfdc34756..ee6f4f0019c5cbef640f0db34abd1f519e50931f 100644 --- a/django/contrib/formtools/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ml/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-07 15:16+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo index 72afb14bc63e08236a245a913fd5f5a3993485f2..9d5070a0ffc65838b2767de64520691bb0b1ec9c 100644 Binary files a/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/mn/LC_MESSAGES/django.po b/django/contrib/formtools/locale/mn/LC_MESSAGES/django.po index 389e68b98fa41ac3dc77da8ba61ad1bf84228774..9d5a22e675f0eab8cf1d9d5c1ee7a8843a7a55ba 100644 --- a/django/contrib/formtools/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/mn/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo index f43b2e1f8cf9ac9c6147696b05249d664e348c8e..6704c01bd0ae625970227c45014e6c029cdefbcd 100644 Binary files a/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/nb/LC_MESSAGES/django.po b/django/contrib/formtools/locale/nb/LC_MESSAGES/django.po index 8eb635d157152f819d0827a2e199d8e38e9ecf66..d8ed99b8e8afcfc90a2b8f0917ab056209f10f9f 100644 --- a/django/contrib/formtools/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/nb/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-06 19:56+0000\n" "Last-Translator: jonklo \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo index be0377e09e2e23db1137030c7743dfc6f2ff1f29..4a09b411732179038d19d41b503ee5cb8a4e174e 100644 Binary files a/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ne/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ne/LC_MESSAGES/django.po index e20906f91d4e4bb32d96a2de5082cf5a7b5ab23c..e8a35d2834c5ad0efd8bd303dd731ed6e36dbaa7 100644 --- a/django/contrib/formtools/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ne/LC_MESSAGES/django.po @@ -1,32 +1,33 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-01 12:14+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "प्रथम चाल " #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "अघिल्लो चाल " #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "जम्मा गर्नु " #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo index a1c1f298da402461532d8e619b1fb89254242dd7..4d95d5a281e9e1721ff607eedc01c4dbd0c41a9e 100644 Binary files a/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/nl/LC_MESSAGES/django.po b/django/contrib/formtools/locale/nl/LC_MESSAGES/django.po index bbc133e56245e33cd4cb3b3cc6aa91c23068be6f..e280e68826274ebd9bd1b6b427dd7c71eb1aded2 100644 --- a/django/contrib/formtools/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/nl/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-17 22:39+0000\n" "Last-Translator: Jeffrey Gelens \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo index 843b8cdd357de266fe719cee36a10e354bb761c7..137cb994407edc35249dcf21f15525d13e7c2179 100644 Binary files a/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/nn/LC_MESSAGES/django.po b/django/contrib/formtools/locale/nn/LC_MESSAGES/django.po index 2d03d5e035ee1eeb3102f1f78a7d6587b43b1b28..a278676cbef9c52cf8bbc3205664960914032f89 100644 --- a/django/contrib/formtools/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/nn/LC_MESSAGES/django.po @@ -2,32 +2,33 @@ # # Translators: # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-03 20:20+0000\n" +"Last-Translator: velmont \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "fyrste steg" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "førre steg" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "lagre" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo index 8ece97332ea01dc79a97aa84d8e932be56e1c41d..e1ee5fdd3b2771e258aa6be7f93826073013dd0f 100644 Binary files a/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/pa/LC_MESSAGES/django.po b/django/contrib/formtools/locale/pa/LC_MESSAGES/django.po index 7bdd57aa5924cc2b47a366444af55a3e4a9364ac..ac454842306a026fe761f63494b0ddc87fbb7bd8 100644 --- a/django/contrib/formtools/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/pa/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo index a000402e9c2c4e1ceffa9d9efad18548d3f54a20..4a2c7178a785bc9795a60774916b28ee94e436de 100644 Binary files a/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/pl/LC_MESSAGES/django.po b/django/contrib/formtools/locale/pl/LC_MESSAGES/django.po index 23ef92df7304e23af663373c48cc2c1155365f70..0380ceb6c9cb0de51eb787aeacdcf23a75e21179 100644 --- a/django/contrib/formtools/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/pl/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-21 12:46+0000\n" "Last-Translator: angularcircle \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo index 1485712e658574f5a5ef8173e47832a422361583..161da52c8c6e8aeff508a1dae61aef0821714d74 100644 Binary files a/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/pt/LC_MESSAGES/django.po b/django/contrib/formtools/locale/pt/LC_MESSAGES/django.po index 25a47cf5946fd0b41a2b68176ed14fa1b87940d6..52e6053439e906f4cedcaaf11e60d2943e9fc95d 100644 --- a/django/contrib/formtools/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/pt/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-07 09:40+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo index 972645d30acd7b43a2dde2f4c84f9b2a6931b8a2..4ad30f774f85300292f754bc932172941320eaef 100644 Binary files a/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.po index eeb7d1f1f42c65b1956a4a30246df9108b39be58..fe1aa0965bd66e8809ffe677f6ba28ba023779cd 100644 --- a/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 17:01+0000\n" -"Last-Translator: Guilherme Gondim \n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo index 3945db09d540a4346a0e3da97e4bb43e77961ecc..9f0f22e86148e40f47347490171122db117727df 100644 Binary files a/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ro/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ro/LC_MESSAGES/django.po index f374ec580a8fb3c30b3aeeb21de3c0e95f325526..6d5c3b89fc087cdb51ec132f58374c1b36082c06 100644 --- a/django/contrib/formtools/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ro/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo index fec7283aa095aba20e30236dc8e072fc752ca59d..04434dcf734beb7e4e12ca0d1bec7c31efea22fe 100644 Binary files a/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ru/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ru/LC_MESSAGES/django.po index 0aec8915b9cf6212139b9bf1ebfe74f0aa908040..630b74915ef5b674a7fe8b9c47a00d60b30dfe95 100644 --- a/django/contrib/formtools/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ru/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-06 18:35+0000\n" "Last-Translator: Eugene MechanisM \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo index 58636395ed55f0c97e5e15290e40493993876414..6786202c0e0048d9724880ee01a8a49a59b14c8a 100644 Binary files a/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sk/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sk/LC_MESSAGES/django.po index 5cbae3f69c88bf2eb0f945ecb88c2209cbca440e..080e62d3ccbddf6c773dd70305d006d783e2fa79 100644 --- a/django/contrib/formtools/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sk/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo index 987ba2983f053cf5c33db935e62d8e27d6a3ef46..6b82fd68b3ee6b53343fa57ecaaa6905eb3bf9d5 100644 Binary files a/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sl/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sl/LC_MESSAGES/django.po index 4d6edc6a0e2b3783326fbe4cefdc564f848ea924..36a15cf464585a2e60b665b912682c8ad8004ba4 100644 --- a/django/contrib/formtools/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sl/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Gašper Žejn , 2012. # Jannis Leidel , 2011. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-05 19:53+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-31 19:06+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" @@ -25,7 +26,7 @@ msgstr "prvi korak" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "prejšnji korak" +msgstr "predhodni korak" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" @@ -36,5 +37,5 @@ msgid "" "We apologize, but your form has expired. Please continue filling out the " "form from this page." msgstr "" -"Se opravičujemo, ampak vaš obrazec je potekel. Prosimo, da nadaljujete z " -"izpolnjevanjem obrazca na tej strani." +"Predviden čas izpolnjevanja obrazca je potekel. Nadaljujte z izpolnjevanjem " +"na tej strani." diff --git a/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo index c04d644a663211065d24203ac4b0f6e6daf9e3ec..a86fab1306dd11563dea3ae63a96b0eb183ebb43 100644 Binary files a/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sq/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sq/LC_MESSAGES/django.po index 3336543e9a6674301df91a12519f631791904398..d5b45af64809184f89bdeba8816366c89cc211f9 100644 --- a/django/contrib/formtools/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sq/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-11-25 19:30+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "hapi i parë" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "hapi i mëparshëm" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "parashtroje" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo index 8a9619fb087dee0cb7c4b7846c7d9b6d2fba30e1..b218cd08ae6184d6d77d14a0da786e62499c5ec3 100644 Binary files a/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sr/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sr/LC_MESSAGES/django.po index 49af1922e3e5d92c832dbf5982f30c04e056fca3..f619222af2286858773c1e7fdee638ca05adf7bb 100644 --- a/django/contrib/formtools/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sr/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-17 05:18+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo index df5a79dd348deb8ed070f8708e1d283fe2a56d51..ddb760de1ab913cc477d3e0c12177e8ad02d6ef2 100644 Binary files a/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.po index e1a3612b63d937679dc435e96fc3871f5e52102e..d43e0f577651f5b536521a1a976822410a2947f9 100644 --- a/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-02 21:00+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo index 51aea0229aee1af5dcd1874964392fa1cc528594..67f45673833632c7baee72bf27be3d62d6d6c17c 100644 Binary files a/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sv/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sv/LC_MESSAGES/django.po index 1e98415820dd8d2dc768b1df44374b40d1d67a18..29f52e9cba0b6833272e095cdc0bbbb60e6d4097 100644 --- a/django/contrib/formtools/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sv/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-06 20:33+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo index 6c72e98e4e880cf2d4c42663325b3ecbc752ede3..a85dc843f8c6badd5c0ac094c04049cc224dc547 100644 Binary files a/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/sw/LC_MESSAGES/django.po b/django/contrib/formtools/locale/sw/LC_MESSAGES/django.po index 90bf2801509e9582784ec677cb47cd5145aa8c38..776314c31541f9adab345eb9db779d72abfd7ae9 100644 --- a/django/contrib/formtools/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/sw/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-07 15:24+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo index 34bc62c0b667f9de9e28fba95a89cb15fe5d321c..042b7913789d90b0c5d8308a7cd252ff4db5e481 100644 Binary files a/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ta/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ta/LC_MESSAGES/django.po index ed9a76c9ca0d64a0ac26472c3fbef75a5bd69876..e7768e78dcb84f31533a1e9cb3115634923759f7 100644 --- a/django/contrib/formtools/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ta/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2011-01-19 16:45+0000\n" "Last-Translator: Django team\n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo index 98782d9db62c165fd3d0ace99d551e78f4433e99..44f211f9d183e1804797b68669c5912b1910998d 100644 Binary files a/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/te/LC_MESSAGES/django.po b/django/contrib/formtools/locale/te/LC_MESSAGES/django.po index d6bd66d2d9b60386f7a9c4ea2526bdb1eba00591..5dec0368e3d40024350d706767c04e69e50c073b 100644 --- a/django/contrib/formtools/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/te/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo index eed24a31f522ee41e3a9886e385ef8a7ae2d603d..0af4f91858a278b8ca921bb83ff5734340e54200 100644 Binary files a/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/th/LC_MESSAGES/django.po b/django/contrib/formtools/locale/th/LC_MESSAGES/django.po index dc17b14f13b71163c0ff1bb29643e28befa0b10e..b3964dd7afb53f76a0f2253c33e88acaae84500b 100644 --- a/django/contrib/formtools/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/th/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Vichai Vongvorakul \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo index 88e55094031cabdee9da39a2517d53d5e6f72057..694c8b10c010a81ba967bc04f0593d74f2d9d9e0 100644 Binary files a/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/tr/LC_MESSAGES/django.po b/django/contrib/formtools/locale/tr/LC_MESSAGES/django.po index a6e678ce191deb09bc08e5eb84f6f14578d76da4..175b014e4fe3bb3c8144b5ecfbc2b1bcb083fadc 100644 --- a/django/contrib/formtools/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/tr/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 20:13+0000\n" "Last-Translator: Murat Çorlu \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo index fb0056c41c19048fe7bcfea24dfadb178ac71338..c248a8c242086c739b7e78735489a0766fce87bc 100644 Binary files a/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/tt/LC_MESSAGES/django.po b/django/contrib/formtools/locale/tt/LC_MESSAGES/django.po index bf89c1d9ddc4bcd12f0e6d9e84e372d7078a54fd..3d4f8aa9b721f25dcce0f3751aa8dbdde122e54d 100644 --- a/django/contrib/formtools/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/tt/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo index 46d8226b04de55dcd2419d169faece3704fdf5fc..b3f244f0f704f81418d575c1f22b7bce3a1b8e55 100644 Binary files a/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/uk/LC_MESSAGES/django.po b/django/contrib/formtools/locale/uk/LC_MESSAGES/django.po index 9d2922e461f7ce0f7de334a42c19e3d8655c20bc..05903656ce9e3275525f858476e1053de98d8150 100644 --- a/django/contrib/formtools/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/uk/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-11 17:26+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo index d9d3d72fba919fdcd29fd28bea2d7bcdbde46fcd..a86942c888b8af1054c628914ea9c5e7c871d848 100644 Binary files a/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/ur/LC_MESSAGES/django.po b/django/contrib/formtools/locale/ur/LC_MESSAGES/django.po index d42820363a2b3b62b3eece0f93a6258d054ebbf1..42f696b31a35d24b363568deae4dd026691b746e 100644 --- a/django/contrib/formtools/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/ur/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo index a5a411788189e847d41095877a04c8ca9a97cf93..23ccf401869d6be338ff0f437e1b17067bd244f0 100644 Binary files a/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/vi/LC_MESSAGES/django.po b/django/contrib/formtools/locale/vi/LC_MESSAGES/django.po index 77b017e69d27d871fd23174421a71e33c5849124..fa4e62898b2410ba1bd3eec65c064671a75dfaa6 100644 --- a/django/contrib/formtools/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/vi/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo index 1f3f305ccfc31b02a7c5aee2c96ffc1431448889..1c93573185ffe08286d58f9d6442cf211eb8f56c 100644 Binary files a/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.po index e40688530e130c9f416fda6e9d26295c049a375f..b228096a53b5ccda5e12f3d26a39ba4653772a6f 100644 --- a/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 18:56+0000\n" "Last-Translator: Ziang Song \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" diff --git a/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo index 9f1849ec1cf706cacaed44e159f98809cfaecbb4..3ebc5c0ab8876b5210a7e3aa06d673ef9dfad19c 100644 Binary files a/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.po index 68c0aee8a0945df273ec7697d4682f4c2bf8ec4b..c4ee8b9485731b6f62dc9481b51cfe5134bd025b 100644 --- a/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.po @@ -1,33 +1,34 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-02-14 13:42+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-06 01:25+0000\n" +"Last-Translator: ilay \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: templates/formtools/wizard/wizard_form.html:15 msgid "first step" -msgstr "" +msgstr "第一步" #: templates/formtools/wizard/wizard_form.html:16 msgid "prev step" -msgstr "" +msgstr "下一步" #: templates/formtools/wizard/wizard_form.html:18 msgid "submit" -msgstr "" +msgstr "送出" #: wizard/legacy.py:159 msgid "" diff --git a/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo index 4399bbf2bf22d4c7459c5d2aba36c29014ebc48a..83fb0c3cba6bef6ecdfc5b769d735e8747ad243c 100644 Binary files a/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ar/LC_MESSAGES/django.po b/django/contrib/gis/locale/ar/LC_MESSAGES/django.po index e4e7c179600c5aca3ee3c5e025fa875810acf592..39759a7f4b296794016cf297ccc8f5e8dd73ba75 100644 --- a/django/contrib/gis/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ar/LC_MESSAGES/django.po @@ -6,88 +6,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "حقل GIS الأساسي -- مُرتبط بنوع مواصفات OpenGIS الهندسية." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "نقطة إحداثية" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "سطر تسلسل أحرف" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "مُضلّع إحداثي" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "نقاط إحداثية" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "تسلسل أحرف متعدد الأسطر" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "مجموعة مُضلعات إحداثية" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "مجموعة إحداثية" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "لم تُدخل أي أحداثيات." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "الإحداثيات غير صحيحة." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "نوع الإحداثيات غير صحيح." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "حدث خطأ أثناء تحويل geometry إلى حقل SRID." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/az/LC_MESSAGES/django.mo b/django/contrib/gis/locale/az/LC_MESSAGES/django.mo index 86026a6186ab897b8acee014f65d25948adcd8b0..73f22cf8060dbb28f71c14d448bf51bb460ee1bc 100644 Binary files a/django/contrib/gis/locale/az/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/az/LC_MESSAGES/django.po b/django/contrib/gis/locale/az/LC_MESSAGES/django.po index 7606062db2332cac178b6719ac2d9e07e1989f3d..40c6ea18bb2cf910bdfae4176be63f9ed5adbdb1 100644 --- a/django/contrib/gis/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/az/LC_MESSAGES/django.po @@ -6,89 +6,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Əsas GIS sahəsi OpenGIS Müəyyənləşdirmə Həndəsəsi tipinə uyğunlaşdırılır." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Nöqtə" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Xətt" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poliqon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Nöqtələr" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Xətlər" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Poliqonlar" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Fiqurlar çoxluğu" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Həndəsi qiyməti verilməyib." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Həndəsi qiyməti düzgün deyil." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Həndəsi tipi düzgün deyil." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "Fiquru vərəqənin fiqur sahəsinin SRID qiymətinə çevirərkən xəta baş verdi." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/be/LC_MESSAGES/django.mo b/django/contrib/gis/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..72c89ddea7cb6dc861f0fd7fc1ab45e20092ec24 Binary files /dev/null and b/django/contrib/gis/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/be/LC_MESSAGES/django.po b/django/contrib/gis/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..479979b70cf6b10caf5b6ebb548ce45afbe7d948 --- /dev/null +++ b/django/contrib/gis/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,94 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-01 11:31+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: views.py:9 +msgid "No feeds are registered." +msgstr "Няма запісаных стужак." + +#: views.py:19 +#, python-format +msgid "Slug %r isn't registered." +msgstr "Біркі «%r» няма ў запісаных." + +#: db/models/fields.py:51 +msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." +msgstr "" +"Галоўнае поле ҐІС — адлюстроўвае ґеамэтрычныя віды паводле спэцыфікацыі " +"«OpenGIS»." + +#: db/models/fields.py:271 +msgid "Point" +msgstr "Пункт" + +#: db/models/fields.py:275 +msgid "Line string" +msgstr "Ломаная" + +#: db/models/fields.py:279 +msgid "Polygon" +msgstr "Шматкутнік" + +#: db/models/fields.py:283 +msgid "Multi-point" +msgstr "Набор пунктаў" + +#: db/models/fields.py:287 +msgid "Multi-line string" +msgstr "Набор ломаных" + +#: db/models/fields.py:291 +msgid "Multi polygon" +msgstr "Набор шматкутнікаў" + +#: db/models/fields.py:295 +msgid "Geometry collection" +msgstr "Набор ґеамэтрычных аб’ектаў" + +#: forms/fields.py:19 +msgid "No geometry value provided." +msgstr "Не пазначылі значэньне ґеамэтрыі." + +#: forms/fields.py:20 +msgid "Invalid geometry value." +msgstr "Хібнае значэньне ґеамэтрыі." + +#: forms/fields.py:21 +msgid "Invalid geometry type." +msgstr "Хібны від ґеамэтрыі." + +#: forms/fields.py:22 +msgid "" +"An error occurred when transforming the geometry to the SRID of the geometry " +"form field." +msgstr "Не ўдалося ператварыць ґеамэтрыю ў SRID." + +#: sitemaps/views.py:46 +#, python-format +msgid "No sitemap available for section: %r" +msgstr "Разьдзел «%r» ня мае мапы пляцоўкі." + +#: sitemaps/views.py:60 +#, python-format +msgid "Page %s empty" +msgstr "Бачына «%s» парожняя" + +#: sitemaps/views.py:62 +#, python-format +msgid "No page '%s'" +msgstr "Бачына «%s» не існуе" diff --git a/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo b/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo index 2f4adf512b9adfde4be85a59674bd8bf8c925a7d..e266be961d57d0e6bb5919c3af5b5918d9487514 100644 Binary files a/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/bg/LC_MESSAGES/django.po b/django/contrib/gis/locale/bg/LC_MESSAGES/django.po index 5cf3408f41909393fbb21f13150c82a601148aac..5d32755516b7ccd91da0ccc65ea33b7b513e593a 100644 --- a/django/contrib/gis/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/bg/LC_MESSAGES/django.po @@ -1,76 +1,77 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Todor Lubenov , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Todor Lubenov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-01 19:16+0000\n" +"Last-Translator: Georgi Kostadinov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Няма регистрирани фийда." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Слъгът %r не е регистриран." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Основно ГИС поле - карти за спецификация от OpenGIS геометричен тип." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Точка" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Линеен елемент" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Полигон" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Комплексна-точка" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Комплексен-линеен елемент" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Комплексен полигон" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Геометрична колекция" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Няма предоставена геометрична стойност." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Невалидна геометрична стойност." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Невалиден геометричен тип." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -78,17 +79,17 @@ msgstr "" "Възникна грешка при трансформиране на геометрията на SRID от полето " "геометрия." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Не съществува 'sitemap' на тази секция: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Страница %s е празна" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Няма страница '%s'" diff --git a/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo b/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo index 6dcc2a8265063cb4197139778b02feef397b3394..73dfb1c3234a56c0dc0c842ca970fc52c18a4752 100644 Binary files a/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/bn/LC_MESSAGES/django.po b/django/contrib/gis/locale/bn/LC_MESSAGES/django.po index dce0bcfe9b4b5a7a7fc31e2e5ed6a171045f57e9..57bc0a069bb3a598a0887bb2c79ef8bfcb67b8fc 100644 --- a/django/contrib/gis/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/bn/LC_MESSAGES/django.po @@ -6,87 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "কোন জ্যামিতিক মান দেয়া হয়নি।" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "জ্যামিতিক মানটি বৈধ নয়।" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "জ্যামিতিক নমুনাটি বৈধ নয়।" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/br/LC_MESSAGES/django.mo b/django/contrib/gis/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d3c8da6319cea3f4df6547a4b0d40504a887fad0 Binary files /dev/null and b/django/contrib/gis/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/br/LC_MESSAGES/django.po b/django/contrib/gis/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..4ed3dd16d2861389cb23da89beae9e1c1434cafe --- /dev/null +++ b/django/contrib/gis/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,92 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-29 10:58+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: views.py:9 +msgid "No feeds are registered." +msgstr "" + +#: views.py:19 +#, python-format +msgid "Slug %r isn't registered." +msgstr "" + +#: db/models/fields.py:51 +msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." +msgstr "" + +#: db/models/fields.py:271 +msgid "Point" +msgstr "" + +#: db/models/fields.py:275 +msgid "Line string" +msgstr "" + +#: db/models/fields.py:279 +msgid "Polygon" +msgstr "" + +#: db/models/fields.py:283 +msgid "Multi-point" +msgstr "" + +#: db/models/fields.py:287 +msgid "Multi-line string" +msgstr "" + +#: db/models/fields.py:291 +msgid "Multi polygon" +msgstr "" + +#: db/models/fields.py:295 +msgid "Geometry collection" +msgstr "" + +#: forms/fields.py:19 +msgid "No geometry value provided." +msgstr "" + +#: forms/fields.py:20 +msgid "Invalid geometry value." +msgstr "" + +#: forms/fields.py:21 +msgid "Invalid geometry type." +msgstr "" + +#: forms/fields.py:22 +msgid "" +"An error occurred when transforming the geometry to the SRID of the geometry " +"form field." +msgstr "" + +#: sitemaps/views.py:46 +#, python-format +msgid "No sitemap available for section: %r" +msgstr "" + +#: sitemaps/views.py:60 +#, python-format +msgid "Page %s empty" +msgstr "Pajenn %s goullo" + +#: sitemaps/views.py:62 +#, python-format +msgid "No page '%s'" +msgstr "Pajenn '%s' ebet" diff --git a/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo b/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo index 0894004a09461a3896deb56acada12e6c745f64f..f2e9964f780b85d6eca740c0429b06b7c11ddff3 100644 Binary files a/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/bs/LC_MESSAGES/django.po b/django/contrib/gis/locale/bs/LC_MESSAGES/django.po index 9f9f374de733762f74d353c83c48c99aecd40955..3ed991c804fed77730ce0d2f9cae44b45afc95d8 100644 --- a/django/contrib/gis/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/bs/LC_MESSAGES/django.po @@ -6,73 +6,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Osnovno GIS polje -- mapiran je za OpenGIS Specification Geometry tip polja." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Tačka" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linijska nit" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-point" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Višelinijska nit" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi poligon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrijska kolekcija" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Niste zadali parametre za geometriju." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Neispravan parametar za geometriju." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Nepostojeći tip geometrije." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -80,17 +80,17 @@ msgstr "" "Došlo je do greške tokom pretvaranje geometrije u SRID geometrijskom polja " "obrazca." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo index 736d5e9c8b7886bd50039d58bc51be2dd833c49e..a0cb3be7772c47e522e2dad04e91fe0749bc50bd 100644 Binary files a/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ca/LC_MESSAGES/django.po b/django/contrib/gis/locale/ca/LC_MESSAGES/django.po index c3ab6d3f9c1b5589ab8a3237283365991f360443..17afcd283ff82be2476ad99f6769be9ac6d97206 100644 --- a/django/contrib/gis/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ca/LC_MESSAGES/django.po @@ -8,72 +8,72 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-13 19:35+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "No s'han registrat canal de contingut" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "L'slug %r no està registrat" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "El camp GIS base -- correspon al tipus 'Geometry' de l'especificació OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Cadena de línies" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-punt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Cadena de multi-línies" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polígon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Col·leció de geometria" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "No s'ha indicat cap valor de geometria." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor de geometria invàlid." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipus de geometria invàlid." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "S'ha produït un error en transformar la geometria al SRID del camp de " "geometria del formulari." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "No hi ha un mapa del lloc disponible per a la secció: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Pàgina %s buida" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "No hi ha cap pàgina '%s'" diff --git a/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo b/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo index 7650e512892216052bdeeac4acfef4bf1684d98a..6788607ae83da4e814f523995d4c3243dc6c02e4 100644 Binary files a/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/cs/LC_MESSAGES/django.po b/django/contrib/gis/locale/cs/LC_MESSAGES/django.po index 4ef90054621cd02136252e2c3585f5bea841d604..c58a9f4aef55deb96b671a3f8594f708b76121b0 100644 --- a/django/contrib/gis/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/cs/LC_MESSAGES/django.po @@ -7,72 +7,72 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Žádné dávky nejsou registrované." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Identifikátor %r není registrován." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Základní GIS pole -- mapováno na typ Geometry podle specifikace OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Bod" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Úsek čáry" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Mnohonásobný bod" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Mnohonásobný úsek čáry" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Mnohonásobný polygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Kolekce geometrií" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Hodnota geometrie nezadána." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Neplatná hodnota geometrie." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Neplatný typ geometrie." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -80,17 +80,17 @@ msgstr "" "Nastala chyba při transformaci geometrie na identifikátor SRID geometrického " "formulářového pole." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Mapa webu není definovaná pro sekci: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Stránka %s je prázdná" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Není stránka '%s'" diff --git a/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo b/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo index ff8ac5cbc0180b0b851cc37d2105770cce4706ea..377df3dbf6449b4fa4642433ffeaa5e935d2b84d 100644 Binary files a/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/cy/LC_MESSAGES/django.po b/django/contrib/gis/locale/cy/LC_MESSAGES/django.po index 9ed962cf567f30ae4151e118de21662a96b5f963..b29153a7495f01ed444debc782cd873f0b86c930 100644 --- a/django/contrib/gis/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/cy/LC_MESSAGES/django.po @@ -1,90 +1,92 @@ # This file is distributed under the same license as the Django package. # +# Translators: msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2011-03-15 15:48+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2011-01-19 16:52+0000\n" "Last-Translator: Django team\n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/da/LC_MESSAGES/django.mo b/django/contrib/gis/locale/da/LC_MESSAGES/django.mo index dc73c2feb91b49ae62156878ae89c2384d6287cd..0aaa07d6a22d7b0d251aa7ae0ce45b3672a36350 100644 Binary files a/django/contrib/gis/locale/da/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/da/LC_MESSAGES/django.po b/django/contrib/gis/locale/da/LC_MESSAGES/django.po index ffca503252b8813124a7b7e2b088261af4139566..78346746b7aef2550901e34dd7f6552a1145de92 100644 --- a/django/contrib/gis/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/da/LC_MESSAGES/django.po @@ -9,89 +9,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 18:19+0000\n" "Last-Translator: Kristian Øllegaard \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Ingen feeds registrerede." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "\"Slug\" %r er ikke registreret." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Det grundlæggende GIS-felt - kæder til OpenGIS Specification geometritype." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linjesegment" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multipunkt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multilinjesegment" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multipolygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrisamling" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Ingen værdi givet for geometri." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ugyldig geometriværdi." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ugyldig gemometritype." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "Der opstod en fejl ved transformation af geometrien til formularfeltets SRID" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Intet sitemap tilgængelig for sektion: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Siden %s er tom" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Ingen side hedder '%s'" diff --git a/django/contrib/gis/locale/de/LC_MESSAGES/django.mo b/django/contrib/gis/locale/de/LC_MESSAGES/django.mo index 1700d14d6f5c1aebb4d635e1f53a236f907d0aa9..22c812adbdb4fc6d006dee2e4b6debaa918a55fb 100644 Binary files a/django/contrib/gis/locale/de/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/de/LC_MESSAGES/django.po b/django/contrib/gis/locale/de/LC_MESSAGES/django.po index 0d12ffa624656846c35a0d9de2caae12c818aa8b..64d9847fc309cde4dd7e00ae770d0de7e3cdd154 100644 --- a/django/contrib/gis/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/de/LC_MESSAGES/django.po @@ -7,71 +7,71 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-14 06:38+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Keine Feeds registriert." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Kürzel %r nicht registriert." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Das Basis-GIS-Feld, das dem OpenGIS-Geometrie-Typ entspricht." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linienzug" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Mehrere Punkte" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Mehrere Linienzüge" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Mehrere Polygone" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Sammlung geometrischer Objekte" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Kein geometrischer Wert gegeben." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ungültiger geometrischer Wert." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ungültiger geometrischer Typ." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -79,17 +79,17 @@ msgstr "" "Ein Fehler ist beim Umwandeln der Geometrie-Werte in die SRID des Geometrie-" "Formularfeldes aufgetreten." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Für den Abschnit %r ist keine Sitemap vorhanden" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Seite %s ist leer" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Seite '%s' existiert nicht" diff --git a/django/contrib/gis/locale/el/LC_MESSAGES/django.mo b/django/contrib/gis/locale/el/LC_MESSAGES/django.mo index d9ea1d4cba659c2436bf5091eeae741e775a46c0..b8d1f5cbf6bf4be47ad7074007bf271c50791572 100644 Binary files a/django/contrib/gis/locale/el/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/el/LC_MESSAGES/django.po b/django/contrib/gis/locale/el/LC_MESSAGES/django.po index 82bc49d6801201b8ca45c015b0575100ae4c7aca..b137fe6c58c4135e65591650cbf1f889bfcb463f 100644 --- a/django/contrib/gis/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/el/LC_MESSAGES/django.po @@ -7,73 +7,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 19:19+0000\n" "Last-Translator: Kostas Papadimitriou \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Δεν υπάρχουν εγγεγραμμένες ροές ειδήσεων." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Το βασικό πεδίο GIS - αντιστοιχεί στον τύπο γεωμετρίας των προδιαγραφών " "OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Σημείο" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Γραμμή string" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Πολύγωνο" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Πολλαπλό σημείο" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multi-line string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Πολλαπλό πολύγωνο" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Συλλογή γεωμετριών" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Δε δόθηκε τιμή γεωμετρίας." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Άκυρα τιμή γεωμετρίας." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Άκυρος τύπος γεωμετρίας." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Παρουσιάστηκε σφάλμα κατά τη μετατροπή της γεωμετρίας στο SRID του πεδίου " "της φόρμας γεωμετρίας." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/en/LC_MESSAGES/django.mo b/django/contrib/gis/locale/en/LC_MESSAGES/django.mo index 18665ef9bb66fa3c02bc6bcf2da03a74a10b9fb6..19ac4a347044bbd2e5bae63e9805ee6b7f4e4cde 100644 Binary files a/django/contrib/gis/locale/en/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/en/LC_MESSAGES/django.po b/django/contrib/gis/locale/en/LC_MESSAGES/django.po index 6ce301287e33df2ff841a7f9dd527adeb3207aa3..f5f14d981edd5c6762263437a7e1ad0782498872 100644 --- a/django/contrib/gis/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/en/LC_MESSAGES/django.po @@ -1,88 +1,93 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:56+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-03-08 12:32+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "No feeds are registered." #: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Slug %r isn't registered." #: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." -msgstr "" +msgstr "The base GIS field -- maps to the OpenGIS Specification Geometry type." #: db/models/fields.py:271 msgid "Point" -msgstr "" +msgstr "Point" #: db/models/fields.py:275 msgid "Line string" -msgstr "" +msgstr "Line string" #: db/models/fields.py:279 msgid "Polygon" -msgstr "" +msgstr "Polygon" #: db/models/fields.py:283 msgid "Multi-point" -msgstr "" +msgstr "Multi-point" #: db/models/fields.py:287 msgid "Multi-line string" -msgstr "" +msgstr "Multi-line string" #: db/models/fields.py:291 msgid "Multi polygon" -msgstr "" +msgstr "Multi polygon" #: db/models/fields.py:295 msgid "Geometry collection" -msgstr "" +msgstr "Geometry collection" #: forms/fields.py:19 msgid "No geometry value provided." -msgstr "" +msgstr "No geometry value provided." #: forms/fields.py:20 msgid "Invalid geometry value." -msgstr "" +msgstr "Invalid geometry value." #: forms/fields.py:21 msgid "Invalid geometry type." -msgstr "" +msgstr "Invalid geometry type." #: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" +"An error occurred when transforming the geometry to the SRID of the geometry " +"form field." #: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "No sitemap available for section: %r" #: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Page %s empty" #: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "No page '%s'" diff --git a/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo index a72e8aaaa7bffe1ddc2baa88de188b053ec1b789..84da2ade9510f3e075b7cdff0c73450058044589 100644 Binary files a/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po index 991163bc86721b81850f35d89608e3746122af46..47670045fe1905cd7fbd5628fcc22c3cc09f9824 100644 --- a/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po @@ -7,71 +7,71 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 21:57+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "No feeds are registered." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug %r isn't registered." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "The base GIS field -- maps to the OpenGIS Specification Geometry type." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Point" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Line string" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-point" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multi-line string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometry collection" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "No geometry value provided." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Invalid geometry value." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Invalid geometry type." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -79,17 +79,17 @@ msgstr "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "No sitemap available for section: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Page %s empty" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "No page '%s'" diff --git a/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo b/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo index 0d8669b2f28e2645c6e39297182e52340ea2f16f..bd420aad4d6b7392a68404556c93aa493bfdf982 100644 Binary files a/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/eo/LC_MESSAGES/django.po b/django/contrib/gis/locale/eo/LC_MESSAGES/django.po index 90528acde0b4ae6766f4099c09b891ecb6deec32..bc4dbfa50ba2df82449a68385356bb0e0a947913 100644 --- a/django/contrib/gis/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/eo/LC_MESSAGES/django.po @@ -1,75 +1,76 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Baptiste , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:38+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Jaffa McNeill \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-09-19 03:30+0000\n" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Neniu fluo estas registrita." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Ĵetonvorto %r ne estas registrita." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "La baza GISa kampo -- mapas al la MalfermaGIS Specifa Geometria tipo." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Liniŝnuro" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Plurangulo" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multpunkto" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multlinia ŝnuro" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multplurangulo" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometriaro" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Neniu geometria valoro provizas." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Malvalida geometria valoro." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Malvalida geometria tipo." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -77,17 +78,17 @@ msgstr "" "Eraro okazis dum transformi la geometrion al la SRID de la geometria forma " "kampo." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Neniu paĝaro-mapo disponebla por sekcio:%r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Paĝo %s malplena" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Neniu paĝo '%s' trovita" diff --git a/django/contrib/gis/locale/es/LC_MESSAGES/django.mo b/django/contrib/gis/locale/es/LC_MESSAGES/django.mo index a837acf967000ec9515225de1047faa3858514da..cc8a798d449efadf33b737a299ef1d8bf8e8fa25 100644 Binary files a/django/contrib/gis/locale/es/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/es/LC_MESSAGES/django.po b/django/contrib/gis/locale/es/LC_MESSAGES/django.po index c8987dfb310606fbe408fee67946a5a47c47c049..e2acd65a554ace1e5c8bc583e5bd5dc01a350fc8 100644 --- a/django/contrib/gis/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/es/LC_MESSAGES/django.po @@ -8,72 +8,72 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-14 19:13+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "No se han registrado canales de contenido." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "El slug %r no está registrado." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "El campo GIS base -- apunta al tipo de especificación geométrica de OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Cadena de línea" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Punto múltiple" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Cadena de línea múltiple" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Polígono múltiple" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Colección de \"Geometry\"" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "No se indico ningún valor de geometría." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor de geometría inválido." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo de geometría inválido." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Ocurrió un error al transformar la geometria al SRID de la geometria del " "campo de formulario." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "No hay sitemap disponible para la sección: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "La página %s está vacía" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "No hay página '%s'" diff --git a/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo index aab32e855a4617ff9aad9e35d5bf89984e4f889c..dbe31a8b3952d6ed109f1866ce0bd144cd6a2572 100644 Binary files a/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po index c29014d082de4fd42d7d040b7f08bc255f7cd5ec..90432c03370cadfc48beb26e95686ca49f5bbe7c 100644 --- a/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po @@ -7,73 +7,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-16 01:45+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "No se han registrado feeds" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "El slug %r no ha sido registrado" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "El campo GIS base -- corresponde al tipo Geometry de la especificación " "OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Secuencia de líneas" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-punto" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Cadena multi-línea" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polígono" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Colección de Geometry's" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "No se ha proporcionado un valor de geometría." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor de geometría no válido." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo de geometría no válido." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Ha ocurrido un error mientras se transformaba la geometría al SRID del campo " "de formulario de la misma." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "No hay un sitemap disponible para la sección: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "La página %s está vacía" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "No existe la página '%s'" diff --git a/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo index d55a47a0ddfdc6713ea49887dfa27c5328b0c1e1..9862f83436ff702ec0eb86f17f29c65aca716294 100644 Binary files a/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po index c24c667f83064dd25c174a1a39e1fce4bd8d4c55..427cd074a88fa37e9311c28eda541524cf22e049 100644 --- a/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po @@ -6,73 +6,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "No hay feeds registrados." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "El slug %r no está registrado." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "El campo GIS base -- corresponde al tipo Geometry de la especificación " "OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Secuencia de líneas" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-punto" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Cadena multi-línea" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polígonos" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Colección de geometrías" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "No se ha proporcionado un valor de geometría." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor de geometría no válido." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo de geometría no válido." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -80,17 +80,17 @@ msgstr "" "Ha ocurrido un error mientras se transformaba la geometría al SRID del campo " "de formulario de la misma." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "No hay mapa del sitio disponible para esta sección: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Página %s vacía" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "No hay página '%s'" diff --git a/django/contrib/gis/locale/et/LC_MESSAGES/django.mo b/django/contrib/gis/locale/et/LC_MESSAGES/django.mo index 1d60dac637ca06f762e60f0b0e7f600d547b209a..f8ecba45c92c7547f2b68ed593162f44fc0c28f5 100644 Binary files a/django/contrib/gis/locale/et/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/et/LC_MESSAGES/django.po b/django/contrib/gis/locale/et/LC_MESSAGES/django.po index 8c504d7a01f25c80f4933372c1a7de488901ea59..dd4ccf4be5044e11348f2bcf3fb09fe7658cf30c 100644 --- a/django/contrib/gis/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/et/LC_MESSAGES/django.po @@ -8,87 +8,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: madisvain \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Baas GIS väli -- ühildub OpenGIS Spetsifikatsiooni Geomeetria tüübiga." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polügon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-punkt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Mitmerealine string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi-polügon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geomeetriakogum" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Geomeetriline väärtus puudub." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Vigane geomeetriline väärtus." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Vigane geomeetriline tüüp." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Geomeetria teisendamisel geomeetria vormivälja SRID-ks tekkis viga." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo b/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo index 529b7875a195ba40cafa6103d2e2d5913de8005f..094fed573d88c5d59d844940a4ac7484e4d9554f 100644 Binary files a/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/eu/LC_MESSAGES/django.po b/django/contrib/gis/locale/eu/LC_MESSAGES/django.po index 7194992c37065d5fcef634fc4be8efa314dbd186..6162169d75d9d3b35b33d06b20f15afbac6c6841 100644 --- a/django/contrib/gis/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/eu/LC_MESSAGES/django.po @@ -6,88 +6,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 20:41+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Ez dago jariorik erregistratuta." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "%r sluga ez dago erregistratuta." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Oinarrizko GIS eremua -- OpenGIS zehaztapeneko Geomtry motarentzat mapak" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Puntua" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Lerro string-a" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligonoa" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Puntu anitz" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Lerro anitz sting-a" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi poligonoa" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometria bilduma" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Ez fa geometria baliorik eman." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Geometria balio okera." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Geometria mota okerra." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Errore bat gertatu da geometria bere form eremuaren SRIDra biurtzean." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "%r atalarentzat ez dago sitemap-ik" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "%s orria hutsik dago" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "'%s' orririk ez" diff --git a/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo b/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo index d5ca32edb8e75ddd4c2e2263f6ffcd4098edd059..3cc7ac4e682f47c19f387c1f13b6610d7779c736 100644 Binary files a/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/fa/LC_MESSAGES/django.po b/django/contrib/gis/locale/fa/LC_MESSAGES/django.po index 2bf82f0272c07d5efe7340aded9d09c53d935a8b..9d15faf0360ea8b36ce6665fdbaaf5c4811c7e42 100644 --- a/django/contrib/gis/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/fa/LC_MESSAGES/django.po @@ -1,93 +1,95 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Ali Nikneshan , 2012. +# Alireza Savand , 2013. # Jannis Leidel , 2011. # Saeed , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Saeed \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-01-11 08:32+0000\n" +"Last-Translator: Alireza Savand \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "هیچ کدام از فید ها ثبت شده است." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Slug %r ثبت نشده" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." -msgstr "" +msgstr "فیلد GIS پایه -- نقشه‌ها برای مشخصه‌های هندسی OpenGIS" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "نقطه" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" -msgstr "" +msgstr "رشته خط" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" -msgstr "" +msgstr "چندضلعی" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" -msgstr "" +msgstr "چند نقطه ای" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" -msgstr "" +msgstr "چند خط رشته" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" -msgstr "" +msgstr "چندین چند ضلعی " -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" -msgstr "" +msgstr "مجموعه هندسی" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "مقدار جغرافیایی‌ای مقرر نشده است." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "مقدار جغرافیایی نامعتبر" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "نوعِ جغرافیایی نامعتبر" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." -msgstr "" +msgstr "مشکلی در هنگام انتقال مختصات هندسی از فیلد به SRID رخ داد." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "هیچ سایت مپی برای قسمت %r موجود نیست" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "صفحه %s خالی است." -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "صفحه '%s' یافت نشد" diff --git a/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo b/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo index 3288e247ac51ccd9e0221cfb0ad9e797be241e5c..280927a97ce0cf1e6df88ecd3767182da46b9a1b 100644 Binary files a/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/fi/LC_MESSAGES/django.po b/django/contrib/gis/locale/fi/LC_MESSAGES/django.po index e1878ce01c0845c5faebfceed50c0b384fd2578c..56eee41f4c011b63a6df34ea7b851e48b908a945 100644 --- a/django/contrib/gis/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/fi/LC_MESSAGES/django.po @@ -7,87 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Antti Kaihola \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "GIS-peruskenttä – vastaa OpenGIS-määrittelyn geometriatyyppiä." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Piste" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Murtoviiva" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygoni" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Monipiste" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Monimurtoviiva" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Monipolygoni" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometriakokoelma" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Geometria-arvoa ei annettu." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Virheellinen geometria-arvo." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Virheellinen geometriatyyppi." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Kentän SRID-muunnoksessa tapahtui virhe." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo b/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo index fa628322a663dae58b30bbea92750eb72a65daa5..c05f0c438921a6c9fb46703b0f2966329bc9dc1b 100644 Binary files a/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/fr/LC_MESSAGES/django.po b/django/contrib/gis/locale/fr/LC_MESSAGES/django.po index 6124b5151650b3e5d1a83f9de9571b8ab3869186..436d1c06c0cf4cdd3455beb872f01044482b18d8 100644 --- a/django/contrib/gis/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/fr/LC_MESSAGES/django.po @@ -7,73 +7,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Aucun flux enregistré." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Le slug %r n'est pas enregistré." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Le champ GIS -- convertit dans le type de spécification géométrique " "d'OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Point" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Chaîne de segment" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygone" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multipoint" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Chaîne multisegment" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multipolygone" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Collection géométrique" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Acune valeur géométrique fournie." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valeur géométrique non valide." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Type de géométrie non valide." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Une erreur est survenue lors de la transformation de l'objet géométrique " "dans le SRID du champ de formulaire géométrique." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Aucun plan de site disponible pour la section %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Page %s vide" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Aucune page « %s »" diff --git a/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo index 4e664e3018de5dbae622f7c52f88e84f3dd216d6..92347e1cd0092dbd702df552a582cd81b01e8ecd 100644 Binary files a/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ga/LC_MESSAGES/django.po b/django/contrib/gis/locale/ga/LC_MESSAGES/django.po index 53a047614f49a10b29f4525f6c7390c6d81f003f..0c1f31aa7b55fd063e5d5b6e284186b079df7fab 100644 --- a/django/contrib/gis/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ga/LC_MESSAGES/django.po @@ -7,74 +7,74 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-16 13:13+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Níl fothaí cláraithe." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Níl slug %r cláraithe." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "GIS an bonn réimse - léarscáileanna chun an Sonraíocht OpenGIS cineál " "Céimseata." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Pointe" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Líne teaghrán" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polagán" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Il-phointe" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Il-líne teaghrán" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Il polagán" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Céimseata bhailiú" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Ní soláthair méid geoiméadracht" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Méid geoiméadracht neamhbhailí" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tíopa geoiméadracht neamhbhailí" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -82,17 +82,17 @@ msgstr "" "Tharla earráid ag claochlú an geoiméadracht go dtí SRID an réimse fhoirm " "geoiméadracht." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Níl léarscáil an tSuoímh ar fáil le haghaidh roinn: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Leathanach %s folamh" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Níl leathanach '%s'" diff --git a/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo b/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo index 2f88d89e424ed64e42b6207c2355023b7827996e..937ce0f832c07757d3f754ab97af0d0ef2452d1b 100644 Binary files a/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/gl/LC_MESSAGES/django.po b/django/contrib/gis/locale/gl/LC_MESSAGES/django.po index 4a7bef9e2ac10ecce39d3db68271abe3b44b8f6a..dd971eb1001829a22d7505033e8a7c04f10dc8ea 100644 --- a/django/contrib/gis/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/gl/LC_MESSAGES/django.po @@ -2,76 +2,77 @@ # # Translators: # fasouto , 2011. +# , 2013. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: fasouto \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2013-01-07 11:44+0000\n" +"Last-Translator: fonso \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Non hai feeds rexistradas." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "A url curta %r non está rexistrada." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "O campo GIS base -- correspóndese co tipo Geometry da especificación OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Secuencia de liñas" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Punto múltiple" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Cadea multi-liña" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polígono" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Colección de xeometrías" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Non se proporcionou un valor de xeometría." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor xeométrico non válido." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo xeometríco non válido." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -79,17 +80,17 @@ msgstr "" "Atopouse un erro mentras se trasnformaba a xeometría ó SRID do campo " "xeométrico do formulario." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Non hai un mapa do sitio dispoñíbel para a sección: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "A páxina %s baleira" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Non existe a páxina '%s'" diff --git a/django/contrib/gis/locale/he/LC_MESSAGES/django.mo b/django/contrib/gis/locale/he/LC_MESSAGES/django.mo index 0cab4661b626f70d8c62aab6801cb8c3fe433a30..999657556677324f6cf953d058c58a387d95237b 100644 Binary files a/django/contrib/gis/locale/he/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/he/LC_MESSAGES/django.po b/django/contrib/gis/locale/he/LC_MESSAGES/django.po index 2f617c2b3961597ef0cc819f7f0108bd9c73ed19..85f1de322736ef3b422d8240ac4cdfda78efd890 100644 --- a/django/contrib/gis/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/he/LC_MESSAGES/django.po @@ -2,91 +2,92 @@ # # Translators: # Jannis Leidel , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-23 09:00+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "לא נרשמו פידים." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Slug %r אינו רשום." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "שדה ה־GIS הבסיסי -- ממופה לטיפוס OpenGIS Specification Geometry." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "נקודה" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "מחרוזת קו" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "פוליגון" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "מרובה־נקודות" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "מחרוזת קו מרובת שורות" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "פוליגון מרובה" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "אוסף גיאומטרי" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "לא סופק ערך גיאומטרי." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "ערך גאומטרי שגוי." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "סוג גיאומטרי שגוי." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "הייתה בעיה עם השינוי של הצורה לסוג של השדה." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "אין sitemap זמין עבור מדור: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "עמוד %s ריק" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "עמוד '%s' אינו קיים" diff --git a/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo b/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo index 0f93a565c37fce64ec2205f21f90427fa8358e11..221adcc9542f22c56384557671ed75d7785702bd 100644 Binary files a/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/hi/LC_MESSAGES/django.po b/django/contrib/gis/locale/hi/LC_MESSAGES/django.po index c567a418e7ba8872a26b9102c7aabe005171cc0f..f89a528d02f671eda8d0426411913f1f9837b042 100644 --- a/django/contrib/gis/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/hi/LC_MESSAGES/django.po @@ -7,88 +7,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-15 13:44+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "कोई फ़ीड पंजीकृत नहीं हैं." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "स्लग %r पंजीकृत नहीं है." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "आधारभूत GIS फ़ील्ड OpenGIS विशिष्टता ज्यामिति के प्ररूप हैं ." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "बिंदु" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "पंक्ति शृंखला" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "बहुभुज" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "बहु बिंदु" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "बहु - पंक्ति शृंखला" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "बहु बहुभुज" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "ज्यामिति संग्रह" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "कोई ज्यामिति मूल्य प्रदान नहीं की है." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "अवैध ज्यामिति मूल्य." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "अवैध ज्यामिति प्रकार" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "ज्यामिति को ज्यामिति प्रपत्र फ़ील्ड के SRID में परिवर्तित करते वक़्त एक ग़लती हो गयी ." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "अनुभाग के लिए कोई साइटमैप उपलब्ध नहीं: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "पृष्ठ %s खाली" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "कोई पृष्ठ '%s' नहीं " diff --git a/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo b/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo index 0953ddcc244e9143108e7e67a3c4d23fc9e14d28..1c2546fe84ba55061c7ddbaa932ee4ae9183928b 100644 Binary files a/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/hr/LC_MESSAGES/django.po b/django/contrib/gis/locale/hr/LC_MESSAGES/django.po index 0559eab7d3b8a6015cc448bb4ea7b62086715400..2ebb708e39cba663bd50a3ecb5e4cca2b843de3c 100644 --- a/django/contrib/gis/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/hr/LC_MESSAGES/django.po @@ -1,77 +1,79 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. +# Davor Lučić , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-11-25 11:32+0000\n" +"Last-Translator: Davor Lučić \n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Nema registriranih izvora." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Slug %r nije registriran." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Osnovno GIS polje -- mapira OpenGIS Specification Geometry tip." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Točka" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linija (Line string)" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Više točaka" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Više linija (Line string)" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Više poligona" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrijska kolekcija" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Geometrijska vrijednost nije priložena." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Neispravna geometrijska vrijednost." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Neispravan geometrijski tip." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -79,17 +81,17 @@ msgstr "" "Došlo je do greške pri transformaciji geometrije na SRID geometrijskog polja " "forme." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Ne postoji mapa za odjeljak: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Stranica %s je prazna" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Stranica '%s' ne postoji" diff --git a/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo b/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo index b40982259e4cb838778d420dc1cf67ac8fd8318d..7fefadb47923c361270058a06e2d503bf432396d 100644 Binary files a/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/hu/LC_MESSAGES/django.po b/django/contrib/gis/locale/hu/LC_MESSAGES/django.po index c280b94a058158481bd52332b4e938a4f5a1a86a..35833b802d19c763e24baffc87c34c0978711344 100644 --- a/django/contrib/gis/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/hu/LC_MESSAGES/django.po @@ -8,88 +8,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 19:17+0000\n" "Last-Translator: Kristóf Gruber <>\n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Nincs regisztrált feed." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "%r slug nincs regisztrálva." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Az alap GIS mező -- az OpenGIS specifikáció geometria típusának megfelelően" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Pont" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Vonallánc" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-pont" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Többes vonallánc" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi-poligon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometria gyűjtemény" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Geometriai adat nem került megadásra." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Érvénytelen geometriai érték." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Érvénytelen geometriai típus." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Hiba történt a geometriai transzformáció során." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "%r szekcióhoz nincsen oldaltérkép" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "'%s' oldal üres" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "'%s' oldal nem létezik" diff --git a/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ee67a4e0a7b339d1961abb1551b27dd3d8db8826 Binary files /dev/null and b/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ia/LC_MESSAGES/django.po b/django/contrib/gis/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..82bd05ee5c2f2ed527c623bf92155c79c2e381f3 --- /dev/null +++ b/django/contrib/gis/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,96 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-20 19:30+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: views.py:9 +msgid "No feeds are registered." +msgstr "Nulle syndication es registrate." + +#: views.py:19 +#, python-format +msgid "Slug %r isn't registered." +msgstr "Le denotation %r non es registrate." + +#: db/models/fields.py:51 +msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." +msgstr "" +"Le campo GIS de base. Corresponde al typo geometric del specification " +"OpenGIS." + +#: db/models/fields.py:271 +msgid "Point" +msgstr "Puncto" + +#: db/models/fields.py:275 +msgid "Line string" +msgstr "Texto de linea" + +#: db/models/fields.py:279 +msgid "Polygon" +msgstr "Polygono" + +#: db/models/fields.py:283 +msgid "Multi-point" +msgstr "Plure punctos" + +#: db/models/fields.py:287 +msgid "Multi-line string" +msgstr "Texto con plure lineas" + +#: db/models/fields.py:291 +msgid "Multi polygon" +msgstr "Plure polygonos" + +#: db/models/fields.py:295 +msgid "Geometry collection" +msgstr "Collection geometric" + +#: forms/fields.py:19 +msgid "No geometry value provided." +msgstr "Nulle valor geometric fornite." + +#: forms/fields.py:20 +msgid "Invalid geometry value." +msgstr "Valor geometric invalide." + +#: forms/fields.py:21 +msgid "Invalid geometry type." +msgstr "Typo geometric invalide." + +#: forms/fields.py:22 +msgid "" +"An error occurred when transforming the geometry to the SRID of the geometry " +"form field." +msgstr "" +"Un error occurreva durante le transformation del geometria al SRID del campo " +"del formulario geometric." + +#: sitemaps/views.py:46 +#, python-format +msgid "No sitemap available for section: %r" +msgstr "Nulle mappa de sito disponibile pro le section: %r" + +#: sitemaps/views.py:60 +#, python-format +msgid "Page %s empty" +msgstr "Le pagina '%s' es vacue" + +#: sitemaps/views.py:62 +#, python-format +msgid "No page '%s'" +msgstr "Le pagina '%s' non existe" diff --git a/django/contrib/gis/locale/id/LC_MESSAGES/django.mo b/django/contrib/gis/locale/id/LC_MESSAGES/django.mo index 4eeba9e47d76d32f407681cf89c5999f53711b42..7e965136568f37f1ba4f37111f561749f46af530 100644 Binary files a/django/contrib/gis/locale/id/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/id/LC_MESSAGES/django.po b/django/contrib/gis/locale/id/LC_MESSAGES/django.po index 586370c7fa520a1fdd07d83ca9d724effc07dc0a..c118d47ef372a93699bc7ba8ddf1f8bd5209c8cb 100644 --- a/django/contrib/gis/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/id/LC_MESSAGES/django.po @@ -8,89 +8,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Tidak ada umpan terdaftar." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug %r tidak terdaftar." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Bidang dasar GIS disesuaikan berdasarkan OpenGIS Specification Geometry." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Point" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Line string" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-point" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multi-line string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometry collection" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nilai geometri tidak disediakan." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Nilai geometri salah." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipe geometri salah." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "Galat terjadi saat mentransformasi geometri ke SRID bidang formulir geometri." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Tidak ada peta situs tersedia untuk bagian: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Laman %s kosong" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Tidak ada laman '%s'" diff --git a/django/contrib/gis/locale/is/LC_MESSAGES/django.mo b/django/contrib/gis/locale/is/LC_MESSAGES/django.mo index 02c2d51c3ad7f28e6e44140de2b6fed3b4014ddd..05ef40cd15c28522f8c3785dbdd6d3d408c52302 100644 Binary files a/django/contrib/gis/locale/is/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/is/LC_MESSAGES/django.po b/django/contrib/gis/locale/is/LC_MESSAGES/django.po index f2e76d54e45b84996b1723c5c800093c5047c087..ea4632c4800c2e3784d290d34c74d80fe8f24028 100644 --- a/django/contrib/gis/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/is/LC_MESSAGES/django.po @@ -7,87 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 14:50+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Engir listar (feeds) eru skráðir" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slögg %r er ekki skráður" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Grunn GIS reitur -- varpast í OpenGIS rúmgerð." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punktur" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Lína" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Marghyrningur" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Punktar" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Línur" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Marghyrningar" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Rúmsafn" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Ekkert rúmgildi gefið." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ógild rúmeining" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ógild rúmmálsgerð." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Villa kom upp við að varpa rúmgildi í SRID reitsins." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Ekkert veftré tiltækt fyrir: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Síða %s tóm" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Engin síða %s" diff --git a/django/contrib/gis/locale/it/LC_MESSAGES/django.mo b/django/contrib/gis/locale/it/LC_MESSAGES/django.mo index 2953b8f19adec6bd62290cae794f1cc134e79333..788ed4ab11eb2a366b916231c3c3e25ae923bf97 100644 Binary files a/django/contrib/gis/locale/it/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/it/LC_MESSAGES/django.po b/django/contrib/gis/locale/it/LC_MESSAGES/django.po index 31a30249eb2f70bba0eb0268d4bace84d28f8b34..134b129cca27328662cac4223eddd67ae3ed8d9e 100644 --- a/django/contrib/gis/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/it/LC_MESSAGES/django.po @@ -7,72 +7,72 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Non ci sono feed registrati." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Lo slug %r non è registrato." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Il campo base GIS -- corrisponde al tipo Geometry delle specifiche OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Stringa linea" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multipunto" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Stringa multilinea" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi poligono" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Raccolta Geometry" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nessun valore geometrico fornito." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valore geometrico non valido." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo geometrico non valido." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -80,17 +80,17 @@ msgstr "" "Si è verificato un errore durante la trasformazione della geometria nello " "SRID del campo geometria della form." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Nessun sitemap disponibile per la sezione: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Pagina %s vuota" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Nessuna pagina '%s'" diff --git a/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo index c2365a1c90adf0af9aa15668dbf58341d6d820af..a89a6ca43ab8f3a75288d9ecc5347a53f8469ba9 100644 Binary files a/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ja/LC_MESSAGES/django.po b/django/contrib/gis/locale/ja/LC_MESSAGES/django.po index c35f54d8ba33f2a0660c3fb7d9a7f392d952bd7e..32cff4a3f68f79ba5c7cf008d5f632638efa7133 100644 --- a/django/contrib/gis/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ja/LC_MESSAGES/django.po @@ -2,75 +2,76 @@ # # Translators: # Jannis Leidel , 2011. +# Shinya Okano , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-07-31 16:39+0000\n" +"Last-Translator: Shinya Okano \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "フィードが登録されていません。" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "スラグ %r は登録されていません。" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "GIS基底フィールドです -- OpenGIS で決められた地形タイプに対応" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "点" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "線" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "ポリゴン" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "複数の点" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "複数の線" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "複数のポリゴン" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "地形の集合" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "geometry値がありません。" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "geometry値が不正です" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "geometryタイプが不正です。" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -78,17 +79,17 @@ msgstr "" "geometry を geometry フォームフィールドの SRID に変換しようとしてエラーが起き" "ました。" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "このセクションで利用可能なサイトマップはありません: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "ページ %s は空です" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "ページ '%s' は存在しません" diff --git a/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo index 76ccbf673522d8927b61b479d9ee37c7b2db03e9..96028eca975e541dc49696db9e1d17e24eceeb86 100644 Binary files a/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ka/LC_MESSAGES/django.po b/django/contrib/gis/locale/ka/LC_MESSAGES/django.po index d2f5cd983f55b85e147f03a6cadcd16fc076da6f..1ae39793a90d1cf0e0da2a7b6f272a95aa22f0ce 100644 --- a/django/contrib/gis/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ka/LC_MESSAGES/django.po @@ -7,87 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "GIS-ის ბაზური ველი -- შეესაბამება OpenGIS სპეციფიკაციის Geometry ტიპს." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "წერტილი" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "ხაზის მასივი" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "მრავალკუთხედი" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "წერტილების სიმრავლე" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "ხაზების სიმრავლის მასივი" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "მრავალკუთხედების სიმრავლე" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "გეომეტრიული კოლექცია" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "გეომეტრიის მნიშვნელობა მოცემული არ არის." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "გეომეტრიის მნიშვნელობა არასწორია." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "გეომეტრიის ტიპი არასწორია." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "ველიდან გეომეტრიის SRID-ში გადაყვანისას მოხდა შეცდომა." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo b/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo index 6ede74608ae614ae03dd343e414b765c5fa0433b..3bd2828252493281638ef507ddfdbb96e0dc59d0 100644 Binary files a/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/kk/LC_MESSAGES/django.po b/django/contrib/gis/locale/kk/LC_MESSAGES/django.po index 03df192d7bbdf39557c4f068315183c524697afe..3bf38f77fceb8fe229c408f221d3a877f71587b0 100644 --- a/django/contrib/gis/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/kk/LC_MESSAGES/django.po @@ -7,89 +7,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Zhazira \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Негізгі GIS алаңы - OpenGIS спецификация бойынша геометриялық түрлерін " "белгілейді." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Нүкте" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Сынық" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Көпбұрыш" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Нүкте жинағы" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Сынықтар жинағы" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Көпбұрыш жинағы" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Геометриялық объект жинағы" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Геметрия мәні берілген жоқ" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Геометрия мәні дұрыс емес" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Геометрия түрі дұрыс емес" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Геометрияны SRID-ге өзгерту кезінде қате шықты." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo b/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo index 6c1074880f1b93704f8acf025f482f55edbedbd5..69ad9e1c00766037249bd605550dfdf6fca6aede 100644 Binary files a/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/kn/LC_MESSAGES/django.po b/django/contrib/gis/locale/kn/LC_MESSAGES/django.po index a06f4d45a285d98ed48997c707fead7b89f3f5b5..f5bb3452636b761d0307ee8ef75c4e86687ca8ef 100644 --- a/django/contrib/gis/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/kn/LC_MESSAGES/django.po @@ -5,87 +5,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2011-01-19 16:52+0000\n" "Last-Translator: Django team\n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo index a3fe62e92a89e142f1ef97b378c61181fbfd3f2c..875c4af637300a1d4730241e9054ab7fb11c6b0e 100644 Binary files a/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ko/LC_MESSAGES/django.po b/django/contrib/gis/locale/ko/LC_MESSAGES/django.po index d81792b3cc9d549f23bbb775c25e635228c72a98..aa0bfc72eb710d399544751ec2fe089d1754930b 100644 --- a/django/contrib/gis/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ko/LC_MESSAGES/django.po @@ -7,87 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jaehong Kim \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "기본 GIS 필드. OpenGIS Specification의 Geometry type으로 매핑됩니다." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "위치" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "한줄 문자열" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "다각형" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "복수위치" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "여러줄 문자열" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "복수 다각형" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "지리적 위치 모음" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Geometry 값이 없습니다." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Geometry 값이 부적절합니다." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Geometry 형식이 부적절합니다." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Geometry를 geometry 필드의 SRID로 변환하는 도중 오류가 발생하였습니다." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo b/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo index 07b740d5bae609b26fc7fe77489b4252282769a5..612f4134a6dd5203aad307ef3813e07fa1899744 100644 Binary files a/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/lt/LC_MESSAGES/django.po b/django/contrib/gis/locale/lt/LC_MESSAGES/django.po index d69cdd0bb84fc7d39cd92754d635a3d3da45f98f..f9fb936f6bf17c210807bf1e897a06e24a447c63 100644 --- a/django/contrib/gis/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/lt/LC_MESSAGES/django.po @@ -3,93 +3,94 @@ # Translators: # Kostas , 2011. # lauris , 2011. +# Simonas Kazlauskas , 2012. # Simonas Simas , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" -"PO-Revision-Date: 2012-03-09 17:01+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-06-14 13:31+0000\n" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Nėra užregistruotų srautų." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Adresas %r neregistruotas." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Bazinis GIS laukas - atvaizduoja OpenGIS Specification Geometry tipą" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Taškas" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Atkarpa" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Daugiakampis" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Taškų aibė" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Atkarpų aibė" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Daugiakampių aibė" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrinė kolekcija" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nenurodyta geometrinė reikšmė" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Netinkama geometrinė reikšmė" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Netinkamas geometrinis tipas" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Įvyko klaida pertvarkant geometrijos lauko SRID geometriją." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Nėra %r skyriaus svetainės medžio" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Puslapis %s tuščias" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Nėra '%s' puslapio" diff --git a/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo b/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo index 11c2a3e7408a48e530efa95b6749e3752b7b1a00..695f71e7ed7903d4efb2ab98c52abe47d74c3917 100644 Binary files a/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/lv/LC_MESSAGES/django.po b/django/contrib/gis/locale/lv/LC_MESSAGES/django.po index 14684fe66303f22c96abf57d848f77f7971e07e3..1be34d62b4125ec59f8f829d4f3e03f4a57647f3 100644 --- a/django/contrib/gis/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/lv/LC_MESSAGES/django.po @@ -6,89 +6,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Bāzes ĢIS lauks -- atbilst OpenGIS specifikācijas Geometry tipam." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkts" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Līniju virkne" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Daudzstūris" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Vairāki punkti" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Vairāku rindu virkne" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Vairāki daudzstūri" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Ģeometrijas kolekcija" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nav norādīta ģeometrijas vērtība." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Nekorekta ģeometrijas vērtība." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Nekorekts ģeometrijas tips." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "Sastapta kļūda, pārveidojot ģeometriju uz ģeometriskās formas lauka SRID." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo b/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo index 4de850efd7cac61cfe4f10fddb5e89f8031af04d..aae408ad386c926fdf64a5eab79d2be6a56e6cfb 100644 Binary files a/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/mk/LC_MESSAGES/django.po b/django/contrib/gis/locale/mk/LC_MESSAGES/django.po index ae67fa151d6211583265755d5faf9078ca8dc97e..f704745c222faf5b6e7364596e00dab5e5c9b2af 100644 --- a/django/contrib/gis/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/mk/LC_MESSAGES/django.po @@ -7,73 +7,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:39+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-12 11:30+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Нема регистрирани фидови." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Краткото име %r не е регистрирано" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Базичното GIS поле -- соодветствува на геометриски тип од OpenGIS " "спецификацијата." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Точка" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Линиска нишка" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Полигон" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Повеќе точки" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Повеќе-линиска нишка" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Повеќе полигони" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Колекција од геометриски објекти" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Не е внесена геометриска вредност." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Невалидна геометриска вредност." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Невалиден геометриски тип." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Се појави грешка при трансформација на геометриската вредност во SRID од " "геометриското поле" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Нема достапна мапа на сијтот за секцијата: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Страницата %s е празна" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Нема страница '%s'" diff --git a/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo index d87150af6d13032f6837163ab77593c5e4e29aa7..b4805a4b1cef03ffd3e3fda0688ec874f3090d9d 100644 Binary files a/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ml/LC_MESSAGES/django.po b/django/contrib/gis/locale/ml/LC_MESSAGES/django.po index bfd1821fe9a223f5bcd525690423bb024a1b92c9..53492c6c57e264d75416770ec35996fc57ab8db9 100644 --- a/django/contrib/gis/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ml/LC_MESSAGES/django.po @@ -2,95 +2,95 @@ # # Translators: # Jannis Leidel , 2011. -# Rajeesh Nair , 2011. +# Rajeesh Nair , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-17 19:18+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr " ഫീഡുകളൊന്നും രജിസ്റ്റര്‍ ചെയ്തിട്ടില്ല." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "%r എന്ന സ്ലഗ് രജിസ്റ്റര്‍ ചെയ്തിട്ടില്ല." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "അടിസ്ഥാന ജി.ഐ.എസ് കളം (ഫീല്‍ഡ്) -- ഓപ്പണ്‍ ജി.ഐ.എസ് നിര്‍ദേശിച്ച തരം ജ്യാമിതീയ രൂപത്തെ " "സൂചിപ്പിക്കാന്‍" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "ബിന്ദു" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "രേഖാ സ്ട്രിങ്ങ്" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "ബഹുഭുജം" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "ബഹുബിന്ദു" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "ബഹു രേഖാ സ്ട്രിങ്ങ്" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "ബഹു ബഹുഭുജം" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "ജ്യാമിതി ശേഖരം" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "ജ്യാമിതീയ മൂല്യമൊന്നും തന്നിട്ടില്ല." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "തെറ്റായ ജ്യാമിതീയ മൂല്യം." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "തെറ്റായ തരം ജ്യാമിതി." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "ജ്യാമിതീയ രൂപത്തെ ജ്യാമിതി കളത്തിന്റെ SRID-ലേക്കു മാറ്റുമ്പോള്‍ എന്തോ തകരാറു സംഭവിച്ചിട്ടുണ്ട്." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "%r എന്ന വിഭാഗത്തിനു സൈറ്റ്മാപ്പൊന്നും ലഭ്യമല്ല." -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "പേജ് %s കാലിയാണ്" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "'%s' എന്ന പേജില്ല." diff --git a/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo b/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo index 57935b3dd6c31d77ed142099c002d70e8e2880be..9cfa19d1122c0037238ea958ce87ec7467695490 100644 Binary files a/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/mn/LC_MESSAGES/django.po b/django/contrib/gis/locale/mn/LC_MESSAGES/django.po index 26999805de1c6f14fe880b526beb1ee180329828..ed8497eae91d154ecb68d96659020d4ca5160315 100644 --- a/django/contrib/gis/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/mn/LC_MESSAGES/django.po @@ -9,73 +9,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-11 05:35+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Бүртгэгдсэн feeds байхгүй байна." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "%r слаг бүгтгэгдээгүй байна" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Үндсэн GIS талбар -- OpenGIS газрын зургын Геометрын дүрсны онцгой төрөлтэй " "байна." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Цэг" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Тэмдэгт мөр" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Олон өнцөгт" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Олон цэг" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Олон мөр бүхий тэмтэгт мөр" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Олон өнцөгтийн олонлог" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Дүрсний цуглуулга" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Дүрс оруулаагүй байна." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Буруу дүрс байна." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Дүрсийн төрөл буруу байна." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -83,17 +83,17 @@ msgstr "" "An error occurred when transforming the geometry to the SRID дүрсний форм " "талбарын SRID утгыг хөрвүүлэхэд алдаа гарлаа." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Энэ хэсэгт Sitemap алга: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "%s хуудас хоосон" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "'%s' хуудас байхгүй" diff --git a/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo b/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo index 3e3f27081d52efa85d76b164ed1a3b088abb7445..0e7225907f11dce8d797c82e3a14a7c7df1c8846 100644 Binary files a/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/nb/LC_MESSAGES/django.po b/django/contrib/gis/locale/nb/LC_MESSAGES/django.po index 02887466f33c03e6c15351d42baea679adfe903d..1050de018a805aeb035012975c22dbfbdddddf92 100644 --- a/django/contrib/gis/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/nb/LC_MESSAGES/django.po @@ -8,88 +8,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 14:13+0000\n" "Last-Translator: jonklo \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Ingen feeds er registrert." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug %r er ikke registrert." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "GIS-basefeltet - tilordnes til OpenGIS Specification Geometry-typen." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linje-string" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multipunkt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multilinje-string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi-polygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometri-samling" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Ingen geometriverdi oppgitt." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ugyldig geometriverdi" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ugyldig geometritype" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" "En feil oppstod ved transformering av geometrien til SRID fra geometrifeltet." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Ingen sitemap tilgjengelig for seksjon: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Side %s tom" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Ingen side '%s'" diff --git a/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo index c97d02091a3f70b5beed9f3c9fa95e386e7933a4..47f4944868b0a331d15f84e3cbd6a3b6e4d15594 100644 Binary files a/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ne/LC_MESSAGES/django.po b/django/contrib/gis/locale/ne/LC_MESSAGES/django.po index 9f303e62891beeff3322336b2fcaf97097b080b1..118036b093b28eb41aa3b91af6749607e6621032 100644 --- a/django/contrib/gis/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ne/LC_MESSAGES/django.po @@ -6,87 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "बिन्दु" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "बहुभुज" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "ज्यामिति संकलन" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "ज्यामिति मान उपलब्ध छैन ।" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "उनुपयुक्त ज्यामिति मान" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "उनुपयुक्त ज्यामिति प्रकार" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo b/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo index 31a3c84a70fb4280958a211ca9d64acf71088674..c70ba11607239c27452432608e2c1e4bba9f15cf 100644 Binary files a/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/nl/LC_MESSAGES/django.po b/django/contrib/gis/locale/nl/LC_MESSAGES/django.po index bbeebbb50761791fdf74e52758996c9d59ceec88..532c14071734899875389ddc4859d3c860f77c64 100644 --- a/django/contrib/gis/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/nl/LC_MESSAGES/django.po @@ -9,73 +9,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Harro van der Klauw \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Er zijn geen feeds geregistreerd" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug %r is niet geregistreerd." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Het basis GIS veld -- corresponderend met het OpenGIS Specificatie " "Geometrisch type" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Lijn string" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygoon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-punt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multi-lijn string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi-polygoon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrie collectie" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Geen geometrische waarde opgegeven." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ongeldige geometrie waarde." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ongeldig geometrie type." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -83,17 +83,17 @@ msgstr "" "Er is een fout opgetreden bij het omvormen van de geometrie naar de SRID van " "het geometrie veld." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Geen sitemap beschikbaar voor sectie: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Pagina %s leeg" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Geen pagina '%s'" diff --git a/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo b/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo index 9ff5120c24223630810b3968dec7a3dd65cd3bba..58b47aae4ffa028a4dd300de31b31e0c9ad20e0f 100644 Binary files a/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/nn/LC_MESSAGES/django.po b/django/contrib/gis/locale/nn/LC_MESSAGES/django.po index 34d99881ed6208efd8c09179eaccc96fe0b1ce67..dee213c5fb7fc0653f5c33b554c15d78054b5bdb 100644 --- a/django/contrib/gis/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/nn/LC_MESSAGES/django.po @@ -6,71 +6,71 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linjestreng" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Fleirpunkt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Fleirlinje-streng" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi-polygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrisamling" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Ingen geometriverdi oppgjeve." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ugyldig geometriverdi" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ugyldig geometritype" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -78,17 +78,17 @@ msgstr "" "Det oppstod ein feil ved transformering av geometrien til SRID frå " "geometrifeltet." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo b/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo index b265d0e86555c6c03b16aee44fdd698b4d27c9e6..484c8743f5796b9025e4054517d1d0a4f4d6d367 100644 Binary files a/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/pa/LC_MESSAGES/django.po b/django/contrib/gis/locale/pa/LC_MESSAGES/django.po index 5f0ec812cab2514769acbd850d618773e67b93b5..4a544e082a16781613f823906ebb71a8e7030f78 100644 --- a/django/contrib/gis/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/pa/LC_MESSAGES/django.po @@ -6,87 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "ਪੁਆਇੰਟ" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "ਲਾਈਨ ਸਤਰ" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "ਬਹੁਭੁਜ" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "ਕਈ-ਪੁਆਇੰਟ" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "ਮਲਟੀ ਬਹੁ-ਭੁਜ" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "ਜੁਮੈਟਰੀ ਭੰਡਾਰ" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "ਕੋਈ ਜੁਮੈਟਰੀ ਮੁੱਲ ਨਹੀਂ ਦਿੱਤਾ ਗਿਆ।" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "ਗਲਤ ਜੁਮੈਟਰੀ ਮੁੱਲ।" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "ਗਲਤ ਜੁਮੈਟਰੀ ਕਿਸਮ।" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo b/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo index 627203bfec8dd76a8b14125c8a56a8d9dca0beda..0d0d6d86549f5283937f0034999c85f0ad797ecf 100644 Binary files a/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/pl/LC_MESSAGES/django.po b/django/contrib/gis/locale/pl/LC_MESSAGES/django.po index 6e08354f7b28ef83827933607544278f887085d6..6207045dbe3de2240f7825d9904448837b72b61f 100644 --- a/django/contrib/gis/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/pl/LC_MESSAGES/django.po @@ -7,73 +7,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-21 13:06+0000\n" "Last-Translator: angularcircle \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Kanał informacyjny (RSS/ATOM) nie został zarejestrowany." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug '%r' nie został zarejestrowany." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Podstawowe pole GIS - odpowiada typowi Geometry w specyfikacji OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Ścieżka" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Wielokąt" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Zbiór punktów" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Zbiór ścieżek" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Zbiór wielokątów" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Zbiór geometrii" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Brak wartości geometrii." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Błędna wartość geometrii." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Błędny typ geometrii." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Wystąpił błąd podczas przekształcania geometrii do SRID pola formularza " "geometrii." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Mapa strony dla sekcji '%r' nie jest dostępna" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Strona '%s' jest pusta" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Brak strony '%s'" diff --git a/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo b/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo index 6c0d488e0040e6a97c63bae9a1758a8ff36db0b8..36218eb7a9ffa13cb61b38510f4660804123a7b8 100644 Binary files a/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/pt/LC_MESSAGES/django.po b/django/contrib/gis/locale/pt/LC_MESSAGES/django.po index c6a3cb2dcc5f745cf3f7611615a40b9c398c0ed8..2129a231a52f023718de52fe63dc87f266a9106e 100644 --- a/django/contrib/gis/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/pt/LC_MESSAGES/django.po @@ -2,77 +2,77 @@ # # Translators: # Jannis Leidel , 2011. -# Nuno Mariz , 2011. +# Nuno Mariz , 2011, 2012. # Paulo Köch , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-04-02 14:41+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Nenhum feed está registado." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "O slug %r não está registado." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "O campo GIS base -- mapeado para o tipo especificado no OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Ponto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linha" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-ponto" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multi-linha" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi-polígono" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Coleção geométrica" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Não foi submetido nenhum valor do tipo geometria." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor inválido de geometria." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo inválido de geometria." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -80,17 +80,17 @@ msgstr "" "Ocorreu um erro na transformação da geometria para o SRID da geometria do " "campo do formulário." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Nenhum sitemap disponível para secção: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Página %s vazia" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Nenhuma página '%s'" diff --git a/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo index 7318001e3b7e624000adc2bdfb72cf1e2dca3da8..0e2f88891bb37aaa3707055686dbee1ef7b10c8d 100644 Binary files a/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po index 9ce48e0bba6135bfea4ae48f34eaec1caa8f913d..3930630c755878e838f052b5a5e8823c3c31c235 100644 --- a/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po @@ -8,72 +8,72 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-19 18:32+0000\n" -"Last-Translator: Guilherme Gondim \n" +"Last-Translator: Guilherme Gondim \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Nenhum feed foi registrado." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "O slug %r não foi registrado." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "O campo GIS base -- mapeia para o tipo Especificação de Geometria OpenGIS" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Ponto" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linha string" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polígono" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multiponto" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multilinha string" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multipolígono" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Coleção geométrica" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nenhum valor geométrico fornecido." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valor geométrico inválido." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tipo geométrico inválido." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Ocorreu um erro ao transformar a geometria para o SRID do campo de " "formulário de geometria." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Nenhum sitemap disponível para a seção: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Página %s vazia" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Nenhuma página '%s'" diff --git a/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo index 8ceffd7506443496eebdc92f13a3d10f520882bd..9a617fb46b4810f0a7e56b4420a830c3ab476d88 100644 Binary files a/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ro/LC_MESSAGES/django.po b/django/contrib/gis/locale/ro/LC_MESSAGES/django.po index 0922d715769d0a64eaa684910359fba5f32e73d3..45887068d898b6c01922445e286a58a8ceaad59b 100644 --- a/django/contrib/gis/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ro/LC_MESSAGES/django.po @@ -7,73 +7,73 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Câmpul GIS de bază -- mapat către tipul OpenGIS Specification Geometry." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punct" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Șir linii" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-punct" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Șir multi-linie" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi poligon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Colecție geometrie" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nicio valoare geometrică furnizată." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Valoare geometrică nevalidă." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Tip geometric nevalid." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "A avut loc o eroare la transformarea geometriei în SRID-ul câmpului " "geometric al formularului." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo index 92abf335629688c5a3968496e9a7f2497f57676b..2ef77c1fe3fad926f7ee357b50786a2fc106ab6b 100644 Binary files a/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ru/LC_MESSAGES/django.po b/django/contrib/gis/locale/ru/LC_MESSAGES/django.po index 2a0c88c92fb6529eba5e1ed69845e56812a4e281..bd93428ff06a691018aba33ff237b7ec4a6ab1de 100644 --- a/django/contrib/gis/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ru/LC_MESSAGES/django.po @@ -8,90 +8,90 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Нет зарегистрированных фидов." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Слаг %r не зарегистрирован." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Базовое ГИС-поле. Его потомки отражают конкретные геометрические типы по " "спецификации OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Точка" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Ломаная" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Многоугольник" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Набор точек" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Набор ломаных" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Набор многоугольников" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Набор геометрических объектов" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Не указано значение геометрии." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Неверное значение геометрии." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Неверный тип геометрии." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Произошла ошибка во время преобразования геометрии в SRID." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Нет карты сайта для секции: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Страница %s пустая" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Нет страницы '%s'" diff --git a/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo index 007bd14d6f1821b758a0d99060df56df755f3873..3effdc709357cec64efd9aaf1a56e159f118d91b 100644 Binary files a/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sk/LC_MESSAGES/django.po b/django/contrib/gis/locale/sk/LC_MESSAGES/django.po index 59b7f57f9a9220416237ba79de8a8393c5ebaa9b..a3fc4af44eecfd40c3db3a1729643ad139a76eba 100644 --- a/django/contrib/gis/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sk/LC_MESSAGES/django.po @@ -2,91 +2,92 @@ # # Translators: # Jannis Leidel , 2011. +# Juraj Bubniak <>, 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-07-16 12:16+0000\n" +"Last-Translator: Juraj Bubniak \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Žiadne kanály nie sú registrované." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Identifikátor %r nie je registrovaný." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Základné GIS pole -- mapuje na typ OpenGIS Specification Geometry" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Bod" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Čiara" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygón" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Viacero bodov" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Viacero čiar" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Viacero polygónov" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Goemetrická kolekcia" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nie je zadaná žiadna geometrická hodnota." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Chybná geometrická hodnota." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Chybný geometrický typ." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Nastala chyba pri prevode geometrie do SRID z formulárového poľa." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Žiadna mapa stránok nie je dostupná pre sekciu: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Stránka %s je prázdna" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Žiadna stránka '%s'" diff --git a/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo index 4c447bcbcfa62d161aedd973aeca34637a6937de..0939ba1bc947907e152cd1dde6e66a6f5ea0a486 100644 Binary files a/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sl/LC_MESSAGES/django.po b/django/contrib/gis/locale/sl/LC_MESSAGES/django.po index 14a1976101a86f7c55ec19e5305b5dea57d5f8de..eac65ffe905482cc344b25062378e0f84e947f7b 100644 --- a/django/contrib/gis/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sl/LC_MESSAGES/django.po @@ -1,97 +1,98 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Gašper Žejn , 2012. # Jannis Leidel , 2011. # , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-10-31 19:06+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "Ni registiranih virov." +msgstr "Ni vpisanih virov." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "Okrajšava %r ni registrirana." +msgstr "Okrajšava %r ni vpisana." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -"Osnovno GIS polje -- se preslika v tip Geometry po OpenGIS specifikaciji." +"Osnovno polje GIS -- se preslika v vrsto Geometry po določilih OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Točka" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" -msgstr "Črtni zapis" +msgstr "Črtni niz" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" -msgstr "Poligon" +msgstr "Mnogokotnik" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" -msgstr "Večtočkovje" +msgstr "Več-točkovi predmet" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" -msgstr "Več črtni zapis" +msgstr "Več črtni niz" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" -msgstr "Več poligonov" +msgstr "Večkratni mnogokotnikov" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" -msgstr "Niz likov" +msgstr "Zbirka likov" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." -msgstr "Niste navedli geometrijske vrednosti." +msgstr "Ni navdene geometrijske vrednosti." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Neveljavna geometrijska vrednost." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." -msgstr "Neveljaven tip geometrije." +msgstr "Neveljavna vrsta geometrije." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -"Pri pretvorbi geometrijskega zapisa v SRID geometrijskega polja je prišlo do " -"napake." +"Med pretvarjanjem geometrijskega zapisa v SRID geometrijskega polja je " +"prišlo do napake." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Za odsek %r ni zemljevida strani." -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Stran %s je prazna" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Ni strani '%s'" diff --git a/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo index 9638d19d24e2454a0faff90ea9e832244ef41449..cc8c9abf1ec74dfe7b1a3d34127d46dfbb50018e 100644 Binary files a/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sq/LC_MESSAGES/django.po b/django/contrib/gis/locale/sq/LC_MESSAGES/django.po index 5074aa1e8b44da25f95827f250a00301197ecb1d..83748392af3d0de1dab5d1df4a79e5f823b8361b 100644 --- a/django/contrib/gis/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sq/LC_MESSAGES/django.po @@ -6,88 +6,90 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-11-25 19:28+0000\n" "Last-Translator: Besnik \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "Nuk ka prurje të regjistruara." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Identifikuesi %r nuk është i regjistruar." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Fusha bazë GIS -- skiconi sipas llojit Gjeometri me Specifikime OpenGIS." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Pikë" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Varg vije" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Shumëkëndësh" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-pika" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Varg multi-vijë" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi shumëkëndësh" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Përmbledhje gjeometrie" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Nuk u dha vlerë gjeometrie." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Vlerë e pavlefshme gjeometrie." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Lloj i pavlefshëm gjeometrie." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" +"Ndodhi një gabim gjatë shndërrimit të gjeometrisë në fushë SRID formulari " +"gjeometrie." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Nuk ka të passhme hartë site-i për ndarjen: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Faqe %s e zbrazët" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Nuk ka faqe '%s'" diff --git a/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo index 608c0b108d0f2c0a676f53c59919126a1e2ddb9c..65578202fae0fb415a897c34a02e1b44a6558c31 100644 Binary files a/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sr/LC_MESSAGES/django.po b/django/contrib/gis/locale/sr/LC_MESSAGES/django.po index 7eb351f569f65da67c676039a0d447a70e3017f4..6445770169df81a14bac4fbb33fc7c508730ee8d 100644 --- a/django/contrib/gis/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sr/LC_MESSAGES/django.po @@ -7,89 +7,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Нема регистрованих фидова." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Слаг „%r“ није регистрован." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Основно „GIS“ поље које мапира тип геометрије по „OpenGIS“ спецификацији." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Тачка" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Линија" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Полигон" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Више тачака" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Више линија" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Више полигона" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Колекција геопметријских облика" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Нисте задали параметре за геометрију." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Неисправан параметар за геометрију." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Непостојећи тип геометрије." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Грешка се десила током трансформације геометрије на „SRID“ тип поља." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Нема сајт мапа за секцију: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Страница %s је празна" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Страница „%s“ не постоји" diff --git a/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo index 08105730f60dbb11455dd58e9c7e61c576f58177..1f387475010e985350b77b16a49ed81d3c1280e3 100644 Binary files a/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po index b9fe47785c230da0921673fe4441e7f9e09ed936..aedbb470b1e98672f8d9405e24075ca311a0957c 100644 --- a/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,89 +7,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Nema registrovanih fidova." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slag „%r“ nije registrovan." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Osnovno „GIS“ polje koje mapira tip geometrije po „OpenGIS“ specifikaciji." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Tačka" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linija" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Više tačaka" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Više linija" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Više poligona" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Kolekcija geopmetrijskih oblika" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Niste zadali parametre za geometriju." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Neispravan parametar za geometriju." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Nepostojeći tip geometrije." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Greška se desila tokom transformacije geometrije na „SRID“ tip polja." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Nema sajt mapa za sekciju: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Stranica %s je prazna" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Stranica „%s“ ne postoji" diff --git a/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo index 4724df10f7d18b5b753f38940e279fa9424ba423..92e46f3ee917ed0da01268331a6f0bb88c79ea0b 100644 Binary files a/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sv/LC_MESSAGES/django.po b/django/contrib/gis/locale/sv/LC_MESSAGES/django.po index 648997d4d7973edd50f9f3d1a05157e96fb4946a..5026dfeb85ac783ca8f5e717d186d51b8b8bff97 100644 --- a/django/contrib/gis/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sv/LC_MESSAGES/django.po @@ -7,87 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Inga flöden är registrerade." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slugen %r är inte registrerad." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "Grundläggande GIS-fält -- motsvarar ett OpenGIS-geometrifält." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Punkt" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Linjesegment" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multipunkt" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multilinjesegment" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multipolygon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometrisamling" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Inget geometriskt värde angivet." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Ogiltigt geometrivärde." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Ogiltig geometrityp" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Ett fel uppstod under transformering till SRID:t hos formulärsfältet." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Ingen sitemap finns tillgänglig för sektionen: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Sidan %s tom" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Ingen sida '%s'" diff --git a/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo b/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo index ac85fa47794dcd8833cdb451be345856d678bdd0..533264c98719faf82050b989338387ba77999373 100644 Binary files a/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/sw/LC_MESSAGES/django.po b/django/contrib/gis/locale/sw/LC_MESSAGES/django.po index a295b1ef2dfdcffcb7ebcce5ccba409ef705f411..8d7ec96eab7bb06a43efb053c765b49f1a1c3921 100644 --- a/django/contrib/gis/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/sw/LC_MESSAGES/django.po @@ -5,71 +5,71 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 18:08+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slagi %r haijasajiliwa" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Nukta" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligoni" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Nukta-mbalimbali" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Poligoni mbalimbali" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Mkusanyiko wa jiometri" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Hakuna thamani ya jiometri iliyotolewa" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Thamani batili ya jiometri." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Aina batili ya jiometri." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -77,17 +77,17 @@ msgstr "" "Makosa yametokea wakati wa kubadilisha jiometri kuwa SRID ya sehemu ya fomu " "ya jiometri." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "Hakuna ramani ya tovuti kipengele %r inayopatikana" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "Ukurasa mtupu %s" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "Ukurasa '%s' haupo" diff --git a/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo index b5935d62a99dcdb32602efe44e7eb80da20dc844..9cd19efefe17f87bbd149b5d9e5f7bcbba2150c2 100644 Binary files a/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ta/LC_MESSAGES/django.po b/django/contrib/gis/locale/ta/LC_MESSAGES/django.po index b92757ff810017cc96468158e4d7475d67f5ab94..5f878b1de76667d4b288c01220faedf5cdc59902 100644 --- a/django/contrib/gis/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ta/LC_MESSAGES/django.po @@ -5,87 +5,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2011-01-19 16:52+0000\n" "Last-Translator: Django team\n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/te/LC_MESSAGES/django.mo b/django/contrib/gis/locale/te/LC_MESSAGES/django.mo index fe258109ca3257e157dc81437288ca9825cb0898..1b7a2ffc0bf7b77e4154c54ed09b0c28c445cf3b 100644 Binary files a/django/contrib/gis/locale/te/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/te/LC_MESSAGES/django.po b/django/contrib/gis/locale/te/LC_MESSAGES/django.po index 2609e29a6f497439399823bb075c434c07b1d19c..449d221b699d4d008b454f9900218ec55448127a 100644 --- a/django/contrib/gis/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/te/LC_MESSAGES/django.po @@ -6,87 +6,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "క్షెత్రగనిత మూల్యము ఇవ్వలెదు." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "సరికాని క్షేత్రగణిత మూల్యము." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "సరికాని క్షేత్రగణిత రకం." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/th/LC_MESSAGES/django.mo b/django/contrib/gis/locale/th/LC_MESSAGES/django.mo index 5e74e5944338c8acee8f661fbb9fc294a3400fba..3d9c28069ef412c4b73860e28f3fc7296e0fcef2 100644 Binary files a/django/contrib/gis/locale/th/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/th/LC_MESSAGES/django.po b/django/contrib/gis/locale/th/LC_MESSAGES/django.po index 6aede1b64527546e056bf394c363e9a51ea15bc3..81cf6095c9bc776f690d9b3c5df4c7786678037f 100644 --- a/django/contrib/gis/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/th/LC_MESSAGES/django.po @@ -8,87 +8,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-09 04:19+0000\n" "Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "ไม่มีฟีดที่ลงทะเบียน" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug %r ไม่ได้ลงทะเบียน" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "เขตข้อมูล GIS ฐาน -- แผนที่ไปยังประเภท OpenGIS เรขาคณิตจำเพาะ" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "จุด" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "สายสตริง" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "รูปหลายเหลี่ยม" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "หลาย ๆ จุด" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "สตริงหลายบรรทัด" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "รูปหลายเหลี่ยมหลายรูป" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "คอลเลกชันรูปทรงเรขาคณิต" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "ไม่พบข้อมูลพิกัด" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "ค่าพิกัดผิดพลาด " -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "ขนิดข้อมูลพิกัดผิดพลาด" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "ข้อผิดพลาดที่เกิดขึ้นเมื่อการเปลี่ยนรูปทรงเรขาคณิตที่ SRID ของเขตข้อมูลฟอร์มเรขาคณิต" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "ไม่มีแผนผังไซต์บริการสำหรับส่วน: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "หน้า %s ที่ว่างเปล่า" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "ไม่มีหน้า '%s'" diff --git a/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo b/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo index 7990a8beb34585f31077478583a68c593ff78781..a86583f3d1e4e81f30aac791b12b20d5873aa821 100644 Binary files a/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/tr/LC_MESSAGES/django.po b/django/contrib/gis/locale/tr/LC_MESSAGES/django.po index 351455ac8d498bd856943ed485167d1a21c1d37e..89525c6e4275cbbba23765eacddbf6c3f739d572 100644 --- a/django/contrib/gis/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/tr/LC_MESSAGES/django.po @@ -8,72 +8,72 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 21:17+0000\n" "Last-Translator: Murat Sahin \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "Hiçbir besleme kayıtlı değildir." -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "Slug %r kayıtlı değildir." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Taban GIS alanı -- OpenGIS Spesifikasyonu Geometri türüne eşleşmektedir." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Nokta" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Satır dizisi" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Poligon" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Çok noktalı" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Çok satırlı metin" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Çoklu poligon" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometri kolleksiyonu" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Hiçbir geometri değeri verilmemiştir." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Geçersiz geometri değeri." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Geçersiz geometri türü." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -81,17 +81,17 @@ msgstr "" "Geometri verisi geometri form alanının SRID değerine dönüştürülürken hata " "oluştu." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "%r bölümü için bir site haritası mevcut değil" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "%s sayfası boş" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "'%s' adında sayfa yok" diff --git a/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo b/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo index 9926a8797edf9bb543a1286f581ac50ad7789806..06ba80230979030b0da39687561ff62a7beaa280 100644 Binary files a/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/tt/LC_MESSAGES/django.po b/django/contrib/gis/locale/tt/LC_MESSAGES/django.po index 72046704e339bb6a1183dd45ad79b2c4ffd1f691..dad34864ef06cdd2f7f5715382c20f1465d9dbe1 100644 --- a/django/contrib/gis/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/tt/LC_MESSAGES/django.po @@ -6,89 +6,89 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" "Төп ГИС-кыр. Аның токымы OpenGIS спецификациясе буенча геометрик тибларны " "күрсәтә." -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Нокта" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Сынык сызык" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Күппочмак" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Нокта җыелмасы" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Сынык сызыклар җыелмасы" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Күппочмаклар җыелмасы" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Геометрик объектлар җыелмасы" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Геометрик кыйммәт күрсәтелмәгән." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Дөрес булмаган геометрик кыйммәт." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Дөрес булмаган геометрик тип." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Геометриядән SRIDгә үзгәртү вакытында хата килеп чыкты." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo b/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo index 47456452c49bf9916fb06baff5ebc699008c6a46..748d6d9755d3ab17e1a476e5e068d314fdeca53c 100644 Binary files a/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/uk/LC_MESSAGES/django.po b/django/contrib/gis/locale/uk/LC_MESSAGES/django.po index b714f8fdc3cc630ee37c18a7dd728830b0325248..7dd2a872d97fa31c459895f24e497cc14b95416a 100644 --- a/django/contrib/gis/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/uk/LC_MESSAGES/django.po @@ -2,94 +2,95 @@ # # Translators: # Jannis Leidel , 2011. +# , 2012. # Sergey Lysach , 2011. # Андрей Костенко , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Андрей Костенко \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-12 20:30+0000\n" +"Last-Translator: Roman Kozlovskiy \n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Точка" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Багатокутник" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "Не задано геометрічне значення." -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Невірне геометричне значення." -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Невірний геометричний тип." -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "Помилка при перетворенні геометрії до SRID геометричного поля форми." -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "Немає карти сайту для розділу: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "Сторінка %s порожня" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "Немає сторінки '%s'" diff --git a/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo b/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo index 22247a44a1268c8e1b4702ffe530636810a1dfd7..e9bbe1154ccabc6fed117e4cfc1e66afed7f9234 100644 Binary files a/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/ur/LC_MESSAGES/django.po b/django/contrib/gis/locale/ur/LC_MESSAGES/django.po index 9c22a8667d26f435583eadc077819d20505ea204..1942125393ab78cf83d3abfc83446098d185f70d 100644 --- a/django/contrib/gis/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/ur/LC_MESSAGES/django.po @@ -6,71 +6,71 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "بنیادی GIS خانہ -- مخصوص OpenGIS جیومیٹری کی قسم سے منسلک ھے۔" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "نقطہ" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "لائن سٹرنگ" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "پولی گان" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "کثیر النقاط" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "متعدد لائنوں والا سٹرنگ" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "ملٹی پولی گان" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "جیومیٹری کا ذخیرہ" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "کوئی جیومیٹری ویلیو مھیا نھیں کی گئی۔" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "غلط جیومیٹری ویلیو۔" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "غلط جیومیٹری ٹائپ" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." @@ -78,17 +78,17 @@ msgstr "" "جیومیٹری کو جیومیٹری کے فارم کے SRID خانے میں تبدیل کرتے ھوئےکوئی خرابی واقع " "ھو گئی ھے۔" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo b/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo index 021b9a631e14324fa7d008611fb45d27b7099fc1..2141e057b567954e0cc91010d3615022033754e0 100644 Binary files a/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/vi/LC_MESSAGES/django.po b/django/contrib/gis/locale/vi/LC_MESSAGES/django.po index b8f47bef801d733c79dc56e0736ba8b078233919..38d2b4ac737fee0a69f0ae600824a02b81a4396b 100644 --- a/django/contrib/gis/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/vi/LC_MESSAGES/django.po @@ -7,87 +7,87 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n" "Last-Translator: Tran Van \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." msgstr "" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." msgstr "" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Điểm" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Đa giác" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Đa điểm" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Nhiều đa giác" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "Giá trị của hình dạng không phù h" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "Kiểu hình dạng không phù hợp" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" msgstr "" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" msgstr "" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" msgstr "" diff --git a/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo index 85948f10216ae10469e33383f22e7f5272faed73..37f5d17392d9c9261dda8347248bdc5ebcbeb86d 100644 Binary files a/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.po index ebb57679459315fae6cc1c1fe88ad526e9652500..dce47586002588f50a19829d19814c4f823e3f9a 100644 --- a/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.po @@ -3,93 +3,94 @@ # Translators: # Daniel Duan , 2011. # Jannis Leidel , 2011. +# Kevin Shi , 2012. # Lei Yang , 2011. # Lele Long , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: Daniel Duan \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-26 01:39+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "没有已注册的源。" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "Slug %r 没有注册." -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "基本地理信息系统域 - 映射于 OpenGIS 规范几何类型。" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "点" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "行字串" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "多边形" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "多点" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "多行字符串" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "多个多边形" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "几何集合" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "未提供几何信息。" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "无效几何信息。" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "无效几何类型。" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "几何形状的SRID字段发生试图转换错误ました。" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "没有站点地图可用的部分: %r" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "页面 %s 为空" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "无页面 '%s'" diff --git a/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo index 4fd3e164699bc494b9351082da997ca24bb216fc..d07b5195d063ed68b8238e0209a2f59ef52eb2ef 100644 Binary files a/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.po index d2ba404cd4b06d0208ea62558e7f62107fcedb0d..206cd9f467e11c7a2bcdb7d793c021557987359d 100644 --- a/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.po @@ -1,93 +1,94 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. # quantum9876 , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-03-08 12:32+0000\n" -"Last-Translator: quantum9876 \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:56+0200\n" +"PO-Revision-Date: 2012-08-06 03:15+0000\n" +"Last-Translator: ilay \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:7 +#: views.py:9 msgid "No feeds are registered." -msgstr "" +msgstr "沒有已註冊的 feed。" -#: views.py:17 +#: views.py:19 #, python-format msgid "Slug %r isn't registered." -msgstr "" +msgstr "嵌入式語法 %r 尚未註冊。" -#: db/models/fields.py:50 +#: db/models/fields.py:51 msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "將基本的 GIS 平面以OpenGIS Specification Geometry type對應。" -#: db/models/fields.py:270 +#: db/models/fields.py:271 msgid "Point" msgstr "Point 類別" -#: db/models/fields.py:274 +#: db/models/fields.py:275 msgid "Line string" msgstr "Line string 類別" -#: db/models/fields.py:278 +#: db/models/fields.py:279 msgid "Polygon" msgstr "Polygon 類別" -#: db/models/fields.py:282 +#: db/models/fields.py:283 msgid "Multi-point" msgstr "Multi-point 類別" -#: db/models/fields.py:286 +#: db/models/fields.py:287 msgid "Multi-line string" msgstr "Multi-line string 類別" -#: db/models/fields.py:290 +#: db/models/fields.py:291 msgid "Multi polygon" msgstr "Multi polygon 類別" -#: db/models/fields.py:294 +#: db/models/fields.py:295 msgid "Geometry collection" msgstr "Geometry collection (幾何型別之叢集) 類別" -#: forms/fields.py:17 +#: forms/fields.py:19 msgid "No geometry value provided." msgstr "沒有幾何資訊。" -#: forms/fields.py:18 +#: forms/fields.py:20 msgid "Invalid geometry value." msgstr "無效的幾何參數。" -#: forms/fields.py:19 +#: forms/fields.py:21 msgid "Invalid geometry type." msgstr "無效的幾何類型。" -#: forms/fields.py:20 +#: forms/fields.py:22 msgid "" "An error occurred when transforming the geometry to the SRID of the geometry " "form field." msgstr "當把目前地理資訊-GIS,轉成空間參考識別碼-SRID時發生錯誤。" -#: sitemaps/views.py:44 +#: sitemaps/views.py:46 #, python-format msgid "No sitemap available for section: %r" -msgstr "" +msgstr "區域 %r 無可用的網站地圖" -#: sitemaps/views.py:58 +#: sitemaps/views.py:60 #, python-format msgid "Page %s empty" -msgstr "" +msgstr "頁面 %s 為空" -#: sitemaps/views.py:60 +#: sitemaps/views.py:62 #, python-format msgid "No page '%s'" -msgstr "" +msgstr "無此頁面 '%s'" diff --git a/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo index 6fb966a61db1fe6659e1b2936b6329f708a9499d..829e9bcf6e465eac7f99bf97e3aea9c05094b5d5 100644 Binary files a/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po index aed3e2d1845a507cae6bcb2db817aa45c9553678..85392ea0a176bd0eb4fac5ef5abfb6059ff447ea 100644 --- a/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Ossama Khayat \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "اليوم" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "أمس" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "غداً" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr " " -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr " " -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr " " -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr " " -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -58,7 +58,7 @@ msgstr[3] "%(value).1f مليون" msgstr[4] "%(value).1f مليون" msgstr[5] "%(value).1f مليون" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -69,7 +69,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -80,7 +80,7 @@ msgstr[3] "%(value).1f مليار" msgstr[4] "%(value).1f مليار" msgstr[5] "%(value).1f مليار" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -91,7 +91,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -102,7 +102,7 @@ msgstr[3] "%(value).1f ترليونات" msgstr[4] "%(value).1f ترليون" msgstr[5] "%(value).1f ترليون" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -113,7 +113,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -124,7 +124,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -135,7 +135,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -146,7 +146,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -157,7 +157,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -168,7 +168,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -179,7 +179,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -190,7 +190,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -201,7 +201,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -212,7 +212,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -223,7 +223,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -234,7 +234,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -245,7 +245,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -256,7 +256,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -267,7 +267,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -278,7 +278,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -289,53 +289,53 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "واحد" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "إثنان" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "ثلالثة" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "أربعة" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "خمسة" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ستة" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "سبعة" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ثمانية" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "تسعة" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -346,7 +346,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -357,7 +357,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -368,13 +368,13 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -385,7 +385,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -396,7 +396,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo index 3857ee37b65be19238b639f2a46a15bbcef135a7..075c2c22ffdc12831521392a4af19c70c3d68150 100644 Binary files a/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/az/LC_MESSAGES/django.po b/django/contrib/humanize/locale/az/LC_MESSAGES/django.po index 9719eb9ebd22f02dc8ba9687830f8cfd65ddac8f..07b16e07b2283cdf5a77f9aadfb66df5027443f5 100644 --- a/django/contrib/humanize/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/az/LC_MESSAGES/django.po @@ -6,224 +6,224 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "bu gün" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "dünən" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "sabah" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-ıncı" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-ıncı" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-ıncı" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-ıncı" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milyon" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milyon" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milyard" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s milyard" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trilyon" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s trilyon" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "bir" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "iki" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "üç" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "dörd" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "beş" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "altı" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "yeddi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "səkkiz" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "doqquz" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s əvvəl" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "indi" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -231,7 +231,7 @@ msgstr[0] "" "one: bir saniyə əvvəl\n" "other: %(count)s saniyə əvvəl" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -239,7 +239,7 @@ msgstr[0] "" "one: bir dəqiqə əvvəl\n" "other: %(count)s dəqiqə əvvəl" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -247,13 +247,13 @@ msgstr[0] "" "one: bir saat əvvəl\n" "other: %(count)s saat əvvəl" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s sonra" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -261,7 +261,7 @@ msgstr[0] "" "one: bir saniyə sonra\n" "other: %(count)s saniyə sonra" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -269,7 +269,7 @@ msgstr[0] "" "one: bir dəqiqə sonra\n" "other: %(count)s dəqiqə sonra" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9788500416c225e0f22a8cc1de6a58503c5f66d1 Binary files /dev/null and b/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/be/LC_MESSAGES/django.po b/django/contrib/humanize/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..b9aac2853a5021cef74199933aaa322f6a2ce040 --- /dev/null +++ b/django/contrib/humanize/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,350 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-07-31 12:10+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: tests.py:125 templatetags/humanize.py:167 +msgid "today" +msgstr "сёньня" + +#: tests.py:125 templatetags/humanize.py:171 +msgid "yesterday" +msgstr "ўчора" + +#: tests.py:125 templatetags/humanize.py:169 +msgid "tomorrow" +msgstr "заўтра" + +#: templatetags/humanize.py:25 +msgid "th" +msgstr "ы" + +#: templatetags/humanize.py:25 +msgid "st" +msgstr "ы" + +#: templatetags/humanize.py:25 +msgid "nd" +msgstr "і" + +#: templatetags/humanize.py:25 +msgid "rd" +msgstr "і" + +#: templatetags/humanize.py:54 +#, python-format +msgid "%(value).1f million" +msgid_plural "%(value).1f million" +msgstr[0] "%(value).1f мільён" +msgstr[1] "%(value).1f мільёны" +msgstr[2] "%(value).1f мільёнаў" +msgstr[3] "%(value).1f мільёнаў" + +#: templatetags/humanize.py:55 +#, python-format +msgid "%(value)s million" +msgid_plural "%(value)s million" +msgstr[0] "%(value)s мільён" +msgstr[1] "%(value)s мільёны" +msgstr[2] "%(value)s мільёнаў" +msgstr[3] "%(value)s мільёнаў" + +#: templatetags/humanize.py:58 +#, python-format +msgid "%(value).1f billion" +msgid_plural "%(value).1f billion" +msgstr[0] "%(value).1f мільярд" +msgstr[1] "%(value).1f мільярды" +msgstr[2] "%(value).1f мільярдаў" +msgstr[3] "%(value).1f мільярдаў" + +#: templatetags/humanize.py:59 +#, python-format +msgid "%(value)s billion" +msgid_plural "%(value)s billion" +msgstr[0] "%(value).s мільярд" +msgstr[1] "%(value)s мільярды" +msgstr[2] "%(value)s мільярдаў" +msgstr[3] "%(value)s мільярдаў" + +#: templatetags/humanize.py:62 +#, python-format +msgid "%(value).1f trillion" +msgid_plural "%(value).1f trillion" +msgstr[0] "%(value).1f трыльён" +msgstr[1] "%(value).1f трыльёны" +msgstr[2] "%(value).1f трыльёнаў" +msgstr[3] "%(value).1f трыльёнаў" + +#: templatetags/humanize.py:63 +#, python-format +msgid "%(value)s trillion" +msgid_plural "%(value)s trillion" +msgstr[0] "%(value)s трыльён" +msgstr[1] "%(value)s трыльёны" +msgstr[2] "%(value)s трыльёнаў" +msgstr[3] "%(value)s трыльёнаў" + +#: templatetags/humanize.py:66 +#, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f квадрыльён" +msgstr[1] "%(value).1f квадрыльёны" +msgstr[2] "%(value).1f квадрыльёнаў" +msgstr[3] "%(value).1f квадрыльёнаў" + +#: templatetags/humanize.py:67 +#, python-format +msgid "%(value)s quadrillion" +msgid_plural "%(value)s quadrillion" +msgstr[0] "%(value)s квадрыльён" +msgstr[1] "%(value)s квадрыльёны" +msgstr[2] "%(value)s квадрыльёнаў" +msgstr[3] "%(value)s квадрыльёнаў" + +#: templatetags/humanize.py:70 +#, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f квінтыльён" +msgstr[1] "%(value).1f квінтыльёны" +msgstr[2] "%(value).1f квінтыльёнаў" +msgstr[3] "%(value).1f квінтыльёнаў" + +#: templatetags/humanize.py:71 +#, python-format +msgid "%(value)s quintillion" +msgid_plural "%(value)s quintillion" +msgstr[0] "%(value)s квінтыльён" +msgstr[1] "%(value)s квінтыльёны" +msgstr[2] "%(value)s квінтыльёнаў" +msgstr[3] "%(value)s квінтыльёнаў" + +#: templatetags/humanize.py:74 +#, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f сэкстыльён" +msgstr[1] "%(value).1f сэкстыльёны" +msgstr[2] "%(value).1f сэкстыльёнаў" +msgstr[3] "%(value).1f сэкстыльёнаў" + +#: templatetags/humanize.py:75 +#, python-format +msgid "%(value)s sextillion" +msgid_plural "%(value)s sextillion" +msgstr[0] "%(value)s сэкстыльён" +msgstr[1] "%(value)s сэкстыльёны" +msgstr[2] "%(value)s сэкстыльёнаў" +msgstr[3] "%(value)s сэкстыльёнаў" + +#: templatetags/humanize.py:78 +#, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f сэптыльён" +msgstr[1] "%(value).1f сэптыльёны" +msgstr[2] "%(value).1f сэптыльёнаў" +msgstr[3] "%(value).1f сэптыльёнаў" + +#: templatetags/humanize.py:79 +#, python-format +msgid "%(value)s septillion" +msgid_plural "%(value)s septillion" +msgstr[0] "%(value)s сэптыльён" +msgstr[1] "%(value)s сэптыльёны" +msgstr[2] "%(value)s сэптыльёнаў" +msgstr[3] "%(value)s сэптыльёнаў" + +#: templatetags/humanize.py:82 +#, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f актыльён" +msgstr[1] "%(value).1f актыльёны" +msgstr[2] "%(value).1f актыльёнаў" +msgstr[3] "%(value).1f актыльёнаў" + +#: templatetags/humanize.py:83 +#, python-format +msgid "%(value)s octillion" +msgid_plural "%(value)s octillion" +msgstr[0] "%(value)s актыльён" +msgstr[1] "%(value)s актыльёны" +msgstr[2] "%(value)s актыльёнаў" +msgstr[3] "%(value)s актыльёнаў" + +#: templatetags/humanize.py:86 +#, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f нанільён" +msgstr[1] "%(value).1f нанільёны" +msgstr[2] "%(value).1f нанільёнаў" +msgstr[3] "%(value).1f нанільёнаў" + +#: templatetags/humanize.py:87 +#, python-format +msgid "%(value)s nonillion" +msgid_plural "%(value)s nonillion" +msgstr[0] "%(value)s нанільён" +msgstr[1] "%(value)s нанільёны" +msgstr[2] "%(value)s нанільёнаў" +msgstr[3] "%(value)s нанільёнаў" + +#: templatetags/humanize.py:90 +#, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f дэцыльён" +msgstr[1] "%(value).1f дэцыльёны" +msgstr[2] "%(value).1f дэцыльёнаў" +msgstr[3] "%(value).1f дэцыльёнаў" + +#: templatetags/humanize.py:91 +#, python-format +msgid "%(value)s decillion" +msgid_plural "%(value)s decillion" +msgstr[0] "%(value)s дэцыльён" +msgstr[1] "%(value)s дэцыльёны" +msgstr[2] "%(value)s дэцыльёнаў" +msgstr[3] "%(value)s дэцыльёнаў" + +#: templatetags/humanize.py:94 +#, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f ґуґал" +msgstr[1] "%(value).1f ґуґлы" +msgstr[2] "%(value).1f ґуґлаў" +msgstr[3] "%(value).1f ґуґлаў" + +#: templatetags/humanize.py:95 +#, python-format +msgid "%(value)s googol" +msgid_plural "%(value)s googol" +msgstr[0] "%(value)s ґуґал" +msgstr[1] "%(value)s ґуґлы" +msgstr[2] "%(value)s ґуґлаў" +msgstr[3] "%(value)s ґуґлаў" + +#: templatetags/humanize.py:144 +msgid "one" +msgstr "адзін" + +#: templatetags/humanize.py:144 +msgid "two" +msgstr "два" + +#: templatetags/humanize.py:144 +msgid "three" +msgstr "тры" + +#: templatetags/humanize.py:144 +msgid "four" +msgstr "чатыры" + +#: templatetags/humanize.py:144 +msgid "five" +msgstr "пяць" + +#: templatetags/humanize.py:144 +msgid "six" +msgstr "шэсьць" + +#: templatetags/humanize.py:144 +msgid "seven" +msgstr "сем" + +#: templatetags/humanize.py:144 +msgid "eight" +msgstr "восем" + +#: templatetags/humanize.py:144 +msgid "nine" +msgstr "дзевяць" + +#: templatetags/humanize.py:190 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s ago" +msgstr "%(delta)s таму" + +#: templatetags/humanize.py:193 templatetags/humanize.py:215 +msgid "now" +msgstr "зараз" + +#: templatetags/humanize.py:196 +#, python-format +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "%(count)s сэкунду таму" +msgstr[1] "%(count)s сэкунды таму" +msgstr[2] "%(count)s сэкундаў таму" +msgstr[3] "%(count)s сэкундаў таму" + +#: templatetags/humanize.py:201 +#, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "%(count)s хвіліну таму" +msgstr[1] "%(count)s хвіліны таму" +msgstr[2] "%(count)s хвілінаў таму" +msgstr[3] "%(count)s хвілінаў таму" + +#: templatetags/humanize.py:206 +#, python-format +msgid "an hour ago" +msgid_plural "%(count)s hours ago" +msgstr[0] "%(count)s гадзіну таму" +msgstr[1] "%(count)s гадзіны таму" +msgstr[2] "%(count)s гадзінаў таму" +msgstr[3] "%(count)s гадзінаў таму" + +#: templatetags/humanize.py:212 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s from now" +msgstr "праз %(delta)s" + +#: templatetags/humanize.py:218 +#, python-format +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "праз %(count)s сэкунду" +msgstr[1] "праз %(count)s сэкунды" +msgstr[2] "праз %(count)s сэкундаў" +msgstr[3] "праз %(count)s сэкундаў" + +#: templatetags/humanize.py:223 +#, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "праз %(count)s хвіліну" +msgstr[1] "праз %(count)s хвіліны" +msgstr[2] "праз %(count)s хвілінаў" +msgstr[3] "праз %(count)s хвілінаў" + +#: templatetags/humanize.py:228 +#, python-format +msgid "an hour from now" +msgid_plural "%(count)s hours from now" +msgstr[0] "праз %(count)s гадзіну" +msgstr[1] "праз %(count)s гадзіны" +msgstr[2] "праз %(count)s гадзінаў" +msgstr[3] "праз %(count)s гадзінаў" diff --git a/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo index da54b47d393e816edeb8fa90f858bc6a69299a22..f2047c93bf3ca79aefd0aa95789fd4656d5bf10e 100644 Binary files a/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po b/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po index f5a3393d171c52f7340c17c9feef7915fa3ebc13..9d1eaa890c185eaccd3de8bddc3098be63326bbc 100644 --- a/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po @@ -1,295 +1,296 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. # Todor Lubenov , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Todor Lubenov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-04-01 19:29+0000\n" +"Last-Translator: Georgi Kostadinov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "днес" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "вчера" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "Утре" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "и" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ви" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ри" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ти" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f милион" msgstr[1] "%(value).1f милиона" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s милион" +msgstr[1] "%(value)s милиона" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f милиард" msgstr[1] "%(value).1f милиарда" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s милиард" +msgstr[1] "%(value)s милиарда" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f трилион" msgstr[1] "%(value).1f трилиона" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s трилион" +msgstr[1] "%(value)s трилиона" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f квадрилион" +msgstr[1] "%(value).1f квадрилиона" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s квадрилион" +msgstr[1] "%(value)s квадрилиона" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f квинтилион" +msgstr[1] "%(value).1f квинтилиона" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s квинтилион" +msgstr[1] "%(value)s квинтилиона" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f секстилион" +msgstr[1] "%(value).1f секстилиона" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s секстилион" +msgstr[1] "%(value)s секстилиона" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f септилион" +msgstr[1] "%(value).1f септилиона" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s септилион" +msgstr[1] "%(value)s септилиона" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f октилион" +msgstr[1] "%(value).1f октилиона" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s октилион" +msgstr[1] "%(value)s октилиона" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f нонилион" +msgstr[1] "%(value).1f нонилиона" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s нонилион" +msgstr[1] "%(value)s нонилиона" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f децилион" +msgstr[1] "%(value).1f децилиона" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s децилион" +msgstr[1] "%(value)s децилиона" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f гугол" +msgstr[1] "%(value).1f гугола" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s гугол" +msgstr[1] "%(value)s гугола" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "един" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "два" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "три" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "четири" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "пет" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "шест" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "седем" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "осем" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "девет" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "преди %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "сега" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "преди секунда" +msgstr[1] "преди %(count)s секунди" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "преди минута" +msgstr[1] "преди %(count)s минути" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "преди час" +msgstr[1] "преди %(count)s часа" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s от сега" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "секунда от сега" +msgstr[1] "%(count)s секунди от сега" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "минута от сега" +msgstr[1] "%(count)s минути от сега" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "час от сега" +msgstr[1] "%(count)s часа от сега" diff --git a/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo index e0fece7890da636b9b60f90d6223c4008d1501eb..40ea002180b8ea09ccb34a1f3d10f066facdc9ea 100644 Binary files a/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po b/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po index 22773f9950b0fbe426999cd72015d77acbb582dd..7e9a70d06347f8eefa2d7400dd7513f7dea0a75f 100644 --- a/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po @@ -6,287 +6,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "আজ" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "গতকাল" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "আগামীকাল" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "তম" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ম" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "য়" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "য়" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f মিলিয়ন" msgstr[1] "%(value).1f মিলিয়ন" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f বিলিয়ন" msgstr[1] "%(value).1f বিলিয়ন" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f ট্রিলিয়ন" msgstr[1] "%(value).1f ট্রিলিয়ন" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "এক" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "দুই" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "তিন" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "চার" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "পাঁচ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ছয়" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "সাত" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "আট" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "নয়" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..00b764daecdeed700d735f742e92ec3295d297a0 Binary files /dev/null and b/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/br/LC_MESSAGES/django.po b/django/contrib/humanize/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..2fd9457065c0222a62d3d3f3469f6390415518ed --- /dev/null +++ b/django/contrib/humanize/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,294 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-29 10:20+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: tests.py:125 templatetags/humanize.py:167 +msgid "today" +msgstr "hiziv" + +#: tests.py:125 templatetags/humanize.py:171 +msgid "yesterday" +msgstr "dec'h" + +#: tests.py:125 templatetags/humanize.py:169 +msgid "tomorrow" +msgstr "warc'hoazh" + +#: templatetags/humanize.py:25 +msgid "th" +msgstr "e" + +#: templatetags/humanize.py:25 +msgid "st" +msgstr "" + +#: templatetags/humanize.py:25 +msgid "nd" +msgstr "l" + +#: templatetags/humanize.py:25 +msgid "rd" +msgstr "e" + +#: templatetags/humanize.py:54 +#, python-format +msgid "%(value).1f million" +msgid_plural "%(value).1f million" +msgstr[0] "%(value).1f milion" +msgstr[1] "%(value).1f milion" + +#: templatetags/humanize.py:55 +#, python-format +msgid "%(value)s million" +msgid_plural "%(value)s million" +msgstr[0] "%(value)s million" +msgstr[1] "%(value)s million" + +#: templatetags/humanize.py:58 +#, python-format +msgid "%(value).1f billion" +msgid_plural "%(value).1f billion" +msgstr[0] "%(value).1f miliard" +msgstr[1] "%(value).1f miliard" + +#: templatetags/humanize.py:59 +#, python-format +msgid "%(value)s billion" +msgid_plural "%(value)s billion" +msgstr[0] "%(value)s miliard" +msgstr[1] "%(value)s miliard" + +#: templatetags/humanize.py:62 +#, python-format +msgid "%(value).1f trillion" +msgid_plural "%(value).1f trillion" +msgstr[0] "%(value).1f bilion" +msgstr[1] "%(value).1f bilion" + +#: templatetags/humanize.py:63 +#, python-format +msgid "%(value)s trillion" +msgid_plural "%(value)s trillion" +msgstr[0] "%(value)s bilion" +msgstr[1] "%(value)s bilion" + +#: templatetags/humanize.py:66 +#, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f c'hadrilion" +msgstr[1] "%(value).1f kadrilion" + +#: templatetags/humanize.py:67 +#, python-format +msgid "%(value)s quadrillion" +msgid_plural "%(value)s quadrillion" +msgstr[0] "%(value)s c'hadrilion" +msgstr[1] "%(value)s kadrilion" + +#: templatetags/humanize.py:70 +#, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f c'hintilion" +msgstr[1] "%(value).1f kintilion" + +#: templatetags/humanize.py:71 +#, python-format +msgid "%(value)s quintillion" +msgid_plural "%(value)s quintillion" +msgstr[0] "%(value)s c'hintilion" +msgstr[1] "%(value)s kintilion" + +#: templatetags/humanize.py:74 +#, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f sekstilion" +msgstr[1] "%(value).1f sekstilion" + +#: templatetags/humanize.py:75 +#, python-format +msgid "%(value)s sextillion" +msgid_plural "%(value)s sextillion" +msgstr[0] "%(value)s sekstilion" +msgstr[1] "%(value)s sekstilion" + +#: templatetags/humanize.py:78 +#, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f septilion" +msgstr[1] "%(value).1f septilion" + +#: templatetags/humanize.py:79 +#, python-format +msgid "%(value)s septillion" +msgid_plural "%(value)s septillion" +msgstr[0] "%(value)s septilion" +msgstr[1] "%(value)s septilion" + +#: templatetags/humanize.py:82 +#, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f oktilion" +msgstr[1] "%(value).1f oktilion" + +#: templatetags/humanize.py:83 +#, python-format +msgid "%(value)s octillion" +msgid_plural "%(value)s octillion" +msgstr[0] "%(value)s oktilion" +msgstr[1] "%(value)s oktilion" + +#: templatetags/humanize.py:86 +#, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f nonilion" +msgstr[1] "%(value).1f nonilion" + +#: templatetags/humanize.py:87 +#, python-format +msgid "%(value)s nonillion" +msgid_plural "%(value)s nonillion" +msgstr[0] "%(value)s nonilion" +msgstr[1] "%(value)s nonilion" + +#: templatetags/humanize.py:90 +#, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f dekilion" +msgstr[1] "%(value).1f dekilion" + +#: templatetags/humanize.py:91 +#, python-format +msgid "%(value)s decillion" +msgid_plural "%(value)s decillion" +msgstr[0] "%(value)s dekilion" +msgstr[1] "%(value)s dekilion" + +#: templatetags/humanize.py:94 +#, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f gogol" +msgstr[1] "%(value).1f gogol" + +#: templatetags/humanize.py:95 +#, python-format +msgid "%(value)s googol" +msgid_plural "%(value)s googol" +msgstr[0] "%(value)s gogol" +msgstr[1] "%(value)s gogol" + +#: templatetags/humanize.py:144 +msgid "one" +msgstr "unan" + +#: templatetags/humanize.py:144 +msgid "two" +msgstr "daou" + +#: templatetags/humanize.py:144 +msgid "three" +msgstr "tri" + +#: templatetags/humanize.py:144 +msgid "four" +msgstr "pevar" + +#: templatetags/humanize.py:144 +msgid "five" +msgstr "pemp" + +#: templatetags/humanize.py:144 +msgid "six" +msgstr "c'hwec'h" + +#: templatetags/humanize.py:144 +msgid "seven" +msgstr "seizh" + +#: templatetags/humanize.py:144 +msgid "eight" +msgstr "eizh" + +#: templatetags/humanize.py:144 +msgid "nine" +msgstr "nav" + +#: templatetags/humanize.py:190 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s ago" +msgstr "%(delta)s zo" + +#: templatetags/humanize.py:193 templatetags/humanize.py:215 +msgid "now" +msgstr "bremañ" + +#: templatetags/humanize.py:196 +#, python-format +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "un eilenn zo" +msgstr[1] "%(count)s eilenn zo" + +#: templatetags/humanize.py:201 +#, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "ur vunutenn zo" +msgstr[1] "%(count)s munut zo" + +#: templatetags/humanize.py:206 +#, python-format +msgid "an hour ago" +msgid_plural "%(count)s hours ago" +msgstr[0] "un eurvezh zo" +msgstr[1] "%(count)s eurvezh zo" + +#: templatetags/humanize.py:212 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s from now" +msgstr "a-benn %(delta)s " + +#: templatetags/humanize.py:218 +#, python-format +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "a-benn un eilenn" +msgstr[1] "a-benn %(count)s eilenn" + +#: templatetags/humanize.py:223 +#, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "a-benn ur vunutenn" +msgstr[1] "a-benn %(count)s munut" + +#: templatetags/humanize.py:228 +#, python-format +msgid "an hour from now" +msgid_plural "%(count)s hours from now" +msgstr[0] "a-benn un eurvezh" +msgstr[1] "a-benn %(count)s eurvezh" diff --git a/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo index be9d529926ec500e6515b4bd5f1201fe39a01c3b..678f208e6a7d4f4fa7a4d8b58f8747fd5606d94c 100644 Binary files a/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po b/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po index 111e2b9e4685d2e7da3e6456549377558a89c08c..5015fa03521dad6ac6368e7e1399cf49bd1ab433 100644 --- a/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Filip Dupanović \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "deset" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "jučer" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "sutra" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-i" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-vi" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-i" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-i" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -55,7 +55,7 @@ msgstr[0] "%(value).1f million" msgstr[1] "%(value).1f miliona" msgstr[2] "%(value).1f miliona" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -63,7 +63,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -71,7 +71,7 @@ msgstr[0] "%(value).1f milijarda" msgstr[1] "%(value).1f milijarde" msgstr[2] "%(value).1f milijardi" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -79,7 +79,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -87,7 +87,7 @@ msgstr[0] "%(value).1f bilion" msgstr[1] "%(value).1f biliona" msgstr[2] "%(value).1f biliona" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -95,7 +95,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -103,7 +103,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -111,7 +111,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -119,7 +119,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -127,7 +127,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -135,7 +135,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -143,7 +143,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -151,7 +151,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -159,7 +159,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -167,7 +167,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -175,7 +175,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -183,7 +183,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -191,7 +191,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -199,7 +199,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -207,7 +207,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -215,7 +215,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -223,53 +223,53 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "jedan" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dva" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "četiri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pet" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šest" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sedam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "devet" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -277,7 +277,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -285,7 +285,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -293,13 +293,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -307,7 +307,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -315,7 +315,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo index f43242c3862da2f6283b3d9ec11135c3d515deae..6d5765fe40b29ca7c3c7ddaea013bf9022e4b436 100644 Binary files a/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po index c10eb736853aa142b133a22559d1edf9c8a827fb..fec039f2d01a04b9571a4fb7865dcaa9c5f3b66c 100644 --- a/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-05 23:00+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "avui" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ahir" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "demà" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "è" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "r" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "n" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "r" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milió" msgstr[1] "%(value).1f milions" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milió" msgstr[1] "%(value)s milions" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miliard" msgstr[1] "%(value).1f miliards" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miliard" msgstr[1] "%(value)s miliards" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f bilió" msgstr[1] "%(value).1f bilions" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s bilió" msgstr[1] "%(value)s bilió" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f quadrilió" msgstr[1] "%(value).1f quadrilions" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s quadrilió" msgstr[1] "%(value)s quadrilions" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f quintilió" msgstr[1] "%(value).1f quintilions" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s quintilió" msgstr[1] "%(value)s quintilions" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sextilió" msgstr[1] "%(value).1f sextilions" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sextilió" msgstr[1] "%(value)s sextilions" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septilió" msgstr[1] "%(value).1f septilions" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septilió" msgstr[1] "%(value)s septilions" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f octilió" msgstr[1] "%(value).1f octilions" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s octilió" msgstr[1] "%(value)s octilions" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonilió" msgstr[1] "%(value).1f nonilions" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonilió" msgstr[1] "%(value)s nonilions" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f decilió" msgstr[1] "%(value).1f decilions" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s decilió" msgstr[1] "%(value)s decilions" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googols" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googols" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "un" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dos" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tres" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "quatre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinc" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "set" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "vuit" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nou" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "fa %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ara" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "fa un segon" msgstr[1] "fa %(count)s segons" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "fa un minut" msgstr[1] "fa %(count)s minuts" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "fa una hora" msgstr[1] "fa %(count)s hores" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s des d'ara" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "d'aquí a un segon" msgstr[1] "d'aquí a %(count)s segons" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "d'aquí a un minut" msgstr[1] "d'aquí a %(count)s minuts" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo index 0a8eb1693b6c6ea2160230645bd827b64063900c..35b33e1c67f5d760f19e0cc0d7cf45bc87665ea2 100644 Binary files a/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po b/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po index 4f99a88374d640541a281b3864dd669378393f7e..41fa53f123553c8eee7b66c3c95a8ec00f92f655 100644 --- a/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po @@ -7,46 +7,46 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Vlada Macek \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "dnes" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "včera" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "zítra" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -54,7 +54,7 @@ msgstr[0] "%(value).1f milion" msgstr[1] "%(value).1f miliony" msgstr[2] "%(value).1f milionů" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -62,7 +62,7 @@ msgstr[0] " %(value)s milion" msgstr[1] " %(value)s miliony" msgstr[2] " %(value)s milionů" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -70,7 +70,7 @@ msgstr[0] "%(value).1f miliarda" msgstr[1] "%(value).1f miliardy" msgstr[2] "%(value).1f miliard" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -78,7 +78,7 @@ msgstr[0] "%(value)s miliarda" msgstr[1] "%(value)s miliardy" msgstr[2] "%(value)s miliard" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -86,7 +86,7 @@ msgstr[0] "%(value).1f bilion" msgstr[1] "%(value).1f biliony" msgstr[2] "%(value).1f bilionů" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -94,7 +94,7 @@ msgstr[0] "%(value)s bilion" msgstr[1] "%(value)s biliony" msgstr[2] "%(value)s bilionů" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -102,7 +102,7 @@ msgstr[0] "%(value).1f biliarda" msgstr[1] "%(value).1f biliardy" msgstr[2] "%(value).1f biliard" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -110,7 +110,7 @@ msgstr[0] "%(value)s biliarda" msgstr[1] "%(value)s biliardy" msgstr[2] "%(value)s biliard" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -118,7 +118,7 @@ msgstr[0] "%(value).1f trilion" msgstr[1] "%(value).1f triliony" msgstr[2] "%(value).1f trilionů" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -126,7 +126,7 @@ msgstr[0] "%(value)s trilion" msgstr[1] "%(value)s triliony" msgstr[2] "%(value)s trilionů" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -134,7 +134,7 @@ msgstr[0] "%(value).1f triliarda" msgstr[1] "%(value).1f triliardy" msgstr[2] "%(value).1f triliard" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -142,7 +142,7 @@ msgstr[0] "%(value)s triliard" msgstr[1] "%(value)s triliardy" msgstr[2] "%(value)s triliard" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -150,7 +150,7 @@ msgstr[0] "%(value).1f kvadrilion" msgstr[1] "%(value).1f kvadriliony" msgstr[2] "%(value).1f kvadrilionů" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -158,7 +158,7 @@ msgstr[0] "%(value)s kvadrilion" msgstr[1] "%(value)s kvadriliony" msgstr[2] "%(value)s kvadrilionů" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -166,7 +166,7 @@ msgstr[0] "%(value).1f kvadriliarda" msgstr[1] "%(value).1f kvadriliardy" msgstr[2] "%(value).1f kvadriliard" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -174,7 +174,7 @@ msgstr[0] "%(value)s kvadriliarda" msgstr[1] "%(value)s kvadriliardy" msgstr[2] "%(value)s kvadriliard" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -182,7 +182,7 @@ msgstr[0] "%(value).1f kvintilion" msgstr[1] "%(value).1f kvintiliony" msgstr[2] "%(value).1f kvintilionů" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -190,7 +190,7 @@ msgstr[0] "%(value)s kvintilion" msgstr[1] "%(value)s kvintiliony" msgstr[2] "%(value)s kvintilionů" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -198,7 +198,7 @@ msgstr[0] "%(value).1f kvintiliarda" msgstr[1] "%(value).1f kvintiliardy" msgstr[2] "%(value).1f kvintiliard" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -206,7 +206,7 @@ msgstr[0] "%(value)s kvintiliarda" msgstr[1] "%(value)s kvintiliardy" msgstr[2] "%(value)s kvintiliard" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -214,7 +214,7 @@ msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googoly" msgstr[2] "%(value).1f googolů" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -222,53 +222,53 @@ msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googoly" msgstr[2] "%(value)s googolů" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "jedna" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dvě" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tři" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "čtyři" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pět" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šest" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sedm" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osm" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "devět" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s v minulosti" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nyní" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -276,7 +276,7 @@ msgstr[0] "před sekundou" msgstr[1] "před %(count)s sekundami" msgstr[2] "před %(count)s sekundami" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -284,7 +284,7 @@ msgstr[0] "před minutou" msgstr[1] "před %(count)s minutami" msgstr[2] "před %(count)s minutami" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -292,13 +292,13 @@ msgstr[0] "před hodinou" msgstr[1] "před %(count)s hodinami" msgstr[2] "před %(count)s hodinami" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s v budoucnosti" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -306,7 +306,7 @@ msgstr[0] "za sekundu" msgstr[1] "za %(count)s sekundy" msgstr[2] "za %(count)s sekund" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -314,7 +314,7 @@ msgstr[0] "za minutu" msgstr[1] "za %(count)s minuty" msgstr[2] "za %(count)s minut" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo index 700bfabf8e0127c76aad168c21ad78bd8c354d18..2b8a5bee9a4d9cc642d1bccdcc885759effbeb73 100644 Binary files a/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po b/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po index d6d7ce3c66512a0fff09e984ac08a9e2ea723ea5..2b102a079fa5d35fa2d492361313e5023554c487 100644 --- a/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po @@ -1,49 +1,51 @@ # This file is distributed under the same license as the Django package. # +# Translators: msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2011-03-15 15:28+0000\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2011-01-19 15:13+0000\n" "Last-Translator: Django team\n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -52,7 +54,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -61,7 +63,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -70,7 +72,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -79,7 +81,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -88,7 +90,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -97,7 +99,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -106,7 +108,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -115,7 +117,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -124,7 +126,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -133,7 +135,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -142,7 +144,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -151,7 +153,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -160,7 +162,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -169,7 +171,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -178,7 +180,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -187,7 +189,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -196,7 +198,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -205,7 +207,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -214,7 +216,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -223,7 +225,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -232,7 +234,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -241,53 +243,53 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -296,7 +298,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -305,7 +307,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -314,13 +316,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -329,7 +331,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -338,7 +340,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo index bdd56dc46b657d66e9e0acdeb1ea2e8dfbc38d20..99bd1b4a936aa7f821ffb1a542874527db7ea4d0 100644 Binary files a/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/da/LC_MESSAGES/django.po b/django/contrib/humanize/locale/da/LC_MESSAGES/django.po index 678f596d167d77cd89bfd7cccb1a8859f80888de..a2f723b6c7822eb294f04fda6aa6837aef8b212e 100644 --- a/django/contrib/humanize/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/da/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Christian Joergensen \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "i dag" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "i går" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "i morgen" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f million" msgstr[1] "%(value).1f millioner" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s million" msgstr[1] "%(value)s millioner" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milliard" msgstr[1] "%(value).1f milliarder" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s milliard" msgstr[1] "%(value)s milliarder" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billion" msgstr[1] "%(value).1f billioner" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billion" msgstr[1] "%(value)s billioner" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f billiard" msgstr[1] "%(value).1f billiarder" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s billiard" msgstr[1] "%(value)s billiarder" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f trillion" msgstr[1] "%(value).1f trillioner" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s trillion" msgstr[1] "%(value)s trillioner" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f trilliard" msgstr[1] "%(value).1f trilliarder" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s trilliard" msgstr[1] "%(value)s trilliarder" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f kvadrillion" msgstr[1] "%(value).1f kvadrillioner" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s kvadrillion" msgstr[1] "%(value)s kvadrillioner" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f kvadrilliard" msgstr[1] "%(value).1f kvadrilliarder" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s kvadrilliard" msgstr[1] "%(value)s kvadrilliarder" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f kvintillion" msgstr[1] "%(value).1f kvintillioner" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s kvintillion" msgstr[1] "%(value)s kvintillioner" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f kvintilliard" msgstr[1] "%(value).1f kvintilliarder" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s kvintilliard" msgstr[1] "%(value)s kvintilliarder" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f gogol" msgstr[1] "%(value).1f gogoler" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s gogol" msgstr[1] "%(value)s gogoler" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "en" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "to" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "fire" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "fem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seks" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "syv" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "otte" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ni" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s siden" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nu" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "et sekund siden" msgstr[1] "%(count)s sekunder siden" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "et minut siden" msgstr[1] "%(count)s minutter siden" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "en time siden" msgstr[1] "%(count)s timer siden" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s fra nu af" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "et sekund fra nu af" msgstr[1] "%(count)s sekunder fra nu af" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "et minut fra nu af" msgstr[1] "%(count)s minutter fra nu af" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo index 7201a6609a0ea68ff94f66a6dc95aae282681f14..aefda047a65d36bd879696f7044bcc6be2dfeb4e 100644 Binary files a/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/de/LC_MESSAGES/django.po b/django/contrib/humanize/locale/de/LC_MESSAGES/django.po index 36fa064334246136dbc7c2c2ad55139fb23ae2cc..60f193e5cee72c69e38b3c21edf72fd1e6d3db83 100644 --- a/django/contrib/humanize/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/de/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: André Hagenbruch \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "heute" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "gestern" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "morgen" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f Million" msgstr[1] "%(value).1f Millionen" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s Million" msgstr[1] "%(value)s Millionen" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f Milliarde" msgstr[1] "%(value).1f Milliarden" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s Milliarde" msgstr[1] "%(value)s Milliarden" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f Billion" msgstr[1] "%(value).1f Billionen" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s Billion" msgstr[1] "%(value)s Billionen" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f Billiarde" msgstr[1] "%(value).1f Billiarden" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s Billiarde" msgstr[1] "%(value)s Billiarden" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f Trillion" msgstr[1] "%(value).1f Trillionen" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s Trillion" msgstr[1] "%(value)s Trillionen" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f Trilliarde" msgstr[1] "%(value).1f Trilliarden" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s Trilliarde" msgstr[1] "%(value)s Trilliarden" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f Quadrillion" msgstr[1] "%(value).1f Quadrillionen" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s Quadrillion" msgstr[1] "%(value)s Quadrillionen" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f Quadrilliarde" msgstr[1] "%(value).1f Quadrilliarden" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s Quadrilliarde" msgstr[1] "%(value)s Quadrilliarden" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f Quintillion" msgstr[1] "%(value).1f Quintillionen" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s Quintillion" msgstr[1] "%(value)s Quintillionen" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f Quintilliarde" msgstr[1] "%(value).1f Quintilliarden" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s Quintilliarde" msgstr[1] "%(value)s Quintilliarden" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f Sedezilliarde" msgstr[1] "%(value).1f Sedezilliarden" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s Sedezilliarde" msgstr[1] "%(value)s Sedezilliarden" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ein" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "zwei" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "drei" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "vier" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "fünf" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sechs" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sieben" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "acht" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "neun" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "vor %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "jetzt" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "vor einer Sekunde" msgstr[1] "vor %(count)s Sekunden" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "vor einer Minute" msgstr[1] "vor %(count)s Minuten" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "vor einer Stunde" msgstr[1] "vor %(count)s Stunden" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "in %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "in einer Sekunde" msgstr[1] "in %(count)s Sekunden" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "in einer Minute" msgstr[1] "in %(count)s Minuten" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo index 6366ded25e030313b536d54dbf5bb3f446e43cb9..b89497a2796c111b5415b3bd6398f360b4703928 100644 Binary files a/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/el/LC_MESSAGES/django.po b/django/contrib/humanize/locale/el/LC_MESSAGES/django.po index b3decd84272ddda4e8e75c6c3309cbe981ef5c07..ab13aaba40a4ad6ce888ae274bc9e4249f1a09af 100644 --- a/django/contrib/humanize/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/el/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-12 19:02+0000\n" "Last-Translator: Kostas Papadimitriou \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "σήμερα" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "χθες" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "αύριο" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "η" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "η" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "η" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "η" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f εκατομμύριο" msgstr[1] "%(value).1f εκατομμύρια" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] " %(value)s εκατομμύριο" msgstr[1] " %(value)s εκατομμύρια" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f δισεκατομμύριο" msgstr[1] "%(value).1f δισεκατομμύρια" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s δισεκατομμύριο" msgstr[1] "%(value)s δισεκατομμύρια" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f τρισεκατομμύριο" msgstr[1] "%(value).1f τρισεκατομμύρια" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s τρισεκατομμύριο" msgstr[1] "%(value)s τρισεκατομμύρια" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f τετράκις εκατομμύριο" msgstr[1] "%(value).1f τετράκις εκατομμύρια" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s τετράκις εκατομμύριο" msgstr[1] "%(value)s τετράκις εκατομμύρια" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f πεντάκις εκατομμύριo" msgstr[1] "%(value).1f πεντάκις εκατομμύρια" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s πεντάκις εκατομμύριo" msgstr[1] "%(value)s πεντάκις εκατομμύρια" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f εξάκις εκατομμύριo" msgstr[1] "%(value).1f εξάκις εκατομμύρια" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s εξάκις εκατομμύριo" msgstr[1] "%(value)s εξάκις εκατομμύρια" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f επτάκις εκατομμύριο" msgstr[1] "%(value).1f επτάκις εκατομμύρια" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s επτάκις εκατομμύριο" msgstr[1] "%(value)s επτάκις εκατομμύρια" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f οκτάκις εκατομμύριο" msgstr[1] "%(value).1f οκτάκις εκατομμύρια" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s οκτάκις εκατομμύριο" msgstr[1] "%(value)s οκτάκις εκατομμύρια" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f εννεάκις εκατομμύριο" msgstr[1] "%(value).1f εννεάκις εκατομμύρια" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s εννεάκις εκατομμύριο" msgstr[1] "%(value)s εννεάκις εκατομμύρια" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f δεκάκις εκατομμύριο" msgstr[1] "%(value).1f δεκάκις εκατομμύρια" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s δεκάκις εκατομμύριο" msgstr[1] "%(value)s δεκάκις εκατομμύρια" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ένα" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "δύο" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "τρία" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "τέσσερα" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "πέντε" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "έξι" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "εφτά" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "οκτώ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "εννιά" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "πριν από %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "τώρα" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "πριν από ένα δευτερόλεπτο" msgstr[1] "πριν από %(count)s δευτερόλεπτα" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "πριν από ένα λεπτό" msgstr[1] "πριν από %(count)s λεπτά" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "πριν από μια ώρα" msgstr[1] "πριν από %(count)s ώρες" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "σε %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "σε ένα δευτερόλεπτο" msgstr[1] "σε %(count)s δευτερόλεπτα" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "σε ένα λεπτό" msgstr[1] "σε %(count)s λεπτά" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo index 149d073523fbcef56f83e042430e38fd723f05cd..55110ebd7897a79a3ad454e8fafa79285fbe6adf 100644 Binary files a/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/en/LC_MESSAGES/django.po b/django/contrib/humanize/locale/en/LC_MESSAGES/django.po index 0e46126adbd1fa29eb9bcf1186260c58a9b51a0a..62d51f4162fdef5800c15c7163b7e264603952e4 100644 --- a/django/contrib/humanize/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/en/LC_MESSAGES/django.po @@ -1,290 +1,293 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:57+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:08+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: tests.py:125 templatetags/humanize.py:167 msgid "today" -msgstr "" +msgstr "today" #: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" -msgstr "" +msgstr "yesterday" #: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" -msgstr "" +msgstr "tomorrow" #: templatetags/humanize.py:25 msgid "th" -msgstr "" +msgstr "th" #: templatetags/humanize.py:25 msgid "st" -msgstr "" +msgstr "st" #: templatetags/humanize.py:25 msgid "nd" -msgstr "" +msgstr "nd" #: templatetags/humanize.py:25 msgid "rd" -msgstr "" +msgstr "rd" #: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f million" +msgstr[1] "%(value).1f million" #: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s million" +msgstr[1] "%(value)s million" #: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f billion" +msgstr[1] "%(value).1f billion" #: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s billion" +msgstr[1] "%(value)s billion" #: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f trillion" +msgstr[1] "%(value).1f trillion" #: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trillion" +msgstr[1] "%(value)s trillion" #: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f quadrillion" +msgstr[1] "%(value).1f quadrillion" #: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quadrillion" +msgstr[1] "%(value)s quadrillion" #: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f quintillion" +msgstr[1] "%(value).1f quintillion" #: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quintillion" +msgstr[1] "%(value)s quintillion" #: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f sextillion" +msgstr[1] "%(value).1f sextillion" #: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sextillion" +msgstr[1] "%(value)s sextillion" #: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f septillion" +msgstr[1] "%(value).1f septillion" #: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septillion" +msgstr[1] "%(value)s septillion" #: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f octillion" +msgstr[1] "%(value).1f octillion" #: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s octillion" +msgstr[1] "%(value)s octillion" #: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f nonillion" +msgstr[1] "%(value).1f nonillion" #: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonillion" +msgstr[1] "%(value)s nonillion" #: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f decillion" +msgstr[1] "%(value).1f decillion" #: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decillion" +msgstr[1] "%(value)s decillion" #: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googol" #: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s googol" +msgstr[1] "%(value)s googol" #: templatetags/humanize.py:144 msgid "one" -msgstr "" +msgstr "one" #: templatetags/humanize.py:144 msgid "two" -msgstr "" +msgstr "two" #: templatetags/humanize.py:144 msgid "three" -msgstr "" +msgstr "three" #: templatetags/humanize.py:144 msgid "four" -msgstr "" +msgstr "four" #: templatetags/humanize.py:144 msgid "five" -msgstr "" +msgstr "five" #: templatetags/humanize.py:144 msgid "six" -msgstr "" +msgstr "six" #: templatetags/humanize.py:144 msgid "seven" -msgstr "" +msgstr "seven" #: templatetags/humanize.py:144 msgid "eight" -msgstr "" +msgstr "eight" #: templatetags/humanize.py:144 msgid "nine" -msgstr "" +msgstr "nine" #: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s ago" #: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "now" #: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "a second ago" +msgstr[1] "%(count)s seconds ago" #: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "a minute ago" +msgstr[1] "%(count)s minutes ago" #: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "an hour ago" +msgstr[1] "%(count)s hours ago" #: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s from now" #: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "a second from now" +msgstr[1] "%(count)s seconds from now" #: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "a minute from now" +msgstr[1] "%(count)s minutes from now" #: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "an hour from now" +msgstr[1] "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo index 6be955bd92409ce61fbf7930cef0e6346a094459..409a859dee4bcdd5e18bf601003baf8de8c23ead 100644 Binary files a/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po index 0f64c64475723d5dd6713a19c9fd2905d3605034..d542a1c4e5eb8fff5bd957feb3374947505bfb8e 100644 --- a/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: jon_atkinson \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "today" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "yesterday" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "tomorrow" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f million" msgstr[1] "%(value).1f million" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s million" msgstr[1] "%(value)s million" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f billion" msgstr[1] "%(value).1f billion" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s billion" msgstr[1] "%(value)s billion" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trillion" msgstr[1] "%(value).1f trillion" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s trillion" msgstr[1] "%(value)s trillion" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f quadrillion" msgstr[1] "%(value).1f quadrillion" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s quadrillion" msgstr[1] "%(value)s quadrillion" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f quintillion" msgstr[1] "%(value).1f quintillion" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s quintillion" msgstr[1] "%(value)s quintillion" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sextillion" msgstr[1] "%(value).1f sextillion" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sextillion" msgstr[1] "%(value)s sextillion" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septillion" msgstr[1] "%(value).1f septillion" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septillion" msgstr[1] "%(value)s septillion" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f octillion" msgstr[1] "%(value).1f octillion" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s octillion" msgstr[1] "%(value)s octillion" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonillion" msgstr[1] "%(value).1f nonillion" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonillion" msgstr[1] "%(value)s nonillion" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f decillion" msgstr[1] "%(value).1f decillion" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s decillion" msgstr[1] "%(value)s decillion" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "one" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "two" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "three" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "four" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "five" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "six" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "seven" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "eight" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nine" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s ago" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "now" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "a second ago" msgstr[1] "%(count)s seconds ago" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "a minute ago" msgstr[1] "%(count)s minutes ago" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "an hour ago" msgstr[1] "%(count)s hours ago" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s from now" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "a second from now" msgstr[1] "%(count)s seconds from now" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "a minute from now" msgstr[1] "%(count)s minutes from now" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo index 3ec0a0175e1f0dbf7f656fb139cbe0142ead9db1..8ae4ba941b412a352f1d6439b13d278a98017fdd 100644 Binary files a/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po b/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po index 65eee24f5639a8ba228558b02c6218ddfd34f5f8..e8d92f7d712d451d96b2a90325cf1ca3e9599460 100644 --- a/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po @@ -5,287 +5,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hodiaŭ" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "hieraŭ" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "morgaŭ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "a" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "a" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "a" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "a" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milionoj" msgstr[1] "%(value).1f milionoj" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milionoj" msgstr[1] "%(value)s milionoj" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miliardoj" msgstr[1] "%(value).1f miliardoj" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miliardoj" msgstr[1] "%(value)s miliardoj" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f triiliono" msgstr[1] "%(value).1f triiliono" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s triilionoj" msgstr[1] "%(value)s triilionoj" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f kvariliono" msgstr[1] "%(value).1f kvariliono" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s kvarilionoj" msgstr[1] "%(value)s kvarilionoj" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f kvinilionoj" msgstr[1] "%(value).1f kvinilionoj" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s kvinilionoj" msgstr[1] "%(value)s kvinilionoj" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sesilionoj" msgstr[1] "%(value).1f sesilionoj" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sesilionoj" msgstr[1] "%(value)s sesilionoj" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f sepilionoj" msgstr[1] "%(value).1f sepilionoj" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s sepilionoj" msgstr[1] "%(value)s sepilionoj" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f okilionoj" msgstr[1] "%(value).1f okilionoj" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s okilionoj" msgstr[1] "%(value)s okilionoj" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f naŭilionoj" msgstr[1] "%(value).1f naŭilionoj" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s naŭilionoj" msgstr[1] "%(value)s naŭilionoj" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f dekilionoj" msgstr[1] "%(value).1f dekilionoj" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s dekilionoj" msgstr[1] "%(value)s dekilionoj" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f guglo" msgstr[1] "%(value).1f guglo" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s gugloj" msgstr[1] "%(value)s gugloj" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "unu" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "du" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "kvar" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "kvin" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ses" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sep" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ok" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "naŭ" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s antaŭe" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nun" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "unu sekundo antaŭe" msgstr[1] "%(count)s sekundoj antaŭe" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "unu minuto antaŭe" msgstr[1] "%(count)s minutoj antaŭe" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "unu horo antaŭe" msgstr[1] "%(count)s horoj antaŭe" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s ekde nun" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "unu sekundo ekde nun" msgstr[1] "%(count)s sekundoj ekde nun" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "unu minuto ekde nun" msgstr[1] "%(count)s minutoj ekde nun" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo index 44b9bba118f2dac8405f59eb85b198ddf74ee260..efa0393cb33743e7f377d1e0d943c3045614df5a 100644 Binary files a/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/es/LC_MESSAGES/django.po b/django/contrib/humanize/locale/es/LC_MESSAGES/django.po index 664f0ef355b7d4663803c393cda0f491e6125a7b..570e38a40cd3e8b861c0586f4a22326051a35d63 100644 --- a/django/contrib/humanize/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/es/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-14 19:27+0000\n" -"Last-Translator: Antoni Aloy \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Last-Translator: Antoni Aloy \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hoy" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ayer" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "mañana" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "º" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f millón" msgstr[1] "%(value).1f millón" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s millon" msgstr[1] "%(value)s millones" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f millardo" msgstr[1] "%(value).1f millardos" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s millardo" msgstr[1] "%(value)s millardos" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billón" msgstr[1] "%(value).1f billón" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billón" msgstr[1] "%(value)s billones" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f billardo" msgstr[1] "%(value).1f billardos" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s billardos" msgstr[1] "%(value)s billardos" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f trillón" msgstr[1] "%(value).1f trillones" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s trillón" msgstr[1] "%(value)s trillones" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f trillardo" msgstr[1] "%(value).1f trillardos" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s trillardo" msgstr[1] "%(value)s trillardos" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f cuatrillón" msgstr[1] "%(value).1f cuatrillones" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s cuatrillón" msgstr[1] "%(value)s cuatrillones" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f cuatrillardo" msgstr[1] "%(value).1f cuatrillardos" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s cuatrillardo" msgstr[1] "%(value)s cuatrillardos" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f quintillón" msgstr[1] "%(value).1f quintillones" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s quintillón" msgstr[1] "%(value)s quintillones" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f quintillardo" msgstr[1] "%(value).1f quintillardos" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s quintillardo" msgstr[1] "%(value)s quintillardos" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] " %(value)s googol" msgstr[1] " %(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "uno" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dos" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tres" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "cuatro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinco" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "siete" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ocho" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nueve" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "hace %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ahora" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "hace un segundo" msgstr[1] "hace %(count)s segundos" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "hace un minuto" msgstr[1] "hace %(count)s minutos " -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "hace una hora" msgstr[1] "hace %(count)s horas" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s a partir de ahora" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "un segundo a partir de ahora" msgstr[1] "%(count)s segundos a partir de ahora" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "un minuto a partir de ahora" msgstr[1] " %(count)s minutos a partir de ahora" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo index 316edb7fb6216ebbea3f6fa4fa5e2e04b737101d..24ec06e9857eea1a9e148ab269fb33e4195031d1 100644 Binary files a/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po index 8e5f5e873c3c56c82c06d721ebfee8c29290d727..8ae200f703d23ec9aefac64108bcdac5c001cacc 100644 --- a/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-22 11:22+0000\n" "Last-Translator: Ramiro Morales \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hoy" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ayer" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "mañana" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "to" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ro" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "do" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ro" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f millón" msgstr[1] "%(value).1f millones" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s millón" msgstr[1] "%(value)s millones" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f millardo" msgstr[1] "%(value).1f millardos" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s millardo" msgstr[1] "%(value)s millardos" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billón" msgstr[1] "%(value).1f billones" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billón" msgstr[1] "%(value)s billones" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f mil billones" msgstr[1] "%(value).1f miles de billones" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s mil billones" msgstr[1] "%(value)s miles de billones" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f trillón" msgstr[1] "%(value).1f trilliones" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s trillón" msgstr[1] "%(value)s trilliones" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f mil trillones" msgstr[1] "%(value).1f miles de trillones" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s mil trillones" msgstr[1] "%(value)s miles de trillones" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f cuatrillón" msgstr[1] "%(value).1f cuatrillones" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s cuatrillón" msgstr[1] "%(value)s cuatrillones" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f mil cuatrillones" msgstr[1] "%(value).1f miles de cuatrillones" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s mil cuatrillones" msgstr[1] "%(value)s miles de cuatrillones" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f quintillón" msgstr[1] "%(value).1f quintillones" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s quintillón" msgstr[1] "%(value)s quintillones" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f mil quintillones" msgstr[1] "%(value).1f miles de quintillones" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s mil quintillones" msgstr[1] "%(value)s miles de quintillones" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f \"gúgol\"" msgstr[1] "%(value).1f \"gúgols\"" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s \"gúgol\"" msgstr[1] "%(value)s \"gúgols\"" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "uno" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dos" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tres" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "cuatro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinco" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "siete" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ocho" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nueve" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "hace %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ahora" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "hace un segundo" msgstr[1] "hace %(count)s segundos" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "hace un minuto" msgstr[1] "hace %(count)s minutos" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "hace una hora" msgstr[1] "hace %(count)s horas" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "dentro de %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "dentro de un segundo" msgstr[1] "dentro de %(count)s segundos" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "dentro de un minuto" msgstr[1] "dentro de %(count)s minutos" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo index 2f5e1b4e70d81d4cfa01663887cd2aed3fabaa00..4a3719b5d0dd7547604ae4f37c09ceb8f32755c6 100644 Binary files a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po index 62dfb0571b40f150964d4c0c2771fae0ce377b5b..da4e1b803b05f188ef7a12d52ae429b6db65ed3b 100644 --- a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po @@ -6,287 +6,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-06 20:32+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hoy" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ayer" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "mañana" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "to" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ro" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "do" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ro" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f millón" msgstr[1] "%(value).1f millones" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s millones" msgstr[1] "%(value)s millones" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f billón" msgstr[1] "%(value).1f billones" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s billiones" msgstr[1] "%(value)s billiones" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trillón" msgstr[1] "%(value).1f trillones" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s trilliones" msgstr[1] "%(value)s trilliones" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f cuatrillón" msgstr[1] "%(value).1f cuatrillones" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s cuatrillón" msgstr[1] "%(value)s cuatrillones" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f quintillón" msgstr[1] "%(value).1f quintillones" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s quintillón" msgstr[1] "%(value)s quintillones" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sextillón" msgstr[1] "%(value).1f sextillones" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sextillón" msgstr[1] "%(value)s sextillones" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septillón" msgstr[1] "%(value).1f septillones" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septillón" msgstr[1] "%(value)s septillones" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f octillón" msgstr[1] "%(value).1f octillones" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s octillón" msgstr[1] "%(value)s octillones" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonillion" msgstr[1] "%(value).1f nonillion" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonillón" msgstr[1] "%(value)s nonillones" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f decillón" msgstr[1] "%(value).1f decillones" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s decillón" msgstr[1] "%(value)s decillones" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googoles" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googoles" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "uno" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dos" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tres" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "cuatro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinco" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "siete" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ocho" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nueve" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "hace %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ahora" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "hace un segundo" msgstr[1] "hace %(count)s segundos" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "Hace un minuto" -msgstr[1] "Hace %(count)s minutos" +msgstr[1] "Hace %s minutos" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "Hace una hora" -msgstr[1] "Hace %(count)s horas" +msgstr[1] "Hace %s horas" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s a partir de ahora" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "un segundo a partir de ahora" msgstr[1] "%(count)s segundos a partir de ahora" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "un minuto a partir de ahora" msgstr[1] "%(count)s minutos a partir de ahora" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo index f8b501a4cc8ea7c31a507fb42a22895abb502e25..a4bee483bbf0c24efc9ea277bcb978ed6a950f73 100644 Binary files a/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/et/LC_MESSAGES/django.po b/django/contrib/humanize/locale/et/LC_MESSAGES/django.po index 8dc558e27306e229d9d7e593917df10c2f20c462..bc4c81c2a062cf176c415e1cb24fe8d213d240f2 100644 --- a/django/contrib/humanize/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/et/LC_MESSAGES/django.po @@ -6,287 +6,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "täna" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "eile" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "homme" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f miljon" msgstr[1] "%(value).11f miljonit" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miljard" msgstr[1] "%(value).1f miljardit" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f triljon" msgstr[1] "%(value).1f triljonit" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "üks" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "kaks" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "kolm" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "neli" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "viis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "kuus" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "seitse" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "kaheksa" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "üheksa" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo index 09f6ddc045784a77d2fb0178a5a267c936827812..0b29589578c3affd6acb0ef8d9530c251fe33a7d 100644 Binary files a/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po b/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po index 73bacc3520bda86147e122b692007c20ec811d2d..fcb8d287eceb5cbdcd24f1a511e9ef657bdabe7a 100644 --- a/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-09 10:28+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "gaur" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "atzo" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "bihar" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "garren" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "garren" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "garren" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "miloi %(value).1f " msgstr[1] "%(value).1f miloi" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "milioi %(value)s" msgstr[1] "%(value)s milioi" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "biloi %(value).1f " msgstr[1] "%(value).1f biloi" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "bilioi %(value)s" msgstr[1] "%(value)s bilioi" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "triloi %(value).1f " msgstr[1] "%(value).1f triloi" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "trilioi %(value)s" msgstr[1] "%(value)s trilioi" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "kuatrilioi %(value).1f " msgstr[1] "%(value).1f kuatrilioi" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "kuatrilioi %(value)s" msgstr[1] "%(value)s kuatrilioi" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "kintilioi %(value).1f" msgstr[1] "%(value).1f kintilioi" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "kintilioi %(value)s" msgstr[1] "%(value)s kintilioi" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "sextilioi %(value).1f" msgstr[1] "%(value).1f sextilioi" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "sextilioi %(value)s" msgstr[1] "%(value)s sextilioi" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "septilioi %(value).1f" msgstr[1] "%(value).1f septilioi" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "septilioi %(value)s" msgstr[1] "%(value)s septilioi" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "octilioi %(value).1f" msgstr[1] "%(value).1f octilioi" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "octillioi %(value)s" msgstr[1] " %(value)s octilioi" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "nonilioi %(value).1f " msgstr[1] "%(value).1f nonilioi" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "nonilioi %(value)s" msgstr[1] "%(value)s nonilioi" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "dezilioi %(value).1f" msgstr[1] "%(value).1f deziioi" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "dezilioi %(value)s " msgstr[1] "%(value)s dezilioi" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "gugol %(value).1f" msgstr[1] "%(value).1f gugol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "gugol %(value)s" msgstr[1] "%(value)s gugol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "bat" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "bi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "hiru" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "lau" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "bost" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sei" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "zazpi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "zortzi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "bederatzi" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "duela %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "orain" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "duela segundu bat" msgstr[1] "duela %(count)s segundu" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "duela minutu bat" msgstr[1] "duela %(count)s minutu " -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "duela ordubete" msgstr[1] "duela %(count)s ordu" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s barru" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "segundu bat barru" msgstr[1] "%(count)s segundu barru" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "minutu bat barru" msgstr[1] "%(count)s minutu barru" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo index b32fb72433a8a7456f3e780c060545aaff77f4ef..9447626a1d4bc1fcbb860083da7ab4d68505d2e8 100644 Binary files a/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po b/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po index 83783fbe9e19a40124a102ca45eddc0c660181d9..5ae6f04db79b0dceed4e8720ae3f653f40c26a4b 100644 --- a/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po @@ -1,266 +1,270 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Ali Nikneshan , 2012. +# Alireza Savand , 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-11 08:49+0000\n" +"Last-Translator: Ali Nikneshan \n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "امروز" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "دیروز" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "فردا" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "اُم" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "اُم" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "اُم" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "اُم" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f میلیون" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" +msgstr[0] "%(value)s میلیون" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f بیلیون" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" +msgstr[0] "%(value)s میلیارد" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f تریلون" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" +msgstr[0] "%(value)s تریلیون" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" +msgstr[0] "%(value).1f کوادریلیون" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" +msgstr[0] "%(value)s کوادریلیون" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" +msgstr[0] "%(value).1f کوانتینیوم" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" +msgstr[0] "%(value)s کوانتینیوم" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" +msgstr[0] "%(value).1f با 21 صفر" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" +msgstr[0] "%(value)s با 21 صفر" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" +msgstr[0] "%(value).1f سپتیلیون" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" +msgstr[0] "%(value)s سپتیلیون" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" +msgstr[0] "%(value).1f octillion" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" +msgstr[0] "%(value)s octillion" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" +msgstr[0] " %(value).1f با 54 صفر" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" +msgstr[0] "%(value)s با 54 صفر" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" +msgstr[0] "%(value).1f با شصت صفر" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" +msgstr[0] "%(value)s با شصت صفر" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" +msgstr[0] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" +msgstr[0] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "یک" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "دو" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "سه" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "چهار" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "پنج" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "شش" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "هفت" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "هشت" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "نُه" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s قبل" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "اکنون" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" +msgstr[0] "%(count)s ثانیه پیش" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" +"%(count)s دقیقه پیش\n" +" " -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" +msgstr[0] "%(count)s ساعت پیش" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s از الان" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" +msgstr[0] "%(count)s ثانیه بعد" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" +msgstr[0] "%(count)s دقیقه بعد" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" +msgstr[0] "%(count)s ساعت بعد" diff --git a/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo index 9d2326978780161bf056bd4b19141d36ce76ecd6..6ee7a4eba9e5105d7a58b9e10fd1356e31e6aa35 100644 Binary files a/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po b/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po index 1c46e15c95a46bf65ec2764a606b28b511967e7d..7931d4c75ec9206db5eaeab5b3ebed7b4be8b213 100644 --- a/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:40+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Antti Kaihola \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "tänään" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "eilen" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "huomenna" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f miljoona" msgstr[1] "%(value).1f miljoonaa" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s miljoona" msgstr[1] "%(value)s miljoonaa" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miljardi" msgstr[1] "%(value).1f miljardia" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miljardi" msgstr[1] "%(value)s miljardia" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f biljoona" msgstr[1] "%(value).1f biljoonaa" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s biljoona" msgstr[1] "%(value)s biljoonaa" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "yksi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "kaksi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "kolme" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "neljä" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "viisi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "kuusi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "seitsemän" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "kahdeksan" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "yhdeksän" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s sitten" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nyt" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "sekunti sitten" msgstr[1] "%(count)s sekuntia sitten" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "minuutti sitten" msgstr[1] "%(count)s minuuttia sitten" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "tunti sitten" msgstr[1] "%(count)s tuntia sitten" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s tästä hetkestä" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "sekunnin kuluttua" msgstr[1] "%(count)s sekunnin kuluttua" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "minuutin kuluttua" msgstr[1] "%(count)s minuutin kuluttua" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo index 8afabad021542cb49241351d91dcc0a1e8dc368c..e85cc4a17d28d2826c481e41ea259f4f4b15ec3e 100644 Binary files a/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po b/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po index b5eec6bc384bcd2e2de2ac6087c3b4187dc58bc8..6c9edbf335e7e45b24bcb2781ade768e5de9bed5 100644 --- a/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: claudep \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "aujourd'hui" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "hier" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "demain" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "e" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "er" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "e" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "e" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f million" msgstr[1] "%(value).1f millions" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s million" msgstr[1] "%(value)s millions" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milliard" msgstr[1] "%(value).1f milliards" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s milliard" msgstr[1] "%(value)s milliards" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billion" msgstr[1] "%(value).1f billions" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billion" msgstr[1] "%(value)s billions" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f quadrillion" msgstr[1] "%(value).1f quadrillions" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s quadrillion" msgstr[1] "%(value)s quadrillions" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f quintillion" msgstr[1] "%(value).1f quintillions" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s quintillion" msgstr[1] "%(value)s quintillions" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sextillion" msgstr[1] "%(value).1f sextillions" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sextillion" msgstr[1] "%(value)s sextillion" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septillion" msgstr[1] "%(value).1f septillions" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septillion" msgstr[1] "%(value)s septillions" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f octillion" msgstr[1] "%(value).1f octillions" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s octillion" msgstr[1] "%(value)s octillions" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonillion" msgstr[1] "%(value).1f nonillions" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonillion" msgstr[1] "%(value)s nonillions" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f décillion" msgstr[1] "%(value).1f décillions" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s décillion" msgstr[1] "%(value)s décillions" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f gogol" msgstr[1] "%(value).1f gogols" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s gogol" msgstr[1] "%(value)s gogols" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "un" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "deux" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "trois" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "quatre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinq" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "six" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sept" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "huit" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "neuf" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "il y a %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "maintenant" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "il y a une seconde" msgstr[1] "il y a %(count)s secondes" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "il y a une minute" msgstr[1] "il y a %(count)s minutes" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "il y a une heure" msgstr[1] "il y a %(count)s heures" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "dans %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "dans une seconde" msgstr[1] "dans %(count)s secondes" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "dans une minute" msgstr[1] "dans %(count)s minutes" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo index e77ce15076e26579dbea6a034dc8a6ff2e4a7163..87c8d34d6e3afe8153d723795ce993da5c5cbae7 100644 Binary files a/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po index 1650407de3fb03e5d2af2bc11aa54b95206db109..3ad6f2a8663a3caa913701fd44369b28e2a0721f 100644 --- a/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-16 13:31+0000\n" "Last-Translator: Michael Thornhill \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "inniu" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "inné" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "amárach" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ú" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ú" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ú" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ú" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -57,7 +57,7 @@ msgstr[2] "%(value).1f milliún" msgstr[3] "%(value).1f milliún" msgstr[4] "%(value).1f milliún" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -67,7 +67,7 @@ msgstr[2] " %(value)s milliún" msgstr[3] " %(value)s milliún" msgstr[4] " %(value)s milliún" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -77,7 +77,7 @@ msgstr[2] "%(value).1f billiún" msgstr[3] "%(value).1f billiún" msgstr[4] "%(value).1f billiún" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -87,7 +87,7 @@ msgstr[2] " %(value)s billiún" msgstr[3] " %(value)s billiún" msgstr[4] " %(value)s billiún" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -97,7 +97,7 @@ msgstr[2] "%(value).1f trilliún" msgstr[3] "%(value).1f trilliún" msgstr[4] "%(value).1f trilliún" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -107,7 +107,7 @@ msgstr[2] " %(value)s trilliún" msgstr[3] " %(value)s trilliún" msgstr[4] " %(value)s trilliún" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -117,7 +117,7 @@ msgstr[2] "%(value).1f quadrilliún" msgstr[3] "%(value).1f quadrilliún" msgstr[4] "%(value).1f quadrilliún" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -127,7 +127,7 @@ msgstr[2] "%(value)s quadrilliún" msgstr[3] "%(value)s quadrilliún" msgstr[4] "%(value)s quadrilliún" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -137,7 +137,7 @@ msgstr[2] "%(value).1f quintillion" msgstr[3] "%(value).1f quintillion" msgstr[4] "%(value).1f quintillion" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -147,7 +147,7 @@ msgstr[2] "%(value)s quintillion" msgstr[3] "%(value)s quintillion" msgstr[4] "%(value)s quintillion" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -157,7 +157,7 @@ msgstr[2] "%(value).1f sextillion" msgstr[3] "%(value).1f sextillion" msgstr[4] "%(value).1f sextillion" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -167,7 +167,7 @@ msgstr[2] "%(value)s sextillion" msgstr[3] "%(value)s sextillion" msgstr[4] "%(value)s sextillion" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -177,7 +177,7 @@ msgstr[2] "%(value).1f septillion" msgstr[3] "%(value).1f septillion" msgstr[4] "%(value).1f septillion" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -187,7 +187,7 @@ msgstr[2] "%(value)s septillion" msgstr[3] "%(value)s septillion" msgstr[4] "%(value)s septillion" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -197,7 +197,7 @@ msgstr[2] "%(value).1f octillion" msgstr[3] "%(value).1f octillion" msgstr[4] "%(value).1f octillion" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -207,7 +207,7 @@ msgstr[2] "%(value)s octillion" msgstr[3] "%(value)s octillion" msgstr[4] "%(value)s octillion" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -217,7 +217,7 @@ msgstr[2] "%(value).1f nonillion" msgstr[3] "%(value).1f nonillion" msgstr[4] "%(value).1f nonillion" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -227,7 +227,7 @@ msgstr[2] "%(value)s nonillion" msgstr[3] "%(value)s nonillion" msgstr[4] "%(value)s nonillion" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -237,7 +237,7 @@ msgstr[2] "%(value).1f decillion" msgstr[3] "%(value).1f decillion" msgstr[4] "%(value).1f decillion" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -247,7 +247,7 @@ msgstr[2] "%(value)s decillion" msgstr[3] "%(value)s decillion" msgstr[4] "%(value)s decillion" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -257,7 +257,7 @@ msgstr[2] "%(value).1f googol" msgstr[3] "%(value).1f googol" msgstr[4] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -267,53 +267,53 @@ msgstr[2] "%(value)s googol" msgstr[3] "%(value)s googol" msgstr[4] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "aon" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dó" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "trí" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "ceathair" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cúig" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sé" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "seacht" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ocht" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "naoi" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s ó shin" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "anois" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -323,7 +323,7 @@ msgstr[2] "%(count)s soicind ó shin" msgstr[3] "%(count)s soicind ó shin" msgstr[4] "%(count)s soicind ó shin" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -333,7 +333,7 @@ msgstr[2] "%(count)s nóiméad ó shin" msgstr[3] "%(count)s nóiméad ó shin" msgstr[4] "%(count)s nóiméad ó shin" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -343,13 +343,13 @@ msgstr[2] "%(count)s uair a chloig ó shin" msgstr[3] "%(count)s uair a chloig ó shin" msgstr[4] "%(count)s uair a chloig ó shin" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr " %(delta)s as seo amach" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -359,7 +359,7 @@ msgstr[2] "%(count)s soicind as seo amach" msgstr[3] "%(count)s soicind as seo amach" msgstr[4] "%(count)s soicind as seo amach" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -369,7 +369,7 @@ msgstr[2] "%(count)s nóiméad as seo amach" msgstr[3] "%(count)s nóiméad as seo amach" msgstr[4] "%(count)s nóiméad as seo amach" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo index 465a5caf1e24a746670c320593deca1617adad03..3fb145185b757d11a246ae167bc735ef475c9964 100644 Binary files a/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po b/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po index 0cf9b46ee4590e3f4be5676e1dcb590252aaa884..5a7aa14824ad55ee0a58065a22f0d1b717cf5856 100644 --- a/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po @@ -2,295 +2,296 @@ # # Translators: # fasouto , 2011. +# , 2013. # Jannis Leidel , 2011. # Leandro Regueiro , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Leandro Regueiro \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2013-01-07 11:58+0000\n" +"Last-Translator: fonso \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hoxe" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "onte" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "mañá" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "º" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f millón" msgstr[1] "%(value).1f millóns" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s millón" msgstr[1] "%(value)s millóns" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f mil millóns" msgstr[1] "%(value).1f miles de millóns" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s mil millóns" +msgstr[1] "%(value)s mil millóns" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billón" msgstr[1] "%(value).1f billóns" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s billón" +msgstr[1] "%(value)s billóns" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f trillóns" +msgstr[1] "%(value).1f trillóns" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trillón" +msgstr[1] "%(value)s trillóns" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f cuadrillóns" +msgstr[1] "%(value).1f cuadrillóns" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s cuadrillón" +msgstr[1] "%(value)s cuadrillóns" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f quintillóns" +msgstr[1] "%(value).1f quintillóns" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quintillón" +msgstr[1] "%(value)s quintillóns" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f sextillóns" +msgstr[1] "%(value).1f sextillóns" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sextillón" +msgstr[1] "%(value)s sextillóns" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f septillóns" +msgstr[1] "%(value).1f septillóns" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septillón" +msgstr[1] "%(value)s septillóns" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f octillóns" +msgstr[1] "%(value).1f octillóns" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s octillón" +msgstr[1] "%(value)s octillóns" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f nonillóns" +msgstr[1] "%(value).1f nonillóns" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonillón" +msgstr[1] "%(value)s nonillóns" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f gúgols" +msgstr[1] "%(value).1f gúgols" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s gúgol" +msgstr[1] "%(value)s gúgols" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "un" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dous" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tres" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "catro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinco" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sete" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "oito" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nove" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "hai %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "agora" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "hai un segundo" msgstr[1] "hai %(count)s segundos" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "hai un minuto" msgstr[1] "hai %(count)s minutos" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "hai unha hora" msgstr[1] "hai %(count)s horas" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "dentro de %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "dentro dun segundo" +msgstr[1] "dentro de %(count)s segundos" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "dentro dun minuto" +msgstr[1] "dentro de %(count)s minutos" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "dentro dunha hora" +msgstr[1] "dentro de %(count)s horas" diff --git a/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo index edb6565fa1c8ce5b942bc3cce2bab18413a00c99..fd3e56c39b338a6a5b2f97735da8f1deac4b9c06 100644 Binary files a/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/he/LC_MESSAGES/django.po b/django/contrib/humanize/locale/he/LC_MESSAGES/django.po index eed5fa8eb01c6c4966e8fc64429a7882869d04ca..c7a24a83b2df84cbabe8c343ea706014810ea164 100644 --- a/django/contrib/humanize/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/he/LC_MESSAGES/django.po @@ -3,291 +3,292 @@ # Translators: # Alex Gaynor , 2011. # Jannis Leidel , 2011. +# Meir Kriheli , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Alex Gaynor \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-21 11:11+0000\n" +"Last-Translator: Meir Kriheli \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "היום" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "אתמול" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "מחר" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "רביעי" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ראשון" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "שני" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "שלישי" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f מיליון" msgstr[1] "%(value).1f מיליונים" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s מיליון" msgstr[1] "%(value)s מיליון" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f מיליארד" msgstr[1] "%(value).1f מיליארדים" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s מיליארד" msgstr[1] "%(value)s מיליארד" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f טריליון" msgstr[1] "%(value).1f טריליונים" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s טריליון" msgstr[1] "%(value)s טריליון" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f קוודריליון" +msgstr[1] "%(value).1f קוודריליון" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s קוודריליון" +msgstr[1] "%(value)s קוודריליון" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f קווינטיליון" +msgstr[1] "%(value).1f קווינטיליון" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s קווינטיליון" +msgstr[1] "%(value)s קווינטיליון" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f סקסטיליון" +msgstr[1] "%(value).1f סקסטיליון" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s סקסטיליון" +msgstr[1] "%(value)s סקסטיליון" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f ספטיליון" +msgstr[1] "%(value).1f ספטיליון" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s ספטיליון" +msgstr[1] "%(value)s ספטיליון" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f אוקטיליון" +msgstr[1] "%(value).1f אוקטיליון" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s אוקטיליון" +msgstr[1] "%(value)s אוקטיליון" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f נוניליון" +msgstr[1] "%(value).1f נוניליון" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s נוניליון" +msgstr[1] "%(value)s נוניליון" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f דציליון" +msgstr[1] "%(value).1f דציליון" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s דציליון" +msgstr[1] "%(value)s דציליון" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f גוגול" +msgstr[1] "%(value).1f גוגול" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s גוגול" +msgstr[1] "%(value)s גוגול" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "אחד" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "שניים" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "שלושה" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "ארבעה" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "חמישה" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "שישה" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "שבעה" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "שמונה" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "תשעה" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "לפני %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "עכשיו" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "לפני שנייה" msgstr[1] "לפני %(count)s שניות" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "לפני דקה" msgstr[1] "לפני %(count)s דקות" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "לפני שעה" msgstr[1] "לפני %(count)s שעות" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "בעוד %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "בעוד שנייה" msgstr[1] "בעוד %(count)s שניות" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "בעוד דקה" msgstr[1] "בעוד %(count)s דקות" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo index 5e894c5d530fb4b21090f9460d433b7400fc1881..cc613b4ba1c2c1777a747bd5de525e37769291ba 100644 Binary files a/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po b/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po index f3e4632c58772a6fc391ddeafec1e9e24fe34728..88563ae2e24b014d305ccc068f3843fca41c4611 100644 --- a/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-04 08:26+0000\n" "Last-Translator: Chandan kumar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "आज" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "कल (बीता)" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "कल" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "वाँ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ला" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "रा" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "रा" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f मिलियन" msgstr[1] "%(value).1f मिलियन" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s मिलियन" msgstr[1] "%(value)s मिलियन" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f बिलियन" msgstr[1] "%(value).1f बिलियन" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s बिलियन" msgstr[1] "%(value)s बिलियन" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f खरब" msgstr[1] "%(value).1f खरब" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s खरब" msgstr[1] "%(value)s खरब" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f करोड़ शंख" msgstr[1] "%(value).1f करोड़ शंख" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s करोड़ शंख" msgstr[1] "%(value)s करोड़ शंख" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f कुइनतिलिअन " msgstr[1] "%(value).1f कुइनतिलिअन " -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s कुइनतिलिअन " msgstr[1] "%(value)s कुइनतिलिअन " -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f सेक्सतिलियन" msgstr[1] "%(value).1f सेक्सतिलियन" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s सेक्सतिलियन" msgstr[1] "%(value)s सेक्सतिलियन" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f सेपतिलियन " msgstr[1] "%(value).1f सेपतिलियन " -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s सेपतिलियन " msgstr[1] "%(value)s सेपतिलियन " -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f ओकतिलियन " msgstr[1] "%(value).1f ओकतिलियन " -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s ओकतिलियन " msgstr[1] "%(value)s ओकतिलियन " -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f नोनिलियन" msgstr[1] "%(value).1f नोनिलियन" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s नोनिलियन" msgstr[1] "%(value)s नोनिलियन" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f देसीलियन" msgstr[1] "%(value).1f देसीलियन" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s देसीलियन" msgstr[1] "%(value)s देसीलियन" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f गोगोल" msgstr[1] "%(value).1f गोगोल" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s गोगोल" msgstr[1] "%(value)s गोगोल" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "एक" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "दो" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "तीन" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "चार" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "पाँच" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "छह" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "सात" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "आठ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "नौ" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s पहले" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "अभी" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "एक सेकेंड पहले" msgstr[1] "%(count)s सेकेंड पहले" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] " एक मिनट पहले" msgstr[1] "%(count)s मिनट पहले" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "एक घंटा पहले" msgstr[1] "%(count)s घंटे पहले" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s अब से" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "अब से एक सेकेंड" msgstr[1] "अब से %(count)s सेकेंड" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "अब से एक मिनट" msgstr[1] "अब से %(count)s मिनट" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo index f3a791cbcc05006e5e5c930553df68786b3f46b0..25d9a902192bc53038bbfc20313da862be71c84e 100644 Binary files a/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po b/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po index 2dbed4b754ead2fdc28338493c4204ee691b73a7..2b961d7fbd358ab2891a672b7aa1d75567e7bb8c 100644 --- a/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po @@ -1,52 +1,54 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-04-16 10:48+0000\n" +"Last-Translator: aljosa \n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "danas" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "jučer" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "sutra" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -54,15 +56,15 @@ msgstr[0] "%(value).1f milijun" msgstr[1] "%(value).1f milijuna" msgstr[2] "%(value).1f milijuna" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s milijun" +msgstr[1] "%(value)s milijuna" +msgstr[2] "%(value)s milijun" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -70,15 +72,15 @@ msgstr[0] "%(value).1f milijarda" msgstr[1] "%(value).1f milijarde" msgstr[2] "%(value).1f milijarde" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s milijarda" +msgstr[1] "%(value)s milijarde" +msgstr[2] "%(value)s milijardi" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -86,238 +88,238 @@ msgstr[0] "%(value).1f bilion" msgstr[1] "%(value).1f biliona" msgstr[2] "%(value).1f bilion" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s bilijun" +msgstr[1] "%(value)s bilijuna" +msgstr[2] "%(value)s bilijuna" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f kvadrilijun" +msgstr[1] "%(value).1f kvadrilijuna" +msgstr[2] "%(value).1f kvadrilijuna" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s kvadrilijun" +msgstr[1] "%(value)s kvadrilijuna" +msgstr[2] "%(value)s kvadrilijuna" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f kvintilijun" +msgstr[1] "%(value).1f kvintilijuna" +msgstr[2] "%(value).1f kvintilijuna" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s kvintilijun" +msgstr[1] "%(value)s kvintilijuna" +msgstr[2] "%(value)s kvintilijuna" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f sekstilijun" +msgstr[1] "%(value).1f sekstilijuna" +msgstr[2] "%(value).1f sekstilijuna" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s sekstilijun" +msgstr[1] "%(value)s sekstilijuna" +msgstr[2] "%(value)s sekstilijuna" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f septilijun" +msgstr[1] "%(value).1f septilijuna" +msgstr[2] "%(value).1f septilijuna" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s septilijun" +msgstr[1] "%(value)s septilijuna" +msgstr[2] "%(value)s septilijuna" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f oktilijun" +msgstr[1] "%(value).1f oktilijuna" +msgstr[2] "%(value).1f oktilijuna" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s oktilijun" +msgstr[1] "%(value)s oktilijuna" +msgstr[2] "%(value)s oktilijuna" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f nonillion" +msgstr[1] "%(value).1f nonillion" +msgstr[2] "%(value).1f nonillion" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s nonillion" +msgstr[1] "%(value)s nonillion" +msgstr[2] "%(value)s nonillion" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f decillion" +msgstr[1] "%(value).1f decillion" +msgstr[2] "%(value).1f decillion" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s decillion" +msgstr[1] "%(value)s decillion" +msgstr[2] "%(value)s decillion" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googol" +msgstr[2] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s googol" +msgstr[1] "%(value)s googol" +msgstr[2] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "jedan" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dva" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "četiri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pet" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šest" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sedam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "devet" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "prije %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "sada" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "prije sekundu" +msgstr[1] "prije %(count)s sekunde" +msgstr[2] "prije %(count)s sekundi" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "prije minutu" +msgstr[1] "prije %(count)s minute" +msgstr[2] "prije %(count)s minuta" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "prije sat vremena" +msgstr[1] "prije %(count)s sata" +msgstr[2] "prije %(count)s sati" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s od sad" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "sekunda od sad" +msgstr[1] "%(count)s sekunde od sad" +msgstr[2] "%(count)s sekundi od sad" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "za minutu" +msgstr[1] "za %(count)s minuta" +msgstr[2] "za %(count)s minuta" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "za sat vremena" +msgstr[1] "za %(count)s sata/sati" +msgstr[2] "za %(count)s sata/sati" diff --git a/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo index a5895e6aa8f11951eef6d757873542999b9ecf02..120573971ae22e72e49a6cde3be56b7426879ce0 100644 Binary files a/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po b/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po index d410993436646cc3380083cdcafe49bfbd3d7f10..dd3a33838e7f675faeaff3a7847f73d7281220f4 100644 --- a/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-19 20:34+0000\n" "Last-Translator: istvanf \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "ma" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "tegnap" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "holnap" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value)1f millió" msgstr[1] "%(value)1f millió" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s millió" msgstr[1] "%(value)s millió" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value)1f milliárd" msgstr[1] "%(value)1f milliárd" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] " %(value)s milliárd" msgstr[1] " %(value)s milliárd" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value)1f trilliárd" msgstr[1] "%(value)1f trilliárd" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billió" msgstr[1] "%(value)s billió" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f billiárd" msgstr[1] "%(value).1f billiárd" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s billiárd" msgstr[1] "%(value)s billiárd" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f trillió" msgstr[1] "%(value).1f trillió" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s trillió" msgstr[1] "%(value)s trillió" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f trilliárd" msgstr[1] "%(value).1f trilliárd" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s trilliárd" msgstr[1] "%(value)s trilliárd" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f kvadrillió" msgstr[1] "%(value).1f kvadrillió" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s kvadrillió" msgstr[1] "%(value)s kvadrillió" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f kvadrilliárd" msgstr[1] "%(value).1f kvadrilliárd" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s kvadrilliárd" msgstr[1] "%(value)s kvadrilliárd" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f kvintillió" msgstr[1] "%(value).1f kvintillió" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s kvintillió" msgstr[1] "%(value)s kvintillió" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f kvintilliárd" msgstr[1] "%(value).1f kvintilliárd" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s kvintilliárd" msgstr[1] "%(value)s kvintilliárd" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "egy" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "kettő" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "három" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "négy" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "öt" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "hat" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "hét" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "nyolc" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "kilenc" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr " %(delta)s ezelőtt" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "most" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "egy másodperccel ezelőtt" msgstr[1] "%(count)s másodperccel ezelőtt" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "egy perccel ezelőtt" msgstr[1] "%(count)s perccel ezelőtt" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "egy órával ezelőtt" msgstr[1] "%(count)s órával ezelőtt" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s mostantól" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "egy másodperccel ezután" msgstr[1] "%(count)s másodperccel ezután" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "egy perccel ezután" msgstr[1] "%(count)s perccel ezután" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a0c99d660bcf8db9b5e54d7280517e6acb6baaf Binary files /dev/null and b/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..7cffdb298ee3800ee11a9d29557698b3d4d26959 --- /dev/null +++ b/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,294 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-05-03 20:48+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: tests.py:125 templatetags/humanize.py:167 +msgid "today" +msgstr "hodie" + +#: tests.py:125 templatetags/humanize.py:171 +msgid "yesterday" +msgstr "heri" + +#: tests.py:125 templatetags/humanize.py:169 +msgid "tomorrow" +msgstr "deman" + +#: templatetags/humanize.py:25 +msgid "th" +msgstr "e" + +#: templatetags/humanize.py:25 +msgid "st" +msgstr "me" + +#: templatetags/humanize.py:25 +msgid "nd" +msgstr "nde" + +#: templatetags/humanize.py:25 +msgid "rd" +msgstr "tie" + +#: templatetags/humanize.py:54 +#, python-format +msgid "%(value).1f million" +msgid_plural "%(value).1f million" +msgstr[0] "%(value).1f million" +msgstr[1] "%(value).1f milliones" + +#: templatetags/humanize.py:55 +#, python-format +msgid "%(value)s million" +msgid_plural "%(value)s million" +msgstr[0] "%(value)s million" +msgstr[1] "%(value)s milliones" + +#: templatetags/humanize.py:58 +#, python-format +msgid "%(value).1f billion" +msgid_plural "%(value).1f billion" +msgstr[0] "%(value).1f milliardo" +msgstr[1] "%(value).1f milliardos" + +#: templatetags/humanize.py:59 +#, python-format +msgid "%(value)s billion" +msgid_plural "%(value)s billion" +msgstr[0] "%(value)s milliardo" +msgstr[1] "%(value)s milliardos" + +#: templatetags/humanize.py:62 +#, python-format +msgid "%(value).1f trillion" +msgid_plural "%(value).1f trillion" +msgstr[0] "%(value).1f billion" +msgstr[1] "%(value).1f billiones" + +#: templatetags/humanize.py:63 +#, python-format +msgid "%(value)s trillion" +msgid_plural "%(value)s trillion" +msgstr[0] "%(value)s billion" +msgstr[1] "%(value)s billiones" + +#: templatetags/humanize.py:66 +#, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f billiardo" +msgstr[1] "%(value).1f billiardos" + +#: templatetags/humanize.py:67 +#, python-format +msgid "%(value)s quadrillion" +msgid_plural "%(value)s quadrillion" +msgstr[0] "%(value)s billiardo" +msgstr[1] "%(value)s billiardos" + +#: templatetags/humanize.py:70 +#, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f trillion" +msgstr[1] "%(value).1f trilliones" + +#: templatetags/humanize.py:71 +#, python-format +msgid "%(value)s quintillion" +msgid_plural "%(value)s quintillion" +msgstr[0] "%(value)s trillion" +msgstr[1] "%(value)s trilliones" + +#: templatetags/humanize.py:74 +#, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f trilliardo" +msgstr[1] "%(value).1f trilliardos" + +#: templatetags/humanize.py:75 +#, python-format +msgid "%(value)s sextillion" +msgid_plural "%(value)s sextillion" +msgstr[0] "%(value)s trilliardo" +msgstr[1] "%(value)s trilliardos" + +#: templatetags/humanize.py:78 +#, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f quadrillion" +msgstr[1] "%(value).1f quadrilliones" + +#: templatetags/humanize.py:79 +#, python-format +msgid "%(value)s septillion" +msgid_plural "%(value)s septillion" +msgstr[0] "%(value)s quadrillion" +msgstr[1] "%(value)s quadrilliones" + +#: templatetags/humanize.py:82 +#, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f quadrilliardo" +msgstr[1] "%(value).1f quadrilliardos" + +#: templatetags/humanize.py:83 +#, python-format +msgid "%(value)s octillion" +msgid_plural "%(value)s octillion" +msgstr[0] "%(value)s quadrilliardo" +msgstr[1] "%(value)s quadrilliardos" + +#: templatetags/humanize.py:86 +#, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f quintillion" +msgstr[1] "%(value).1f quintilliones" + +#: templatetags/humanize.py:87 +#, python-format +msgid "%(value)s nonillion" +msgid_plural "%(value)s nonillion" +msgstr[0] "%(value)s quintillion" +msgstr[1] "%(value)s quintilliones" + +#: templatetags/humanize.py:90 +#, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f quintilliardo" +msgstr[1] "%(value).1f quintilliardos" + +#: templatetags/humanize.py:91 +#, python-format +msgid "%(value)s decillion" +msgid_plural "%(value)s decillion" +msgstr[0] "%(value)s quintilliardo" +msgstr[1] "%(value)s quintilliardos" + +#: templatetags/humanize.py:94 +#, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googoles" + +#: templatetags/humanize.py:95 +#, python-format +msgid "%(value)s googol" +msgid_plural "%(value)s googol" +msgstr[0] "%(value)s googol" +msgstr[1] "%(value)s googoles" + +#: templatetags/humanize.py:144 +msgid "one" +msgstr "un" + +#: templatetags/humanize.py:144 +msgid "two" +msgstr "duo" + +#: templatetags/humanize.py:144 +msgid "three" +msgstr "tres" + +#: templatetags/humanize.py:144 +msgid "four" +msgstr "quatro" + +#: templatetags/humanize.py:144 +msgid "five" +msgstr "cinque" + +#: templatetags/humanize.py:144 +msgid "six" +msgstr "sex" + +#: templatetags/humanize.py:144 +msgid "seven" +msgstr "septe" + +#: templatetags/humanize.py:144 +msgid "eight" +msgstr "octo" + +#: templatetags/humanize.py:144 +msgid "nine" +msgstr "novem" + +#: templatetags/humanize.py:190 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s ago" +msgstr "%(delta)s retro" + +#: templatetags/humanize.py:193 templatetags/humanize.py:215 +msgid "now" +msgstr "ora" + +#: templatetags/humanize.py:196 +#, python-format +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "un secunda retro" +msgstr[1] "%(count)s secundas retro" + +#: templatetags/humanize.py:201 +#, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "un minuta retro" +msgstr[1] "%(count)s minutas retro" + +#: templatetags/humanize.py:206 +#, python-format +msgid "an hour ago" +msgid_plural "%(count)s hours ago" +msgstr[0] "un hora retro" +msgstr[1] "%(count)s horas retro" + +#: templatetags/humanize.py:212 +#, python-format +msgctxt "naturaltime" +msgid "%(delta)s from now" +msgstr "in %(delta)s" + +#: templatetags/humanize.py:218 +#, python-format +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "in un secunda" +msgstr[1] "in %(count)s secundas" + +#: templatetags/humanize.py:223 +#, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "in un minuta" +msgstr[1] "in %(count)s minutas" + +#: templatetags/humanize.py:228 +#, python-format +msgid "an hour from now" +msgid_plural "%(count)s hours from now" +msgstr[0] "in un hora" +msgstr[1] "in %(count)s horas" diff --git a/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo index a4771cf7940b2f2f66ee1fe60cc6ae374a011ae1..b400d2c1cdc45e4008bc1ca426b5d9c640cd3204 100644 Binary files a/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/id/LC_MESSAGES/django.po b/django/contrib/humanize/locale/id/LC_MESSAGES/django.po index 19b93987fac67f6a03f90e4bad2d6f31bb4489d4..3b52cde706956b32b706afeeea86fba3d1b66265 100644 --- a/django/contrib/humanize/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/id/LC_MESSAGES/django.po @@ -7,260 +7,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-06 20:12+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hari ini" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "kemarin" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "besok" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f juta" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s juta" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milyar" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miliar" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trilyun" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s triliun" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f kuadriliun" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s kuadriliun" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f kuintiliun" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s kuintiliun" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sekstiliun" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sekstiliun" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septiliun" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septiliun" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f oktiliun" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s oktiliun" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f noniliun" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s noniliun" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f desiliun" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s desiliun" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "satu" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dua" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tiga" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "empat" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "lima" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "enam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "tujuh" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "delapan" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "sembilan" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s yang lalu" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "sekarang" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "%(count)s detik yang lalu" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "%(count)s menit yang lalu" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "%(count)s jam yang lalu" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s dari sekarang" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "%(count)s detik dari sekarang" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "%(count)s menit dari sekarang" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo index 00f15f74ab16fc884c9e9dfd1eb15be956169aa6..2114e7143494f2df88ad9288a0a958a4396d1597 100644 Binary files a/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/is/LC_MESSAGES/django.po b/django/contrib/humanize/locale/is/LC_MESSAGES/django.po index 54e32e90701c4c12fe0fdc67ae9f98bc2da2f49c..fd0a71a2ac5f58f1c9094fda2a40e8110d6be778 100644 --- a/django/contrib/humanize/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/is/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-17 18:46+0000\n" "Last-Translator: gudmundur \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "í dag" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "gærdagur" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "morgundagur" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milljón" msgstr[1] "%(value).1f milljónir" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milljón" msgstr[1] "%(value)s milljónir" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milljarður" msgstr[1] "%(value).1f milljarðar" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s milljarður" msgstr[1] "%(value)s milljarðar" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billjarður" msgstr[1] "%(value).1f billjónir" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billjón" msgstr[1] "%(value)s billjónir" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f billjarður" msgstr[1] "%(value).1f billjarðar" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s billjarður" msgstr[1] "%(value)s billjarðar" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f trilljón" msgstr[1] "%(value).1f trilljónir" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s trilljón" msgstr[1] "%(value)s trilljónir" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f trilljarður" msgstr[1] "%(value).1f trilljarðar" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s trilljarður" msgstr[1] "%(value)s trilljarðar" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f kvaðrilljón" msgstr[1] "%(value).1f kvaðrilljónir" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s kvaðrilljón" msgstr[1] "%(value)s kvaðrilljónir" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f kvaðrilljarður" msgstr[1] "%(value).1f kvaðrilljarðar" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s kvaðrilljarður" msgstr[1] "%(value)s kvaðrilljarðar" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f kvintilljón" msgstr[1] "%(value).1f kvintilljónir" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s kvintilljón" msgstr[1] "%(value)s kvintilljónir" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f kvintilljarður" msgstr[1] "%(value).1f kvintilljarðar" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s kvintilljarður" msgstr[1] "%(value)s kvintilljarðar" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "einn" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "tveir" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "þrír" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "fjórir" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "fimm" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sex" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sjö" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "átta" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "níu" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s síðan" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "núna" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "fyrir sekúndu síðan" msgstr[1] "%(count)s sekúndum síðan" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "fyrir mínútu síðan" msgstr[1] "%(count)s mínútum síðan" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "fyrir klukkustund" msgstr[1] "fyrir %(count)s klukkustundum" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "eftir %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "eftir sekúndu" msgstr[1] "eftir %(count)s sekúndur" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "eftir mínútu" msgstr[1] "eftir %(count)s mínútur" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo index fb0aa71ac74f9bd48e925e89c37f56949eed28e2..2f08e719b6626bbf9faf1db52187df59aba8b645 100644 Binary files a/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/it/LC_MESSAGES/django.po b/django/contrib/humanize/locale/it/LC_MESSAGES/django.po index 25a21a030e5064fc5db4d5c36bcb5ef9e2e3b729..3919fe797c850a02c0d3daf038fcb299dd7cd66a 100644 --- a/django/contrib/humanize/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/it/LC_MESSAGES/django.po @@ -9,287 +9,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Nicola Larosa \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "oggi" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ieri" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "domani" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "º" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milione" msgstr[1] "%(value).1f milioni" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milione" msgstr[1] "%(value)s milioni" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miliardo" msgstr[1] "%(value).1f miliardi" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miliardo" msgstr[1] "%(value)s miliardi" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f migliaio di miliardi" msgstr[1] "%(value).1f migliaia di miliardi" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s migliaio di miliardi" msgstr[1] "%(value)s migliaia di miliardi" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f milione di miliardi" msgstr[1] "%(value).1f milioni di miliardi" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s milione di miliardi" msgstr[1] "%(value)s milioni di miliardi" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f miliardo di miliardi" msgstr[1] "%(value).1f miliardi di miliardi" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s miliardo di miliardi" msgstr[1] "%(value)s miliardi di miliardi" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f migliaio di miliardi di miliardi" msgstr[1] "%(value).1f migliaia di miliardi di miliardi" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s migliaio di miliardi di miliardi" msgstr[1] "%(value)s migliaia di miliardi di miliardi" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f milione di miliardi di miliardi" msgstr[1] "%(value).1f milioni di miliardi di miliardi" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s milione di miliardi di miliardi" msgstr[1] "%(value)s milioni di miliardi di miliardi" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f miliardo di miliardi di miliardi" msgstr[1] "%(value).1f miliardi di miliardi di miliardi" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s miliardo di miliardi di miliardi" msgstr[1] "%(value)s miliardi di miliardi di miliardi" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f migliaio di miliardi di miliardi di miliardi" msgstr[1] "%(value).1f migliaioa di miliardi di miliardi di miliardi" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s migliaio di miliardi di miliardi di miliardi" msgstr[1] "%(value)s migliaia di miliardi di miliardi di miliardi" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f milione di miliardi di miliardi di miliardi" msgstr[1] "%(value).1f milioni di miliardi di miliardi di miliardi" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s milione di miliardi di miliardi di miliardi" msgstr[1] "%(value)s milioni di miliardi di miliardi di miliardi" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "uno" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "due" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "quattro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinque" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sei" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sette" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "otto" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nove" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s fa" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "adesso" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "un secondo fa" msgstr[1] "%(count)s secondi fa" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "un minuto fa" msgstr[1] "%(count)s minuti fa" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "un'ora fa" msgstr[1] "%(count)s ore fa" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s da adesso" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "un secondo da adesso" msgstr[1] "%(count)s secondi da adesso" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "un minuto da adesso" msgstr[1] "%(count)s minuti da adesso" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo index 1b4d1e805c2814077240a0db2fa862de62638c29..84eada5bca6e29cb912a6467dacf352d42a77884 100644 Binary files a/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po index 4f04f0b022db99717d4af172867cef04c14d9add..d85a0be91eb709f6db82fe22aa5a3cf7de1d95f0 100644 --- a/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po @@ -8,260 +8,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-03-19 13:00+0000\n" -"Last-Translator: Jonas Obrist \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-05 11:26+0000\n" +"Last-Translator: Shinya Okano \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "今日" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "昨日" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "明日" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "番目" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "番目" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "番目" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "番目" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f 百万" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s百万" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f 十億" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s十億" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f 兆" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" +msgstr[0] "%(value)s兆" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "1" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "2" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "3" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "4" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "5" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "6" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "7" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "8" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "9" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s前" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "今" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "%(count)s秒前" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "%(count)s分前" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "%(count)s時間前" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "今から%(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "今から%(count)s秒" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "今から%(count)s分" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo index c0de25853887a2e3c5851529281d40277fc16494..30f0d2880713373e9e79ab45a04b1527115046aa 100644 Binary files a/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po index 8530779f7044591718d23c6d3e19fe6a8700db68..10b34e68d75d26d7587e93d1840a82c495abca7a 100644 --- a/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po @@ -6,260 +6,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "დღეს" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "გუშინ" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "ხვალ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-ე" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-ლი" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-ე" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-ე" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f მილიონი" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f მილიარდი" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f ტრილიონი" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ერთი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "ორი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "სამი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "ოთხი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "ხუთი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ექვსი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "შვიდი" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "რვა" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ცხრა" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo index 76589469640c9ba6096f0cc987aea16a0fbea2a7..505347390d8ebbfc08f016386052660f7800061f 100644 Binary files a/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po b/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po index de1a38cc0a5d8dd444d51359a2131b0a1325b65a..c95936aabb4c9ca0821a3e25b61b61f06f22183e 100644 --- a/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po @@ -6,224 +6,224 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "бүгін" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "кеше" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "ерте" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ші" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ші" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ші" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ші" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f миллион" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s миллион" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f миллиард" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s миллиард" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f триллион" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s trillion" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "бір" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "екі" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "үш" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "төрт" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "бес" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "алты" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "жеті" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "сегіз" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "тоғыз" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s бұрын" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "кәзір" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -231,7 +231,7 @@ msgstr[0] "" "one: бір секунд бұрын\n" "other: %(count)s секунд бұрын" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -239,7 +239,7 @@ msgstr[0] "" "one: бір минут бұрын\n" "other: %(count)s минут бұрын" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -247,13 +247,13 @@ msgstr[0] "" "one: бір сағат бұрын\n" "other: %(count)s сағат бұрын" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "кәзірден %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -261,7 +261,7 @@ msgstr[0] "" "one: кәзірден бір секунд\n" "other: кәзірден %(count)s секунд" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -269,7 +269,7 @@ msgstr[0] "" "one: кәзірден бір минут\n" "other: кәзірден %(count)s минут" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo index b87b428a1f8a341c752958f76edf48ede3798d30..f23551063ff7e4117c2511793830e20beef90306 100644 Binary files a/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po b/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po index d6c2b09f2cd172e76077286430b919f3397300f2..3663361ae327e7a5dbc15d00eab9a95b7273de60 100644 --- a/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po @@ -5,260 +5,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2011-01-19 15:13+0000\n" "Last-Translator: Django team\n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo index 8accc57ea0b38b66bb28c3075c2b2dd96f58d0f7..72f175cc4c482e3b1b5aaa08e945903fd104ca82 100644 Binary files a/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po index e152870c72689b9bab786f506bd59d82d1322c7b..6bbc99969a030ab184a62421a0fdb3b9171fcf71 100644 --- a/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po @@ -6,260 +6,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "오늘" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "어제" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "내일" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "번째" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "번째" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "번째" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "번째" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f백만" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f십억" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f조" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "1" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "2" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "3" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "4" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "5" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "6" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "7" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "8" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "9" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo index a57dc07456c523efc0cb954a2bad209057925864..1f0e45d562859febcd2dfb9d7fda36ad09347c52 100644 Binary files a/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po b/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po index 8982b2b8af47287406c1b388c0ccc5af54d0e9a0..4d3b4207c25295eedd541deb369cbd1c5b453c54 100644 --- a/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po @@ -8,47 +8,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-09 16:51+0000\n" -"Last-Translator: Simonas Simas \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Last-Translator: Simonas Kazlauskas \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "šiandien" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "vakar" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "rytoj" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-as" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-as" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-as" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-as" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -56,7 +56,7 @@ msgstr[0] "%(value).1f milijonas" msgstr[1] "%(value).1f milijonai" msgstr[2] "%(value).1f milijonai" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -64,7 +64,7 @@ msgstr[0] "%(value)s milijonas" msgstr[1] "%(value)s milijonai" msgstr[2] "%(value)s milijonų" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -72,7 +72,7 @@ msgstr[0] "%(value).1f milijardas" msgstr[1] "%(value).1f milijardai" msgstr[2] "%(value).1f milijardai" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -80,7 +80,7 @@ msgstr[0] "%(value)s milijardas" msgstr[1] "%(value)s milijardai" msgstr[2] "%(value)s milijardų" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -88,7 +88,7 @@ msgstr[0] "%(value).1f trilijonas" msgstr[1] "%(value).1f trilijonai" msgstr[2] "%(value).1f trilijonai" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -96,7 +96,7 @@ msgstr[0] "%(value)s trilijonas" msgstr[1] "%(value)s trilijonai" msgstr[2] "%(value)s trilijonų" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -104,7 +104,7 @@ msgstr[0] "%(value).1f kvadrilijonas" msgstr[1] "%(value).1f kvadrilijonai" msgstr[2] "%(value).1f kvadrilijonų" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -112,7 +112,7 @@ msgstr[0] "%(value)s kvadrilijonas" msgstr[1] "%(value)s kvadrilijonai" msgstr[2] "%(value)s kvadrilijonų" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -120,7 +120,7 @@ msgstr[0] "%(value).1f kvintilijonas" msgstr[1] "%(value).1f kvintilijonai" msgstr[2] "%(value).1f kvintilijonų" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -128,7 +128,7 @@ msgstr[0] "%(value)s kvintilijonas" msgstr[1] "%(value)s kvintilijonai" msgstr[2] "%(value)s kvintilijonų" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -136,7 +136,7 @@ msgstr[0] "%(value).1f sikstilijonas" msgstr[1] "%(value).1f sikstilijonai" msgstr[2] "%(value).1f sikstilijonų" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -144,7 +144,7 @@ msgstr[0] "%(value)s sikstilijonas" msgstr[1] "%(value)s sikstilijonai" msgstr[2] "%(value)s sikstilijonų" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -152,7 +152,7 @@ msgstr[0] "%(value).1f septilijonas" msgstr[1] "%(value).1f septilijonai" msgstr[2] "%(value).1f septilijonų" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -160,7 +160,7 @@ msgstr[0] "%(value)s septilijonas" msgstr[1] "%(value)s septilijonai" msgstr[2] "%(value)s septilijonų" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -168,7 +168,7 @@ msgstr[0] "%(value).1f oktilijonas" msgstr[1] "%(value).1f oktilijonai" msgstr[2] "%(value).1f oktilijonų" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -176,7 +176,7 @@ msgstr[0] "%(value)s oktilijonas" msgstr[1] "%(value)s oktilijonai" msgstr[2] "%(value)s oktilijonų" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -184,7 +184,7 @@ msgstr[0] "%(value).1f naintilijonas" msgstr[1] "%(value).1f naintilijonai" msgstr[2] "%(value).1f naintilijonų" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -192,7 +192,7 @@ msgstr[0] "%(value)s naintilijonas" msgstr[1] "%(value)s naintilijonai" msgstr[2] "%(value)s naintilijonų" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -200,7 +200,7 @@ msgstr[0] "%(value).1f decilijonas" msgstr[1] "%(value).1f decilijonai" msgstr[2] "%(value).1f decilijonų" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -208,7 +208,7 @@ msgstr[0] "%(value)s decilijonas" msgstr[1] "%(value)s decilijonai" msgstr[2] "%(value)s decilijonų" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -216,7 +216,7 @@ msgstr[0] "%(value).1f gugolas" msgstr[1] "%(value).1f gugolai" msgstr[2] "%(value).1f gugolų" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -224,53 +224,53 @@ msgstr[0] "%(value)s gugolas" msgstr[1] "%(value)s gugolai" msgstr[2] "%(value)s gugolų" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "vienas" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "du" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "trys" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "keturi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "penki" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šeši" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "septyni" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "aštuoni" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "devyni" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "prieš %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "dabar" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -278,7 +278,7 @@ msgstr[0] "prieš sekundę" msgstr[1] "prieš %(count)s sekundes" msgstr[2] "prieš %(count)s sekundžių" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -286,7 +286,7 @@ msgstr[0] "prieš minutę" msgstr[1] "prieš %(count)s minutes" msgstr[2] "prieš %(count)s minučių" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -294,13 +294,13 @@ msgstr[0] "prieš valandą" msgstr[1] "prieš %(count)s valandas" msgstr[2] "prieš %(count)s valandų" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s nuo dabar" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -308,7 +308,7 @@ msgstr[0] "sekundė nuo dabar" msgstr[1] "%(count)s sekundės nuo dabar" msgstr[2] "%(count)s sekundžių nuo dabar" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -316,7 +316,7 @@ msgstr[0] "minutė nuo dabar" msgstr[1] "%(count)s minutės nuo dabar" msgstr[2] "%(count)s minučių nuo dabar" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo index db205f85613ca85faa4de872f4ab6df2b997c774..602f6c7c5a00e0f60985557f367e2e774f459807 100644 Binary files a/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po b/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po index dc8d1851976e1515d6cab25094614be798a17ac1..3b93c8aa4156baa3114b034ce1e7d3de9b5af14c 100644 --- a/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po @@ -6,47 +6,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "šodien" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "vakar" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "rīt" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -54,7 +54,7 @@ msgstr[0] "%(value).1f miljons" msgstr[1] "%(value).1f miljoni" msgstr[2] "%(value).1f miljonu" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -62,7 +62,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -70,7 +70,7 @@ msgstr[0] "%(value).1f miljards" msgstr[1] "%(value).1f miljardi" msgstr[2] "%(value).1f miljardu" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -78,7 +78,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -86,7 +86,7 @@ msgstr[0] "%(value).1f triljons" msgstr[1] "%(value).1f triljoni" msgstr[2] "%(value).1f triljonu" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -94,7 +94,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -102,7 +102,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -110,7 +110,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -118,7 +118,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -126,7 +126,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -134,7 +134,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -142,7 +142,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -150,7 +150,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -158,7 +158,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -166,7 +166,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -174,7 +174,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -182,7 +182,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -190,7 +190,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -198,7 +198,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -206,7 +206,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -214,7 +214,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -222,53 +222,53 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "viens" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "divi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "trīs" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "četri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pieci" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seši" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "septiņi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "astoņi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "deviņi" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -276,7 +276,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -284,7 +284,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -292,13 +292,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -306,7 +306,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -314,7 +314,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo index ba2cb11df8f939b582d89c4533fd5ed34f064d63..2a019c36ad47c4936835a25d78b8e029295f881d 100644 Binary files a/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po b/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po index 510902826a70d949fdbe7acf183ab5de8d8d23bd..4f3150f2bafa8e6731a0a37a1e85b7614abc7f7b 100644 --- a/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-15 12:41+0000\n" "Last-Translator: vvangelovski \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "денеска" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "вчера" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "утре" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f милион" msgstr[1] "%(value).1f милион" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s милион" msgstr[1] "%(value)s милиони" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f милијарда" msgstr[1] "%(value).1f милијарда" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s милијарда" msgstr[1] "%(value)s милијарди" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f трилион" msgstr[1] "%(value).1f трилион" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s трилион" msgstr[1] "%(value)s трилиони" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f квадрилион" msgstr[1] "%(value).1f квадрилиони" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s квадрилион" msgstr[1] "%(value)s квадрилиони" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f квинтилион" msgstr[1] "%(value).1f квинтилиони" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s квинтилион" msgstr[1] "%(value)s квинтилиони" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f секстилион" msgstr[1] "%(value).1f секстилиони" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s секстилион" msgstr[1] "%(value)s секстилиони" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f септилион" msgstr[1] "%(value).1f септилиони" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s септилион" msgstr[1] "%(value)s септилиони" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f октилион" msgstr[1] "%(value).1f октилиони" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s октилион" msgstr[1] "%(value)s октилиони" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f нонилион" msgstr[1] "%(value).1f нонилиони" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s нонилион" msgstr[1] "%(value)s нонилиони" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f децилион" msgstr[1] "%(value).1f децилиони" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s децилион" msgstr[1] "%(value)s децилиони" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f гугол" msgstr[1] "%(value).1f гуголи" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s гугол" msgstr[1] "%(value)s гуголи" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "еден" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "два" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "три" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "четири" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "пет" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "шест" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "седум" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "осум" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "девет" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "пред %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "сега" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "пред една секунда" msgstr[1] "пред %(count)s секунди" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "пред една минута" msgstr[1] "пред %(count)s минути" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "пред еден час" msgstr[1] "пред %(count)s часа" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "за %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "за една секунда" msgstr[1] "за %(count)s секунди" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "за една минута" msgstr[1] "за %(count)s минути" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo index 6c7c2cf924b646b8ed067178aa338ebbfe5499fe..43d5450d9e2f0b678bc90839beb4cf7a30eff7fb 100644 Binary files a/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po index c37ae5cf02455c8af67ba2048acfdf1a758d0c87..0d859a477cd11028ab9a97c95c77632afae04537 100644 --- a/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-07 15:48+0000\n" "Last-Translator: Rajeesh Nair \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "ഇന്ന്" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ഇന്നലെ" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "നാളെ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ആം" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ആം" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ആം" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ആം" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f മില്ല്യണ്‍ (ദശലക്ഷം)" msgstr[1] "%(value).1f മില്ല്യണ്‍ (ദശലക്ഷം)" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s ദശലക്ഷം" msgstr[1] "%(value)s ദശലക്ഷം" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f ബില്ല്യണ്‍ (ശതകോടി)" msgstr[1] "%(value).1f ബില്ല്യണ്‍ (ശതകോടി)" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s ശതകോടി" msgstr[1] "%(value)s ശതകോടി" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f ട്രില്ല്യണ്‍ (ലക്ഷം കോടി)" msgstr[1] "%(value).1f ട്രില്ല്യണ്‍ (ലക്ഷം കോടി)" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s ലക്ഷം കോടി" msgstr[1] "%(value)s ലക്ഷം കോടി" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f ക്വാഡ്രില്ല്യണ്‍" msgstr[1] "%(value).1f ക്വാഡ്രില്ല്യണ്‍" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s ക്വാഡ്രില്ല്യണ്‍" msgstr[1] "%(value)s ക്വാഡ്രില്ല്യണ്‍" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f ക്വിന്റില്ല്യണ്‍" msgstr[1] "%(value).1f ക്വിന്റില്ല്യണ്‍" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s ക്വിന്റില്ല്യണ്‍" msgstr[1] "%(value)s ക്വിന്റില്ല്യണ്‍" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f സെക്സ്റ്റില്ല്യണ്‍" msgstr[1] "%(value).1f സെക്സ്റ്റില്ല്യണ്‍" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s സെക്സ്റ്റില്ല്യണ്‍" msgstr[1] "%(value)s സെക്സ്റ്റില്ല്യണ്‍" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f സെപ്റ്റില്ല്യണ്‍" msgstr[1] "%(value).1f സെപ്റ്റില്ല്യണ്‍" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s സെപ്റ്റില്ല്യണ്‍" msgstr[1] "%(value)s സെപ്റ്റില്ല്യണ്‍" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f ഒക്റ്റില്ല്യണ്‍" msgstr[1] "%(value).1f ഒക്റ്റില്ല്യണ്‍" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s ഒക്റ്റില്ല്യണ്‍" msgstr[1] "%(value)s ഒക്റ്റില്ല്യണ്‍" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f നോനില്ല്യണ്‍" msgstr[1] "%(value).1f നോനില്ല്യണ്‍" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s നോനില്ല്യണ്‍" msgstr[1] "%(value)s നോനില്ല്യണ്‍" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f ഡെസില്ല്യണ്‍" msgstr[1] "%(value).1f ഡെസില്ല്യണ്‍" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s ഡെസില്ല്യണ്‍" msgstr[1] "%(value)s ഡെസില്ല്യണ്‍" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f ഗൂഗോള്‍" msgstr[1] "%(value).1f ഗൂഗോള്‍" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s ഗൂഗോള്‍" msgstr[1] "%(value)s ഗൂഗോള്‍" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ഒന്ന്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "രണ്ട്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "മൂന്ന്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "നാല്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "അഞ്ച്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ആറ്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "ഏഴ്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "എട്ട്" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ഒന്‍പത്" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s മുമ്പ്" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ഇപ്പോള്‍" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "ഒരു സെക്കന്‍ഡ് മുമ്പ്" msgstr[1] "%(count)s സെക്കന്‍ഡുകള്‍ മുമ്പ്" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "ഒരു മിനുറ്റ് മുമ്പ്" msgstr[1] "%(count)s മിനുറ്റുകള്‍ മുമ്പ്" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "ഒരു മണിക്കൂര്‍ മുമ്പ്" msgstr[1] "%(count)s മണിക്കൂര്‍ മുമ്പ്" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "ഇപ്പോള്‍ മുതല്‍ %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "ഇപ്പോള്‍ മുതല്‍ ഒരു സെക്കന്‍ഡ്" msgstr[1] "ഇപ്പോള്‍ മുതല്‍ %(count)s സെക്കന്‍ഡുകള്‍" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "ഇപ്പോള്‍ മുതല്‍ ഒരു മിനുട്ട്" msgstr[1] "ഇപ്പോള്‍ മുതല്‍ %(count)s മിനുട്ടുകള്‍" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo index ca55a1110320732eb6008fd4d03b025e25ac5dcf..720037f9fd6c0700e4b269a6800b9c48a4891020 100644 Binary files a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po index 1baf585b9aedf63623f908fdb7a5cabc3fa9e83c..5efb77675bdc970971f40675b54b0395cfb6b7e2 100644 --- a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-15 12:39+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "өнөөдөр" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "өчигдөр" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "маргааш" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-р" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-р" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-р" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-р" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f сая" msgstr[1] "%(value).1f сая" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s сая" msgstr[1] "%(value)s сая" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f тэр бум" msgstr[1] "%(value).1f тэр бум" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s тэрбум" msgstr[1] "%(value)s тэрбум" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f их наяд" msgstr[1] "%(value).1f их наяд" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s их наяд" msgstr[1] "%(value)s их наяд" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f их маш дэлэгмэл" msgstr[1] "%(value).1f их маш дэлэгмэл" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s их маш дэлэгмэл" msgstr[1] "%(value)s их маш дэлэгмэл" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f их ингуумэл" msgstr[1] "%(value).1f их ингуумэл" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s их ингуумэл" msgstr[1] "%(value)s их ингуумэл" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f ялгаруулагч" msgstr[1] "%(value).1f ялгаруулагч" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s ялгаруулагч" msgstr[1] "%(value)s ялгаруулагч" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f их өвөр дээр" msgstr[1] "%(value).1f их өвөр дээр" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s их өвөр дээр" msgstr[1] "%(value)s их өвөр дээр" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f хязгаар үзэгдэл" msgstr[1] "%(value).1f хязгаар үзэгдэл" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s хязгаар үзэгдэл" msgstr[1] "%(value)s хязгаар үзэгдэл" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f их шалтгааны зүйл" msgstr[1] "%(value).1f их шалтгааны зүйл" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s их шалтгааны зүйл" msgstr[1] "%(value)s их шалтгааны зүйл" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f эрхэт" msgstr[1] "%(value).1f эрхэт" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s эрхэт" msgstr[1] "%(value)s эрхэт" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s сэтгэшгүй" msgstr[1] "%(value)s сэтгэшгүй" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "нэг" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "хоёр" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "гурав" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "дөрөв" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "тав" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "зургаа" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "долоо" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "найм" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ес" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s өмнө" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "одоо" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "секундын өмнө" msgstr[1] "%(count)s секундын өмнө" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "минутын өмнө" -msgstr[1] "%(count)s минутын өмнө" +msgstr[1] "%s минутын өмнө" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "цагын өмнө" -msgstr[1] "%(count)s цагын өмнө" +msgstr[1] "%s цагын өмнө" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s дараа" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "секундын дараа" msgstr[1] "%(count)s секундын дараа" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "минутын дараа" msgstr[1] "%(count)s минутын дараа" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo index 27e25c48f61025b03a4a8dbff3a9ad5e8a612c5a..2c37adf9c360551f32c3704b8a86b1f9dadf263d 100644 Binary files a/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po b/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po index 75d2df175cf2b07ab2e0d93cf3faccc153466fff..de5cd66746ea0924a693ab571a80e1c24213509b 100644 --- a/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-08 14:27+0000\n" "Last-Translator: jonklo \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "i dag" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "i går" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "i morgen" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f million" msgstr[1] "%(value).1f millioner" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s million" msgstr[1] "%(value)s millioner" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milliard" msgstr[1] "%(value).1f milliarder" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s milliard" msgstr[1] "%(value)s milliarder" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billion" msgstr[1] "%(value).1f billioner" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s billion" msgstr[1] "%(value)s billioner" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f kvadrillion" msgstr[1] "%(value).1f kvadrillioner" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s kvadrillion" msgstr[1] "%(value)s kvadrillioner" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f kvintillion" msgstr[1] "%(value).1f kvintillioner" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s kvintillion" msgstr[1] "%(value)s kvintillioner" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sekstillion" msgstr[1] "%(value).1f sekstillioner" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sekstillion" msgstr[1] "%(value)s sekstillioner" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septillion" msgstr[1] "%(value).1f septillioner" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septillion" msgstr[1] "%(value)s septillioner" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f oktillion" msgstr[1] "%(value).1f oktillioner" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s oktillion" msgstr[1] "%(value)s oktillioner" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonillion" msgstr[1] "%(value).1f nonillioner" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonillion" msgstr[1] "%(value)s nonillioner" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f desillion" msgstr[1] "%(value).1f desillioner" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s desillion" msgstr[1] "%(value)s desillioner" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googoler" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googoler" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "én" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "to" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "fire" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "fem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seks" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sju" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "åtte" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ni" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s siden" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nå" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "ett sekund siden" msgstr[1] "%(count)s sekunder siden" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "ett minutt siden" msgstr[1] "%(count)s minutter siden" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "en time siden" msgstr[1] "%(count)s timer siden" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s fra nå" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "ett sekund fra nå" msgstr[1] "%(count)s sekunder fra nå" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "ett minutt fra nå" msgstr[1] "%(count)s minutter fra nå" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo index 8483211081c534864700815feacb6f94616aa1e4..96d09ee0c3d0b3571a5d6e1d50adec1a56f3050f 100644 Binary files a/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po index d9bf4559a65850ffbcddf83259be1e209239d2a9..3de435749d6e40ef19806994d5c01f3c1a42a181 100644 --- a/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po @@ -1,291 +1,292 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2011-01-19 15:13+0000\n" -"Last-Translator: Django team\n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-04 12:02+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" -msgstr "" +msgstr "आज" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" -msgstr "" +msgstr "हिजो" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" -msgstr "" +msgstr "भोली" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s मिलियन" +msgstr[1] "%(value)s मिलियन" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s अरब" +msgstr[1] "%(value)s अरब" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s खरब" +msgstr[1] "%(value)s खरब" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s करोड़ शंख" +msgstr[1] "%(value)s करोड़ शंख" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" -msgstr "" +msgstr "एक " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" -msgstr "" +msgstr "दुई " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" -msgstr "" +msgstr "तीन " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" -msgstr "" +msgstr "चार " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" -msgstr "" +msgstr "पाँच " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" -msgstr "" +msgstr "छ " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" -msgstr "" +msgstr "सात " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" -msgstr "" +msgstr "आठ " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" -msgstr "" +msgstr "नौ " -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s अगाडी" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "अहिले" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "एक सेकेन्ड अगाडी " +msgstr[1] "%(count)s सेकेन्ड अगाडी " -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "एक मिनेट अगाडी " +msgstr[1] "%(count)s मिनेट अगाडी " -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "एक घन्टा अगाडी " +msgstr[1] "%(count)s घन्टा अगाडी " -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo index 5ce9524e7fe91ad492ac8de2e652de4b62969d66..d70980fc88e6ea36f14928522b1db02c4356cbd4 100644 Binary files a/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po b/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po index 27e3fc2b1da4c54faf92a6ff3aeb049712b68b1a..1fbe538b4e00d3472f643d211d225ff9e18d5dfa 100644 --- a/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-07 19:59+0000\n" "Last-Translator: Blue \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "vandaag" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "gisteren" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "morgen" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "e" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "e" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "e" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "e" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f miljoen" msgstr[1] "%(value).1f miljoen" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s miljoen" msgstr[1] "%(value)s miljoen" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miljard" msgstr[1] "%(value).1f miljard" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miljard" msgstr[1] "%(value)s miljard" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f biljoen" msgstr[1] "%(value).1f biljoen" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s biljoen" msgstr[1] "%(value)s biljoen" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f biljard" msgstr[1] "%(value).1f biljard" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s biljard" msgstr[1] "%(value)s biljard" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f triljoen" msgstr[1] "%(value).1f triljoen" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s triljoen" msgstr[1] "%(value)s triljoen" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f triljard" msgstr[1] "%(value).1f triljard" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s triljard" msgstr[1] "%(value)s triljard" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f quadriljoen" msgstr[1] "%(value).1f quadriljoen" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s quadriljoen" msgstr[1] "%(value)s quadriljoen" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f quadriljard" msgstr[1] "%(value).1f quadriljard" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s quadriljard" msgstr[1] "%(value)s quadriljard" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f quintiljoen" msgstr[1] "%(value).1f quintiljoen" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s quintiljoen" msgstr[1] "%(value)s quintiljoen" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f quintiljard" msgstr[1] "%(value).1f quintiljard" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s quintiljard" msgstr[1] "%(value)s quintiljard" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "één" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "twee" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "drie" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "vier" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "vijf" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "zes" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "zeven" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "acht" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "negen" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s geleden" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nu" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "een seconde geleden" msgstr[1] "%(count)s seconden geleden" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "een minuut geleden" msgstr[1] "%(count)s minuten geleden" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "een uur geleden" msgstr[1] "%(count)s uur geleden" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s van nu" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "een seconde van nu" msgstr[1] "%(count)s seconden van nu" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "een minuut van nu" msgstr[1] "%(count)s minuten van nu" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo index dc9d4fae7d377c41aeae4a8e7a7cfbfdbb26022c..fea6cf45f6d3faf7ed5e76502d8f130a933a74d0 100644 Binary files a/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po b/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po index 4054346553c4a71aec546245a8b108c7f8823022..16e4cd50918f7aeaf607acdafb18c75be34e3eec 100644 --- a/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po @@ -2,293 +2,294 @@ # # Translators: # Jannis Leidel , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-03 20:11+0000\n" +"Last-Translator: velmont \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "i dag" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "i går" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "i morgon" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f million" msgstr[1] "%(value).1f millionar" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s million" +msgstr[1] "%(value)s millionar" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milliard" msgstr[1] "%(value).1f milliardar" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s milliard" +msgstr[1] "%(value)s milliardar" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f billion" msgstr[1] "%(value).1f billionar" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s billion" +msgstr[1] "%(value)s billionar" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f kvadrillion" +msgstr[1] "%(value).1f kvadrillionar" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kvadrillion" +msgstr[1] "%(value)s kvadrillionar" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f kvintillion" +msgstr[1] "%(value).1f kvintillionar" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kvintillion" +msgstr[1] "%(value)s kvintillionar" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f sekstillion" +msgstr[1] "%(value).1f sekstilionar" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sekstillion" +msgstr[1] "%(value)s sekstillionar" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f septillion" +msgstr[1] "%(value).1f septillionar" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septillion" +msgstr[1] "%(value)s septillionar" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f oktillion" +msgstr[1] "%(value).1f oktillionar" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s oktillion" +msgstr[1] "%(value)s oktillionar" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f nonillion" +msgstr[1] "%(value).1f nonillionar" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonillion" +msgstr[1] "%(value)s nonillionar" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f desillion" +msgstr[1] "%(value).1f desillionar" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s desillion" +msgstr[1] "%(value)s desillionar" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googolar" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s googol" +msgstr[1] "%(value)s googolar" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "éin" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "to" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "fire" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "fem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seks" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sju" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "åtte" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ni" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s sidan" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "no" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "eitt sekund sidan" +msgstr[1] "%(count)s sekund sidan" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "eitt minutt sidan" +msgstr[1] "%(count)s minutt sidan" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "éin time sidan" +msgstr[1] "%(count)s timar sidan" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s frå no" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "eitt sekund frå no" +msgstr[1] "%(count)s sekund frå no" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "eitt minutt frå no" +msgstr[1] "%(count)s minutt frå no" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "éin time frå no" +msgstr[1] "%(count)s timar frå no" diff --git a/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo index 23e6c1f217f82ac3a711ad320e486435da4bb0d7..4494b401144fd36bcf84c411daa6a3607c4eb35a 100644 Binary files a/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po b/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po index 5a12ae4e52b6041dd440c790540dd45d9e9c79a6..b11c11fd97d9ecc069904b604d16b73af10be361 100644 --- a/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po @@ -6,287 +6,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "ਅੱਜ" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ਕੱਲ੍ਹ" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "ਭਲਕੇ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ਵਾਂ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ਲਾਂ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ਜਾ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ਜਾ" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f ਮਿਲੀਅਨ" msgstr[1] "%(value).1f ਮਿਲੀਅਨ" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f ਬਿਲੀਅਨ" msgstr[1] "%(value).1f ਬਿਲੀਅਨ" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f ਟਰਲੀਅਨ" msgstr[1] "%(value).1f ਟਰਲੀਅਨ" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ਇੱਕ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "ਦੋ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "ਤਿੰਨ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "ਚਾਰ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "ਪੰਜ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ਛੇ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "ਸੱਤ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ਅੱਠ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "ਨੌ" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo index 19e685a2484ef4741214f4ebe1a1b054b0eb8b66..6fb0ad05d9c5d0c217f5af51f4d61cdb53f0220b 100644 Binary files a/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po b/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po index 6856048dbd90018fa5b15418e48bdcc5f18b347f..0dd21aa9e44f2968bf5b00c025cfff51e778ebeb 100644 --- a/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po @@ -8,47 +8,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-22 13:05+0000\n" "Last-Translator: Roman Barczyński \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "dzisiaj" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "wczoraj" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "jutro" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-y" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-szy" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-gi" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-ci" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -56,7 +56,7 @@ msgstr[0] "%(value).1f milion" msgstr[1] "%(value).1f miliony" msgstr[2] "%(value).1f milionów" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -64,7 +64,7 @@ msgstr[0] "%(value)s milion" msgstr[1] "%(value)s miliony" msgstr[2] "%(value)s milionów" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -72,7 +72,7 @@ msgstr[0] "%(value).1f miliard" msgstr[1] "%(value).1f miliardy" msgstr[2] "%(value).1f miliardów" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -80,7 +80,7 @@ msgstr[0] "%(value)s miliard" msgstr[1] "%(value)s miliardy" msgstr[2] "%(value)s miliardów" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -88,7 +88,7 @@ msgstr[0] "%(value).1f bilion" msgstr[1] "%(value).1f biliony" msgstr[2] "%(value).1f bilionów" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -96,7 +96,7 @@ msgstr[0] "%(value)s bilion" msgstr[1] "%(value)s biliony" msgstr[2] "%(value)s bilionów" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -104,7 +104,7 @@ msgstr[0] "%(value).1f biliard" msgstr[1] "%(value).1f biliardy" msgstr[2] "%(value).1f biliardów" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -112,7 +112,7 @@ msgstr[0] "%(value)s biliard" msgstr[1] "%(value)s biliardy" msgstr[2] "%(value)s biliardów" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -120,7 +120,7 @@ msgstr[0] "%(value).1f trylion" msgstr[1] "%(value).1f tryliony" msgstr[2] "%(value).1f trylionów" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -128,7 +128,7 @@ msgstr[0] "%(value)s trylion" msgstr[1] "%(value)s tryliony" msgstr[2] "%(value)s trylionyów" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -136,7 +136,7 @@ msgstr[0] "%(value).1f tryliard" msgstr[1] "%(value).1f tryliardy" msgstr[2] "%(value).1f tryliardów" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -144,7 +144,7 @@ msgstr[0] " %(value)s tryliard" msgstr[1] "%(value)s tryliardy" msgstr[2] "%(value)s tryliardów" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -152,7 +152,7 @@ msgstr[0] "%(value).1f kwadrylion" msgstr[1] "%(value).1f kwadryliony" msgstr[2] "%(value).1f kwadrylionów" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -160,7 +160,7 @@ msgstr[0] "%(value)s kwadrylion" msgstr[1] "%(value)s kwadryliony" msgstr[2] "%(value)s kwadrylionów" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -168,7 +168,7 @@ msgstr[0] "%(value).1f kwadryliard" msgstr[1] "%(value).1f kwardyliardy" msgstr[2] "%(value).1f kwadryliardów" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -176,7 +176,7 @@ msgstr[0] "%(value)s kwadryliard" msgstr[1] "%(value)s kwardyliardy" msgstr[2] "%(value)s kwadryliardów" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -184,7 +184,7 @@ msgstr[0] "%(value).1f kwintylion" msgstr[1] "%(value).1f kwintyliony" msgstr[2] "%(value).1f kwintylionów" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -192,7 +192,7 @@ msgstr[0] "%(value)s kwintylion" msgstr[1] "%(value)s kwintyliony" msgstr[2] "%(value)s kwintylionów" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -200,7 +200,7 @@ msgstr[0] "%(value).1f kwintyliard" msgstr[1] "%(value).1f kwintyliardy" msgstr[2] "%(value).1f kwintyliardów" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -208,7 +208,7 @@ msgstr[0] "%(value)s kwintyliard" msgstr[1] "%(value)s kwintyliardy" msgstr[2] "%(value)s kwintyliardów" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -216,7 +216,7 @@ msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googole" msgstr[2] "%(value).1f googolów" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -224,53 +224,53 @@ msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googole" msgstr[2] "%(value)s googolów" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "jeden" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dwa" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "trzy" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "cztery" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pięć" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sześć" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "siedem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osiem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "dziewięć" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s temu" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "teraz" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -278,7 +278,7 @@ msgstr[0] "sekundę temu" msgstr[1] "%(count)s sekundy temu" msgstr[2] "%(count)s sekund temu" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -286,7 +286,7 @@ msgstr[0] "minutę temu" msgstr[1] "%(count)s minuty temu" msgstr[2] "%(count)s minut temu" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -294,13 +294,13 @@ msgstr[0] "godzinę temu" msgstr[1] "%(count)s godzin temu" msgstr[2] "%(count)s godziny temu" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "za %(delta)s " -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -308,7 +308,7 @@ msgstr[0] "za sekundę" msgstr[1] "za %(count)s sekundy" msgstr[2] "za %(count)s sekund" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -316,7 +316,7 @@ msgstr[0] "za minutę" msgstr[1] "za %(count)s minuty" msgstr[2] "za %(count)s minut" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo index b5a17d3e8be458e423ac99ded49796af4591ca60..583a4bbcccf987aebb4238aad04831ebcee1333a 100644 Binary files a/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po b/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po index 53a83dfe6ad01efd359e2ffa706539cdf3d2700d..a7ceb7a533076f8c2bad3628fa80ba274f16109c 100644 --- a/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po @@ -2,293 +2,294 @@ # # Translators: # Jannis Leidel , 2011. +# Nuno Mariz , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-04-02 15:07+0000\n" +"Last-Translator: Nuno Mariz \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hoje" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ontem" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "amanhã" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "º" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milhão" msgstr[1] "%(value).1f milhões" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s milhão" +msgstr[1] "%(value)s milhões" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f bilião" msgstr[1] "%(value).1f biliões" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s bilião" +msgstr[1] "%(value)s biliões" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trilião" msgstr[1] "%(value).1f triliões" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trilião" +msgstr[1] "%(value)s triliões" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f quadrilião" +msgstr[1] "%(value).1f quadriliões" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quadrilião" +msgstr[1] "%(value)s quadriliões" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f quintilião" +msgstr[1] "%(value).1f quintiliões" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quintilião" +msgstr[1] "%(value)s quintiliões" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f sextilião" +msgstr[1] "%(value).1f sextiliões" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sextilião" +msgstr[1] "%(value)s sextiliões" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f septilião" +msgstr[1] "%(value).1f septiliões" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septilião" +msgstr[1] "%(value)s septiliões" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f octilião" +msgstr[1] "%(value).1f octiliões" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s octilião" +msgstr[1] "%(value)s octiliões" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f nonilião" +msgstr[1] "%(value).1f noniliões" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonilião" +msgstr[1] "%(value)s noniliões" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f decilião" +msgstr[1] "%(value).1f deciliões" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decilião" +msgstr[1] "%(value)s deciliões" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s googol" +msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "um" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dois" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "três" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "quatro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinco" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sete" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "oito" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nove" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s atrás" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "agora" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "há 1 segundo" +msgstr[1] "há %(count)s segundos" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "há 1 minuto" +msgstr[1] "há %(count)s minutos" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "há 1 hora" +msgstr[1] "há %(count)s horas" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s a partir de agora" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "1 segundo a partir de agora" +msgstr[1] "%(count)s segundos a partir de agora" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "1 minuto a partir de agora" +msgstr[1] "%(count)s minutos a partir de agora" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "1 hora a partir de agora" +msgstr[1] "%(count)s horas a partir de agora" diff --git a/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo index 5557702e52611b7c80c76a991949196b6bb915a1..4db59a96559376ccc4444e667b856c17ec28104d 100644 Binary files a/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po index f08177c71ff7832ff447406f63c71590545ca6a4..db05e7fb21009724001c74435909f7f81500d957 100644 --- a/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po @@ -1,6 +1,7 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Eduardo Carvalho , 2012. # Guilherme Gondim , 2012. # Jannis Leidel , 2011. # Sandro , 2011. @@ -8,287 +9,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-03-21 16:26+0000\n" -"Last-Translator: Guilherme Gondim \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-04 12:37+0000\n" +"Last-Translator: Eduardo Carvalho \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "hoje" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ontem" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "amanhã" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "º" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "º" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milhão" msgstr[1] "%(value).1f milhões" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milhão" msgstr[1] "%(value)s milhões" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f bilhão" msgstr[1] "%(value).1f bilhões" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s bilhão" msgstr[1] "%(value)s bilhões" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trilhão" msgstr[1] "%(value).1f trilhões" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s trilhão" msgstr[1] "%(value)s trilhões" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f quadrilhão" msgstr[1] "%(value).1f quadrilhões" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s quadrilhão" msgstr[1] "%(value)s quadrilhões" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f quintilhão" msgstr[1] "%(value).1f quintilhões" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s quintilhão" msgstr[1] "%(value)s quintilhões" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sextilhão" msgstr[1] "%(value).1f sextilhões" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sextilhão" msgstr[1] "%(value)s sextilhões" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septilhão" msgstr[1] "%(value).1f septilhões" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septilhão" msgstr[1] "%(value)s septilhões" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f octilhão" msgstr[1] "%(value).1f octilhões" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s octilhão" msgstr[1] "%(value)s octilhões" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonilhão" msgstr[1] "%(value).1f nonilhões" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonilhão" msgstr[1] "%(value)s nonilhões" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f decilhão" +msgstr[1] "%(value).1f decilhões" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decilhão" +msgstr[1] "%(value)s decilhões" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s googol" +msgstr[1] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "um" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dois" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "três" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "quatro" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinco" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "seis" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sete" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "oito" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nove" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s atrás" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "agora" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "há 1 segundo" msgstr[1] "há %(count)s segundos" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "há 1 minuto" msgstr[1] "há %(count)s minutos" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "há 1 hora" msgstr[1] "há %(count)s horas" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s a partir de agora" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "1 segundo a partir de agora" msgstr[1] "%(count)s segundos a partir de agora" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "1 minuto a partir de agora" msgstr[1] "%(count)s minutos a partir de agora" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo index e335921c34f755803bd94e4d399162d5941b5e95..a1dfb625ae1714be18920240cb5bec612f2082c6 100644 Binary files a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po index 8d516be94bd2550eda21b91e0fcec8577a1b74db..2795c20d384d33e824a3ae41b6c056498f911b72 100644 --- a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po @@ -8,47 +8,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: sorin \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "astăzi" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "ieri" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "mâine" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ul" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ul" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "lea" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "lea" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -56,7 +56,7 @@ msgstr[0] "%(value).1f milion" msgstr[1] "%(value).1f milioane" msgstr[2] "%(value).1f de milione" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -64,7 +64,7 @@ msgstr[0] "%(value)s milion" msgstr[1] "%(value)s milioane" msgstr[2] "%(value)s de milioane" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -72,7 +72,7 @@ msgstr[0] "%(value).1f miliard" msgstr[1] "%(value).1f miliarde" msgstr[2] "%(value).1f de miliarde" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -80,7 +80,7 @@ msgstr[0] "%(value)s miliard" msgstr[1] "%(value)s miliarde" msgstr[2] "%(value)s de miliarde" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -88,7 +88,7 @@ msgstr[0] "%(value).1f trilion" msgstr[1] "%(value).1f trilioane" msgstr[2] "%(value).1f de trilioane" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -96,7 +96,7 @@ msgstr[0] "%(value)s trilion" msgstr[1] "%(value)s trilioane" msgstr[2] "%(value)s de trilioane" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -104,7 +104,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -112,7 +112,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -120,7 +120,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -128,7 +128,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -136,7 +136,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -144,7 +144,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -152,7 +152,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -160,7 +160,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -168,7 +168,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -176,7 +176,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -184,7 +184,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -192,7 +192,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -200,7 +200,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -208,7 +208,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -216,7 +216,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -224,53 +224,53 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "unu" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "doi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "trei" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "patru" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "cinci" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "șase" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "șapte" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "opt" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nouă" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "acum %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "acum" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -278,7 +278,7 @@ msgstr[0] "acum o secundă" msgstr[1] "acum %(count)s secunde" msgstr[2] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -286,7 +286,7 @@ msgstr[0] "acum un minut" msgstr[1] "acum %(count)s minute " msgstr[2] "acum %(count)s de minute " -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -294,13 +294,13 @@ msgstr[0] "acum o oră" msgstr[1] "acum %(count)s ore" msgstr[2] "acum %(count)s de ore" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s de acum" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -308,7 +308,7 @@ msgstr[0] "o secundă de acum" msgstr[1] "%(count)s secunde de acum" msgstr[2] "%(count)s de secunde de acum" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -316,7 +316,7 @@ msgstr[0] "un minut de acum" msgstr[1] "%(count)s minute de acum" msgstr[2] "%(count)s de ore de acum" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo index b74478aae92e863a861efaf78c2a7db5ee923ad1..972d4051f1ef4c67747408779b3e2cb50764d353 100644 Binary files a/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po index a59e996baa8147837f86fda669722fbc87f1e063..b99d741b2daf8cf20eaf8a15569cae4358452fc6 100644 --- a/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po @@ -9,47 +9,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-07 08:58+0000\n" "Last-Translator: Алексей Борискин \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "сегодня" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "вчера" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "завтра" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ий" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ый" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ой" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ий" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -57,7 +57,7 @@ msgstr[0] "%(value).1f миллион" msgstr[1] "%(value).1f миллиона" msgstr[2] "%(value).1f миллионов" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -65,7 +65,7 @@ msgstr[0] "%(value)s миллион" msgstr[1] "%(value)s миллиона" msgstr[2] "%(value)s миллионов" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -73,7 +73,7 @@ msgstr[0] "%(value).1f миллиард" msgstr[1] "%(value).1f миллиарда" msgstr[2] "%(value).1f миллиардов" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -81,7 +81,7 @@ msgstr[0] "%(value)s миллиард" msgstr[1] "%(value)s миллиарда" msgstr[2] "%(value)s миллиардов" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -89,7 +89,7 @@ msgstr[0] "%(value).1f триллион" msgstr[1] "%(value).1f триллиона" msgstr[2] "%(value).1f триллионов" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -97,7 +97,7 @@ msgstr[0] "%(value)s триллион" msgstr[1] "%(value)s триллиона" msgstr[2] "%(value)s триллионов" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -105,7 +105,7 @@ msgstr[0] "%(value).1f квадриллион" msgstr[1] "%(value).1f квадриллиона" msgstr[2] "%(value).1f квадриллионов" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -113,7 +113,7 @@ msgstr[0] "%(value)s квадриллион" msgstr[1] "%(value)s квадриллиона" msgstr[2] "%(value)s квадриллионов" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -121,7 +121,7 @@ msgstr[0] "%(value).1f квинтиллион" msgstr[1] "%(value).1f квинтиллиона" msgstr[2] "%(value).1f квинтиллионов" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -129,7 +129,7 @@ msgstr[0] "%(value)s квинтиллион" msgstr[1] "%(value)s квинтиллиона" msgstr[2] "%(value)s квинтиллионов" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -137,7 +137,7 @@ msgstr[0] "%(value).1f секстиллион" msgstr[1] "%(value).1f секстиллиона" msgstr[2] "%(value).1f секстиллионов" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -145,7 +145,7 @@ msgstr[0] "%(value)s секстиллион" msgstr[1] "%(value)s секстиллиона" msgstr[2] "%(value)s секстиллионов" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -153,7 +153,7 @@ msgstr[0] "%(value).1f септиллион" msgstr[1] "%(value).1f септиллиона" msgstr[2] "%(value).1f септиллионов" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -161,7 +161,7 @@ msgstr[0] "%(value)s септиллион" msgstr[1] "%(value)s септиллиона" msgstr[2] "%(value)s септиллионов" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -169,7 +169,7 @@ msgstr[0] "%(value).1f октиллион" msgstr[1] "%(value).1f октиллиона" msgstr[2] "%(value).1f октиллионов" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -177,7 +177,7 @@ msgstr[0] "%(value)s октиллион" msgstr[1] "%(value)s октиллиона" msgstr[2] "%(value)s октиллионов" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -185,7 +185,7 @@ msgstr[0] "%(value).1f нониллион" msgstr[1] "%(value).1f нониллиона" msgstr[2] "%(value).1f нониллионов" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -193,7 +193,7 @@ msgstr[0] "%(value)s нониллион" msgstr[1] "%(value)s нониллиона" msgstr[2] "%(value)s нониллионов" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -201,7 +201,7 @@ msgstr[0] "%(value).1f дециллион" msgstr[1] "%(value).1f дециллиона" msgstr[2] "%(value).1f дециллионов" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -209,7 +209,7 @@ msgstr[0] "%(value)s дециллион" msgstr[1] "%(value)s дециллиона" msgstr[2] "%(value)s дециллионов" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -217,7 +217,7 @@ msgstr[0] "%(value).1f гугол" msgstr[1] "%(value).1f гугола" msgstr[2] "%(value).1f гуголов" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -225,53 +225,53 @@ msgstr[0] "%(value)s гугол" msgstr[1] "%(value)s гугола" msgstr[2] "%(value)s гуголов" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "один" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "два" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "три" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "четыре" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "пять" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "шесть" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "семь" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "восемь" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "девять" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s назад" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "сейчас" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -279,7 +279,7 @@ msgstr[0] "%(count)s секунду назад" msgstr[1] "%(count)s секунды назад" msgstr[2] "%(count)s секунд назад" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -287,7 +287,7 @@ msgstr[0] "%(count)s минуту назад" msgstr[1] "%(count)s минуты назад" msgstr[2] "%(count)s минут назад" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -295,13 +295,13 @@ msgstr[0] "%(count)s час назад" msgstr[1] "%(count)s часа назад" msgstr[2] "%(count)s часов назад" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "через %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -309,7 +309,7 @@ msgstr[0] "через %(count)s секунду" msgstr[1] "через %(count)s секунды" msgstr[2] "через %(count)s секунд" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -317,7 +317,7 @@ msgstr[0] "через %(count)s минуту" msgstr[1] "через %(count)s минуты" msgstr[2] "через %(count)s минут" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo index 8d459c416fb256abf42039bafd76c9d147ef91cb..1588323e945a278e40130086e753f636b60c6c55 100644 Binary files a/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po index e82874cb78689af731e89a66dd070f4ef8720ade..7219a3f09cb4c17548121bcaa86a1345afae2697 100644 --- a/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po @@ -7,46 +7,46 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Marian Andre \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "dnes" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "včera" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "zajtra" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -54,7 +54,7 @@ msgstr[0] "%(value).1f milión" msgstr[1] "%(value).1f milióny" msgstr[2] "%(value).1f miliónov" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -62,7 +62,7 @@ msgstr[0] " %(value)s milión" msgstr[1] " %(value)s milióny" msgstr[2] " %(value)s miliónov" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -70,7 +70,7 @@ msgstr[0] "%(value).1f miliárda" msgstr[1] "%(value).1f miliardy" msgstr[2] "%(value).1f miliárd" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -78,7 +78,7 @@ msgstr[0] " %(value)s miliarda" msgstr[1] " %(value)s miliardy" msgstr[2] " %(value)s miliárd" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -86,7 +86,7 @@ msgstr[0] "%(value).1f bilión" msgstr[1] "%(value).1f bilióny" msgstr[2] "%(value).1f biliónov" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -94,7 +94,7 @@ msgstr[0] "%(value)s bilión" msgstr[1] "%(value)s bilióny" msgstr[2] "%(value)s biliónov" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -102,7 +102,7 @@ msgstr[0] "%(value).1f biliardy" msgstr[1] "%(value).1f biliardy" msgstr[2] "%(value).1f biliárd" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -110,7 +110,7 @@ msgstr[0] "%(value)s biliarda" msgstr[1] "%(value)s biliardy" msgstr[2] "%(value)s biliárd" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -118,7 +118,7 @@ msgstr[0] "%(value).1f triliónu" msgstr[1] "%(value).1f triliónu" msgstr[2] "%(value).1f triliónu" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -126,7 +126,7 @@ msgstr[0] "%(value)s trilión" msgstr[1] "%(value)s trilióny" msgstr[2] "%(value)s triliónov" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -134,7 +134,7 @@ msgstr[0] "%(value).1f triliardy" msgstr[1] "%(value).1f triliardy" msgstr[2] "%(value).1f triliárd" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -142,7 +142,7 @@ msgstr[0] "%(value)s triliarda" msgstr[1] "%(value)s triliardy" msgstr[2] "%(value)s triliárd" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -150,7 +150,7 @@ msgstr[0] "%(value).1f kvadriliónu" msgstr[1] "%(value).1f kvadriliónu" msgstr[2] "%(value).1f kvadriliónov" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -158,7 +158,7 @@ msgstr[0] "%(value)s kvadrilión" msgstr[1] "%(value)s kvadrilióny" msgstr[2] "%(value)s kvadriliónov" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -166,7 +166,7 @@ msgstr[0] "%(value).1f kvadriliardy" msgstr[1] "%(value).1f kvadriliardy" msgstr[2] "%(value).1f kvadriliárd" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -174,7 +174,7 @@ msgstr[0] "%(value)s kvadriliarda" msgstr[1] "%(value)s kvadriliardy" msgstr[2] "%(value)s kvadriliárd" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -182,7 +182,7 @@ msgstr[0] "%(value).1f kvintiliónu" msgstr[1] "%(value).1f kvintiliónu" msgstr[2] "%(value).1f kvintiliónov" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -190,7 +190,7 @@ msgstr[0] "%(value)s kvintilión" msgstr[1] "%(value)s kvintilióny" msgstr[2] "%(value)s kvintiliónov" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -198,7 +198,7 @@ msgstr[0] "%(value).1f kvintiliardy" msgstr[1] "%(value).1f kvintiliardy" msgstr[2] "%(value).1f kvintiliárd" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -206,7 +206,7 @@ msgstr[0] "%(value)s kvintiliarda" msgstr[1] "%(value)s kvintiliardy" msgstr[2] "%(value)s kvintiliárd" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -214,7 +214,7 @@ msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googol" msgstr[2] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -222,53 +222,53 @@ msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googol" msgstr[2] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "jeden" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dva" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "štyri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "päť" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šesť" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sedem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "deväť" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "pred %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "teraz" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -276,7 +276,7 @@ msgstr[0] "pred sekundou" msgstr[1] "pred %(count)s sekundami" msgstr[2] "pred %(count)s sekundami" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -284,7 +284,7 @@ msgstr[0] "pred minútou" msgstr[1] "pred %(count)s minútami" msgstr[2] "pred %(count)s minútami" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -292,13 +292,13 @@ msgstr[0] "pred hodinou" msgstr[1] "pred %(count)s hodinami" msgstr[2] "pred %(count)s hodinami" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s odteraz" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -306,7 +306,7 @@ msgstr[0] "sekundu odteraz" msgstr[1] "%(count)s sekundy odteraz" msgstr[2] "%(count)s sekúnd odteraz" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -314,7 +314,7 @@ msgstr[0] "minútu odteraz" msgstr[1] "%(count)s minúty odteraz" msgstr[2] "%(count)s minút odteraz" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo index 01e26e28fb9abe85179952f8185a590b81f5a5a1..28437d72c36ff663c2ada65dc72627d10766500e 100644 Binary files a/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po index 212ac98a62db0b12fa7505db165869c300c2143b..20ce6e1cd78a3d2095cdda2d56a30b9d65d3949e 100644 --- a/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po @@ -1,354 +1,356 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Gašper Žejn , 2011. # Jannis Leidel , 2011. # Jure Cuhalev , 2011. +# Jure Čuhalev , 2011. # , 2011. # zejn , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: zejn \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-31 19:15+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "danes" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "včeraj" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "jutri" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" -msgstr[0] "%(value).1f milijon" -msgstr[1] "%(value).1f milijona" -msgstr[2] "%(value).1f milijoni" -msgstr[3] "%(value).1f milijonov" +msgstr[0] "%(value).1f milijonov" +msgstr[1] "%(value).1f milijon" +msgstr[2] "%(value).1f milijona" +msgstr[3] "%(value).1f milijoni" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "%(value)s milijon" -msgstr[1] "%(value)s milijona" -msgstr[2] "%(value)s milijoni" -msgstr[3] "%(value)s milijonov" +msgstr[0] "%(value)s milijonov" +msgstr[1] "%(value)s milijon" +msgstr[2] "%(value)s milijona" +msgstr[3] "%(value)s milijoni" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" -msgstr[0] "%(value).1f miljarda" -msgstr[1] "%(value).1f miljardi" -msgstr[2] "%(value).1f miljarde" -msgstr[3] "%(value).1f miljard" +msgstr[0] "%(value).1f miljard" +msgstr[1] "%(value).1f miljarda" +msgstr[2] "%(value).1f miljardi" +msgstr[3] "%(value).1f miljarde" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "%(value)s miljarda" -msgstr[1] "%(value)s miljardi" -msgstr[2] "%(value)s miljarde" -msgstr[3] "%(value)s miljard" +msgstr[0] "%(value)s miljard" +msgstr[1] "%(value)s miljarda" +msgstr[2] "%(value)s miljardi" +msgstr[3] "%(value)s miljarde" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" -msgstr[0] "%(value).1f triljon" -msgstr[1] "%(value).1f triljona" -msgstr[2] "%(value).1f triljoni" -msgstr[3] "%(value).1f triljonov" +msgstr[0] "%(value).1f triljonov" +msgstr[1] "%(value).1f triljon" +msgstr[2] "%(value).1f triljona" +msgstr[3] "%(value).1f triljoni" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "%(value)s triljon" -msgstr[1] "%(value)s triljona" -msgstr[2] "%(value)s triljoni" -msgstr[3] "%(value)s triljonov" +msgstr[0] "%(value)s triljonov" +msgstr[1] "%(value)s triljon" +msgstr[2] "%(value)s triljona" +msgstr[3] "%(value)s triljoni" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "%(value).1f kvadrilijon" -msgstr[1] "%(value).1f kvadrilijona" -msgstr[2] "%(value).1f kvadrilijoni" -msgstr[3] "%(value).1f kvadrilijonov" +msgstr[0] "%(value).1f kvadrilijonov" +msgstr[1] "%(value).1f kvadrilijon" +msgstr[2] "%(value).1f kvadrilijona" +msgstr[3] "%(value).1f kvadrilijoni" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "%(value)s kvadrilijon" -msgstr[1] "%(value)s kvadrilijona" -msgstr[2] "%(value)s kvadrilijoni" -msgstr[3] "%(value)s kvadrilijonov" +msgstr[0] "%(value)s kvadrilijonov" +msgstr[1] "%(value)s kvadrilijon" +msgstr[2] "%(value)s kvadrilijona" +msgstr[3] "%(value)s kvadrilijoni" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "%(value).1f kvintilijon" -msgstr[1] "%(value).1f kvintilijona" -msgstr[2] "%(value).1f kvintilijoni" -msgstr[3] "%(value).1f kvintilijonov" +msgstr[0] "%(value).1f kvintilijonov" +msgstr[1] "%(value).1f kvintilijon" +msgstr[2] "%(value).1f kvintilijona" +msgstr[3] "%(value).1f kvintilijoni" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "%(value)s kvintilijon" -msgstr[1] "%(value)s kvintilijona" -msgstr[2] "%(value)s kvintilijoni" -msgstr[3] "%(value)s kvintilijonov" +msgstr[0] "%(value)s kvintilijonov" +msgstr[1] "%(value)s kvintilijon" +msgstr[2] "%(value)s kvintilijona" +msgstr[3] "%(value)s kvintilijoni" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "%(value).1f sekstilijon" -msgstr[1] "%(value).1f sekstilijona" -msgstr[2] "%(value).1f sekstilijoni" -msgstr[3] "%(value).1f sekstilijonov" +msgstr[0] "%(value).1f sekstilijonov" +msgstr[1] "%(value).1f sekstilijon" +msgstr[2] "%(value).1f sekstilijona" +msgstr[3] "%(value).1f sekstilijoni" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "%(value)s sekstilijon" -msgstr[1] "%(value)s sekstilijona" -msgstr[2] "%(value)s sekstilijoni" -msgstr[3] "%(value)s sekstilijonov" +msgstr[0] "%(value)s sekstilijonov" +msgstr[1] "%(value)s sekstilijon" +msgstr[2] "%(value)s sekstilijona" +msgstr[3] "%(value)s sekstilijoni" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "%(value).1f septilijon" -msgstr[1] "%(value).1f septilijona" -msgstr[2] "%(value).1f septilijoni" -msgstr[3] "%(value).1f septilijonov" +msgstr[0] "%(value).1f septilijonov" +msgstr[1] "%(value).1f septilijon" +msgstr[2] "%(value).1f septilijona" +msgstr[3] "%(value).1f septilijoni" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "%(value)s septilijon" -msgstr[1] "%(value)s septilijona" -msgstr[2] "%(value)s septilijon" -msgstr[3] "%(value)s septilijonov" +msgstr[0] "%(value)s septilijonov" +msgstr[1] "%(value)s septilijon" +msgstr[2] "%(value)s septilijona" +msgstr[3] "%(value)s septilijoni" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "%(value).1f oktilijon" -msgstr[1] "%(value).1f oktilijona" -msgstr[2] "%(value).1f oktilijoni" -msgstr[3] "%(value).1f oktilijonov" +msgstr[0] "%(value).1f oktilijonov" +msgstr[1] "%(value).1f oktilijon" +msgstr[2] "%(value).1f oktilijona" +msgstr[3] "%(value).1f oktilijoni" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "%(value)s oktilijon" -msgstr[1] "%(value)s oktilijona" -msgstr[2] "%(value)s oktilijoni" -msgstr[3] "%(value)s oktilijonov" +msgstr[0] "%(value)s oktilijonov" +msgstr[1] "%(value)s oktilijon" +msgstr[2] "%(value)s oktilijona" +msgstr[3] "%(value)s oktilijoni" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "%(value).1f nonilijon" -msgstr[1] "%(value).1f nonilijona" -msgstr[2] "%(value).1f nonilijoni" -msgstr[3] "%(value).1f nonilijonov" +msgstr[0] "%(value).1f nonilijonov" +msgstr[1] "%(value).1f nonilijon" +msgstr[2] "%(value).1f nonilijona" +msgstr[3] "%(value).1f nonilijoni" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "%(value)s nonilijon" -msgstr[1] "%(value)s nonilijona" -msgstr[2] "%(value)s nonilijon" -msgstr[3] "%(value)s nonilijonov" +msgstr[0] "%(value)s nonilijonov" +msgstr[1] "%(value)s nonilijon" +msgstr[2] "%(value)s nonilijona" +msgstr[3] "%(value)s nonilijoni" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "%(value).1f decilijon" -msgstr[1] "%(value).1f decilijona" -msgstr[2] "%(value).1f decilijoni" -msgstr[3] "%(value).1f decilijonov" +msgstr[0] "%(value).1f decilijonov" +msgstr[1] "%(value).1f decilijon" +msgstr[2] "%(value).1f decilijona" +msgstr[3] "%(value).1f decilijoni" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "%(value)s decilijon" -msgstr[1] "%(value)s decilijona" -msgstr[2] "%(value)s decilijoni" -msgstr[3] "%(value)s decilijonov" +msgstr[0] "%(value)s decilijonov" +msgstr[1] "%(value)s decilijon" +msgstr[2] "%(value)s decilijona" +msgstr[3] "%(value)s decilijoni" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "%(value).1f googol" -msgstr[1] "%(value).1f googola" -msgstr[2] "%(value).1f googoli" -msgstr[3] "%(value).1f googolov" +msgstr[0] "%(value).1f gugolov" +msgstr[1] "%(value).1f gugol" +msgstr[2] "%(value).1f gugola" +msgstr[3] "%(value).1f gugoli" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "%(value)s googol" -msgstr[1] "%(value)s googola" -msgstr[2] "%(value)s googoli" -msgstr[3] "%(value)s googolov" +msgstr[0] "%(value)s gugolov" +msgstr[1] "%(value)s gugol" +msgstr[2] "%(value)s gugola" +msgstr[3] "%(value)s gugoli" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ena" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" -msgstr "dva" +msgstr "dve" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "štiri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pet" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šest" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sedem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "devet" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "Pred %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "zdaj" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "pred sekundo" -msgstr[1] "" -msgstr[2] "pred %(count)s sekundami" +msgstr[0] "pred %(count)s sekundami" +msgstr[1] "pred %(count)s sekundo" +msgstr[2] "pred %(count)s sekundama" msgstr[3] "pred %(count)s sekundami" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "pred minuto" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "pred minuto" +msgstr[0] "pred %(count)s minutami" +msgstr[1] "pred %(count)s minuto" +msgstr[2] "pred %(count)s minutama" +msgstr[3] "pred %(count)s minutami" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "pred eno uro" +msgstr[0] "pred %(count)s urami" +msgstr[1] "pred %(count)s uro" +msgstr[2] "pred %(count)s urama" +msgstr[3] "pred %(count)s urami" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "čez %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "čez sekundo" -msgstr[1] "" -msgstr[2] "čez %(count)s sekunde" -msgstr[3] "čez %(count)s sekund" +msgstr[0] "čez %(count)s sekund" +msgstr[1] "čez %(count)s sekundo" +msgstr[2] "čez %(count)s sekundi" +msgstr[3] "čez %(count)s sekunde" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "čez minuto" -msgstr[1] "" -msgstr[2] "čez %(count)s minute" -msgstr[3] "čez %(count)s minut" +msgstr[0] "čez %(count)s minut" +msgstr[1] "čez %(count)s minuto" +msgstr[2] "čez %(count)s minuti" +msgstr[3] "čez %(count)s minute" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "čez eno uro" -msgstr[1] "" -msgstr[2] "čez %(count)s ure" -msgstr[3] "čez %(count)s ur" +msgstr[0] "čez %(count)s ur" +msgstr[1] "čez %(count)s uro" +msgstr[2] "čez %(count)s uri" +msgstr[3] "čez %(count)s ure" diff --git a/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo index 21aa21ec87deca4f933ada5ed710ae7626058031..d45f85c95f4f7d96003231af1c75d4fbde648f5c 100644 Binary files a/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po index 5ea04d7124b895f0fa8ca154e462163c1382bd29..ca393296decfe95468a938e0711362f79cee7409 100644 --- a/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po @@ -6,289 +6,289 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-11-25 19:51+0000\n" +"Last-Translator: Besnik \n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "sot" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "dje" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "nesër" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" -msgstr "" +msgstr "ti" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" -msgstr "" +msgstr "ti" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" -msgstr "" +msgstr "ti" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milion" msgstr[1] "%(value).1f milionë" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s milion" +msgstr[1] "%(value)s milionë" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f miliard" msgstr[1] "%(value).1f miliardë" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s miliard" +msgstr[1] "%(value)s miliardë" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trilion" msgstr[1] "%(value).1f trilionë" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trilion" +msgstr[1] "%(value)s trilionë" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f kuadrilion" +msgstr[1] "%(value).1f kuadrilionë" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kuadrilion" +msgstr[1] "%(value)s kuadrilionë" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f kuintilion" +msgstr[1] "%(value).1f kuintilionë" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kuintilionë" +msgstr[1] "%(value)s kuintilionë" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f sestilion" +msgstr[1] "%(value).1f sestilionë" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sestilion" +msgstr[1] "%(value)s sestilionë" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f septilion" +msgstr[1] "%(value).1f septilionë" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septilion" +msgstr[1] "%(value)s septilionë" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f oktilion" +msgstr[1] "%(value).1f oktilionë" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s oktilion" +msgstr[1] "%(value)s oktilionë" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f nonilion" +msgstr[1] "%(value).1f nonilionë" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonilion" +msgstr[1] "%(value)s nonilionë" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f decilion" +msgstr[1] "%(value).1f decilionë" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decillion" +msgstr[1] "%(value)s decilionë" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f gugol" +msgstr[1] "%(value).1f gugolë" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s gugol" +msgstr[1] "%(value)s gugolë" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "një" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dy" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "katër" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pesë" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "gjashtë" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "shtatë" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "tetë" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nëntë" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s më parë" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "tani" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "një sekondë më parë" +msgstr[1] "%(count)s sekonda më parë" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "një minutë më parë" +msgstr[1] "%(count)s minuta më parë" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "një orë më parë" +msgstr[1] "%(count)s orë më parë" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s nga tani" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "një sekondë nga tani" +msgstr[1] "%(count)s sekonda nga tani" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "një minutë nga tani" +msgstr[1] "%(count)s minuta nga tani" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "një orë nga tani" +msgstr[1] "%(count)s orë nga tani" diff --git a/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo index 8dad4bebfc094f64eab8a1bf93e8d0b9c9ca320a..82ffab2c4df1d57fa0130e3ef858e230e903d343 100644 Binary files a/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po index 239b4e27a6521a4344bd58c741ccda58c921b347..dafecf4c4c08da1901f9919243b411edac5d02b8 100644 --- a/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-20 15:05+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "десет" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "јуче" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "сутра" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-и" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-ви" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-и" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-и" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -55,7 +55,7 @@ msgstr[0] "%(value).1f милион" msgstr[1] "%(value).1f милиона" msgstr[2] "%(value).1f милиона" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -63,7 +63,7 @@ msgstr[0] "%(value)s милион" msgstr[1] "%(value)s милиона" msgstr[2] "%(value)s милиона" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -71,7 +71,7 @@ msgstr[0] "%(value).1f билион" msgstr[1] "%(value).1f билиона" msgstr[2] "%(value).1f билиона" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -79,7 +79,7 @@ msgstr[0] "%(value)s билион" msgstr[1] "%(value)s билиона" msgstr[2] "%(value)s билиона" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -87,7 +87,7 @@ msgstr[0] "%(value).1f трилион" msgstr[1] "%(value).1f трилиона" msgstr[2] "%(value).1f трилиона" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -95,7 +95,7 @@ msgstr[0] "%(value)s трилион" msgstr[1] "%(value)s трилиона" msgstr[2] "%(value)s трилиона" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -103,7 +103,7 @@ msgstr[0] "%(value).1f квадрилион" msgstr[1] "%(value).1f квадрилиона" msgstr[2] "%(value).1f квадрилиона" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -111,7 +111,7 @@ msgstr[0] "%(value)s квадрилион" msgstr[1] "%(value)s квадрилиона" msgstr[2] "%(value)s квадрилиона" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -119,7 +119,7 @@ msgstr[0] "%(value).1f квинтилион" msgstr[1] "%(value).1f квинтилиона" msgstr[2] "%(value).1f квинтилиона" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -127,7 +127,7 @@ msgstr[0] "%(value)s квинтилион" msgstr[1] "%(value)s квинтилиона" msgstr[2] "%(value)s квинтилиона" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -135,7 +135,7 @@ msgstr[0] "%(value).1f секстилион" msgstr[1] "%(value).1f секстилиона" msgstr[2] "%(value).1f секстилиона" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -143,7 +143,7 @@ msgstr[0] "%(value)s секстилион" msgstr[1] "%(value)s секстилиона" msgstr[2] "%(value)s секстилиона" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -151,7 +151,7 @@ msgstr[0] "%(value).1f септилион" msgstr[1] "%(value).1f септилиона" msgstr[2] "%(value).1f септилиона" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -159,7 +159,7 @@ msgstr[0] "%(value)s септилион" msgstr[1] "%(value)s септилиона" msgstr[2] "%(value)s септилиона" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -167,7 +167,7 @@ msgstr[0] "%(value).1f окталион" msgstr[1] "%(value).1f окталиона" msgstr[2] "%(value).1f окталиона" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -175,7 +175,7 @@ msgstr[0] "%(value)s окталион" msgstr[1] "%(value)s окталиона" msgstr[2] "%(value)s окталиона" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -183,7 +183,7 @@ msgstr[0] "%(value).1f нонилион" msgstr[1] "%(value).1f нонилиона" msgstr[2] "%(value).1f нонилиона" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -191,7 +191,7 @@ msgstr[0] "%(value)s нонилион" msgstr[1] "%(value)s нонилиона" msgstr[2] "%(value)s нонилиона" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -199,7 +199,7 @@ msgstr[0] "%(value).1f дектилион" msgstr[1] "%(value).1f дектилиона" msgstr[2] "%(value).1f дектилиона" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -207,7 +207,7 @@ msgstr[0] "%(value)s дектилион" msgstr[1] "%(value)s дектилиона" msgstr[2] "%(value)s дектилиона" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -215,7 +215,7 @@ msgstr[0] "%(value).1f гугол" msgstr[1] "%(value).1f гугола" msgstr[2] "%(value).1f гугола" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -223,53 +223,53 @@ msgstr[0] "%(value)s гугол" msgstr[1] "%(value)s гугола" msgstr[2] "%(value)s гугола" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "један" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "два" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "три" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "четири" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "пет" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "шест" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "седам" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "осам" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "девет" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "пре %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "сада" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -277,7 +277,7 @@ msgstr[0] "пре једне секунде" msgstr[1] "пре %(count)s секунде" msgstr[2] "пре %(count)s секунди" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -285,7 +285,7 @@ msgstr[0] "пре једног минута" msgstr[1] "пре %(count)s минута" msgstr[2] "пре %(count)s минута" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -293,13 +293,13 @@ msgstr[0] "пре једног сата" msgstr[1] "пре %(count)s сата" msgstr[2] "пре %(count)s сати" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "за %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -307,7 +307,7 @@ msgstr[0] "за једну секунду" msgstr[1] "за %(count)s секунде" msgstr[2] "за %(count)s секунди" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -315,7 +315,7 @@ msgstr[0] "за један минут" msgstr[1] "за %(count)s минута" msgstr[2] "за %(count)s минута" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo index 3240e6198e3b3c3334b248fe7f78755d8bd72cdf..37857822ebb2745ac69f8507b392fa062cf63bd9 100644 Binary files a/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po index 34a5d3989ee16dca12374a15a504da741ed2f0fd..226beb1957c244e16c1292ca6e7e6b9736ea2513 100644 --- a/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-05 14:01+0000\n" "Last-Translator: Janos Guljas \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "deset" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "juče" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "sutra" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "-i" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "-vi" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "-i" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "-i" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -55,7 +55,7 @@ msgstr[0] "%(value).1f milion" msgstr[1] "%(value).1f miliona" msgstr[2] "%(value).1f miliona" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -63,7 +63,7 @@ msgstr[0] "%(value)s milion" msgstr[1] "%(value)s miliona" msgstr[2] "%(value)s miliona" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -71,7 +71,7 @@ msgstr[0] "%(value).1f bilion" msgstr[1] "%(value).1f biliona" msgstr[2] "%(value).1f biliona" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -79,7 +79,7 @@ msgstr[0] "%(value)s bilion" msgstr[1] "%(value)s biliona" msgstr[2] "%(value)s biliona" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -87,7 +87,7 @@ msgstr[0] "%(value).1f trilion" msgstr[1] "%(value).1f triliona" msgstr[2] "%(value).1f triliona" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -95,7 +95,7 @@ msgstr[0] "%(value)s trilion" msgstr[1] "%(value)s triliona" msgstr[2] "%(value)s triliona" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -103,7 +103,7 @@ msgstr[0] "%(value).1f kvadrilion" msgstr[1] "%(value).1f kvadriliona" msgstr[2] "%(value).1f kvadriliona" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -111,7 +111,7 @@ msgstr[0] "%(value)s kvadrilion" msgstr[1] "%(value)s kvadriliona" msgstr[2] "%(value)s kvadriliona" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -119,7 +119,7 @@ msgstr[0] "%(value).1f kvintilion" msgstr[1] "%(value).1f kvintiliona" msgstr[2] "%(value).1f kvintiliona" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -127,7 +127,7 @@ msgstr[0] "%(value)s kvintilion" msgstr[1] "%(value)s kvintiliona" msgstr[2] "%(value)s kvintiliona" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -135,7 +135,7 @@ msgstr[0] "%(value).1f sekstilion" msgstr[1] "%(value).1f sekstiliona" msgstr[2] "%(value).1f sekstiliona" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -143,7 +143,7 @@ msgstr[0] "%(value)s sekstilion" msgstr[1] "%(value)s sekstiliona" msgstr[2] "%(value)s sekstiliona" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -151,7 +151,7 @@ msgstr[0] "%(value).1f septilion" msgstr[1] "%(value).1f septiliona" msgstr[2] "%(value).1f septiliona" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -159,7 +159,7 @@ msgstr[0] "%(value)s septilion" msgstr[1] "%(value)s septiliona" msgstr[2] "%(value)s septiliona" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -167,7 +167,7 @@ msgstr[0] "%(value).1f oktalion" msgstr[1] "%(value).1f oktaliona" msgstr[2] "%(value).1f oktaliona" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -175,7 +175,7 @@ msgstr[0] "%(value)s oktalion" msgstr[1] "%(value)s oktaliona" msgstr[2] "%(value)s oktaliona" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -183,7 +183,7 @@ msgstr[0] "%(value).1f nonilion" msgstr[1] "%(value).1f noniliona" msgstr[2] "%(value).1f noniliona" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -191,7 +191,7 @@ msgstr[0] "%(value)s nonilion" msgstr[1] "%(value)s noniliona" msgstr[2] "%(value)s noniliona" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -199,7 +199,7 @@ msgstr[0] "%(value).1f dektilion" msgstr[1] "%(value).1f dektiliona" msgstr[2] "%(value).1f dektiliona" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -207,7 +207,7 @@ msgstr[0] "%(value)s dektilion" msgstr[1] "%(value)s dektiliona" msgstr[2] "%(value)s dektiliona" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -215,7 +215,7 @@ msgstr[0] "%(value).1f gugol" msgstr[1] "%(value).1f gugola" msgstr[2] "%(value).1f gugola" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -223,53 +223,53 @@ msgstr[0] "%(value)s gugol" msgstr[1] "%(value)s gugola" msgstr[2] "%(value)s gugola" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "jedan" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "dva" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "četiri" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "pet" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "šest" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sedam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "osam" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "devet" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "pre %(delta)s" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "sada" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -277,7 +277,7 @@ msgstr[0] "pre jedne sekunde" msgstr[1] "pre %(count)s sekunde" msgstr[2] "pre %(count)s sekundi" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -285,7 +285,7 @@ msgstr[0] "pre jednog minuta" msgstr[1] "pre %(count)s minuta" msgstr[2] "pre %(count)s minuta" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -293,13 +293,13 @@ msgstr[0] "pre jednog sata" msgstr[1] "pre %(count)s sata" msgstr[2] "pre %(count)s sati" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "za %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -307,7 +307,7 @@ msgstr[0] "za jadnu sekundu" msgstr[1] "za %(count)s sekunde" msgstr[2] "za %(count)s sekundi" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -315,7 +315,7 @@ msgstr[0] "za jedan minut" msgstr[1] "za %(count)s minuta" msgstr[2] "za %(count)s minuta" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo index 82e69b535ec73058e531420a7602a4931b76c82f..66f0f9344cf2bd234af8c0a2782d15204e801de2 100644 Binary files a/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po index 85f28e68aeb863c6fdfbead64ac1d320ac397899..ea3fa14c3fa200175bee6fea2ea5ccad1c008340 100644 --- a/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po @@ -7,287 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-06 20:29+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "idag" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "igår" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "imorgon" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr ":a" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr ":a" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr ":e" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr ":e" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f miljon" msgstr[1] "%(value).1f miljoner" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s miljon" msgstr[1] "%(value)s miljoner" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value)1.f miljard" msgstr[1] "%(value)1.f miljarder" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s miljard" msgstr[1] "%(value)s miljarder" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value)1.f biljon" msgstr[1] "%(value)1.f biljoner" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s triljon" msgstr[1] "%(value)s triljoner" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f biljard" msgstr[1] "%(value).1f biljarder" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s biljard" msgstr[1] "%(value)s biljarder" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f kvintiljon" msgstr[1] "%(value).1f kvintiljoner" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s kvintiljon" msgstr[1] "%(value)s kvintiljoner" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f triljard" msgstr[1] "%(value).1f triljarder" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s triljard" msgstr[1] "%(value)s triljarder" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f kvadriljon" msgstr[1] "%(value).1f kvadriljoner" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s kvadriljon" msgstr[1] "%(value)s kvadriljoner" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f kvadriljard" msgstr[1] "%(value).1f kvadriljarder" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s kvadriljard" msgstr[1] "%(value)s kvadriljarder" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f kvintiljon" msgstr[1] "%(value).1f kvintiljoner" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s kvintiljon" msgstr[1] "%(value)s kvintiljoner" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f kvintiljard" msgstr[1] "%(value).1f kvintiljarder" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s kvintiljard" msgstr[1] "%(value)s kvintiljarder" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" msgstr[1] "%(value).1f googoler" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" msgstr[1] "%(value)s googoler" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ett" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "två" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tre" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "fyra" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "fem" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sex" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "sju" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "åtta" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "nio" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s sedan" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "nu" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "en sekund sedan" msgstr[1] "%(count)s sekunder sedan" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "en minut sedan" msgstr[1] "%(count)s minuter sedan" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "en timma sedan" msgstr[1] "%(count)s timmar sedan" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s från nu" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "en sekund från nu" msgstr[1] "%(count)s sekunder från nu" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "en minut från nu" msgstr[1] "%(count)s minuter från nu" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo index 7d654b547d03977517a2fbc9b07ed0a6df3a9e35..dc79ff4d17879106475cfaa04d59174e789f533b 100644 Binary files a/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po b/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po index 0553a0a6799bb1e94f443cc23a01570b3c2f854a..80b0d21cbe60a8b382229279fec00cc055e32b27 100644 --- a/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po @@ -5,287 +5,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-03-07 12:57+0000\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-07-06 18:46+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "leo" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "jana" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "kesho" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr " " -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr " " -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr " " -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr " " -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "milioni %(value).1f" +msgstr[1] "milioni %(value).1f" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "milioni %(value)s" msgstr[1] "milioni %(value)s" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "bilioni %(value).1f" +msgstr[1] "bilioni %(value).1f" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "bilioni %(value)s" msgstr[1] "bilioni %(value)s" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "trilioni %(value).1f" +msgstr[1] "trilioni %(value).1f" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "trilioni %(value)s" msgstr[1] "trilioni %(value)s" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kuadrilioni %(value).1f" +msgstr[1] "kuadrilioni %(value).1f" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kuadrilioni %(value)s" +msgstr[1] "kuadrilioni %(value)s" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kuintilioni %(value).1f" +msgstr[1] "kuintilioni %(value).1f" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kuintilioni %(value)s" +msgstr[1] "kuintilioni %(value)s" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "seksitilioni %(value).1f" +msgstr[1] "seksitilioni %(value).1f" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "seksitilioni %(value)s" +msgstr[1] "seksitilioni %(value)s" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "septilioni %(value).1f" +msgstr[1] "septilioni %(value).1f" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "septilioni %(value)s" msgstr[1] "septilioni %(value)s" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value).1f oktilioni" +msgstr[1] "%(value).1f oktilioni" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "oktilioni %(value)s" msgstr[1] "oktilioni %(value)s" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "nonilioni %(value).1f" +msgstr[1] "nonilioni %(value).1f" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "nonilioni %(value)s" msgstr[1] "nonilioni %(value)s" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "desilioni %(value).1f" +msgstr[1] "desilioni %(value).1f" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "desilioni %(value)s" msgstr[1] "desilioni %(value)s" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "gogoli %(value).1f" +msgstr[1] "gogoli %(value).1f" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "gogoli %(value)s" +msgstr[1] "gogoli %(value)s" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "moja" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "mbili" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "tatu" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "nne" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "tano" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "sita" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "saba" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "nane" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "tisa" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s zilizopita" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "sasa" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "sekunde iliyopita" msgstr[1] "sekunde %(count)s zilizopita" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "dakika iliyopita" msgstr[1] "dakika %(count)s zilizopita" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "saa iliyopita" msgstr[1] "saa %(count)s zilizopita" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s kutoka sasa" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "sekunde moja kutoka sasa" msgstr[1] "sekunde %(count)s kutoka sasa" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "dakika moja kutoka sasa" msgstr[1] "dakika %(count)s kutoka sasa" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo index 5a03afc9555d16c39db544c3f8e86418ffc92e83..55acc54e53086adbc9a6cd2df6ade179d5a6e65c 100644 Binary files a/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po index ddd27f8a7c82998e730ba575b6b316b1ee1c0338..e7bca62a78c33b6d4c21f1497eba19912a43d89f 100644 --- a/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po @@ -5,287 +5,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2011-01-19 15:13+0000\n" "Last-Translator: Django team\n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo index 288af3fd8f1316d1132ab0b46cb20e9d1247b06e..1b44b477e81cdac32453566cffeba7a0fc2e8b55 100644 Binary files a/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/te/LC_MESSAGES/django.po b/django/contrib/humanize/locale/te/LC_MESSAGES/django.po index 56cd2faf468b1a73323280273d4b1e62a32dd957..a4901b2b546d0cc7598974df82c52d127d7854cb 100644 --- a/django/contrib/humanize/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/te/LC_MESSAGES/django.po @@ -8,287 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "ఈ రోజు" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "నిన్న" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "రెపు" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "వ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "వ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "వ" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "వ" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ఒక్కటి" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "రెండు" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "మూడు" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "నాలుగు" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "ఐదు" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "ఆరు" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "ఏడు" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "ఎనిమిది " -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "తొమ్మిది" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s క్రితము" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ఇప్పుడు " -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "ఒక క్షణం క్రితము " msgstr[1] "%(count)s క్షణాలు క్రితము " -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "ఒక నిముషము క్రితము " msgstr[1] "%(count)s నిముషాల క్రితము " -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "ఒక గంట క్రితము " msgstr[1] "%(count)s గంటల క్రితము " -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "ఇప్పటినుండి %(delta)s కు" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "ఒక క్షణములో " msgstr[1] "%(count)s క్షణాలో " -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "ఒక నిముషములో " msgstr[1] "%(count)s నిముషాలో " -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo index 8ec80c28f57227fa58a1cbd2e0e15c5822a90f6e..1db0c95efbadaf7d7c98e9ced0e374cf6c8abd63 100644 Binary files a/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/th/LC_MESSAGES/django.po b/django/contrib/humanize/locale/th/LC_MESSAGES/django.po index 15813862e2d51af7ee6e43a12fea8bc0a76b134b..f8a466dc5cd3e8224cd5be5f958919cb43702f48 100644 --- a/django/contrib/humanize/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/th/LC_MESSAGES/django.po @@ -8,260 +8,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Vichai Vongvorakul \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "วันนี้" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "เมื่อวานนี้" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "พรุ่งนี้" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f หนึ่งล้าน" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s ล้าน" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f สิบล้าน" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s พันล้าน" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f ร้อยล้าน" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] " %(value)s ล้านล้าน" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f quadrillion" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s quadrillion" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f quintillion" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s quintillion" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f sextillion" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s sextillion" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septillion" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septillion" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f octillion" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s octillion" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonillion" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonillion" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f decillion" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s decillion" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "หนึ่ง" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "สอง" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "สาม" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "สี่" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "ห้า" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "หก" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "เจ็ด" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "แปด" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "เก้า" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr " %(delta)s ที่ผ่านมา" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "ขณะนี้" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "%(count)s วินาทีที่ผ่านมา" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "%(count)s นาทีที่แล้ว" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "%(count)s ชั่วโมงที่แล้ว" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s จากนี้" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "%(count)s วินาทีต่อจากนี้" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] " %(count)s นาทีต่อจากนี้" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo index c632641ac2d4792260ccdc79c9f762a0fae2069c..5b8b08836f931f15a4eeb880325b8b2c2fc5eea1 100644 Binary files a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po index 0e811870d60d900157ba9204b182ac7a1fa34c6e..e7c42cbe31e0d83c1cd3d396e5d7070c587afced 100644 --- a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po @@ -8,260 +8,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-10 14:53+0000\n" "Last-Translator: Metin Amiroff \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "bugün" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "dün" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "yarın" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "." -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "." -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f milyon" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s milyon" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f milyar" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s milyar" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f trilyon" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s trilyon" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f katrilyon" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s katrilyon" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f kentilyon" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s kentilyon" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f seksilyon" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s seksilyon" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f septilyon" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s septilyon" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f oktilyon" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s oktilyon" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f nonilyon" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s nonilyon" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f desilyon" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s desilyon" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f googol" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s googol" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "bir" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "iki" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "üç" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "dört" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "beş" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "altı" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "yedi" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "sekiz" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "dokuz" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s önce" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "şimdi" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "%(count)s saniye önce" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "%(count)s dakika önce" +msgstr[0] "%s dakika önce" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "%(count)s saat önce" +msgstr[0] "%s saat önce" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "şu andan %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "şu andan %(count)s saniye sonra" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "şu andan %(count)s dakika sonra" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo index 121e637a64c24159a121887f40719579ec5eaa2c..f331d6194bc0a49f80ca1914a7262da894d1b818 100644 Binary files a/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po b/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po index 3968f0b2d55b06871ebabcd80a434c5f1ab754f7..2717433c23b08fad0baa4fcaa9863d64e7916c3c 100644 --- a/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po @@ -6,260 +6,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "бүген" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "кичә" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "иртәгә" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "че" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "че" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "че" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "че" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f миллион" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s миллион" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f миллиард" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s миллиард" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f триллион" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s триллион" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "%(value).1f квадриллион" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "%(value)s квадриллион" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "%(value).1f квинтиллион" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "%(value)s квинтиллион" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "%(value).1f секстиллион" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "%(value)s секстиллион" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "%(value).1f септиллион" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "%(value)s септиллион" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "%(value).1f октиллион" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "%(value)s октиллион" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "%(value).1f нониллион" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "%(value)s нониллион" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "%(value).1f дециллион" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "%(value)s дециллион" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "%(value).1f дециллион" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "%(value)s гугол" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "бер" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "ике" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "өч" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "дүрт" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "биш" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "алты" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "җиде" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "сигез" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "тугыз" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s элек" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "хәзер" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "%(count)s секунд элек" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "%(count)s минут элек" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "%(count)s сәгать элек" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "хәзердән %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "%(count)s секундта" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "%(count)s минутта" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo index b8c628d7e4d1a86723fda9d2cf6187c7d8e97c83..d58aef7bacef993bd60b851dbf075459c9440e92 100644 Binary files a/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po b/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po index 726a2f7d6e60d62af5ce979f5254876211d7e281..dc4b85f9e9793b838b0da04a02ead99f3e28570e 100644 --- a/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po @@ -8,47 +8,47 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-11 17:52+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "сьогодні" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "вчора" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "завтра" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "ий" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "ий" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "ій" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "ий" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" @@ -56,7 +56,7 @@ msgstr[0] "%(value).1f мільйон" msgstr[1] "%(value).1f мільйони" msgstr[2] "%(value).1f мільйонів" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" @@ -64,7 +64,7 @@ msgstr[0] "%(value)s мільйон" msgstr[1] "%(value)s мільйони" msgstr[2] "%(value)s мільйонів" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" @@ -72,7 +72,7 @@ msgstr[0] "%(value).1f мільярд" msgstr[1] "%(value).1f мільярди" msgstr[2] "%(value).1f мільярдів" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" @@ -80,7 +80,7 @@ msgstr[0] "%(value)s мільярд" msgstr[1] "%(value)s мільярди" msgstr[2] "%(value)s мільярдів" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" @@ -88,7 +88,7 @@ msgstr[0] "%(value).1f трильйон" msgstr[1] "%(value).1f трильйони" msgstr[2] "%(value).1f трильйонів" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" @@ -96,7 +96,7 @@ msgstr[0] "%(value)s трильйон" msgstr[1] "%(value)s трильйони" msgstr[2] "%(value)s трильйонів" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" @@ -104,7 +104,7 @@ msgstr[0] "%(value).1f квадрильйон" msgstr[1] "%(value).1f квадрильйони" msgstr[2] "%(value).1f квадрильйонів" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" @@ -112,7 +112,7 @@ msgstr[0] "%(value)s квадрильйон" msgstr[1] "%(value)s квадрильйони" msgstr[2] "%(value)s квадрильйонів" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" @@ -120,7 +120,7 @@ msgstr[0] "%(value).1f квінтильйон" msgstr[1] "%(value).1f квінтильйона" msgstr[2] "%(value).1f квінтильйонів" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" @@ -128,7 +128,7 @@ msgstr[0] "%(value)s квінтильйон" msgstr[1] "%(value)s квінтильйона" msgstr[2] "%(value)s квінтильйонів" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" @@ -136,7 +136,7 @@ msgstr[0] "%(value).1f секстильйон" msgstr[1] "%(value).1f секстильйона" msgstr[2] "%(value).1f секстильйонів" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" @@ -144,7 +144,7 @@ msgstr[0] "%(value)s секстильйон" msgstr[1] "%(value)s секстильйона" msgstr[2] "%(value)s секстильйонів" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" @@ -152,7 +152,7 @@ msgstr[0] "%(value).1f септильйон" msgstr[1] "%(value).1f септильйона" msgstr[2] "%(value).1f септильйонів" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" @@ -160,7 +160,7 @@ msgstr[0] "%(value)s септильйон" msgstr[1] "%(value)s септильйона" msgstr[2] "%(value)s септильйонів" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" @@ -168,7 +168,7 @@ msgstr[0] "%(value).1f октильйон" msgstr[1] "%(value).1f октильйони" msgstr[2] "%(value).1f октильйонів" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" @@ -176,7 +176,7 @@ msgstr[0] "%(value)s октильйон" msgstr[1] "%(value)s октильйони" msgstr[2] "%(value)s октильйонів" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" @@ -184,7 +184,7 @@ msgstr[0] "%(value).1f нонільйон" msgstr[1] "%(value).1f нонільйони" msgstr[2] "%(value).1f нонільйонів" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" @@ -192,7 +192,7 @@ msgstr[0] "%(value)s нонільйон" msgstr[1] "%(value)s нонільйони" msgstr[2] "%(value)s нонільйонів" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" @@ -200,7 +200,7 @@ msgstr[0] "%(value).1f децильйон" msgstr[1] "%(value).1f децильйони" msgstr[2] "%(value).1f децильйонів" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" @@ -208,7 +208,7 @@ msgstr[0] "%(value)s децильйон" msgstr[1] "%(value)s децильйони" msgstr[2] "%(value)s децильйонів" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" @@ -216,7 +216,7 @@ msgstr[0] "%(value).1f гугол" msgstr[1] "%(value).1f гуголі" msgstr[2] "%(value).1f гуголів" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" @@ -224,53 +224,53 @@ msgstr[0] "%(value)s гугол" msgstr[1] "%(value)s гуголі" msgstr[2] "%(value)s гуголів" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "один" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "два" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "три" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "чотири" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "п'ять" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "шість" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "сім" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "вісім" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "дев'ять" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s тому" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "зараз" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" @@ -278,7 +278,7 @@ msgstr[0] "секунду тому" msgstr[1] "%(count)s секунди тому" msgstr[2] "%(count)s секунд тому" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" @@ -286,7 +286,7 @@ msgstr[0] "хвилину тому" msgstr[1] "%(count)s хвилини тому" msgstr[2] "%(count)s хвилин тому" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" @@ -294,13 +294,13 @@ msgstr[0] "годину тому" msgstr[1] "%(count)s години тому" msgstr[2] "%(count)s годин тому" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "через %(delta)s" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" @@ -308,7 +308,7 @@ msgstr[0] "через секунду" msgstr[1] "через %(count)s секунди" msgstr[2] "через %(count)s секунд" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" @@ -316,7 +316,7 @@ msgstr[0] "через хвилину" msgstr[1] "через %(count)s хвилини" msgstr[2] "через %(count)s хвилин" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo index 0e980ce44e8e87d143184ecdce17c794e02fd3a2..b023b5358d20c9900eb9c69d1f068687f8e17049 100644 Binary files a/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po index f48ca63333e969d17e0e4f6c32c8438cc7179be5..f990f7f065736a76db41b11083a8d2ca301a0565 100644 --- a/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po @@ -6,287 +6,287 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "آج" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "گزستہ کل" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "آئندہ کل" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "واں" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "پہلا" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "دوسرا" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "تیسرا" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f ملین" msgstr[1] "%(value).1f ملین" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f بلین" msgstr[1] "%(value).1f بلین" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f ٹریلین" msgstr[1] "%(value).1f ٹریلین" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "ایک" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "دو" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "تین" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "چار" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "پانچ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "چھ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "سات" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "آتھ" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "نو" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" msgstr[1] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo index 540d6348da9edf2ec2f6189b327800d9eb376c3a..04a40d96096f4f032235cd151eef8138fbead9fe 100644 Binary files a/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po b/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po index 3da8c173ff2df8cd55eae46a951afe19c507c7eb..0a0a30ce086781624edeed04ca26b227e6425a8a 100644 --- a/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po @@ -6,260 +6,260 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "Hôm nay" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "Hôm qua" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "Ngày mai" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" msgstr[0] "" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" msgstr[0] "" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" msgstr[0] "" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" msgstr[0] "" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" msgstr[0] "" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" msgstr[0] "" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" msgstr[0] "" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" msgstr[0] "" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" msgstr[0] "" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" msgstr[0] "" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" msgstr[0] "" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" msgstr[0] "" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" msgstr[0] "" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" msgstr[0] "" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" msgstr[0] "" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" msgstr[0] "" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "Một" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "Hai" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "Ba" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "Bốn" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "Năm" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "Sáu" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "Bảy" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "Tám" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "Chín" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo index 59f5d1fb9244869309abd9011c31a16679b6117a..392ae24f81a642aa6cc62271459ac849aaf09c65 100644 Binary files a/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.po index 0fc7961006b8a708ab83b8e7d915078c414915a4..e470e0ab6bf4723da9771cbf6bdbfb18e165035e 100644 --- a/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.po @@ -2,265 +2,266 @@ # # Translators: # Jannis Leidel , 2011. +# Kevin Shi , 2012. # Ziang Song , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: Ziang Song \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-26 01:58+0000\n" +"Last-Translator: 磊 施 \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "今天" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "昨天" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "明天" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f 百万" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" msgstr[0] "%(value)s 百万" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f 十亿" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" msgstr[0] "%(value)s 十亿" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f 万亿" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" msgstr[0] "%(value)s 万亿" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的5次方" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的5次方" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的4次方" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的4次方" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的7次方" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的7次方" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的8次方" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的8次方" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的9次方" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的9次方" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的10次方" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的10次方" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" +msgstr[0] "%(value).1f 1000的11次方" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的11次方" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" +msgstr[0] "%(value).1f 10的100次方" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" +msgstr[0] "%(value)s 10的100次方" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "一" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "二" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "三" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "四" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "五" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "六" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "七" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "八" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "九" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" msgstr "%(delta)s 之前" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" msgstr "现在" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "%(count)s 秒钟之前" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "%(count)s 分钟之前" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "%(count)s 小时之前" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" msgstr "%(delta)s 之后" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" msgstr[0] "%(count)s 秒钟之后" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" msgstr[0] "%(count)s 分钟之后" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" diff --git a/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo index 91ab667c5fe173477461f310d08f93069ab7092a..880d8aea79e2520ee353ccc4018bea2a8c6c861c 100644 Binary files a/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.po index 4e38a2a7d14269574f655fe456300442fb03b63f..111b0351107acacbd1e682adda22b6e8a6048331 100644 --- a/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.po @@ -3,265 +3,266 @@ # Translators: # Jannis Leidel , 2011. # tcc , 2011. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:41+0100\n" -"PO-Revision-Date: 2012-02-14 13:08+0000\n" -"Last-Translator: tcc \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-09-20 06:29+0000\n" +"Last-Translator: yyc1217 \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests.py:108 templatetags/humanize.py:164 +#: tests.py:125 templatetags/humanize.py:167 msgid "today" msgstr "今天" -#: tests.py:108 templatetags/humanize.py:168 +#: tests.py:125 templatetags/humanize.py:171 msgid "yesterday" msgstr "昨天" -#: tests.py:108 templatetags/humanize.py:166 +#: tests.py:125 templatetags/humanize.py:169 msgid "tomorrow" msgstr "明天" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "th" msgstr "th" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "st" msgstr "st" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "nd" msgstr "nd" -#: templatetags/humanize.py:24 +#: templatetags/humanize.py:25 msgid "rd" msgstr "rd" -#: templatetags/humanize.py:53 +#: templatetags/humanize.py:54 #, python-format msgid "%(value).1f million" msgid_plural "%(value).1f million" msgstr[0] "%(value).1f 百萬" -#: templatetags/humanize.py:54 +#: templatetags/humanize.py:55 #, python-format msgid "%(value)s million" msgid_plural "%(value)s million" -msgstr[0] "" +msgstr[0] "%(value)s 百萬" -#: templatetags/humanize.py:57 +#: templatetags/humanize.py:58 #, python-format msgid "%(value).1f billion" msgid_plural "%(value).1f billion" msgstr[0] "%(value).1f 十億" -#: templatetags/humanize.py:58 +#: templatetags/humanize.py:59 #, python-format msgid "%(value)s billion" msgid_plural "%(value)s billion" -msgstr[0] "" +msgstr[0] "%(value)s 十億" -#: templatetags/humanize.py:61 +#: templatetags/humanize.py:62 #, python-format msgid "%(value).1f trillion" msgid_plural "%(value).1f trillion" msgstr[0] "%(value).1f 兆" -#: templatetags/humanize.py:62 +#: templatetags/humanize.py:63 #, python-format msgid "%(value)s trillion" msgid_plural "%(value)s trillion" -msgstr[0] "" +msgstr[0] "%(value)s 兆" -#: templatetags/humanize.py:65 +#: templatetags/humanize.py:66 #, python-format msgid "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion" -msgstr[0] "" +msgstr[0] "%(value).1f 千兆" -#: templatetags/humanize.py:66 +#: templatetags/humanize.py:67 #, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" +msgstr[0] "%(value)s 千兆" -#: templatetags/humanize.py:69 +#: templatetags/humanize.py:70 #, python-format msgid "%(value).1f quintillion" msgid_plural "%(value).1f quintillion" -msgstr[0] "" +msgstr[0] "%(value).1f 百京" -#: templatetags/humanize.py:70 +#: templatetags/humanize.py:71 #, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" +msgstr[0] "%(value)s 百京" -#: templatetags/humanize.py:73 +#: templatetags/humanize.py:74 #, python-format msgid "%(value).1f sextillion" msgid_plural "%(value).1f sextillion" -msgstr[0] "" +msgstr[0] "%(value).1f 十垓" -#: templatetags/humanize.py:74 +#: templatetags/humanize.py:75 #, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" +msgstr[0] "%(value)s 十垓" -#: templatetags/humanize.py:77 +#: templatetags/humanize.py:78 #, python-format msgid "%(value).1f septillion" msgid_plural "%(value).1f septillion" -msgstr[0] "" +msgstr[0] "%(value).1f 秭" -#: templatetags/humanize.py:78 +#: templatetags/humanize.py:79 #, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" +msgstr[0] "%(value)s 秭" -#: templatetags/humanize.py:81 +#: templatetags/humanize.py:82 #, python-format msgid "%(value).1f octillion" msgid_plural "%(value).1f octillion" -msgstr[0] "" +msgstr[0] "%(value).1f 千秭" -#: templatetags/humanize.py:82 +#: templatetags/humanize.py:83 #, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" +msgstr[0] "%(value)s 千秭" -#: templatetags/humanize.py:85 +#: templatetags/humanize.py:86 #, python-format msgid "%(value).1f nonillion" msgid_plural "%(value).1f nonillion" -msgstr[0] "" +msgstr[0] "%(value).1f 百穰" -#: templatetags/humanize.py:86 +#: templatetags/humanize.py:87 #, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" +msgstr[0] "%(value)s 百穰" -#: templatetags/humanize.py:89 +#: templatetags/humanize.py:90 #, python-format msgid "%(value).1f decillion" msgid_plural "%(value).1f decillion" -msgstr[0] "" +msgstr[0] "%(value).1f 十溝" -#: templatetags/humanize.py:90 +#: templatetags/humanize.py:91 #, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" +msgstr[0] "%(value)s 十溝" -#: templatetags/humanize.py:93 +#: templatetags/humanize.py:94 #, python-format msgid "%(value).1f googol" msgid_plural "%(value).1f googol" -msgstr[0] "" +msgstr[0] "%(value).1f 穰大數" -#: templatetags/humanize.py:94 +#: templatetags/humanize.py:95 #, python-format msgid "%(value)s googol" msgid_plural "%(value)s googol" -msgstr[0] "" +msgstr[0] "%(value)s 穰大數" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "one" msgstr "一" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "two" msgstr "二" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "three" msgstr "三" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "four" msgstr "四" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "five" msgstr "五" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "six" msgstr "六" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "seven" msgstr "七" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "eight" msgstr "八" -#: templatetags/humanize.py:143 +#: templatetags/humanize.py:144 msgid "nine" msgstr "九" -#: templatetags/humanize.py:185 +#: templatetags/humanize.py:190 #, python-format msgctxt "naturaltime" msgid "%(delta)s ago" -msgstr "" +msgstr "%(delta)s 以前" -#: templatetags/humanize.py:188 templatetags/humanize.py:210 +#: templatetags/humanize.py:193 templatetags/humanize.py:215 msgid "now" -msgstr "" +msgstr "現在" -#: templatetags/humanize.py:191 +#: templatetags/humanize.py:196 #, python-format msgid "a second ago" msgid_plural "%(count)s seconds ago" -msgstr[0] "" +msgstr[0] "%(count)s 秒前" -#: templatetags/humanize.py:196 +#: templatetags/humanize.py:201 #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "" +msgstr[0] "%(count)s 分鐘前" -#: templatetags/humanize.py:201 +#: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "" +msgstr[0] "%(count)s 小時前" -#: templatetags/humanize.py:207 +#: templatetags/humanize.py:212 #, python-format msgctxt "naturaltime" msgid "%(delta)s from now" -msgstr "" +msgstr "%(delta)s 後" -#: templatetags/humanize.py:213 +#: templatetags/humanize.py:218 #, python-format msgid "a second from now" msgid_plural "%(count)s seconds from now" -msgstr[0] "" +msgstr[0] "%(count)s 秒後" -#: templatetags/humanize.py:218 +#: templatetags/humanize.py:223 #, python-format msgid "a minute from now" msgid_plural "%(count)s minutes from now" -msgstr[0] "" +msgstr[0] "%(count)s 分鐘後" -#: templatetags/humanize.py:223 +#: templatetags/humanize.py:228 #, python-format msgid "an hour from now" msgid_plural "%(count)s hours from now" -msgstr[0] "" +msgstr[0] "%(count)s 小時後" diff --git a/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo index 6b1920b79f4cf6fc6e66072907b86954a97fcb97..28d6a9ebac2954b3d54419dd8196b102029d8da1 100644 Binary files a/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ar/LC_MESSAGES/django.po b/django/contrib/messages/locale/ar/LC_MESSAGES/django.po index c07059dc5f35718ba19b259559be07a48760cc13..9129415124137edd904800c63a8593f45c040b1f 100644 --- a/django/contrib/messages/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ar/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Ossama Khayat \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "رسالة فارغة" diff --git a/django/contrib/messages/locale/az/LC_MESSAGES/django.mo b/django/contrib/messages/locale/az/LC_MESSAGES/django.mo index 32bf2873d8baeae142afa9bffd25825ef19bf7af..116509bef7365bef6654cb9a086465c86e3fa882 100644 Binary files a/django/contrib/messages/locale/az/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/az/LC_MESSAGES/django.po b/django/contrib/messages/locale/az/LC_MESSAGES/django.po index 4691e60960cb12702d3bac3f8500f9b6fbf8e1e3..f7238b3ede675cf2166ec5c7f58dd61d2c1637d9 100644 --- a/django/contrib/messages/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/az/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "tənbəl mesaj" diff --git a/django/contrib/messages/locale/be/LC_MESSAGES/django.mo b/django/contrib/messages/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fc4cfaf33fb8c80d40bcc10927953fd831e4f7d9 Binary files /dev/null and b/django/contrib/messages/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/be/LC_MESSAGES/django.po b/django/contrib/messages/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..9125a2d3c9305d777325a19e9bb7749af12a72fa --- /dev/null +++ b/django/contrib/messages/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,22 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-11 10:22+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: tests/base.py:101 +msgid "lazy message" +msgstr "паведамленьне з адкладзеным перакладам" diff --git a/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo b/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo index cdd099ae85af426b999c727c0d47732427809be2..8d61e7199ee4e0edbcbdc8cd7df390214c3f5c50 100644 Binary files a/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/bg/LC_MESSAGES/django.po b/django/contrib/messages/locale/bg/LC_MESSAGES/django.po index 3de23537bd6b1a2c5bd603ff113aa8401fadcec5..e7f33e5ba5376e2be0edaca4f1639ee214e3264d 100644 --- a/django/contrib/messages/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/bg/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Todor Lubenov \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "подсказващо съобщение" diff --git a/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo b/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo index aa9ff5a81b09d6c1d2c31f60afacc28bb7fe9280..645e7e0c5099cde8edfaaaa159e00eb2cea919b6 100644 Binary files a/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/bn/LC_MESSAGES/django.po b/django/contrib/messages/locale/bn/LC_MESSAGES/django.po index 97e5847090e8fd63196941445ddbdc285c26c6d0..7d27498676cf2af49333e9966577f56076f23d87 100644 --- a/django/contrib/messages/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/bn/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:16+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-09-06 21:47+0000\n" +"Last-Translator: tahmidrafi \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" -msgstr "" +msgstr "লেজি মেসেজ" diff --git a/django/contrib/messages/locale/br/LC_MESSAGES/django.mo b/django/contrib/messages/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b6b87407393762730e929676dc0bfec1bac81f5 Binary files /dev/null and b/django/contrib/messages/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/br/LC_MESSAGES/django.po b/django/contrib/messages/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..b500a868c84f2aef6be8ddd80ed0ee5178a90441 --- /dev/null +++ b/django/contrib/messages/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,22 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-29 10:58+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: tests/base.py:101 +msgid "lazy message" +msgstr "kemennadenn \"lazy\"" diff --git a/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo b/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo index f9c9d11115584c1ff87f37102c4ffa289db8eaa1..142d1b1660dca41ae9da144dd66d33475d48b9ae 100644 Binary files a/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/bs/LC_MESSAGES/django.po b/django/contrib/messages/locale/bs/LC_MESSAGES/django.po index 6f1556582d33bb424bb483de63adf3748f2e5c01..874abc3ab680b17e328de09adcccac360638e72c 100644 --- a/django/contrib/messages/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/bs/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lijena poruka" diff --git a/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo index dd1455aa78f6bc8181eb073e6de81870af21cefd..10ed38a370dd57c355e74530b6b4f0c633878276 100644 Binary files a/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ca/LC_MESSAGES/django.po b/django/contrib/messages/locale/ca/LC_MESSAGES/django.po index 5ff4e7515b37b843a3668732df096a4c0a1109f1..b423c9960548fa3f87c509a3ad9a1604bec35a36 100644 --- a/django/contrib/messages/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ca/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "missatge gandul" diff --git a/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo b/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo index f04e5c58a0bd7943cf20e4f7a7a0cb8f34197515..2ebd6b314354b5504d93f14443c1c2df4e0ec0b7 100644 Binary files a/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/cs/LC_MESSAGES/django.po b/django/contrib/messages/locale/cs/LC_MESSAGES/django.po index ba50d201b98f8d5cafc7f81b945d0a82c6f3ab0c..dd49dd3607096b863aeb80a57ed509ca101d8280 100644 --- a/django/contrib/messages/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/cs/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "opožděně vyhodnocená zpráva" diff --git a/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo b/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo index 4135232fa7f4f978f4252f4118ef0823e317a76c..e94d4386e37e553eeafb72e51ba9d1be553b3f66 100644 Binary files a/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/cy/LC_MESSAGES/django.po b/django/contrib/messages/locale/cy/LC_MESSAGES/django.po index 9df5bd96e25c408f0db077765e7436050aae5e27..eb3509d712178d36f753e6bef23e4487005ef030 100644 --- a/django/contrib/messages/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/cy/LC_MESSAGES/django.po @@ -1,20 +1,22 @@ # This file is distributed under the same license as the Django package. # +# Translators: msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2011-03-15 15:34+0000\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2011-01-19 15:38+0000\n" "Last-Translator: Django team\n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "" diff --git a/django/contrib/messages/locale/da/LC_MESSAGES/django.mo b/django/contrib/messages/locale/da/LC_MESSAGES/django.mo index e748e3c0b249036cc66d8b16e38b2d17769bd16c..42390dde6b5b5e30ce47d8a6fde8fa17b40c96b6 100644 Binary files a/django/contrib/messages/locale/da/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/da/LC_MESSAGES/django.po b/django/contrib/messages/locale/da/LC_MESSAGES/django.po index 2e0e1d8c77c11370d7f695ce97b6a4f91cf1e4e0..34ce5e729f751a70b28ef86332f5f319652fc56c 100644 --- a/django/contrib/messages/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/da/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "doven meddelelse" diff --git a/django/contrib/messages/locale/de/LC_MESSAGES/django.mo b/django/contrib/messages/locale/de/LC_MESSAGES/django.mo index 77315f63e173791d8a6e2bf3c4a1823a9c56c4ee..7007f5f8568dd50a0dcdf1e0d2aa62c17a729edb 100644 Binary files a/django/contrib/messages/locale/de/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/de/LC_MESSAGES/django.po b/django/contrib/messages/locale/de/LC_MESSAGES/django.po index 3ac1369442fb83feb8e9739b511a0a9e22bd41e9..7d4e70bd36d1abba6cd97b944eb89fb95d27563c 100644 --- a/django/contrib/messages/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/de/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "Lazy Nachricht" diff --git a/django/contrib/messages/locale/el/LC_MESSAGES/django.mo b/django/contrib/messages/locale/el/LC_MESSAGES/django.mo index e9b4de22548fd9aaf49af22cd01c9317cb73667e..077e990fef64f9313b813ace65f64894219ae490 100644 Binary files a/django/contrib/messages/locale/el/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/el/LC_MESSAGES/django.po b/django/contrib/messages/locale/el/LC_MESSAGES/django.po index ef158652446a626cfd61cfb8f39413d82b419208..8004322858735ec6d616ffeb07cfecb76e97a39f 100644 --- a/django/contrib/messages/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/el/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" -"Last-Translator: Dimitris Glezos \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Dimitris Glezos \n" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lazy μήνυμα" diff --git a/django/contrib/messages/locale/en/LC_MESSAGES/django.mo b/django/contrib/messages/locale/en/LC_MESSAGES/django.mo index 83b94c07c43ba4d9c1fffff5f6f2f0405032d107..a0c5646f662ed80a3d6f8db542484d7d3af0e0cb 100644 Binary files a/django/contrib/messages/locale/en/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/en/LC_MESSAGES/django.po b/django/contrib/messages/locale/en/LC_MESSAGES/django.po index 6f16dd041112db8c4953a068293251e9d2579d7d..5ade7275092a2bb0f3beb45482efb25d31ef3c35 100644 --- a/django/contrib/messages/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/en/LC_MESSAGES/django.po @@ -1,18 +1,21 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:57+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:16+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: tests/base.py:101 msgid "lazy message" -msgstr "" +msgstr "lazy message" diff --git a/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo index 033a210830eb2150146e99a827d11b21f603986e..802e35087dd4f903d56178c7f69f8034cc4088a3 100644 Binary files a/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.po index b031780f3337493f33302e925fc9fbc564104818..2aa146559e86bbc13666b96aae3a84292ccdbeb5 100644 --- a/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: jon_atkinson \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lazy message" diff --git a/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo b/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo index 06cd5726aca6c29b1adbecb6d41e79f867621052..9071f264d607d1b2ce3089f34d4cd315974296ae 100644 Binary files a/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/eo/LC_MESSAGES/django.po b/django/contrib/messages/locale/eo/LC_MESSAGES/django.po index 8d30ab92f882c4404983a19f073b8ada93b12fd8..9a1e30283f26923027d76eb8747bf1433d6a58ae 100644 --- a/django/contrib/messages/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/eo/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "pigra mesaĝo" diff --git a/django/contrib/messages/locale/es/LC_MESSAGES/django.mo b/django/contrib/messages/locale/es/LC_MESSAGES/django.mo index 35c44b949ae0f2e568c513dbd9f3e5b09bc67338..042a995311254a9f896d6106b1c221d72dd2955b 100644 Binary files a/django/contrib/messages/locale/es/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/es/LC_MESSAGES/django.po b/django/contrib/messages/locale/es/LC_MESSAGES/django.po index ba53f73163a6417d847aeef68be2c2447f0e3a50..e28ca082bcd7a3e1e36b4122e0379b790fbf8314 100644 --- a/django/contrib/messages/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/es/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mensaje vago" diff --git a/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo index 771dcbf2606adbfc208527eeab433b8747a34288..c54b0a217c9b0226904243aabb87718c16a676c6 100644 Binary files a/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.po index 1d5acedf89fc95a23df217ccea08f36088d48fb1..e3eb576db76cca5c09bf7b5106a75c5e39434ad4 100644 --- a/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mensaje lazy" diff --git a/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo index 432a23ef1eb6d0b7c4326fed6529f78533c652f6..aa8926ccb9c0cdf35d1cfe86af3910cc438ab7cf 100644 Binary files a/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po index f2472ce7b6be7c7e70dc6aab199fb10a55d6cbff..53a67513363c8230bf8144f1a080462b0a6c27bb 100644 --- a/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Abraham Estrada \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mensaje flojo" diff --git a/django/contrib/messages/locale/et/LC_MESSAGES/django.mo b/django/contrib/messages/locale/et/LC_MESSAGES/django.mo index 686cd7e446412a5034e32224e07e82182e828e1a..11652d14cd7a4b60ed14ae25db90e6aa2588ae01 100644 Binary files a/django/contrib/messages/locale/et/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/et/LC_MESSAGES/django.po b/django/contrib/messages/locale/et/LC_MESSAGES/django.po index 4da6abaccc8843f56930ec9a1470211cf7769309..2b6c3e2e2ed28f5e47903210519f7fd774168a09 100644 --- a/django/contrib/messages/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/et/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: madisvain \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "laisk sõnum" diff --git a/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo b/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo index e7df9ee1a98c0cc9a4ef75df0491c630fce73937..13b9c83441677c9c5230894469ba6d33ffb5cb2e 100644 Binary files a/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/eu/LC_MESSAGES/django.po b/django/contrib/messages/locale/eu/LC_MESSAGES/django.po index 2093840af12a476c5455bae9889214f98350c528..7d4048d05a2209f1873411e8ca5651a993e0b248 100644 --- a/django/contrib/messages/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/eu/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-09 11:07+0000\n" "Last-Translator: Aitzol Naberan \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mezu nagia" diff --git a/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo b/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo index 6e18a7ba9118ad6b00b9b4f547e032a4bd07ede4..340bff26505b8ced51270f566d36cf168f16334e 100644 Binary files a/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/fa/LC_MESSAGES/django.po b/django/contrib/messages/locale/fa/LC_MESSAGES/django.po index a22202cf1df02f4ba4bf2e1c719d2dc24e9b4aa4..75a590082d6d84a48cafae1b0bf537f00fc8456c 100644 --- a/django/contrib/messages/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/fa/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Ali Nikneshan \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "پیغام با تاخیر" diff --git a/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo b/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo index cae3fb432020990b63f9ed28efa889d87936890f..9fb3db2086f8d0b74d4bd533411a62f20d33f323 100644 Binary files a/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/fi/LC_MESSAGES/django.po b/django/contrib/messages/locale/fi/LC_MESSAGES/django.po index f2c7c2703c8d20b681bc3f25e77c97fdb6a3036b..cb88524143a97e664fa89dbe9edd7de6062b9899 100644 --- a/django/contrib/messages/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/fi/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "laiska viesti" diff --git a/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo b/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo index 07321659fda865e6db092aa3a3eb9654a0a75d07..622b1c1a217ad344133d0eab1cb77b97471e0c48 100644 Binary files a/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/fr/LC_MESSAGES/django.po b/django/contrib/messages/locale/fr/LC_MESSAGES/django.po index 2f881ed43e3a4d21d4e298058af15207a8dd81a3..cbf5c20f45a824481a7e96a7728d44616befd084 100644 --- a/django/contrib/messages/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/fr/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "message « lazy »" diff --git a/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo index b638b8006c51632b17bbcf4b801633a4b7edd6ec..8cec2a53c93c8474b63c151d3cde281d82db8e7d 100644 Binary files a/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ga/LC_MESSAGES/django.po b/django/contrib/messages/locale/ga/LC_MESSAGES/django.po index 3cdedd4a6f109b0377b98316cbe50f8bbde8f169..3368438a8572c09d6a8ecceed5b0a70dee0fb2a9 100644 --- a/django/contrib/messages/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ga/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "teachtaireacht leisciúil" diff --git a/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo b/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo index fe2692cf035cbc6d64eeebdebb27b8b41b1d9979..032d138255f377865d0a1586d047c8c2135fbf3b 100644 Binary files a/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/gl/LC_MESSAGES/django.po b/django/contrib/messages/locale/gl/LC_MESSAGES/django.po index e03ed50cc34c09ab8d06c2ec1b9b97d6ce9b5e53..fa1490d65c06b672b7ca5bfe6918f7a5c504eb82 100644 --- a/django/contrib/messages/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/gl/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: fasouto \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mensaxe vago" diff --git a/django/contrib/messages/locale/he/LC_MESSAGES/django.mo b/django/contrib/messages/locale/he/LC_MESSAGES/django.mo index b839a0c0e454cfce5578a38f5574a4a92530a2b7..ef46a79acebfbf5339d798f04212ba1c7180539e 100644 Binary files a/django/contrib/messages/locale/he/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/he/LC_MESSAGES/django.po b/django/contrib/messages/locale/he/LC_MESSAGES/django.po index e819818fd4c58d5bbe71d383b7b72153c4fab800..3dd8b2aa6a719538315dda6776fdc9a1718cba65 100644 --- a/django/contrib/messages/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/he/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "הודעה 'עצלה'" diff --git a/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo b/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo index b76be2af795f9ddc22895991f82c3d1ad1311d78..ae8c913cba859ad24779c81e156ba6a2e63a2585 100644 Binary files a/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/hi/LC_MESSAGES/django.po b/django/contrib/messages/locale/hi/LC_MESSAGES/django.po index 3e8c78d3753e2fd9a1b238b94f8de8c120e1fe1e..3d1468644a187eb930088115ce699e20d610554a 100644 --- a/django/contrib/messages/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/hi/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Sandeep Satavlekar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "आलसी संदेश" diff --git a/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo b/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo index 529680c1c2324549f1f231f3e152f5282fd1ee23..4593193360a354e3ec0e2105a4fff5ed345faf65 100644 Binary files a/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/hr/LC_MESSAGES/django.po b/django/contrib/messages/locale/hr/LC_MESSAGES/django.po index d5e5ae2a3e75c052c6d32b27ab3c4d32d96b64bc..b6da42d60f8137942edcdb941fb5ada40b3da510 100644 --- a/django/contrib/messages/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/hr/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lijena poruka (\"lazy message\")" diff --git a/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo b/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo index 35fcfdb1920aa010df19bf3d14ce189dc6147546..cd84d470d38ff20a5b8a8f70b5bdabb52400eb61 100644 Binary files a/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/hu/LC_MESSAGES/django.po b/django/contrib/messages/locale/hu/LC_MESSAGES/django.po index 179e3dfcb1f3fecc64667b62d46ea52b0a409e4c..fddb36694837216cd74cb4c3f34fc9ced5f233e8 100644 --- a/django/contrib/messages/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/hu/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Szilveszter Farkas \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lusta üzenet" diff --git a/django/contrib/messages/locale/ia/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..55ba41431a25ddc4f8014f2e0e4347c3ec9cdbb3 Binary files /dev/null and b/django/contrib/messages/locale/ia/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ia/LC_MESSAGES/django.po b/django/contrib/messages/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..d7914f544646e4ff298f4cfd10ce2a6ed96f7617 --- /dev/null +++ b/django/contrib/messages/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,22 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-20 19:21+0000\n" +"Last-Translator: Martijn Dekker \n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: tests/base.py:101 +msgid "lazy message" +msgstr "message pigre" diff --git a/django/contrib/messages/locale/id/LC_MESSAGES/django.mo b/django/contrib/messages/locale/id/LC_MESSAGES/django.mo index 560066ac30e57a9d7f2d61648bdcb6d1a40b401a..b7b58e7e31196cc8d446c51a8711d0c60b0e5248 100644 Binary files a/django/contrib/messages/locale/id/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/id/LC_MESSAGES/django.po b/django/contrib/messages/locale/id/LC_MESSAGES/django.po index 9e4738fc259a58f5e5a5328a4933d409bfe6a99c..66d725b959f111be106d4bac6df5ee819d1cd9df 100644 --- a/django/contrib/messages/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/id/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "pesan tidak segera" diff --git a/django/contrib/messages/locale/is/LC_MESSAGES/django.mo b/django/contrib/messages/locale/is/LC_MESSAGES/django.mo index 0ff4258c9dca0382c273148ab1e11ca5960de095..9be139b987c6a6e9dc36f00ed1106245f61ed334 100644 Binary files a/django/contrib/messages/locale/is/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/is/LC_MESSAGES/django.po b/django/contrib/messages/locale/is/LC_MESSAGES/django.po index cf39e26a2ad516a27f851f81fc21ab036aaf4d90..2b2e543b8a9cf9a8e941aee2472b3743477547a3 100644 --- a/django/contrib/messages/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/is/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Hafsteinn Einarsson \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "letiboð" diff --git a/django/contrib/messages/locale/it/LC_MESSAGES/django.mo b/django/contrib/messages/locale/it/LC_MESSAGES/django.mo index 45f258c667dacda0764b22e114dec40c22efcac7..d924c45b15164d694ee99cf97943343ff24d61b2 100644 Binary files a/django/contrib/messages/locale/it/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/it/LC_MESSAGES/django.po b/django/contrib/messages/locale/it/LC_MESSAGES/django.po index 01abf8d5ef21065e90194a3fcd2464fff93a9a6d..1263379b6998edee026adc77e8e34efd976c5948 100644 --- a/django/contrib/messages/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/it/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "messaggio lazy" diff --git a/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo index e4230370623fa333535f262f09edd51073471cda..0f7aaf5966be8a5c5947318fb49fe18f923d2477 100644 Binary files a/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ja/LC_MESSAGES/django.po b/django/contrib/messages/locale/ja/LC_MESSAGES/django.po index e0e6b3117f1852fcffa0772380dbdc4fb2848f74..58db7eafae57649b5ad4e54f32f0ba7eace71647 100644 --- a/django/contrib/messages/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ja/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "遅延メッセージ" diff --git a/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo index 0d75daaf12f9f4f6d352a36f344722868119976f..95854eb2222775ce491ab2c21c429d7414e5ecb4 100644 Binary files a/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ka/LC_MESSAGES/django.po b/django/contrib/messages/locale/ka/LC_MESSAGES/django.po index c781abc4013cb7781cf5137e578a155cb090be82..804cfc206eaeb7d2f5b377b264e61dbc4ac7d5ce 100644 --- a/django/contrib/messages/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ka/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "\"ზარმაცი\" შეტყობინება" diff --git a/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo b/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo index 6e781eeacf0d2dc196233cd2050124ef3434b7c8..4e1fd4afcbf4b216f858422143124d1266e18c24 100644 Binary files a/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/kk/LC_MESSAGES/django.po b/django/contrib/messages/locale/kk/LC_MESSAGES/django.po index 38df1669c00c0955ab296f62b634a713809f5faf..dd62105035920deeb9c0236a4b51c691f6e35379 100644 --- a/django/contrib/messages/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/kk/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "еріншек хабар" diff --git a/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo b/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo index 387f1c34c190216db0fa946f0689f4c90ee59c78..fd8c3653353d5e83f8118e3991ab56479208d664 100644 Binary files a/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/kn/LC_MESSAGES/django.po b/django/contrib/messages/locale/kn/LC_MESSAGES/django.po index ca5eb43726b2dca0c25d2904bf4e1b7d7c75d679..3bf0f0d24cc31f5a3ede40767a02313b79f3b88e 100644 --- a/django/contrib/messages/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/kn/LC_MESSAGES/django.po @@ -5,17 +5,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2011-01-19 15:38+0000\n" "Last-Translator: Django team\n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "" diff --git a/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo index 58ee0e2b1c5b9951a65f9c4c6ab20a7844cfe2b6..fc957bd4f8a648d9737792fbf48fbf7af15ceaed 100644 Binary files a/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ko/LC_MESSAGES/django.po b/django/contrib/messages/locale/ko/LC_MESSAGES/django.po index 59041c5cb4ccd19d145a0f73e3b98c0f9852a399..9d3426b661a34b28b260c824a9936a91aed14e73 100644 --- a/django/contrib/messages/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ko/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "늦게 번역되는(lazy) 메시지" diff --git a/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo b/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo index edaca64a731444114fe7ed8293920b6cdb71fce4..dca9b32fddb0b97c5f310f29deb04e34d63debf4 100644 Binary files a/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/lt/LC_MESSAGES/django.po b/django/contrib/messages/locale/lt/LC_MESSAGES/django.po index 84bf411277950e925616a2433ff5ff3e0434726b..04478f84cdd67ff63ee5714e08142b155d412213 100644 --- a/django/contrib/messages/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/lt/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: lauris \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "Uždelsta žinutė" diff --git a/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo b/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo index 23e15ac329d32c2ac079229fdbdb0740b9498f5a..2e83d5ff12d954a5425a3e6a99210c5ad561ca34 100644 Binary files a/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/lv/LC_MESSAGES/django.po b/django/contrib/messages/locale/lv/LC_MESSAGES/django.po index 4123edb42eb5b983b944597753d255468cb62cd0..4e827567ba4f0e48e61f3ef44e9948f9b8901823 100644 --- a/django/contrib/messages/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/lv/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "ziņojums (slinkais)" diff --git a/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo b/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo index b5d6c29009506f24cb617e0c466a6862ac94a7d2..1198db24b2464745e6f3031b12e7c4389ed3aee7 100644 Binary files a/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/mk/LC_MESSAGES/django.po b/django/contrib/messages/locale/mk/LC_MESSAGES/django.po index d95cbc652045e9059d4b9026b4ee142b6a3ef832..12e14282f2a428fda53cc200d9c30ab174530e4a 100644 --- a/django/contrib/messages/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/mk/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "мрзлива порака" diff --git a/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo index 92fe1965aceac81b2b91f6a03046c46827dd7f1d..2f84a9aebd95f1106d96a55568035a58e3f381f6 100644 Binary files a/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ml/LC_MESSAGES/django.po b/django/contrib/messages/locale/ml/LC_MESSAGES/django.po index 97b6858c539994e39b814787ca501802d4b6969c..46da61be1a4b5c869865cdac0c9753009fe824ea 100644 --- a/django/contrib/messages/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ml/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "അലസ സന്ദേശം" diff --git a/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo b/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo index 93d97c4d2b58ba119f32ec4a248c406088518281..7f320ea684ff9e00c39f902b99e92689b2d1e51c 100644 Binary files a/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/mn/LC_MESSAGES/django.po b/django/contrib/messages/locale/mn/LC_MESSAGES/django.po index f2e3f222e59df7976d3b0e7129282917a5240cb5..e15d879773dfc65ec7be4867ebc672f292e7290b 100644 --- a/django/contrib/messages/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/mn/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "Удаан мессеж" diff --git a/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo b/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo index 7fadac9e2107e185f44677afdf8b47f0c2df117c..284ce4f3047603ec84dfdf441e09553fb6e953ae 100644 Binary files a/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/nb/LC_MESSAGES/django.po b/django/contrib/messages/locale/nb/LC_MESSAGES/django.po index bfd6d721e12c760ae8b8e36ac4bfbbf6992217ff..b3ac45113e9adca4cb1979b6c484fa253c5a14dd 100644 --- a/django/contrib/messages/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/nb/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-12 14:51+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Last-Translator: Sigurd Gartmann \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "«lazy»-melding" diff --git a/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo index 5fe0e387f79cb06c05dac91f0f0b9478db537c6f..2562006e934e6dfdc5e1033f48c9160b5ef4b69a 100644 Binary files a/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ne/LC_MESSAGES/django.po b/django/contrib/messages/locale/ne/LC_MESSAGES/django.po index 5f6539142e14c4335cda4a7778bba5bc7cc33fbf..c2e264f912809713f3a841cb62751735ecfecda1 100644 --- a/django/contrib/messages/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ne/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "सम सन्देश" diff --git a/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo b/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo index d015e0b80438ed6280591f3d2c0471837a3d5ff4..6aeceddb49c3d65e366013f59bf14d8ee8e71149 100644 Binary files a/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/nl/LC_MESSAGES/django.po b/django/contrib/messages/locale/nl/LC_MESSAGES/django.po index 81c7e870cbd537043d3cfc2d0c1815f57a8e7e8e..073bb9023d25d23012adfb7f5069c2b66d95ae70 100644 --- a/django/contrib/messages/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/nl/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "later vertaald bericht" diff --git a/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo b/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo index 1dc65b6f888905d09809b5d05534ee2616298ca7..497db79a94bd3632ecd916550638147489488d46 100644 Binary files a/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/nn/LC_MESSAGES/django.po b/django/contrib/messages/locale/nn/LC_MESSAGES/django.po index 132c81a435068230b01af9eef657fc5a0adeb857..8cd402bb5fac7f6903082931eb714928afa8abb7 100644 --- a/django/contrib/messages/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/nn/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lat melding" diff --git a/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo b/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo index 93e35828293121f74f472c22c772fdc217224fc8..03b5a1580896f112f0b3251d330c1596df89dd7e 100644 Binary files a/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/pa/LC_MESSAGES/django.po b/django/contrib/messages/locale/pa/LC_MESSAGES/django.po index 847bc9051e166990b13f36e927b0c508b02cd560..4b9eaf55af3c16d9841f726533705ed9c3457703 100644 --- a/django/contrib/messages/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/pa/LC_MESSAGES/django.po @@ -5,17 +5,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "" diff --git a/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo b/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo index 522169c20047f88848865563b9bcd2a0c05b0df5..e1a2f60eb7089601c2e2e2bc68d78057724add41 100644 Binary files a/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/pl/LC_MESSAGES/django.po b/django/contrib/messages/locale/pl/LC_MESSAGES/django.po index b2bc7e0f002ecfbc672286a0f4030ac5f4c6aca5..89b1d0422a7933e950ac9263e3164fa0bb69efbe 100644 --- a/django/contrib/messages/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/pl/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "testowa wiadomość z opóźnioną ewaluacją" diff --git a/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo b/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo index a1c4637553a2129c48a745933b71825fa590e976..f4b266905e97327ee059775ed9773ad6749e8e35 100644 Binary files a/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/pt/LC_MESSAGES/django.po b/django/contrib/messages/locale/pt/LC_MESSAGES/django.po index 4c25094f1d1f674ace8c2855e9fac939893bff4a..d54970a80df59b55a11063c54bc2fb905cf57a62 100644 --- a/django/contrib/messages/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/pt/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mensagem lazy" diff --git a/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo index 9cb56da32c3d6710790e1bdfb68fd54e41585aac..9bcfca5d4d3fb3a613fb23beef039cbbf6f919b8 100644 Binary files a/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.po index 791d3bea22c41dffa481307b94c015b34fb09ab6..68a822d637f3a67b5eb23824e9c559a291b792d6 100644 --- a/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mensagem lazy" diff --git a/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo index 6d1293650b31e4796716a4e85aa5aa2cea7e04d6..8c88184a3e9844dd8514eefcee274fbed28d6381 100644 Binary files a/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ro/LC_MESSAGES/django.po b/django/contrib/messages/locale/ro/LC_MESSAGES/django.po index 9ce8ba6f9a991c686dbd0c106a59157f0e627000..e2cd7f5123b4890dfbcd5a1d7b606aa92359ecf9 100644 --- a/django/contrib/messages/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ro/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mesaj întârziat" diff --git a/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo index 1d1d18405fff1da73fff5de7cbd529c3856918f2..4dcb7f38394c3ef0d50c38815fc2fa22a5710fa0 100644 Binary files a/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ru/LC_MESSAGES/django.po b/django/contrib/messages/locale/ru/LC_MESSAGES/django.po index d5d6001ef6f3fbf15f10c4ff5e4939ad8891aaae..cb93ba61a2a761dec55d49cf63f7a0559c47236c 100644 --- a/django/contrib/messages/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ru/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "сообщение с отложенным переводом" diff --git a/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo index 013198ad3c103c53bd2efdeb9aec24ab400cc4c5..d1efaf92819737775bc47b5b98427a244f3edaee 100644 Binary files a/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sk/LC_MESSAGES/django.po b/django/contrib/messages/locale/sk/LC_MESSAGES/django.po index b6150a7a77ee45d3860822706939cb6a269dc61f..404d06e71ad98d357662cc7c466aebc9f6d93975 100644 --- a/django/contrib/messages/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sk/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "lenivá správa" diff --git a/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo index 9986470f89c1d36da6a013e1fb1048b2f31393aa..50663aef2c8d232faa559de5a6885e803ccc019a 100644 Binary files a/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sl/LC_MESSAGES/django.po b/django/contrib/messages/locale/sl/LC_MESSAGES/django.po index 1ec95ca509ae3ca3beff6f44517079983c1609c9..bb52edb3434141a4dda62fe516ff3d6dbf12da17 100644 --- a/django/contrib/messages/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sl/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # This file is distributed under the same license as the Django package. # # Translators: +# <>, 2012. # Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:16+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-31 19:07+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "leno sporočilo" diff --git a/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo index 491c526f13dbcc246ee072a7bef41195b430b5cf..7ee9043b26c7da7ad71dc6d3cde202e821219ce2 100644 Binary files a/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sq/LC_MESSAGES/django.po b/django/contrib/messages/locale/sq/LC_MESSAGES/django.po index c1c2e8e8ff7a7cb7e84322f4315635a82825f0bb..09e1d46e304001d469edc7f82170697664d494dc 100644 --- a/django/contrib/messages/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sq/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "mesazh i vagullt" diff --git a/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo index 3e4602b01f91d9caa7dfdea13e9113777c84664f..040913cf9d5dc60b93874adb0f8d109ff752a9fb 100644 Binary files a/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sr/LC_MESSAGES/django.po b/django/contrib/messages/locale/sr/LC_MESSAGES/django.po index c254bbde724b4f58e60438e0465f518d1f6b820e..8fdfd6060f85e440719dc7a1f18e3492ad8d6f17 100644 --- a/django/contrib/messages/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sr/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "порука" diff --git a/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo index c5f3ae758bc776f952407b0d69bb8ccc08f181fb..1856888635fb1716a8f22a61315c3bd8324028c7 100644 Binary files a/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.po index cf5ada984642fe893f703641d1c650e9c04eb501..a3f6038a65feba6f312211fd2785aca249b1b4d3 100644 --- a/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "poruka" diff --git a/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo index 944a73683dea5e95a80a6a5baa84254ca4b457ef..c2f6d8b84eaae0ba3e5590bed559ec0da3ececb0 100644 Binary files a/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sv/LC_MESSAGES/django.po b/django/contrib/messages/locale/sv/LC_MESSAGES/django.po index 983e119394ffa7bb2bbf83f6c4c510ca9f1ae3c5..6c14c4c3cfeda7472bd431713e7630effd93f002 100644 --- a/django/contrib/messages/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sv/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Andreas Pelme \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "\"lazy\"-meddelande" diff --git a/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo b/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo index ad26cd2fba45ccb349c221cd5a788736557b515c..59edbbb2542220b991a7d864f901bf9660a15961 100644 Binary files a/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/sw/LC_MESSAGES/django.po b/django/contrib/messages/locale/sw/LC_MESSAGES/django.po index 3c5df108d34d586681b16e79447cf96904e0c578..dec0b0976a263c37beab9c81e4f6d7bfb35d82dd 100644 --- a/django/contrib/messages/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/sw/LC_MESSAGES/django.po @@ -5,17 +5,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2011-01-19 15:38+0000\n" -"Last-Translator: Django team\n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-07-06 18:49+0000\n" +"Last-Translator: machaku \n" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" -msgstr "" +msgstr "ujumbe wa kivivu" diff --git a/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo index ed1e12e1f833ace878f9383338012b5aec74ccac..f3ecf43f218b0d80eda21a40dc9ece71c6e76bb2 100644 Binary files a/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ta/LC_MESSAGES/django.po b/django/contrib/messages/locale/ta/LC_MESSAGES/django.po index 17cd5ea5ac732ffc04ba103635b85f877d6c0821..e58d3b5cc44f919f5d94926976d11db2796ed1a7 100644 --- a/django/contrib/messages/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ta/LC_MESSAGES/django.po @@ -5,17 +5,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2011-01-19 15:38+0000\n" "Last-Translator: Django team\n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "" diff --git a/django/contrib/messages/locale/te/LC_MESSAGES/django.mo b/django/contrib/messages/locale/te/LC_MESSAGES/django.mo index 7009c8a9e68580878cc387c5be25d78992ae1086..327865b54cfa262ce7d3bdbe2468a5a70fd81fb5 100644 Binary files a/django/contrib/messages/locale/te/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/te/LC_MESSAGES/django.po b/django/contrib/messages/locale/te/LC_MESSAGES/django.po index 186980ad1559df6b1182328ef9f4c40609d59c26..b1c4c2dd6a15b75b1339d2ec1093dfd1b570f6e6 100644 --- a/django/contrib/messages/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/te/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "మందమైన సందేశం" diff --git a/django/contrib/messages/locale/th/LC_MESSAGES/django.mo b/django/contrib/messages/locale/th/LC_MESSAGES/django.mo index 0bc43126cf24ea0b0b1fc0d0d1981626ecadbb2f..f284d699ceaa28b5c59d47c8e99a171e66486f73 100644 Binary files a/django/contrib/messages/locale/th/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/th/LC_MESSAGES/django.po b/django/contrib/messages/locale/th/LC_MESSAGES/django.po index 6f952454b803ac87685845e66ddd2b41e712e001..720f0b7c826978f586e10e554403138c954461de 100644 --- a/django/contrib/messages/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/th/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "ข้อความเฉื่อย" diff --git a/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo b/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo index 4f5c2fd4d3720d3603523815431cecc786147318..b7b5372601e636286d4efa7f1d5c5987621378e8 100644 Binary files a/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/tr/LC_MESSAGES/django.po b/django/contrib/messages/locale/tr/LC_MESSAGES/django.po index a3f9bd97458bc98a359fb5b0f61cfa8f477178fa..127e7cadd186c9ca181880606462896a983cce05 100644 --- a/django/contrib/messages/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/tr/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "tembel mesaj" diff --git a/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo b/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo index d53b7675264f73a2a247d04e08ccec3995a09439..0699aae7050a220969bbe36faac995befe1beae3 100644 Binary files a/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/tt/LC_MESSAGES/django.po b/django/contrib/messages/locale/tt/LC_MESSAGES/django.po index a4cc405c30c485064914785d804fc7af226ce0ca..a447e83f2ffd71088eebd2cd7205d088fd4480c0 100644 --- a/django/contrib/messages/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/tt/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "ялкау хәбәр" diff --git a/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo b/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo index 5d5711ed4a87b8cd2f18907c082839edc5460490..993df655d0ccf6d5cba3ab4bc69ad07170ea733d 100644 Binary files a/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/uk/LC_MESSAGES/django.po b/django/contrib/messages/locale/uk/LC_MESSAGES/django.po index 156760343a818ad819f97dd893e68504546366bd..dda6baf231eae0973a83634dfbf8cfbd4c2ad083 100644 --- a/django/contrib/messages/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/uk/LC_MESSAGES/django.po @@ -6,18 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-11 17:13+0000\n" "Last-Translator: Sergey Lysach \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "повідомлення з відкладеним перекладом" diff --git a/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo b/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo index 132b33fe3da4e1354ee9c3fa70f83092440fec6a..86c4b6874c23c4700a713821ce29b53178454df0 100644 Binary files a/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/ur/LC_MESSAGES/django.po b/django/contrib/messages/locale/ur/LC_MESSAGES/django.po index 0a451c1647c40a19263aade6dfdab71a3ccfa06e..87ba94e3e61dbd5ce920e04b954e0de6ad1420da 100644 --- a/django/contrib/messages/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/ur/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "سست پیغام" diff --git a/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo b/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo index 82c3c66b9215065bc9083b667a3aa61a40f19f23..5f710e1de3abd098c0481dc57b657ca6c4b1bc1f 100644 Binary files a/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/vi/LC_MESSAGES/django.po b/django/contrib/messages/locale/vi/LC_MESSAGES/django.po index 82b2c8a7b615741702b8af5a74a53ab76d5a31b7..f63100587e9f4a23e71f57b0d75678d45f6102e0 100644 --- a/django/contrib/messages/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/vi/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Vuong Nguyen \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "tin nhắn lười biếng" diff --git a/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo index 3a48672f10567db3bfb0fdab590733eecb62f786..23b8b97ffad6f98cd97cded68a93019cd1728d84 100644 Binary files a/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.po index f623d9db3d00978317b3bc5bd36fb892006d6f1c..940d02e5fcf6c019f5e7c8cb368102163eba9b15 100644 --- a/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: Lele Long \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "惰性翻译的消息" diff --git a/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo index 293aa09ab08855f31986dedcc2722d915c99b983..e2f4343db841cca914d236296fb92697fb0c2c18 100644 Binary files a/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.po index 0e75ffe236cdf7fb619e476655fc30ffa35f9f9d..826ef580c7a4095729cbbc04cacc4c0bed94e2bf 100644 --- a/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n" "Last-Translator: ming hsien tzang \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: tests/base.py:100 +#: tests/base.py:101 msgid "lazy message" msgstr "惰式訊息" diff --git a/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo index 107adc4be8d3cc1ec84a19abbf644d52124df36a..b73544b2cee3bbae80f90f3ac71c7360d4bcb5df 100644 Binary files a/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po index 20215bbf4098c01df9f4a75bfbc207bdbc0ee822..a066a8c861d84553cfd9964b55b3bd96e21318fd 100644 --- a/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po @@ -6,33 +6,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "إعادة التوجيه من" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "يجب أن يكون هذا مساراً مطلقاً وبدون اسم النطاق. مثال: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "إعادة التوجيه إلى" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -40,10 +40,10 @@ msgstr "" "يجب أن يكون هذا مسارا مطلقا (كما هو أعلاه) أو عنوانا كاملا يبدأ بالمقطع " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "إعادة التوجيه" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "إعادات التوجيه" diff --git a/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo index 1890f46bcafb1287a1802f2172466887fd5cf74e..98e64b40f14476bd1adc4032423051a4764993cd 100644 Binary files a/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/az/LC_MESSAGES/django.po b/django/contrib/redirects/locale/az/LC_MESSAGES/django.po index a98ca47cfbc10177d1cc22799b96158c51d7f34c..f5ca59f20f06e9b49aa2fa7edc53bee98dbf596d 100644 --- a/django/contrib/redirects/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/az/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "buradan yönəlt" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Domen ünvanını çıxmaqla bu, mütləq ünvan kimi göstərilməlidir. Məsələn, \"/" "events/search/\"." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "bura yönəlt" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Bu həm mütləq ünvan (yuxarıdakı kimi) ola bilər, həm də \"http://\" ilə " "başlayan tam URL ola bilər." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "yönəlt" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "yönəldir" diff --git a/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3df0d92b4ec035feafcfff9acdbf4a6d42267647 Binary files /dev/null and b/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/be/LC_MESSAGES/django.po b/django/contrib/redirects/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..b1b5b3d1ba9c2120e5a336f6f7f37c861283ea76 --- /dev/null +++ b/django/contrib/redirects/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,49 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-11 11:08+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: models.py:9 +msgid "redirect from" +msgstr "накіраваць з" + +#: models.py:10 +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" +"Тут мусіць быць поўны шлях бяз назвы дамэна. Прыклад: «/events/search/»." + +#: models.py:11 +msgid "redirect to" +msgstr "накіраваць да" + +#: models.py:12 +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" +"Тут, як і ўверсе, мусіць быць поўны шлях, або поўная сеціўная спасылка, якая " +"пачынаецца з «http://»." + +#: models.py:15 +msgid "redirect" +msgstr "накіраваньне" + +#: models.py:16 +msgid "redirects" +msgstr "накіраваньні" diff --git a/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo index 1f34a0fc31881f39bc77bfcfb3f9ee9e3cbf550f..a6a8711b14a2355f95b722b8a09a1fae58e4bcee 100644 Binary files a/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po b/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po index 7c0c44f93d3f70b9a1a6997c947172f55ab08cb7..44138b30dea92b76d1b945e4da1f7eaef89a4128 100644 --- a/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "препратка от" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Това трябва да бъде абсолютен път, без името на домейна. Пример: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "препратка към" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Това може да бъде или абсолютен път (като горното) или пълен URL, започващ с " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "препратка" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "препратки" diff --git a/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo index 552a949c8c29b211e4bfc6c9feb2b5d197fa5fb3..904465de4b34bf7561e2bfb6bfd1b94ea3b4892b 100644 Binary files a/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po b/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po index 7c37273ea907802b86f6f7976a266dcab5897dd7..46e732fe0a8bde4fe88649296b7a400a8aa8370b 100644 --- a/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "রিডাইরেক্ট করা হবে" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,20 +29,20 @@ msgstr "" "এর মান অবশ্যই এবসল্যুট পথ, ডোমেইন নাম বাদ দিয়ে, হতে হবে, উদাহরণঃ '/events/" "search/'।" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "রিডাইরেক্ট করুন" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "এর মান এবসল্যুট পথ (উপরের মত) অথবা পুরো URL পাথ ('http://' সহ) হতে পারে।" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "রিডাইরেক্ট" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "রিডাইরেক্ট" diff --git a/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d869c18fd6a5f39912a6eb56bc8ff6b24772d7e0 Binary files /dev/null and b/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/br/LC_MESSAGES/django.po b/django/contrib/redirects/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..64453fb08e21327f6f26835089fa03a13a76952b --- /dev/null +++ b/django/contrib/redirects/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,46 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-29 10:56+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: models.py:9 +msgid "redirect from" +msgstr "adkaset eus" + +#: models.py:10 +msgid "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." +msgstr "" + +#: models.py:11 +msgid "redirect to" +msgstr "adkas da" + +#: models.py:12 +msgid "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." +msgstr "" + +#: models.py:15 +msgid "redirect" +msgstr "adkas" + +#: models.py:16 +msgid "redirects" +msgstr "adkasoù" diff --git a/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo index 88a004b598d028213f95526076680b0a50bca57f..6c400fba738ad05e41612f5a404346a0a211787a 100644 Binary files a/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po b/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po index fadb9a4127ccae5f70eb5da24dec85cff2bf0c98..b5cf3d5c8a60043f202f0fa3400d0c2bdc3f65ee 100644 --- a/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "preusmjeren sa" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Ovo mora biti apsolutna putanja bez imena domena. Na primjer: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "preusmjeri ka" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Ovo može biti ili apsolutna putanja (kao gore) ili pun URL koji počinje sa " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "preusmjeravanje" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "preusmjeravanja" diff --git a/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo index fa3b17281eb7835c143c2945cabe5889266c3963..44b18f85d08054a9852c8f00a5f00a23e4643b45 100644 Binary files a/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po index abb8690de65d89f0c73ac1d7a8a835dd214e5e1f..988e565dd69fc7e51aaa29a251faaf84c518319d 100644 --- a/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirecció des de" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Aquesta ruta hauria de ser un camí absolut, excloent-ne el nom del domini. " "Exemple '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirigir a" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Això pot ser bé una ruta absoluta (com a sobre) o una URL completa que " "comenci per 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirecció" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redireccions" diff --git a/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo index 027c11b2ad01c8e897a8e3bf8cc6e0b86a387afb..bc05d07cf4eb7bb88d6eba6d56d2d93f28edc7e2 100644 Binary files a/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po b/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po index 754c06fdf58954f8432498991b4b82d72a65a018..d28ddb86f41706b99595b019973adc190df01c28 100644 --- a/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po @@ -6,33 +6,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "přesměrovat z" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "Toto by měla být absolutní cesta bez domény. Příklad: \"/udalosti/hledat/\"." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "přesměrovat na" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -40,10 +40,10 @@ msgstr "" "Toto může být buď absolutní cesta (jako nahoře) nebo plné URL začínající na " "\"http://\"." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "přesměrování" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "přesměrování" diff --git a/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo index 99aced14cb9550a38d0a8667105f85a19272ba40..57a4cd69f88eb9e47006b184a17acd45819c477f 100644 Binary files a/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po b/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po index 79e24370487ded66f18d5c4cd8c66ad68f7cb151..7d07fa2a928f708f7976b0cf3f433ab96e93edde 100644 --- a/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po @@ -2,49 +2,51 @@ # # Translators: # Jannis Leidel , 2011. +# Maredudd ap Gwyndaf , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:40+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-03 14:11+0000\n" +"Last-Translator: Maredudd ap Gwyndaf \n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "ailgyfeirio o" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" -"Ddylai hon bod yn lwybr hollol, heb y parth-enw. Er enghraifft: '/" +"Dylai hon fod yn lwybr absoliwt, heb yr enw parth. Er enghraifft: '/" "digwyddiadau/chwilio/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ailgyfeirio i" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" -"Gellir fod naill ai llwybr hollol (fel uwch) neu URL hollol yn ddechrau â " +"Gellir fod naill ai yn lwybr absoliwt (fel uchod) neu URL llawn yn dechrau â " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "ailgyfeiriad" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "ailgyfeiriadau" diff --git a/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo index a2b4240447d3053b319946c931f0d192468d88e6..41c5627373c305a028c5c4a488bc339ca2a8b43f 100644 Binary files a/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/da/LC_MESSAGES/django.po b/django/contrib/redirects/locale/da/LC_MESSAGES/django.po index 1f2fd909c37cb2379a0e01e0ae4bb863b7d01c0c..6312760ba918e7cd2eb3375781148d3503665588 100644 --- a/django/contrib/redirects/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/da/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "rediriger fra" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Dette skal være en absolut sti uden domænenavnet. For eksempel: '/nyheder/" "soeg/'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "rediriger til" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Dette kan enten være en absolut sti (som ovenfor), eller en komplet URL " "startende med 'http://'" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "rediriger" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirigeringer" diff --git a/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo index 0c6bd70fa082e7a60522f23ded314b1e858c5151..cbebb73cfc95e3cff8a7a6d55cfc1306bdab9a33 100644 Binary files a/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/de/LC_MESSAGES/django.po b/django/contrib/redirects/locale/de/LC_MESSAGES/django.po index a895f3f27edaa85763c1274d3eb77f7c7a7e7650..809f135601bc598640629020fd44a1e48f8bec38 100644 --- a/django/contrib/redirects/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/de/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "Umleitung von" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Hier sollte ein absoluter Pfad stehen, ohne den Domainnamen. Beispiel: '/" "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "Umleitung nach" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Hier muss entweder ein absoluter Pfad oder eine komplette URL mit http:// am " "Anfang stehen." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "Umleitung" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "Umleitungen" diff --git a/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo index 4a9828857e61a9b9821115892c0702b0ffbc62b7..d779be937fd9ad818fdb96e4a160d570f8f80908 100644 Binary files a/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/el/LC_MESSAGES/django.po b/django/contrib/redirects/locale/el/LC_MESSAGES/django.po index 1dc89ddff99f3161f299b638ebba93b71d88b9f6..f1ce7c505f4e6b06961f5ace701f9722e9d85592 100644 --- a/django/contrib/redirects/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/el/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "ανακατεύθυνση από" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Αυτό πρέπει να είναι ένα απόλυτο μονοπάτι, με εξαίρεση το όνομα χώρου. " "Παράδειγμα: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ανακατεύθυνση προς" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Αυτό πρέπει να είναι ένα απόλυτο μονοπάτι (όπως παραπάνω), ή ένα πλήρες URL " "που αρχίζει με 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "ανακατεύθυνση" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "ανακατευθύνσεις" diff --git a/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo index 83b94c07c43ba4d9c1fffff5f6f2f0405032d107..bf854ed3827cef88e14c50753db32158ed1ab7b1 100644 Binary files a/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/en/LC_MESSAGES/django.po b/django/contrib/redirects/locale/en/LC_MESSAGES/django.po index 885b5fdb97b0525a1246684b9e9768133df72803..398773b6161bf57737162ecde8bcc0ff1c9c6427 100644 --- a/django/contrib/redirects/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/en/LC_MESSAGES/django.po @@ -1,42 +1,49 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:57+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:39+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:9 msgid "redirect from" -msgstr "" +msgstr "redirect from" #: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" +"This should be an absolute path, excluding the domain name. Example: '/" +"events/search/'." #: models.py:11 msgid "redirect to" -msgstr "" +msgstr "redirect to" #: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" +"This can be either an absolute path (as above) or a full URL starting with " +"'http://'." #: models.py:15 msgid "redirect" -msgstr "" +msgstr "redirect" #: models.py:16 msgid "redirects" -msgstr "" +msgstr "redirects" diff --git a/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo index 61136761b8e1f48c32ffac7bc7c9e359e7f4b9e5..a0beafbfe4f1f13375394074ce6f3160b1b7d062 100644 Binary files a/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po index 5994dd0fe4894bbe3fda77a767696fbbc2e46c1d..2842146805ad194ba7d63d498fc54f597abd9cb9 100644 --- a/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirect from" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirect to" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirect" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirects" diff --git a/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo index 56d04e4568ce73d02c828474e0a0ddb36b9b1522..bc973373a6abcdb700ef84aa90b5bba916fbd3eb 100644 Binary files a/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po b/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po index 8976a4a0b5c27f20da3aa40aeab7930ca3139076..4fb761f25a2498166520254de9c1f1a48c130aa0 100644 --- a/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" -"Last-Translator: Baptiste \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"Last-Translator: Baptiste \n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "alidirekto de" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Tio ĉi devus esti absoluta vojo, escepte de la retregionan nomon. Ekzemplo: " "'/eventoj/serĉo/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "alidirekto al" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Tio ĉi povas esti aŭ absoluta vojo (kiel supre), aŭ URL komencante kun " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "alidirekto" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "alidirektoj" diff --git a/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo index c93f43ecec4e9925795371fabeef077f16b9ba8d..9688ebe523d3313347a225dfe7ed28cdd030cca4 100644 Binary files a/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/es/LC_MESSAGES/django.po b/django/contrib/redirects/locale/es/LC_MESSAGES/django.po index c76748ff91b35f5d9bc2d6c6d40e7c789848f3f8..268285768ccbd89ccffd6f5d4d6e33ae30fd6b31 100644 --- a/django/contrib/redirects/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/es/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirigir desde" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Esta ruta debería ser absoluta, excluyendo el nombre de dominio. Ejemplo: '/" "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirigir a" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Esto puede ser bien una ruta absoluta (como antes) o una URL completa que " "empiece con 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirección" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirecciones" diff --git a/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo index 32b1fe9068dfe44bb55df6b990aa0b854507f334..a813a10f08ef206eaa113065673e19bf51f6c5ea 100644 Binary files a/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po index 6fd08514ced47ca4718a621646852a0685a578c3..9d6bd390a1159c66257ebb4e95448b481bd39586 100644 --- a/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirigir desde" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Esta ruta debe ser absoluta, excluyendo el nombre de dominio. Ejemplo: '/" "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirigir a" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Esto puede ser bien una ruta absoluta (como arriba) o una URL completa que " "empiece con 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirección" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirecciones" diff --git a/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo index 00cc74cac1aac59ce5204f0f47300aa93a2ae218..8180d8e8077302e47864909b06af4287574ff60d 100644 Binary files a/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po index a2f30768a87c6f8d361ff855aeb2d9d8ea0dd034..9b2418d72169afa5a1cc6dfa60bc4c65479ff865 100644 --- a/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirigir desde" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Esta ruta debe ser absoluta, excluyendo el nombre del dominio. Ejemplo: '/" "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirigir a" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Esto puede ser bien una ruta absoluta (como arriba) o una URL completa que " "empiece con 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirigir" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirecciona" diff --git a/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo index e75de49bde3c4ebe014b015c113add51d4533913..d94063312e1d5ef1e743e60b4d53d589f4d83048 100644 Binary files a/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/et/LC_MESSAGES/django.po b/django/contrib/redirects/locale/et/LC_MESSAGES/django.po index 9d22d813b23ef3dfad55a1a30117c9e704d4f552..0720c4c45a155f93035adc2a56f9c282cced6016 100644 --- a/django/contrib/redirects/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/et/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "ümbersuunatav asukoht" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "See peaks olema absoluutne asukoht, v.a. domeeninimi. Näide: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "suuna aadressile" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "See võib olla kas absoluutne asukoht (nagu ülemine) või täielik URL algusega " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "suunamine" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "suunamised" diff --git a/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo index be6bd0fbaa6cedf886c30c3e27e6f92d20ee7ba2..92dcd9a17e07a7828206546d2f0dd4db2baba792 100644 Binary files a/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po b/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po index f62eae0ef04f0a778fff943f1858f21d4f55a185..4d583e67ce268ed29d69aed0e3fccbdd289797de 100644 --- a/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "nondik berbidalia" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Honek 'bide' absolutua izan beharko luke, dominio izena kenduta. 'Adibidez: " "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "Nora berbidali" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Hau 'bide' absolutua (goian bezala) edo URL osoa , 'http://'-rekin hasiz, " "izan daiteke." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "berbidali" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "berbidali" diff --git a/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo index b0185b073d41255c46c325b5a5d4454866cd287d..0e8e9962738df3d75ae94b699682c64cefa45aed 100644 Binary files a/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po b/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po index f81151460a0b359ac74f8a3f1a59fddf3fa590f8..5909509689d35a1307178c2185aaee954749c50a 100644 --- a/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po @@ -6,42 +6,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "فرم ارسال به نشانی جدید" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "می‌بایست یک مسیر مطلق و بدون نام دامنه باشد. مانند: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ارسال به نشانی" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" "می‌تواند یک مسیر مطلق (همانند بالا) و یا یک آدرس کامل با 'http://‎' باشد." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "باز-ارسال" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "باز-ارسال‌ها" diff --git a/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo index d609793d0004cdaea26c7560584e100d10cfd2a8..1a42f8f6b4208dc6de2a66d63620d799df3a4205 100644 Binary files a/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po b/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po index 41d6aa9e0d5a31d6bb775f19fdc6e10a96f5ff6a..357ac0a2405caf32a625f2dd1e91cce128869c4f 100644 --- a/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "ohjaa osoitteesta" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Tässä on käytettävä absoluuttista polkua ilman verkkotunnusta. Esimerkki: '/" "tapahtumat/haku/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ohjaa osoitteeseen" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Tässä on käytettävä joko absoluuttista polkua (kuten yllä) tai täydellistä " "'http://'-alkuista URL-osoitetta." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "edelleenohjaus" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "edelleenohjaukset" diff --git a/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo index 9954a924a27b20bfb9b5ac1f51ce167ea0b0118c..9106177dd4d48a61348f293329ac480bc092c69c 100644 Binary files a/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po b/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po index 44de90a193d1838d4f92aa1e0ad7fdbc184426f5..58902fdf9dee83408f81450e3f978a758aeffb6d 100644 --- a/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirigé depuis" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Ceci doit être un chemin absolu, sans nom de domaine. Par exemple, « /" "evenements/rechercher/ »." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirigé vers" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Ceci peut être soit un chemin absolu (voir ci-dessus) soit une URL complète " "débutant par « http:// »." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirige" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirige" diff --git a/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo index 3eeeb98de169d3296c13cb44293515f35385b243..f487aab04f898577ce2396e83ce03dd6d17927ab 100644 Binary files a/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po index e86d9105f231c55f99326224922cc9173c9e8769..b7b64fbd49ab587bbac8cc3469c76261644eec85 100644 --- a/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po @@ -6,42 +6,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "atreoraigh ó" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "Teastaíonn dearbhchosán gan ainm fearainn. Sampla '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "atreoraigh go dtí" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "Is féidir dearbhchosán nó URL lán ag tosnú le 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "athsheol" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "atreoraithe" diff --git a/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo index de0e790745b758f378751748feb149c426546b77..687be7b789a62836fc618dbeb8b735cb970ffd3d 100644 Binary files a/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po b/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po index fe76d9f5e625f59d9c03054b3c7b1cec652dc1c5..8164e833c3edfc50380dbeed2e01672c5462b840 100644 --- a/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "orixe da redirección" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Debe ser unha ruta absoluta, sen o nome de dominio. Exemplo: '/events/" "search/'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "destino da redirección" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Pode ser unha ruta absoluta (coma a de enriba) ou un URL completo que empece " "por 'http://'" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirección" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redireccións" diff --git a/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo index 7782999e3c1cd2c3a1e767ab37e845860746a8e0..cce93e2f0926b8e7aa2e2873f782c8d950cab92f 100644 Binary files a/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/he/LC_MESSAGES/django.po b/django/contrib/redirects/locale/he/LC_MESSAGES/django.po index a095c4716eb9c696aa951a3781430c72a8bdc5ba..ad34502fff3bddd548194c4e0e1c1c5c22a3ae25 100644 --- a/django/contrib/redirects/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/he/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "הפניה מ" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "זה אמור להיות נתיב מלא, ללא שם המתחם. לדוגמא: '/‎/events/search'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "הפניה אל" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "יכול להיות נתיב מלא (כנ\"ל) או URL מלא המתחיל ב'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "הפניה" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "הפניות" diff --git a/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo index e90a268a0f698f012db8ffd35d9a43243a951296..177dd1d4872aa7e3dbf431e204c07bb1c4ec75b6 100644 Binary files a/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po b/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po index 0df863dd15c28cd772d0eabf7a3135c9ab4a27ed..4d9177a42a67ba2cba2012bb53f8f85a7359bfdb 100644 --- a/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po @@ -7,33 +7,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Sandeep Satavlekar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "से अनुप्रेषित" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "डोमेन नाम को छोड़कर बाकि सब संपूर्ण पथ होना चाहिए | उदाहरण: '/events/search'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "को अनुप्रेषित" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "यह या तो एक संपूर्ण पथ (जैसा ऊपर निर्दिष्ट किया हैं ) हो सकता है या 'http://' के साथ " "शुरू होनेवाला पूर्ण URL हो सकता है." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "पुनः प्रेषित" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "पुनः प्रेषित" diff --git a/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo index dc9cf5c6e4f2212c19736fc36b0e9d810679ff25..aaa5ddbc9c56d7f3566b8bb75d6942d82d5372ca 100644 Binary files a/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po b/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po index acfe2e488c15d4f4992281b0ed6c012680307aed..971c5b63b8d38f692217a55b11a33d2ac7913e20 100644 --- a/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "preusmjeri od" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Ovo bi trebala biti apsolutna putanja, bez imena domene. Primjer: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "preusmjeri na" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Ovo može biti ili apsolutna putanja (kao gore) ili potpuni URL koji počinje " "sa 'http://'" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "preusmjeri" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "preusmjeravanja" diff --git a/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo index e56b1ea0bc2cc6a0d6bf001efb95b295868dc9b9..f23caacfa9a791bf388e4c62478fc857c50ff804 100644 Binary files a/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po b/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po index fbb1f0d92b770c1298216458029618aa6a8fdc9d..4e81914021532a3470913167914c1a5133e9aa56 100644 --- a/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "átirányítva innen" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Ennek abszolút elérési útnak kell lennie, a tartománynév nélkül. Példa: '/" "events/search/'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "átirányítva ide" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Ennek vagy abszolút elérési útnak kell lennie (mint fentebb), vagy teljes " "URL-nek 'http://'-vel kezdve." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "átirányítás" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "átirányít" diff --git a/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo index a4542a6cd7aa2417b236116986fa4cd94613cf57..f348545f1e352a5f52c37abfe200ed666470ed22 100644 Binary files a/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/id/LC_MESSAGES/django.po b/django/contrib/redirects/locale/id/LC_MESSAGES/django.po index 78d8e16e390ef1a80f226313ec199c96cc00331a..ad575d14294cca74ed196b81f8382bb767f685af 100644 --- a/django/contrib/redirects/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/id/LC_MESSAGES/django.po @@ -6,33 +6,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "pengalihan dari" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "Harus berupa lokasi absolut, tanpa nama domain. Contoh: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "pengalihan ke" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -40,10 +40,10 @@ msgstr "" "Dapat berupa lokasi absolut (seperti di atas) atau URL lengkap yang dimulai " "dengan 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "pengalihan" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "pengalihan" diff --git a/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo index ac0a30041e8f6c9923de0aab8e701c7639129b07..87ccc54c0252c401dd06a368c51a809d4c7f6389 100644 Binary files a/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/is/LC_MESSAGES/django.po b/django/contrib/redirects/locale/is/LC_MESSAGES/django.po index 2a28a386de8df182ee28660cb30e51873969be3e..09a439cb404c60a3fc74221a0b6263d60278e3a9 100644 --- a/django/contrib/redirects/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/is/LC_MESSAGES/django.po @@ -6,32 +6,32 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "vísun frá" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "Þetta þarf að vera full slóð án lénsins. Dæmi: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "vísa á" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -39,10 +39,10 @@ msgstr "" "Þetta getur verið full slóð (eins og hér að ofan) eða veffang með 'http://' " "fremst." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "vísun" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "vísanir" diff --git a/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo index c6c98519b7547e18ee6d151100b3041b82665ffd..ec625187d28d9967d0968130163c8da33a2635ca 100644 Binary files a/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/it/LC_MESSAGES/django.po b/django/contrib/redirects/locale/it/LC_MESSAGES/django.po index e9c39784d3d0b21e9ce5359cfbd4504427bfdeeb..1528c07148ed3625379fc9386681ab48d8feb2cc 100644 --- a/django/contrib/redirects/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/it/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirezione da" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Deve essere un percorso assoluto, senza nome di dominio. Esempio: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirezione verso" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Può essere un percorso assoluto (come sopra) o una URL completa che inizia " "con 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirezione" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirezioni" diff --git a/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo index ad72eb374646d95e07d48264b58ee4286d13f094..ad22df09344acdb9214b3f1cf12093b7b3734edf 100644 Binary files a/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po index 76334205e7271d57a8d0d769c1c70beecf20c8d8..793e80a35f7415c4514866c3108798601c50f15a 100644 --- a/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "リダイレクト元" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "'/events/search/' のように、ドメイン名を除いた絶対パスにします。 " -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "リダイレクト先" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "上記のような絶対パスか、 'http://' で始まる完全な URL にします。" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "リダイレクト" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "リダイレクト" diff --git a/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo index 19bbfed82976ee0035d3c6adff52c4d970962ed2..b1fa0bc53e5a9ff8213470a8253ab0a4e3b5bf3b 100644 Binary files a/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po index d2f70a082a1d208b61aa14c6a6b863bbd9e429c5..25c523d3ba3e3b835f6c65bb4c223eb6fa51e518 100644 --- a/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po @@ -6,33 +6,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "გადამისამართება გვერდიდან" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "უნდა იყოს აბსოლუტური გზა დომენის სახელის გარეშე. მაგალითი: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "გადამისამართება გვერდზე" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -40,10 +40,10 @@ msgstr "" "უნდა იყოს აბსოლუტური გზა (როგორც ზემოთ) ან სრული URL, რომელიც იწყება " "'http://' სტრიქონით." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "გადამისამართება" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "გადამისამართებები" diff --git a/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo index 479c5a8a5ce6e89d28475fdfc04259960a9639b4..45a9623cf7ed1dc2af04eab501a0180fc4ab8964 100644 Binary files a/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po b/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po index 24c56c0da8b42b0340d68a48b929e6749d71e415..db764d65a64b16e86a15f2a6966f1578f6d697f2 100644 --- a/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po @@ -7,42 +7,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr " бағыттау (қайдан)" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "Бұл домен атаусыз абсолюттік жол болу керек. Мысал: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "бағыттау (қайда)" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" "Бұл абсолюттік жол немесе 'http://'-мен басталатын толық URL бола алады." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "қайта бағыттау" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "қайта бағыттаулар" diff --git a/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo index 5847d90c4ad90f772201ff5b73414463b3bf9875..3e0a52dada52e265d13e2c4ad4e449011201d036 100644 Binary files a/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/km/LC_MESSAGES/django.po b/django/contrib/redirects/locale/km/LC_MESSAGES/django.po index 009331feccb126c16c454bd9bcc2ca3cdad4cd22..77afa2f983eb9100210d06daa42f14e0def4689a 100644 --- a/django/contrib/redirects/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/km/LC_MESSAGES/django.po @@ -6,21 +6,21 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "នាំចេញពី" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -28,20 +28,20 @@ msgstr "" "គួរតែជាផ្លូវពេញ (absolute path) ហើយមិនបញ្ជូលឈ្មោះ ដមែន (domain name​)។​ឧទាហរណ៍ '/" "events/search/'។" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "នាំចេញទៅ" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "អាចជាផ្លូវពេញ (absolute path) ឬក៏ URL ទាំងមូលដែលចាប់ផ្តើមជាមួយ 'http://'។" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "នាំចេញ" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "នាំចេញ" diff --git a/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo index 8f4dfa37215ef56c27f815002a5455a14bd58bb1..ad4f945d9f4e8cb29fea4ed69355407e83445905 100644 Binary files a/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po b/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po index a2e15d4c803474953d2f080d3db7bd33341b28f9..6e92f3338a505df7dd4486b1071b477d280f3a7a 100644 --- a/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po @@ -6,32 +6,32 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "ಪುನರ್ನಿರ್ದೇಶನ ಇಲ್ಲಿಂದ->" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "ಇದು ಡೊಮೈನ್ ಹೊರತುಪಡಿಸಿದ ಸಂಪೂರ್ಣ ಪಥವಾಗಿರಬೇಕು ಉದಾ.'/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ಪುನರ್ನಿರ್ದೇಶನ ಇಲ್ಲಿಗೆ->" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -39,10 +39,10 @@ msgstr "" "ಇದು ಮೇಲಿನಂತೆ ಸಂಪೂರ್ಣ ಪಥವಾದರೂ ಆಗಿರಬಹುದು ಅಥವಾ 'http://'ದಿಂದ ಆರಂಭವಾಗುವ ಸಂಪೂರ್ಣ " "URL ಆಗಿರಬಹುದು." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "ಪುನರ್ನಿರ್ದೇಶನ" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "ಪುನರ್ನಿರ್ದೇಶನ(ಗಳು)" diff --git a/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo index 0dc6a43c61b56917434e958a424921241454b005..5afa67610fa51b6ca169c0658b6ab93182d30529 100644 Binary files a/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po index c5e4a34e397b7e9d62139a1151c9a4219b43a5c0..f178aa28aa1d3b7b807e490160fb35dd18646bcb 100644 --- a/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "에서 재전송" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "도메인명을 제외한 절대경로로 입력하세요. 예: '/events/search/'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "(으)로 재전송" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "절대경로와 URL('http://' 포함) 모두 가능합니다." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "재전송" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "재전송" diff --git a/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo index 23419be03a68353bce0c1cbdda1823a98f5a395d..a7fb1417dff1d5bdcc8ed0e6bbfb2f88032de94c 100644 Binary files a/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po b/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po index 2af9009e785643524b9004e29ec98fbe6b8e1f2d..70b4626099fb92ab31edb40a39cd35f751179b54 100644 --- a/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "nukreiptas (redirect) iš" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Turi būti absoliutus adresas neįtraukiant domaino. Pavyzdžiui: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "nukreipti(redirect) į" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Gali būti absoliutus adresas (kaip viršuj) arba pilnas URL pradedant " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "nukreipti" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "nukreipia" diff --git a/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo index 7f91acbb151898458a1725d1dcc84e9c89ecc119..96c4a7694f867c653072ac6129cbd09f24c6660a 100644 Binary files a/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po b/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po index 8a93dea3f4fe90ce9ae32d68144a87dd12dd20b3..19739a3b0cef64c1e454e59c996dc1c7fee3ad90 100644 --- a/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "pārvirzīt(redirect) no" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Tam jābūt absolūtajam ceļam, atskaitot domēna vārdu. Piemēram: '/notikumi/" "meklet/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "pārvirzīt(redirect) uz" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Šis var būt vai nu absolūtais ceļš (kā augstāk) vai pilnais URL, kas sākas " "ar 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "pārvirzīt" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "pārvirzījumi" diff --git a/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo index 5b68fb711cc67ac9b42d3f13f6eed04f1cf88479..20219805cd08e379e14095f5c64b6e3b348d38e1 100644 Binary files a/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po b/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po index 60a6f64fa9c9c72fb1f95aa1812c21f3e0d367ee..3c8c66cb725231fd8da031f8c3fc2e8f2308910d 100644 --- a/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "пренасочи од" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Ова треба да биде апсолутна патека без името на домејнот. На пр. „/nastani/" "prebaraj/“." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "пренасочи кон" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Ова може да биде или апсолутна патека (како погоре) или цела адреса " "почувајќи со „http://“." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "пренасочување" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "пренасочувања" diff --git a/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo index 889ac27c489f1b0276499c6d073c3c60f7339d51..e9760c65157efaf445057d02abb6da856ef70188 100644 Binary files a/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po index 854a600575d4a59365e2c616ee8a1b80e3ca0d81..31168f88d0e6af285914cfe3562bfeeadeacc676 100644 --- a/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po @@ -6,42 +6,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "പഴയ വിലാസം" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "ഇത് ഡൊമൈന്‍ നാമം ഉള്‍പ്പെടാത്ത ഒരു കേവലമാര്‍ഗം (വിലാസം) ആവണം. ഉദാ: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "പുതിയ വിലാസം" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "ഇതൊരു കേവല മാര്‍ഗമോ 'http://' എന്നു തുടങ്ങുന്ന പൂര്‍ണ്ണ വിലാസമോ (URL) ആവാം" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "വിലാസമാറ്റം" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "വിലാസമാറ്റങ്ങള്‍" diff --git a/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo index 5d59cd83064f596efb7698a75ac931790d5a242e..bce814c4ed98fe6ec07ebbd4cf08b04582c0eb83 100644 Binary files a/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po b/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po index cd84eb8f057fc3885428d764577cb6f3097064b7..46a88d978d37e129ebc5253a72cbe574005e5bdc 100644 --- a/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirect хаанаас" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Энэ нь домэйн нэр агуулаагүй абсолют зам байх ёстой. Жишээ нь: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirect хаашаа" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Энэ нь (дээрхийн нэгэн адил) абсолют зам юм уу 'http://' гэж эхэлсэн бүтэн " "URL байж болно. " -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirect" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirect-ууд" diff --git a/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo index 971e538809c10b90a9d7305177c1c866ebcbeaa8..75a87fc36f52bf9ca4d400c26abc74db2d859e94 100644 Binary files a/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po b/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po index c04452ecbe147cf2f06516165688a96ee65631eb..24add5bbb4731940085ca175dc2582b0727fd1c6 100644 --- a/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-12 21:48+0000\n" -"Last-Translator: sigurdga \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Last-Translator: Sigurd Gartmann \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "omadresser fra" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Dette bør være en fullstendig sti uten domenenavn. Eksempel: «/hendelser/" "finn/»" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "omadresser til" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Dette kan enten være en fullstendig sti (som over), eller en fullstendig " "nettadresse som starter med «http://»." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "omadressering" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "omadresseringer" diff --git a/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo index 4d1760e74307ea1e68e95241748141cb8ff8388c..cdf473e5dd04aebbbc21ae79345875a8c08b37d2 100644 Binary files a/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po index ab5f53bcb4178f6a24eb2fe6d68f56fca87cd7f3..26eef3517b33319030b137effe73b79405e69337 100644 --- a/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po @@ -1,46 +1,48 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. # Sagar Chalise , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:40+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-04 11:29+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" -msgstr "बाटो फेर्ने फारम" +msgstr "बाटो फेर्ने फरम" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." -msgstr "" +msgstr "यो डोमेन नाम छोडेर, पूर्ण बाटो हुनुपर्छ । उदाहरण : '/events/search'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "बाटो फेर्नेको लागि" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" +"यो कि (माथीको जस्तै )पूर्ण बाटो हुनुपर्छ वा 'http://' बाट सुरुभएको पुरा हुनुपर्छ । " -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "बाटो फेर्ने" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "बाटो फेर्ने" diff --git a/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo index 2ab5cfd5bb21cb4d5f8cf4a915175f7ca61fbc2d..f3f3b24bbe97fe3bfd84febfd5f962144aa459a1 100644 Binary files a/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po b/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po index 050b666fe48d99c33c3c75bfa655f59cf09e74f2..faeceb26852ad56eb82942fb346de7bc61b2a495 100644 --- a/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "omgeleid via" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Dit moet een absoluut pad zijn, zonder de domeinnaam. Bijvoorbeeld: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "omleiden naar" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Dit kan een absoluut pad (zoals hierboven) zijn of een volledige URL " "beginnend met 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "omleiding" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "omleidingen" diff --git a/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo index 690d96913a8eaa02609a13876c918e14aff99e15..bd9ac9cfd6eb3ac653bc1b6a2d6e69b436429381 100644 Binary files a/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po b/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po index 87e0ae6acfa1d09792a698eb3d4059e6cfcf66b8..bc856a7536e940f524ad9f46a86e8948e86341d1 100644 --- a/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po @@ -6,33 +6,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "omadresser frå" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "Dette bør vere ein fullstendig sti utan domenenavn. Døme: '/hendingar/finn/" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "omadresser til" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -40,10 +40,10 @@ msgstr "" "Dette kan enten vere ein fullstendig sti (som over), eller ei fullstendig " "nettadresse som startar med 'http://'" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "omadressering" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "omadresseringar" diff --git a/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo index 58e385645f9046dcc1098dafe1d2535483518d19..2e1dc9659927685755b15398878b894148260505 100644 Binary files a/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po b/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po index 4f876ac062a9cffd1d5186822c2c5d370d65f43a..065e2b332800391e3ddee329d16687aba0c7f735 100644 --- a/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "ਰੀ-ਡਾਇਰੈਕਟ" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "" diff --git a/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo index 958bb56c6e3dc62a763904fad7be8bcf4d0dc023..9b3ffa080ec5afed293797a2feccda8a6c158031 100644 Binary files a/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po b/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po index 058dc91b23546cce6b5b6de9137854e28debf321..d283543b5df4a65a6622eecb56a344cf8a612d8e 100644 --- a/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po @@ -6,42 +6,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "przekieruj z" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "Podaj pełną ścieżkę bez nazwy domeny. Przykład: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "przekierowanie do" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "Ścieżka jak wyżej lub pełny URL z http://" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "przekieruj" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "przekierowania" diff --git a/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo index 27d01005d3b7c150bf6fe225c9de951fbb3f1d0a..4ee0f7ebbacd601d671b479850c5b423771170dc 100644 Binary files a/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po b/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po index 5c8a82e8075ad1ca1c03d43f58fdd2658da94d9e..c07048cc490be33b49654698b1b31ea9d8823180 100644 --- a/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po @@ -7,22 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Nuno Mariz \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirecionar de" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Isto deverá ser um caminho absoluto, excluindo o domínio. Exemplo: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirecionar para" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Isto poderá ser um caminho absoluto (como acima) ou um URL completo começado " "por 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirecionar" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redireciona" diff --git a/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo index d0bf6c0ff1da2ab4cdac842c65ad96db9e764349..e7bf704ff33f38563fa9196e7cc500d3115aad26 100644 Binary files a/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po index d0d59ebd1772ccb34473187d020f73ce9ed85301..64b1bda305b5eaa86afe16b65b4eeb34dd88ccad 100644 --- a/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirecionar de" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Isso deve ser um caminho absoluto, excluindo o nome de domínio. Exemplo: '/" "eventos/busca/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirecionar para" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Pode ser um caminho absoluto (como acima) ou uma URL completa, começando com " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirecionar" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirecionamentos" diff --git a/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo index ecbb2ead9deb5a2ad1d37e4360104a8e61a2eb2b..f7746010ceeb3f143b137130482ecbb804e804f6 100644 Binary files a/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po index 3047bbcfbae4ec4289855cbb3d61c626cd92bbce..fed5712b24b144af615f3c8d26c7978322a69f58 100644 --- a/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po @@ -7,23 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "redirecționat de la " -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -31,11 +31,11 @@ msgstr "" "Aceasta ar trebui să fie o cale absolută, excluzând numele de domeniu. " "Exemplu: '/evenimente/cautare/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "redirecționat către" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -43,10 +43,10 @@ msgstr "" "Aceasta poate fi o cale absolută (ca mai sus) sau un URL complet, începând " "cu 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "redirecționare" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "redirecționări" diff --git a/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo index 6bdbdf89dd32e14cbd265e52a392c36a4584af64..2ab114191fdba0c8873df77bfe19462a6ee4a015 100644 Binary files a/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po index a350e0d6db22038accf6e75b761634bcc7051236..9b85990d43250d717f2560382dccf41dffb2c177 100644 --- a/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "перенаправить с" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Это должен быть абсолютный путь без доменного имени. Пример: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "перенаправить на" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Это должен быть либо абсолютный путь (как выше), либо полный URL, " "начинающийся с 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "перенаправление" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "перенаправления" diff --git a/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo index f585c2d17d7aca0dd96430f8e6e3ffeead81cfa5..827e623b1465110a1721296dc71e7ad066e99124 100644 Binary files a/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po index 833b03b60f200a643a70d4468adea8676925949c..e7730e44e88f5bc1fb5630f457e6c1082a8e9029 100644 --- a/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "presmerovať z" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Tu by sa mala použiť absolútna cesta bez názvu domény. Napríklad: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "presmerovať na" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Toto môže byť buď absolútna cesta (ako vyššie) alebo úplné URL začínajúce na " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "presmerovanie" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "presmerovania" diff --git a/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo index 450364c3401314bde254acb83c0c0ef0625be988..d97db4fb604b363927c7d2e8e1e1a0caedbe8188 100644 Binary files a/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po index 523882f1a693d0e2c6eeb8965211114b8b36113a..bfb11d2c75ef9dbef889c4fdaa8062ebc31d203d 100644 --- a/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po @@ -6,45 +6,46 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:40+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-31 19:45+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" -msgstr "preusmeritev iz" +msgstr "preusmeri iz" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" -"Ta pot mora biti absolutna, brez imena domene. Primer: '/events/search/'." +"Pot mora biti navedena absolutno in brez imena domene. Primer: '/events/" +"search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "preusmeri na" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" -"To je lahko absolutna pot (kot zgoraj) ali popoln URL naslov (ki se začne s " -"'http://')." +"Pot je lahko navedena absolutno (kot zgoraj) ali pa kot popoln naslov URL, " +"začet z 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" -msgstr "preusmeritev" +msgstr "preusmeri" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "preusmeritve" diff --git a/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo index 31f711afb2d248a63dff3e15fbee4f46d3addffd..e22e9c1241219e0758be6bd6e455e63e911d6744 100644 Binary files a/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po index 9bbcf528378d0b9fbfe42113218c2dd1a5a6e6b0..e21ccd46ff5746ca488aca8d4fc637b49794d706 100644 --- a/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "ridrejtim prej" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Ky do të duhej të ishte shteg absolut, pa emrin e përkatësisë. Për shembull: " "'/ngjarje/kërkim/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ridrejtim te" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Ky mund të jerë shteg absolut (si më sipër) ose URL e plotë që fillon me " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "ridrejtim" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "ridrejtime" diff --git a/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo index 73d1fdca8ce1a7e179e18f6b1d3ed984422d95a3..0203dd52236f8206ac907faba388b9880ab4b68d 100644 Binary files a/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po index cd793333b592e89d9190818b7234bcfbb9a30747..c0773810568c9fe414d542c29b104a962feab641 100644 --- a/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "преусмерен са" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Ово мора бити апсолутна путања без имена домена. На пример: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "преусмери ка" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Ово може бити или апсолутна путања (као горе) или пун URL који почиње са " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "преусмеравање" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "преусмеравања" diff --git a/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo index 8e13b7415880752baef17b02e31c77010e06bdde..e656bc9e47149f3492bb197b5cbe94c6f9f68c5e 100644 Binary files a/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po index c274cd0fa8469a49872bf80810c0197fb773d358..1c4babe6f3fc355086e5d5631cdf8683fdcecf25 100644 --- a/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "preusmeren sa" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Ovo mora biti apsolutna putanja bez imena domena. Na primer: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "preusmeri ka" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Ovo može biti ili apsolutna putanja (kao gore) ili pun URL koji počinje sa " "'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "preusmeravanje" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "preusmeravanja" diff --git a/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo index 1a8b65039eaadc9d005a4052c47a4809c6818747..b12919126f6ca64d1947a2280d0921a741edb08b 100644 Binary files a/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po index 080395d10b539c1e3b53416b642184c9c4c1128f..23e6dbef725540332d46fea7797af4120b44e5aa 100644 --- a/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "omdirigera från" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Detta bör vara en absolut sökväg utan domännamnet. Exempel: '/handelser/" "sok/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "omdirigera till" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Detta kan vara antingen en absolut sökväg (som ovan) eller en fullständig " "URL som börjar med 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "omdirigera" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "omdirigeringar" diff --git a/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo index 2e1c7a18a67c58483d0ff43068bf0c0d88d4b574..b70ace73a0ece51969e5e2f21a64991570fa3d72 100644 Binary files a/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po b/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po index 7dbd6a8287a369e0df79970025bb4e3e6ee0fd12..fb224e0b7c82b773c527b27655e44ebb1d2edca4 100644 --- a/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po @@ -5,22 +5,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-16 18:53+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "elekeza upya kutoka" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -28,21 +28,21 @@ msgstr "" "Hii inatakiwa kuwa njia kamili, ukiondo jina la domeini. Mfano:'/matukio/" "tafuta/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "elekeza upya kwenda" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" "Hii inaweza kuwa njia kamili (kama hapo juu) or URL kamili yenye 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "maelekezo upya" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "maelekezo upya" diff --git a/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo index 0b615b9e31de2d2d8fd2bac47a9e9b9b7edee34a..e95f6e7da00974b5f3a28cb5683df7059c515459 100644 Binary files a/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po index 60d17a6f994e50a4146462873bd99c0fe59da8e4..d341899f2f75b6a8d62644c55bf17ef3b368179a 100644 --- a/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "லிருந்து திசைமாற்று" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "இது ஒரு முழுமையான பாதையாக இருக்கவேண்டும். இணையத்தளப்பெயராக இருக்கக்கூடாது. உதாரணம்:'/" "events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "திரும்ப அனுப்பு" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "இது முழுமையான பாதையாக (மேலே உள்ளது போல) அல்லது \"http\"//\" என தொடங்கும் வலை " "முகவரியாக இருக்கலாம்." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "திரும்ப அனுப்பு" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "திரும்ப அனுப்புகிறது. " diff --git a/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo index a2c415cbfe6524016ea7496597dd1fedf5428dcf..eea4e568d195f0e213492146ee3d953ca314f727 100644 Binary files a/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/te/LC_MESSAGES/django.po b/django/contrib/redirects/locale/te/LC_MESSAGES/django.po index 6eac75a090cb6d9de43503a097b643b40357853c..ce282b0fa1a502f6175d028215c70f171aa2848f 100644 --- a/django/contrib/redirects/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/te/LC_MESSAGES/django.po @@ -5,41 +5,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "" diff --git a/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo index b89ca6e21b3b2c3d66561f391f6ab31938e8a861..e7a280b254b6f505274f40618d35194bb2aa5dee 100644 Binary files a/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/th/LC_MESSAGES/django.po b/django/contrib/redirects/locale/th/LC_MESSAGES/django.po index f2898d0c5f604e70a85bf3026fe3aac0e2ea0569..8ab110c08de50f5e6d8904f9f5a16081adaad4e5 100644 --- a/django/contrib/redirects/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/th/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "เปลี่ยนทิศทางจาก" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "พาธไม่รวมโดเมน ตัวอย่าง : '/events/search/'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "เปลี่ยนทิศทางไปที่" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "มันอาจจะเป็นพาธหรือ URL แบบเต็มที่ขึ้นต้นด้วย 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "เปลี่ยนทิศทาง" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "เปลี่ยนทิศทาง" diff --git a/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo index 15322a7ab446e706a415a9c59b671e18044bbf14..14ed7f88db8e87af86c3051611f965800abf920a 100644 Binary files a/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po b/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po index dcf460a7af0aee2d10c4e756fac782bafe30bba9..c7982ec58cd16bb9adc7e8211f5748091ba832b1 100644 --- a/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "eski adres" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,11 +29,11 @@ msgstr "" "Buraya tam dosya yolu, alan adı kullanılmadan yazılmalı. Örnek: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "yeni adres" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -41,10 +41,10 @@ msgstr "" "Buraya tam dosya yolu (yukarıdaki gibi), ya da 'http://' ile başlayan tam " "adres yazılmalı." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "yönlendirme" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "yönlendirmeler" diff --git a/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo index 82bfa0e29b0266a2fbe01021452c72c8c517288e..eb0a0ec67d83313292c2ab7bb509998b8efb4de7 100644 Binary files a/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po b/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po index 63339d8abedd96841cbf5e631fe2134f47b1a21b..0ce8e530cae1b73010a3da4ff50f5aba50730b07 100644 --- a/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po @@ -6,33 +6,33 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "бу сәхифәдән юнәлтергә:" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" "Бу домен исеменнән тыш абсолүт юл булырга тиеш. Мәсәлән: '/events/search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "бу сәхифәгә юнәлтергә:" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -40,10 +40,10 @@ msgstr "" "Бу я абсолүт юл (өстәге кебек), я 'http://' белән башланган тулы URL булырга " "тиеш." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "юнәлтү" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "юнәлтүләр" diff --git a/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo index b03674375b9185101f58f539fcc56827865fe4b3..f27ab608b4d8ac162b9726a5a870f31fafd8c280 100644 Binary files a/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po b/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po index 1c4bd182437211c4a0ccccc93817a59365c8c9b5..b1522458af56f69b85aaaa75bf2d40398f567b37 100644 --- a/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po @@ -6,23 +6,23 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "перенаправлення з" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -30,11 +30,11 @@ msgstr "" "Це повинен бути абсолютний шлях, виключаючи ім'я домену. Приклад: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "перенаправлення до" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." @@ -42,10 +42,10 @@ msgstr "" "Це може бути або абсолютний шлях (як вище), або повний URL, який починається " "з 'http://'." -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "перенаправлення" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "перенаправлення" diff --git a/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo index 4e524a9f53d434a5ed117aa645b687b50b64cca8..1bc9aff981fb256dfc373c1214c583823c5b3dfd 100644 Binary files a/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po b/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po index cbc3e281e2c8ff030a578545b6cfe0c104f0e33c..e6b61bbb74bec01cfa1954c12e5a3d0daaa58c37 100644 --- a/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po @@ -6,42 +6,42 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "سے ری ڈائریکٹ" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "یہ مطلق پاتھ ھونا چاھئے، بغیر ڈومین نام کے۔ مثلاً '/events/search/'" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "ری ڈائریکٹ از طرف" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" "یہ مطلق پاتھ ھو سکتا ھے (جیسے اوپر ھے) یا مکمل یو آر ایل (URL) بمع 'http://'۔" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "ری ڈائریکٹ" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "ری ڈائیکٹس" diff --git a/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo index 2d26956d6dfcb2fdb1d61bfe394e60ec9e9a58a9..533d0840f475786f52fdb6b851f873a4ef6387b8 100644 Binary files a/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po b/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po index de16c22be56488296ad3d18e9c4479611bdd1c1a..f57ea294364ed35841f40e7d648c3f5dd1fc1901 100644 --- a/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "Chuyển hướng từ" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." @@ -29,21 +29,21 @@ msgstr "" "Đây phải là đường dẫn tuyệt đối, không bao gồm tên miền. Ví dụ: '/events/" "search/'." -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "Chuyển hướng tới" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" "Đây có thể là đường dẫn tuyệt đối hoặc địa chỉ đầy đủ bắt đầu với 'http://'" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "Chuyển hướng" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "Chuyển hướng" diff --git a/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo index be95e0fe9ee04342407fc1f0f9109fd1bfc51842..349139a02e45353bacaf5b927af1b019276da4dc 100644 Binary files a/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.po index 7e80a1afb8d515c0998847240fb14d08a9d74f1a..37240d8ad7fd78e6696030513e1acc61bfaf9a51 100644 --- a/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "重定向自" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "应该是一个绝对路径,不包括域名。例如:'/events/search/'。" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "重定向到" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "可以是绝对路径(同上)或以'http://'起始的全URL。" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "重定向" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "重定向" diff --git a/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo index 0db825f76605ecf19a068acfc03cf2a873d70f64..322a25c16cecf665059aa758a88f6b921d372fd3 100644 Binary files a/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.po index e4e90c5717ebf9e68ba98cdfeb815a4735d13a36..eadad993d2c5171e8aba83721e5e7a9ff9ef682e 100644 --- a/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.po @@ -6,41 +6,41 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:7 +#: models.py:9 msgid "redirect from" msgstr "重導向自" -#: models.py:8 +#: models.py:10 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "應該是一個絕對路徑,不包括網域。例如:'/events/search/'。" -#: models.py:9 +#: models.py:11 msgid "redirect to" msgstr "重導向到" -#: models.py:10 +#: models.py:12 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "此可為一絕對路徑 (如上) 或一個以 'http://' 開頭的完整 URL。" -#: models.py:13 +#: models.py:15 msgid "redirect" msgstr "重導向" -#: models.py:14 +#: models.py:16 msgid "redirects" msgstr "重導向" diff --git a/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo index fec1f14f86943366eb1c3142ebd769f85783171b..1cc92ba91cb98b9e51a4b39926fb7a995763c796 100644 Binary files a/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po index cee997b73cf4254ac3ee5750589aaf68e930599b..0074521072e1878f4c689c6c197c4c0a25b1af98 100644 --- a/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo index e999c66eba0babb047053b86446e7867739a6b0e..e45e51fdd721541d663d292fd9426bca712e41bb 100644 Binary files a/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/az/LC_MESSAGES/django.po b/django/contrib/sessions/locale/az/LC_MESSAGES/django.po index 3abafa30d724d9c9ebaecaa62d5987a0ce94ae59..8bccd1eb3f61c5e67f76545220ef6e091f3f68c4 100644 --- a/django/contrib/sessions/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/az/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..25dea52ed6074709d5860f01228d3797fabae109 Binary files /dev/null and b/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/be/LC_MESSAGES/django.po b/django/contrib/sessions/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..eb0ea7f1da13bfb6b2701703ab659b4788931956 --- /dev/null +++ b/django/contrib/sessions/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-11 11:08+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: models.py:38 +msgid "session key" +msgstr "ключ сэансу" + +#: models.py:40 +msgid "session data" +msgstr "зьвесткі сэансу" + +#: models.py:41 +msgid "expire date" +msgstr "тэрмін" + +#: models.py:46 +msgid "session" +msgstr "сэсія" + +#: models.py:47 +msgid "sessions" +msgstr "сэсіі" diff --git a/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo index d97802bbb1196e140aaaed9b9d47dc522f1e6ae9..9baaad039e41e11b339050bffc186a86e1854a63 100644 Binary files a/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po b/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po index 9c146b5ef99e5bc9c6eeb38582c3d81d20a49834..5ab2073153174758e0bf6ea2c403dcae560df779 100644 --- a/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo index e6c21c3621ccd5a95cc8b6f5d59831f860391244..c9580262f2fc36af05b94ce1627e4a104ab54c22 100644 Binary files a/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po b/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po index f96517ce2811e44b482611791fcd0b377bebda78..936198c54d37b099e6e46cf6f04f2bb25d6fd775 100644 --- a/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..154914dffd5be1b0c4d496a2123b17f8cf96e97c Binary files /dev/null and b/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/br/LC_MESSAGES/django.po b/django/contrib/sessions/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..e1c0a98aeebb5aafc37a7c0f9305624f2f4d8c5f --- /dev/null +++ b/django/contrib/sessions/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,38 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-29 11:09+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: models.py:38 +msgid "session key" +msgstr "" + +#: models.py:40 +msgid "session data" +msgstr "" + +#: models.py:41 +msgid "expire date" +msgstr "" + +#: models.py:46 +msgid "session" +msgstr "dalc'h" + +#: models.py:47 +msgid "sessions" +msgstr "dalc'hoù" diff --git a/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo index ab1684f3c9ec5f1770bec2505aa1ec0e24d4b351..fd8c70a0af8fe5f1c3595e5c120d7c516eb524c2 100644 Binary files a/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po b/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po index 94a93bdaa80c94d540e8c94c181d59e6a6dd2efd..0bc0904115a1c09fdfdb1948535534e035f1c3c3 100644 --- a/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo index df27fe232929cfa71b3fd22ccefebc6376d8210d..2d54327f4a81cea9bb665a5ef8001485b33295b3 100644 Binary files a/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po index 006754b96dd12f479cecdc210ea8101008b72df4..182627bf66b7358eee0392aed775c6ab203abcd1 100644 --- a/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo index 5e8290c53de49d1403b7562982bbafd6381d3d1c..291f58d8dd071237a4050d0dfb6540fc97b7cbba 100644 Binary files a/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po b/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po index c44797234b5fce34c9f361427533f3082388ff71..99b215846e890ceb289e7223230c62f173f27b5b 100644 --- a/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo index df0d130e9fa249baf8919e4f7402f9b2a3cb34bf..6d45b0add95df8e21c58525f937d7535599571f3 100644 Binary files a/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po b/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po index be36ebcb03743d2a38cc2564deaedafefa36811b..709efc7aa4f389dfea68bd3c4a561175350aa468 100644 --- a/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po @@ -6,16 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo index 34953390fba5be3ccdf623eaa02bb5defea06c55..86eb4805d310a49a4773ec38acb5c18f4c38e2ad 100644 Binary files a/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/da/LC_MESSAGES/django.po b/django/contrib/sessions/locale/da/LC_MESSAGES/django.po index ba65cd5487720b53c40e0beb88353998a5263657..12949a4bfb1fd9b9b120c406b760e376597dc8f6 100644 --- a/django/contrib/sessions/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/da/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo index ba635e22bdfa9fe54b9f52accc5c2ce8c8f4c058..a2669ea19610f057ca331d103b5f911ca02571ee 100644 Binary files a/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/de/LC_MESSAGES/django.po b/django/contrib/sessions/locale/de/LC_MESSAGES/django.po index 2b0065030ad162a6d7fea5f9b0176fabfed1d9a0..89b4f2594126ca3bea428589edbfb67a45d94760 100644 --- a/django/contrib/sessions/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/de/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo index 506c859e570b00815619919898abb10a8a984e1a..c762208602801391f89a9a1d737d2708a696e02f 100644 Binary files a/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/el/LC_MESSAGES/django.po b/django/contrib/sessions/locale/el/LC_MESSAGES/django.po index dee7edc0b5766710e545da32f91dd3f729f041d2..4bc394312792f47b574b7d78fe5c5cb15012ab97 100644 --- a/django/contrib/sessions/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/el/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo index 83b94c07c43ba4d9c1fffff5f6f2f0405032d107..1f590af580cd47c68ea9694eeb915f4a93bd81de 100644 Binary files a/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/en/LC_MESSAGES/django.po b/django/contrib/sessions/locale/en/LC_MESSAGES/django.po index 5147a71fe574c9aae47cc96d632f6a2287d64ee5..339a6420886b32c188d72b7af2241c0eb3464454 100644 --- a/django/contrib/sessions/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/en/LC_MESSAGES/django.po @@ -1,34 +1,37 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:57+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:40+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" -msgstr "" +msgstr "session key" #: models.py:40 msgid "session data" -msgstr "" +msgstr "session data" #: models.py:41 msgid "expire date" -msgstr "" +msgstr "expire date" #: models.py:46 msgid "session" -msgstr "" +msgstr "session" #: models.py:47 msgid "sessions" -msgstr "" +msgstr "sessions" diff --git a/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo index cafb285003350b61304eb7d9833269095b4def17..0f63ba1c73a3d928b36ac5d39fe589807faa7f01 100644 Binary files a/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po index bb8bb1e45d821452783f259b48ac8aecb202a3e5..2eb061699e61937e4ea5ad2a7ab37173cb0ac64c 100644 --- a/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo index dd3fbd593d3077f15b3f865a131bdae1f9fa0fd5..65428b548bb87d438525356b200c6282ba8d2e19 100644 Binary files a/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po b/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po index 76db1a514a63bbe65a753d209ddd7ce196254b15..0c56425558ff6af19572f47cb484fc7f60fa4b08 100644 --- a/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: kristjan \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo index 73c76bb47ceab170f4a5e43c8d986f392e5b17b0..2ab4c6a61cc2b2917213c01e82458879f5a1af79 100644 Binary files a/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/es/LC_MESSAGES/django.po b/django/contrib/sessions/locale/es/LC_MESSAGES/django.po index 76206fc43552d9c5ddcd63663b646e64b2b7a478..8c03740a211aeff48594cdb49bf9fcc9f5403562 100644 --- a/django/contrib/sessions/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/es/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo index 1b6cd8ce9da02a59c0ab294aae0a1e3c5e88ef00..795f791532c5f15964fc4c36685715116b2ffe65 100644 Binary files a/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po index af11fc20c17aeca45216751775857d5f7eca6cfe..ebb5e1318985b75c2b220dc82602d77ea3854df4 100644 --- a/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo index 19b79d9df960636e573b80739175645dbb7ba3fa..d74c7ab2b34c25b325590202fc858a8765613065 100644 Binary files a/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po index dee33d010095065e69114bb32c72d9c7cd22158a..f0a0d8094e0762c7d432ef4d9f16a8c2850d08f6 100644 --- a/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo index 70f28077b6fc6606309f03094203783b9c7126ef..5c002dbaeb2d35c86a61a9b81ad84e942e98a65c 100644 Binary files a/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/et/LC_MESSAGES/django.po b/django/contrib/sessions/locale/et/LC_MESSAGES/django.po index 309cd96c341c974113d6e7a7599b2b18ecbb47b2..5f516210b3a0d5eebf294889e583daeb1685cf7f 100644 --- a/django/contrib/sessions/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/et/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo index 57af32db2f697904f7feca646571412243b133c2..9e2572e9ca854b4d3adc73b20c2397a702a5ccba 100644 Binary files a/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po b/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po index 5b8d0c6e1dcc5a18b80d66adb418544441a7d85f..4da3e33fb419caf0a989805e538c430fe78fb9f4 100644 --- a/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo index 425e50588fe5a95a9e2f4f747af72c783ce3628b..7bb8c0ebbba211d92293d6d2953a437ae55b0136 100644 Binary files a/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po b/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po index 7131c9c932ee054ebf9f7a9630ba6baf4a184b14..01dca904d2240fd182a23a2c388e2a2bb28f80e3 100644 --- a/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo index ae9c01bac14ea5c0c1c1da8fa7ccfe4f257dbb33..47e137d3908e959be1db2305a33a56a520fa7c73 100644 Binary files a/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po b/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po index 8ebafca9c9e04d1aa8bf02bb53569a7ce0a979a3..9381a19c82f9966b9666167a228e8841e2ada70f 100644 --- a/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo index df4b39d5826aa9783ebdc0e3f08b0f40183cdfb4..fc7703e34679da6dafc276e44d36d4bead853596 100644 Binary files a/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po b/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po index 22c41eed262ca1f071280157aaa0ea6269bbe67c..968bf4bd6a649667b8a104829fdd57325f9bd9a6 100644 --- a/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo index 796daab3d790970d352859f87bb273cd002568a0..fbc9a90335f67654779b423a3841b4f890d89a84 100644 Binary files a/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po index 9cbf6d8eb7e374608b335297d2fcd8f45ce01841..ee43a3b8e14ba621c1850c13134e13628951b80c 100644 --- a/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo index 87ada18c1546f2df3cd8545a8c74c7103e54c84a..34429d4b3f67ce1e9c2443f125488c960113e156 100644 Binary files a/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po b/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po index 670bfdffe8d1e1ffa6dbfb4f83175d2bcea0c7ae..db2b25d7b93df425e15b7d1fd133371fd100fece 100644 --- a/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo index cbecaa6b6560e045ef41453ddcf4b9ce7ecd06b9..361282958e1dc26305fd51dc29a0ff038798c427 100644 Binary files a/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/he/LC_MESSAGES/django.po b/django/contrib/sessions/locale/he/LC_MESSAGES/django.po index 0ab93577333a4467cdf09b59c1fc5bffd77de802..a36fa372d096e53c7fd238ecc2dd7d7d4fb9b66e 100644 --- a/django/contrib/sessions/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/he/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo index acf81c97c366401ed025672235c2825ef6e58b20..61d619bb1a65404fc3edcc8e729d8a060daa0473 100644 Binary files a/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po b/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po index 9e608651b7750881bbf26b7babfe76d59f11edc9..fd556154f6deddbb58d83827ba29e923e15a7999 100644 --- a/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Sandeep Satavlekar \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo index f2976d6f2ba03a542658a47112134c2fca207836..c5937088a573149912105bf0f9d8e85929c8f160 100644 Binary files a/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po b/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po index 86fe481891ebe75c01c2745662fbf9b3455b2149..8c2d163c26d97bb500e3e9844f8aba5d6fe3d3b0 100644 --- a/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo index f4e4c4b500471ccab55687f0c782bbc40708a8a7..03f15253ea5cf338eb64430df71c11350880efc0 100644 Binary files a/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po b/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po index 1a1579031bb116593e903fb36b0564dacf0f2fb4..4c7a8b6f1c753cc3f979f77939c01576e6202027 100644 --- a/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo index e9a367d7525e13800de3b97eadae78bde6fbe9b8..2a05ec321494f5deca111910b7dbeb14b43d44d4 100644 Binary files a/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/id/LC_MESSAGES/django.po b/django/contrib/sessions/locale/id/LC_MESSAGES/django.po index 2565ba1c0aee2ed32b121b5cb0a849f159dad093..4d42685457058acb26b4e98ff0de77c18b8f9c2e 100644 --- a/django/contrib/sessions/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/id/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: rodin \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo index c89a9300dc1278e4e39de9f2326020b4899eef10..64a124cbc6132f3f2898f78c83e6e9726ffa6a11 100644 Binary files a/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/is/LC_MESSAGES/django.po b/django/contrib/sessions/locale/is/LC_MESSAGES/django.po index 1a7f4a6f7b7caff9abfa2e27c9f8fcb8ce06fdb2..4792d6338d792f867602ed8f621a1a4a58e42ae0 100644 --- a/django/contrib/sessions/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/is/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo index 4239c42c9a1b0559bfd6d5bb67263fd0b76c49dc..90daaf8750cf08dd7d541c44af1f6c01cf470585 100644 Binary files a/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/it/LC_MESSAGES/django.po b/django/contrib/sessions/locale/it/LC_MESSAGES/django.po index 55d0a074b0c9e4ed6c8735906786c4e6e7f426a7..60093613213152c94e441decff491f5af05fcfcb 100644 --- a/django/contrib/sessions/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/it/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo index 914250fa986e9aa6943e4d8061ccda01f858b30f..35221fb73760686653d39072c5cd27bd329aa798 100644 Binary files a/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po index 47882593810ebaceea110baf462973f6a2631034..9220c2ee14a3c43361756f96714d205bf24815e6 100644 --- a/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo index 0bdd3e9fac2efd850d08828f32ecca40d8b2db62..918420785224d585479122354ead9c8068b3757a 100644 Binary files a/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po index 564168373a0ea245af40957d8f9bcda61ba80fa3..e0cb264d20f9a99ed605a64531110ebc36d604c6 100644 --- a/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo index d35c7c61cb981d701de39dceb892ae95785ea218..2688d31902da09c57234a745ce126e5e96769e60 100644 Binary files a/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po b/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po index e10abb64d30ffa7d213220e9246b96a1f92bd416..cc4e3a68e61eaaf1abc3804290559c579f8111e2 100644 --- a/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Zhazira \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo index f07d6bdfaaed823b35543e828b7a6b03d8cda91b..014bcbbb739a2e047e0d8926b47dcf5cb2d72c39 100644 Binary files a/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/km/LC_MESSAGES/django.po b/django/contrib/sessions/locale/km/LC_MESSAGES/django.po index 26567a5e8fb1092a45ca1ae588611bdbbf21f600..990c17acce651dcd03cb2ab45407cc491b5e5805 100644 --- a/django/contrib/sessions/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/km/LC_MESSAGES/django.po @@ -6,15 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo index 48747982dc2df2bdbb378ebc20ca1794b348fd78..324ba85799e12d82185a21cd3722f7d02441dcd1 100644 Binary files a/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po b/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po index c55c43b5010f138a654906712bd9dad89383c841..7d7f413ce1a36cc90675f99f805aeffe71c763a3 100644 --- a/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo index 67cfc102cb6f0d55d34a77023cde1d9d066a154b..48122ae74e757c7d4d36f9259dfdc0a1fdba3e01 100644 Binary files a/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po index f8dd4fdb26e86a49ca9112af5f12491410a90f04..f9451d10811df371792a99adcae3790689359bb7 100644 --- a/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo index c480408d059b90cfdf9095d3a9ce8d3732504091..42cefffa327258f56a0debc92df74a65254639a5 100644 Binary files a/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po b/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po index 9457a67f58549c17071b3580203760910789e2ff..11baa63c01bfb01bd65a4cf19a261d4100c120e8 100644 --- a/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo index 11009b98157722dd12b64696a536a2c226a281f7..a0188a64436e9bb9ea64575feb4bbe56b01ca16f 100644 Binary files a/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po b/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po index 6e19af61a4cd18cc923b2352632fb74b0adb1555..a805fa980f8862f180cd9a2f96b724cc262cda10 100644 --- a/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo index ce4493b82d3adf975c33f42b11d667d8fff77bd9..26996b71133a6212ceb4065564c5137de77a2d8e 100644 Binary files a/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po b/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po index 05571d7a6d7cad711d7de6260137e94fbc2c9ee5..531b60ca88f000818bf07889de34ec49509ff62d 100644 --- a/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo index 7fec57a29f36b9b0018c4663142fa3eade0aa2a7..09c12c0ba273c0aa092d0bbac3ddd3e79188c27f 100644 Binary files a/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po index d2695158209615aa5eaa28adf28eec9c47f02b52..106ee12f77a63caf9546be5993805a108dc1c76e 100644 --- a/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo index ef09bcde3ec9030b507b31d5119188d6b6113faa..5a281d8d0205b3d12719598ec84119a4bc100d9b 100644 Binary files a/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po b/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po index 7f94ff7afa4fd86dc34cad727d7cfeec959fd5fc..5775b8c1add7c602fca9ffe127404cb6d4748604 100644 --- a/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo index 680b0415be4d56d88648faa2f7f2b45bebfcea63..7e2edc6cf5b9445e2a622653cf7fd15da65dce40 100644 Binary files a/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po b/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po index 0f57053386acb1871ece00807c561b21c8a6d1aa..f97eb99abf6e6792d428fc81271cdeca5c9d0ba2 100644 --- a/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-12 14:10+0000\n" "Last-Translator: jonklo \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo index c5b1102116b0282816541b54412245980614163e..7a9419f95ad3a55af2bc3c0b84fa6dff86c12928 100644 Binary files a/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po index 41cf2fdd1feacb004d70ad0064f331d4885da7ac..dc69a8f09d2d9909a1507431a3229e26c754f2ed 100644 --- a/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # This file is distributed under the same license as the Django package. # # Translators: +# Paras Nath Chaudhary , 2012. # Sagar Chalise , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:40+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-09-29 04:33+0000\n" +"Last-Translator: Paras Nath Chaudhary \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" @@ -23,7 +24,7 @@ msgstr "अवधि साँचो" #: models.py:40 msgid "session data" -msgstr "अवधि मिति" +msgstr "अवधि विवरण" #: models.py:41 msgid "expire date" diff --git a/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo index 036740f80f182639b654c088fa87a0e688bd5136..70079045deabdc6d342c2cd54abee6718ef2e32f 100644 Binary files a/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po b/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po index cd46bc0508200dbf242dff8107bd2868e2ad75c2..3660b7a5fdd81f583c6fe338eecff8131e1212d1 100644 --- a/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo index da64a6eeee454f821b8ad243a8e20180795f64b6..26e7c20e6cab399447d62ced4ad3077cfe168fe9 100644 Binary files a/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po b/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po index 9eb6a8339423182a9c1cb37f10eeba6b6500dc02..bbf954b8ad6f6c965aea808358669c57adb4de35 100644 --- a/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo index b64284617c376d76633e67cce72b6812e63fe347..b2739f95a74ffe50372d81287cd6b1ea5b26dc52 100644 Binary files a/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po b/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po index 8ada9536e5201d9edc671d74ea2752a666c4b8b3..7760b633a8a5a3b94b50c0fb4ab05e2113eddb2d 100644 --- a/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo index 8b11172d52e1b3dbf1a6d1abc0cd6546fc94cc94..c1991b2e76b0ee077c4cec0c2be7bc3561bf5c38 100644 Binary files a/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po b/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po index 8af56845a906dc07bc858c15cea820f57050e06d..0063dfa3c3056e526b0ef87fbb9252bfb88207ef 100644 --- a/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo index aa0c92b81b79ad147a557aeae2db2a887cf23b48..ff6a9038b5e11ee70757a1a864ba7a2732a34bbd 100644 Binary files a/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po b/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po index fbc6a2edd96102539d66cba5e32d8292eca5fc7d..8a0ad4922354c416cde0a5b08d1a5d5ce47b415f 100644 --- a/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo index 46c24a689d62e071858bf709f3cdb1b42412e4f7..61e1bdfaa8c18f0bc8c90849289d2b3aad43519c 100644 Binary files a/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po index da64cc5780228965539bcdc982383afda93a3fbf..984af16f9eb6f3d46a71db5f58eeb06f74caf5df 100644 --- a/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo index 06b6cf464f7a222de88a5cf9699df7749ffa018c..b5cd346a80da2e42a724ce3705b6beab5f9b9588 100644 Binary files a/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po index 864d8f75f3f5df4c56bcbeaa0c30065a7ac9cca3..1e6c86956012cda92fd64c5254062e1a9afc3687 100644 --- a/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo index c093ee9e1840f8f20ca03c3c1dd5dc9e190dcb79..a4c10357547e441f5079a27e5ad3a7a3262748a9 100644 Binary files a/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po index 3d25b2239ba95c3e8e883b76c530d815ba18d24e..1dd4caa383c64bb27122c83152222a210488bb30 100644 --- a/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo index 4d0d5e0e9d4a7a353e4b17bc96f1498449bf7de6..b5347a423832dffdaea335138451aee62b5b5b18 100644 Binary files a/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po index 8f6b703267c0d7979a8db910ebb41c75f4ef0650..ab0e6dd49beed9a2e12fba7d54ae659bca2ea575 100644 --- a/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo index 2f1c23b095287c1c036c43cd7a4d9af954105b32..483915a51dc66ac1b3d7626b324161926c9d7a7f 100644 Binary files a/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po index c5c59142342116d1072566d0db2d300f9b042729..f17f4841a0c99f263af6a5493a61e342565e5508 100644 --- a/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:40+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-31 19:46+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" #: models.py:38 msgid "session key" @@ -28,7 +28,7 @@ msgstr "podatki seje" #: models.py:41 msgid "expire date" -msgstr "čas izteka" +msgstr "čas preteka" #: models.py:46 msgid "session" diff --git a/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo index 18227ad4375a8a5dba97409f3ab8f88d40f1ff9d..7ae39d93f7ad99acfcea0c1a809d0bd605800b23 100644 Binary files a/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po index db65b6917bfed93075d95458c429f424a8acd130..9a32433f7417f6fd67d43d5582eac424831b1774 100644 --- a/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo index c10d6a89b274dce492380a63dafc62f00ec7599c..704e1ca9605860795d0de6464dc4e0774e9debd7 100644 Binary files a/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po index 55fbfc603ca19778756e993a15c94d707a3d3d54..d61ba642e889d097a38914dc0af5bcd88ffec8c9 100644 --- a/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo index 8c6fd9f38131de6a353e461a3d9a6a8bbd2dca7d..5835c474ffdff8d908086e36d0889d4c0b3cf672 100644 Binary files a/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po index b08b989679f065c0567e36412d2acd120d8528ae..33588ba282e809c16afcb97820a7e2fd7318c36d 100644 --- a/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo index aa6bc7b9e60aef33bdb11e07fe70e87f04eb23ed..f2756c4d8780920346aacb40e06ec46f2696ce65 100644 Binary files a/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po index 9bef555877235c3436a3dc1af099d660a38606e3..4b89b706e69665ca9a3c49c7d3749c04af013824 100644 --- a/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo index 62985ed792b8cf989ccc749fb4010db7c051a54b..764d2da20b99abd04748dbed5b49da78d6db9ccf 100644 Binary files a/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po b/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po index 2bff12b6c6faafe58905d041df6ee158a6bb02a7..dc208eb26c9799ac8432b6b10af1081f42d60f41 100644 --- a/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-09 19:39+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo index 7d292a803633f444289087694ecbb32034adfaf9..de118e56fe98dc10bf8c85f48145d815bb0d3bf7 100644 Binary files a/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po index 742fb137ba5f06e1c7311a2118411f21ea54696d..6e47a83622f8c46faaa2d680f20a121cd9339f67 100644 --- a/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo index b3657b1bc4498dba5c223b8b02a8db980be26315..e57efa7e29fd87cec9547af2f75d54fa97481f40 100644 Binary files a/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/te/LC_MESSAGES/django.po b/django/contrib/sessions/locale/te/LC_MESSAGES/django.po index f001d6d37b91302b71a8d406f009c766cc11efb3..ff06dadaf8ae425a73ea56bc1ce024d8faf53952 100644 --- a/django/contrib/sessions/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/te/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: bhaskar teja yerneni \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo index 29f1622318ee34687f33133489f6edc5b3cb0963..e6d6b1d7db0fdaea2a28ac5808789e930bd6d039 100644 Binary files a/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/th/LC_MESSAGES/django.po b/django/contrib/sessions/locale/th/LC_MESSAGES/django.po index 6faaebc0d1e29f7729e92470baeff773ba168be9..3c0e4be7bdc959896201b672d44b2ccf0eab022e 100644 --- a/django/contrib/sessions/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/th/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo index 6467ee0368edeba7609faf2312f0ad63c20a6337..a9d07bc0019fad1875b8dd8ab81eca935da752d5 100644 Binary files a/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po b/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po index 5afa1b7f13ed34ef52bc896052761545b1fb57f6..be9a4035b72ac6f528a5b71ee69fc9385123acda 100644 --- a/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo index e27f75966f286163099ecce5164a81c82a3da705..1f40b6aa8877acee51dd444471401479306d7f80 100644 Binary files a/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po b/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po index a86e06415fbbcce793d5dc35255378473bfe9fab..449e2e2c50010227da4f4b685d4645836fb8c992 100644 --- a/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo index 475fbe7a433f8e401eb634c20cff49f0554f94b6..7914513095d20ecd7ba17560f052d902a241e2c5 100644 Binary files a/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po b/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po index 02ea366840ffcbbcd5feeeb98b7469f56b1184de..9d7e2399994227825f7a924e8001badc401cc991 100644 --- a/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po @@ -6,17 +6,17 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo index 6f0fd6ab4757e57b77bec0540283b57059297634..154b9a383a77cfdb04bf0b6f25dede1b2f6bf3a1 100644 Binary files a/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po b/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po index c1fc3a5b830e731a6579244a227443818ec35529..d17786a4f68502efab72894638402d75cc248b06 100644 --- a/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo index f9ee1c8269ee543be581744ad98489be5afb07cf..6a0ee004bf2702309c2a2bd6479a29d4ce816c55 100644 Binary files a/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po b/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po index 14e963d9525490aa0de204242e8ac89c6da73a5b..01ad633e031cff7a872ca5dc1af55878042a4be6 100644 --- a/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Tran Van \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo index 49260ec01c38a7365c73c078c51e584be0fd252c..31fbd053c059c29d800b22429c28f6305416579a 100644 Binary files a/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.po index bbc5a64464ed61669978acd7ce1a73063b1c2893..71f355ead9e1d2878d8797f7bffef940fc9732fe 100644 --- a/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo index 3db784b572a19dbe7bdbf9bf8d9c364b3658090f..0a618cfe88890173ad2128b447e0ec25084ec49e 100644 Binary files a/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.po index 085dc8ad77a5050df6a57815d9fb1151c4b70abf..6345613833134eea77a0815a23c9ea824f192049 100644 --- a/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.po @@ -6,16 +6,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: models.py:38 msgid "session key" diff --git a/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo index 2090369e9f94a90211bd62ee3af0ea0f2aa5f578..d296ff85a355c2955cca86816d449520ac3425af 100644 Binary files a/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ar/LC_MESSAGES/django.po b/django/contrib/sites/locale/ar/LC_MESSAGES/django.po index 541eb23465d46c5361649f453542a4eeed135f6c..b8449f03f6cd3a76d132418179ebce60d08cf40b 100644 --- a/django/contrib/sites/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ar/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:48+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" "ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "اسم النطاق" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "اسم العرض" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "موقع" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "المواقع" diff --git a/django/contrib/sites/locale/az/LC_MESSAGES/django.mo b/django/contrib/sites/locale/az/LC_MESSAGES/django.mo index d39476559005a0a0c0a41946a8b8ffa6b49de250..686bf5c026be1b9889bba9368fd9e53c07ba4597 100644 Binary files a/django/contrib/sites/locale/az/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/az/LC_MESSAGES/django.po b/django/contrib/sites/locale/az/LC_MESSAGES/django.po index 37e1ec8f79fcdead5f9b777e5cc896d964dbed5e..17b6953c032ade6403f4c8c5e49adfd0d0baca0f 100644 --- a/django/contrib/sites/locale/az/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/az/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Ali Ismayilov \n" -"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" "language/az/)\n" -"Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domen" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "adı" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sayt" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "saytlar" diff --git a/django/contrib/sites/locale/be/LC_MESSAGES/django.mo b/django/contrib/sites/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..de58fb6894753369fe6b0288e906c600466431e9 Binary files /dev/null and b/django/contrib/sites/locale/be/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/be/LC_MESSAGES/django.po b/django/contrib/sites/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..1dd04ca17c4a0469639483220821ed8f962ded3c --- /dev/null +++ b/django/contrib/sites/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,34 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-08-11 11:08+0000\n" +"Last-Translator: Павал Клёк \n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: models.py:39 +msgid "domain name" +msgstr "назва дамэна" + +#: models.py:40 +msgid "display name" +msgstr "бачная назва" + +#: models.py:45 +msgid "site" +msgstr "сайт" + +#: models.py:46 +msgid "sites" +msgstr "сайты" diff --git a/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo b/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo index 6ef2373480e87e01293748172243b6a5f61f4d2b..1a76391aeaf9ed26875beb4f8fc0282dafc38e93 100644 Binary files a/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/bg/LC_MESSAGES/django.po b/django/contrib/sites/locale/bg/LC_MESSAGES/django.po index 8b94cb21a164fd7ecd5b06c7a9768de43aad28dd..a958ca6d861a5b23bb2e4ea3815c0934fd70ef56 100644 --- a/django/contrib/sites/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/bg/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" "language/bg/)\n" -"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "име на домейна" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "наименование" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сайт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сайтове" diff --git a/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo b/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo index 381e4dde879674a2b7250a0300cc9550f37f86b2..cfef68ef1de2047bfba09e0b1b3f006b7738a3bf 100644 Binary files a/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/bn/LC_MESSAGES/django.po b/django/contrib/sites/locale/bn/LC_MESSAGES/django.po index 17a2bb0c2401778a582e3ba2518b005bb1caf177..59ace9544db954d50f2d3f92209986153db10914 100644 --- a/django/contrib/sites/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/bn/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" "bn/)\n" -"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ডোমেইন নাম" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ডিসপ্লে নাম" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "সাইট" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "সাইটসমূহ" diff --git a/django/contrib/sites/locale/br/LC_MESSAGES/django.mo b/django/contrib/sites/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ad977ebfffeca45f6430750215e6b73e97df116 Binary files /dev/null and b/django/contrib/sites/locale/br/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/br/LC_MESSAGES/django.po b/django/contrib/sites/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000000000000000000000000000000000000..997790d382fd0c826c0f3318b27606c2389fbe0a --- /dev/null +++ b/django/contrib/sites/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,34 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012. +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-06-29 10:55+0000\n" +"Last-Translator: Fulup \n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: models.py:39 +msgid "domain name" +msgstr "anv domani" + +#: models.py:40 +msgid "display name" +msgstr "anv da ziskouez" + +#: models.py:45 +msgid "site" +msgstr "lec'hienn" + +#: models.py:46 +msgid "sites" +msgstr "lec'hiennoù" diff --git a/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo b/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo index e839bf477f39b7b113c9225d78a4db2fe02473e5..dd4accd2f999bac94208ddfe47ce7c4f2d1bee63 100644 Binary files a/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/bs/LC_MESSAGES/django.po b/django/contrib/sites/locale/bs/LC_MESSAGES/django.po index 696892dc558b50be86240e059372c131a10c37bb..8d51c4501468801ee338ea07202ea2c81a540743 100644 --- a/django/contrib/sites/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/bs/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" "bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ime domena" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "prikazano ime" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sajt" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sajtovi" diff --git a/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo index 10a13f933543b2ee6762f642681d51de96a67ed1..0ebb2d9d569496e901561fc782fedc1cafd0ee2b 100644 Binary files a/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ca/LC_MESSAGES/django.po b/django/contrib/sites/locale/ca/LC_MESSAGES/django.po index 7877e8c977cc5f7b1dea54c68f76a148b687ba31..7dfcb82bbf1d706340b7177fac21e65d8205ca9f 100644 --- a/django/contrib/sites/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ca/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/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" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nom del domini" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nom per mostrar" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "lloc" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "llocs" diff --git a/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo b/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo index 363e1dad5aa0f9f965f9c581dc8906b08c928588..6fd2fc993571ccf92a942df7dc9fe45ed9ee41e5 100644 Binary files a/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/cs/LC_MESSAGES/django.po b/django/contrib/sites/locale/cs/LC_MESSAGES/django.po index f2b48f7907ac7035f0f9af500bc586c1a8a92c08..c66e1bbc1283cdd94d48a24676b4e5491efd75af 100644 --- a/django/contrib/sites/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/cs/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" "cs/)\n" -"Language: cs\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>=2 && n<=4) ? 1 : 2\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "název domény" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "zobrazený název" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "web" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "weby" diff --git a/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo b/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo index 9e421b638613544ec0d6c951952d5264a3261c37..d2b9d36ee375a1a829cdf9c352f1f9bfa8ba160b 100644 Binary files a/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/cy/LC_MESSAGES/django.po b/django/contrib/sites/locale/cy/LC_MESSAGES/django.po index fdbd0c02b2b6e434620e3b48e02d9d3bcc48b10f..09162cbaea5cbb580d9a672031a4d072a3679a8c 100644 --- a/django/contrib/sites/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/cy/LC_MESSAGES/django.po @@ -6,29 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: English \n" -"Language: cy\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3\n" +"11) ? 2 : 3;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "parth-enw" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "enw arddangos" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "safle" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "safleoedd" diff --git a/django/contrib/sites/locale/da/LC_MESSAGES/django.mo b/django/contrib/sites/locale/da/LC_MESSAGES/django.mo index c07c4d7d97daba01e989659aea37e3da5c6be268..cd2b10659a4f5087e62f22f679dc2988ce2dc0ea 100644 Binary files a/django/contrib/sites/locale/da/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/da/LC_MESSAGES/django.po b/django/contrib/sites/locale/da/LC_MESSAGES/django.po index c3b4a0f68b2a39deee8b500ec2ffb86df8e7ae86..5772ce25862bf4022868ac695439ac5313c3b3a4 100644 --- a/django/contrib/sites/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/da/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" "da/)\n" -"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domænenavn" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "vist navn" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "website" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "websites" diff --git a/django/contrib/sites/locale/de/LC_MESSAGES/django.mo b/django/contrib/sites/locale/de/LC_MESSAGES/django.mo index a5baeb8de61b01cda03b8cc719bf0dc1f56721fb..c8da3ebd84deb45342ef345a0d23dcff66f79875 100644 Binary files a/django/contrib/sites/locale/de/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/de/LC_MESSAGES/django.po b/django/contrib/sites/locale/de/LC_MESSAGES/django.po index d864ff7fd6693d4faa57291705fb96c4a50d2fed..3fb0e24ccf69188c77178105dc6dde85cf64eb5d 100644 --- a/django/contrib/sites/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/de/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: German (http://www.transifex.net/projects/p/django/language/" +"Language-Team: German (http://www.transifex.com/projects/p/django/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" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "Domainname" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "Anzeigename" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "Site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "Sites" diff --git a/django/contrib/sites/locale/el/LC_MESSAGES/django.mo b/django/contrib/sites/locale/el/LC_MESSAGES/django.mo index a53bae1b5e30cf5efd7f1ea4d804ee05b68945bf..4ca27d73f2d005d3dbe449bcc70d1c4671e0bde6 100644 Binary files a/django/contrib/sites/locale/el/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/el/LC_MESSAGES/django.po b/django/contrib/sites/locale/el/LC_MESSAGES/django.po index 2c1b361efb36e6d3cc40ac357d7367a496496dda..e783a395c91502847a87d2037eeee832691374a8 100644 --- a/django/contrib/sites/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/el/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" "el/)\n" -"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "όνομα χώρου" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "εμφανιζόμενο όνομα" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "ιστότοπος" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "ιστότοποι" diff --git a/django/contrib/sites/locale/en/LC_MESSAGES/django.mo b/django/contrib/sites/locale/en/LC_MESSAGES/django.mo index 83b94c07c43ba4d9c1fffff5f6f2f0405032d107..f8612702dc176e2042f9c68d0ef5f68dea8756b5 100644 Binary files a/django/contrib/sites/locale/en/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/en/LC_MESSAGES/django.po b/django/contrib/sites/locale/en/LC_MESSAGES/django.po index 410b61b9c78b80f43a0508159bad9bf6ec69ec7c..d4c36507f839c090d3c94a6795a149eab404e3f1 100644 --- a/django/contrib/sites/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/en/LC_MESSAGES/django.po @@ -1,30 +1,33 @@ # This file is distributed under the same license as the Django package. # +# Translators: +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-15 10:57+0200\n" -"PO-Revision-Date: 2010-05-13 15:35+0200\n" -"Last-Translator: Django team\n" +"PO-Revision-Date: 2012-02-14 13:49+0000\n" +"Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: models.py:39 msgid "domain name" -msgstr "" +msgstr "domain name" #: models.py:40 msgid "display name" -msgstr "" +msgstr "display name" #: models.py:45 msgid "site" -msgstr "" +msgstr "site" #: models.py:46 msgid "sites" -msgstr "" +msgstr "sites" diff --git a/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo index b761281eb582c257d10e11ab37146043c893c293..0fb6b5c27d44129309742a609477014cb79b2e76 100644 Binary files a/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po index 95133f67803e471230026667d5c5a5c7d4e7f867..5e9390ec9f10e251369ef46f0a33dbd3e9bf7c8b 100644 --- a/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Ross Poulton \n" -"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "django/language/en_GB/)\n" -"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domain name" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "display name" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sites" diff --git a/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo b/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo index 45c6ffcffdfb5b2215b5e1b3f80596c9b33a118e..728e923bf7cb9d17840a9872d13045ac2c9b2663 100644 Binary files a/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/eo/LC_MESSAGES/django.po b/django/contrib/sites/locale/eo/LC_MESSAGES/django.po index 4348e9f9f56e40413d80ef807a969051fb29b7fc..4812b1f7521b83b3dde3853c2f3ff7b53a61f605 100644 --- a/django/contrib/sites/locale/eo/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/eo/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: kristjan \n" -"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" "language/eo/)\n" -"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domajna nomo" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "vidiga nomo" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "retejo" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "retejoj" diff --git a/django/contrib/sites/locale/es/LC_MESSAGES/django.mo b/django/contrib/sites/locale/es/LC_MESSAGES/django.mo index b9ee258ec565f4e0ff987a44c7cfec1769764526..9558c381495a973c6146cbeb1c7df4459d38090d 100644 Binary files a/django/contrib/sites/locale/es/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/es/LC_MESSAGES/django.po b/django/contrib/sites/locale/es/LC_MESSAGES/django.po index 7d5d6a80a15a257f4e8a577c1d18b32c0395111a..c2f736978808afbe0332a07871d9002215ba43c2 100644 --- a/django/contrib/sites/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/es/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"django/language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nombre de dominio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nombre para mostrar" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sitio" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sitios" diff --git a/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo index a7a710ae54317f91cf8013606b831dac953e57ab..c844797c1cf246ad468b4adab855a7e447f39687 100644 Binary files a/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po index 127033de27a23e2182863651952d42baf10720d0..47a7095518fdf4e2f6a83d5aa6e45e64a5823a3b 100644 --- a/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" "django/language/es_AR/)\n" -"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nombre de dominio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nombre para visualizar" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sitio" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sitios" diff --git a/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo index 73c04285d57b6740a77dbe7b6f1cb39e83ff8fe4..31546d4fcaadb911c968bd1fdbbfef824f232d0e 100644 Binary files a/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po index 21481d63be587cedb99fa1c73f15b1a455c10571..029909a92d67fb74f4a5365839d554d0545292ef 100644 --- a/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" "language/es_MX/)\n" -"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nombre del dominio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nombre visible" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sitio" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sitios" diff --git a/django/contrib/sites/locale/et/LC_MESSAGES/django.mo b/django/contrib/sites/locale/et/LC_MESSAGES/django.mo index e50b4be72b750f16de92e5654be4711d2919ac12..d7f3636bfadfd86d4046ec034dccc23c0af808f1 100644 Binary files a/django/contrib/sites/locale/et/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/et/LC_MESSAGES/django.po b/django/contrib/sites/locale/et/LC_MESSAGES/django.po index a72fb8a693837895d4fd55e20e588799b4da13d7..a6d6b5962bd76451e43e2a6485851070ea9d63dc 100644 --- a/django/contrib/sites/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/et/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" "et/)\n" -"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domeeninimi" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "hüüdnimi" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sait" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "saidid" diff --git a/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo b/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo index ccee0654c2f7130ce99b49178cf5f2f1f48a1738..ed3586fc07db6a9780485d75ad0441d4158bb66b 100644 Binary files a/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/eu/LC_MESSAGES/django.po b/django/contrib/sites/locale/eu/LC_MESSAGES/django.po index 322bb5a1cedac417a863cd8f83a93d4095ff71a6..1defb626d2ff7122dfbd3b545582d46b535d04f8 100644 --- a/django/contrib/sites/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/eu/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:48+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" "eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "dominio izena" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "erakusteko izena" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "web gunea" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "web guneak" diff --git a/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo b/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo index 0d470b8796c4e1de6f2601400f10ed8a877b2c34..2f709cb58036f7172b7d94770bb01ebd4aa9adb8 100644 Binary files a/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/fa/LC_MESSAGES/django.po b/django/contrib/sites/locale/fa/LC_MESSAGES/django.po index b2906913afc34dec6298473c22018279819613a0..3d4e35dde9c48da2597e8ca993408566c7fa85a0 100644 --- a/django/contrib/sites/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/fa/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" "fa/)\n" -"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "نام دامنه" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "نام نمایش داده شده" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "وبگاه" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "وبگاه‌ها" diff --git a/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo b/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo index 460969a2c76252b00dd6c9d49eab7eb1da58bc15..62ffe62a9dda4f3d7173a5aa30de5d3af15ed275 100644 Binary files a/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/fi/LC_MESSAGES/django.po b/django/contrib/sites/locale/fi/LC_MESSAGES/django.po index 1a879732f1eb59a407cc13d6c739130a1541547d..b9530ccb9f78ba51ae06409512260dfcc6af30e5 100644 --- a/django/contrib/sites/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/fi/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" "fi/)\n" -"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "verkkotunnus" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "näyttönimi" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sivusto" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sivustot" diff --git a/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo b/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo index 79c7750c83e733cfb463415dc4436b793add30dd..9977f02f0b890d080446fc1927c86a08ad25a271 100644 Binary files a/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/fr/LC_MESSAGES/django.po b/django/contrib/sites/locale/fr/LC_MESSAGES/django.po index dd72a6b562f41f91858db50522a2c8816ecf8de2..4b50d500fdd4599680e0643479ad3ee899136aa2 100644 --- a/django/contrib/sites/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/fr/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: French (http://www.transifex.net/projects/p/django/language/" +"Language-Team: French (http://www.transifex.com/projects/p/django/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" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nom de domaine" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nom à afficher" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sites" diff --git a/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo index f027bdd2cea5f965577d70a91ec2173fa28b4aa0..9341e81d1882fa9f94db6c4f4677d39b54952043 100644 Binary files a/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ga/LC_MESSAGES/django.po b/django/contrib/sites/locale/ga/LC_MESSAGES/django.po index 3805325618bd07e01e1639d7cebee9a4ff3bd77a..3f80f77ab052d0c65fffce4d5ab02acf95c6b575 100644 --- a/django/contrib/sites/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ga/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" "ga/)\n" -"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4)\n" +"4);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ainm fearainn" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ainm taispeáinta" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "suíomh" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "suíomhanna" diff --git a/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo b/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo index 7e8e35e696377bcc6e2c719835bd4c6ec8e702f9..83c915e6ee3132d0f9fcdddb82f19164ab370adf 100644 Binary files a/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/gl/LC_MESSAGES/django.po b/django/contrib/sites/locale/gl/LC_MESSAGES/django.po index 5c1328c2bcf92c540859470020bf8e08847001ef..cf4d2a29b571acc16ef8b8ae74e4cc14d1467e3d 100644 --- a/django/contrib/sites/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/gl/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" "gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "dominio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nome" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sitio" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sitios" diff --git a/django/contrib/sites/locale/he/LC_MESSAGES/django.mo b/django/contrib/sites/locale/he/LC_MESSAGES/django.mo index a1617c42e545a86da68d908a43fcfa4775fd7776..1ced51cfdb78610866d5ff008da0cb902491736b 100644 Binary files a/django/contrib/sites/locale/he/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/he/LC_MESSAGES/django.po b/django/contrib/sites/locale/he/LC_MESSAGES/django.po index 6ea898e58aef8d4f4e87746db853c982a2551f9c..6710d38bae7d570c69b7dfe2084afdf4ab9a563e 100644 --- a/django/contrib/sites/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/he/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" "he/)\n" -"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "שם מתחם" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "שם לתצוגה" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "אתר" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "אתרים" diff --git a/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo b/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo index 0fda88aed940bd6a859f24c89edaea89c2d48674..5a3330b6fbce2c92230bba917c8b33766fc848dd 100644 Binary files a/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/hi/LC_MESSAGES/django.po b/django/contrib/sites/locale/hi/LC_MESSAGES/django.po index 28ee79f6293e026b2d8013217225b0974b72f191..6df77991fa76e76137e085e6e961f4c66a1457f3 100644 --- a/django/contrib/sites/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/hi/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" "hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "डोमेन नाम" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "प्रदर्शन नाम" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "साइट" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "साइट" diff --git a/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo b/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo index a5811a79b5d520fc15fcebfc1df080c637c15b31..f29646b6f6a77889c998f23a97601b14b79bc40e 100644 Binary files a/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/hr/LC_MESSAGES/django.po b/django/contrib/sites/locale/hr/LC_MESSAGES/django.po index e43d9d6a950ab6d37ffd17344b611490464675b5..865cb365bda1e0bb837a395ea17674e3a12d7371 100644 --- a/django/contrib/sites/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/hr/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" "hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ime domene" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ime za prikaz" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "stranica" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "stranice" diff --git a/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo b/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo index 929572ab024a4a5fd4641ccb517167520dee0011..b71b893683beb8d6d66c2aa109b55def82a78075 100644 Binary files a/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/hu/LC_MESSAGES/django.po b/django/contrib/sites/locale/hu/LC_MESSAGES/django.po index 2bfe0d4c1c21ded2da71c25eb0d16bea3529cf96..d96c0ace57c53565e3a738476c2886fa9d524619 100644 --- a/django/contrib/sites/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/hu/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" "language/hu/)\n" -"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "tartománynév" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "megjelenítendő név" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "honlap" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "honlapok" diff --git a/django/contrib/sites/locale/id/LC_MESSAGES/django.mo b/django/contrib/sites/locale/id/LC_MESSAGES/django.mo index ceff18fe4b7cbcfedbbdf91753367224c3bdaf8c..642d3fb661e0f948c69b98a8d4d91baa70f7e3aa 100644 Binary files a/django/contrib/sites/locale/id/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/id/LC_MESSAGES/django.po b/django/contrib/sites/locale/id/LC_MESSAGES/django.po index 0cc6276fe169bd3cdfb69248770c250397ca69f6..c1c53b717b709fddac57cecb4928e91084da8d66 100644 --- a/django/contrib/sites/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/id/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" "language/id/)\n" -"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nama domain" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nama yang ditampilkan" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "situs" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "situs" diff --git a/django/contrib/sites/locale/is/LC_MESSAGES/django.mo b/django/contrib/sites/locale/is/LC_MESSAGES/django.mo index 6bc54e80686abed30341760e28ba91de4d1ee990..1d6b8f1f67998e5afc48d11b2e6dc0d422b0ad2c 100644 Binary files a/django/contrib/sites/locale/is/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/is/LC_MESSAGES/django.po b/django/contrib/sites/locale/is/LC_MESSAGES/django.po index 32bd603f32506c144b7835d7b52ab801f156fccd..5f0c7430a49499888ae1d508e5aba038ee8c1fd7 100644 --- a/django/contrib/sites/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/is/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" "language/is/)\n" -"Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "lén" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "birtingarnafn" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "vefur" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "vefir" diff --git a/django/contrib/sites/locale/it/LC_MESSAGES/django.mo b/django/contrib/sites/locale/it/LC_MESSAGES/django.mo index b5abefa1fc5db83c2adeffdba935c93ccc417e7a..4271a851ca2151c93876c7d487b4be4d79d894aa 100644 Binary files a/django/contrib/sites/locale/it/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/it/LC_MESSAGES/django.po b/django/contrib/sites/locale/it/LC_MESSAGES/django.po index 9cd18cb1c5ee2bb88cc64c69ddbaf828fcba0304..d1b53860707021b408e93496a80bd59ccaa88f02 100644 --- a/django/contrib/sites/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/it/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/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" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nome di dominio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nome visualizzato" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sito" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "siti" diff --git a/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo index 1dfc7fdcf8b165b63c08b6fb9c5bd75a59a855fb..b69434326ade46a3172b505b150562f4b13372ed 100644 Binary files a/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ja/LC_MESSAGES/django.po b/django/contrib/sites/locale/ja/LC_MESSAGES/django.po index 8c65c5543cbd146210da8daee077d34d09fb8941..37236023356401816cf7fc919b3970782202b1bc 100644 --- a/django/contrib/sites/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ja/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" "ja/)\n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ドメイン名" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "表示名" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "サイト" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "サイト" diff --git a/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo index f42dde3def055258464258b88aed5b0c0074d152..bfaf8b12c0522405628686d596b76159d3680696 100644 Binary files a/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ka/LC_MESSAGES/django.po b/django/contrib/sites/locale/ka/LC_MESSAGES/django.po index 47f4825347c20ce47556e920d6dac92624034643..111522964cbfeff8e5f28a895e51809241dc839c 100644 --- a/django/contrib/sites/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ka/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" "ka/)\n" -"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "დომენის სახელი" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "საჩვენებელი სახელი" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "საიტი" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "საიტები" diff --git a/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo b/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo index 9e7555bb41dda1418d72a1686074333d4c1b5215..81658f2d2a7156da7876fd0e3952019ac700f51c 100644 Binary files a/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/kk/LC_MESSAGES/django.po b/django/contrib/sites/locale/kk/LC_MESSAGES/django.po index 9400c5200d64412dbaf4667238773ea3e45904a3..bb2961d098770e7bd60a8b201e473395e8967c76 100644 --- a/django/contrib/sites/locale/kk/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/kk/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: yun_man_ger \n" -"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" "kk/)\n" -"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "домналық атауы" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "бейнелеу атауы" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сайт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сайттар" diff --git a/django/contrib/sites/locale/km/LC_MESSAGES/django.mo b/django/contrib/sites/locale/km/LC_MESSAGES/django.mo index 419e0d61a5c07c5961b56d0116d53e77c91c5b8b..b2188dc73397157718e90d7dd10a01c614ab047b 100644 Binary files a/django/contrib/sites/locale/km/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/km/LC_MESSAGES/django.po b/django/contrib/sites/locale/km/LC_MESSAGES/django.po index 8daef973a53f8b18be87ce1c94b686c6d1ce8366..ea0e8b4453acdfc40a81ddb739e192881fb7163d 100644 --- a/django/contrib/sites/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/km/LC_MESSAGES/django.po @@ -6,28 +6,28 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: English \n" -"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ឈ្មោះដមែន" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ឈ្មោះសំរាប់បង្ហាញ" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "គេហទំព័រ" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "គេហទំព័រ" diff --git a/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo b/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo index 70b27dccec0b99c2e9e57740b11a8ef328c8b98e..d1fedf7799bbc5b85f15972aeb835861e49ce065 100644 Binary files a/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/kn/LC_MESSAGES/django.po b/django/contrib/sites/locale/kn/LC_MESSAGES/django.po index 71633fa60294bee9f5c880db93316d8b862df297..1b4feea6a2f1e7cd0bd410445bd5d8eeb849c196 100644 --- a/django/contrib/sites/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/kn/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" "kn/)\n" -"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ಡೊಮೈನ್ ಹೆಸರು" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ತೋರಿಸುವ ಹೆಸರು" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "ತಾಣ" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "ತಾಣಗಳು" diff --git a/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo index 58e5a16b27e2d097838fa35e0bbf8a04f8dabb11..38653bb2892af195948265da732b1aeebbfbefae 100644 Binary files a/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ko/LC_MESSAGES/django.po b/django/contrib/sites/locale/ko/LC_MESSAGES/django.po index b1a9eaf58991ce6408065e924bcdb29e71215e5a..4a95c4eaeeb10284b8738f50f9f8564c36c3f50d 100644 --- a/django/contrib/sites/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ko/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" "ko/)\n" -"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "도메인 명" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "표시명" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "사이트" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "사이트(들)" diff --git a/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo b/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo index 76e1fc06b8e58556485f377fc66fcf055855a89c..9d253cbe56605c0c94947cbd0896ae2b19c5d05e 100644 Binary files a/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/lt/LC_MESSAGES/django.po b/django/contrib/sites/locale/lt/LC_MESSAGES/django.po index 1f587e75b12a8381ca0c5432b08f786ffb064a09..8dab7455217fda446d0b30117a1c6eb8018e2337 100644 --- a/django/contrib/sites/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/lt/LC_MESSAGES/django.po @@ -7,30 +7,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: mar \n" -"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" "language/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2)\n" +"%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domeno vardas" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "rodomas vardas" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "svetainė" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "svetainės" diff --git a/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo b/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo index 7f72cf6537e0dc2806ee53799958aeaa209edeaa..56547ce90ae4e76138dc37efba7a3a3eb7ad5099 100644 Binary files a/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/lv/LC_MESSAGES/django.po b/django/contrib/sites/locale/lv/LC_MESSAGES/django.po index 9dc0f51b6d5a93d779ca27f3e0b6d1985e81fc2b..c33da481be698dc9451ff0cbecc7bbed6b6019d7 100644 --- a/django/contrib/sites/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/lv/LC_MESSAGES/django.po @@ -7,30 +7,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" "lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2)\n" +"2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domēna vārds" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "attēlojamais vārds" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "vietne" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "vietnes" diff --git a/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo b/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo index 5a2dac3b3728f03d70a4d5cd7dfbb703b42f01f6..44d91fc00a0fc6d5d14f8039eb7f329b8762b2e0 100644 Binary files a/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/mk/LC_MESSAGES/django.po b/django/contrib/sites/locale/mk/LC_MESSAGES/django.po index c25b07e0c1abeac90ce88043da1fe54c095d55b1..80cab7ffa5e661d1689832eda60ad9f3ede09aaf 100644 --- a/django/contrib/sites/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/mk/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" "language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "домејн" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "име кое се прикажува" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сајт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сајтови" diff --git a/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo index 6ca5e87ae846662aec4259d702263930db85df5b..274c3d2f4ebac5392a984553e02beb62e6f5f7e6 100644 Binary files a/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ml/LC_MESSAGES/django.po b/django/contrib/sites/locale/ml/LC_MESSAGES/django.po index 78a9a5c7d9d317e73cb74b001ab002f7d670e29d..dfc48eef3a0e9acd8fa9fc78eaed7c30a5266d4b 100644 --- a/django/contrib/sites/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ml/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" "language/ml/)\n" -"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ഡൊമൈന്‍ നാമം" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "പ്രദര്‍ശന നാമം" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "സൈറ്റ്" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "സൈറ്റുകള്‍" diff --git a/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo b/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo index 534aeb627266b89ce5a54223a6e5dfea096d7e37..5d54143e80dd3d22722d42603b70c6e8c7ded264 100644 Binary files a/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/mn/LC_MESSAGES/django.po b/django/contrib/sites/locale/mn/LC_MESSAGES/django.po index 29cc141dda1d161ba31cc471b2689603b1729761..e963eab7b0417a27f63f2d4ee807b1fd637d4efb 100644 --- a/django/contrib/sites/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/mn/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Анхбаяр Анхаа \n" -"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" "language/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "домэйн нэр" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "Харагдах нэр " -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сайт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сайтууд" diff --git a/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo b/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo index de40e295bc1c9042e09173784ad383abf12e1421..af5a2a9b03c7dafc8b43da5c97175efaad510c4b 100644 Binary files a/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/nb/LC_MESSAGES/django.po b/django/contrib/sites/locale/nb/LC_MESSAGES/django.po index 4f240b05ef618f7b324816de08654ec0aeb89e7f..419e6f2fd2b6fca14b03713063e0d605c0bdd1c6 100644 --- a/django/contrib/sites/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/nb/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" -"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domenenavn" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "visningsnavn" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "nettsted" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "nettsteder" diff --git a/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo index b3576140018b67e1c2dbb700e160cdb420ae94ba..5b2f3d03940a1b60e669d7c85296ddff658454ac 100644 Binary files a/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ne/LC_MESSAGES/django.po b/django/contrib/sites/locale/ne/LC_MESSAGES/django.po index 80428a6d320c212d390ef8f50ebd1683356f9530..8f02330501e5767843fc74895ed6b5b31526f2ea 100644 --- a/django/contrib/sites/locale/ne/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ne/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" -"Last-Translator: sagarchalise \n" -"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/" +"Last-Translator: Sagar Chalise \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" "ne/)\n" -"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "डोमेनको नाम" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "देखिने नाम" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "साइट" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "साइटहरु" diff --git a/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo b/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo index d41af11975e59cb3d7f219c27b7f5391980ce976..5318265c8122ed64d445beb15d4c38c6270948b0 100644 Binary files a/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/nl/LC_MESSAGES/django.po b/django/contrib/sites/locale/nl/LC_MESSAGES/django.po index 929c29f2d81d2965fdad3f48491496625ef4b230..5c568021d633594f44840f691bc05b4fca23e363 100644 --- a/django/contrib/sites/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/nl/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/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" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domeinnaam" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "weergavenaam" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sites" diff --git a/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo b/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo index 67835b4a5c2d2f3eede8eb4db8988bcb8ed88bd6..7dfdf81c4708ea885e724857cbe4632113291218 100644 Binary files a/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/nn/LC_MESSAGES/django.po b/django/contrib/sites/locale/nn/LC_MESSAGES/django.po index fb51aae8d49499eea06b2c519f0bca18d71d6f3c..4e77be19f39a5973ce4b066d7d40e06df6b1bb48 100644 --- a/django/contrib/sites/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/nn/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" "language/nn/)\n" -"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domenenamn" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "visingsnamn" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "nettstad" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "nettstader" diff --git a/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo b/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo index c201ffc7f2a0331227bba24140952c1b2443708d..9f5d10e3175e8543b99c84fdebdbaa0a1719d1e2 100644 Binary files a/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/pa/LC_MESSAGES/django.po b/django/contrib/sites/locale/pa/LC_MESSAGES/django.po index 527aad90510be3bffbf47bac569d079cd9299f66..df08a2cdf8363efede2d3371a6c20b6b8273eb46 100644 --- a/django/contrib/sites/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/pa/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.net/projects/p/django/" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" "language/pa/)\n" -"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ਡੋਮੇਨ ਨਾਂ" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ਵੇਖਾਉਣ ਲਈ ਨਾਂ" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "ਸਾਈਟ" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "ਸਾਈਟਾਂ" diff --git a/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo b/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo index 70d5709cc9583ed5f2e20c320dfddec643f89751..32f23bc84fa774df05632f9e080f2418d3cdf3fd 100644 Binary files a/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/pl/LC_MESSAGES/django.po b/django/contrib/sites/locale/pl/LC_MESSAGES/django.po index 7dd687f0a2a7dec470f4f7cc898eb2970504c207..5bc3ac011c15498aaaa27778ecc2df048a6e0e2c 100644 --- a/django/contrib/sites/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/pl/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Polish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" "pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"|| n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nazwa domeny" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "wyświetlana nazwa" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "strona" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "strony" diff --git a/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo b/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo index e07e73180504592646c2befb707433cf80701895..e035a8e7bc92d92fd966b9aeeb87d2cd0543902b 100644 Binary files a/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/pt/LC_MESSAGES/django.po b/django/contrib/sites/locale/pt/LC_MESSAGES/django.po index a5d0731f0a63f12acc563b2c17750cba88376c6e..3295c7e627aaab3dae69fa963168df65311636a3 100644 --- a/django/contrib/sites/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/pt/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/django/" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" "language/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nome do domínio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "mostrar nome" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sites" diff --git a/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo index a5a68cfb3ad1747192db5059155d4e0d0282eab3..a13f2c4b503cf6afa6c2094e7772859ec0b2c27d 100644 Binary files a/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po index d4e199adf944c5e2ae59cbc46bb27daf82dc2042..0059f284994df141ad28221f5e5b519975253bae 100644 --- a/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: Portuguese (Brazil) \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" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nome do domínio" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nome para exibição" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sites" diff --git a/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo index 2740e31280797556e23a474e46589475668b72fd..adfcb05c932d3195d9aa84245023721750a112be 100644 Binary files a/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ro/LC_MESSAGES/django.po b/django/contrib/sites/locale/ro/LC_MESSAGES/django.po index 709012142da4c4ef38745b366a868e4bc40c1ad0..ab6ed87f0cc8f3ea7c0a3f99ea44d82f6ef78432 100644 --- a/django/contrib/sites/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ro/LC_MESSAGES/django.po @@ -7,30 +7,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Daniel Ursache-Dogariu \n" -"Language-Team: Romanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" "ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1))\n" +"2:1));\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "nume domeniu" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "nume afișat" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sit" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "situri" diff --git a/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo index 191f8a058f12752f9a0ee191216efdf80d0e8ee2..c470fe7d0b8e5f4f1171b03387b2702c2bbc3197 100644 Binary files a/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ru/LC_MESSAGES/django.po b/django/contrib/sites/locale/ru/LC_MESSAGES/django.po index 8828d52f407f202defdce822d4b47d5b9750fd1c..15d8e45e006e25558ffa735ec46793da5a6087c4 100644 --- a/django/contrib/sites/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ru/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "доменное имя" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "выводимое имя" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сайт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сайты" diff --git a/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo index b924fb4988c51da9e095ad0dcc6af2065954821f..f607b65a0580bca30d2260022550e2a97cd9ac19 100644 Binary files a/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sk/LC_MESSAGES/django.po b/django/contrib/sites/locale/sk/LC_MESSAGES/django.po index 3e70c63b237635e02156cb34e1b277a49ed88292..b33d052f2ab243b5b089dfaa9cc766ca98f82c6d 100644 --- a/django/contrib/sites/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sk/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Slovak (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" "sk/)\n" -"Language: sk\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>=2 && n<=4) ? 1 : 2\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "názov domény" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "zobrazené meno" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "stránka" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "weby" diff --git a/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo index 29b312d99ef17b72c6d951d475264b5670026fe7..150490ccc323174398b29d4e738ce2584eb1d26f 100644 Binary files a/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sl/LC_MESSAGES/django.po b/django/contrib/sites/locale/sl/LC_MESSAGES/django.po index 8ca8469b3d091d3887339ebb1670e4359ac95982..4aa1b6ee278dd1d6105cc98becf058b8dc24191e 100644 --- a/django/contrib/sites/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sl/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" -"PO-Revision-Date: 2012-02-14 13:49+0000\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Slovenian (http://www.transifex.net/projects/p/django/" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" +"PO-Revision-Date: 2012-10-31 19:51+0000\n" +"Last-Translator: mateju <>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" "language/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3)\n" +"%100==4 ? 2 : 3);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" -msgstr "domena" +msgstr "ime domene" -#: models.py:38 +#: models.py:40 msgid "display name" -msgstr "prikazno ime" +msgstr "prikazano ime" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "stran" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "strani" diff --git a/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo index 7d163f0528c1e21d89e5ebe74e4aca9ddbf5fe0f..8322324dadda9ca40949db20bad60625eb03aca0 100644 Binary files a/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sq/LC_MESSAGES/django.po b/django/contrib/sites/locale/sq/LC_MESSAGES/django.po index d6533310fa4bb84f384b0d603effa7d4e094a222..09d0290676ffec40c4aefe054d0ecdb4535c379a 100644 --- a/django/contrib/sites/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sq/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Albanian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" "sq/)\n" -"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "emër përkatësie" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "emër shfaqjeje" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "site-e" diff --git a/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo index fa2d012d503840cfb2dc3a5b20b4db951d0abcd3..67a402d67f342084c6e5515c3157a49e46978bc5 100644 Binary files a/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sr/LC_MESSAGES/django.po b/django/contrib/sites/locale/sr/LC_MESSAGES/django.po index 3c3ac2870f6f7c40068ef798827c4c871518e6b6..63c17174269148798dcc0f37011a51598b14293a 100644 --- a/django/contrib/sites/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sr/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" "sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "име домена" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "приказано име" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сајт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сајтови" diff --git a/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo index bb99d50d2d51defcfd68c90908c1887d275296ce..83dfd1d63d70da67ff04df8845b31d79b0402a1d 100644 Binary files a/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po index b552cd16790909f68a6248481bfebe7a9fedc1a2..8935d815dece4ee341c70f40e1744bcb834149c3 100644 --- a/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Serbian (Latin) (http://www.transifex.net/projects/p/django/" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" -"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ime domena" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "prikazano ime" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "sajt" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "sajtovi" diff --git a/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo index 6ac0e27345d44b33863162023178698be6b79fbf..639bcbee8d4fae18b6a973f9a965b1688e84cd39 100644 Binary files a/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sv/LC_MESSAGES/django.po b/django/contrib/sites/locale/sv/LC_MESSAGES/django.po index c6a105bacedc3cca953ad0fbfca0f34206a351f0..1efe6a769ad89b3d61805139b845f68d35794c55 100644 --- a/django/contrib/sites/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sv/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Swedish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" "sv/)\n" -"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "domännamn" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "visningsnamn" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "webbplats" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "webbplatser" diff --git a/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo b/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo index e182aade8c1d0bdcbdf4c6f0e64f38ceaff50bca..07d97847c5757ddec5165c4857552c61d2e65f15 100644 Binary files a/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/sw/LC_MESSAGES/django.po b/django/contrib/sites/locale/sw/LC_MESSAGES/django.po index 520bca1b65a399af92611b6a884f8cb8613b09ba..197ff4ef2e6d796a443f1142fab4dc04f0c31cd1 100644 --- a/django/contrib/sites/locale/sw/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/sw/LC_MESSAGES/django.po @@ -5,29 +5,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-03-09 16:07+0000\n" "Last-Translator: machaku \n" -"Language-Team: Swahili (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" "sw/)\n" -"Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "jina la domeini" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "jina la kujionesha" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "tovuti" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "tovuti" diff --git a/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo index d79aa4465eac8df5aac31ce48f33e15b076631c1..d1eb24fc814ce63e802a384d9ea3438f03bdfa1d 100644 Binary files a/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ta/LC_MESSAGES/django.po b/django/contrib/sites/locale/ta/LC_MESSAGES/django.po index 2a6943a5fb9abed249beaa69a3af923b72549be9..7cb3d7be3815525a146ae783f417eea1ce0eaf77 100644 --- a/django/contrib/sites/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ta/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Tamil (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" "ta/)\n" -"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "களப் பெயர்" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "காட்டும் பெயர்" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "வலைத்தளம்" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "வலைத்தளங்கள்" diff --git a/django/contrib/sites/locale/te/LC_MESSAGES/django.mo b/django/contrib/sites/locale/te/LC_MESSAGES/django.mo index 8b351d811d0e3a1744369346433a557ddca1ea08..bfbdb1a5971347511353c4435cd4778d141747ca 100644 Binary files a/django/contrib/sites/locale/te/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/te/LC_MESSAGES/django.po b/django/contrib/sites/locale/te/LC_MESSAGES/django.po index 432f10b8f7fee9235b80f63d08f16d0c09a57908..a4f3a73dc16ddfab0b940a79bc95bdbcd1c4d750 100644 --- a/django/contrib/sites/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/te/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Telugu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" "te/)\n" -"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "డొమైన్ నామము" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "కనిపిచ్చే పేరు" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "సైట్" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "సైట్లు" diff --git a/django/contrib/sites/locale/th/LC_MESSAGES/django.mo b/django/contrib/sites/locale/th/LC_MESSAGES/django.mo index 1a4687e0e9c4f99deb0049df6d26e77b6754920e..48d7454e0c4585d3294c9db9828dfd4e792bb05c 100644 Binary files a/django/contrib/sites/locale/th/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/th/LC_MESSAGES/django.po b/django/contrib/sites/locale/th/LC_MESSAGES/django.po index 00b71bd6924e093d2b06b9014748783e47ee4f07..c401f1753d4f9a427d14a4401f4555d8cbe9b4d5 100644 --- a/django/contrib/sites/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/th/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" "th/)\n" -"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ชื่อโดเมน" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ชื่อที่แสดง" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "ไซต์" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "ไซต์" diff --git a/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo b/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo index 21ade9f232869ce115005788f15c26b9136f8166..6c773d68a010ce0ffe0c6daaf5abee067af99253 100644 Binary files a/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/tr/LC_MESSAGES/django.po b/django/contrib/sites/locale/tr/LC_MESSAGES/django.po index 4db6282f5b36b15df714343bbc5cd3a9db6b10c5..a57dbe70b26ca3c26da3552abb81590f59f97192 100644 --- a/django/contrib/sites/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/tr/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Turkish (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" "tr/)\n" -"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "alan adı" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "görünen isim" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "site" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "siteler" diff --git a/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo b/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo index 9b533e2df4bf9d626f4e8dab328d1e7fecec1eea..687ec72280de495c015a1b5f5cf964100de74023 100644 Binary files a/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/tt/LC_MESSAGES/django.po b/django/contrib/sites/locale/tt/LC_MESSAGES/django.po index 98c152d33a6c008b1c77f98b7a3d7efc64cda9e2..afe50c2d9b75c2f01bc391ce4b041890b66519fd 100644 --- a/django/contrib/sites/locale/tt/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/tt/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Azat Khasanshin \n" -"Language-Team: Tatar (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" "tt/)\n" -"Language: tt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "домен исеме" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "чагылдырылган исем" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сайт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сайтлар" diff --git a/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo b/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo index fd4322d7aad901b7ce1b4d592b50fc6af9c2b937..f20b99089319d2f78d64d1dcd8adfcb322115ca1 100644 Binary files a/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/uk/LC_MESSAGES/django.po b/django/contrib/sites/locale/uk/LC_MESSAGES/django.po index da3e38669b2456112e66213bc9c96229660dc211..4302326b3d4f8549eb076bbbed4b2fd6980e1a6a 100644 --- a/django/contrib/sites/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/uk/LC_MESSAGES/django.po @@ -6,30 +6,30 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" "language/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "доменне ім'я" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "відображуване ім'я" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "сайт" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "сайти" diff --git a/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo b/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo index 846072d8ccb369b337f8c52fcd66587938e60f11..df83b924cdbdd71b6838704deb1321d34a016347 100644 Binary files a/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/ur/LC_MESSAGES/django.po b/django/contrib/sites/locale/ur/LC_MESSAGES/django.po index 1c34cf97588c6bae739f8d4c08a37ec1fb991105..93aea4a319a6bcb3b122747e0f20451f850cc4a3 100644 --- a/django/contrib/sites/locale/ur/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/ur/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Mansoorulhaq Mansoor \n" -"Language-Team: Urdu (http://www.transifex.net/projects/p/django/language/" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" "ur/)\n" -"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "ڈومین کا نام" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "ظاھر ھونے والا نام" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "سائٹ" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "سائٹس" diff --git a/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo b/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo index 3bbce1f680b8a84c275d0bafa59b3567e4e60e75..341e8f2f86bce8b07c5f8090cb9ed2feafcc7033 100644 Binary files a/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/vi/LC_MESSAGES/django.po b/django/contrib/sites/locale/vi/LC_MESSAGES/django.po index 52490b6bc859d657840652c625d565c678efbd3a..3df8c769383230ffdd2266db445a7a9d2c3b4209 100644 --- a/django/contrib/sites/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/vi/LC_MESSAGES/django.po @@ -7,29 +7,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Tran \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/django/" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" "language/vi/)\n" -"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "Tên miền" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "Tên hiển thị" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "trang web" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "các trang web" diff --git a/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo index 24f963d926ea287e3273da0816bee69dc28e0bf0..b3f5caef1f5b423c57f8007ddf03b9981d149990 100644 Binary files a/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.po index 5d73e4c9c347a0b3eae2ccbd54b4adf26205c74a..0122f699b69853318f9cba59c68f4b2f91010af1 100644 --- a/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" "language/zh_CN/)\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "域名" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "显示名称" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "站点" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "站点" diff --git a/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo index 9502aca6b4311f3a99ba7494f9a7a9e9d3f26266..166f9120f421be8147fc667ca22b1622d0555ac9 100644 Binary files a/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.po index a44f3083d8f34406936379297d1343746d40651d..8c1f65abc91712ab96fbfc1209454259f450ac14 100644 --- a/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.po @@ -6,29 +6,29 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-23 02:43+0100\n" +"POT-Creation-Date: 2012-10-15 10:57+0200\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n" "Last-Translator: Jannis Leidel \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/django/" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" "language/zh_TW/)\n" -"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:37 +#: models.py:39 msgid "domain name" msgstr "網域名稱" -#: models.py:38 +#: models.py:40 msgid "display name" msgstr "顯示名稱" -#: models.py:43 +#: models.py:45 msgid "site" msgstr "網站" -#: models.py:44 +#: models.py:46 msgid "sites" msgstr "網站"