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

276 lines
4.9 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"
2012-10-15 17:17:06 +08:00
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: admin.py:41
msgid "Personal info"
msgstr ""
#: admin.py:42
msgid "Permissions"
msgstr ""
#: admin.py:44
msgid "Important dates"
msgstr ""
2012-10-15 17:17:06 +08:00
#: admin.py:126
msgid "Password changed successfully."
msgstr ""
2012-10-15 17:17:06 +08:00
#: admin.py:136
#, python-format
msgid "Change password: %s"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:31 tests/forms.py:249 tests/forms.py:254
msgid "No password set."
msgstr ""
#: forms.py:37 tests/forms.py:259 tests/forms.py:265
msgid "Invalid password format or unknown hashing algorithm."
msgstr ""
#: forms.py:65
msgid "A user with that username already exists."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:66 forms.py:257 forms.py:317
msgid "The two password fields didn't match."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:68 forms.py:113
msgid "Username"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:70 forms.py:114
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:73 forms.py:117
msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:75 forms.py:119 forms.py:140 forms.py:319
msgid "Password"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:77
msgid "Password confirmation"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:79
msgid "Enter the same password as above, for verification."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:120
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 ""
#: forms.py:143
msgid ""
"Please enter a correct username and password. Note that both fields are case-"
"sensitive."
msgstr ""
#: forms.py:145
msgid ""
"Your Web browser doesn't appear to have cookies enabled. Cookies are "
"required for logging in."
msgstr ""
#: forms.py:147
msgid "This account is inactive."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:196
msgid ""
2012-10-15 17:17:06 +08:00
"That email address doesn't have an associated user account. Are you sure "
"you've registered?"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:198 tests/forms.py:347
msgid ""
2012-10-15 17:17:06 +08:00
"The user account associated with this email address cannot reset the "
"password."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:201
msgid "Email"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:259
msgid "New password"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:261
msgid "New password confirmation"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:290
msgid "Your old password was entered incorrectly. Please enter it again."
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:293
msgid "Old password"
msgstr ""
2012-10-15 17:17:06 +08:00
#: forms.py:321
msgid "Password (again)"
msgstr ""
2012-10-15 17:17:06 +08:00
#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378
#: hashers.py:412
msgid "algorithm"
msgstr ""
2012-10-15 17:17:06 +08:00
#: hashers.py:242
msgid "iterations"
msgstr ""
2012-10-15 17:17:06 +08:00
#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413
msgid "salt"
msgstr ""
2012-10-15 17:17:06 +08:00
#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414
msgid "hash"
msgstr ""
2012-10-15 17:17:06 +08:00
#: hashers.py:293
msgid "work factor"
msgstr ""
2012-10-15 17:17:06 +08:00
#: hashers.py:295
msgid "checksum"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:72 models.py:121
msgid "name"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:74
msgid "codename"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:78
msgid "permission"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:79 models.py:123
msgid "permissions"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:128
msgid "group"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:129 models.py:317
msgid "groups"
msgstr ""
#: models.py:232
2012-10-15 17:17:06 +08:00
msgid "password"
msgstr ""
#: models.py:233
2012-10-15 17:17:06 +08:00
msgid "last login"
msgstr ""
#: models.py:298
msgid "username"
msgstr ""
#: models.py:299
msgid ""
"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:302
msgid "Enter a valid username."
msgstr ""
#: models.py:304
msgid "first name"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:305
msgid "last name"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:306
msgid "email address"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:307
msgid "staff status"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:308
msgid "Designates whether the user can log into this admin site."
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:310
msgid "active"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:311
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:313
msgid "superuser status"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:314
msgid ""
"Designates that this user has all permissions without explicitly assigning "
"them."
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:316
msgid "date joined"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:318
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of his/her group."
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:322
msgid "user permissions"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:331
msgid "user"
msgstr ""
2012-10-15 17:17:06 +08:00
#: models.py:332
msgid "users"
msgstr ""
2012-10-15 17:17:06 +08:00
#: views.py:97
msgid "Logged out"
msgstr ""
#: templates/registration/password_reset_subject.txt:2
#, python-format
msgid "Password reset on %(site_name)s"
msgstr ""