diff --git a/django/conf/locale/en/LC_MESSAGES/django.po b/django/conf/locale/en/LC_MESSAGES/django.po
index 2980c02ef7..4c94d5a00a 100644
--- a/django/conf/locale/en/LC_MESSAGES/django.po
+++ b/django/conf/locale/en/LC_MESSAGES/django.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-28 10:04+0100\n"
+"POT-Creation-Date: 2013-05-02 16:17+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English \n"
@@ -337,7 +337,7 @@ msgstr ""
msgid "Enter a valid value."
msgstr ""
-#: core/validators.py:53 forms/fields.py:627
+#: core/validators.py:53 forms/fields.py:640
msgid "Enter a valid URL."
msgstr ""
@@ -408,7 +408,7 @@ msgstr[1] ""
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr ""
-#: db/models/base.py:905 forms/models.py:590
+#: db/models/base.py:905 forms/models.py:605
msgid "and"
msgstr ""
@@ -630,46 +630,54 @@ msgstr ""
msgid "Enter a number."
msgstr ""
-#: forms/fields.py:295
-#, python-format
-msgid "Ensure that there are no more than %s digits in total."
-msgstr ""
-
#: forms/fields.py:296
#, python-format
-msgid "Ensure that there are no more than %s decimal places."
-msgstr ""
+msgid "Ensure that there are no more than %(max)s digit in total."
+msgid_plural "Ensure that there are no more than %(max)s digits in total."
+msgstr[0] ""
+msgstr[1] ""
-#: forms/fields.py:297
+#: forms/fields.py:300
#, python-format
-msgid "Ensure that there are no more than %s digits before the decimal point."
-msgstr ""
+msgid "Ensure that there are no more than %(max)s decimal place."
+msgid_plural "Ensure that there are no more than %(max)s decimal places."
+msgstr[0] ""
+msgstr[1] ""
-#: forms/fields.py:393 forms/fields.py:1045
+#: forms/fields.py:304
+#, python-format
+msgid ""
+"Ensure that there are no more than %(max)s digit before the decimal point."
+msgid_plural ""
+"Ensure that there are no more than %(max)s digits before the decimal point."
+msgstr[0] ""
+msgstr[1] ""
+
+#: forms/fields.py:406 forms/fields.py:1058
msgid "Enter a valid date."
msgstr ""
-#: forms/fields.py:417 forms/fields.py:1046
+#: forms/fields.py:430 forms/fields.py:1059
msgid "Enter a valid time."
msgstr ""
-#: forms/fields.py:438
+#: forms/fields.py:451
msgid "Enter a valid date/time."
msgstr ""
-#: forms/fields.py:512
+#: forms/fields.py:525
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
-#: forms/fields.py:513
+#: forms/fields.py:526
msgid "No file was submitted."
msgstr ""
-#: forms/fields.py:514
+#: forms/fields.py:527
msgid "The submitted file is empty."
msgstr ""
-#: forms/fields.py:516
+#: forms/fields.py:529
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
@@ -677,22 +685,22 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: forms/fields.py:519
+#: forms/fields.py:532
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
-#: forms/fields.py:580
+#: forms/fields.py:593
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
-#: forms/fields.py:733 forms/fields.py:811
+#: forms/fields.py:746 forms/fields.py:824 forms/models.py:1042
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
-#: forms/fields.py:812 forms/fields.py:915 forms/models.py:1026
+#: forms/fields.py:825 forms/fields.py:928 forms/models.py:1041
msgid "Enter a list of values."
msgstr ""
@@ -714,43 +722,38 @@ msgstr ""
msgid "Delete"
msgstr ""
-#: forms/models.py:584
+#: forms/models.py:599
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr ""
-#: forms/models.py:588
+#: forms/models.py:603
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
-#: forms/models.py:594
+#: forms/models.py:609
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
-#: forms/models.py:602
+#: forms/models.py:617
msgid "Please correct the duplicate values below."
msgstr ""
-#: forms/models.py:868
+#: forms/models.py:883
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
-#: forms/models.py:932
+#: forms/models.py:947
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
-#: forms/models.py:1027
+#: forms/models.py:1044
#, python-format
-msgid "Select a valid choice. %s is not one of the available choices."
-msgstr ""
-
-#: forms/models.py:1029
-#, python-format
-msgid "\"%s\" is not a valid value for a primary key."
+msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
#: forms/util.py:84
@@ -760,27 +763,27 @@ msgid ""
"may be ambiguous or it may not exist."
msgstr ""
-#: forms/widgets.py:326
+#: forms/widgets.py:327
msgid "Currently"
msgstr ""
-#: forms/widgets.py:327
+#: forms/widgets.py:328
msgid "Change"
msgstr ""
-#: forms/widgets.py:328
+#: forms/widgets.py:329
msgid "Clear"
msgstr ""
-#: forms/widgets.py:546
+#: forms/widgets.py:547
msgid "Unknown"
msgstr ""
-#: forms/widgets.py:547
+#: forms/widgets.py:548
msgid "Yes"
msgstr ""
-#: forms/widgets.py:548
+#: forms/widgets.py:549
msgid "No"
msgstr ""
diff --git a/django/contrib/admin/locale/en/LC_MESSAGES/django.mo b/django/contrib/admin/locale/en/LC_MESSAGES/django.mo
index 7b60cfe7a9..08a7b68596 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 53f64941f4..964b0a509b 100644
--- a/django/contrib/admin/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/admin/locale/en/LC_MESSAGES/django.po
@@ -1,75 +1,72 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2013-01-02 08:52+0000\n"
-"Last-Translator: Ramiro Morales \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: actions.py:48
+#: actions.py:49
#, python-format
msgid "Successfully deleted %(count)d %(items)s."
-msgstr "Successfully deleted %(count)d %(items)s."
+msgstr ""
-#: actions.py:60 options.py:1361
+#: actions.py:61 options.py:1365
#, python-format
msgid "Cannot delete %(name)s"
-msgstr "Cannot delete %(name)s"
+msgstr ""
-#: actions.py:62 options.py:1363
+#: actions.py:63 options.py:1367
msgid "Are you sure?"
-msgstr "Are you sure?"
+msgstr ""
-#: actions.py:83
+#: actions.py:84
#, python-format
msgid "Delete selected %(verbose_name_plural)s"
-msgstr "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 "All"
+msgstr ""
#: filters.py:238
msgid "Yes"
-msgstr "Yes"
+msgstr ""
#: filters.py:239
msgid "No"
-msgstr "No"
+msgstr ""
#: filters.py:253
msgid "Unknown"
-msgstr "Unknown"
+msgstr ""
#: filters.py:308
msgid "Any date"
-msgstr "Any date"
+msgstr ""
#: filters.py:309
msgid "Today"
-msgstr "Today"
+msgstr ""
#: filters.py:313
msgid "Past 7 days"
-msgstr "Past 7 days"
+msgstr ""
#: filters.py:317
msgid "This month"
-msgstr "This month"
+msgstr ""
#: filters.py:321
msgid "This year"
-msgstr "This year"
+msgstr ""
#: forms.py:9
#, python-format
@@ -77,102 +74,99 @@ msgid ""
"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 "Please log in again, because your session has expired."
+msgstr ""
#: helpers.py:23
msgid "Action:"
-msgstr "Action:"
+msgstr ""
#: models.py:25
msgid "action time"
-msgstr "action time"
+msgstr ""
#: models.py:28
msgid "object id"
-msgstr "object id"
+msgstr ""
#: models.py:29
msgid "object repr"
-msgstr "object repr"
+msgstr ""
#: models.py:30
msgid "action flag"
-msgstr "action flag"
+msgstr ""
#: models.py:31
msgid "change message"
-msgstr "change message"
+msgstr ""
#: models.py:36
msgid "log entry"
-msgstr "log entry"
+msgstr ""
#: models.py:37
msgid "log entries"
-msgstr "log entries"
+msgstr ""
#: models.py:46
#, python-format
msgid "Added \"%(object)s\"."
-msgstr "Added \"%(object)s\"."
+msgstr ""
#: models.py:48
#, python-format
msgid "Changed \"%(object)s\" - %(changes)s"
-msgstr "Changed \"%(object)s\" - %(changes)s"
+msgstr ""
#: models.py:53
#, python-format
msgid "Deleted \"%(object)s.\""
-msgstr "Deleted \"%(object)s.\""
+msgstr ""
#: models.py:55
msgid "LogEntry Object"
-msgstr "LogEntry Object"
+msgstr ""
#: options.py:163 options.py:192
msgid "None"
-msgstr "None"
+msgstr ""
#: options.py:710
#, python-format
msgid "Changed %s."
-msgstr "Changed %s."
+msgstr ""
-#: options.py:710 options.py:720 options.py:1510
+#: options.py:710 options.py:720 options.py:1514
msgid "and"
-msgstr "and"
+msgstr ""
#: options.py:715
#, python-format
msgid "Added %(name)s \"%(object)s\"."
-msgstr "Added %(name)s \"%(object)s\"."
+msgstr ""
#: options.py:719
#, python-format
msgid "Changed %(list)s for %(name)s \"%(object)s\"."
-msgstr "Changed %(list)s for %(name)s \"%(object)s\"."
+msgstr ""
#: options.py:724
#, python-format
msgid "Deleted %(name)s \"%(object)s\"."
-msgstr "Deleted %(name)s \"%(object)s\"."
+msgstr ""
#: options.py:728
msgid "No fields changed."
-msgstr "No fields changed."
+msgstr ""
#: options.py:831 options.py:874
#, 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:849
#, python-format
@@ -180,13 +174,11 @@ 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:853
#, python-format
msgid "The %(name)s \"%(obj)s\" was added successfully."
-msgstr "The %(name)s \"%(obj)s\" was added successfully."
+msgstr ""
#: options.py:867
#, python-format
@@ -194,8 +186,6 @@ 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:881
#, python-format
@@ -203,135 +193,129 @@ 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:887
#, python-format
msgid "The %(name)s \"%(obj)s\" was changed successfully."
-msgstr "The %(name)s \"%(obj)s\" was changed successfully."
+msgstr ""
#: options.py:965 options.py:1225
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:984
msgid "No action selected."
-msgstr "No action selected."
+msgstr ""
#: options.py:1064
#, python-format
msgid "Add %s"
-msgstr "Add %s"
+msgstr ""
#: options.py:1088 options.py:1333
#, 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."
+msgstr ""
#: options.py:1154
#, python-format
msgid "Change %s"
-msgstr "Change %s"
+msgstr ""
#: options.py:1204
msgid "Database error"
-msgstr "Database error"
+msgstr ""
#: options.py:1267
#, 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."
+msgstr[0] ""
+msgstr[1] ""
#: options.py:1294
#, 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"
+msgstr[0] ""
+msgstr[1] ""
#: options.py:1299
#, python-format
msgid "0 of %(cnt)s selected"
-msgstr "0 of %(cnt)s selected"
+msgstr ""
-#: options.py:1349
+#: options.py:1350
#, python-format
msgid "The %(name)s \"%(obj)s\" was deleted successfully."
-msgstr "The %(name)s \"%(obj)s\" was deleted successfully."
+msgstr ""
-#: options.py:1402
+#: options.py:1406
#, python-format
msgid "Change history: %s"
-msgstr "Change history: %s"
+msgstr ""
#. Translators: Model verbose name and instance representation, suitable to be an item in a list
-#: options.py:1504
+#: options.py:1508
#, python-format
msgid "%(class_name)s %(instance)s"
msgstr ""
-#: options.py:1511
-#, fuzzy, python-format
+#: options.py:1515
+#, python-format
msgid ""
"Deleting %(class_name)s %(instance)s would require deleting the following "
"protected related objects: %(related_objects)s"
msgstr ""
-"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
-"following protected related objects:"
#: sites.py:324 tests.py:71 templates/admin/login.html:48
#: templates/registration/password_reset_complete.html:19
#: views/decorators.py:24
msgid "Log in"
-msgstr "Log in"
+msgstr ""
#: sites.py:392
msgid "Site administration"
-msgstr "Site administration"
+msgstr ""
#: sites.py:446
#, python-format
msgid "%s administration"
-msgstr "%s administration"
+msgstr ""
#: widgets.py:90
msgid "Date:"
-msgstr "Date:"
+msgstr ""
#: widgets.py:91
msgid "Time:"
-msgstr "Time:"
+msgstr ""
#: widgets.py:165
msgid "Lookup"
-msgstr "Lookup"
+msgstr ""
#: widgets.py:260
msgid "Add Another"
-msgstr "Add Another"
+msgstr ""
#: widgets.py:302
msgid "Currently:"
-msgstr "Currently:"
+msgstr ""
#: widgets.py:303
msgid "Change:"
-msgstr "Change:"
+msgstr ""
#: templates/admin/404.html:4 templates/admin/404.html.py:8
msgid "Page not found"
-msgstr "Page not found"
+msgstr ""
#: templates/admin/404.html:10
msgid "We're sorry, but the requested page could not be found."
-msgstr "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
@@ -348,63 +332,61 @@ msgstr "We're sorry, but the requested page could not be found."
#: templates/registration/password_reset_done.html:6
#: templates/registration/password_reset_form.html:6
msgid "Home"
-msgstr "Home"
+msgstr ""
#: templates/admin/500.html:7
msgid "Server error"
-msgstr "Server error"
+msgstr ""
#: templates/admin/500.html:11
msgid "Server error (500)"
-msgstr "Server error (500)"
+msgstr ""
#: templates/admin/500.html:14
msgid "Server Error (500)"
-msgstr "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 ""
-"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 "Run the selected action"
+msgstr ""
#: templates/admin/actions.html:4
msgid "Go"
-msgstr "Go"
+msgstr ""
#: templates/admin/actions.html:11
msgid "Click here to select the objects across all pages"
-msgstr "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 "Select all %(total_count)s %(module_name)s"
+msgstr ""
#: templates/admin/actions.html:13
msgid "Clear selection"
-msgstr "Clear selection"
+msgstr ""
#: templates/admin/app_index.html:10 templates/admin/index.html:21
#, python-format
msgid "%(name)s"
-msgstr "%(name)s"
+msgstr ""
#: templates/admin/base.html:28
msgid "Welcome,"
-msgstr "Welcome,"
+msgstr ""
#: templates/admin/base.html:33
#: templates/registration/password_change_done.html:3
#: templates/registration/password_change_form.html:4
msgid "Documentation"
-msgstr "Documentation"
+msgstr ""
#: templates/admin/base.html:36
#: templates/admin/auth/user/change_password.html:17
@@ -412,35 +394,35 @@ msgstr "Documentation"
#: templates/registration/password_change_done.html:3
#: templates/registration/password_change_form.html:4
msgid "Change password"
-msgstr "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 "Log out"
+msgstr ""
#: templates/admin/base_site.html:4
msgid "Django site admin"
-msgstr "Django site admin"
+msgstr ""
#: templates/admin/base_site.html:7
msgid "Django administration"
-msgstr "Django administration"
+msgstr ""
#: templates/admin/change_form.html:22 templates/admin/index.html:33
msgid "Add"
-msgstr "Add"
+msgstr ""
#: templates/admin/change_form.html:32 templates/admin/object_history.html:11
msgid "History"
-msgstr "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 "View on site"
+msgstr ""
#: templates/admin/change_form.html:44 templates/admin/change_list.html:67
#: templates/admin/login.html:17
@@ -448,35 +430,35 @@ msgstr "View on site"
#: 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."
+msgstr[0] ""
+msgstr[1] ""
#: templates/admin/change_list.html:58
#, python-format
msgid "Add %(name)s"
-msgstr "Add %(name)s"
+msgstr ""
#: templates/admin/change_list.html:78
msgid "Filter"
-msgstr "Filter"
+msgstr ""
#: templates/admin/change_list_results.html:17
msgid "Remove from sorting"
-msgstr "Remove from sorting"
+msgstr ""
#: templates/admin/change_list_results.html:18
#, python-format
msgid "Sorting priority: %(priority_number)s"
-msgstr "Sorting priority: %(priority_number)s"
+msgstr ""
#: templates/admin/change_list_results.html:19
msgid "Toggle sorting"
-msgstr "Toggle sorting"
+msgstr ""
#: templates/admin/delete_confirmation.html:11
#: templates/admin/submit_line.html:4
msgid "Delete"
-msgstr "Delete"
+msgstr ""
#: templates/admin/delete_confirmation.html:18
#, python-format
@@ -485,9 +467,6 @@ 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
@@ -495,8 +474,6 @@ 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
@@ -504,17 +481,15 @@ 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 "Yes, I'm sure"
+msgstr ""
#: templates/admin/delete_selected_confirmation.html:10
msgid "Delete multiple objects"
-msgstr "Delete multiple objects"
+msgstr ""
#: templates/admin/delete_selected_confirmation.html:17
#, python-format
@@ -523,9 +498,6 @@ 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
@@ -533,8 +505,6 @@ 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
@@ -542,42 +512,40 @@ 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 " By %(filter_title)s "
+msgstr ""
#: templates/admin/index.html:20
#, python-format
msgid "Models in the %(name)s application"
-msgstr "Models in the %(name)s application"
+msgstr ""
#: templates/admin/index.html:39
msgid "Change"
-msgstr "Change"
+msgstr ""
#: templates/admin/index.html:49
msgid "You don't have permission to edit anything."
-msgstr "You don't have permission to edit anything."
+msgstr ""
#: templates/admin/index.html:57
msgid "Recent Actions"
-msgstr "Recent Actions"
+msgstr ""
#: templates/admin/index.html:58
msgid "My Actions"
-msgstr "My Actions"
+msgstr ""
#: templates/admin/index.html:62
msgid "None available"
-msgstr "None available"
+msgstr ""
#: templates/admin/index.html:76
msgid "Unknown content"
-msgstr "Unknown content"
+msgstr ""
#: templates/admin/invalid_setup.html:12
msgid ""
@@ -585,163 +553,154 @@ 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 "Password:"
+msgstr ""
#: templates/admin/login.html:44
msgid "Forgotten your password or username?"
-msgstr "Forgotten your password or username?"
+msgstr ""
#: templates/admin/object_history.html:23
msgid "Date/time"
-msgstr "Date/time"
+msgstr ""
#: templates/admin/object_history.html:24
msgid "User"
-msgstr "User"
+msgstr ""
#: templates/admin/object_history.html:25
msgid "Action"
-msgstr "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 ""
-"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 "Show all"
+msgstr ""
#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3
msgid "Save"
-msgstr "Save"
+msgstr ""
#: templates/admin/search_form.html:7
msgid "Search"
-msgstr "Search"
+msgstr ""
#: templates/admin/search_form.html:9
#, python-format
msgid "%(counter)s result"
msgid_plural "%(counter)s results"
-msgstr[0] "%(counter)s result"
-msgstr[1] "%(counter)s results"
+msgstr[0] ""
+msgstr[1] ""
#: templates/admin/search_form.html:9
#, python-format
msgid "%(full_result_count)s total"
-msgstr "%(full_result_count)s total"
+msgstr ""
#: templates/admin/submit_line.html:5
msgid "Save as new"
-msgstr "Save as new"
+msgstr ""
#: templates/admin/submit_line.html:6
msgid "Save and add another"
-msgstr "Save and add another"
+msgstr ""
#: templates/admin/submit_line.html:7
msgid "Save and continue editing"
-msgstr "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 ""
-"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 "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 "Enter a new password for the user %(username)s."
+msgstr ""
#: templates/admin/auth/user/change_password.html:38
msgid "Password"
-msgstr "Password"
+msgstr ""
#: templates/admin/auth/user/change_password.html:44
#: templates/registration/password_change_form.html:42
msgid "Password (again)"
-msgstr "Password (again)"
+msgstr ""
#: 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."
+msgstr ""
#: templates/admin/edit_inline/stacked.html:26
#: templates/admin/edit_inline/tabular.html:76
msgid "Remove"
-msgstr "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 "Add another %(verbose_name)s"
+msgstr ""
#: templates/admin/edit_inline/tabular.html:17
msgid "Delete?"
-msgstr "Delete?"
+msgstr ""
#: 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."
+msgstr ""
#: templates/registration/logged_out.html:10
msgid "Log in again"
-msgstr "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 "Password change"
+msgstr ""
#: templates/registration/password_change_done.html:11
#: templates/registration/password_change_done.html:15
msgid "Password change successful"
-msgstr "Password change successful"
+msgstr ""
#: templates/registration/password_change_done.html:17
msgid "Your password was changed."
-msgstr "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 ""
-"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 "Old password"
+msgstr ""
#: templates/registration/password_change_form.html:37
msgid "New password"
-msgstr "New password"
+msgstr ""
#: templates/registration/password_change_form.html:48
#: templates/registration/password_reset_confirm.html:26
msgid "Change my password"
-msgstr "Change my password"
+msgstr ""
#: templates/registration/password_reset_complete.html:7
#: templates/registration/password_reset_confirm.html:11
@@ -750,66 +709,59 @@ msgstr "Change my password"
#: templates/registration/password_reset_form.html:11
#: templates/registration/password_reset_form.html:15
msgid "Password reset"
-msgstr "Password reset"
+msgstr ""
#: templates/registration/password_reset_complete.html:11
#: templates/registration/password_reset_complete.html:15
msgid "Password reset complete"
-msgstr "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 "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 "Password reset confirmation"
+msgstr ""
#: templates/registration/password_reset_confirm.html:17
msgid "Enter new password"
-msgstr "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 ""
-"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 "New password:"
+msgstr ""
#: templates/registration/password_reset_confirm.html:25
msgid "Confirm password:"
-msgstr "Confirm password:"
+msgstr ""
#: templates/registration/password_reset_confirm.html:31
msgid "Password reset unsuccessful"
-msgstr "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 ""
-"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 "Password reset successful"
+msgstr ""
#: templates/registration/password_reset_done.html:17
-#, fuzzy
msgid ""
"We've emailed you instructions for setting your password. You should be "
"receiving them 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_done.html:19
msgid ""
@@ -823,56 +775,52 @@ 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 "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 "Your username, in case you've forgotten:"
+msgstr ""
#: templates/registration/password_reset_email.html:10
msgid "Thanks for using our site!"
-msgstr "Thanks for using our site!"
+msgstr ""
#: templates/registration/password_reset_email.html:12
#, python-format
msgid "The %(site_name)s team"
-msgstr "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 ""
-"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 "Email address:"
+msgstr ""
#: templates/registration/password_reset_form.html:21
msgid "Reset my password"
-msgstr "Reset my password"
+msgstr ""
#: templatetags/admin_list.py:348
msgid "All dates"
-msgstr "All dates"
+msgstr ""
#: views/main.py:37
msgid "(None)"
-msgstr "(None)"
+msgstr ""
#: views/main.py:86
#, python-format
msgid "Select %s"
-msgstr "Select %s"
+msgstr ""
#: views/main.py:88
#, python-format
msgid "Select %s to change"
-msgstr "Select %s to change"
+msgstr ""
diff --git a/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo b/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo
index 9851b29c10..08a7b68596 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 64f3850b13..c913eee09b 100644
--- a/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po
+++ b/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po
@@ -1,25 +1,22 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-03-08 10:42+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: static/admin/js/SelectFilter2.js:45
#, c-format
msgid "Available %s"
-msgstr "Available %s"
+msgstr ""
#: static/admin/js/SelectFilter2.js:46
#, c-format
@@ -27,39 +24,37 @@ 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 "Type into this box to filter down the list of available %s."
+msgstr ""
#: static/admin/js/SelectFilter2.js:57
msgid "Filter"
-msgstr "Filter"
+msgstr ""
#: static/admin/js/SelectFilter2.js:61
msgid "Choose all"
-msgstr "Choose all"
+msgstr ""
#: static/admin/js/SelectFilter2.js:61
#, c-format
msgid "Click to choose all %s at once."
-msgstr "Click to choose all %s at once."
+msgstr ""
#: static/admin/js/SelectFilter2.js:67
msgid "Choose"
-msgstr "Choose"
+msgstr ""
#: static/admin/js/SelectFilter2.js:69
msgid "Remove"
-msgstr "Remove"
+msgstr ""
#: static/admin/js/SelectFilter2.js:75
#, c-format
msgid "Chosen %s"
-msgstr "Chosen %s"
+msgstr ""
#: static/admin/js/SelectFilter2.js:76
#, c-format
@@ -67,31 +62,27 @@ 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 "Remove all"
+msgstr ""
#: static/admin/js/SelectFilter2.js:80
#, c-format
msgid "Click to remove all chosen %s at once."
-msgstr "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] "%(sel)s of %(cnt)s selected"
-msgstr[1] "%(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 ""
-"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:5
msgid ""
@@ -99,9 +90,6 @@ 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 ""
@@ -109,74 +97,69 @@ 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:8
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:9
msgid "S M T W T F S"
-msgstr "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 "Show"
+msgstr ""
#: static/admin/js/collapse.js:16 static/admin/js/collapse.min.js:1
msgid "Hide"
-msgstr "Hide"
-
-#: static/admin/js/admin/DateTimeShortcuts.js:49
-#: static/admin/js/admin/DateTimeShortcuts.js:85
-msgid "Now"
-msgstr "Now"
-
-#: static/admin/js/admin/DateTimeShortcuts.js:53
-msgid "Clock"
-msgstr "Clock"
-
-#: static/admin/js/admin/DateTimeShortcuts.js:81
-msgid "Choose a time"
-msgstr "Choose a time"
-
-#: static/admin/js/admin/DateTimeShortcuts.js:86
-msgid "Midnight"
-msgstr "Midnight"
-
-#: static/admin/js/admin/DateTimeShortcuts.js:87
-msgid "6 a.m."
-msgstr "6 a.m."
+msgstr ""
+#: static/admin/js/admin/DateTimeShortcuts.js:52
#: static/admin/js/admin/DateTimeShortcuts.js:88
+msgid "Now"
+msgstr ""
+
+#: static/admin/js/admin/DateTimeShortcuts.js:56
+msgid "Clock"
+msgstr ""
+
+#: static/admin/js/admin/DateTimeShortcuts.js:84
+msgid "Choose a time"
+msgstr ""
+
+#: static/admin/js/admin/DateTimeShortcuts.js:89
+msgid "Midnight"
+msgstr ""
+
+#: static/admin/js/admin/DateTimeShortcuts.js:90
+msgid "6 a.m."
+msgstr ""
+
+#: static/admin/js/admin/DateTimeShortcuts.js:91
msgid "Noon"
-msgstr "Noon"
+msgstr ""
-#: static/admin/js/admin/DateTimeShortcuts.js:92
-#: static/admin/js/admin/DateTimeShortcuts.js:204
+#: static/admin/js/admin/DateTimeShortcuts.js:95
+#: static/admin/js/admin/DateTimeShortcuts.js:208
msgid "Cancel"
-msgstr "Cancel"
-
-#: static/admin/js/admin/DateTimeShortcuts.js:144
-#: static/admin/js/admin/DateTimeShortcuts.js:197
-msgid "Today"
-msgstr "Today"
+msgstr ""
#: static/admin/js/admin/DateTimeShortcuts.js:148
-msgid "Calendar"
-msgstr "Calendar"
+#: static/admin/js/admin/DateTimeShortcuts.js:201
+msgid "Today"
+msgstr ""
-#: static/admin/js/admin/DateTimeShortcuts.js:195
-msgid "Yesterday"
-msgstr "Yesterday"
+#: static/admin/js/admin/DateTimeShortcuts.js:152
+msgid "Calendar"
+msgstr ""
#: static/admin/js/admin/DateTimeShortcuts.js:199
+msgid "Yesterday"
+msgstr ""
+
+#: static/admin/js/admin/DateTimeShortcuts.js:203
msgid "Tomorrow"
-msgstr "Tomorrow"
+msgstr ""
diff --git a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo
index 6c452c7392..08a7b68596 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 c95904e30a..2e4dcdf13d 100644
--- a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po
@@ -1,77 +1,74 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-10-22 08:46+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:59 views.py:61 views.py:63
msgid "tag:"
-msgstr "tag:"
+msgstr ""
#: views.py:94 views.py:96 views.py:98
msgid "filter:"
-msgstr "filter:"
+msgstr ""
#: views.py:157 views.py:159 views.py:161
msgid "view:"
-msgstr "view:"
+msgstr ""
#: views.py:189
#, python-format
msgid "App %r not found"
-msgstr "App %r not found"
+msgstr ""
#: views.py:196
#, 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"
+msgstr ""
#: views.py:208
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
-msgstr "the related `%(app_label)s.%(data_type)s` object"
+msgstr ""
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
#: views.py:265
msgid "model:"
-msgstr "model:"
+msgstr ""
#: views.py:223 views.py:255
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
-msgstr "related `%(app_label)s.%(object_name)s` objects"
+msgstr ""
#: views.py:227 views.py:260
#, python-format
msgid "all %s"
-msgstr "all %s"
+msgstr ""
#: views.py:232 views.py:265
#, python-format
msgid "number of %s"
-msgstr "number of %s"
+msgstr ""
#: views.py:270
#, python-format
msgid "Fields on %s objects"
-msgstr "Fields on %s objects"
+msgstr ""
#: views.py:362
#, python-format
msgid "%s does not appear to be a urlpattern object"
-msgstr "%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
@@ -83,7 +80,7 @@ msgstr "%s does not appear to be a urlpattern object"
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
-msgstr "Home"
+msgstr ""
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
@@ -95,15 +92,15 @@ msgstr "Home"
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Documentation"
-msgstr "Documentation"
+msgstr ""
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
-msgstr "Bookmarklets"
+msgstr ""
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
-msgstr "Documentation bookmarklets"
+msgstr ""
#: templates/admin_doc/bookmarklets.html:15
msgid ""
@@ -115,81 +112,70 @@ 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 "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 ""
-"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 "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 ""
-"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 "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 "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 "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 "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 "Models"
+msgstr ""
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
-msgstr "Templates"
+msgstr ""
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
-msgstr "Filters"
+msgstr ""
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
-msgstr "Tags"
+msgstr ""
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
-msgstr "Views"
+msgstr ""
-#: tests/__init__.py:23
+#: tests/test_fields.py:29
msgid "Boolean (Either True or False)"
-msgstr "Boolean (Either True or False)"
+msgstr ""
-#: tests/__init__.py:33
+#: tests/test_fields.py:39
#, python-format
msgid "Field of type: %(field_type)s"
-msgstr "Field of type: %(field_type)s"
+msgstr ""
diff --git a/django/contrib/auth/locale/en/LC_MESSAGES/django.mo b/django/contrib/auth/locale/en/LC_MESSAGES/django.mo
index 91fc85a68f..08a7b68596 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 c2e2cdaef7..36faba74bf 100644
--- a/django/contrib/auth/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/auth/locale/en/LC_MESSAGES/django.po
@@ -1,81 +1,79 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-12-16 08:51+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:41
msgid "Personal info"
-msgstr "Personal info"
+msgstr ""
#: admin.py:42
msgid "Permissions"
-msgstr "Permissions"
+msgstr ""
#: admin.py:44
msgid "Important dates"
-msgstr "Important dates"
+msgstr ""
#: admin.py:132
msgid "Password changed successfully."
-msgstr "Password changed successfully."
+msgstr ""
#: admin.py:142
#, python-format
msgid "Change password: %s"
-msgstr "Change password: %s"
+msgstr ""
-#: forms.py:33 tests/forms.py:261 tests/forms.py:266 tests/forms.py:407
+#: forms.py:33 tests/test_forms.py:261 tests/test_forms.py:266
+#: tests/test_forms.py:407
msgid "No password set."
-msgstr "No password set."
+msgstr ""
-#: forms.py:39 tests/forms.py:271 tests/forms.py:277
+#: forms.py:39 tests/test_forms.py:271 tests/test_forms.py:277
msgid "Invalid password format or unknown hashing algorithm."
-msgstr "Invalid password format or unknown hashing algorithm."
+msgstr ""
#: forms.py:72
msgid "A user with that username already exists."
-msgstr "A user with that username already exists."
+msgstr ""
#: forms.py:73 forms.py:254 forms.py:314
msgid "The two password fields didn't match."
-msgstr "The two password fields didn't match."
+msgstr ""
#: forms.py:75 forms.py:120
msgid "Username"
-msgstr "Username"
+msgstr ""
#: forms.py:77 forms.py:121
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
-msgstr "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
+msgstr ""
#: forms.py:80 forms.py:124
msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
-msgstr "This value may contain only letters, numbers and @/./+/-/_ characters."
+msgstr ""
#: forms.py:82 forms.py:126 forms.py:153 forms.py:316
msgid "Password"
-msgstr "Password"
+msgstr ""
#: forms.py:84
msgid "Password confirmation"
-msgstr "Password confirmation"
+msgstr ""
#: forms.py:86
msgid "Enter the same password as above, for verification."
-msgstr "Enter the same password as above, for verification."
+msgstr ""
#: forms.py:127
msgid ""
@@ -83,9 +81,6 @@ msgid ""
"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:156
#, python-format
@@ -93,208 +88,177 @@ msgid ""
"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:158
msgid "This account is inactive."
-msgstr "This account is inactive."
+msgstr ""
#: forms.py:206
msgid "Email"
-msgstr "Email"
+msgstr ""
#: forms.py:256
msgid "New password"
-msgstr "New password"
+msgstr ""
#: forms.py:258
msgid "New password confirmation"
-msgstr "New password confirmation"
+msgstr ""
#: forms.py:287
msgid "Your old password was entered incorrectly. Please enter it again."
-msgstr "Your old password was entered incorrectly. Please enter it again."
+msgstr ""
#: forms.py:290
msgid "Old password"
-msgstr "Old password"
+msgstr ""
#: forms.py:318
msgid "Password (again)"
-msgstr "Password (again)"
+msgstr ""
#: hashers.py:243 hashers.py:317 hashers.py:365 hashers.py:393 hashers.py:426
#: hashers.py:459 hashers.py:493
msgid "algorithm"
-msgstr "algorithm"
+msgstr ""
#: hashers.py:244
msgid "iterations"
-msgstr "iterations"
+msgstr ""
#: hashers.py:245 hashers.py:319 hashers.py:366 hashers.py:394 hashers.py:494
msgid "salt"
-msgstr "salt"
+msgstr ""
#: hashers.py:246 hashers.py:367 hashers.py:395 hashers.py:427 hashers.py:460
#: hashers.py:495
msgid "hash"
-msgstr "hash"
+msgstr ""
#: hashers.py:318
msgid "work factor"
-msgstr "work factor"
+msgstr ""
#: hashers.py:320
msgid "checksum"
-msgstr "checksum"
+msgstr ""
#: models.py:72 models.py:121
msgid "name"
-msgstr "name"
+msgstr ""
#: models.py:74
msgid "codename"
-msgstr "codename"
+msgstr ""
#: models.py:78
msgid "permission"
-msgstr "permission"
+msgstr ""
#: models.py:79 models.py:123
msgid "permissions"
-msgstr "permissions"
+msgstr ""
#: models.py:128
msgid "group"
-msgstr "group"
+msgstr ""
-#: models.py:129 models.py:301
+#: models.py:129 models.py:294
msgid "groups"
-msgstr "groups"
+msgstr ""
#: models.py:200
msgid "password"
-msgstr "password"
+msgstr ""
#: models.py:201
msgid "last login"
-msgstr "last login"
+msgstr ""
-#: models.py:298
+#: models.py:291
msgid "superuser status"
-msgstr "superuser status"
+msgstr ""
+
+#: models.py:292
+msgid ""
+"Designates that this user has all permissions without explicitly assigning "
+"them."
+msgstr ""
+
+#: models.py:295
+msgid ""
+"The groups this user belongs to. A user will get all permissions granted to "
+"each of his/her group."
+msgstr ""
#: models.py:299
-msgid ""
-"Designates that this user has all permissions without explicitly assigning "
-"them."
-msgstr ""
-"Designates that this user has all permissions without explicitly assigning "
-"them."
-
-#: models.py:302
-msgid ""
-"The groups this user belongs to. A user will get all permissions granted to "
-"each of his/her group."
-msgstr ""
-"The groups this user belongs to. A user will get all permissions granted to "
-"each of his/her group."
-
-#: models.py:306
msgid "user permissions"
-msgstr "user permissions"
+msgstr ""
-#: models.py:377
+#: models.py:366
msgid "username"
-msgstr "username"
+msgstr ""
+
+#: models.py:367
+msgid ""
+"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
+msgstr ""
+
+#: models.py:370
+msgid "Enter a valid username."
+msgstr ""
+
+#: models.py:372
+msgid "first name"
+msgstr ""
+
+#: models.py:373
+msgid "last name"
+msgstr ""
+
+#: models.py:374
+msgid "email address"
+msgstr ""
+
+#: models.py:375
+msgid "staff status"
+msgstr ""
+
+#: models.py:376
+msgid "Designates whether the user can log into this admin site."
+msgstr ""
#: models.py:378
-msgid ""
-"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
+msgid "active"
+msgstr ""
+
+#: models.py:379
+msgid ""
+"Designates whether this user should be treated as active. Unselect this "
+"instead of deleting accounts."
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."
+msgid "date joined"
+msgstr ""
#: models.py:389
-msgid "active"
-msgstr "active"
+msgid "user"
+msgstr ""
#: 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:401
msgid "users"
-msgstr "users"
+msgstr ""
#: views.py:89
msgid "Logged out"
-msgstr "Logged out"
+msgstr ""
#: templates/registration/password_reset_subject.txt:2
#, python-format
msgid "Password reset on %(site_name)s"
-msgstr "Password reset on %(site_name)s"
+msgstr ""
-#: tests/forms.py:325
-#, fuzzy
+#: tests/test_forms.py:325
msgid "Enter a valid email address."
-msgstr "Enter a valid username."
-
-#~ 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."
-
-#~ 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?"
-
-#~ 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."
+msgstr ""
diff --git a/django/contrib/comments/locale/en/LC_MESSAGES/django.mo b/django/contrib/comments/locale/en/LC_MESSAGES/django.mo
index 6a6f6e70b6..08a7b68596 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 980c499dae..6aca84c3cc 100644
--- a/django/contrib/comments/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/comments/locale/en/LC_MESSAGES/django.po
@@ -1,182 +1,171 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:24+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:25
msgid "Content"
-msgstr "Content"
+msgstr ""
#: admin.py:28
msgid "Metadata"
-msgstr "Metadata"
+msgstr ""
#: admin.py:55
-#, fuzzy, python-format
+#, python-format
msgid "%d comment was successfully flagged"
msgid_plural "%d comments were successfully flagged"
-msgstr[0] "1 comment was successfully %(action)s."
-msgstr[1] "%(count)s comments were successfully %(action)s."
+msgstr[0] ""
+msgstr[1] ""
#: admin.py:57
msgid "Flag selected comments"
-msgstr "Flag selected comments"
+msgstr ""
#: admin.py:61
-#, fuzzy, python-format
+#, python-format
msgid "%d comment was successfully approved"
msgid_plural "%d comments were successfully approved"
-msgstr[0] "1 comment was successfully %(action)s."
-msgstr[1] "%(count)s comments were successfully %(action)s."
+msgstr[0] ""
+msgstr[1] ""
#: admin.py:63
msgid "Approve selected comments"
-msgstr "Approve selected comments"
+msgstr ""
#: admin.py:67
-#, fuzzy, python-format
+#, python-format
msgid "%d comment was successfully removed"
msgid_plural "%d comments were successfully removed"
-msgstr[0] "1 comment was successfully %(action)s."
-msgstr[1] "%(count)s comments were successfully %(action)s."
+msgstr[0] ""
+msgstr[1] ""
#: admin.py:69
msgid "Remove selected comments"
-msgstr "Remove selected comments"
+msgstr ""
#: feeds.py:14
#, python-format
msgid "%(site_name)s comments"
-msgstr "%(site_name)s comments"
+msgstr ""
#: feeds.py:20
#, python-format
msgid "Latest comments on %(site_name)s"
-msgstr "Latest comments on %(site_name)s"
+msgstr ""
#: forms.py:96
msgid "Name"
-msgstr "Name"
+msgstr ""
#: forms.py:97
msgid "Email address"
-msgstr "Email address"
+msgstr ""
#: forms.py:98
msgid "URL"
-msgstr "URL"
+msgstr ""
#: forms.py:99
msgid "Comment"
-msgstr "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] "Watch your mouth! The word %s is not allowed here."
-msgstr[1] "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 "and"
+msgstr ""
#: 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 "content type"
+msgstr ""
#: models.py:25
msgid "object ID"
-msgstr "object ID"
+msgstr ""
#: models.py:53 models.py:177
msgid "user"
-msgstr "user"
+msgstr ""
#: models.py:55
msgid "user's name"
-msgstr "user's name"
+msgstr ""
#: models.py:56
msgid "user's email address"
-msgstr "user's email address"
+msgstr ""
#: models.py:57
msgid "user's URL"
-msgstr "user's URL"
+msgstr ""
#: models.py:59 models.py:79 models.py:178
msgid "comment"
-msgstr "comment"
+msgstr ""
#: models.py:62
msgid "date/time submitted"
-msgstr "date/time submitted"
+msgstr ""
#: models.py:63
msgid "IP address"
-msgstr "IP address"
+msgstr ""
#: models.py:64
msgid "is public"
-msgstr "is public"
+msgstr ""
#: 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 "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 ""
-"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 "comments"
+msgstr ""
#: 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
@@ -187,128 +176,107 @@ 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 "flag"
+msgstr ""
#: models.py:180
msgid "date"
-msgstr "date"
+msgstr ""
#: models.py:190
msgid "comment flag"
-msgstr "comment flag"
+msgstr ""
#: models.py:191
msgid "comment flags"
-msgstr "comment flags"
+msgstr ""
#: templates/comments/approve.html:4
msgid "Approve a comment"
-msgstr "Approve a comment"
+msgstr ""
#: templates/comments/approve.html:7
msgid "Really make this comment public?"
-msgstr "Really make this comment public?"
+msgstr ""
#: templates/comments/approve.html:12
msgid "Approve"
-msgstr "Approve"
+msgstr ""
#: templates/comments/approved.html:4
msgid "Thanks for approving"
-msgstr "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 ""
-"Thanks for taking the time to improve the quality of discussion on our site"
#: templates/comments/delete.html:4
msgid "Remove a comment"
-msgstr "Remove a comment"
+msgstr ""
#: templates/comments/delete.html:7
msgid "Really remove this comment?"
-msgstr "Really remove this comment?"
+msgstr ""
#: templates/comments/delete.html:12
msgid "Remove"
-msgstr "Remove"
+msgstr ""
#: templates/comments/deleted.html:4
msgid "Thanks for removing"
-msgstr "Thanks for removing"
+msgstr ""
#: templates/comments/flag.html:4
msgid "Flag this comment"
-msgstr "Flag this comment"
+msgstr ""
#: templates/comments/flag.html:7
msgid "Really flag this comment?"
-msgstr "Really flag this comment?"
+msgstr ""
#: templates/comments/flag.html:12
msgid "Flag"
-msgstr "Flag"
+msgstr ""
#: templates/comments/flagged.html:4
msgid "Thanks for flagging"
-msgstr "Thanks for flagging"
+msgstr ""
#: templates/comments/form.html:17 templates/comments/preview.html:32
msgid "Post"
-msgstr "Post"
+msgstr ""
#: templates/comments/form.html:18 templates/comments/preview.html:33
msgid "Preview"
-msgstr "Preview"
+msgstr ""
#: templates/comments/posted.html:4
msgid "Thanks for commenting"
-msgstr "Thanks for commenting"
+msgstr ""
#: templates/comments/posted.html:7
msgid "Thank you for your comment"
-msgstr "Thank you for your comment"
+msgstr ""
#: templates/comments/preview.html:4 templates/comments/preview.html.py:13
msgid "Preview your comment"
-msgstr "Preview your comment"
+msgstr ""
#: templates/comments/preview.html:11
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"
+msgstr[0] ""
+msgstr[1] ""
#: templates/comments/preview.html:16
msgid "Post your comment"
-msgstr "Post your comment"
+msgstr ""
#: templates/comments/preview.html:16
msgid "or make changes"
-msgstr "or make changes"
-
-#~ msgid "flagged"
-#~ msgid_plural "flagged"
-#~ msgstr[0] "flagged"
-#~ msgstr[1] "flagged"
-
-#~ msgid "approved"
-#~ msgid_plural "approved"
-#~ msgstr[0] "approved"
-#~ msgstr[1] "approved"
-
-#~ msgid "removed"
-#~ msgid_plural "removed"
-#~ msgstr[0] "removed"
-#~ msgstr[1] "removed"
+msgstr ""
diff --git a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo
index 68b8aa62be..08a7b68596 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 03bedfadd8..0ca678d9cc 100644
--- a/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po
@@ -1,44 +1,41 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-03-08 11:45+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:130
msgid "python model class name"
-msgstr "python model class name"
+msgstr ""
#: models.py:134
msgid "content type"
-msgstr "content type"
+msgstr ""
#: models.py:135
msgid "content types"
-msgstr "content types"
+msgstr ""
#: 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"
+msgstr ""
#: 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"
+msgstr ""
#: 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"
+msgstr ""
diff --git a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo
index 67acb769d7..08a7b68596 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 e671dda5fc..53b82e5793 100644
--- a/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po
@@ -1,97 +1,88 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-10-18 10:56+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:10
msgid "Advanced options"
-msgstr "Advanced options"
+msgstr ""
#: forms.py:7 models.py:11
msgid "URL"
-msgstr "URL"
+msgstr ""
#: 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 "URL is missing a leading slash."
+msgstr ""
#: forms.py:23
msgid "URL is missing a trailing slash."
-msgstr "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 "Flatpage with url %(url)s already exists for site %(site)s"
+msgstr ""
#: models.py:12
msgid "title"
-msgstr "title"
+msgstr ""
#: models.py:13
msgid "content"
-msgstr "content"
+msgstr ""
#: models.py:14
msgid "enable comments"
-msgstr "enable comments"
+msgstr ""
#: models.py:15
msgid "template name"
-msgstr "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 ""
-"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
-"will use 'flatpages/default.html'."
#: models.py:17
msgid "registration required"
-msgstr "registration required"
+msgstr ""
#: models.py:18
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:24
msgid "flat page"
-msgstr "flat page"
+msgstr ""
#: models.py:25
msgid "flat pages"
-msgstr "flat pages"
+msgstr ""
-#: tests/forms.py:98
+#: tests/test_forms.py:98
msgid "This field is required."
-msgstr "This field is required."
+msgstr ""
diff --git a/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo b/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo
index 64ae715f31..08a7b68596 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 e3b7dd7557..048b9fea45 100644
--- a/django/contrib/formtools/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/formtools/locale/en/LC_MESSAGES/django.po
@@ -1,36 +1,26 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:42+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/formtools/wizard/wizard_form.html:15
msgid "first step"
-msgstr "first step"
+msgstr ""
#: templates/formtools/wizard/wizard_form.html:16
msgid "prev step"
-msgstr "prev step"
+msgstr ""
#: templates/formtools/wizard/wizard_form.html:18
msgid "submit"
-msgstr "submit"
-
-#~ 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."
+msgstr ""
diff --git a/django/contrib/gis/locale/en/LC_MESSAGES/django.mo b/django/contrib/gis/locale/en/LC_MESSAGES/django.mo
index 19ac4a3470..08a7b68596 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 ed57f6aa9c..6c8d7ec92a 100644
--- a/django/contrib/gis/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/gis/locale/en/LC_MESSAGES/django.po
@@ -1,93 +1,88 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-03-08 12:32+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:9
msgid "No feeds are registered."
-msgstr "No feeds are registered."
+msgstr ""
#: views.py:19
#, python-format
msgid "Slug %r isn't registered."
-msgstr "Slug %r isn't registered."
+msgstr ""
#: 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."
+msgstr ""
#: db/models/fields.py:270
msgid "Point"
-msgstr "Point"
+msgstr ""
#: db/models/fields.py:274
msgid "Line string"
-msgstr "Line string"
+msgstr ""
#: db/models/fields.py:278
msgid "Polygon"
-msgstr "Polygon"
+msgstr ""
#: db/models/fields.py:282
msgid "Multi-point"
-msgstr "Multi-point"
+msgstr ""
#: db/models/fields.py:286
msgid "Multi-line string"
-msgstr "Multi-line string"
+msgstr ""
#: db/models/fields.py:290
msgid "Multi polygon"
-msgstr "Multi polygon"
+msgstr ""
#: db/models/fields.py:294
msgid "Geometry collection"
-msgstr "Geometry collection"
+msgstr ""
#: forms/fields.py:23
msgid "No geometry value provided."
-msgstr "No geometry value provided."
+msgstr ""
#: forms/fields.py:24
msgid "Invalid geometry value."
-msgstr "Invalid geometry value."
+msgstr ""
#: forms/fields.py:25
msgid "Invalid geometry type."
-msgstr "Invalid geometry type."
+msgstr ""
#: forms/fields.py:26
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 "No sitemap available for section: %r"
+msgstr ""
#: sitemaps/views.py:60
#, python-format
msgid "Page %s empty"
-msgstr "Page %s empty"
+msgstr ""
#: sitemaps/views.py:62
#, python-format
msgid "No page '%s'"
-msgstr "No page '%s'"
+msgstr ""
diff --git a/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo
index 55110ebd78..08a7b68596 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 a4b6138e7f..fc75b677a0 100644
--- a/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
@@ -1,293 +1,290 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:08+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: tests.py:131 templatetags/humanize.py:168
+#: tests.py:135 templatetags/humanize.py:168
msgid "today"
-msgstr "today"
+msgstr ""
-#: tests.py:131 templatetags/humanize.py:172
+#: tests.py:135 templatetags/humanize.py:172
msgid "yesterday"
-msgstr "yesterday"
+msgstr ""
-#: tests.py:131 templatetags/humanize.py:170
+#: tests.py:135 templatetags/humanize.py:170
msgid "tomorrow"
-msgstr "tomorrow"
+msgstr ""
#: templatetags/humanize.py:26
msgid "th"
-msgstr "th"
+msgstr ""
#: templatetags/humanize.py:26
msgid "st"
-msgstr "st"
+msgstr ""
#: templatetags/humanize.py:26
msgid "nd"
-msgstr "nd"
+msgstr ""
#: templatetags/humanize.py:26
msgid "rd"
-msgstr "rd"
+msgstr ""
#: templatetags/humanize.py:55
#, python-format
msgid "%(value).1f million"
msgid_plural "%(value).1f million"
-msgstr[0] "%(value).1f million"
-msgstr[1] "%(value).1f million"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:56
#, python-format
msgid "%(value)s million"
msgid_plural "%(value)s million"
-msgstr[0] "%(value)s million"
-msgstr[1] "%(value)s million"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:59
#, python-format
msgid "%(value).1f billion"
msgid_plural "%(value).1f billion"
-msgstr[0] "%(value).1f billion"
-msgstr[1] "%(value).1f billion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:60
#, python-format
msgid "%(value)s billion"
msgid_plural "%(value)s billion"
-msgstr[0] "%(value)s billion"
-msgstr[1] "%(value)s billion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:63
#, python-format
msgid "%(value).1f trillion"
msgid_plural "%(value).1f trillion"
-msgstr[0] "%(value).1f trillion"
-msgstr[1] "%(value).1f trillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:64
#, python-format
msgid "%(value)s trillion"
msgid_plural "%(value)s trillion"
-msgstr[0] "%(value)s trillion"
-msgstr[1] "%(value)s trillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:67
#, python-format
msgid "%(value).1f quadrillion"
msgid_plural "%(value).1f quadrillion"
-msgstr[0] "%(value).1f quadrillion"
-msgstr[1] "%(value).1f quadrillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:68
#, python-format
msgid "%(value)s quadrillion"
msgid_plural "%(value)s quadrillion"
-msgstr[0] "%(value)s quadrillion"
-msgstr[1] "%(value)s quadrillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:71
#, python-format
msgid "%(value).1f quintillion"
msgid_plural "%(value).1f quintillion"
-msgstr[0] "%(value).1f quintillion"
-msgstr[1] "%(value).1f quintillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:72
#, python-format
msgid "%(value)s quintillion"
msgid_plural "%(value)s quintillion"
-msgstr[0] "%(value)s quintillion"
-msgstr[1] "%(value)s quintillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:75
#, python-format
msgid "%(value).1f sextillion"
msgid_plural "%(value).1f sextillion"
-msgstr[0] "%(value).1f sextillion"
-msgstr[1] "%(value).1f sextillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:76
#, python-format
msgid "%(value)s sextillion"
msgid_plural "%(value)s sextillion"
-msgstr[0] "%(value)s sextillion"
-msgstr[1] "%(value)s sextillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:79
#, python-format
msgid "%(value).1f septillion"
msgid_plural "%(value).1f septillion"
-msgstr[0] "%(value).1f septillion"
-msgstr[1] "%(value).1f septillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:80
#, python-format
msgid "%(value)s septillion"
msgid_plural "%(value)s septillion"
-msgstr[0] "%(value)s septillion"
-msgstr[1] "%(value)s septillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:83
#, python-format
msgid "%(value).1f octillion"
msgid_plural "%(value).1f octillion"
-msgstr[0] "%(value).1f octillion"
-msgstr[1] "%(value).1f octillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:84
#, python-format
msgid "%(value)s octillion"
msgid_plural "%(value)s octillion"
-msgstr[0] "%(value)s octillion"
-msgstr[1] "%(value)s octillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:87
#, python-format
msgid "%(value).1f nonillion"
msgid_plural "%(value).1f nonillion"
-msgstr[0] "%(value).1f nonillion"
-msgstr[1] "%(value).1f nonillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:88
#, python-format
msgid "%(value)s nonillion"
msgid_plural "%(value)s nonillion"
-msgstr[0] "%(value)s nonillion"
-msgstr[1] "%(value)s nonillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:91
#, python-format
msgid "%(value).1f decillion"
msgid_plural "%(value).1f decillion"
-msgstr[0] "%(value).1f decillion"
-msgstr[1] "%(value).1f decillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:92
#, python-format
msgid "%(value)s decillion"
msgid_plural "%(value)s decillion"
-msgstr[0] "%(value)s decillion"
-msgstr[1] "%(value)s decillion"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:95
#, python-format
msgid "%(value).1f googol"
msgid_plural "%(value).1f googol"
-msgstr[0] "%(value).1f googol"
-msgstr[1] "%(value).1f googol"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:96
#, python-format
msgid "%(value)s googol"
msgid_plural "%(value)s googol"
-msgstr[0] "%(value)s googol"
-msgstr[1] "%(value)s googol"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:145
msgid "one"
-msgstr "one"
+msgstr ""
#: templatetags/humanize.py:145
msgid "two"
-msgstr "two"
+msgstr ""
#: templatetags/humanize.py:145
msgid "three"
-msgstr "three"
+msgstr ""
#: templatetags/humanize.py:145
msgid "four"
-msgstr "four"
+msgstr ""
#: templatetags/humanize.py:145
msgid "five"
-msgstr "five"
+msgstr ""
#: templatetags/humanize.py:145
msgid "six"
-msgstr "six"
+msgstr ""
#: templatetags/humanize.py:145
msgid "seven"
-msgstr "seven"
+msgstr ""
#: templatetags/humanize.py:145
msgid "eight"
-msgstr "eight"
+msgstr ""
#: templatetags/humanize.py:145
msgid "nine"
-msgstr "nine"
+msgstr ""
#: templatetags/humanize.py:191
#, python-format
msgctxt "naturaltime"
msgid "%(delta)s ago"
-msgstr "%(delta)s ago"
+msgstr ""
#: templatetags/humanize.py:194 templatetags/humanize.py:216
msgid "now"
-msgstr "now"
+msgstr ""
#: templatetags/humanize.py:197
#, python-format
msgid "a second ago"
msgid_plural "%(count)s seconds ago"
-msgstr[0] "a second ago"
-msgstr[1] "%(count)s seconds ago"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:202
#, python-format
msgid "a minute ago"
msgid_plural "%(count)s minutes ago"
-msgstr[0] "a minute ago"
-msgstr[1] "%(count)s minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:207
#, python-format
msgid "an hour ago"
msgid_plural "%(count)s hours ago"
-msgstr[0] "an hour ago"
-msgstr[1] "%(count)s hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:213
#, python-format
msgctxt "naturaltime"
msgid "%(delta)s from now"
-msgstr "%(delta)s from now"
+msgstr ""
#: templatetags/humanize.py:219
#, 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"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:224
#, 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"
+msgstr[0] ""
+msgstr[1] ""
#: templatetags/humanize.py:229
#, python-format
msgid "an hour from now"
msgid_plural "%(count)s hours from now"
-msgstr[0] "an hour from now"
-msgstr[1] "%(count)s hours from now"
+msgstr[0] ""
+msgstr[1] ""
diff --git a/django/contrib/messages/locale/en/LC_MESSAGES/django.mo b/django/contrib/messages/locale/en/LC_MESSAGES/django.mo
index a0c5646f66..08a7b68596 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 b1c1f9bea4..7a041aa1a2 100644
--- a/django/contrib/messages/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/messages/locale/en/LC_MESSAGES/django.po
@@ -1,21 +1,18 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:16+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: tests/base.py:101
+#: tests/base.py:100
msgid "lazy message"
-msgstr "lazy message"
+msgstr ""
diff --git a/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo b/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo
index bf854ed382..08a7b68596 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 a0723f0b39..10eb14e213 100644
--- a/django/contrib/redirects/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/redirects/locale/en/LC_MESSAGES/django.po
@@ -1,49 +1,42 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:39+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:9
msgid "redirect from"
-msgstr "redirect from"
+msgstr ""
#: 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 "redirect to"
+msgstr ""
#: 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 "redirect"
+msgstr ""
#: models.py:16
msgid "redirects"
-msgstr "redirects"
+msgstr ""
diff --git a/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo b/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo
index 1f590af580..08a7b68596 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 09dd449811..247efec01b 100644
--- a/django/contrib/sessions/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/sessions/locale/en/LC_MESSAGES/django.po
@@ -1,37 +1,34 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:40+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:38
msgid "session key"
-msgstr "session key"
+msgstr ""
#: models.py:40
msgid "session data"
-msgstr "session data"
+msgstr ""
#: models.py:41
msgid "expire date"
-msgstr "expire date"
+msgstr ""
#: models.py:46
msgid "session"
-msgstr "session"
+msgstr ""
#: models.py:47
msgid "sessions"
-msgstr "sessions"
+msgstr ""
diff --git a/django/contrib/sites/locale/en/LC_MESSAGES/django.mo b/django/contrib/sites/locale/en/LC_MESSAGES/django.mo
index f8612702dc..08a7b68596 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 7d988a9140..c84cad01c8 100644
--- a/django/contrib/sites/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/sites/locale/en/LC_MESSAGES/django.po
@@ -1,20 +1,17 @@
# 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: 2013-03-28 10:04+0100\n"
-"PO-Revision-Date: 2012-02-14 13:49+0000\n"
-"Last-Translator: Jannis Leidel \n"
+"POT-Creation-Date: 2013-05-02 16:18+0200\n"
+"PO-Revision-Date: 2010-05-13 15:35+0200\n"
+"Last-Translator: Django team\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"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:25
msgid "The domain name cannot contain any spaces or tabs."
@@ -22,16 +19,16 @@ msgstr ""
#: models.py:58
msgid "domain name"
-msgstr "domain name"
+msgstr ""
#: models.py:60
msgid "display name"
-msgstr "display name"
+msgstr ""
#: models.py:65
msgid "site"
-msgstr "site"
+msgstr ""
#: models.py:66
msgid "sites"
-msgstr "sites"
+msgstr ""