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 0000000000..00af9926ea 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 0000000000..db2cc1b0c0 --- /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 0000000000..578fe1f068 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 0000000000..3eb0bfd6a9 --- /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 3bf2548b25..3c13bd5fab 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 caba662a7f..d5f0728248 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "يمكنك إضافة %s آخر بالأسفل." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "تم تغيير %(name)s \"%(obj)s\" بنجاح." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 e2a9d92e24..f2ffd727a1 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 f874b7758c..15e8692e27 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 71a391a1b8..b691248c2e 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 158e054f9e..d0d99126a5 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,160 +36,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" siyahısına uğurla əlavə edildi." - -#: 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Aşağıda yeni %s əlavə edə bilərsiniz." - -#: options.py:822 -#, 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:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -197,7 +174,38 @@ 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: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\" siyahısına uğurla əlavə edildi." + +#: 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\" 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 a7aee154cb..8a8c68f1d9 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 5a0ca33e31..6eafbc1ed5 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 0000000000..7b9ae3bbbb 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 0000000000..83c58cb5b3 --- /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 0000000000..ba6f73895d 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 0000000000..c408f6eb7b --- /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 562f7d925d..85af8ff301 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 72ed680b5c..8568108238 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,162 +38,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Може да добавите още един обект %s по-долу. " - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Обектът %(name)s \"%(obj)s\" бе успешно актуализиран. " - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +176,38 @@ msgstr "" "Обектът %(name)s \"%(obj)s\" бе успешно добавен. Може да го редактирате по-" "долу. " -#: options.py:899 options.py:1159 +#: 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." @@ -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 a86d142418..d989428864 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 f6499aa5c4..4e31a049cd 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 64019c77c0..440f7b2d1f 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 be2b6cffca..ac505656d7 100644 --- a/django/contrib/admin/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/admin/locale/bn/LC_MESSAGES/django.po @@ -1,195 +1,175 @@ # 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "আপনি নিচে থেকে আরেকটি %s যোগ করতে পারেন।" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" সফলতার সাথে পরিবর্তিত হয়েছে।" - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -197,95 +177,134 @@ msgstr "" "%(name)s \"%(obj)s\" সফলতার সাথে যুক্ত হয়েছে। আপনি নিচে থেকে এটি পুনরায় সম্পাদন " "করতে পারেন।" -#: options.py:899 options.py:1159 +#: 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 "" +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 f5a69a9c45..d746d04202 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 e44dd860fa..9fa2d361b2 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 0000000000..9121c62db4 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 0000000000..94518e9b09 --- /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 0000000000..aadd5d27c2 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 0000000000..bc95737f70 --- /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 fdb5eff241..d54fc1e187 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 85f3d21f58..b3e56cf0b1 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,160 +38,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s sačuvan je uspješno." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Dole možete ponovo unositi izmjene." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Dole možete dodati novi objekat klase %s" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s izmjenjen je uspješno." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -199,7 +176,38 @@ 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: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 "Objekat „%(obj)s“ klase %(name)s sačuvan je uspješno." + +#: 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 "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 46b6452579..9e9b2e3978 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 cf93e7fb1c..95ef7116b4 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 d1d5a0800e..e9210c0fa8 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 4fa557ba4d..9cc2355dcb 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "El/la %(name)s \"%(obj)s\" ha estat afegit/da amb èxit." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Podeu editar-lo de nou a sota." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Podeu afegir un altre %s a sota." - -#: options.py:822 -#, 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:830 +#: options.py:807 options.py:860 #, python-format 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:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "El/la %(name)s \"%(obj)s\" ha estat afegit/da amb èxit." + +#: options.py:853 +#, python-format +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:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"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: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 f246800793..76eb4dce4a 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 d10f5ed907..89fbfdcdfa 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 a000348984..403d6e8baa 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 fd6e4bff99..fde2281b16 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,164 +38,139 @@ 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 -#, 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." - -#: 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Níže můžete přidat další položku typu %s." - -#: options.py:822 -#, 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:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -203,7 +178,44 @@ 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:899 options.py:1159 +#: 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:839 +#, 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." + +#: options.py:853 +#, python-format +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:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"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: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 6c5eff4678..d2f221b8e9 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 9c8db36955..d667080a32 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 cfd4285310..7a804bec6a 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 451aeb78b3..f161bfe673 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "" - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "" - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 a8e957b2f1..49fe05e7fa 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 7433bdcc6b..aaf1d63dc7 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 b071c28d96..5a9d73c041 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 143b2419f7..c9a906b6bc 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. You may edit it again below." +msgstr "" +"%(name)s \"%(obj)s\" blev tilføjet. Du kan redigere den/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:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" blev tilføjet i databasen." +msgstr "%(name)s \"%(obj)s\" blev tilføjet." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Du kan redigere det igen herunder." - -#: options.py:788 options.py:837 +#: options.py:853 #, 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 changed successfully. You may edit it again " +"below." +msgstr "" +"%(name)s \"%(obj)s\" blev ændret. Du kan redigere den/det igen herunder." -#: options.py:822 +#: 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\" 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:830 -#, 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." - -#: 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 999c7db582..38104f9559 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 138c6cb23d..ddcd8b1055 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 73ca3f1a07..905079ce3c 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 2f9fbb0b24..a99a710a17 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Das Element kann jetzt erneut bearbeitet werden." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Es kann ein weiteres Element des Typs %s angelegt werden." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" wurde erfolgreich geändert." - -#: options.py:830 +#: 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\" wurde erfolgreich hinzugefügt. Das Element kann jetzt " -"geändert werden." +"%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt und kann unten geändert " +"werden." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" wurde erfolgreich hinzugefügt." + +#: 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\" wurde erfolgreich geändert. Weitere Änderungen können " +"unten vorgenommen werden." + +#: 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\" 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: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 c3553a973c..d7e6847c3b 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 9e8bce9060..2ffae78eab 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 6d0fb5c70c..343e7943f3 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 e16c7f3efc..496ff15eb7 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,165 +38,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Μπορείτε να προσθέσετε ακόμα ένα %s παρακάτω." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Το %(name)s \"%(obj)s\" αλλάχτηκε με επιτυχία." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -204,7 +176,38 @@ msgstr "" "Το %(name)s \"%(obj)s\" αποθηκεύτηκε με επιτυχία. Μπορείτε να το " "επεξεργαστείτε πάλι παρακάτω." -#: options.py:899 options.py:1159 +#: 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." @@ -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 3b5686aecb..53155585f3 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 ecc9ad0c79..7bdbe451d3 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 c3231dc25b..7b60cfe7a9 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 497c7463c2..9b53f87c1b 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "" - -#: options.py:777 options.py:825 -msgid "You may edit it again below." -msgstr "" - -#: options.py:789 options.py:838 -#, python-format -msgid "You may add another %s below." -msgstr "" - -#: options.py:823 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "" - -#: options.py:831 +#: options.py:807 options.py:860 #, python-format 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:900 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "The %(name)s \"%(obj)s\" was added successfully." + +#: options.py:853 +#, python-format +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:867 +#, python-format +msgid "" +"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: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 915c43512a..9851b29c10 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 16883fae7d..9c4261491b 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 f90d901414..06cee99605 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 24beab5675..cdc154432b 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. You may edit it again below." +msgstr "" +"The %(name)s \"%(obj)s\" was added successfully. 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:839 #, python-format msgid "The %(name)s \"%(obj)s\" was added successfully." msgstr "The %(name)s \"%(obj)s\" was added successfully." -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "You may edit it again below." - -#: options.py:788 options.py:837 +#: options.py:853 #, python-format -msgid "You may add another %s below." -msgstr "You may add another %s below." +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" -#: options.py:822 +#: 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 "The %(name)s \"%(obj)s\" was changed successfully." -#: options.py:830 -#, python-format -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: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 +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 cacc13c6f6..b5c51e2ba5 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 ad134036c6..be6faea102 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 04f14bfc63..5799acda2b 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 f61f01415a..8d2de8a973 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 -msgid "change message" -msgstr "ŝanĝa mesaĝo" - #: models.py:30 +msgid "change message" +msgstr "ŝanĝmesaĝo" + +#: 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "La %(name)s \"%(obj)s\" estis aldonita sukcese." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Vi devus ĝin redakti denove sube." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Vi devus aldoni alia %s sube." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "La %(name)s \"%(obj)s\" estis ŝanĝita sukcese." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format 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 devus ĝin redakti denove " +"La %(name)s \"%(obj)s\" estis aldonita sukcese. Vi rajtas ĝin redakti denove " "sube." -#: options.py:899 options.py:1159 +#: 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 "La %(name)s \"%(obj)s\" estis aldonita sukcese." + +#: 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 "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 fd524b686d..b89655ef44 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 d1ee79179a..3ef579977d 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 c1c7a50c9b..49359ff41f 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 69f8733f39..37302a2a1f 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Se añadió con éxito el %(name)s \"%(obj)s\"." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puede editarlo de nuevo abajo." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Puede añadir otro %s abajo." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Se modificó con éxito el %(name)s \"%(obj)s\"." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format 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:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Se añadió con éxito el %(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 "" +"El %(name)s \"%(obj)s\" fue cambiado satisfactoriamente. Puedes editarlo " +"otra vez a continuación." + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"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: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 3c31c07dcc..b2e9327aa0 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 b10bcc4663..32ba138722 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 9d96821af2..673341d8f7 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 273b1b6993..93f4000675 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,165 +39,140 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Se agregó con éxito %(name)s \"%(obj)s\"." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puede modificarlo/a nuevamente abajo." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Puede agregar otro/a %s abajo." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Se modificó con éxito %(name)s \"%(obj)s\"." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -203,7 +180,43 @@ msgstr "" "Se agregó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " "abajo." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Se agregó con éxito %(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 "" +"Se modificó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " +"abajo." + +#: options.py:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"Se modificó con éxito %(name)s \"%(obj)s\". Puede agregar otro %(name)s " +"abajo." + +#: 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 bdd4350e04..11999072ce 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 8be1bc35c6..240f7909e5 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 760f47e3f5..018ffbe511 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 2a0972deb2..a60bc2ea18 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,164 +36,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Se agregó con éxito %(name)s \"%(obj)s\"." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puede modificarlo/a nuevamente abajo." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Puede agregar otro/a %s abajo." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Se modificó con éxito %(name)s \"%(obj)s\"." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +174,38 @@ msgstr "" "Se agregó con éxito %(name)s \"%(obj)s\". Puede modificarlo/a nuevamente " "abajo." -#: options.py:899 options.py:1159 +#: 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 "Se agregó con éxito %(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 "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 e538ba0aa1..45c8805d81 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 aa306c4413..7f90bb68b1 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 6ddac3f22d..6e839ea67e 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 ce6e1fcffa..6a6549e54e 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Võite jätkata uue %s lisamisega." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" muutmine õnnestus." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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\" muutmine õnnestus." + +#: 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 e0c1cabb93..d61cc268af 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 02216d7f98..986b684a27 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 52d53270ed..fecd54ade4 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 09c83488aa..d583101952 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 -msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." -msgstr "" -"Mesedez sartu kudeaketa gunerako erabiltzaile izen eta pasahitz zuzena. " -"Kontuan izan biek maiuskula/minuskulak desberdintzen dutela." - -#: forms.py:18 -msgid "Please log in again, because your session has expired." -msgstr "" -"Zure sesioa iraungitu da. Mesedez sartu berriro.\n" -"." - -#: 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." +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Idatzi kudeaketa gunerako %(username)s eta pasahitz zuzena. Kontuan izan " +"biek maiuskula/minuskulak desberdintzen dituztela." -#: helpers.py:20 +#: forms.py:19 +msgid "Please log in again, because your session has expired." +msgstr "Hasi saioa berriro, zure sesioa iraungitu egin da." + +#: 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Beste %s gehitu dezakezu jarraian." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ondo aldatu da." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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:867 +#, python-format +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:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" ondo aldatu da." + +#: 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:14 +msgid "Server Error (500)" +msgstr "Zerbitzariaren errorea (500)" #: templates/admin/500.html:15 -msgid "Server Error (500)" -msgstr "Zerbitzari Errorea (500)" - -#: templates/admin/500.html:16 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 -msgid "Change password" -msgstr "Pasahitza aldatu" - #: templates/admin/base.html:36 -#: templates/registration/password_change_done.html:4 -#: templates/registration/password_change_form.html:5 +#: 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 "Aldatu pasahitza" + +#: 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 -msgid "My Actions" -msgstr "Nere ekintzak" - #: templates/admin/index.html:58 +msgid "My Actions" +msgstr "Nire ekintzak" + +#: 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" +"Zerbait gaizki dago zure datu-basearekin. Ziurtatu datu-baseko taulak sortu " +"direla eta erabiltzaile egokiak irakurtzeko baimena duela." -#: templates/admin/login.html:34 -msgid "Username:" -msgstr "Erabiltzaile izena:" - -#: 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" +msgstr "Aldatu nire pasahitza" -#: 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 "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)" - -#: views/main.py:74 -#, python-format -msgid "Select %s" -msgstr "%s aukeratu" +msgstr "(Bat ere ez)" #: views/main.py:76 #, python-format +msgid "Select %s" +msgstr "Hautatu %s" + +#: 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 b2d98f5d80..5eafed3952 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 234a567221..6008b55fa2 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 a4288a88d5..b7d27871c3 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 4689628d8e..c78c74bf5a 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 -msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." -msgstr "" - -#: forms.py:18 -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." +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"نشانی پست الکترونیکی شما نام کابریتان نیست. %s را به جای آن امتحان کنید." +"لطفا %(username)s و گذرواژهٔ را برای حساب کارکنان وارد کنید.\n" +"توجه داشته باشید که هر دو میتوانند به کوچکی و بزرگی حروف حساس باشند." -#: helpers.py:20 +#: forms.py:19 +msgid "Please log in again, because your session has expired." +msgstr "لطفا دوباره وارد شوید، جلسه شما منقضی شد." + +#: 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "می‌توانید یک %s دیگر در این پایین اضافه کنید" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s·\"%(obj)s\" با موفقیت تغییر یافت." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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: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 "" +"آیتم ها باید به منظور انجام عملیات بر روی آنها انتخاب شود. هیچ آیتمی با " +"تغییر نیافته است." -#: 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 228becb1d1..7e48205753 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 7b274dd8f0..9379eab186 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 fe07f3a01c..3a9df3402c 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 75e5f83ddd..56cea83515 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Uusi %s on lisättävissä alla." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" on muutettu." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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\" on muutettu." + +#: 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 2b37d1c06b..55342bce14 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 fed367eb15..340c2546d4 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 7519e47f2c..c130560aa6 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 cfecfd39b9..5e7a93aecd 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,164 +38,140 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "L'objet %(name)s « %(obj)s » a été ajouté avec succès." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Vous pouvez continuer l'édition ci-dessous." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Vous pouvez ajouter un autre %s ci-dessous." - -#: options.py:822 -#, 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:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -203,7 +179,44 @@ msgstr "" "L'objet %(name)s « %(obj)s » a été ajouté avec succès. Vous pouvez continuer " "l'édition ci-dessous." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "L'objet %(name)s « %(obj)s » a été ajouté avec succès." + +#: options.py:853 +#, python-format +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:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"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: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 b838daa4f7..8ada5e5738 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 ec06c0c64c..ffe8230ef9 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 6e247659f8..09b4895e9a 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 ff1a6b6927..d84e4bb0eb 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,162 +38,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Bhí %(name)s \"%(obj)s\" breisithe go rathúil" - -#: 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Is féidir le ceann eile %s a cuir le thíos." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Bhí an %(name)s \"%(obj)s\" aithraithe to rathúil" - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +176,38 @@ 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: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 "Bhí %(name)s \"%(obj)s\" breisithe go rathúil" + +#: 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 "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 0d1b86fab0..0a11369f4a 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 7e0fe0ee16..40af9ec40f 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 5fab28bfaf..599b863bca 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 ef9b30ba84..16ff2f4f1c 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Pode engadir outro/a %s embaixo." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Modificouse correctamente o/a %(name)s \"%(obj)s\"." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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:867 +#, python-format +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:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Modificouse correctamente o/a %(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 +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 81f3a297bb..ec96d51f15 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 81f7107411..646bd6530c 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 6c99a1adee..e80fff86e8 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 2c03f68a46..3062e136a4 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "ניתן להוסיף %s נוסף מתחת." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "שינוי %(name)s \"%(obj)s\" בוצע בהצלחה." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 e3bad0ef4a..fc6b8b704e 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 dfb148dcae..0bcb7a62e5 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 b2ba165b9f..fb0b69c6e9 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 af4eab2d7c..91712c7c75 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "आप नीचे एक और %s जोड सकते हैं" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" को कामयाबी से बदला गया हैं" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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: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 "कार्रवाई हेतु आयटम सही अनुक्रम में चुने जाने चाहिए | कोई आइटम नहीं बदले गये हैं." -#: 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 5757046b66..9ff9bb645f 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 9b13753fdb..a5fe15044b 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 2a4dcaa2b9..0255edafeb 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 24a7cbc1c1..d19c3eead9 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Možete dodati još jedan %s ispod." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" uspješno promijenjeno." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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:867 +#, python-format +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:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" uspješno promijenjeno." + +#: 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 cd94c23894..3e7bd0ae2f 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 ce45497183..a2c0c4f2df 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 dbd0c48136..bae1c89fe2 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 4eb299ddce..9435f13370 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:788 options.py:837 +#: options.py:853 #, 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 edit it again " +"below." +msgstr "" -#: options.py:822 +#: 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 "\"%(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 8e853f000d..0f20a86cf2 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 9383aef026..6c834ae1a6 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 0000000000..bad4fecd6a 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 0000000000..e58caec446 --- /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 0000000000..515c3b5ef3 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 0000000000..867b643698 --- /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 ba642033c6..acb0ddd9d3 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 4553b86982..663e7e1a7d 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,162 +40,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" berhasil ditambahkan." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Anda boleh mengubahnya kembali di bawah." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Anda boleh menambahkan %s lagi di bawah." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" berhasil diubah." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,94 +178,133 @@ msgstr "" "%(name)s \"%(obj)s\" berhasil ditambahkan. Anda dapat mengeditnya lagi di " "bawah ini." -#: options.py:899 options.py:1159 +#: 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\" berhasil ditambahkan." + +#: 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\" 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 8aa8502e28..6766a16860 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 9f17214a51..aef012f602 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 2a56f80c2a..74b6db2aab 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 a08d274f18..dd5f2296de 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s „%(obj)s“ var bætt við." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Þú getur breytt því aftur að neðan." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Þú getur bætt öðru %s við að neðan." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s „%(obj)s“ hefur verið breytt." - -#: options.py:830 +#: 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“ hefur verið bætt við. Þú getur breytt því aftur að neðan." -#: options.py:899 options.py:1159 +#: 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“ var bætt við." + +#: 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“ 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 519a61f898..24f2524af3 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 3627ee7b0e..ee125c2267 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 e295078229..1b44eec252 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 73065c6938..038ec99420 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,162 +38,139 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" aggiunto/a correttamente." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "È possibile modificare nuovamente qui sotto." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Puoi aggiungere un altro/a %s qui sotto." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" modificato/a correttamente." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +178,44 @@ msgstr "" "%(name)s \"%(obj)s\" aggiunto/a correttamente. Puoi modificare ancora qui " "sotto." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" aggiunto/a correttamente." + +#: 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\" è stato modificato correttamente. Puoi modificarlo di " +"nuovo qui di seguito." + +#: 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\" è 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: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 329ce00798..9d924e512c 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 bb39038519..dfc5829c97 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 e4dc87c223..089d83d986 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 5f20b58ae2..efb4cbe909 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "続けて別の %s を追加できます。" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" を変更しました。" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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:14 +msgid "Server Error (500)" +msgstr "サーバーエラー (500)" #: templates/admin/500.html:15 -msgid "Server Error (500)" -msgstr "サーバエラー (500)" - -#: templates/admin/500.html:16 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 81234f5ade..e18d4f4f82 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 483875a743..1c017a7e57 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 df9e9aa65f..25e56210ca 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 64322c5879..55df1fe504 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,162 +37,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "შეგიძლიათ დაამატოთ კიდევ ერთი %s." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" წარმატებით შეიცვალა." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -200,7 +175,38 @@ msgstr "" "%(name)s \"%(obj)s\" წარმატებით დაემატა. შეგიძლიათ განაგრძოთ მისი " "რედაქტირება." -#: options.py:899 options.py:1159 +#: 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." @@ -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 455baa1d90..f8956f0fa5 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 9165f819e8..8f369fca4a 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 f097e1d5d1..03a514a5cd 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 8049b561ad..6bdf10017a 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Төменнен басқа %s қоса аласыз." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" сәтті өзгертілді." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 828a49a71b..d6810f73f2 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 c9c9529c24..9cc0abdf3b 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 9017dee613..b76acd6b1f 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 5be670310c..ad03433d64 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,160 +35,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "លោកអ្នកអាចបន្ថែម  %s ផ្សេងទៀតដូចខាងក្រោម។" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "កម្មវិធីឈ្មោះ %(name)s \"%(obj)s\" ត្រូវបានផ្លាស់ប្តូរដោយជោគជ័យ។" - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -196,93 +173,132 @@ msgstr "" "ឈ្មោះកម្មវីធី %(name)s \"%(obj)s\" ត្រូវបានបន្ថែមដោយជោគជ័យ។" " លោកអ្នកអាចផ្លាស់ប្តូរម្តងទៀតនៅខាងក្រោម។" -#: options.py:899 options.py:1159 +#: 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: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 e99adb3372..9855b0ab89 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 0be905586b..4b46f34fe2 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 e12910deba..e9eb0ae23e 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 fdd0f9e5cc..e8cd66d502 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,160 +36,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "ನೀವು ಕೆಳಗೆ ಇನ್ನೊಂದು %s ಸೇರಿಸಬಹುದು." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ಸಫಲವಾಗಿ ಬದಲಾಯಿಸಲಾಯಿತು." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -197,93 +174,132 @@ msgstr "" "%(name)s \"%(obj)s\" ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸೇರಿಸಲಾಯಿತು. ನೀವು ಕೆಳಗೆ ಅದನ್ನು ಮತ್ತೆ " "ಬದಲಾಯಿಸಬಹುದು." -#: options.py:899 options.py:1159 +#: 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: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 da0946919d..eb7d37a4e9 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 724847f8dc..799abdc1f3 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 9c0a47cf88..21151609ed 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 f6ef08e802..0d4a6efd1e 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "계속해서 다른 %s (을)를 추가하세요." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" (이)가 변경되었습니다." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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." @@ -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 fb1dd173e0..9eff6a37fe 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 f398a997c5..c1591f6d4e 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 0000000000..e7ab78d534 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 0000000000..2252ee71fa --- /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 0000000000..422adcc1fe 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 0000000000..d2a63fb7d9 --- /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 a160406570..d8f30faf4b 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 04c3761596..e0a4970871 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" pridėtas sėkmingai." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Gali taisyti dar kartą žemiau." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Gali pridėti dar vieną %s žemiau." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" buvo sėkmingai pakeistas." - -#: options.py:830 +#: 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\" pridėtas sėkmingai. Gali taisytį jį dar kartą žemiau." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" pridėtas sėkmingai." + +#: 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\" buvo sėkmingai pakeistas. Jūs galite jį koreguoti " +"žemiau." + +#: 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\" 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: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 ef1bcc8b8e..a79269d5d0 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 7cca9a1561..7bb9e51d5a 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 9371f633bd..f985292ddf 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 5b8fb0d05c..0cc8c6a7e2 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Zemāk varat pievienot vēl vienu %s." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" nomainīts sekmīgi." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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\" nomainīts sekmīgi." + +#: 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 8211b12da8..27fc77f3f1 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 06d1d55d99..7172554a14 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 da6a2a4509..c53a805962 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 e0f8770c4c..66f19dcf79 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,162 +38,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Подолу можете да додате уште еден %s." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" беше успешно изменета." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +176,38 @@ msgstr "" "Ставката %(name)s \"%(obj)s\" беше успешно додадена. Подолу можете повторно " "да ја уредите." -#: options.py:899 options.py:1159 +#: 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." @@ -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 95dc210335..3e2e54ef6d 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 6e41394d2c..7fb9b1bb7b 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 8c28d7eb23..7eac738b31 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 53d502399e..4329fb3c39 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "%s ഒന്നു കൂടി ചേര്‍ക്കാം" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ല്‍ മാറ്റം വരുത്തി." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 283f38714e..660872c51b 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 fdb855b33f..a72d967a52 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 4161a8c76a..1debd204a8 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 bb149c3212..e08b18d5cc 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,163 +40,139 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Доорх хэсэгт өөр %s нэмэх боломжтой." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr " %(name)s \"%(obj)s\" амжилттай өөрчлөгдлөө. " - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -203,96 +180,141 @@ msgstr "" "%(name)s \"%(obj)s\" амжилттай нэмэгдлээ. Доорх хэсэгт үүнийг ахин засварлах " "боломжтой." -#: options.py:899 options.py:1159 +#: 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: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: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 cd27f5caec..4d3be7a93d 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 37c9e9e8fe..60f031d50f 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 cd7c24c666..237879bee3 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 8cd45e31b8..8533b5582e 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Du kan legge til en ny %s nedenfor." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s «%(obj)s» ble endret." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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:867 +#, python-format +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:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s «%(obj)s» ble endret." + +#: 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 0bddd153b7..99f6633f70 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 8152ab1a9a..abb13b9114 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 9bbac5361b..76ff7b5a17 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 c9ff41e1f0..986a7c461b 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "तपाइ अर्को %s थप्न सक्नुहुनेछ । " - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" सफलतापूर्वक परिवर्तन भयो । " - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 811d3c264d..c6632507cb 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 ea4de6114e..581f3ac7e3 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 5b2b3cf705..db99a38f8b 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 39475517ea..45ebdd1127 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "U kunt hieronder de volgende %s toevoegen." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Het wijzigen van %(name)s \"%(obj)s\" is geslaagd." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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:867 +#, python-format +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:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "Het wijzigen van %(name)s \"%(obj)s\" is geslaagd." + +#: 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 099dd15fd5..9cf3fccb2b 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 3e9106c75a..ba83a84fe0 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 7f97ec5177..6b241a3f2d 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 fa7436b833..0306ec0dce 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Du kan opprette ny %s nedanfor." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" vart endra." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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\" vart endra." + +#: 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 e300051b52..b10001e437 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 e952bdad68..3fdc5ed987 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 a04870949b..f11babf752 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 d67450e287..703a073bf5 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "ਤੁਸੀਂ ਇੱਕ ਹੋਰ %s ਹੇਠਾਂ ਜੋੜ ਸਕਦੇ ਹੋ।" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ਨੂੰ ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ ਸੀ।" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 7cf4a4b467..453d8567c5 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 3a74cfb8c3..e45fc6ae45 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 7ff6049b56..24112a04ab 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 94aad5476e..20871c794b 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" dodany pomyślnie." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Możesz ponownie edytować wpis poniżej." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Możesz dodać nowy wpis %s poniżej." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" zostało pomyślnie zmienione." - -#: options.py:830 +#: 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\" dodane pomyślnie. Możesz edytować ponownie wpis poniżej." -#: options.py:899 options.py:1159 +#: 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\" dodany pomyślnie." + +#: 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\" 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 afdb8e08da..6ec84e590b 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 96714f7fa9..c255576126 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 651cc095ba..4343740423 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 323e30527e..237a907406 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,161 +39,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Pode editá-lo(a) outra vez abaixo." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Pode adicionar outro %s abaixo." - -#: options.py:822 -#, 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:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -200,7 +177,44 @@ msgstr "" "O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso. Pode voltar a " "editar novamente abaixo." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "O(A) %(name)s \"%(obj)s\" foi adicionado(a) com sucesso." + +#: options.py:853 +#, python-format +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:867 +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" +"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: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 576b6dd795..ebf1280355 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 ec41cab53a..f63c1ebb56 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 31ecdce35c..dfa87b69bb 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 5fa3ff22e7..87cb0876d7 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,162 +40,139 @@ 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 -#, 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." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Você pode adicionar outro(a) %s abaixo." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\": modificado com sucesso." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +180,44 @@ msgstr "" "%(name)s \"%(obj)s\": adicionado com sucesso. Você pode editar novamente " "abaixo." -#: options.py:899 options.py:1159 +#: 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\" adicionado com sucesso. Você pode adicionar um outro " +"%(name)s abaixo." + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\": adicionado com sucesso." + +#: 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\" modificado com sucesso. Você pode editá-lo novamente " +"abaixo." + +#: 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 9bddb74eff..92f5aefb68 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 6a5d1a0815..6152c01459 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 2408f87dad..63937322de 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 ba0986c95b..1bccde1b33 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,165 +40,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" a fost adăugat cu succes." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Puteți edita din nou mai jos." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Puteți adăuga înca un/o %s mai jos." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" a fost modificat(ă) cu succes." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -206,7 +178,38 @@ 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: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\" a fost adăugat cu succes." + +#: 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\" 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 188980bb38..535ef9e5f6 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 466a403656..67301c8b46 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 bfa8d8bbef..ac8d904537 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 58f41a09fe..d212b5c8c8 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,164 +41,139 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Ниже вы можете добавить еще один %s." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" был успешно изменен." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -206,7 +181,41 @@ msgstr "" "%(name)s \"%(obj)s\" был успешно добавлен. Ниже вы можете снова его " "отредактировать." -#: options.py:899 options.py:1159 +#: 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: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: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." @@ -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 7b8f31c74e..c44f2de59f 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 540fcbb404..e698f2cbdb 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 fe08c23109..0d61f6b02a 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 8dd4f6edd8..bd2af9b5d5 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,164 +39,139 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne pridaný." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Nižšie môžete znova robiť úpravy." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Nižšie môžete pridať ďalšie %s." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne zmenený." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -203,7 +179,43 @@ msgstr "" "Objekt %(name)s \"%(obj)s\" bol úspešne pridaný. Ďalšie zmeny môžete urobiť " "nižšie." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne pridaný." + +#: 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\" bol úspešne zmenený. Môžete ho znovu upraviť nižšie." + +#: 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\" bol úspešne zmenený. Môžete pridať ďaľšie %(name)s " +"nižšie." + +#: 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 7f700a35b0..52f9bcf33a 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 7799945f20..d20105ef6f 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 408c6fc175..a83ede71d2 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 1281b96737..f9c71f6f89 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" je bil uspešno dodan." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Vsebino lahko znova uredite spodaj." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Spodaj lahko dodate še en %s." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" je bil uspešno spremenjen." - -#: options.py:830 +#: 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\" je bil uspešno dodan. Ponovno ga lahko uredite spodaj." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" je bil uspešno dodan." + +#: 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\" je bil uspešno posodobljen. Spodaj ga lahko urejate še " +"dalje." + +#: 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\" 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: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 2dbd14cb89..5bd5fecf07 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 62794f6672..d5b00327fd 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 5f63c285cb..2de8e72c5d 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 83e4194d7f..37c01ee2ce 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 -#, 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ë." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Mund të shtoni një tjetër %s më poshtë." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" u ndryshua me sukses." - -#: options.py:830 +#: 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\" u shtua me sukses. Mund ta përpunoni sërish më poshtë." -#: options.py:899 options.py:1159 +#: 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\" u shtua me sukses. Mund të shtoni një tjetër %(name)s " +"më poshtë." + +#: options.py:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" u shtua me sukses." + +#: 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\" u shtua me sukses. Mund ta përpunoni sërish më poshtë." + +#: 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 22fb9cb77d..63f96cc105 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 c4f9c0a606..384b3c9952 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 f17e8ac4b9..9756cc2d86 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 6e1cff07a9..a21df88b53 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,162 +38,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Објекат „%(obj)s“ класе %(name)s сачуван је успешно." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Доле можете поново да уносите измене." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Доле можете да додате нови објекат класе %s" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Објекат „%(obj)s“ класе %(name)s измењен је успешно." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +176,38 @@ msgstr "" "Објекат „%(obj)s“ класе %(name)s додат је успешно. Доле можете унети додатне " "измене." -#: options.py:899 options.py:1159 +#: 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 сачуван је успешно." + +#: 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 "Објекат „%(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 2d7d64ffac..443accfdd3 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 ec4e2c954f..864255706b 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 5c91607fa4..c3badae2c6 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 f8053c87e3..2df2200dfc 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,162 +38,137 @@ 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s sačuvan je uspešno." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Dole možete ponovo da unosite izmene." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Dole možete da dodate novi objekat klase %s" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "Objekat „%(obj)s“ klase %(name)s izmenjen je uspešno." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -201,7 +176,38 @@ 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: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 "Objekat „%(obj)s“ klase %(name)s sačuvan je uspešno." + +#: 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 "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 3c51e1f60e..4394d7f65c 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 607dd2064c..226af8fe44 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 f7d85e71cc..042616856f 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 b27fe184c6..3f5dd79a6b 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \"%(obj)s\" lades till." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Du kan ändra det igen nedanför." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Du kan lägga till ytterligare %s nedanför." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" ändrades." - -#: options.py:830 +#: 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\" lades till. Du kan redigera objektet igen nedanför." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "%(name)s \"%(obj)s\" lades till." + +#: 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\" ändrades. Du kan ändra det igen nedan." + +#: options.py:867 +#, python-format +msgid "" +"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:873 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "%(name)s \"%(obj)s\" ändrades." + +#: 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 e30e056ac8..1d73271202 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 b8e0d87416..d2e76d3705 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 3ab5b11a9b..f65a78429a 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 04f64bb13f..e65b9db1fe 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "" - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "unaweza kuhariri tena hapo chini." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Unaweza kuongeza tena %s hapo chini." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "" - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format 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:899 options.py:1159 +#: 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 "Ingizo la \"%(obj)s\" %(name)s limefanyika kwa mafanikio." + +#: 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 "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 274e6a9c2d..4797dd9400 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 02df4a608d..f640a86a6a 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 7fc115b8b0..34dbd90af1 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 9d97361b80..641ac0b0cf 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "நீங்கள் மற்ற %s யை கீழே சேர்க்க முடியும்." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாக மாற்றப்பட்டது." - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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 d10cfd570e..bc474c7e82 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 cdb0045769..8079c28b39 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 440d2f9b1a..52287d8ffc 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 dfe98cf62e..7c71510849 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "మీరు ఇంకొక %s ని క్రింద జత చేయొచ్చు" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" జయప్రదంగా మార్చబడిండి" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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." @@ -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 71e1d4ed98..0b7326efb8 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 2c129a2324..c30619ca87 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 81fd83b7e7..997d9a0c02 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 cfa7f21c2e..c8ea590154 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "คุณสามารถเพิ่ม %s ได้อีกที่ด้านล่าง" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "เปลี่ยนแปลง %(name)s \"%(obj)s\" เรียบร้อยแล้ว" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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." @@ -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 99108bb5b0..560ae5e6f6 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 c59417b3f4..ecd2c13cdc 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 bf69124052..5025f2bcc9 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 fac9073763..661b16de9f 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 -#, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "\"%(obj)s\" isimli %(name)s eklendi." - -#: options.py:776 options.py:824 -msgid "You may edit it again below." -msgstr "Tekrar düzenleyebilirsiniz." - -#: options.py:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Yeni bir %s ekleyebilirsiniz." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "\"%(obj)s\" isimli %(name)s değiştirildi." - -#: options.py:830 +#: 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\" isimli %(name)s eklendi. Aşağıda tekrar düzenleyebilirsiniz." -#: options.py:899 options.py:1159 +#: 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:839 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "\"%(obj)s\" isimli %(name)s eklendi." + +#: 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\" başarıyla değiştirildi. Aşağıda tekrar " +"düzenleyebilirsiniz." + +#: 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\" 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: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 6e088109c4..d443dadc3d 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 a074b2cd3e..d5d0e9303a 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 550dfd1541..81ec0f5c21 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 a48d2f6001..17d54e6e9a 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,162 +36,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Астарак сез тагын бер %s өсти аласыз." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" уңышлы рәвештә үзгәртелгән." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -199,7 +174,38 @@ msgstr "" "%(name)s \"%(obj)s\" үңышлы рәвештә өстәлгән. Астарак сез аны тагын бер кат " "төзәтә аласыз." -#: options.py:899 options.py:1159 +#: 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." @@ -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 d433bab044..307410fbed 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 f43a0c6582..cc26e16613 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 0000000000..e1070cc7f3 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 0000000000..8b1a8312e9 --- /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 0000000000..26dcca16ed 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 0000000000..77aaf06dad --- /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 1d152947ec..1b0cb8dbcc 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 a75a1f0793..72d63807bd 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,165 +40,139 @@ 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 -msgid "" -"Please enter the correct username and password for a staff account. Note " -"that both fields are case-sensitive." -msgstr "" -"Будь ласка, введіть коректне ім'я користувача та пароль облікового запису " -"адміністратора. Зверніть увагу, що обидва поля чутливі до регістру." - -#: forms.py:18 -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." +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." msgstr "" -"Ваша e-mail адреса не є вашим ім'ям користувача. Замість спробуйте '%s'" +"Будь ласка, введіть правильні %(username)s і пароль для облікового запису " +"персоналу. Зауважте, що обидва поля можуть бути чутливі до регістру." -#: helpers.py:20 +#: forms.py:19 +msgid "Please log in again, because your session has expired." +msgstr "Будь ласка, увійдіть знову, ваша сесія закінчилася." + +#: 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Ви можете додати інший %s внизу." - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" був успішно змінений." - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -206,37 +180,74 @@ msgstr "" "%(name)s \"%(obj)s\" був успішно доданий. Ви модете редагувати його знову " "внизу." -#: options.py:899 options.py:1159 +#: 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: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: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 "" "Для виконання дії необхідно обрати елемент. Жодний елемент не був змінений." -#: 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 39e5572e08..95b3a6763e 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 17e2c388c8..210ab72452 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 a8cd8e73ca..e8560c1bae 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 cad4d8df74..05268b92f5 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,161 +36,137 @@ 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "آپ نیچے مزید %s درج کر سکتے ھیں۔" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" کی تبدیلی کامیابی سے ھو گئی۔" - -#: options.py:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -198,7 +174,38 @@ msgstr "" "%(name)s \"%(obj)s\" کا کامیابی سے اضافہ کیا گیا۔ نیچے آپ دوبارہ اسے مدوّن کر " "سکتے ھیں۔" -#: options.py:899 options.py:1159 +#: 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." @@ -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 e8896b1504..d8b94086bf 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 22441bcad0..bd238fb8a3 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 43c1e46a03..39a8766feb 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 2edfe6adc0..f4241bb8a0 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,160 +40,137 @@ 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 -#, 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." - -#: 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "Bạn có thể thêm vào %s dưới đây." - -#: options.py:822 -#, 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:830 +#: options.py:807 options.py:860 #, python-format msgid "" "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." @@ -200,7 +178,38 @@ 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: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\" được thêm vào thành công." + +#: 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\" đã đượ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 5c9262c50c..2ae24e9800 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 bfa98c6a1b..2a38b5cbfe 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 75c809d4f8..672c4b9323 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 19cd17eb43..85a8c87774 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "你可以在下面增加另一个 %s 。" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" 修改成功。" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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: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 "条目必须选中以对其进行操作。没有任何条目被更改。" -#: 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 b7bc24068d..06b9634fd2 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 dba8c6112b..1af8c79a9b 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 55d2797155..df89744529 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 c5cb28097b..25b5e37ffc 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 -#, 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:788 options.py:837 -#, python-format -msgid "You may add another %s below." -msgstr "你可以在下面新增另一個 %s。" - -#: options.py:822 -#, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" 已成功變更。" - -#: options.py:830 +#: 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:899 options.py:1159 +#: 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: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: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 "必須要有項目被選到才能對它們進行動作。沒有項目變更。" -#: 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 cd70b7c0db..beb86fd7b7 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 86ec84c20d..1a618f7fe9 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 0000000000..e387d5db1a 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 0000000000..d70e3bdf86 --- /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 3e0b6fd26d..20cbe56865 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 591b407905..aac9d0ecda 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 c1912f486f..14af1b6300 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 1ea6a41dad..b8679a6f00 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 0000000000..2942392568 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 0000000000..421175c414 --- /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 41340a284f..bdc01a9b5e 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 534e9e5465..48b14607e6 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 cc17bd72f4..fa0b36e409 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 e98b2aa670..ae0717bd95 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 0000000000..4f42c2dc79 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 0000000000..2717ef14d3 --- /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 ffd475785f..741269368a 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 6988ec5ff8..692c877fcd 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 b60afe14ee..a679e99b45 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 0503d0c60d..0bd0aac36a 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 fc76f617f4..a75c8e8da0 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 dbec0ee295..504aa51bff 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 febe593046..fa9a8a8489 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 10384c5138..9a2ff0ce74 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 94bb1f3dd9..2c42ace5e8 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 ae3c7ae6b4..9b1f37c237 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 00587c7c10..a2716f3f25 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 dcd551e68a..df6cafd395 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 b95a114619..6624aba56b 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 da6a149285..b6eaf3bf20 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 4a5c340c0f..6c452c7392 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 f58586f414..8fdb656419 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 11b86c95b5..19090ba545 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 62a267f2b1..180b62a4a4 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 18f3fa6398..4b1d21c7df 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 b7fc215b6c..35dcced549 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 694734e2c1..7860a448c8 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 699230210f..a2df3c2668 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 fd466d4ccd..0ab3617ad3 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 12f9b222fd..a3add66be3 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 6ca11c0417..547f1d10ef 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 61fc8ec4c7..92e34a3a22 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 4d66bc126a..eb5691c65a 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 74f7220e98..8e11ff0b4e 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 b364234cb5..2ba1272c37 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 a998b920dd..b4fee92a00 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 1f98f3c0b3..f87f57ab17 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 251671242b..f89e41ad9a 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 ebdbf8a2c0..66526ef294 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 ec981f54d4..a5cdc5acb9 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 62f988ea2c..c6200491da 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 87418918af..d7276cbeda 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 8079c9b30b..1ccc4ebdcf 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 4560c6dfc4..c99cbe676f 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 a6b2a2aee6..4d1094ad19 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 647db92293..a54e6b0976 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 43a8b7f46a..0e4f9ccd0e 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 041a86dd49..e50cbebfc2 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 e6da25a44d..200d8a3496 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 2092a5d23b..49f7864cec 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 5803808c0e..5d191f1974 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 8778b8293e..187672f2d7 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 17d1f9309a..f1cc10dbf2 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 7b4c1ae55d..e9388c71be 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 0000000000..c5d141e669 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 0000000000..52894bfa3f --- /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 d2a8e637b2..588078ab7f 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 a72b2da6d7..cabca062ce 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 fb05a0311d..b43af366d1 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 9cbe644ce0..b1ebdc768e 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 11a8b96e25..290548b06a 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 6b2d6e0fa2..6a7bc556fc 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 03f0645019..9d7965bd9b 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 e9c0b5e601..b671de1e2d 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 5b3586e665..7260fcd690 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 d5db3ae6fb..cefda0784e 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 d38f37de40..6f3ad44beb 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 4c1c6a4b91..6666fb7557 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 8725cbedde..e5a95f4024 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 8120408ce8..4b0a2bac24 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 875d5f4c63..78a75f2235 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 2e81bddaff..d751958e3f 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 77f71c9cb2..765691f6b6 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 573cb16ed4..4cb2608078 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 13a2cb4730..d2819ab669 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 97be05f3cc..0733b806ca 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 05e5d1f7e5..e105109b75 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 ccd776115d..22f5301b79 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 e55a49d200..d2154ac08a 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 47f05aa465..b3a96e75d9 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 b0d480320c..32deb5e3a8 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 fed4ba068d..21af206310 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 7e2ca091d0..9196184637 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 e63cae4a05..7e48d18236 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 f1e662c4ce..9f05b1b354 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 fb31a58c39..0a7889f7f7 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 8e146292a3..b64f6aab5f 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 72d6acc5d9..86c0d49a90 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 268ef6fbfc..3ea5384a12 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 261d36b771..de2c11a0c9 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 ba5b24bf4d..af23fc27b3 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 4f3853bf79..a5878f7e2b 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 41b4011dcd..8371d3a942 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 3dc0e8d3e2..33714b6521 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 c85ff111f2..5edc6e8fc5 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 58b3b81e40..64f4334d2b 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 bdb3443628..57b5fe29e1 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 e5da7f79d2..a6122db83d 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 ad49b2a083..f42572b355 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 fb26a948a8..f3afe81f92 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 d4a6db3cc4..1adc23473c 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 052f371a10..4505b7540b 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 5813fd833b..32e6cceb0e 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 0d195ec7ea..3bc98716db 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 6a32d30210..2b27b04577 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 25ae6f5061..2128072bb4 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 031439185a..ecf40ca80e 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 d0c3d87262..b6b5814e30 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" +"

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:26 +#: 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:28 +msgid "Show object ID" +msgstr "Pokaži ID predmeta" #: templates/admin_doc/bookmarklets.html:29 -msgid "Show object ID" -msgstr "Pokaži ID objekta" - -#: templates/admin_doc/bookmarklets.html:30 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:31 +msgid "Edit this object (current window)" +msgstr "Uredi predmet (v trenutnem oknu)" #: templates/admin_doc/bookmarklets.html:32 -msgid "Edit this object (current window)" -msgstr "Uredi objekt (v trenutnem oknu)" - -#: templates/admin_doc/bookmarklets.html:33 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:34 +msgid "Edit this object (new window)" +msgstr "Uredi ta predmet (v novem oknu)" #: templates/admin_doc/bookmarklets.html:35 -msgid "Edit this object (new window)" -msgstr "Uredi ta objekt (v novem oknu)" - -#: templates/admin_doc/bookmarklets.html:36 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 5d888bf1be..31f019629e 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 281efd1d16..b7c2f5393f 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 be8846a78d..9f334d5e5c 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 b93dcbc92c..5734c47548 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 c05ec188c4..bea2c76431 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 74d9b596b0..714bcb892b 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 2ade62117f..fb773acff9 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 3d6757915d..fbe2d029d0 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 d1ba384af6..56af82a652 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 70a4033d83..7a3bd4c7f0 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 "" +"\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 "Nyaraka kwa ajili ya ukurasa huu" #: templates/admin_doc/bookmarklets.html:26 -msgid "Documentation for this page" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:27 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:28 +msgid "Show object ID" +msgstr "Onesha Utambulisho wa kitu" #: templates/admin_doc/bookmarklets.html:29 -msgid "Show object ID" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:30 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:31 +msgid "Edit this object (current window)" +msgstr "Hariri kitu hiki (dirisha la sasa)" #: templates/admin_doc/bookmarklets.html:32 -msgid "Edit this object (current window)" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:33 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:34 +msgid "Edit this object (new window)" +msgstr "Hariri kitu hiki (dirisha jipya)" #: templates/admin_doc/bookmarklets.html:35 -msgid "Edit this object (new window)" -msgstr "" - -#: templates/admin_doc/bookmarklets.html:36 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 9265bb3442..4c77a114f4 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 af28ad007f..11958540b9 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 bec4e2820b..f5163dbb6f 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 185aa858a8..7a0a3d603e 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 a65edb866d..f1755920e2 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 24903f9149..5bc7797bb1 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 babb65192a..586cd46c74 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 3a4b6bfbf8..f0e7cc442f 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 f5bc58e504..57434da925 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 a93f20a512..6021261c34 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 0000000000..6ce0e0a7f6 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 0000000000..293be8558a --- /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 4bbf3bc0bd..f8bcd1f545 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 503c763b74..111cc0986a 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 6e59bfbdf0..ade2636306 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 ac62ebcc55..f6686d8b1f 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 c66d8c2d9d..6d8f7858c6 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 079ea99d79..57dd9af43c 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 5a49de49fe..1401ea1793 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 f054928a46..dbdeec03af 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 2055e5b197..498a006c0e 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 9f4cebb98e..aebabd3060 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 0000000000..3f328353c1 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 0000000000..94fc110b59 --- /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 04b69f2ce2..b73ef9ce50 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 ecc719a23b..980b4f1520 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: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." @@ -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 61346dcb68..d9dd0c1939 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 78ffb4e824..cf55166c55 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:385 +msgid "email address" +msgstr "" -#: models.py:238 -msgid "password" -msgstr "parol" - -#: 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 0000000000..01d5ac5c00 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 0000000000..90e5258414 --- /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 707f064d68..75592edc2f 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 e3c896a861..70bb628712 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,149 +106,108 @@ 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 -msgid "username" -msgstr "потребител" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Задължително. 30 знака или по-малко. Букви, цифри и символи @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "собствено име" - -#: models.py:236 -msgid "last name" -msgstr "фамилно име" - -#: models.py:237 -msgid "e-mail address" -msgstr "email адрес" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "парола" -#: models.py:239 -msgid "staff status" -msgstr "статус на персонал" +#: models.py:201 +msgid "last login" +msgstr "последно вписване" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Указва дали този потребител има достъп до административния панел." - -#: models.py:242 -msgid "active" -msgstr "активен" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Указва дали този потребител трябва да се третира като активен. Премахнете на " -"избора на това, вместо да триете профила." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "статут на супер-потребител" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -245,40 +215,79 @@ msgstr "" "Указва, че този потребител има всички права (без да има нужда да се " "изброяват изрично)." -#: models.py:248 -msgid "last login" -msgstr "последно вписване" - -#: models.py:249 -msgid "date joined" -msgstr "дата на регистриране" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "права на потребител" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "потребител" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "Задължително. 30 знака или по-малко. Букви, цифри и символи @/./+/-/_" + +#: 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: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 a1894906d4..e12a555f33 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 a6031a9b21..c8921ef637 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 -msgid "username" -msgstr "সদস্যনাম" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "প্রথম নাম" - -#: models.py:236 -msgid "last name" -msgstr "শেষ নাম" - -#: models.py:237 -msgid "e-mail address" -msgstr "ইমেইল ঠিকানা" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "পাসওয়ার্ড" -#: models.py:239 -msgid "staff status" -msgstr "স্টাফ মর্যাদা" +#: models.py:201 +msgid "last login" +msgstr "সর্বশেষ প্রবেশ" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "সদস্যকে প্রশাসন সাইটে প্রবেশাধিকার প্রদান।" - -#: models.py:242 -msgid "active" -msgstr "সচল" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "সদস্যকে সচল হিসেবে নির্ধারণ করুন। একাউন্ট মুছে ফেলার বদলে এটি ব্যবহার করুন।" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "সুপারইউজার মর্যাদা" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "সদস্যকে সকল ধরণের অনুমতি প্রদান করে।" -#: models.py:248 -msgid "last login" -msgstr "সর্বশেষ প্রবেশ" - -#: models.py:249 -msgid "date joined" -msgstr "যোগদানের তারিখ" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "সদস্যের অনুমোদন সমূহ" -#: models.py:260 +#: 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: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 0000000000..c109abd1e4 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 0000000000..62924c1712 --- /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 ef52506798..f40e6cb6d3 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 e9333957db..e7ce096d0f 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,149 +104,108 @@ 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 -msgid "username" -msgstr "korisničko ime" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Neophodno. Najviše 30 slovnih mesta. Slova, brojke i @/./+/-/_ karakteri" - -#: models.py:235 -msgid "first name" -msgstr "ime" - -#: models.py:236 -msgid "last name" -msgstr "prezime" - -#: models.py:237 -msgid "e-mail address" -msgstr "email adresa" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "lozinka" -#: models.py:239 -msgid "staff status" -msgstr "status člana uredništva" +#: models.py:201 +msgid "last login" +msgstr "posljednja prijava" -#: models.py:240 -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 -msgid "active" -msgstr "aktivan" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Označava da li se korisnik smatra aktivnim. Uklnote izbor sa ovog polja " -"umjesto da brišete nalog." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "status administratora" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -247,40 +213,79 @@ 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 -msgid "date joined" -msgstr "datum registracije" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "korisničke dozvole" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "korisničko ime" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "ime" + +#: models.py:384 +msgid "last name" +msgstr "prezime" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "status člana uredništva" + +#: 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:389 +msgid "active" +msgstr "aktivan" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Označava da li se korisnik smatra aktivnim. Uklnote izbor sa ovog polja " +"umjesto da brišete nalog." + +#: models.py:392 +msgid "date joined" +msgstr "datum registracije" + +#: 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 70bd4b2893..45afa523cf 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 feb060f0d5..7a0ebdb12b 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,150 +107,113 @@ 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 -msgid "username" -msgstr "nom d'usuari" - -#: models.py:233 -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 -msgid "first name" -msgstr "nom propi" - -#: models.py:236 -msgid "last name" -msgstr "cognoms" - -#: models.py:237 -msgid "e-mail address" -msgstr "adreça de correu electrònic" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "contrasenya" -#: models.py:239 -msgid "staff status" -msgstr "membre del personal" +#: models.py:201 +msgid "last login" +msgstr "últim inici de sessió" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Designa si l'usuari pot entrar al lloc administratiu." - -#: models.py:242 -msgid "active" -msgstr "actiu" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Designa si aquest usuari ha de ser tractat com a actiu. Deseleccioneu-ho " -"enlloc d'esborrar comptes d'usuari." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "estat de superusuari" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -248,15 +221,7 @@ 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 -msgid "date joined" -msgstr "data d'incorporació" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -264,26 +229,71 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "permisos de l'usuari" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nom d'usuari" + +#: 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: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:384 +msgid "last name" +msgstr "cognoms" + +#: models.py:385 +msgid "email address" +msgstr "adreça de correu electrònic" + +#: models.py:386 +msgid "staff status" +msgstr "membre del personal" + +#: 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:389 +msgid "active" +msgstr "actiu" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Designa si aquest usuari ha de ser tractat com a actiu. Deseleccioneu-ho " +"enlloc d'esborrar comptes d'usuari." + +#: models.py:392 +msgid "date joined" +msgstr "data d'incorporació" + +#: 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 14f27d293c..6de0a69e31 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 c1234ca45c..39bc602dcb 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,163 +109,118 @@ 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 -msgid "username" -msgstr "uživatelské jméno" - -#: models.py:233 -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 @/./+/-/_." - -#: models.py:235 -msgid "first name" -msgstr "křestní jméno" - -#: models.py:236 -msgid "last name" -msgstr "příjmení" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mailová adresa" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "heslo" -#: models.py:239 -msgid "staff status" -msgstr "administrační přístup" +#: models.py:201 +msgid "last login" +msgstr "poslední přihlášení" -#: models.py:240 -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 -msgid "active" -msgstr "aktivní" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -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 +#: models.py:298 msgid "superuser status" msgstr "superuživatel" -#: models.py:246 +#: 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:248 -msgid "last login" -msgstr "poslední přihlášení" - -#: models.py:249 -msgid "date joined" -msgstr "datum registrace" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -261,26 +228,73 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "uživatelská oprávnění" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "uživatelské jméno" + +#: 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 bez diakritiky (háčků a " +"čárek), číslice a znaky @/./+/-/_." + +#: 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:384 +msgid "last name" +msgstr "příjmení" + +#: models.py:385 +msgid "email address" +msgstr "e-mailová adresa" + +#: models.py:386 +msgid "staff status" +msgstr "administrační přístup" + +#: 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:389 +msgid "active" +msgstr "aktivní" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +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:392 +msgid "date joined" +msgstr "datum registrace" + +#: 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 185e91d775..c447e06a13 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 714e7af34d..faf547369b 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 -msgid "username" -msgstr "enw defnyddiwr" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "enw cyntaf" - -#: models.py:236 -msgid "last name" -msgstr "enw olaf" - -#: models.py:237 -msgid "e-mail address" -msgstr "cyfeiriad e-bost" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "cyfrinair" -#: models.py:239 -msgid "staff status" -msgstr "statws staff" +#: models.py:201 +msgid "last login" +msgstr "mewngofnod olaf" -#: models.py:240 -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 -msgid "active" -msgstr "gweithredol" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "statws defnyddiwr swper" -#: models.py:246 +#: models.py:299 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 -msgid "date joined" -msgstr "Dyddiad" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "enw defnyddiwr" + +#: 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 "enw cyntaf" + +#: models.py:384 +msgid "last name" +msgstr "enw olaf" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "statws staff" + +#: 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:389 +msgid "active" +msgstr "gweithredol" + +#: 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 "Dyddiad" + +#: 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 e3d263d9e6..1a86594f73 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 153798dd54..737c3e113d 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,166 +108,120 @@ 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 -msgid "username" -msgstr "brugernavn" - -#: models.py:233 -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 -msgid "first name" -msgstr "fornavn" - -#: models.py:236 -msgid "last name" -msgstr "efternavn" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail-adresse" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "adgangskode" -#: models.py:239 -msgid "staff status" -msgstr "admin-status" +#: models.py:201 +msgid "last login" +msgstr "sidst logget ind" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Bestemmer om brugeren kan logge ind på dette administrationswebsite." - -#: models.py:242 -msgid "active" -msgstr "aktiv" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Bestemmer om brugeren skal behandles som aktiv. Fravælg dette frem for at " -"slette en konto." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "superbrugerstatus" -#: models.py:246 +#: 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:248 -msgid "last login" -msgstr "sidst logget ind" - -#: models.py:249 -msgid "date joined" -msgstr "dato for registrering" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -266,27 +229,73 @@ msgstr "" "Grupperne som denne bruger hører til. En bruger får alle rettigheder givet " "til hver af hans/hendes grupper." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "rettigheder" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "brugernavn" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Indtast et gyldigt brugernavn." + +#: models.py:383 +msgid "first name" +msgstr "fornavn" + +#: models.py:384 +msgid "last name" +msgstr "efternavn" + +#: models.py:385 +msgid "email address" +msgstr "e-mail-adresse" + +#: models.py:386 +msgid "staff status" +msgstr "admin-status" + +#: 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:389 +msgid "active" +msgstr "aktiv" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Bestemmer om brugeren skal behandles som aktiv. Fravælg dette frem for at " +"slette en konto." + +#: models.py:392 +msgid "date joined" +msgstr "dato for registrering" + +#: 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 9f35986506..42586df9ad 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 2fd9414202..01d5edc1a4 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,152 +109,111 @@ 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 -msgid "username" -msgstr "Benutzername" - -#: models.py:233 -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 -msgid "first name" -msgstr "Vorname" - -#: models.py:236 -msgid "last name" -msgstr "Nachname" - -#: models.py:237 -msgid "e-mail address" -msgstr "E-Mail-Adresse" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "Passwort" -#: models.py:239 -msgid "staff status" -msgstr "Redakteur-Status" +#: models.py:201 +msgid "last login" +msgstr "Letzte Anmeldung" -#: models.py:240 -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 -msgid "active" -msgstr "Aktiv" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Legt fest, ob dieser Benutzer aktiv ist. Kann deaktiviert werden, anstatt " -"Benutzer zu löschen." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "Administrator-Status" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -253,15 +221,7 @@ 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 -msgid "date joined" -msgstr "Mitglied seit" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -269,26 +229,74 @@ msgstr "" "Die Gruppen, denen der Benutzer angehört. Ein Benutzer bekommt alle " "Berechtigungen seiner zugeteilten Gruppen." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "Berechtigungen" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "Benutzername" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Bitte einen gültigen Benutzernamen eingeben." + +#: models.py:383 +msgid "first name" +msgstr "Vorname" + +#: models.py:384 +msgid "last name" +msgstr "Nachname" + +#: models.py:385 +msgid "email address" +msgstr "E-Mail-Adresse" + +#: models.py:386 +msgid "staff status" +msgstr "Redakteur-Status" + +#: 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:389 +msgid "active" +msgstr "Aktiv" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Legt fest, ob dieser Benutzer aktiv ist. Kann deaktiviert werden, anstatt " +"Benutzer zu löschen." + +#: models.py:392 +msgid "date joined" +msgstr "Mitglied seit" + +#: 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 3cc36d2383..47b83f98b4 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 767e36ec06..5564497a29 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: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." @@ -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 4a5c340c0f..91fc85a68f 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 9b0cab8372..f7019bcfec 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 "" - -#: forms.py:77 -msgid "Password confirmation" -msgstr "" +msgstr "Password" #: forms.py:79 -msgid "Enter the same password as above, for verification." -msgstr "" +msgid "Password confirmation" +msgstr "Password confirmation" -#: forms.py:120 +#: forms.py:81 +msgid "Enter the same password as above, for verification." +msgstr "Enter the same password as above, for 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 "" +"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" -msgstr "" - -#: models.py:302 -msgid "Enter a valid username." -msgstr "" - -#: models.py:304 -msgid "first name" -msgstr "" - -#: models.py:305 -msgid "last name" -msgstr "" - -#: models.py:306 -msgid "email address" -msgstr "" - -#: models.py:307 -msgid "staff status" -msgstr "" - -#: models.py:308 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:310 -msgid "active" -msgstr "" - -#: models.py:311 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:313 -msgid "superuser status" -msgstr "" - -#: models.py:314 -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:316 -msgid "date joined" -msgstr "" - -#: models.py:318 +#: 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:322 +#: models.py:306 msgid "user permissions" -msgstr "" +msgstr "user permissions" -#: models.py:331 +#: 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: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 "last name" + +#: models.py:385 +msgid "email address" +msgstr "email address" + +#: models.py:386 +msgid "staff status" +msgstr "staff status" + +#: 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: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 "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." + +#: models.py:392 +msgid "date joined" +msgstr "date joined" + +#: 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 57c6798442..d8eb740e77 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 01b378e9af..bf926f2064 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,166 +105,116 @@ 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 -msgid "username" -msgstr "username" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" - -#: models.py:235 -msgid "first name" -msgstr "first name" - -#: models.py:236 -msgid "last name" -msgstr "last name" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail address" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "password" -#: models.py:239 -msgid "staff status" -msgstr "staff status" - -#: models.py:240 -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 -msgid "active" -msgstr "active" - -#: models.py:243 -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: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 +#: models.py:201 msgid "last login" msgstr "last login" -#: models.py:249 -msgid "date joined" -msgstr "date joined" +#: models.py:298 +msgid "superuser status" +msgstr "superuser status" -#: models.py:251 +#: 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." @@ -265,26 +222,72 @@ msgstr "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "user permissions" -#: models.py:260 +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "first name" + +#: models.py:384 +msgid "last name" +msgstr "last name" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "staff status" + +#: 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: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 "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." + +#: models.py:392 +msgid "date joined" +msgstr "date joined" + +#: 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 90ae466653..a9e4b542c2 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 762f68c7c4..cce7e6f924 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:385 +msgid "email address" +msgstr "" -#: models.py:238 -msgid "password" -msgstr "pasvorto" - -#: 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 1b83a90b18..a17659b06e 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 6db9da6b30..114c883500 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,151 +110,114 @@ 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 -msgid "username" -msgstr "nombre de usuario" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Requerido. 30 caracteres o menos. Letras, números y @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "nombre propio" - -#: models.py:236 -msgid "last name" -msgstr "apellidos" - -#: models.py:237 -msgid "e-mail address" -msgstr "dirección de correo electrónico" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "contraseña" -#: models.py:239 -msgid "staff status" -msgstr "es staff" +#: models.py:201 +msgid "last login" +msgstr "último inicio de sesión" -#: models.py:240 -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 -msgid "active" -msgstr "activo" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Indica si el usuario puede ser tratado como activo. Desmarque esta opción en " -"lugar de borrar la cuenta." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "es superusuario" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -252,15 +225,7 @@ 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 -msgid "date joined" -msgstr "fecha de alta" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -268,26 +233,71 @@ msgstr "" "Los grupos a los que este usuario pertenece. Un usuario obtendrá todos los " "permisos concedidos a cada uno sus grupos." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "permisos de usuario" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nombre de usuario" + +#: 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: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:384 +msgid "last name" +msgstr "apellidos" + +#: models.py:385 +msgid "email address" +msgstr "dirección de correo electrónico" + +#: models.py:386 +msgid "staff status" +msgstr "es staff" + +#: 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:389 +msgid "active" +msgstr "activo" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario puede ser tratado como activo. Desmarque esta opción en " +"lugar de borrar la cuenta." + +#: models.py:392 +msgid "date joined" +msgstr "fecha de alta" + +#: 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 d068cd8ac0..1b2d84d493 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 04fb9d18b3..2a846311d1 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,153 +110,114 @@ 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 -msgid "username" -msgstr "nombre de usuario" - -#: models.py:233 -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 -msgid "first name" -msgstr "nombre" - -#: models.py:236 -msgid "last name" -msgstr "apellido" - -#: models.py:237 -msgid "e-mail address" -msgstr "dirección de correo electrónico" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "contraseña" -#: models.py:239 -msgid "staff status" -msgstr "es staff" +#: models.py:201 +msgid "last login" +msgstr "último ingreso" -#: models.py:240 -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 -msgid "active" -msgstr "activo" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " -"campo en lugar de eliminar usuarios." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "es superusuario" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -254,15 +225,7 @@ 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 -msgid "date joined" -msgstr "fecha de creación" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -270,27 +233,74 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "permisos de usuario" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nombre de usuario" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Introduzca un nombre de usuario válido." + +#: models.py:383 +msgid "first name" +msgstr "nombre" + +#: models.py:384 +msgid "last name" +msgstr "apellido" + +#: models.py:385 +msgid "email address" +msgstr "Dirección de email" + +#: models.py:386 +msgid "staff status" +msgstr "es staff" + +#: 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:389 +msgid "active" +msgstr "activo" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " +"campo en lugar de eliminar usuarios." + +#: models.py:392 +msgid "date joined" +msgstr "fecha de creación" + +#: 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 6ce78d19df..d1d86966c5 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 446b91be47..356beb2e01 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,153 +105,110 @@ 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 -msgid "username" -msgstr "nombre de usuario" - -#: models.py:233 -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 -msgid "first name" -msgstr "nombre" - -#: models.py:236 -msgid "last name" -msgstr "apellido" - -#: models.py:237 -msgid "e-mail address" -msgstr "dirección de correo electrónico" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "contraseña" -#: models.py:239 -msgid "staff status" -msgstr "es staff" +#: models.py:201 +msgid "last login" +msgstr "último ingreso" -#: models.py:240 -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 -msgid "active" -msgstr "activo" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " -"campo en lugar de eliminar usuarios." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "es superusuario" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -252,15 +216,7 @@ 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 -msgid "date joined" -msgstr "fecha de creación" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -268,26 +224,73 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "permisos de usuario" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nombre de usuario" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "nombre" + +#: models.py:384 +msgid "last name" +msgstr "apellido" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "es staff" + +#: 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:389 +msgid "active" +msgstr "activo" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " +"campo en lugar de eliminar usuarios." + +#: models.py:392 +msgid "date joined" +msgstr "fecha de creación" + +#: 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 cb0c463b73..06fdf18576 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 b7b95bd070..0d972b3987 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:385 +msgid "email address" +msgstr "" -#: models.py:238 -msgid "password" -msgstr "salasõna" - -#: 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 73cf300feb..151847cc9d 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 e92d150c10..221056e308 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,153 +107,112 @@ 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 -msgid "username" -msgstr "erabiltzaile izena" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Beharrezkoa. 30 karaktere edo gutxiago. Hizki, zenbaki eta @/./+/-/_ " -"karaktereak" - -#: models.py:235 -msgid "first name" -msgstr "izena" - -#: models.py:236 -msgid "last name" -msgstr "abizena" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail helbidea" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "pasahitza" -#: models.py:239 -msgid "staff status" -msgstr "Arduradun egoera" +#: models.py:201 +msgid "last login" +msgstr "azken sarrera" -#: models.py:240 -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 -msgid "active" -msgstr "Aktiboa" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Erabiltzaile bat aktibo gisa tratatu edo ez zehazten du. Ezgaitu hau kontuak " -"ezabatu beharrean." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "Erabiltzaile nagusia" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -252,15 +220,7 @@ msgstr "" "Erabiltzaileari baimen guztiak esleitzeko banan-banan aukeratu behar izan " "gabe." -#: models.py:248 -msgid "last login" -msgstr "azken sarrera" - -#: models.py:249 -msgid "date joined" -msgstr "erregistro eguna" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -268,26 +228,75 @@ msgstr "" "Erabiltzailea zein taldetakoa den. Erabiltzaileak taldeari emandako baimen " "guztiak jasoko ditu." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "Erabiltzailearen baimenak" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "erabiltzaile izena" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Sartu baleko erabiltzaile izen bat." + +#: models.py:383 +msgid "first name" +msgstr "izena" + +#: models.py:384 +msgid "last name" +msgstr "abizena" + +#: models.py:385 +msgid "email address" +msgstr "e-mail helbidea" + +#: models.py:386 +msgid "staff status" +msgstr "Arduradun egoera" + +#: 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:389 +msgid "active" +msgstr "Aktiboa" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Erabiltzaile bat aktibo gisa tratatu edo ez zehazten du. Ezgaitu hau kontuak " +"ezabatu beharrean." + +#: models.py:392 +msgid "date joined" +msgstr "erregistro eguna" + +#: 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 d3320078ca..31cfe39c18 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 6376f30ef3..29d1dde5a7 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: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." @@ -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 6f4b3fcfb7..4323e0ee26 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 eed4406846..af6373eb95 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:385 +msgid "email address" +msgstr "sähköpostiosoite" -#: models.py:238 -msgid "password" -msgstr "salasana" - -#: 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 3913b3aa85..f3941a9c1e 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 50c5929205..336e3ba9f3 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,151 +112,112 @@ 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 -msgid "username" -msgstr "nom d'utilisateur" - -#: models.py:233 -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 -msgid "first name" -msgstr "prénom" - -#: models.py:236 -msgid "last name" -msgstr "nom" - -#: models.py:237 -msgid "e-mail address" -msgstr "adresse électronique" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "mot de passe" -#: models.py:239 -msgid "staff status" -msgstr "statut équipe" +#: models.py:201 +msgid "last login" +msgstr "dernière connexion" -#: models.py:240 -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 -msgid "active" -msgstr "actif" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -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 +#: models.py:298 msgid "superuser status" msgstr "statut super-utilisateur" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -254,15 +225,7 @@ 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 -msgid "date joined" -msgstr "date d'inscription" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -270,27 +233,74 @@ msgstr "" "Les groupes dont fait partie cet utilisateur. Celui-ci obtient tous les " "droits de tous ses groupes." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "permissions de l'utilisateur" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nom d'utilisateur" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Saisissez un nom d'utilisateur valable." + +#: models.py:383 +msgid "first name" +msgstr "prénom" + +#: models.py:384 +msgid "last name" +msgstr "nom" + +#: models.py:385 +msgid "email address" +msgstr "adresse électronique" + +#: models.py:386 +msgid "staff status" +msgstr "statut équipe" + +#: 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:389 +msgid "active" +msgstr "actif" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Précise si l'utilisateur doit être considéré comme actif. Décochez ceci " +"plutôt que de supprimer le compte." + +#: models.py:392 +msgid "date joined" +msgstr "date d'inscription" + +#: 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 501e56b814..734b9aafb9 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 14f0eccfd8..d7de99d159 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,154 +109,109 @@ 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 -msgid "username" -msgstr "Ainm úsáideoir" - -#: models.py:233 -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 -msgid "first name" -msgstr "ainm baiste" - -#: models.py:236 -msgid "last name" -msgstr "sloinne" - -#: models.py:237 -msgid "e-mail address" -msgstr "seoladh r-phost" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "focal faire" -#: models.py:239 -msgid "staff status" -msgstr "stádas foirne" +#: models.py:201 +msgid "last login" +msgstr "logáil deirneach" -#: models.py:240 -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 -msgid "active" -msgstr "gníomhach" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Sainíonn an bhfuil an úsáideoir gníomhach. Míroghnaigh seo in aineonn de " -"scriseadh cuntasí." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "stádas forúsáideoir" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -257,15 +219,7 @@ 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 -msgid "date joined" -msgstr "Dáta teacht isteach" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -273,26 +227,75 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "ceada úsáideoira" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "Ainm úsáideoir" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "ainm baiste" + +#: models.py:384 +msgid "last name" +msgstr "sloinne" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "stádas foirne" + +#: 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:389 +msgid "active" +msgstr "gníomhach" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Sainíonn an bhfuil an úsáideoir gníomhach. Míroghnaigh seo in aineonn de " +"scriseadh cuntasí." + +#: models.py:392 +msgid "date joined" +msgstr "Dáta teacht isteach" + +#: 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 57c6460b71..98a4ab29b6 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 8b111b5c2a..073fb035eb 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 b05d48f194..a85afd483d 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 78126c84b3..aef3f68422 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,220 +31,185 @@ 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 -msgid "username" -msgstr "שם משתמש" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "שדה חובה. 30 תווים או פחות. אותיות, ספרות והתווים @/./+/-/_ בלבד." - -#: models.py:235 -msgid "first name" -msgstr "שם פרטי" - -#: models.py:236 -msgid "last name" -msgstr "שם משפחה" - -#: models.py:237 -msgid "e-mail address" -msgstr "כתובת דוא\"ל" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "סיסמה" -#: models.py:239 -msgid "staff status" -msgstr "סטטוס איש צוות" +#: models.py:201 +msgid "last login" +msgstr "כניסה אחרונה" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "מציין האם המשתמש יכול להתחבר לאתר הניהול." - -#: models.py:242 -msgid "active" -msgstr "פעיל" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"מציין האם יש להתייחס למשתמש כפעיל. יש לבטל בחירה זו במקום למחוק חשבונות " -"משתמשים." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "סטטוס משתמש על" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "מציין שלמשתמש זה יש את כל ההרשאות ללא הצורך המפורש בהענקתן." -#: models.py:248 -msgid "last login" -msgstr "כניסה אחרונה" - -#: models.py:249 -msgid "date joined" -msgstr "תאריך הצטרפות" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -252,26 +217,71 @@ msgstr "" "הקבוצות שמשתמש זה שייך אליהן. משתמש יקבל את כל ההרשאות המוקצות לקבוצה שלו/" "שלה." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "הרשאות משתמש" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "שם משתמש" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "שדה חובה. 30 תווים או פחות. אותיות, ספרות והתווים @/./+/-/_ בלבד." + +#: 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: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 9d441af4e9..654cd0f4de 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 1e9de07176..4c713a9f37 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,162 +91,122 @@ 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 -msgid "username" -msgstr "प्रयोक्ता नाम" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "जरूरी है | 30 या कम वर्णों | केवल अक्षर, संख्या और @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "पहला नाम" - -#: models.py:236 -msgid "last name" -msgstr "आखिरी नाम" - -#: models.py:237 -msgid "e-mail address" -msgstr "ईमेल पता" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "शब्दकूट" -#: models.py:239 -msgid "staff status" -msgstr "कर्मचारी स्थिति" +#: models.py:201 +msgid "last login" +msgstr "पिछला लॉगिन" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "तय करता हैं की उपयोगकर्ता इस साईट प्रशासन में प्रवेश कर सकता हैं या नहीं |" - -#: models.py:242 -msgid "active" -msgstr "सक्रिय" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"निर्दिष्ट करता है कि क्या इस उपयोगकर्ता को सक्रिय माना जाना चाहिए.खातों को हटाने की " -"बजाय इस अचयनित करे." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "सर्वोच्च प्रयोक्ता स्थिति" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -245,15 +214,7 @@ msgstr "" "निर्दिष्ट करता है कि जो इस उपयोगकर्ता के पास सभी अनुमतियाँ उन्हें बिना बताए स्पष्ट रूप से " "निर्धारित है." -#: models.py:248 -msgid "last login" -msgstr "पिछला लॉगिन" - -#: models.py:249 -msgid "date joined" -msgstr "तिथि भरती" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -261,26 +222,71 @@ msgstr "" "समूह के अंतर्गत यह उपयोगकर्ता आता है. उपयोगकर्ता उसकी / उसके समूह के प्रत्येक के लिए दी गई " "अनुमति प्राप्त होगा." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "प्रयोक्ता अनुमतियाँ" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "प्रयोक्ता नाम" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "जरूरी है | 30 या कम वर्णों | केवल अक्षर, संख्या और @/./+/-/_" + +#: 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: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 a4e3bfb259..cf82f40365 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 e2e295ce66..4414ed5b84 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,150 +114,111 @@ 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 -msgid "username" -msgstr "korisničko ime" - -#: models.py:233 -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 -msgid "first name" -msgstr "ime" - -#: models.py:236 -msgid "last name" -msgstr "prezime" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail adresa" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "lozinka" -#: models.py:239 -msgid "staff status" -msgstr "status osoblja" +#: models.py:201 +msgid "last login" +msgstr "posljednja prijava" -#: models.py:240 -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 -msgid "active" -msgstr "aktivan" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Određuje treba li se ovaj korisnik tretirati kao aktivan korisnik. Koristite " -"ovu opciju umjesto brisanja korisničkih računa." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "superuser status" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -253,15 +226,7 @@ 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 -msgid "date joined" -msgstr "datum učlanjenja" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -269,26 +234,73 @@ msgstr "" "Grupe kojima ovaj korisnik pripada. Korisnik će imati sve privilegije grupa " "kojima pripada." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "privilegije korisnika" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "korisničko ime" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Unesite ispravno korisničko ime." + +#: models.py:383 +msgid "first name" +msgstr "ime" + +#: models.py:384 +msgid "last name" +msgstr "prezime" + +#: models.py:385 +msgid "email address" +msgstr "e-mail adresa" + +#: models.py:386 +msgid "staff status" +msgstr "status osoblja" + +#: 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:389 +msgid "active" +msgstr "aktivan" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Određuje treba li se ovaj korisnik tretirati kao aktivan korisnik. Koristite " +"ovu opciju umjesto brisanja korisničkih računa." + +#: models.py:392 +msgid "date joined" +msgstr "datum učlanjenja" + +#: 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 2a1daf9c01..3989054315 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 135bb61763..07965da629 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,151 +107,108 @@ 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 -msgid "username" -msgstr "felhasználónév" - -#: models.py:233 -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 -msgid "first name" -msgstr "keresztnév" - -#: models.py:236 -msgid "last name" -msgstr "vezetéknév" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail cím" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "jelszó" -#: models.py:239 -msgid "staff status" -msgstr "személyzet státusz" +#: models.py:201 +msgid "last login" +msgstr "utolsó bejelentkezés" -#: models.py:240 -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 -msgid "active" -msgstr "aktív" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -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 +#: models.py:298 msgid "superuser status" msgstr "rendszergazda státusz" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -251,15 +216,7 @@ 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 -msgid "date joined" -msgstr "csatlakozás dátuma" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -267,26 +224,73 @@ msgstr "" "A csoportok, amelyekhez a felhasználó tartozik. A felhasználó minden egyes " "csoportja jogosultságaival rendelkezni fog." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "felhasználói jogosultságok" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "felhasználónév" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "keresztnév" + +#: models.py:384 +msgid "last name" +msgstr "vezetéknév" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "személyzet státusz" + +#: 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:389 +msgid "active" +msgstr "aktív" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +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:392 +msgid "date joined" +msgstr "csatlakozás dátuma" + +#: 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 0000000000..55eb462066 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 0000000000..1b3e0ad71b --- /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 5e63874331..0b1f97579d 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 edde418fb9..fd99a63367 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,151 +107,112 @@ 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 -msgid "username" -msgstr "nama pengguna" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka, karakter @/./" -"+/-/_ " - -#: models.py:235 -msgid "first name" -msgstr "nama depan" - -#: models.py:236 -msgid "last name" -msgstr "nama belakang" - -#: models.py:237 -msgid "e-mail address" -msgstr "alamat email" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "sandi" -#: models.py:239 -msgid "staff status" -msgstr "status staf" +#: models.py:201 +msgid "last login" +msgstr "masuk terakhir" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Menentukan apakah pengguna berhak masuk ke situs administrasi ini." - -#: models.py:242 -msgid "active" -msgstr "aktif" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Menentukan apakah pengguna dianggap aktif. Hapus pilihan ini tanpa perlu " -"menghapus akunnya." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "status superuser" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -252,15 +220,7 @@ 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 -msgid "date joined" -msgstr "tanggal daftar" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -268,26 +228,73 @@ msgstr "" "Grup tempat pengguna ini dikelompokkan. Pengguna akan mendapatkan semua hak " "akses yang diberikan pada grupnya." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "hak akses pengguna" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nama pengguna" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Masukkan nama pengguna yang valid." + +#: models.py:383 +msgid "first name" +msgstr "nama depan" + +#: models.py:384 +msgid "last name" +msgstr "nama belakang" + +#: models.py:385 +msgid "email address" +msgstr "alamat email" + +#: models.py:386 +msgid "staff status" +msgstr "status staf" + +#: 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:389 +msgid "active" +msgstr "aktif" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Menentukan apakah pengguna dianggap aktif. Hapus pilihan ini tanpa perlu " +"menghapus akunnya." + +#: models.py:392 +msgid "date joined" +msgstr "tanggal daftar" + +#: 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 ee320ceb0d..f75e99853d 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 dd1cb70f44..2315073c0f 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,152 +109,108 @@ 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 -msgid "username" -msgstr "notandanafn" - -#: models.py:233 -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 -msgid "first name" -msgstr "skírnarnafn" - -#: models.py:236 -msgid "last name" -msgstr "eftirnafn" - -#: models.py:237 -msgid "e-mail address" -msgstr "tölvupóstfang" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "lykilorð" -#: models.py:239 -msgid "staff status" -msgstr "staða starfsmanns" +#: models.py:201 +msgid "last login" +msgstr "síðasta innskráning" -#: models.py:240 -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 -msgid "active" -msgstr "virkur" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Til marks um að notandinn sé virku. Taktu hakið úr þessum möguleika til að " -"eyða aðgangi." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "staða ofurnotanda" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -255,15 +218,7 @@ 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 -msgid "date joined" -msgstr "skráning dags." - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -271,26 +226,74 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "réttindi" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "notandanafn" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "skírnarnafn" + +#: models.py:384 +msgid "last name" +msgstr "eftirnafn" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "staða starfsmanns" + +#: 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:389 +msgid "active" +msgstr "virkur" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Til marks um að notandinn sé virku. Taktu hakið úr þessum möguleika til að " +"eyða aðgangi." + +#: models.py:392 +msgid "date joined" +msgstr "skráning dags." + +#: 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 32ab19c535..21f4637891 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 cc3838e791..9fc2c3adbc 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,150 +107,113 @@ 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 -msgid "username" -msgstr "nome utente" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Obbligatorio. 30 caratteri o meno. Solo lettere, cifre e @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "nome" - -#: models.py:236 -msgid "last name" -msgstr "cognome" - -#: models.py:237 -msgid "e-mail address" -msgstr "indirizzo e-mail" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "password" -#: models.py:239 -msgid "staff status" -msgstr "privilegi di staff" +#: models.py:201 +msgid "last login" +msgstr "ultimo accesso" -#: models.py:240 -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 -msgid "active" -msgstr "attivo" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Stabilisce se l'utente debba essere considerato attivo. Deseleziona qui, " -"piuttosto che cancellare gli account." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "privilegi di superutente" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -249,15 +221,7 @@ 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 -msgid "date joined" -msgstr "iscritto in data" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -265,26 +229,71 @@ msgstr "" "I gruppi cui l'utente appartiene. Un utente otterrà tutte le autorizzazioni " "concesse a ciascuno dei suoi gruppi." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "privilegi utente" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nome utente" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Inserisci un nome utente valido." + +#: models.py:383 +msgid "first name" +msgstr "nome" + +#: models.py:384 +msgid "last name" +msgstr "cognome" + +#: models.py:385 +msgid "email address" +msgstr "indirizzo email" + +#: models.py:386 +msgid "staff status" +msgstr "privilegi di staff" + +#: 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:389 +msgid "active" +msgstr "attivo" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Stabilisce se l'utente debba essere considerato attivo. Deseleziona qui, " +"piuttosto che cancellare gli account." + +#: models.py:392 +msgid "date joined" +msgstr "iscritto in data" + +#: 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 1d0047c2ce..a8fb718317 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 609de123d8..2c5cd575a1 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 -msgid "A user with that username already exists." -msgstr "同じユーザ名が既に登録済みです。" +#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 +msgid "No password set." +msgstr "" -#: forms.py:63 forms.py:251 forms.py:308 +#: 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: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,163 +107,114 @@ 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 -msgid "username" -msgstr "ユーザ名" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"この項目は必須です。半角アルファベット、半角数字、次の記号 @/./+/-/_ で30文字" -"以下にしてください。" - -#: models.py:235 -msgid "first name" -msgstr "名" - -#: models.py:236 -msgid "last name" -msgstr "姓" - -#: models.py:237 -msgid "e-mail address" -msgstr "メールアドレス" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "パスワード" -#: models.py:239 -msgid "staff status" -msgstr "スタッフ権限" +#: models.py:201 +msgid "last login" +msgstr "最終ログイン" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "ユーザが管理サイトにログイン可能かどうかを示します。" - -#: models.py:242 -msgid "active" -msgstr "有効" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"ユーザがアクティブかどうかを示します。アカウントを消す代わりに選択を解除して" -"ください。" - -#: models.py:245 +#: models.py:298 msgid "superuser status" -msgstr "スーパーユーザ権限" +msgstr "スーパーユーザー権限" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "全ての権限を持っているとみなされます。" -#: models.py:248 -msgid "last login" -msgstr "最終ログイン" - -#: models.py:249 -msgid "date joined" -msgstr "登録日" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -262,26 +222,73 @@ msgstr "" "このユーザーが所属するグループ。ユーザーはグループのそれぞれに付与されている" "すべての権限を持ちます。" -#: models.py:255 +#: models.py:306 msgid "user permissions" -msgstr "ユーザパーミッション" +msgstr "ユーザーパーミッション" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "ユーザー名" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"この項目は必須です。半角アルファベット、半角数字、次の記号 @/./+/-/_ で30文字" +"以下にしてください。" + +#: 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 "ユーザ" +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 e76672632d..1aa832c43d 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 d6f5fdb985..6e00396f1b 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: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." @@ -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 26287a0c63..5d2fba3985 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 702966f811..6c220e9fd6 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: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 "Дұрыс 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 4b981d7e11..8b1aee541c 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 4e8c15c320..e72bb39546 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 -msgid "username" -msgstr "ឈ្មោះជាសមាជិក" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "នាម" - -#: models.py:236 -msgid "last name" -msgstr "គោត្តនាម" - -#: models.py:237 -msgid "e-mail address" -msgstr "អ៊ីមែល" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "ពាក្យសំងាត់" -#: models.py:239 -msgid "staff status" -msgstr "ស្ថានភាពបុគ្គលិក" +#: models.py:201 +msgid "last login" +msgstr "ការពិនិត្យចូលកន្លងមក" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "កំណត់អោយសមាជិកអាចចូលមកប្រើប្រាស់ទំព័រគ្រប់គ្រងនេះ។" - -#: models.py:242 -msgid "active" -msgstr "សកម្ម" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "ស្ថានភាពអ្នកគ្រងគ្រង" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "កំណត់អោយសមាជិកនេះមានសិទ្ធិទាំងអស់។" -#: models.py:248 -msgid "last login" -msgstr "ការពិនិត្យចូលកន្លងមក" - -#: models.py:249 -msgid "date joined" -msgstr "កាលបរិច្ឆេទចូលរួម" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "ការអនុញ្ញាតអោយសមាជិក" -#: models.py:260 +#: 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: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 55341e3f9d..75e28014a7 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 c753241a86..86fd031772 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,205 +30,177 @@ 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 -msgid "username" -msgstr "ಬಳಕೆದಾರ-ಹೆಸರು" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "ಮೊದಲ ಹೆಸರು" - -#: models.py:236 -msgid "last name" -msgstr "ಕೊನೆಯ ಹೆಸರು" - -#: models.py:237 -msgid "e-mail address" -msgstr "ವಿ-ಅಂಚೆ ವಿಳಾಸ" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "ಪ್ರವೇಶಪದ" -#: models.py:239 -msgid "staff status" -msgstr "ಸಿಬ್ಬಂದಿ ಸ್ಥಿತಿ" +#: models.py:201 +msgid "last login" +msgstr "ಕಡೇ ಸಾರಿ ಒಳಬಂದದ್ದು" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "ಬಲಕೆದಾರರು ಈ ಆಡಳಿತ ತಾಣಕ್ಕೆ ಪ್ರವೇಶಪಡೆಯಬಹುದೇ ಎಂಬುದನ್ನು ತಿಳಿಸುತ್ತದೆ." - -#: models.py:242 -msgid "active" -msgstr "ಸಕ್ರಿಯ" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "ಮಹಾಬಳಕೆದಾರನ ಸ್ಧಿತಿ" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -236,40 +208,75 @@ msgstr "" "ಈ ಸದಸ್ಯರು ಸುವ್ಯಕ್ತವಾಗಿ ನೀಡದಿದ್ದರೂ ಎಲ್ಲಾ ಅನುಮತಿಗಳನ್ನು ಪಡೆದಿರುವರು ಎಂಬುದನ್ನು " "ಸೂಚಿಸುತ್ತದೆ." -#: models.py:248 -msgid "last login" -msgstr "ಕಡೇ ಸಾರಿ ಒಳಬಂದದ್ದು" - -#: models.py:249 -msgid "date joined" -msgstr "ಸೇರಿದ ದಿನಾಂಕ" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "ಬಳಕೆದಾರ ಅನುಮತಿಗಳು" -#: models.py:260 +#: 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: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 47a7bbcb90..5fc73b7ef9 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 bf5d9beb5b..6723af9907 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: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." @@ -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 ddc88484be..49475620e9 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 98bc68886f..5bc32294fb 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,164 +114,117 @@ 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 -msgid "username" -msgstr "vartotojo vardas" - -#: models.py:233 -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 -msgid "first name" -msgstr "vardas" - -#: models.py:236 -msgid "last name" -msgstr "pavardė" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mailo adresas" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "slaptažodis" -#: models.py:239 -msgid "staff status" -msgstr "personalo statusas" +#: models.py:201 +msgid "last login" +msgstr "paskutinį kartą prisijungęs" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Nurodo ar vartotojas gali prisijungti prie administravimo puslapio." - -#: models.py:242 -msgid "active" -msgstr "aktyvus" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Nurodo ar vartotojas yra aktyvuotas. Užuot pašalinę vartotoją, galite nuimti " -"šią žymę." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "supervartotojo statusas" -#: models.py:246 +#: 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:248 -msgid "last login" -msgstr "paskutinį kartą prisijungęs" - -#: models.py:249 -msgid "date joined" -msgstr "data, kada prisijungė" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -266,26 +232,73 @@ msgstr "" "Grupės, kurioms šis vartotojas priklauso. Vartotojas gaus visas teises, " "kurios yra suteiktos jo grupėms." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "vartotojo leidimai" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "vartotojo vardas" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Įveskite teisingą vartotojo vardą." + +#: models.py:383 +msgid "first name" +msgstr "vardas" + +#: models.py:384 +msgid "last name" +msgstr "pavardė" + +#: models.py:385 +msgid "email address" +msgstr "El. pašto adresas" + +#: models.py:386 +msgid "staff status" +msgstr "personalo statusas" + +#: 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:389 +msgid "active" +msgstr "aktyvus" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Nurodo ar vartotojas yra aktyvuotas. Užuot pašalinę vartotoją, galite nuimti " +"šią žymę." + +#: models.py:392 +msgid "date joined" +msgstr "data, kada prisijungė" + +#: 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 a84588b1df..8fe3f5dbac 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 57b90defd3..8780912bd9 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 -msgid "username" -msgstr "lietotāja vārds" - -#: models.py:233 -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 -msgid "first name" -msgstr "vārds" - -#: models.py:236 -msgid "last name" -msgstr "uzvārds" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-pasta adrese" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "parole" -#: models.py:239 -msgid "staff status" -msgstr "personāla statuss" +#: models.py:201 +msgid "last login" +msgstr "pēdējoreiz pieslēdzies" -#: models.py:240 -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 -msgid "active" -msgstr "aktīvs" - -#: models.py:243 -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 +#: models.py:298 msgid "superuser status" msgstr "superlietotāja statuss" -#: models.py:246 +#: 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:248 -msgid "last login" -msgstr "pēdējoreiz pieslēdzies" - -#: models.py:249 -msgid "date joined" -msgstr "datums, kad pievienojies" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "lietotāja tiesības" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "lietotāja vārds" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "vārds" + +#: models.py:384 +msgid "last name" +msgstr "uzvārds" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "personāla statuss" + +#: 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:389 +msgid "active" +msgstr "aktīvs" + +#: 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:392 +msgid "date joined" +msgstr "datums, kad pievienojies" + +#: 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 7b0de9ab55..e12300cb9e 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 6d01ba4c8f..a467919f66 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,151 +105,109 @@ 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 -msgid "username" -msgstr "корисничко име" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Задолжително. 30 или помалку знаци. Букви, бројки и @/./+/-/_ знаци" - -#: models.py:235 -msgid "first name" -msgstr "име" - -#: models.py:236 -msgid "last name" -msgstr "презиме" - -#: models.py:237 -msgid "e-mail address" -msgstr "е-пошта" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "лозинка" -#: models.py:239 -msgid "staff status" -msgstr "статус на администраторите" +#: models.py:201 +msgid "last login" +msgstr "последна најава" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" -"Означува дали корисникот може да се логира во сајтот за администрација." - -#: models.py:242 -msgid "active" -msgstr "активен" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Означува дали корисникот треба да биде активен. Одштиклирајте го ова наместо " -"да бришете корисници." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "статус на суперкорисник" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -250,15 +215,7 @@ msgstr "" "Означува дека овој корисник ги има сите привилегии без експлицитно да се " "доделуваат сите." -#: models.py:248 -msgid "last login" -msgstr "последна најава" - -#: models.py:249 -msgid "date joined" -msgstr "датум на зачленување" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -266,26 +223,72 @@ msgstr "" "Групите на кои овој корисник припаѓа. Корисникот ќе ги добие сите привилегии " "доделени на секоја од неговите / нејзините групи." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "кориснички привилегии" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "корисничко име" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "Задолжително. 30 или помалку знаци. Букви, бројки и @/./+/-/_ знаци" + +#: 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: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 3d0b986715..9ab6273043 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 3e861a5e4a..cf3c60de6e 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: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 "ഈ യൂസര്‍ക്ക് ഈ അഡ്മിന് സൈറ്റിലേക്ക് പ്രവേശിക്കാമോ എന്നു വ്യക്തമാക്കാന്‍" +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 48110d2044..c9be474d50 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 6c81782244..55ad0a283f 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,165 +108,117 @@ 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 -msgid "username" -msgstr "хэрэглэгчийн нэр" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Заавал. 30 болон түүнээс бага тэмдэгт. Үсэг, тоо болон @/./+/-/_ тэмдэгтүүд " -"ашиглана уу." - -#: models.py:235 -msgid "first name" -msgstr "нэр" - -#: models.py:236 -msgid "last name" -msgstr "овог" - -#: models.py:237 -msgid "e-mail address" -msgstr "цахим шуудангийн хаяг" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "нууц үг" -#: models.py:239 -msgid "staff status" -msgstr "Хэрэглэгчдийн төлөв" +#: models.py:201 +msgid "last login" +msgstr "сүүлд нэвтэрсэн" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" -"Уг удирдлагын сайт руу хэрэглэгч нэвтрэх боломжтой эсэхийг тодорхойлно." - -#: models.py:242 -msgid "active" -msgstr "идэвхтэй" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Энэ хэрэглэгчийг идэвхтэй болгох эсэхийг тодорхойлно. Бүртгэлийг нь устгахын " -"оронд сонгохгүй байхад л хангалттай." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "Удирдлагын төлөв" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "Энэ хэрэглэгчид бүх зөвшөөрөл байгааг ил тод харуулалгүй тодорхойлно. " -#: models.py:248 -msgid "last login" -msgstr "сүүлд нэвтэрсэн" - -#: models.py:249 -msgid "date joined" -msgstr "бүртгүүлсэн огноо" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -265,26 +226,74 @@ msgstr "" "Бүлэгүүд энэ хэрэглэгчийнхээс тусдаа. Хэрэглэгчид нь сонгосон бүлэгт " "олгогдсон бүх эрх зөвшөөрөгдөх болно." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "хэрэглэгчийн эрхүүд" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "хэрэглэгчийн нэр" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Заавал. 30 болон түүнээс бага тэмдэгт. Үсэг, тоо болон @/./+/-/_ тэмдэгтүүд " +"ашиглана уу." + +#: 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: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 225e5c53ae..0ac115ffaf 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 94d0bef6ce..33afd5047c 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,163 +107,119 @@ 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 -msgid "username" -msgstr "brukernavn" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Påkrevet. 30 tegn eller færre. Bokstaver, tall og @/./+/-/_." - -#: models.py:235 -msgid "first name" -msgstr "fornavn" - -#: models.py:236 -msgid "last name" -msgstr "etternavn" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-postadresse" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "passord" -#: models.py:239 -msgid "staff status" -msgstr "administrasjonsstatus" +#: models.py:201 +msgid "last login" +msgstr "siste innlogging" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Angir at brukeren kan logge inn på denne administrasjonssiden." - -#: models.py:242 -msgid "active" -msgstr "aktiv" - -#: models.py:243 -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 +#: models.py:298 msgid "superuser status" msgstr "superbruker" -#: models.py:246 +#: 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:248 -msgid "last login" -msgstr "siste innlogging" - -#: models.py:249 -msgid "date joined" -msgstr "registrert" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -262,26 +227,70 @@ msgstr "" "Gruppene denne brukeren er tilknyttet. En bruker vil ha alle rettigheter " "tilhørende gruppene han/hun er medlem av." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "Brukerrettigheter" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "brukernavn" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Oppgi et gyldig brukernavn" + +#: models.py:383 +msgid "first name" +msgstr "fornavn" + +#: models.py:384 +msgid "last name" +msgstr "etternavn" + +#: models.py:385 +msgid "email address" +msgstr "e-postadresse" + +#: models.py:386 +msgid "staff status" +msgstr "administrasjonsstatus" + +#: 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:389 +msgid "active" +msgstr "aktiv" + +#: 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:392 +msgid "date joined" +msgstr "registrert" + +#: 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 dbe00a573b..be24a84396 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 5a0419cf8c..382748f7c0 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" -msgstr "" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "नाम" - -#: models.py:236 -msgid "last name" -msgstr "थर" - -#: models.py:237 -msgid "e-mail address" -msgstr "ई-मेल ठेगाना" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "पासवर्ड" -#: models.py:239 -msgid "staff status" +#: models.py:201 +msgid "last login" msgstr "" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:242 -msgid "active" -msgstr "" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" -#: models.py:248 -msgid "last login" -msgstr "" - -#: models.py:249 -msgid "date joined" -msgstr "दर्ता भएको मिति" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "" -#: models.py:260 +#: 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 "" +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 9539861339..43113bba64 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 c37ee8e515..ec41e51941 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,150 +111,114 @@ 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 -msgid "username" -msgstr "gebruikersnaam" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Vereist. 30 tekens of minder. Letters, cijfers en /./+/-/_ tekens." - -#: models.py:235 -msgid "first name" -msgstr "voornaam" - -#: models.py:236 -msgid "last name" -msgstr "achternaam" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mailadres" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "wachtwoord" -#: models.py:239 -msgid "staff status" -msgstr "stafstatus" +#: models.py:201 +msgid "last login" +msgstr "laatste inlog" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Bepaalt of de gebruiker kan inloggen op deze beheersite." - -#: models.py:242 -msgid "active" -msgstr "actief" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -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 +#: models.py:298 msgid "superuser status" msgstr "supergebruikerstatus" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -252,15 +226,7 @@ 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 -msgid "date joined" -msgstr "datum toegetreden" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -268,26 +234,71 @@ msgstr "" "De groepen waar deze gebruiker toe behoord. Een gebruiker zal alle rechten " "krijgen van zijn/haar groepen." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "gebruikersrechten" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "gebruikersnaam" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Vul een geldige gebruikersnaam in." + +#: models.py:383 +msgid "first name" +msgstr "voornaam" + +#: models.py:384 +msgid "last name" +msgstr "achternaam" + +#: models.py:385 +msgid "email address" +msgstr "emailadres" + +#: models.py:386 +msgid "staff status" +msgstr "stafstatus" + +#: 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:389 +msgid "active" +msgstr "actief" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Bepaalt of deze gebruiker als actief dient te worden behandeld. U kunt dit " +"uitvinken in plaats van een gebruiker te verwijderen." + +#: models.py:392 +msgid "date joined" +msgstr "datum toegetreden" + +#: 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 b2ab918409..c942a032aa 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 bbe6cf8a0b..3c28fc6a0d 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:385 +msgid "email address" +msgstr "" -#: 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 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 3a4b3ae3ae..62f9cce4d6 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 a4511de2cd..60672ab5bc 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 -msgid "username" -msgstr "ਯੂਜ਼ਰ ਨਾਂ" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "ਲਾਜ਼ਮੀ। ੩੦ ਜਾਂ ਘੱਟ ਅੱਖਰ ਚਾਹੀਦੇ ਹਨ। ਅੱਖਰ, ਅੰਕ @//+/-/_ ਹੀ।" - -#: models.py:235 -msgid "first name" -msgstr "ਪਹਿਲਾਂ ਨਾਂ" - -#: models.py:236 -msgid "last name" -msgstr "ਆਖਰੀ ਨਾਂ" - -#: models.py:237 -msgid "e-mail address" -msgstr "ਈਮੇਲ ਐਡਰੈੱਸ" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "ਪਾਸਵਰਡ" -#: models.py:239 -msgid "staff status" -msgstr "ਸਟਾਫ ਹਾਲਤ" +#: models.py:201 +msgid "last login" +msgstr "ਆਖਰੀ ਲਾਗਇਨ" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:242 -msgid "active" -msgstr "ਸਰਗਰਮ" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "ਸੁਪਰਯੂਜ਼ਰ ਹਾਲਤ" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" -#: models.py:248 -msgid "last login" -msgstr "ਆਖਰੀ ਲਾਗਇਨ" - -#: models.py:249 -msgid "date joined" -msgstr "ਜੁਆਇੰਨ ਕਰਨ ਦੀ ਮਿਤੀ" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "ਯੂਜ਼ਰ ਅਧਿਕਾਰ" -#: models.py:260 +#: 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: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 d2e28b782e..1dac92ca33 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 f5204b98bc..e086b2ec05 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,149 +107,108 @@ 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 -msgid "username" -msgstr "użytkownik" - -#: models.py:233 -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 -msgid "first name" -msgstr "imię" - -#: models.py:236 -msgid "last name" -msgstr "nazwisko" - -#: models.py:237 -msgid "e-mail address" -msgstr "adres e-mail" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "hasło" -#: models.py:239 -msgid "staff status" -msgstr "w zespole" +#: models.py:201 +msgid "last login" +msgstr "ostatnio zalogowany" -#: models.py:240 -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 -msgid "active" -msgstr "aktywny" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Oznacza czy użytkownika należy uważać za aktywnego. Odznacz to, zamiast " -"usuwać konta." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "status administratora" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -250,15 +216,7 @@ 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 -msgid "date joined" -msgstr "data przyłączenia" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -266,26 +224,71 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "uprawnienia użytkownika" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "użytkownik" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "imię" + +#: models.py:384 +msgid "last name" +msgstr "nazwisko" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "w zespole" + +#: 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:389 +msgid "active" +msgstr "aktywny" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Oznacza czy użytkownika należy uważać za aktywnego. Odznacz to, zamiast " +"usuwać konta." + +#: models.py:392 +msgid "date joined" +msgstr "data przyłączenia" + +#: 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 bb926371df..27a233e6c7 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 28841d7e32..54e616c5c6 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,151 +106,114 @@ 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 -msgid "username" -msgstr "utilizador" - -#: models.py:233 -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 -msgid "first name" -msgstr "primeiro nome" - -#: models.py:236 -msgid "last name" -msgstr "último nome" - -#: models.py:237 -msgid "e-mail address" -msgstr "endereço de e-mail" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "palavra-passe" -#: models.py:239 -msgid "staff status" -msgstr "status de equipa" +#: models.py:201 +msgid "last login" +msgstr "última entrada" -#: models.py:240 -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 -msgid "active" -msgstr "ativo" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Defina se este utilizador deva ser tratado como ativo. Não selecione em vez " -"de remover as contas." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "Status de superuser" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -247,41 +221,82 @@ 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 -msgid "date joined" -msgstr "data de registo" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "permissões do utilizador" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "utilizador" + +#: 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: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:384 +msgid "last name" +msgstr "último nome" + +#: models.py:385 +msgid "email address" +msgstr "endereço de email" + +#: models.py:386 +msgid "staff status" +msgstr "status de equipa" + +#: 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:389 +msgid "active" +msgstr "ativo" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Defina se este utilizador deva ser tratado como ativo. Não selecione em vez " +"de remover as contas." + +#: models.py:392 +msgid "date joined" +msgstr "data de registo" + +#: 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 e6fac83eb9..e877557877 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 ba8ad0dabb..7096c1a2a1 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,153 +110,113 @@ 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 -msgid "username" -msgstr "usuário" - -#: models.py:233 -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 -msgid "first name" -msgstr "primeiro nome" - -#: models.py:236 -msgid "last name" -msgstr "último nome" - -#: models.py:237 -msgid "e-mail address" -msgstr "endereço de e-mail" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "senha" -#: models.py:239 -msgid "staff status" -msgstr "membro da equipe" +#: models.py:201 +msgid "last login" +msgstr "último login" -#: models.py:240 -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 -msgid "active" -msgstr "ativo" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Indica que o usuário será tratado como ativo. Ao invés de excluir contas de " -"usuário, desmarque isso." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "status de superusuário" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -254,15 +224,7 @@ 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 -msgid "date joined" -msgstr "data de registro" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -270,26 +232,73 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "permissões do usuário" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "usuário" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Informe um usuário válido." + +#: models.py:383 +msgid "first name" +msgstr "primeiro nome" + +#: models.py:384 +msgid "last name" +msgstr "último nome" + +#: models.py:385 +msgid "email address" +msgstr "endereço de email" + +#: models.py:386 +msgid "staff status" +msgstr "membro da equipe" + +#: 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:389 +msgid "active" +msgstr "ativo" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica que o usuário será tratado como ativo. Ao invés de excluir contas de " +"usuário, desmarque isso." + +#: models.py:392 +msgid "date joined" +msgstr "data de registro" + +#: 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 6ebc82279c..27fe84056f 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 1f0496dcba..7c644d8e7c 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,151 +105,108 @@ 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 -msgid "username" -msgstr "nume utilizator" - -#: models.py:233 -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 -msgid "first name" -msgstr "Prenume" - -#: models.py:236 -msgid "last name" -msgstr "Nume" - -#: models.py:237 -msgid "e-mail address" -msgstr "adresă email" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "parolă" -#: models.py:239 -msgid "staff status" -msgstr "stare autorizare" +#: models.py:201 +msgid "last login" +msgstr "ultima autentificare" -#: models.py:240 -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 -msgid "active" -msgstr "activ" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Marchează dacă acest utilizator trebuie tratat ca activ sau nu. Deselectați " -"în loc de a șterge conturi." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "stare superutilizator" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -250,40 +214,81 @@ 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 -msgid "date joined" -msgstr "data înscrierii" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "permisiuni utilizator" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "nume utilizator" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "Prenume" + +#: models.py:384 +msgid "last name" +msgstr "Nume" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "stare autorizare" + +#: 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:389 +msgid "active" +msgstr "activ" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Marchează dacă acest utilizator trebuie tratat ca activ sau nu. Deselectați " +"în loc de a șterge conturi." + +#: models.py:392 +msgid "date joined" +msgstr "data înscrierii" + +#: 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 adcb2ed84f..ce355dc742 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 9fbca0a277..40af902c19 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,180 +93,133 @@ 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 -msgid "username" -msgstr "имя пользователя" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Обязательное поле. Введите 30 символов или менее. Используйте только буквы, " -"цифры и знаки из набора @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "имя" - -#: models.py:236 -msgid "last name" -msgstr "фамилия" - -#: models.py:237 -msgid "e-mail address" -msgstr "адрес электронной почты" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "пароль" -#: models.py:239 -msgid "staff status" -msgstr "статус персонала" +#: models.py:201 +msgid "last login" +msgstr "последний вход" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" -"Отметьте, если пользователь может входить в административную часть сайта." - -#: models.py:242 -msgid "active" -msgstr "активный" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Отметьте, если пользователь должен считаться активным. Уберите эту отметку " -"вместо удаления аккаунта." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "статус суперпользователя" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "Указывает, что пользователь имеет все права без явного их назначения." -#: models.py:248 -msgid "last login" -msgstr "последний вход" - -#: models.py:249 -msgid "date joined" -msgstr "дата регистрации" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -266,26 +227,74 @@ msgstr "" "Группы, к которым принадлежит пользователь. Пользователь будет иметь все " "права, указанные в каждой его/её группе." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "права пользователя" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "имя пользователя" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Обязательное поле. Введите 30 символов или менее. Используйте только буквы, " +"цифры и знаки из набора @/./+/-/_" + +#: 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: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 6182992b80..acdc19fc5b 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 993ccfcf13..326b9e1118 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,211 +32,186 @@ 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 -msgid "username" -msgstr "používateľské meno" - -#: models.py:233 -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 -msgid "first name" -msgstr "krstné meno" - -#: models.py:236 -msgid "last name" -msgstr "priezvisko" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mailová adresa" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "heslo" -#: models.py:239 -msgid "staff status" -msgstr "postavenie zamestnanca" +#: models.py:201 +msgid "last login" +msgstr "naposledy prihlásený" -#: models.py:240 -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 -msgid "active" -msgstr "aktívny" - -#: models.py:243 -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 +#: models.py:298 msgid "superuser status" msgstr "status superpoužívateľa" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -242,40 +219,79 @@ 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 -msgid "date joined" -msgstr "dátum registrácie" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "používateľské oprávnenia" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "používateľské meno" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Zadajte platné užívateľské meno." + +#: models.py:383 +msgid "first name" +msgstr "krstné meno" + +#: models.py:384 +msgid "last name" +msgstr "priezvisko" + +#: models.py:385 +msgid "email address" +msgstr "e-mailová adresa" + +#: models.py:386 +msgid "staff status" +msgstr "postavenie zamestnanca" + +#: 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:389 +msgid "active" +msgstr "aktívny" + +#: 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:392 +msgid "date joined" +msgstr "dátum registrácie" + +#: 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 522b2f8129..daf283aa93 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 55507e5ae9..a420a751ba 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 -msgid "username" -msgstr "uporabniško ime" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Zahtevano. 30 znakov ali manj. Samo alfanumerični znaki in kateri znak izmed " -"@/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "ime" - -#: models.py:236 -msgid "last name" -msgstr "priimek" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail naslov" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "geslo" -#: models.py:239 -msgid "staff status" -msgstr "status osebja" - -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Določi, če se sme uporabnik prijaviti v to administracijsko stran." - -#: models.py:242 -msgid "active" -msgstr "aktiven" - -#: models.py:243 -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." - -#: models.py:248 +#: models.py:201 msgid "last login" msgstr "zadnja prijava" -#: models.py:249 -msgid "date joined" -msgstr "registriran od" +#: models.py:298 +msgid "superuser status" +msgstr "stanje skrbnika" -#: models.py:251 +#: 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 vse pravice, " -"povezane z vsako skupino." +"Skupine, katerih član je ta uporabnik. Uporabnik pridobi vsa dovoljenja, " +"povezana s to skupino." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "uporabniška dovoljenja" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "uporabniško ime" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Polje je obvezno. Vpisanih mora biti do 30 znakov, ti pa so lahko črke, " +"številke in znaki @/./+/-/_." + +#: models.py:381 +msgid "Enter a valid username." +msgstr "Vnesite veljavno uporabniško ime." + +#: models.py:383 +msgid "first name" +msgstr "ime" + +#: models.py:384 +msgid "last name" +msgstr "priimek" + +#: models.py:385 +msgid "email address" +msgstr "elektronski naslov" + +#: models.py:386 +msgid "staff status" +msgstr "stanje osebja" + +#: models.py:387 +msgid "Designates whether the user can log into this admin site." +msgstr "Določi, ali se sme uporabnik prijaviti kot skrbnik." + +#: models.py:389 +msgid "active" +msgstr "dejaven" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Določi, ali je uporabnik dejaven. Možnost je priročna in preprečuje brisanje " +"računov." + +#: models.py:392 +msgid "date joined" +msgstr "vpisan od" + +#: 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 f7d1abacfe..04bd5ff232 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 9248543866..60db57590d 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 8f00079553..ec971cc7ed 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 8ff0d7cf77..62b509298a 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,165 +106,115 @@ 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 -msgid "username" -msgstr "корисничко име" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Неопходно. Највише 30 словних места. Само алфанумерички знаци (слова, бројке " -"и @/./+/-/_)." - -#: models.py:235 -msgid "first name" -msgstr "име" - -#: models.py:236 -msgid "last name" -msgstr "презиме" - -#: models.py:237 -msgid "e-mail address" -msgstr "имејл адреса" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "лозинка" -#: models.py:239 -msgid "staff status" -msgstr "статус члана посаде" +#: models.py:201 +msgid "last login" +msgstr "последња пријава" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" -"Означава да ли корисник може да се пријави на овај сајт за администрацију." - -#: models.py:242 -msgid "active" -msgstr "активан" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Означава да ли се корисник сматра активним. Деселектујте ово уместо да " -"бришете налог." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "статус администратора" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" "Означава да ли корисник има све дозволе без додељивања појединачних дозвола." -#: models.py:248 -msgid "last login" -msgstr "последња пријава" - -#: models.py:249 -msgid "date joined" -msgstr "датум регистрације" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -265,26 +222,74 @@ msgstr "" "Групе којима корисник припада. Корисник ће добити све дозволе група у којим " "се налази." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "корисничке дозволе" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "корисничко име" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Неопходно. Највише 30 словних места. Само алфанумерички знаци (слова, бројке " +"и @/./+/-/_)." + +#: 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: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 7daf326c40..a81c96ce23 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 6122d8a565..858cf700be 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,150 +106,108 @@ 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 -msgid "username" -msgstr "korisničko ime" - -#: models.py:233 -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 -msgid "first name" -msgstr "ime" - -#: models.py:236 -msgid "last name" -msgstr "prezime" - -#: models.py:237 -msgid "e-mail address" -msgstr "imejl adresa" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "lozinka" -#: models.py:239 -msgid "staff status" -msgstr "status člana posade" +#: models.py:201 +msgid "last login" +msgstr "poslednja prijava" -#: models.py:240 -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 -msgid "active" -msgstr "aktivan" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Označava da li se korisnik smatra aktivnim. Deselektujte ovo umesto da " -"brišete nalog." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "status administratora" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -250,15 +215,7 @@ 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 -msgid "date joined" -msgstr "datum registracije" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -266,26 +223,74 @@ msgstr "" "Grupe kojima korisnik pripada. Korisnik će dobiti sve dozvole grupa u kojim " "se nalazi." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "korisničke dozvole" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "korisničko ime" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "ime" + +#: models.py:384 +msgid "last name" +msgstr "prezime" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "status člana posade" + +#: 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:389 +msgid "active" +msgstr "aktivan" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Označava da li se korisnik smatra aktivnim. Deselektujte ovo umesto da " +"brišete nalog." + +#: models.py:392 +msgid "date joined" +msgstr "datum registracije" + +#: 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 2f02ca3b39..6ad75e0595 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 a3ec335b8f..693b5820a4 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,147 +111,110 @@ 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 -msgid "username" -msgstr "användarnamn" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Obligatorisk. 30 tecken eller färre. Bokstäver, siffror och @/./+/-/_." - -#: models.py:235 -msgid "first name" -msgstr "förnamn" - -#: models.py:236 -msgid "last name" -msgstr "efternamn" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-postadress" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "lösenord" -#: models.py:239 -msgid "staff status" -msgstr "personalstatus" +#: models.py:201 +msgid "last login" +msgstr "senaste inloggning" -#: models.py:240 -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 -msgid "active" -msgstr "aktiv" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Anger om användaren skall betraktas som aktiv. Avmarkera detta istället för " -"att ta bort konton." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "superanvändare" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -248,15 +222,7 @@ 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 -msgid "date joined" -msgstr "registreringsdatum" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -264,26 +230,71 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "användarättigheter" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "användarnamn" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Ange ett giltigt användarnamn." + +#: models.py:383 +msgid "first name" +msgstr "förnamn" + +#: models.py:384 +msgid "last name" +msgstr "efternamn" + +#: models.py:385 +msgid "email address" +msgstr "e-postaddress" + +#: models.py:386 +msgid "staff status" +msgstr "personalstatus" + +#: 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:389 +msgid "active" +msgstr "aktiv" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Anger om användaren skall betraktas som aktiv. Avmarkera detta istället för " +"att ta bort konton." + +#: models.py:392 +msgid "date joined" +msgstr "registreringsdatum" + +#: 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 3e90250144..a95069c50c 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 86c32b6cd2..2e7d604ba0 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 -msgid "username" -msgstr "jina la mtumiaji" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "jina la kwanza" - -#: models.py:236 -msgid "last name" -msgstr "jina la mwisho" - -#: models.py:237 -msgid "e-mail address" -msgstr "anuani ya baruapepe" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "nenosiri" -#: models.py:239 -msgid "staff status" -msgstr "" - -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:242 -msgid "active" -msgstr "" - -#: models.py:243 -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 +#: models.py:201 msgid "last login" msgstr "kuingia kwa mara ya mwisho" -#: models.py:249 -msgid "date joined" -msgstr "tarehe ya kujiunga" +#: models.py:298 +msgid "superuser status" +msgstr "hadhi ya mtumiaji wa juu" -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "ruhusa za mtumiaji" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "jina la mtumiaji" + +#: 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:383 +msgid "first name" +msgstr "jina la kwanza" + +#: models.py:384 +msgid "last name" +msgstr "jina la mwisho" + +#: models.py:385 +msgid "email address" +msgstr "anuani ya barua pepe" + +#: models.py:386 +msgid "staff status" +msgstr "hadhi ya utawala" + +#: models.py:387 +msgid "Designates whether the user can log into this admin site." +msgstr "Teua kama mtumiaji anaweza kuingia katika tovuti ya utawala." + +#: models.py:389 +msgid "active" +msgstr "hai" + +#: 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 "tarehe ya kujiunga" + +#: 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 398dd6f1f6..eede2ed4fd 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 a2f48ebebd..bdd334cc87 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 -msgid "username" -msgstr "பயனர் பெயர்" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "முதல் பெயர்" - -#: models.py:236 -msgid "last name" -msgstr "கடைசி பெயர்" - -#: models.py:237 -msgid "e-mail address" -msgstr "மின்னஞ்சல் முகவரி" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "கடவுச்சொல்" -#: models.py:239 -msgid "staff status" -msgstr "பணியாளர் நிலை" +#: models.py:201 +msgid "last login" +msgstr "கடைசி உள்நுழைவு" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "பயனர், 'மேலாளலர்' பக்கத்தில் நுழைவதை முடிவு செய்கிறது" - -#: models.py:242 -msgid "active" -msgstr "செயல்படும்" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "மேலாளர் இருப்பு நிலை" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "இந்த பயனருக்கு எல்லா அங்கீகாரங்களும் வழங்கப்படவில்லை." -#: models.py:248 -msgid "last login" -msgstr "கடைசி உள்நுழைவு" - -#: models.py:249 -msgid "date joined" -msgstr "சேர்ந்த தேதி" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "பயனர் அனுமதிகள்" -#: models.py:260 +#: 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: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 bb99e5d0d3..676d25c92c 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 191e2ca967..ab62545bb4 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 -msgid "username" -msgstr "వాడుకరిపేరు" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "మొదటి పేరు" - -#: models.py:236 -msgid "last name" -msgstr "ఇంటి పేరు" - -#: models.py:237 -msgid "e-mail address" -msgstr "ఇటపా" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "సంకేతపదం" -#: models.py:239 -msgid "staff status" -msgstr "ఉద్యోగస్తుల స్థితి" +#: models.py:201 +msgid "last login" +msgstr "చివరి ప్రవేశం" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:242 -msgid "active" -msgstr "క్రియాశీలం" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" -#: models.py:248 -msgid "last login" -msgstr "చివరి ప్రవేశం" - -#: models.py:249 -msgid "date joined" -msgstr "చేరిన తేదీ" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "వాడుకరి అనుమతులు" -#: models.py:260 +#: 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: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 878bb3a1f6..add4633438 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 c17722eae3..20762270b1 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 -msgid "username" -msgstr "ชื่อผู้ใช้" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "จำเป็น ต้องการไม่เกิน 30 ตัวอักษร ต้องเป็นตัวอักษรตัวเลขและตัวอักษร @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "ชื่อ" - -#: models.py:236 -msgid "last name" -msgstr "นามสกุล" - -#: models.py:237 -msgid "e-mail address" -msgstr "อีเมล" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "รหัสผ่าน" -#: models.py:239 -msgid "staff status" -msgstr "สถานะของพนักงาน" +#: models.py:201 +msgid "last login" +msgstr "เข้าสู่ระบบครั้งสุดท้าย" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "กำหนดผู้ที่จะเข้ามาใช้งานในส่วนของผู้ดูแลระบบ" - -#: models.py:242 -msgid "active" -msgstr "ใช้งานได้" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "กำหนดให้ผู้ใช้มีสถานะที่สามารถเข้ามาใช้งานได้ เลือกออกแทนที่จะลบชื่อผู้ใช้ทิ้งไป " - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "สถานะผู้ใช้พิเศษ" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "กำหนดสิทธิ์ทุกอย่างให้ผู้ใช้ โดยไม่ต้องการมอบหมายอย่างเป็นทางการ" -#: models.py:248 -msgid "last login" -msgstr "เข้าสู่ระบบครั้งสุดท้าย" - -#: models.py:249 -msgid "date joined" -msgstr "วันที่เข้าร่วม" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "สิทธิ์ของผู้ใช้" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "ชื่อผู้ใช้" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "จำเป็น ต้องการไม่เกิน 30 ตัวอักษร ต้องเป็นตัวอักษรตัวเลขและตัวอักษร @/./+/-/_" + +#: 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: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 073d58abcd..16b852335a 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 93da0a30bf..833f0e35ee 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,149 +112,112 @@ 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 -msgid "username" -msgstr "kullanıcı adı" - -#: models.py:233 -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 -msgid "first name" -msgstr "isim" - -#: models.py:236 -msgid "last name" -msgstr "soyisim" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-posta adresi" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "şifre" -#: models.py:239 -msgid "staff status" -msgstr "yönetici" +#: models.py:201 +msgid "last login" +msgstr "son ziyaret" -#: models.py:240 -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 -msgid "active" -msgstr "aktif" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -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 +#: models.py:298 msgid "superuser status" msgstr "süper kullanıcı" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." @@ -251,15 +225,7 @@ 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 -msgid "date joined" -msgstr "kayıt tarihi" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -267,26 +233,73 @@ 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 +#: models.py:306 msgid "user permissions" msgstr "kullanıcı izinleri" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "kullanıcı adı" + +#: 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:381 +msgid "Enter a valid username." +msgstr "Geçerli bir kullanıcı adı giriniz." + +#: models.py:383 +msgid "first name" +msgstr "isim" + +#: models.py:384 +msgid "last name" +msgstr "soyisim" + +#: models.py:385 +msgid "email address" +msgstr "eposta adresi" + +#: models.py:386 +msgid "staff status" +msgstr "yönetici" + +#: 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:389 +msgid "active" +msgstr "aktif" + +#: models.py:390 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Kullanıcının aktif olup olmadığını belirler. Kullanıcı hesabını silmek " +"yerine bu işareti kaldırın." + +#: models.py:392 +msgid "date joined" +msgstr "kayıt tarihi" + +#: 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 9f329d07c8..882ada9f20 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 27d0cadeb5..6019669461 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" -msgstr "" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "" - -#: models.py:236 -msgid "last name" -msgstr "" - -#: models.py:237 -msgid "e-mail address" -msgstr "" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "" -#: models.py:239 -msgid "staff status" +#: models.py:201 +msgid "last login" msgstr "" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:242 -msgid "active" -msgstr "" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" -#: models.py:248 -msgid "last login" -msgstr "" - -#: models.py:249 -msgid "date joined" -msgstr "" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "" -#: models.py:260 +#: 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: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 95eec4e9a8..1ca3c6a129 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 b9cd9e42ec..07cc0995c0 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,167 +112,119 @@ 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 -msgid "username" -msgstr "ім'я користувача" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -" \n" -"Обов'язкове поле. 30 або менше символів. Тільки букви, цифри, а також " -"символи: @/./+/-/_" - -#: models.py:235 -msgid "first name" -msgstr "ім'я" - -#: models.py:236 -msgid "last name" -msgstr "прізвище" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail адреса" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "пароль" -#: models.py:239 -msgid "staff status" -msgstr "статус персоналу" +#: models.py:201 +msgid "last login" +msgstr "останній вхід" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "Визначає, чи може користувач увійти до цього сайту адміністрування." - -#: models.py:242 -msgid "active" -msgstr "активний" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" -"Визначає, чи можна цього користувача вважати діючим. Заберіть галочку, " -"замість відалення запису користувача." - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "статус суперкористувача" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "Визначає, що цей користувач має всі дозволи без їх точного зазначення." -#: models.py:248 -msgid "last login" -msgstr "останній вхід" - -#: models.py:249 -msgid "date joined" -msgstr "дата приєднання" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." @@ -270,26 +232,74 @@ msgstr "" "Групи, до котрих належить користувач. Користувач отримає всі дозволи, що " "вказані в кожній з його/її груп." -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "дозволи користувача" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "ім'я користувача" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +" \n" +"Обов'язкове поле. 30 або менше символів. Тільки букви, цифри, а також " +"символи: @/./+/-/_" + +#: 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 "email адреса" + +#: 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: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 fb3f0b5f1a..0d24cbb920 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 90c82aaf70..c346bffa16 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" -msgstr "" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" - -#: models.py:235 -msgid "first name" -msgstr "" - -#: models.py:236 -msgid "last name" -msgstr "" - -#: models.py:237 -msgid "e-mail address" -msgstr "" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "" -#: models.py:239 -msgid "staff status" +#: models.py:201 +msgid "last login" msgstr "" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "" - -#: models.py:242 -msgid "active" -msgstr "" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" -#: models.py:248 -msgid "last login" -msgstr "" - -#: models.py:249 -msgid "date joined" -msgstr "" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "" -#: models.py:260 +#: 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: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 1114ec8e94..e5268ce6cc 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 52b8e1b3a2..b5f71e7a74 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 -msgid "username" -msgstr "Tên đăng nhập" - -#: models.py:233 -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 -msgid "first name" -msgstr "Tên" - -#: models.py:236 -msgid "last name" -msgstr "Họ" - -#: models.py:237 -msgid "e-mail address" -msgstr "Địa chỉ email" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "Mật khẩu" -#: models.py:239 -msgid "staff status" -msgstr "tình trạng nhân viên" +#: models.py:201 +msgid "last login" +msgstr "Lần cuối đăng nhập" -#: models.py:240 -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 -msgid "active" -msgstr "Kích hoạt" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "" -#: models.py:246 +#: models.py:299 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 -msgid "date joined" -msgstr "Ngày tham gia" - -#: models.py:251 +#: 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:255 +#: models.py:306 msgid "user permissions" msgstr "quyền của người sử dụng" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "Tên đăng nhập" + +#: 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:381 +msgid "Enter a valid username." +msgstr "" + +#: models.py:383 +msgid "first name" +msgstr "Tên" + +#: models.py:384 +msgid "last name" +msgstr "Họ" + +#: models.py:385 +msgid "email address" +msgstr "" + +#: models.py:386 +msgid "staff status" +msgstr "tình trạng nhân viên" + +#: 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:389 +msgid "active" +msgstr "Kích hoạt" + +#: 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 "Ngày tham gia" + +#: 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 9cbb40d4c6..01ff558d07 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 52b3422324..ea366f60e8 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 -msgid "username" -msgstr "用户名" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "必填。不多于30个字符。只能用字母、数字和字符 @/./+/-/_ 。" - -#: models.py:235 -msgid "first name" -msgstr "名字" - -#: models.py:236 -msgid "last name" -msgstr "姓氏" - -#: models.py:237 -msgid "e-mail address" -msgstr "e-mail 地址" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "密码" -#: models.py:239 -msgid "staff status" -msgstr "职员状态" +#: models.py:201 +msgid "last login" +msgstr "上次登录" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "指明用户是否可以登录到这个管理站点。" - -#: models.py:242 -msgid "active" -msgstr "有效" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "指明用户是否被认为活跃的。以反选代替删除帐号。" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "超级用户状态" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "指明该用户缺省拥有所有权限。" -#: models.py:248 -msgid "last login" -msgstr "上次登录" - -#: models.py:249 -msgid "date joined" -msgstr "加入日期" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." -msgstr "" +msgstr "这个用户所属的组。一个用户将得到他/她所在的每一个组的所有权限。" -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "用户权限" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "用户名" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "必填。不多于30个字符。只能用字母、数字和字符 @/./+/-/_ 。" + +#: 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: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 1eda1f9e92..655b415f8a 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 b69d16e111..00f21a0d37 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: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 "密碼" -#: 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 -msgid "username" -msgstr "使用者名稱" - -#: models.py:233 -msgid "" -"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "必要的。30 個字或更少, 只包含字母、數字和 @/./+/-/_。" - -#: models.py:235 -msgid "first name" -msgstr "名字" - -#: models.py:236 -msgid "last name" -msgstr "姓氏" - -#: models.py:237 -msgid "e-mail address" -msgstr "電子郵件地址" - -#: models.py:238 +#: models.py:200 msgid "password" msgstr "密碼" -#: models.py:239 -msgid "staff status" -msgstr "工作人員狀態" +#: models.py:201 +msgid "last login" +msgstr "上次登入" -#: models.py:240 -msgid "Designates whether the user can log into this admin site." -msgstr "指定是否使用者可以登入此管理網站。" - -#: models.py:242 -msgid "active" -msgstr "有效" - -#: models.py:243 -msgid "" -"Designates whether this user should be treated as active. Unselect this " -"instead of deleting accounts." -msgstr "指定使用者是否有效。請取消選擇而不是刪除帳號。" - -#: models.py:245 +#: models.py:298 msgid "superuser status" msgstr "超級使用者狀態" -#: models.py:246 +#: models.py:299 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "指定是否使用者可以登入到這個管理網站" -#: models.py:248 -msgid "last login" -msgstr "上次登入" - -#: models.py:249 -msgid "date joined" -msgstr "加入日期" - -#: models.py:251 +#: models.py:302 msgid "" "The groups this user belongs to. A user will get all permissions granted to " "each of his/her group." -msgstr "" +msgstr "此為帳號可加入的群組。其所屬的群組將授予該帳號對應的權限。" -#: models.py:255 +#: models.py:306 msgid "user permissions" msgstr "使用者權限" -#: models.py:260 +#: models.py:377 +msgid "username" +msgstr "使用者名稱" + +#: models.py:378 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "必要的。30 個字或更少, 只包含字母、數字和 @/./+/-/_。" + +#: 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: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 cf1a9d1122..b71c0fdf6b 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 233803e59b..d29e4b5ed5 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 0540e5a00c..8660648ee0 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 f143ec2c8f..d6fb6db99e 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 0000000000..fc86eb8622 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 0000000000..14fb0cfe54 --- /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 59e1cb5306..f626a1bb85 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 e690c2a29b..7bbab9fe02 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 b91e5f6cdc..96c2e25b5b 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 9d07301cf6..118a229094 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 "" - -#: admin.py:52 -msgid "removed" -msgid_plural "removed" -msgstr[0] "" -msgstr[1] "" - -#: admin.py:53 -msgid "Remove selected comments" -msgstr "" +msgstr "চিহ্নিত মন্তব্যগুলি অনুমোদন করুন" #: admin.py:65 +msgid "removed" +msgid_plural "removed" +msgstr[0] "মুছে ফেলা হয়েছে" +msgstr[1] "মুছে ফেলা হয়েছে" + +#: 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] "" 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 0000000000..bf37cd0522 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 0000000000..dc9ba23a7e --- /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 c93942d623..90e6a3f7c7 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 edc731c0c7..6b0703c169 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 44e54c8429..57645466b8 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 daa152b19b..073ee235a3 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 c442b20fcb..0fa05b4d36 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 468286e8fb..8d6e81cfc5 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 556cc97dab..da547d0002 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 f94214cde8..fd0c1b92b4 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 45d3d20b21..4a8385ffce 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 b57fcfbde3..416eb57a6a 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 f224093adc..4305cc972d 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 28f204954e..f20d522d07 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 55f56dc2f4..dc493a5b1c 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 1630a1799c..e0d62c53f3 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 b0f81e1e0d..6a6f6e70b6 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 b41b89011a..36664c5bc5 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 2ac552176e..10d308bcaf 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 2f935ea163..1cb20745ad 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 d403bdf862..aa1ee954b1 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 3f7cb3bd18..ffb9096c7a 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 101ba9d5ef..cda9b60a2b 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 ebff367f46..5a15db6158 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 d174eab3de..0ae4766617 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 85827a3628..e6971abfe9 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 c5bff802b9..d7c92d6e29 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 44c580631f..451da9f538 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 4098d1066d..67e9ef44a5 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 fd2656e6a7..be43a10246 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 ced675423d..68ea84e57a 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 d2f4fa72fe..3689aaeaa4 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 1875673134..5ff3c5bfb9 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 b3dd7e1577..8adc006d10 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 "" - -#: admin.py:52 -msgid "removed" -msgid_plural "removed" -msgstr[0] "" - -#: admin.py:53 -msgid "Remove selected comments" -msgstr "" +msgstr "تایید نظرات انتخاب شده" #: admin.py:65 +msgid "removed" +msgid_plural "removed" +msgstr[0] "حذف شده" + +#: 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] "" +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 d0cacc4e86..c8adefe40f 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 505eea0f89..e52ed18c7c 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 06dd3bccaa..730424d952 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 7cff910acb..ff1ac9e664 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 4d9430961e..1f29ae1b24 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 6463e62302..d7cd749aa5 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 b25d17d110..9885a75516 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 c46db56d26..829b404a91 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 80e102f74a..fdbd124556 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 0719ce42c5..3567e8e59c 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 29b3a1aee8..358fcf827f 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 490b065036..2dd003a03a 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 fce773b718..2c2a09eb91 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 5799e47351..27b64e4273 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 e492258c52..46125d43dc 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 4be4d8786e..e42066892c 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 0000000000..8c728c4ce2 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 0000000000..06e863102b --- /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 f47d6479dc..d58452d3a8 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 55a5553867..812f7a2de0 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 14dc6e4836..63e0411685 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 721c2dd4a5..1918df3193 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 6bd794ccf9..7a81e75d94 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 70b89cf27a..73192f7d35 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 7f11a538d2..e8600c3a4f 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 5c0b8456a6..50605ab479 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 cc00e60f0e..850becbe3b 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 0c11d77dde..afedc53e59 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 a0681a531b..4ec3c83f0b 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 6f7c0d52fc..d8e04f9b12 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 e7a4c8dd05..d526205802 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 b2a38bde81..d15e714663 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 17e6ddf49b..f18618bba5 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 7c0de610f1..2aea390241 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 1fa5435e13..4d34408279 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 57c4316ff8..51f5bace19 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 770be4f3f0..3e165431f8 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 40865afee9..dcd12982ca 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 32ba22b16a..dda6b21f73 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 7806772a83..0914841ea3 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 afcdbd9544..a2b3dc49d9 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 f1ebfe7702..d98772b431 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 b7608b4232..8f3bb1c3d6 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 a77a29288e..35a5a8e7ea 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 4475f1710c..1f2d18648c 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 a13b9fbcdf..a18be88721 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 3dd479a5f3..2e4002c419 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 fb1de3fb24..fd8247277a 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 a77f171fea..d2418831f6 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 ead5ed93e9..ee04a2de57 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 190b7c588c..8060a7b5fa 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 a03e8cae06..a5d6b9f186 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 c11288252b..8dd0213048 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 317581d4c6..4216f04e1a 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 1561a6b7b9..998f557c75 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 9cbae5be46..d3a42d37dc 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 55d7c9bcef..b8894b6d21 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 e7336e19c5..f510f485fb 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 7082c8c582..bb7657d7ab 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 9e05997e91..110978943c 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 946b4d136c..581735cfab 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 10903f4cab..907b1e2350 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 3b487fb1f3..709b61ec69 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 a71f78ef73..53c49c6f5a 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 29988fabe9..aba2443455 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 6372934611..d962cf53c7 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 448b9c5235..a505d1a2cd 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 fd055939c8..9308793f74 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 fb33bf6323..8fc4cbadc1 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 aab9c68b09..7299673b7c 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 3a5cdba81d..3fcfb78560 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 53392f114e..869b4eec04 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 df19fae3d3..b3540d1dce 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 34fed39c15..0093bf2788 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 5ea727a518..a3f3f981ac 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 eb84e7c1ac..190e285c3c 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 d98c813d81..c6803e05d9 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 b6f150c30e..a204b910e9 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 946ff9f1ab..6c3447a937 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 e8f4d5fb59..efc0c0cbcc 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 6dbf0f2b0d..e4bc736825 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 c54cf09203..a454d00176 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 bee98cfe9c..cfa87b50cc 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 e48e6eb1bd..92f2f40b8d 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 a5e21dce31..1a69fafb73 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 b07832a4b4..049bd0e8aa 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 d51dbcf079..5e37593d0b 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 8644a1749b..63dcd68511 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 d2db5aabf8..e4ab7be6fd 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 b7d46d696c..7c0f5e230e 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 82a55c2673..13784c10d1 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 7abe009286..7e09d2b449 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 dba69894a6..b83d36c59e 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 2b4023f0e3..d15ecc05e0 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 37c42fd5fd..c7c842d1da 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 72b002925d..a4ea7fc278 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 0508039641..7a4d8abedb 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 117afa7069..8f9871d45b 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 0a352ac39c..a3f711d4ae 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 de0806d5f2..41a5df92f7 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 c0fc6ba5f8..e68338fef3 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 dc12cff247..7082aa5b66 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 93a5f24c15..7cf0fd63c5 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 53b7211859..09d7be9dd2 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 0000000000..91a9c9e851 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 0000000000..4f38a9ac50 --- /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 030bd26871..ba73017632 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 650283dd84..fc2304b088 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 fd0d1feab9..54f5cb8644 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 32e64b2d7c..5ef287f2d0 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 0000000000..ea9ae6af95 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 0000000000..431b65e461 --- /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 1a69166f71..d679156831 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 fd86314417..c81d2793c0 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 6e989d74fe..afa63268b8 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 47c48f5db0..f39f4a7182 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 5126202d86..bbbf8b11ee 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 ea37986810..e4d3b7422c 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 ec642f27d8..9f66a549df 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 3042372203..1378931ad3 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 3a6f4c5768..6f22f9a3af 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 7d5061353a..859d45d1be 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 38f5807350..9937fafef0 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 46e5d65e95..1b4cd0f737 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 bd2048fdcc..342dd37409 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 34be783772..09f7721e5e 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 b0f81e1e0d..68b8aa62be 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 c45c2aff9c..06ab16d1ae 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 d280362c71..d413f1703e 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 2c06ecb404..488f9789b1 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 536898f7f7..8cee67abd5 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 e897c71c32..169a9fec56 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 92e2e16ab3..b77d63b45b 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 f47b44a9a9..c5b3086709 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 613eecc6d9..7ff8772f6a 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 41ef8aede9..3fb4d62a26 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 9336beed30..1bf5e1e047 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 05dd3ed98d..6f8f79aa7f 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 b7d2c026ff..5f5042edfb 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 1b5c657425..9c14459ccc 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 8f8ec0ee4f..c0584372c7 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 f227c68888..0606cf6910 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 5bbfc2f680..9f37edd5de 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 fcd0e69410..2244838b1e 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 360da4e297..1aad6cf966 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 e9ba84e5d5..edf9ad1312 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 0f3e40bb9d..b0bbf4c9db 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 fc041c64b1..a57a906b93 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 2f8cace10f..66a3a21c43 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 768d4efe1f..70fe7ad79e 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 730c77d935..dad362ac57 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 3f7b20877f..93b347049a 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 46526135ca..38d96970e2 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 f33be7597f..62dffbc141 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 3df5d6c7aa..55552662c1 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 3ef257707c..e92a358d61 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 3eedefd748..292c132a8d 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 1abda4662d..5cbc2ecc5f 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 82ebf04201..511a02340c 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 47053bd565..0e4f8b5db6 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 0000000000..3827fccc5a 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 0000000000..fb5657a8a8 --- /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 aad3b4f7da..6d43fb4272 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 7968d831b9..7218e071e8 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 332fc80a3e..a018e95221 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 259767e295..e5704ed73c 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 82b4e81c36..7149d78af0 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 066b510a8b..de2441b15a 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 0b81d552d7..78049d8720 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 e798268f1f..b75066399d 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 9aac5f5ef1..303535a76c 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 5d2213ed83..f31fc2a765 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 5e81bebccc..94bb8e9e73 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 33373c9526..da6503f1a5 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 2ef606e288..3db01f742c 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 2ef508e501..d6b9c74362 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 22bfc3005e..8b8e1a5329 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 3e912e3b81..4617829900 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 5de203f089..ccc1db3888 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 c0f3d86ee1..3f9e998420 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 d9b801fb1e..ff93db2c33 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 2b26fb30be..608f99adb0 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 f65d45f8a1..de4420f94c 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 46b3b49a5c..c7697831c1 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 a40c74a091..21c8789d77 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 77fa3d842f..4f145b54ee 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 a6b42871d1..89e574cd92 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 338ce881e4..0ecc2a3459 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 5c89707801..82ce61317f 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 ca725e79cd..ce86d3d07e 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 9ec91af9d4..819b19fd38 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 c8cd2e4dfd..111370bdfd 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 bae30d1773..a7745a0ec9 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 aa657d2604..44afe13294 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 3400192462..2adf301986 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 863e67ccd6..491b119cca 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 1c93704962..1ecc1795c9 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 82e712d8b0..35a54563af 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 77160565fd..1a52f2ff8f 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 d34c709b36..2fcbca16f0 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 a01aef4e92..1369af3233 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 358b6cf8d8..e12574658f 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 b235b401d0..39882e1a09 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 2fc04416f0..8559634b5e 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 d8f81cdc6c..5886b23a3e 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 d51bf86cc6..da2a8205b7 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 4345554b23..eb4ab56c94 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 d7b96cbd99..ae2df068a1 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 ea19e9af86..6e1acc694d 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 64084705a9..81c58ce07a 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 a3a14912d9..1fc2947c85 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 a5ba9e49ea..5ec0fef82f 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 6212c11d87..a2d23d0e45 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 be0260ea13..09b5afdf56 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 57a93c87ed..7358d3f724 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 b3542c041f..ed3829a0bd 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 434cf7daa7..0574be8e82 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 267630c5a8..ff0bfd8932 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 e2e8f746b6..ef56641641 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 88b1b594e2..6ecac16c77 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 26f3756ba7..e8d13dc4dc 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 60aa4a41d6..9c6059d27b 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 ced836a77f..311d1bd0ce 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 eb7991c45a..3db8a415b6 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 6484bf1cd6..16bb781c48 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 203c21e200..0bb71a64ad 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 195cebae15..cf22cfb0c2 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 d7173a6482..73882917da 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 aea63e38aa..8e56d8530b 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 e96cb648bb..b5ce73d9f8 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 35638da51f..2b6b13e352 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 2e49bc8711..e2203576cb 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 519d7f0a82..2adebcb079 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 b7591bbe11..c06ec89583 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 5a1b63252a..c5118182f7 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 c48aacc0e6..0a1e968ef0 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 9ad1443035..c2d8439d72 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 a03eea2c8f..4d0698cab0 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 3e9aec30a2..9956119b9c 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 286aafc129..4f82f5efb7 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 71e86fd3d7..602cc89a3d 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 b2691d4c32..c7c0faf1ba 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 27f6bfdece..629291e6e2 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 9015ce83d6..dc7f4ffa7c 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 0000000000..6d8cf0e4a1 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 0000000000..4d61e789b9 --- /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 68400540b7..d17eb7804b 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 66c1fc11dc..70fb26634c 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 60546847ad..2f914fc16a 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 a921ba559f..94b23fd92b 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 0000000000..eee063e02c 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 0000000000..543d9a00a1 --- /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 b653eb4f9d..fa7d889025 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 a231235284..14217f6117 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 4e28b7102f..528c8220fb 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 bdb436c957..a48d5d14c2 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 0000000000..293fb7e308 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 0000000000..966606ea94 --- /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 531aae45a9..19df38fa1d 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 8393334852..de42f97c85 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 94f0148365..f67c9db19e 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 7ae4881ee2..b88702d200 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 beaf2045fe..7a0a05ad68 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 e50ab1f23f..a576c20f59 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 ec69c2fdac..6b103b99ab 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 03c7772905..b06c0849fc 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 4f06441bfb..805c57cb4a 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 83214847f8..b53019e21d 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 5eca816ac5..b81843eed1 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 ae27937949..e04beff1bd 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 4f5833d56b..fe17ed9aaa 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 76411aa18d..747fc674bc 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 b0f81e1e0d..67acb769d7 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 ded87e5420..79d7e67b1e 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 bddd514a5f..7ab832faf7 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 a06d6c09ce..9e2ad3218a 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 c151a3988c..e4a29def71 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 87f207c3c5..ed7e7149f4 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 09fc001f36..af5518cc8d 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 2e82c25539..4e6250ac0a 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 b587eae368..b58a8ebf28 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 bee6da593a..05df41a9fc 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 352c06413b..c9318807c9 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 0228c112c2..3597062641 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 0000000000..53a5cbceea 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 0000000000..a0f1a16538 --- /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 8458d41621..6308de4fb4 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 57c03b994b..b62d2f91c5 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 288f95ff68..3e91ee292c 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 a03b36db8c..6b0e0fff05 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 e349425059..f71d07b5e5 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 cc2b45f236..7f4687d0e9 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 9c8701483e..53b16593cf 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 f7cb56ffc2..68388c4500 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 6b8984e811..8151f4160b 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 4bf7825856..fd139aed00 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 0c7d2c8109..72bb5e7e71 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 ee8008cc68..4648add989 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 3f67c2ba26..52f32e073f 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 2194ce5c96..54e1ed61f3 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 99c4df87b0..f071585766 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 f83e903ee9..044ca60b89 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 b436eb8da6..173fbb84d2 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 0bf9ab4799..c1a7930ab4 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 58e1f5d0a8..a5cb553268 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 f091bd02dc..fbe7d23d0d 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 9b45cd54eb..d5887e69c1 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 bc83db22d4..d9b350f1ff 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 0000000000..a236c8e7b0 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 0000000000..2337a0efc9 --- /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 3b350cf775..ee254df5f4 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 36024dbac2..a9529ce376 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 c55a885456..f338a0c78b 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 b4b978e1bf..a32b74afe9 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 b226f2b2b3..77fa800076 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 ac87de34ce..9defe71c11 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 242e02fd43..9cd0db090f 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 f17a5b058f..5d26c68c74 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 f0ab480693..09b75e6abb 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 0a486432fd..4f1108faa0 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 40d0480316..78c4bf6cfa 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 42c1a0ec97..3067148e45 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 c8e4a062e4..8ccd210e7c 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 d2ad937c47..df55618f10 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 f756c9441a..085358d8bf 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 f649efd81b..a8da32667e 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 01723edbdf..9c7846dfa0 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 e0df0d2f19..88451a6855 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 6596a756e2..f9cca3d303 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 14e65397d1..65cf01e888 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 ee7dee4bb0..8db09feedd 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 c827bd7dd8..971243e2ba 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 61df80285e..6ccac351b5 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 868b65e542..73ceba08b7 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 6faa0fad5e..214fd47d02 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 0b7aeb75be..3c736a7b9b 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 098ca8cebf..593738df68 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 7e44ccddc0..c3ddce18f7 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 6c9be6c97b..ca7add746c 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 adaea7693f..1bb1acbbb8 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 5e6d99d299..f3e090ea3a 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 caf3de6dc4..bb42849a65 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 9113a301e7..7aee6a295a 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 b212ab81e7..ebb88790f9 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 5ddc9c459d..1fa65e4dbf 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 5221a6b934..552a04ba3f 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 f31b4b62b6..bfeda09daf 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 4becb50ec6..a0a270e0b0 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 31005f27c3..a08185797d 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 70cc54717f..56f29664e1 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 d7e894a939..cf1d9b953a 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 114b6247d4..144699aed1 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 f7a2d384ab..e1181e8563 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 5ed7109085..d13d7baa48 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 57b22f4fa2..28c2b0f4d6 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 f5de3ff323..9895ed0072 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 edd9923150..5b2a5e9bb4 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 5c714d1341..c0f23d6b60 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 8f6afe6cfa..01fb8da1c8 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 8b8b32299c..4d08eef1df 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 d2da5b282c..99a9be7f94 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 e7d6538da1..2138bf53f2 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 b51d06b079..61b49eda1f 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 9f3487b2ea..7da9839883 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 eae94322eb..8899e3f7e4 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 f92f5dc9db..091253c259 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 3e25947277..23ec780661 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 3daf869937..d16ee75fd8 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 da23b4c049..89f44bdc6c 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 3903e7f0b1..c9ac688831 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 5112f3670e..88894a9eac 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 0a139ba88b..f027b24cd1 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 57dc184f8d..ca98b7c28b 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 84c0a9cfe1..2a3a89bc2e 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 2cd8d56381..4e4212a92f 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 82b5d39adc..d5e2518441 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 6963c2ac04..be8c28fcd7 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 1916c6ad23..53f4bcb9bf 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 0ae6b7aacf..1ba8477975 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 5f7b780968..8b64b4f09e 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 3392f8e762..6bd9b981cd 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 717992c7a0..e499abb849 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 0000000000..2df306de04 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 0000000000..a21ce2056b --- /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 9f3985e140..0332447ebc 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 97a17a2363..64a09026ef 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 4b8c048f29..d6564b5d23 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 3753377a44..c3a99547a6 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 2841506eef..78eb4eb64f 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 d89c26bccf..2982a17a5b 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 2f2f654e7f..39fb8d7b4b 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 485e41c6ee..bf80dc0424 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 8b497c46a2..7004cbdab4 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 44194c310f..b22a205e7c 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 48a74cb7de..3b75261b1a 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 37d96f588a..6c584e495b 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 ecbfc76413..b278bb7455 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 95faaa6ab2..23557aba99 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 0000000000..aba55f1593 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 0000000000..3cb9f7e923 --- /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 275a8561ea..352bfe34dc 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 8098b3dfaf..cd846dbd32 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 e801321b97..6afb81891c 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 6e3192c2a0..788f94dda9 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 0000000000..18ac3b622b 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 0000000000..6343ff1ecc --- /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 8b6e988555..ec8f3a4594 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 24e2e2a171..71cdcdb7ea 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 c240aa9373..3c11d26484 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 18c5a8b55a..e8fca2f4b7 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 75a1547216..c369a134eb 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 ebd77a8633..4cdbe10a55 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 90f89ea3c8..cfc045c005 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 4823735237..a355e65ced 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 bb9e0d389f..bf22d95b18 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 173604562a..ee3291900e 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 c6f1eb5c46..f1512b59bd 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 411bbda09b..a6aea7c8a2 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 acad96682f..b01ae32d26 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 2c123fcae2..192ab34066 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 18665ef9bb..64ae715f31 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 04fa380ffa..3193d7dea1 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 9564c36139..67905d4669 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 67c3cd27f5..e3fcc9ed78 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 019d796387..e140ce203e 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 62903444ff..040891f37a 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 04ee1c8312..0eaf6d4391 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 4a9ddc2a2a..053ae531f1 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 2cab93380f..c2515f15c4 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 5306d98453..de9ca31bfd 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 d931117c77..c8927f35af 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 9d35efd979..aa8fbc3fa4 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 307def8cae..0ce51b3166 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 964096a152..be77656829 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 7e352192c8..ebc8bcee77 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 14ae66a9dc..8f13842833 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 fc70744d4b..d4f617831d 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 feee69efae..8cb01fee5a 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 25ad98cca8..6c82090593 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 31b1d045db..8ae2d83175 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 c6e87576b0..9110aae33f 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 ac6db14b51..52061254b8 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 c002149003..c2fc0a1800 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 b8a85ecc60..7f12cedd52 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 d752fbfd9f..115e28f551 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 f3e2b80689..690179f353 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 004f61d873..db5f68caf1 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 f8c3fccbaa..3ae534cd0b 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 31fd7f0a1d..25f3ce50c1 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 2116d9748a..bd4f035043 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 0268b32a34..70cb5ccbd5 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 7560a05229..4c9d9624b0 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 5a5a85f63c..7ee1179ef5 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 cb1933e643..60d5b279a7 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 0000000000..d9f05d49dc 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 0000000000..37fc9111ac --- /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 50d0b6df60..076081ca93 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 e558c1dbbc..2529c5a994 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 ec401c959c..f279351c50 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 73405d0db3..cae6155daf 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 ab41fb655e..5585c9146c 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 57971e9125..a9e6ecf5c0 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 51a5baf13a..27774a2db8 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 c6f2b1584b..dd6472f099 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 f467fc2024..0e9fda7738 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 908af4df0a..2b530dab2a 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 763e864704..ac1d449c54 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 a0bbdad620..3af7fd9960 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 02f4714970..bc3f4feccb 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 c8084af5c5..a4baaa3d84 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 39c1230d89..79c449c59c 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 568895bdbe..1e60ad3f8d 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 079dd1c357..0cd8adbe83 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 76bae35f1f..13d6996f97 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 c48113c8fd..c653b9a926 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 8089be83a5..384a6d7550 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 d83caabd82..d2d5c3c661 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 15b71c3a09..2d9eaef21a 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 b38256ec85..ed3a8c9390 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 fe79b9d137..ee6f4f0019 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 72afb14bc6..9d5070a0ff 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 389e68b98f..9d5a22e675 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 f43b2e1f8c..6704c01bd0 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 8eb635d157..d8ed99b8e8 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 be0377e09e..4a09b41173 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 e20906f91d..e8a35d2834 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 a1c1f298da..4d95d5a281 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 bbc133e562..e280e68826 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 843b8cdd35..137cb99440 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 2d03d5e035..a278676cbe 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 8ece97332e..e1ee5fdd3b 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 7bdd57aa59..ac45484230 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 a000402e9c..4a2c7178a7 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 23ef92df73..0380ceb6c9 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 1485712e65..161da52c8c 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 25a47cf594..52e6053439 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 972645d30a..4ad30f774f 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 eeb7d1f1f4..fe1aa0965b 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 3945db09d5..9f0f22e861 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 f374ec580a..6d5c3b89fc 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 fec7283aa0..04434dcf73 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 0aec8915b9..630b74915e 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 58636395ed..6786202c0e 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 5cbae3f69c..080e62d3cc 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 987ba2983f..6b82fd68b3 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 4d6edc6a0e..36a15cf464 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 c04d644a66..a86fab1306 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 3336543e9a..d5b45af648 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 8a9619fb08..b218cd08ae 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 49af1922e3..f619222af2 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 df5a79dd34..ddb760de1a 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 e1a3612b63..d43e0f5776 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 51aea0229a..67f4567383 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 1e98415820..29f52e9cba 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 6c72e98e4e..a85dc843f8 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 90bf280150..776314c315 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 34bc62c0b6..042b791378 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 ed9a76c9ca..e7768e78dc 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 98782d9db6..44f211f9d1 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 d6bd66d2d9..5dec0368e3 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 eed24a31f5..0af4f91858 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 dc17b14f13..b3964dd7af 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 88e5509403..694c8b10c0 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 a6e678ce19..175b014e4f 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 fb0056c41c..c248a8c242 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 bf89c1d9dd..3d4f8aa9b7 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 46d8226b04..b3f244f0f7 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 9d2922e461..05903656ce 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 d9d3d72fba..a86942c888 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 d42820363a..42f696b31a 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 a5a4117881..23ccf40186 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 77b017e69d..fa4e62898b 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 1f3f305ccf..1c93573185 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 e40688530e..b228096a53 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 9f1849ec1c..3ebc5c0ab8 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 68c0aee8a0..c4ee8b9485 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 4399bbf2bf..83fb0c3cba 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 e4e7c17960..39759a7f4b 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 86026a6186..73f22cf806 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 7606062db2..40c6ea18bb 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 0000000000..72c89ddea7 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 0000000000..479979b70c --- /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 2f4adf512b..e266be961d 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 5cf3408f41..5d32755516 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Не съществува 'sitemap' на тази секция: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "Страница %s е празна" + +#: 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 6dcc2a8265..73dfb1c323 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 dce0bcfe9b..57bc0a069b 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 0000000000..d3c8da6319 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 0000000000..4ed3dd16d2 --- /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 0894004a09..f2e9964f78 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 9f9f374de7..3ed991c804 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 736d5e9c8b..a0cb3be777 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 c3ab6d3f9c..17afcd283f 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 7650e51289..6788607ae8 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 4ef9005462..c58a9f4aef 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 ff8ac5cbc0..377df3dbf6 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 9ed962cf56..b29153a749 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 dc73c2feb9..0aaa07d6a2 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 ffca503252..78346746b7 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 1700d14d6f..22c812adbd 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 0d12ffa624..64d9847fc3 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 d9ea1d4cba..b8d1f5cbf6 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 82bc49d680..b137fe6c58 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 18665ef9bb..19ac4a3470 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 6ce301287e..f5f14d981e 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 a72e8aaaa7..84da2ade95 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 991163bc86..47670045fe 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 0d8669b2f2..bd420aad4d 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 90528acde0..bc4dbfa50b 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Neniu paĝaro-mapo disponebla por sekcio:%r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "Paĝo %s malplena" + +#: 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 a837acf967..cc8a798d44 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 c8987dfb31..e2acd65a55 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 aab32e855a..dbe31a8b39 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 c29014d082..90432c0337 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 d55a47a0dd..9862f83436 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 c24c667f83..427cd074a8 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 1d60dac637..f8ecba45c9 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 8c504d7a01..dd4ccf4be5 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 529b7875a1..094fed573d 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 7194992c37..6162169d75 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 d5ca32edb8..3cc7ac4e68 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 2bf82f0272..9d15faf036 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +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 "" +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 3288e247ac..280927a97c 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 e1878ce01c..56eee41f4c 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 fa628322a6..c05f0c4389 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 6124b51516..436d1c06c0 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 4e664e3018..92347e1cd0 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 53a047614f..0c1f31aa7b 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 2f88d89e42..937ce0f832 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 4a7bef9e2a..dd971eb100 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Non hai un mapa do sitio dispoñíbel para a sección: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "A páxina %s baleira" + +#: 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 0cab4661b6..9996575566 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 2f617c2b39..85f1de3227 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "אין sitemap זמין עבור מדור: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "עמוד %s ריק" + +#: 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 0f93a565c3..221adcc954 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 c567a418e7..f89a528d02 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 0953ddcc24..1c2546fe84 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 0559eab7d3..2ebb708e39 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Ne postoji mapa za odjeljak: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "Stranica %s je prazna" + +#: 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 b40982259e..7fefadb479 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 c280b94a05..35833b802d 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 0000000000..ee67a4e0a7 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 0000000000..82bd05ee5c --- /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 4eeba9e47d..7e96513656 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 586370c7fa..c118d47ef3 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 02c2d51c3a..05ef40cd15 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 f2e76d54e4..ea4632c480 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 2953b8f19a..788ed4ab11 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 31a30249eb..134b129cca 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 c2365a1c90..a89a6ca43a 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 c35f54d8ba..32cff4a3f6 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +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 "" +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 76ccbf6735..96028eca97 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 d2f5cd983f..1ae39793a9 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 6ede74608a..3bd2828252 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 03df192d7b..3bf38f77fc 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 6c1074880f..69ad9e1c00 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 a06f4d45a2..f5bb345263 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 a3fe62e92a..875c4af637 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 d81792b3cc..aa0bfc72eb 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 07b740d5ba..612f4134a6 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 d69cdd0bb8..f9fb936f6b 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 11c2a3e740..695f71e7ed 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 14684fe663..1be34d62b4 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 4de850efd7..aae408ad38 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 ae67fa151d..f704745c22 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 d87150af6d..b4805a4b1c 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 bfd1821fe9..53492c6c57 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +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 "" +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 57935b3dd6..9cfa19d112 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 26999805de..ed8497eae9 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 3e3f27081d..0e7225907f 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 02887466f3..1050de018a 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 c97d02091a..47f4944868 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 9f303e6289..118036b093 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 31a3c84a70..c70ba11607 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 bbeebbb507..532c140717 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 9ff5120c24..58b47aae4f 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 34d99881ed..dee213c5fb 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 b265d0e865..484c8743f5 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 5f0ec812ca..4a544e082a 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 627203bfec..0d0d6d8654 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 6e08354f7b..6207045dbe 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 6c0d488e00..36218eb7a9 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 c6a3cb2dcc..2129a231a5 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Nenhum sitemap disponível para secção: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "Página %s vazia" + +#: 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 7318001e3b..0e2f88891b 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 9ce48e0bba..3930630c75 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 8ceffd7506..9a617fb46b 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 0922d71576..45887068d8 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 92abf33562..2ef77c1fe3 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 2a0c88c92f..bd93428ff0 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 007bd14d6f..3effdc7093 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 59b7f57f9a..a3fc4af44e 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Žiadna mapa stránok nie je dostupná pre sekciu: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "Stránka %s je prázdna" + +#: 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 4c447bcbcf..0939ba1bc9 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 14a1976101..eac65ffe90 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 9638d19d24..cc8c9abf1e 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 5074aa1e8b..83748392af 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +msgstr "Nuk ka të passhme hartë site-i për ndarjen: %r" #: sitemaps/views.py:60 #, python-format +msgid "Page %s empty" +msgstr "Faqe %s e zbrazët" + +#: 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 608c0b108d..65578202fa 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 7eb351f569..6445770169 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 08105730f6..1f38747501 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 b9fe47785c..aedbb470b1 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 4724df10f7..92e46f3ee9 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 648997d4d7..5026dfeb85 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 ac85fa4779..533264c987 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 a295b1ef2d..8d7ec96eab 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 b5935d62a9..9cd19efefe 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 b92757ff81..5f878b1de7 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 fe258109ca..1b7a2ffc0b 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 2609e29a6f..449d221b69 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 5e74e59443..3d9c28069e 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 6aede1b645..81cf6095c9 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 7990a8beb3..a86583f3d1 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 351455ac8d..89525c6e42 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 9926a8797e..06ba802309 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 72046704e3..dad34864ef 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 47456452c4..748d6d9755 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 b714f8fdc3..7dd2a872d9 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +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 "" +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 22247a44a1..e9bbe1154c 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 9c22a8667d..1942125393 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 021b9a631e..2141e057b5 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 b8f47bef80..38d2b4ac73 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 85948f1021..37f5d17392 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 ebb5767945..dce4758600 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +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 "" +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 4fd3e16469..d07b5195d0 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 d2ba404cd4..206cd9f467 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 "" - -#: sitemaps/views.py:58 -#, python-format -msgid "Page %s empty" -msgstr "" +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 "" +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 6fb966a61d..829e9bcf6e 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 aed3e2d184..85392ea0a1 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 3857ee37b6..075c2c22ff 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 9719eb9ebd..07b16e07b2 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 0000000000..9788500416 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 0000000000..b9aac2853a --- /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 da54b47d39..f2047c93bf 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 f5a3393d17..9d1eaa890c 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s трилион" +msgstr[1] "%(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 квадрилиона" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s квадрилион" +msgstr[1] "%(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 квинтилиона" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s квинтилион" +msgstr[1] "%(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 секстилиона" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s секстилион" +msgstr[1] "%(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 септилиона" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s септилион" +msgstr[1] "%(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 октилиона" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s октилион" +msgstr[1] "%(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 нонилиона" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s нонилион" +msgstr[1] "%(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 децилиона" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s децилион" +msgstr[1] "%(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 гугола" + +#: 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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr "сега" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "преди секунда" +msgstr[1] "преди %(count)s секунди" #: 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: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 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr "%(delta)s от сега" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "секунда от сега" +msgstr[1] "%(count)s секунди от сега" #: 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: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 e0fece7890..40ea002180 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 22773f9950..7e9a70d063 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 0000000000..00b764daec 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 0000000000..2fd9457065 --- /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 be9d529926..678f208e6a 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 111e2b9e46..5015fa0352 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 f43242c386..6d5765fe40 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 c10eb73685..fec039f2d0 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 0a8eb1693b..35b33e1c67 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 4f99a88374..41fa53f123 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 700bfabf8e..2b8a5bee9a 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 d6d7ce3c66..2b102a079f 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 bdd56dc46b..99bd1b4a93 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 678f596d16..a2f723b6c7 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 7201a6609a..aefda047a6 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 36fa064334..60f193e5ce 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 6366ded25e..b89497a279 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 b3decd8427..ab13aaba40 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 149d073523..55110ebd78 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 0e46126adb..62d51f4162 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 6be955bd92..409a859dee 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 0f64c64475..d542a1c4e5 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 3ec0a0175e..8ae4ba941b 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 65eee24f56..e8d92f7d71 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 44b9bba118..efa0393cb3 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 664f0ef355..570e38a40c 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 316edb7fb6..24ec06e985 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 8e5f5e873c..8ae200f703 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 2f5e1b4e70..4a3719b5d0 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 62dfb0571b..da4e1b803b 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 f8b501a4cc..a4bee483bb 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 8dc558e273..bc4c81c2a0 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 09f6ddc045..0b29589578 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 73bacc3520..fcb8d287ec 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 b32fb72433..9447626a1d 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 83783fbe9e..5ae6f04db7 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" +msgstr[0] "%(value)s تریلیون" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f کوادریلیون" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" +msgstr[0] "%(value)s کوادریلیون" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f کوانتینیوم" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" +msgstr[0] "%(value)s کوانتینیوم" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f با 21 صفر" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" +msgstr[0] "%(value)s با 21 صفر" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f سپتیلیون" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" +msgstr[0] "%(value)s سپتیلیون" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f octillion" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" +msgstr[0] "%(value)s octillion" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] " %(value).1f با 54 صفر" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" +msgstr[0] "%(value)s با 54 صفر" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f با شصت صفر" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" +msgstr[0] "%(value)s با شصت صفر" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f googol" + +#: 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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" +msgstr "%(delta)s از الان" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "%(count)s ثانیه بعد" #: 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: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 9d23269787..6ee7a4eba9 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 1c46e15c95..7931d4c75e 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 8afabad021..e85cc4a17d 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 b5eec6bc38..6c9edbf335 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 e77ce15076..87c8d34d6e 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 1650407de3..3ad6f2a866 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 465a5caf1e..3fb145185b 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 0cf9b46ee4..5a7aa14824 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s billón" +msgstr[1] "%(value)s billóns" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f trillóns" +msgstr[1] "%(value).1f trillóns" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trillón" +msgstr[1] "%(value)s trillóns" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f cuadrillóns" +msgstr[1] "%(value).1f cuadrillóns" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s cuadrillón" +msgstr[1] "%(value)s cuadrillóns" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f quintillóns" +msgstr[1] "%(value).1f quintillóns" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quintillón" +msgstr[1] "%(value)s quintillóns" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f sextillóns" +msgstr[1] "%(value).1f sextillóns" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sextillón" +msgstr[1] "%(value)s sextillóns" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f septillóns" +msgstr[1] "%(value).1f septillóns" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septillón" +msgstr[1] "%(value)s septillóns" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f octillóns" +msgstr[1] "%(value).1f octillóns" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s octillón" +msgstr[1] "%(value)s octillóns" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f nonillóns" +msgstr[1] "%(value).1f nonillóns" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonillón" +msgstr[1] "%(value)s nonillóns" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f gúgols" +msgstr[1] "%(value).1f gúgols" + +#: 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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr "dentro de %(delta)s" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "dentro dun segundo" +msgstr[1] "dentro de %(count)s segundos" #: templatetags/humanize.py:223 #, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "dentro dun minuto" +msgstr[1] "dentro de %(count)s minutos" + +#: 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 edb6565fa1..fd3e56c39b 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 eed5fa8eb0..c7a24a83b2 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] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s קוודריליון" +msgstr[1] "%(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 קווינטיליון" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s קווינטיליון" +msgstr[1] "%(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 סקסטיליון" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s סקסטיליון" +msgstr[1] "%(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 ספטיליון" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s ספטיליון" +msgstr[1] "%(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 אוקטיליון" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s אוקטיליון" +msgstr[1] "%(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 נוניליון" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s נוניליון" +msgstr[1] "%(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 דציליון" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s דציליון" +msgstr[1] "%(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 גוגול" + +#: 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 5e894c5d53..cc613b4ba1 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 f3e4632c58..88563ae2e2 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 f3a791cbcc..25d9a90219 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 2dbed4b754..2b961d7fbd 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s bilijun" +msgstr[1] "%(value)s bilijuna" +msgstr[2] "%(value)s bilijuna" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f kvadrilijun" +msgstr[1] "%(value).1f kvadrilijuna" +msgstr[2] "%(value).1f kvadrilijuna" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s kvadrilijun" +msgstr[1] "%(value)s kvadrilijuna" +msgstr[2] "%(value)s kvadrilijuna" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f kvintilijun" +msgstr[1] "%(value).1f kvintilijuna" +msgstr[2] "%(value).1f kvintilijuna" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s kvintilijun" +msgstr[1] "%(value)s kvintilijuna" +msgstr[2] "%(value)s kvintilijuna" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f sekstilijun" +msgstr[1] "%(value).1f sekstilijuna" +msgstr[2] "%(value).1f sekstilijuna" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s sekstilijun" +msgstr[1] "%(value)s sekstilijuna" +msgstr[2] "%(value)s sekstilijuna" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f septilijun" +msgstr[1] "%(value).1f septilijuna" +msgstr[2] "%(value).1f septilijuna" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s septilijun" +msgstr[1] "%(value)s septilijuna" +msgstr[2] "%(value)s septilijuna" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f oktilijun" +msgstr[1] "%(value).1f oktilijuna" +msgstr[2] "%(value).1f oktilijuna" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s oktilijun" +msgstr[1] "%(value)s oktilijuna" +msgstr[2] "%(value)s oktilijuna" #: 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" +msgstr[2] "%(value).1f nonillion" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s nonillion" +msgstr[1] "%(value)s nonillion" +msgstr[2] "%(value)s nonillion" #: 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" +msgstr[2] "%(value).1f decillion" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%(value)s decillion" +msgstr[1] "%(value)s decillion" +msgstr[2] "%(value)s decillion" #: 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" +msgstr[2] "%(value).1f googol" + +#: 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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "sada" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "prije sekundu" +msgstr[1] "prije %(count)s sekunde" +msgstr[2] "prije %(count)s sekundi" #: templatetags/humanize.py:201 #, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "prije minutu" +msgstr[1] "prije %(count)s minute" +msgstr[2] "prije %(count)s minuta" + +#: 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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "%(delta)s od sad" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "sekunda od sad" +msgstr[1] "%(count)s sekunde od sad" +msgstr[2] "%(count)s sekundi od sad" #: templatetags/humanize.py:223 #, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "za minutu" +msgstr[1] "za %(count)s minuta" +msgstr[2] "za %(count)s minuta" + +#: 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 a5895e6aa8..120573971a 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 d410993436..dd3a33838e 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 0000000000..7a0c99d660 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 0000000000..7cffdb298e --- /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 a4771cf794..b400d2c1cd 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 19b93987fa..3b52cde706 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 00f15f74ab..2114e71434 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 54e32e9070..fd0a71a2ac 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 fb0aa71ac7..2f08e719b6 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 25a21a030e..3919fe797c 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 1b4d1e805c..84eada5bca 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 4f04f0b022..d85a0be91e 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 c0de258538..30f0d28807 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 8530779f70..10b34e68d7 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 7658946964..505347390d 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 de1a38cc0a..c95936aabb 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 b87b428a1f..f23551063f 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 d6c2b09f2c..3663361ae3 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 8accc57ea0..72f175cc4c 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 e152870c72..6bbc99969a 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 a57dc07456..1f0e45d562 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 8982b2b8af..4d3b4207c2 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 db205f8561..602f6c7c5a 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 dc8d185197..3b93c8aa41 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 ba2cb11df8..2a019c36ad 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 510902826a..4f3150f2ba 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 6c7c2cf924..43d5450d9e 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 c37ae5cf02..0d859a477c 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 ca55a11103..720037f9fd 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 1baf585b9a..5efb77675b 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 27e25c48f6..2c37adf9c3 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 75d2df175c..de5cd66746 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 8483211081..96d09ee0c3 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 d9bf4559a6..3de435749d 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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr "अहिले" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "एक सेकेन्ड अगाडी " +msgstr[1] "%(count)s सेकेन्ड अगाडी " #: 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: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 5ce9524e7f..d70980fc88 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 27e3fc2b1d..1fbe538b4e 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 dc9d4fae7d..fea6cf45f6 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 4054346553..16e4cd5091 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s billion" +msgstr[1] "%(value)s billionar" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f kvadrillion" +msgstr[1] "%(value).1f kvadrillionar" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kvadrillion" +msgstr[1] "%(value)s kvadrillionar" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f kvintillion" +msgstr[1] "%(value).1f kvintillionar" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kvintillion" +msgstr[1] "%(value)s kvintillionar" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f sekstillion" +msgstr[1] "%(value).1f sekstilionar" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sekstillion" +msgstr[1] "%(value)s sekstillionar" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f septillion" +msgstr[1] "%(value).1f septillionar" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septillion" +msgstr[1] "%(value)s septillionar" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f oktillion" +msgstr[1] "%(value).1f oktillionar" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s oktillion" +msgstr[1] "%(value)s oktillionar" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f nonillion" +msgstr[1] "%(value).1f nonillionar" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonillion" +msgstr[1] "%(value)s nonillionar" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f desillion" +msgstr[1] "%(value).1f desillionar" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s desillion" +msgstr[1] "%(value)s desillionar" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f googol" +msgstr[1] "%(value).1f googolar" + +#: 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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr "no" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "eitt sekund sidan" +msgstr[1] "%(count)s sekund sidan" #: templatetags/humanize.py:201 #, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "eitt minutt sidan" +msgstr[1] "%(count)s minutt sidan" + +#: 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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr "%(delta)s frå no" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "eitt sekund frå no" +msgstr[1] "%(count)s sekund frå no" #: templatetags/humanize.py:223 #, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "eitt minutt frå no" +msgstr[1] "%(count)s minutt frå no" + +#: 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 23e6c1f217..4494b40114 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 5a12ae4e52..b11c11fd97 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 19e685a248..6fb0ad05d9 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 6856048dbd..0dd21aa9e4 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 b5a17d3e8b..583a4bbccc 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 53a83dfe6a..a7ceb7a533 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trilião" +msgstr[1] "%(value)s triliões" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f quadrilião" +msgstr[1] "%(value).1f quadriliões" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quadrilião" +msgstr[1] "%(value)s quadriliões" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f quintilião" +msgstr[1] "%(value).1f quintiliões" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s quintilião" +msgstr[1] "%(value)s quintiliões" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f sextilião" +msgstr[1] "%(value).1f sextiliões" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sextilião" +msgstr[1] "%(value)s sextiliões" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f septilião" +msgstr[1] "%(value).1f septiliões" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s septilião" +msgstr[1] "%(value)s septiliões" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f octilião" +msgstr[1] "%(value).1f octiliões" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s octilião" +msgstr[1] "%(value)s octiliões" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f nonilião" +msgstr[1] "%(value).1f noniliões" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s nonilião" +msgstr[1] "%(value)s noniliões" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f decilião" +msgstr[1] "%(value).1f deciliões" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decilião" +msgstr[1] "%(value)s deciliões" #: 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: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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr "agora" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "há 1 segundo" +msgstr[1] "há %(count)s segundos" #: 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: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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr "%(delta)s a partir de agora" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +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: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: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 5557702e52..4db59a9655 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 f08177c71f..db05e7fb21 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] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decilhão" +msgstr[1] "%(value)s decilhões" #: 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: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 e335921c34..a1dfb625ae 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 8d516be94b..2795c20d38 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 b74478aae9..972d4051f1 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 a59e996baa..b99d741b2d 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 8d459c416f..1588323e94 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 e82874cb78..7219a3f09c 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 01e26e28fb..28437d72c3 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 212ac98a62..20ce6e1cd7 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" - -#: templatetags/humanize.py:57 -#, 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)s milijonov" +msgstr[1] "%(value)s milijon" +msgstr[2] "%(value)s milijona" +msgstr[3] "%(value)s milijoni" #: templatetags/humanize.py:58 #, python-format +msgid "%(value).1f billion" +msgid_plural "%(value).1f billion" +msgstr[0] "%(value).1f miljard" +msgstr[1] "%(value).1f miljarda" +msgstr[2] "%(value).1f miljardi" +msgstr[3] "%(value).1f miljarde" + +#: 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" - -#: templatetags/humanize.py:61 -#, 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)s miljard" +msgstr[1] "%(value)s miljarda" +msgstr[2] "%(value)s miljardi" +msgstr[3] "%(value)s miljarde" #: templatetags/humanize.py:62 #, python-format +msgid "%(value).1f trillion" +msgid_plural "%(value).1f trillion" +msgstr[0] "%(value).1f triljonov" +msgstr[1] "%(value).1f triljon" +msgstr[2] "%(value).1f triljona" +msgstr[3] "%(value).1f triljoni" + +#: 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" - -#: templatetags/humanize.py:65 -#, 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)s triljonov" +msgstr[1] "%(value)s triljon" +msgstr[2] "%(value)s triljona" +msgstr[3] "%(value)s triljoni" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f kvadrilijonov" +msgstr[1] "%(value).1f kvadrilijon" +msgstr[2] "%(value).1f kvadrilijona" +msgstr[3] "%(value).1f kvadrilijoni" + +#: 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" - -#: templatetags/humanize.py:69 -#, 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)s kvadrilijonov" +msgstr[1] "%(value)s kvadrilijon" +msgstr[2] "%(value)s kvadrilijona" +msgstr[3] "%(value)s kvadrilijoni" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f kvintilijonov" +msgstr[1] "%(value).1f kvintilijon" +msgstr[2] "%(value).1f kvintilijona" +msgstr[3] "%(value).1f kvintilijoni" + +#: 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" - -#: templatetags/humanize.py:73 -#, 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)s kvintilijonov" +msgstr[1] "%(value)s kvintilijon" +msgstr[2] "%(value)s kvintilijona" +msgstr[3] "%(value)s kvintilijoni" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f sekstilijonov" +msgstr[1] "%(value).1f sekstilijon" +msgstr[2] "%(value).1f sekstilijona" +msgstr[3] "%(value).1f sekstilijoni" + +#: 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" - -#: templatetags/humanize.py:77 -#, 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)s sekstilijonov" +msgstr[1] "%(value)s sekstilijon" +msgstr[2] "%(value)s sekstilijona" +msgstr[3] "%(value)s sekstilijoni" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f septilijonov" +msgstr[1] "%(value).1f septilijon" +msgstr[2] "%(value).1f septilijona" +msgstr[3] "%(value).1f septilijoni" + +#: 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" - -#: templatetags/humanize.py:81 -#, 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)s septilijonov" +msgstr[1] "%(value)s septilijon" +msgstr[2] "%(value)s septilijona" +msgstr[3] "%(value)s septilijoni" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f oktilijonov" +msgstr[1] "%(value).1f oktilijon" +msgstr[2] "%(value).1f oktilijona" +msgstr[3] "%(value).1f oktilijoni" + +#: 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" - -#: templatetags/humanize.py:85 -#, 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)s oktilijonov" +msgstr[1] "%(value)s oktilijon" +msgstr[2] "%(value)s oktilijona" +msgstr[3] "%(value)s oktilijoni" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f nonilijonov" +msgstr[1] "%(value).1f nonilijon" +msgstr[2] "%(value).1f nonilijona" +msgstr[3] "%(value).1f nonilijoni" + +#: 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" - -#: templatetags/humanize.py:89 -#, 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)s nonilijonov" +msgstr[1] "%(value)s nonilijon" +msgstr[2] "%(value)s nonilijona" +msgstr[3] "%(value)s nonilijoni" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f decilijonov" +msgstr[1] "%(value).1f decilijon" +msgstr[2] "%(value).1f decilijona" +msgstr[3] "%(value).1f decilijoni" + +#: 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" - -#: templatetags/humanize.py:93 -#, 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)s decilijonov" +msgstr[1] "%(value)s decilijon" +msgstr[2] "%(value)s decilijona" +msgstr[3] "%(value)s decilijoni" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f gugolov" +msgstr[1] "%(value).1f gugol" +msgstr[2] "%(value).1f gugola" +msgstr[3] "%(value).1f gugoli" + +#: 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 -#, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "pred minuto" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "pred minuto" - #: templatetags/humanize.py:201 #, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +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: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" - -#: templatetags/humanize.py:218 -#, 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 sekund" +msgstr[1] "čez %(count)s sekundo" +msgstr[2] "čez %(count)s sekundi" +msgstr[3] "čez %(count)s sekunde" #: templatetags/humanize.py:223 #, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +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: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 21aa21ec87..d45f85c95f 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 5ea04d7124..ca393296de 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s trilion" +msgstr[1] "%(value)s trilionë" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f kuadrilion" +msgstr[1] "%(value).1f kuadrilionë" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kuadrilion" +msgstr[1] "%(value)s kuadrilionë" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f kuintilion" +msgstr[1] "%(value).1f kuintilionë" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s kuintilionë" +msgstr[1] "%(value)s kuintilionë" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f sestilion" +msgstr[1] "%(value).1f sestilionë" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s sestilion" +msgstr[1] "%(value)s sestilionë" #: 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] "" -msgstr[1] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" -msgstr[1] "" +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] "" -msgstr[1] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" -msgstr[1] "" +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] "" -msgstr[1] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" -msgstr[1] "" +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 decilion" +msgstr[1] "%(value).1f decilionë" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s decillion" +msgstr[1] "%(value)s decilionë" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f gugol" +msgstr[1] "%(value).1f gugolë" + +#: 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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" -msgstr[1] "" +msgstr "tani" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" -msgstr[1] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "një sekondë më parë" +msgstr[1] "%(count)s sekonda më parë" #: templatetags/humanize.py:201 #, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "një minutë më parë" +msgstr[1] "%(count)s minuta më parë" + +#: 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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" -msgstr[1] "" +msgstr "%(delta)s nga tani" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" -msgstr[1] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "një sekondë nga tani" +msgstr[1] "%(count)s sekonda nga tani" #: templatetags/humanize.py:223 #, python-format +msgid "a minute from now" +msgid_plural "%(count)s minutes from now" +msgstr[0] "një minutë nga tani" +msgstr[1] "%(count)s minuta nga tani" + +#: 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 8dad4bebfc..82ffab2c4d 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 239b4e27a6..dafecf4c4c 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 3240e6198e..37857822eb 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 34a5d3989e..226beb1957 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 82e69b535e..66f0f9344c 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 85f28e68ae..ea3fa14c3f 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 7d654b547d..dc79ff4d17 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 0553a0a679..80b0d21cbe 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] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kuadrilioni %(value)s" +msgstr[1] "kuadrilioni %(value)s" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "kuintilioni %(value).1f" +msgstr[1] "kuintilioni %(value).1f" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" -msgstr[1] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kuintilioni %(value)s" +msgstr[1] "kuintilioni %(value)s" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "seksitilioni %(value).1f" +msgstr[1] "seksitilioni %(value).1f" + +#: 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 5a03afc955..55acc54e53 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 ddd27f8a7c..e7bca62a78 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 288af3fd8f..1b44b477e8 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 56cd2faf46..a4901b2b54 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 8ec80c28f5..1db0c95efb 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 15813862e2..f8a466dc5c 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 c632641ac2..5b8b08836f 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 0e811870d6..e7c42cbe31 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 121e637a64..f331d6194b 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 3968f0b2d5..2717433c23 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 b8c628d7e4..d58aef7bac 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 726a2f7d6e..dc4b85f9e9 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 0e980ce44e..b023b5358d 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 f48ca63333..f990f7f065 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 540d6348da..04a40d9609 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 3da8c173ff..0a0a30ce08 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 59f5d1fb92..392ae24f81 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 0fc7961006..e470e0ab6b 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] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的5次方" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f 1000的4次方" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的4次方" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f 1000的7次方" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的7次方" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f 1000的8次方" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的8次方" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f 1000的9次方" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的9次方" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f 1000的10次方" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" +msgstr[0] "%(value)s 1000的10次方" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f 1000的11次方" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" +msgstr[0] "%(value)s 1000的11次方" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f 10的100次方" + +#: 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 91ab667c5f..880d8aea79 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 4e38a2a7d1..111b035110 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] "" - -#: templatetags/humanize.py:65 -#, python-format -msgid "%(value).1f quadrillion" -msgid_plural "%(value).1f quadrillion" -msgstr[0] "" +msgstr[0] "%(value)s 兆" #: templatetags/humanize.py:66 #, python-format +msgid "%(value).1f quadrillion" +msgid_plural "%(value).1f quadrillion" +msgstr[0] "%(value).1f 千兆" + +#: templatetags/humanize.py:67 +#, python-format msgid "%(value)s quadrillion" msgid_plural "%(value)s quadrillion" -msgstr[0] "" - -#: templatetags/humanize.py:69 -#, python-format -msgid "%(value).1f quintillion" -msgid_plural "%(value).1f quintillion" -msgstr[0] "" +msgstr[0] "%(value)s 千兆" #: templatetags/humanize.py:70 #, python-format +msgid "%(value).1f quintillion" +msgid_plural "%(value).1f quintillion" +msgstr[0] "%(value).1f 百京" + +#: templatetags/humanize.py:71 +#, python-format msgid "%(value)s quintillion" msgid_plural "%(value)s quintillion" -msgstr[0] "" - -#: templatetags/humanize.py:73 -#, python-format -msgid "%(value).1f sextillion" -msgid_plural "%(value).1f sextillion" -msgstr[0] "" +msgstr[0] "%(value)s 百京" #: templatetags/humanize.py:74 #, python-format +msgid "%(value).1f sextillion" +msgid_plural "%(value).1f sextillion" +msgstr[0] "%(value).1f 十垓" + +#: templatetags/humanize.py:75 +#, python-format msgid "%(value)s sextillion" msgid_plural "%(value)s sextillion" -msgstr[0] "" - -#: templatetags/humanize.py:77 -#, python-format -msgid "%(value).1f septillion" -msgid_plural "%(value).1f septillion" -msgstr[0] "" +msgstr[0] "%(value)s 十垓" #: templatetags/humanize.py:78 #, python-format +msgid "%(value).1f septillion" +msgid_plural "%(value).1f septillion" +msgstr[0] "%(value).1f 秭" + +#: templatetags/humanize.py:79 +#, python-format msgid "%(value)s septillion" msgid_plural "%(value)s septillion" -msgstr[0] "" - -#: templatetags/humanize.py:81 -#, python-format -msgid "%(value).1f octillion" -msgid_plural "%(value).1f octillion" -msgstr[0] "" +msgstr[0] "%(value)s 秭" #: templatetags/humanize.py:82 #, python-format +msgid "%(value).1f octillion" +msgid_plural "%(value).1f octillion" +msgstr[0] "%(value).1f 千秭" + +#: templatetags/humanize.py:83 +#, python-format msgid "%(value)s octillion" msgid_plural "%(value)s octillion" -msgstr[0] "" - -#: templatetags/humanize.py:85 -#, python-format -msgid "%(value).1f nonillion" -msgid_plural "%(value).1f nonillion" -msgstr[0] "" +msgstr[0] "%(value)s 千秭" #: templatetags/humanize.py:86 #, python-format +msgid "%(value).1f nonillion" +msgid_plural "%(value).1f nonillion" +msgstr[0] "%(value).1f 百穰" + +#: templatetags/humanize.py:87 +#, python-format msgid "%(value)s nonillion" msgid_plural "%(value)s nonillion" -msgstr[0] "" - -#: templatetags/humanize.py:89 -#, python-format -msgid "%(value).1f decillion" -msgid_plural "%(value).1f decillion" -msgstr[0] "" +msgstr[0] "%(value)s 百穰" #: templatetags/humanize.py:90 #, python-format +msgid "%(value).1f decillion" +msgid_plural "%(value).1f decillion" +msgstr[0] "%(value).1f 十溝" + +#: templatetags/humanize.py:91 +#, python-format msgid "%(value)s decillion" msgid_plural "%(value)s decillion" -msgstr[0] "" - -#: templatetags/humanize.py:93 -#, python-format -msgid "%(value).1f googol" -msgid_plural "%(value).1f googol" -msgstr[0] "" +msgstr[0] "%(value)s 十溝" #: templatetags/humanize.py:94 #, python-format +msgid "%(value).1f googol" +msgid_plural "%(value).1f googol" +msgstr[0] "%(value).1f 穰大數" + +#: 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 "" - -#: templatetags/humanize.py:191 -#, python-format -msgid "a second ago" -msgid_plural "%(count)s seconds ago" -msgstr[0] "" +msgstr "現在" #: templatetags/humanize.py:196 #, python-format -msgid "a minute ago" -msgid_plural "%(count)s minutes ago" -msgstr[0] "" +msgid "a second ago" +msgid_plural "%(count)s seconds ago" +msgstr[0] "%(count)s 秒前" #: templatetags/humanize.py:201 #, python-format +msgid "a minute ago" +msgid_plural "%(count)s minutes ago" +msgstr[0] "%(count)s 分鐘前" + +#: 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 "" - -#: templatetags/humanize.py:213 -#, python-format -msgid "a second from now" -msgid_plural "%(count)s seconds from now" -msgstr[0] "" +msgstr "%(delta)s 後" #: templatetags/humanize.py:218 #, python-format -msgid "a minute from now" -msgid_plural "%(count)s minutes from now" -msgstr[0] "" +msgid "a second from now" +msgid_plural "%(count)s seconds from now" +msgstr[0] "%(count)s 秒後" #: 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: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 6b1920b79f..28d6a9ebac 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 c07059dc5f..9129415124 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 32bf2873d8..116509bef7 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 4691e60960..f7238b3ede 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 0000000000..fc4cfaf33f 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 0000000000..9125a2d3c9 --- /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 cdd099ae85..8d61e7199e 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 3de23537bd..e7f33e5ba5 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 aa9ff5a81b..645e7e0c50 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 97e5847090..7d27498676 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 0000000000..3b6b874073 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 0000000000..b500a868c8 --- /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 f9c9d11115..142d1b1660 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 6f1556582d..874abc3ab6 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 dd1455aa78..10ed38a370 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 5ff4e7515b..b423c99605 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 f04e5c58a0..2ebd6b3143 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 ba50d201b9..dd49dd3607 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 4135232fa7..e94d4386e3 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 9df5bd96e2..eb3509d712 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 e748e3c0b2..42390dde6b 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 2e0e1d8c77..34ce5e729f 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 77315f63e1..7007f5f856 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 3ac1369442..7d4e70bd36 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 e9b4de2254..077e990fef 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 ef15865244..8004322858 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 83b94c07c4..a0c5646f66 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 6f16dd0411..5ade727509 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 033a210830..802e35087d 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 b031780f33..2aa146559e 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 06cd5726ac..9071f264d6 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 8d30ab92f8..9a1e30283f 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 35c44b949a..042a995311 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 ba53f73163..e28ca082bc 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 771dcbf260..c54b0a217c 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 1d5acedf89..e3eb576db7 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 432a23ef1e..aa8926ccb9 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 f2472ce7b6..53a6751336 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 686cd7e446..11652d14cd 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 4da6abaccc..2b6c3e2e2e 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 e7df9ee1a9..13b9c83441 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 2093840af1..7d4048d05a 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 6e18a7ba91..340bff2650 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 a22202cf1d..75a590082d 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 cae3fb4320..9fb3db2086 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 f2c7c2703c..cb88524143 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 07321659fd..622b1c1a21 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 2f881ed43e..cbf5c20f45 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 b638b8006c..8cec2a53c9 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 3cdedd4a6f..3368438a85 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 fe2692cf03..032d138255 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 e03ed50cc3..fa1490d65c 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 b839a0c0e4..ef46a79ace 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 e819818fd4..3dd8b2aa6a 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 b76be2af79..ae8c913cba 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 3e8c78d375..3d1468644a 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 529680c1c2..4593193360 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 d5e5ae2a3e..b6da42d60f 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 35fcfdb192..cd84d470d3 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 179e3dfcb1..fddb366948 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 0000000000..55ba41431a 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 0000000000..d7914f5446 --- /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 560066ac30..b7b58e7e31 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 9e4738fc25..66d725b959 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 0ff4258c9d..9be139b987 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 cf39e26a2a..2b2e543b8a 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 45f258c667..d924c45b15 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 01abf8d5ef..1263379b69 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 e423037062..0f7aaf5966 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 e0e6b3117f..58db7eafae 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 0d75daaf12..95854eb222 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 c781abc401..804cfc206e 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 6e781eeacf..4e1fd4afcb 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 38df1669c0..dd62105035 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 387f1c34c1..fd8c365335 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 ca5eb43726..3bf0f0d24c 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 58ee0e2b1c..fc957bd4f8 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 59041c5cb4..9d3426b661 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 edaca64a73..dca9b32fdd 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 84bf411277..04478f84cd 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 23e15ac329..2e83d5ff12 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 4123edb42e..4e827567ba 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 b5d6c29009..1198db24b2 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 d95cbc6520..12e14282f2 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 92fe1965ac..2f84a9aebd 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 97b6858c53..46da61be1a 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 93d97c4d2b..7f320ea684 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 f2e3f222e5..e15d879773 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 7fadac9e21..284ce4f304 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 bfd6d721e1..b3ac45113e 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 5fe0e387f7..2562006e93 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 5f6539142e..c2e264f912 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 d015e0b804..6aeceddb49 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 81c7e870cb..073bb9023d 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 1dc65b6f88..497db79a94 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 132c81a435..8cd402bb5f 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 93e3582829..03b5a15808 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 847bc9051e..4b9eaf55af 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 522169c200..e1a2f60eb7 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 b2bc7e0f00..89b1d0422a 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 a1c4637553..f4b266905e 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 4c25094f1d..d54970a80d 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 9cb56da32c..9bcfca5d4d 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 791d3bea22..68a822d637 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 6d1293650b..8c88184a3e 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 9ce8ba6f9a..e2cd7f5123 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 1d1d18405f..4dcb7f3839 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 d5d6001ef6..cb93ba61a2 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 013198ad3c..d1efaf9281 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 b6150a7a77..404d06e71a 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 9986470f89..50663aef2c 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 1ec95ca509..bb52edb343 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 491c526f13..7ee9043b26 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 c1c2e8e8ff..09e1d46e30 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 3e4602b01f..040913cf9d 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 c254bbde72..8fdfd6060f 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 c5f3ae758b..1856888635 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 cf5ada9846..a3f6038a65 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 944a73683d..c2f6d8b84e 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 983e119394..6c14c4c3cf 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 ad26cd2fba..59edbbb254 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 3c5df108d3..dec0b0976a 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 ed1e12e1f8..f3ecf43f21 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 17cd5ea5ac..e58d3b5cc4 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 7009c8a9e6..327865b54c 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 186980ad15..b1c4c2dd6a 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 0bc43126cf..f284d699ce 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 6f952454b8..720f0b7c82 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 4f5c2fd4d3..b7b5372601 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 a3f9bd9745..127e7cadd1 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 d53b767526..0699aae705 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 a4cc405c30..a447e83f2f 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 5d5711ed4a..993df655d0 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 156760343a..dda6baf231 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 132b33fe3d..86c4b6874c 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 0a451c1647..87ba94e3e6 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 82c3c66b92..5f710e1de3 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 82b2c8a7b6..f63100587e 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 3a48672f10..23b8b97ffa 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 f623d9db3d..940d02e5fc 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 293aa09ab0..e2f4343db8 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 0e75ffe236..826ef580c7 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 107adc4be8..b73544b2ce 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 20215bbf40..a066a8c861 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 1890f46bca..98e64b40f1 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 a98ca47cfb..f5ca59f20f 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 0000000000..3df0d92b4e 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 0000000000..b1b5b3d1ba --- /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 1f34a0fc31..a6a8711b14 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 7c0c44f93d..44138b30de 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 552a949c8c..904465de4b 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 7c37273ea9..46e732fe0a 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 0000000000..d869c18fd6 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 0000000000..64453fb08e --- /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 88a004b598..6c400fba73 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 fadb9a4127..b5cf3d5c8a 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 fa3b17281e..44b18f85d0 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 abb8690de6..988e565dd6 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 027c11b2ad..bc05d07cf4 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 754c06fdf5..d28ddb86f4 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 99aced14cb..57a4cd69f8 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 79e2437048..7d07fa2a92 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 a2b4240447..41c5627373 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 1f2fd909c3..6312760ba9 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 0c6bd70fa0..cbebb73cfc 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 a895f3f27e..809f135601 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 4a9828857e..d779be937f 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 1dc89ddff9..f1ce7c505f 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 83b94c07c4..bf854ed382 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 885b5fdb97..398773b616 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 61136761b8..a0beafbfe4 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 5994dd0fe4..2842146805 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 56d04e4568..bc973373a6 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 8976a4a0b5..4fb761f25a 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 c93f43ecec..9688ebe523 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 c76748ff91..268285768c 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 32b1fe9068..a813a10f08 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 6fd08514ce..9d6bd390a1 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 00cc74cac1..8180d8e807 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 a2f30768a8..9b2418d721 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 e75de49bde..d94063312e 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 9d22d813b2..0720c4c45a 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 be6bd0fbaa..92dcd9a17e 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 f62eae0ef0..4d583e67ce 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 b0185b073d..0e8e996273 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 f81151460a..5909509689 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 d609793d00..1a42f8f6b4 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 41d6aa9e0d..357ac0a240 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 9954a924a2..9106177dd4 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 44de90a193..58902fdf9d 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 3eeeb98de1..f487aab04f 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 e86d9105f2..b7b64fbd49 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 de0e790745..687be7b789 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 fe76d9f5e6..8164e833c3 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 7782999e3c..cce93e2f09 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 a095c4716e..ad34502fff 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 e90a268a0f..177dd1d487 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 0df863dd15..4d9177a42a 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 dc9cf5c6e4..aaa5ddbc9c 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 acfe2e488c..971c5b63b8 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 e56b1ea0bc..f23caacfa9 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 fbb1f0d92b..4e81914021 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 a4542a6cd7..f348545f1e 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 78d8e16e39..ad575d1429 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 ac0a30041e..87ccc54c02 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 2a28a386de..09a439cb40 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 c6c98519b7..ec625187d2 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 e9c39784d3..1528c07148 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 ad72eb3746..ad22df0934 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 76334205e7..793e80a35f 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 19bbfed829..b1fa0bc53e 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 d2f70a082a..25c523d3ba 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 479c5a8a5c..45a9623cf7 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 24c56c0da8..db764d65a6 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 5847d90c4a..3e0a52dada 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 009331fecc..77afa2f983 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 8f4dfa3721..ad4f945d9f 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 a2e15d4c80..6e92f3338a 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 0dc6a43c61..5afa67610f 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 c5e4a34e39..f178aa28aa 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 23419be03a..a7fb1417df 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 2af9009e78..70b4626099 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 7f91acbb15..96c4a7694f 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 8a93dea3f4..19739a3b0c 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 5b68fb711c..20219805cd 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 60a6f64fa9..3c8c66cb72 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 889ac27c48..e9760c6515 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 854a600575..31168f88d0 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 5d59cd8306..bce814c4ed 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 cd84eb8f05..46a88d978d 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 971e538809..75a87fc36f 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 c04452ecbe..24add5bbb4 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 4d1760e743..cdf473e5dd 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 ab5f53bcb4..26eef3517b 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 2ab5cfd5bb..f3f3b24bbe 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 050b666fe4..faeceb2685 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 690d96913a..bd9ac9cfd6 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 87e0ae6acf..bc856a7536 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 58e385645f..2e1dc96599 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 4f876ac062..065e2b3328 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 958bb56c6e..9b3ffa080e 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 058dc91b23..d283543b5d 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 27d01005d3..4ee0f7ebba 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 5c8a82e807..c07048cc49 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 d0bf6c0ff1..e7bf704ff3 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 d0d59ebd17..64b1bda305 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 ecbb2ead9d..f7746010ce 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 3047bbcfba..fed5712b24 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 6bdbdf89dd..2ab114191f 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 a350e0d6db..9b85990d43 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 f585c2d17d..827e623b14 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 833b03b60f..e7730e44e8 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 450364c340..d97db4fb60 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 523882f1a6..bfb11d2c75 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 31f711afb2..e22e9c1241 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 9bbcf52837..e21ccd46ff 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 73d1fdca8c..0203dd5223 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 cd793333b5..c077381056 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 8e13b74158..e656bc9e47 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 c274cd0fa8..1c4babe6f3 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 1a8b65039e..b12919126f 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 080395d10b..23e6dbef72 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 2e1c7a18a6..b70ace73a0 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 7dbd6a8287..fb224e0b7c 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 0b615b9e31..e95f6e7da0 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 60d17a6f99..d341899f2f 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 a2c415cbfe..eea4e568d1 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 6eac75a090..ce282b0fa1 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 b89ca6e21b..e7a280b254 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 f2898d0c5f..8ab110c08d 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 15322a7ab4..14ed7f88db 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 dcf460a7af..c7982ec58c 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 82bfa0e29b..eb0a0ec67d 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 63339d8abe..0ce8e530ca 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 b03674375b..f27ab608b4 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 1c4bd18243..b1522458af 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 4e524a9f53..1bc9aff981 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 cbc3e281e2..e6b61bbb74 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 2d26956d6d..533d0840f4 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 de16c22be5..f57ea29436 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 be95e0fe9e..349139a02e 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 7e80a1afb8..37240d8ad7 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 0db825f766..322a25c16c 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 e4e90c5717..eadad993d2 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 fec1f14f86..1cc92ba91c 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 cee997b73c..0074521072 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 e999c66eba..e45e51fdd7 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 3abafa30d7..8bccd1eb3f 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 0000000000..25dea52ed6 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 0000000000..eb0ea7f1da --- /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 d97802bbb1..9baaad039e 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 9c146b5ef9..5ab2073153 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 e6c21c3621..c9580262f2 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 f96517ce28..936198c54d 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 0000000000..154914dffd 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 0000000000..e1c0a98aee --- /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 ab1684f3c9..fd8c70a0af 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 94a93bdaa8..0bc0904115 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 df27fe2329..2d54327f4a 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 006754b96d..182627bf66 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 5e8290c53d..291f58d8dd 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 c44797234b..99b215846e 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 df0d130e9f..6d45b0add9 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 be36ebcb03..709efc7aa4 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 34953390fb..86eb4805d3 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 ba65cd5487..12949a4bfb 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 ba635e22bd..a2669ea196 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 2b0065030a..89b4f25941 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 506c859e57..c762208602 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 dee7edc0b5..4bc3943127 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 83b94c07c4..1f590af580 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 5147a71fe5..339a642088 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 cafb285003..0f63ba1c73 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 bb8bb1e45d..2eb061699e 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 dd3fbd593d..65428b548b 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 76db1a514a..0c56425558 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 73c76bb47c..2ab4c6a61c 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 76206fc435..8c03740a21 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 1b6cd8ce9d..795f791532 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 af11fc20c1..ebb5e13189 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 19b79d9df9..d74c7ab2b3 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 dee33d0100..f0a0d8094e 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 70f28077b6..5c002dbaeb 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 309cd96c34..5f516210b3 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 57af32db2f..9e2572e9ca 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 5b8d0c6e1d..4da3e33fb4 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 425e50588f..7bb8c0ebbb 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 7131c9c932..01dca904d2 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 ae9c01bac1..47e137d390 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 8ebafca9c9..9381a19c82 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 df4b39d582..fc7703e346 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 22c41eed26..968bf4bd6a 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 796daab3d7..fbc9a90335 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 9cbf6d8eb7..ee43a3b8e1 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 87ada18c15..34429d4b3f 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 670bfdffe8..db2b25d7b9 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 cbecaa6b65..361282958e 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 0ab9357733..a36fa372d0 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 acf81c97c3..61d619bb1a 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 9e608651b7..fd556154f6 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 f2976d6f2b..c5937088a5 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 86fe481891..8c2d163c26 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 f4e4c4b500..03f15253ea 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 1a1579031b..4c7a8b6f1c 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 e9a367d752..2a05ec3214 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 2565ba1c0a..4d42685457 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 c89a9300dc..64a124cbc6 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 1a7f4a6f7b..4792d6338d 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 4239c42c9a..90daaf8750 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 55d0a074b0..6009361321 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 914250fa98..35221fb737 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 4788259381..9220c2ee14 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 0bdd3e9fac..9184207852 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 564168373a..e0cb264d20 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 d35c7c61cb..2688d31902 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 e10abb64d3..cc4e3a68e6 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 f07d6bdfaa..014bcbbb73 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 26567a5e8f..990c17acce 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 48747982dc..324ba85799 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 c55c43b501..7d7f413ce1 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 67cfc102cb..48122ae74e 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 f8dd4fdb26..f9451d1081 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 c480408d05..42cefffa32 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 9457a67f58..11baa63c01 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 11009b9815..a0188a6443 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 6e19af61a4..a805fa980f 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 ce4493b82d..26996b7113 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 05571d7a6d..531b60ca88 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 7fec57a29f..09c12c0ba2 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 d269515820..106ee12f77 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 ef09bcde3e..5a281d8d02 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 7f94ff7afa..5775b8c1ad 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 680b0415be..7e2edc6cf5 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 0f57053386..f97eb99abf 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 c5b1102116..7a9419f95a 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 41cf2fdd1f..dc69a8f09d 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 036740f80f..70079045de 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 cd46bc0508..3660b7a5fd 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 da64a6eeee..26e7c20e6c 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 9eb6a83394..bbf954b8ad 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 b64284617c..b2739f95a7 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 8ada9536e5..7760b633a8 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 8b11172d52..c1991b2e76 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 8af56845a9..0063dfa3c3 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 aa0c92b81b..ff6a9038b5 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 fbc6a2edd9..8a0ad49223 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 46c24a689d..61e1bdfaa8 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 da64cc5780..984af16f9e 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 06b6cf464f..b5cd346a80 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 864d8f75f3..1e6c869560 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 c093ee9e18..a4c1035754 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 3d25b2239b..1dd4caa383 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 4d0d5e0e9d..b5347a4238 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 8f6b703267..ab0e6dd49b 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 2f1c23b095..483915a51d 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 c5c5914234..f17f4841a0 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 18227ad437..7ae39d93f7 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 db65b6917b..9a32433f74 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 c10d6a89b2..704e1ca960 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 55fbfc603c..d61ba642e8 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 8c6fd9f381..5835c474ff 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 b08b989679..33588ba282 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 aa6bc7b9e6..f2756c4d87 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 9bef555877..4b89b706e6 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 62985ed792..764d2da20b 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 2bff12b6c6..dc208eb26c 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 7d292a8036..de118e56fe 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 742fb137ba..6e47a83622 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 b3657b1bc4..e57efa7e29 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 f001d6d37b..ff06dadaf8 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 29f1622318..e6d6b1d7db 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 6faaebc0d1..3c0e4be7bd 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 6467ee0368..a9d07bc001 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 5afa1b7f13..be9a4035b7 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 e27f75966f..1f40b6aa88 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 a86e06415f..449e2e2c50 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 475fbe7a43..7914513095 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 02ea366840..9d7e239999 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 6f0fd6ab47..154b9a383a 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 c1fc3a5b83..d17786a4f6 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 f9ee1c8269..6a0ee004bf 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 14e963d952..01ad633e03 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 49260ec01c..31fbd053c0 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 bbc5a64464..71f355ead9 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 3db784b572..0a618cfe88 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 085dc8ad77..6345613833 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 2090369e9f..d296ff85a3 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 541eb23465..b8449f03f6 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 d394765590..686bf5c026 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 37e1ec8f79..17b6953c03 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 0000000000..de58fb6894 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 0000000000..1dd04ca17c --- /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 6ef2373480..1a76391aea 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 8b94cb21a1..a958ca6d86 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 381e4dde87..cfef68ef1d 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 17a2bb0c24..59ace9544d 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 0000000000..5ad977ebff 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 0000000000..997790d382 --- /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 e839bf477f..dd4accd2f9 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 696892dc55..8d51c45014 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 10a13f9335..0ebb2d9d56 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 7877e8c977..7dfcb82bbf 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 363e1dad5a..6fd2fc9935 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 f2b48f7907..c66e1bbc12 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 9e421b6386..d2b9d36ee3 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 fdbd0c02b2..09162cbaea 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 c07c4d7d97..cd2b10659a 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 c3b4a0f68b..5772ce2586 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 a5baeb8de6..c8da3ebd84 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 d864ff7fd6..3fb0e24ccf 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 a53bae1b5e..4ca27d73f2 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 2c1b361efb..e783a395c9 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 83b94c07c4..f8612702dc 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 410b61b9c7..d4c36507f8 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 b761281eb5..0fb6b5c27d 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 95133f6780..5e9390ec9f 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 45c6ffcffd..728e923bf7 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 4348e9f9f5..4812b1f752 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 b9ee258ec5..9558c38149 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 7d5d6a80a1..c2f7369788 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 a7a710ae54..c844797c1c 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 127033de27..47a7095518 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 73c04285d5..31546d4fca 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 21481d63be..029909a92d 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 e50b4be72b..d7f3636bfa 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 a72fb8a693..a6d6b5962b 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 ccee0654c2..ed3586fc07 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 322bb5a1ce..1defb626d2 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 0d470b8796..2f709cb580 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 b2906913af..3d4e35dde9 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 460969a2c7..62ffe62a9d 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 1a879732f1..b9530ccb9f 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 79c7750c83..9977f02f0b 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 dd72a6b562..4b50d500fd 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 f027bdd2ce..9341e81d18 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 3805325618..3f80f77ab0 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 7e8e35e696..83c915e6ee 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 5c1328c2bc..cf4d2a29b5 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 a1617c42e5..1ced51cfdb 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 6ea898e58a..6710d38bae 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 0fda88aed9..5a3330b6fb 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 28ee79f629..6df77991fa 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 a5811a79b5..f29646b6f6 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 e43d9d6a95..865cb365bd 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 929572ab02..b71b893683 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 2bfe0d4c1c..d96c0ace57 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 ceff18fe4b..642d3fb661 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 0cc6276fe1..c1c53b717b 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 6bc54e8068..1d6b8f1f67 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 32bd603f32..5f0c7430a4 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 b5abefa1fc..4271a851ca 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 9cd18cb1c5..d1b5386070 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 1dfc7fdcf8..b69434326a 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 8c65c5543c..3723602335 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 f42dde3def..bfaf8b12c0 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 47f4825347..111522964c 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 9e7555bb41..81658f2d2a 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 9400c5200d..bb2961d098 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 419e0d61a5..b2188dc733 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 8daef973a5..ea0e8b4453 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 70b27dccec..d1fedf7799 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 71633fa602..1b4feea6a2 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 58e5a16b27..38653bb289 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 b1a9eaf589..4a95c4eaee 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 76e1fc06b8..9d253cbe56 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 1f587e75b1..8dab745521 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 7f72cf6537..56547ce90a 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 9dc0f51b6d..c33da481be 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 5a2dac3b37..44d91fc00a 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 c25b07e0c1..80cab7ffa5 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 6ca5e87ae8..274c3d2f4e 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 78a9a5c7d9..dfc48eef3a 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 534aeb6272..5d54143e80 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 29cc141dda..e963eab7b0 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 de40e295bc..af5a2a9b03 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 4f240b05ef..419e6f2fd2 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 b357614001..5b2f3d0394 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 80428a6d32..8f02330501 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 d41af11975..5318265c81 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 929c29f2d8..5c568021d6 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 67835b4a5c..7dfdf81c47 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 fb51aae8d4..4e77be19f3 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 c201ffc7f2..9f5d10e317 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 527aad9051..df08a2cdf8 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 70d5709cc9..32f23bc84f 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 7dd687f0a2..5bc3ac011c 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 e07e731805..e035a8e7bc 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 a5d0731f0a..3295c7e627 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 a5a68cfb3a..a13f2c4b50 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 d4e199adf9..0059f28499 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 2740e31280..adfcb05c93 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 709012142d..ab6ed87f0c 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 191f8a058f..c470fe7d0b 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 8828d52f40..15d8e45e00 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 b924fb4988..f607b65a05 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 3e70c63b23..b33d052f2a 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 29b312d99e..150490ccc3 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 8ca8469b3d..4aa1b6ee27 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 7d163f0528..8322324dad 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 d6533310fa..09d0290676 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 fa2d012d50..67a402d67f 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 3c3ac2870f..63c1717426 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 bb99d50d2d..83dfd1d63d 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 b552cd1679..8935d815de 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 6ac0e27345..639bcbee8d 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 c6a105bace..1efe6a769a 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 e182aade8c..07d97847c5 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 520bca1b65..197ff4ef2e 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 d79aa4465e..d1eb24fc81 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 2a6943a5fb..7cb3d7be38 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 8b351d811d..bfbdb1a597 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 432f10b8f7..a4f3a73dc1 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 1a4687e0e9..48d7454e0c 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 00b71bd692..c401f1753d 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 21ade9f232..6c773d68a0 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 4db6282f5b..a57dbe70b2 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 9b533e2df4..687ec72280 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 98c152d33a..afe50c2d9b 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 fd4322d7aa..f20b990893 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 da3e38669b..4302326b3d 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 846072d8cc..df83b924cd 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 1c34cf9758..93aea4a319 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 3bbce1f680..341e8f2f86 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 52490b6bc8..3df8c76938 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 24f963d926..b3f5caef1f 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 5d73e4c9c3..0122f699b6 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 9502aca6b4..166f9120f4 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 a44f3083d8..8c1f65abc9 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 "網站"