django1/django/contrib/auth/locale/en/LC_MESSAGES/django.po

298 lines
6.2 KiB
Plaintext
Raw Normal View History

# This file is distributed under the same license as the Django package.
#
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
2013-03-28 17:06:11 +08:00
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2014-05-19 21:17:35 +08:00
#: contrib/auth/admin.py:45
msgid "Personal info"
msgstr ""
2014-05-19 21:17:35 +08:00
#: contrib/auth/admin.py:46
msgid "Permissions"
msgstr ""
2014-05-19 21:17:35 +08:00
#: contrib/auth/admin.py:48
msgid "Important dates"
msgstr ""
2014-05-19 21:17:35 +08:00
#: contrib/auth/admin.py:133
msgid "Password changed successfully."
msgstr ""
2014-05-19 21:17:35 +08:00
#: contrib/auth/admin.py:144
#, python-format
msgid "Change password: %s"
msgstr ""
#: contrib/auth/apps.py:12
2014-05-19 21:17:35 +08:00
msgid "Authentication and Authorization"
msgstr ""
#: contrib/auth/forms.py:38 contrib/auth/tests/test_forms.py:315
#: contrib/auth/tests/test_forms.py:320 contrib/auth/tests/test_forms.py:530
2012-10-15 17:17:06 +08:00
msgid "No password set."
msgstr ""
2012-10-15 17:17:06 +08:00
#: contrib/auth/forms.py:44 contrib/auth/tests/test_forms.py:325
#: contrib/auth/tests/test_forms.py:331
2012-10-15 17:17:06 +08:00
msgid "Invalid password format or unknown hashing algorithm."
msgstr ""
2012-10-15 17:17:06 +08:00
#: contrib/auth/forms.py:77 contrib/auth/forms.py:273
#: contrib/auth/forms.py:337
msgid "The two password fields didn't match."
msgstr ""
#: contrib/auth/forms.py:79 contrib/auth/forms.py:108
#: contrib/auth/forms.py:136 contrib/auth/forms.py:341
msgid "Password"
msgstr ""
#: contrib/auth/forms.py:81
msgid "Password confirmation"
msgstr ""
#: contrib/auth/forms.py:83 contrib/auth/forms.py:347
msgid "Enter the same password as above, for verification."
msgstr ""
#: contrib/auth/forms.py:109
msgid ""
"Raw passwords are not stored, so there is no way to see this user's "
"password, but you can change the password using <a href=\"password/\">this "
"form</a>."
msgstr ""
#: contrib/auth/forms.py:139
#, python-format
msgid ""
"Please enter a correct %(username)s and password. Note that both fields may "
"be case-sensitive."
msgstr ""
#: contrib/auth/forms.py:141
msgid "This account is inactive."
msgstr ""
#: contrib/auth/forms.py:204
2012-10-15 17:17:06 +08:00
msgid "Email"
msgstr ""
#: contrib/auth/forms.py:275
msgid "New password"
msgstr ""
#: contrib/auth/forms.py:277
msgid "New password confirmation"
msgstr ""
#: contrib/auth/forms.py:308
msgid "Your old password was entered incorrectly. Please enter it again."
msgstr ""
#: contrib/auth/forms.py:311
msgid "Old password"
msgstr ""
#: contrib/auth/forms.py:345
msgid "Password (again)"
msgstr ""
#: contrib/auth/hashers.py:251 contrib/auth/hashers.py:334
#: contrib/auth/hashers.py:382 contrib/auth/hashers.py:410
#: contrib/auth/hashers.py:443 contrib/auth/hashers.py:476
#: contrib/auth/hashers.py:510
msgid "algorithm"
msgstr ""
#: contrib/auth/hashers.py:252
msgid "iterations"
msgstr ""
#: contrib/auth/hashers.py:253 contrib/auth/hashers.py:336
#: contrib/auth/hashers.py:383 contrib/auth/hashers.py:411
#: contrib/auth/hashers.py:511
msgid "salt"
msgstr ""
#: contrib/auth/hashers.py:254 contrib/auth/hashers.py:384
#: contrib/auth/hashers.py:412 contrib/auth/hashers.py:444
#: contrib/auth/hashers.py:477 contrib/auth/hashers.py:512
msgid "hash"
msgstr ""
#: contrib/auth/hashers.py:335
msgid "work factor"
msgstr ""
#: contrib/auth/hashers.py:337
msgid "checksum"
msgstr ""
#: contrib/auth/models.py:65 contrib/auth/models.py:116
msgid "name"
msgstr ""
#: contrib/auth/models.py:67
msgid "codename"
msgstr ""
#: contrib/auth/models.py:71
msgid "permission"
msgstr ""
#: contrib/auth/models.py:72 contrib/auth/models.py:118
msgid "permissions"
msgstr ""
#: contrib/auth/models.py:123
msgid "group"
msgstr ""
#: contrib/auth/models.py:124 contrib/auth/models.py:312
msgid "groups"
msgstr ""
#: contrib/auth/models.py:197
2012-10-15 17:17:06 +08:00
msgid "password"
msgstr ""
#: contrib/auth/models.py:198
2012-10-15 17:17:06 +08:00
msgid "last login"
msgstr ""
2012-10-15 17:17:06 +08:00
#: contrib/auth/models.py:309
msgid "superuser status"
msgstr ""
2012-10-15 17:17:06 +08:00
#: contrib/auth/models.py:310
msgid ""
"Designates that this user has all permissions without explicitly assigning "
"them."
msgstr ""
#: contrib/auth/models.py:313
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of their groups."
2012-10-15 17:17:06 +08:00
msgstr ""
#: contrib/auth/models.py:318
msgid "user permissions"
msgstr ""
#: contrib/auth/models.py:319
2014-05-19 21:17:35 +08:00
msgid "Specific permissions for this user."
msgstr ""
#: contrib/auth/models.py:386
2014-05-19 21:17:35 +08:00
msgid "username"
msgstr ""
#: contrib/auth/models.py:387
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr ""
#: contrib/auth/models.py:391
msgid ""
"Enter a valid username. This value may contain only letters, numbers and @/./"
"+/-/_ characters."
msgstr ""
#: contrib/auth/models.py:396
msgid "A user with that username already exists."
msgstr ""
#: contrib/auth/models.py:398
msgid "first name"
msgstr ""
#: contrib/auth/models.py:399
msgid "last name"
msgstr ""
#: contrib/auth/models.py:400
2012-10-15 17:17:06 +08:00
msgid "email address"
msgstr ""
#: contrib/auth/models.py:401
msgid "staff status"
msgstr ""
#: contrib/auth/models.py:402
msgid "Designates whether the user can log into this admin site."
msgstr ""
#: contrib/auth/models.py:404
msgid "active"
msgstr ""
#: contrib/auth/models.py:405
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr ""
#: contrib/auth/models.py:407
msgid "date joined"
msgstr ""
#: contrib/auth/models.py:415
msgid "user"
msgstr ""
#: contrib/auth/models.py:416
msgid "users"
msgstr ""
2014-05-19 21:17:35 +08:00
#: contrib/auth/templates/registration/password_reset_subject.txt:2
#, python-format
msgid "Password reset on %(site_name)s"
msgstr ""
2013-03-28 17:06:11 +08:00
#: contrib/auth/tests/test_forms.py:383
2013-03-28 17:06:11 +08:00
msgid "Enter a valid email address."
msgstr ""
2014-05-19 21:17:35 +08:00
#: contrib/auth/views.py:98
2014-05-19 21:17:35 +08:00
msgid "Logged out"
msgstr ""
#: contrib/auth/views.py:184
2014-05-19 21:17:35 +08:00
msgid "Password reset"
msgstr ""
#: contrib/auth/views.py:199
msgid "Password reset sent"
2014-05-19 21:17:35 +08:00
msgstr ""
#: contrib/auth/views.py:237
2014-05-19 21:17:35 +08:00
msgid "Enter new password"
msgstr ""
#: contrib/auth/views.py:248
2014-05-19 21:17:35 +08:00
msgid "Password reset unsuccessful"
msgstr ""
#: contrib/auth/views.py:268
2014-05-19 21:17:35 +08:00
msgid "Password reset complete"
msgstr ""
#: contrib/auth/views.py:305
2014-05-19 21:17:35 +08:00
msgid "Password change"
msgstr ""
#: contrib/auth/views.py:321
2014-05-19 21:17:35 +08:00
msgid "Password change successful"
msgstr ""