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

301 lines
7.0 KiB
Plaintext
Raw Normal View History

# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
2013-03-28 17:06:11 +08:00
"POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-12-16 08:51+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:41
msgid "Personal info"
msgstr "Personal info"
#: admin.py:42
msgid "Permissions"
msgstr "Permissions"
#: admin.py:44
msgid "Important dates"
msgstr "Important dates"
2013-03-28 17:06:11 +08:00
#: admin.py:132
msgid "Password changed successfully."
msgstr "Password changed successfully."
2013-03-28 17:06:11 +08:00
#: admin.py:142
#, python-format
msgid "Change password: %s"
msgstr "Change password: %s"
2013-03-28 17:06:11 +08:00
#: forms.py:33 tests/forms.py:261 tests/forms.py:266 tests/forms.py:407
2012-10-15 17:17:06 +08:00
msgid "No password set."
msgstr "No password set."
2012-10-15 17:17:06 +08:00
2013-03-28 17:06:11 +08:00
#: forms.py:39 tests/forms.py:271 tests/forms.py:277
2012-10-15 17:17:06 +08:00
msgid "Invalid password format or unknown hashing algorithm."
msgstr "Invalid password format or unknown hashing algorithm."
2012-10-15 17:17:06 +08:00
2013-03-28 17:06:11 +08:00
#: forms.py:72
msgid "A user with that username already exists."
msgstr "A user with that username already exists."
2013-03-28 17:06:11 +08:00
#: 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."
2013-03-28 17:06:11 +08:00
#: forms.py:75 forms.py:120
msgid "Username"
msgstr "Username"
2013-03-28 17:06:11 +08:00
#: 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."
2013-03-28 17:06:11 +08:00
#: 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."
2013-03-28 17:06:11 +08:00
#: forms.py:82 forms.py:126 forms.py:153 forms.py:316
msgid "Password"
msgstr "Password"
2013-03-28 17:06:11 +08:00
#: forms.py:84
msgid "Password confirmation"
msgstr "Password confirmation"
2013-03-28 17:06:11 +08:00
#: forms.py:86
msgid "Enter the same password as above, for verification."
msgstr "Enter the same password as above, for verification."
2013-03-28 17:06:11 +08:00
#: forms.py:127
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 ""
"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>."
2013-03-28 17:06:11 +08:00
#: forms.py:156
#, python-format
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."
2013-03-28 17:06:11 +08:00
#: forms.py:158
msgid "This account is inactive."
msgstr "This account is inactive."
#: forms.py:206
2012-10-15 17:17:06 +08:00
msgid "Email"
msgstr "Email"
2013-03-28 17:06:11 +08:00
#: forms.py:256
msgid "New password"
msgstr "New password"
2013-03-28 17:06:11 +08:00
#: forms.py:258
msgid "New password confirmation"
msgstr "New password confirmation"
2013-03-28 17:06:11 +08:00
#: 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."
2013-03-28 17:06:11 +08:00
#: forms.py:290
msgid "Old password"
msgstr "Old password"
2013-03-28 17:06:11 +08:00
#: forms.py:318
msgid "Password (again)"
msgstr "Password (again)"
2013-03-28 17:06:11 +08:00
#: 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"
2013-03-28 17:06:11 +08:00
#: hashers.py:244
msgid "iterations"
msgstr "iterations"
2013-03-28 17:06:11 +08:00
#: hashers.py:245 hashers.py:319 hashers.py:366 hashers.py:394 hashers.py:494
msgid "salt"
msgstr "salt"
2013-03-28 17:06:11 +08:00
#: hashers.py:246 hashers.py:367 hashers.py:395 hashers.py:427 hashers.py:460
#: hashers.py:495
msgid "hash"
msgstr "hash"
2013-03-28 17:06:11 +08:00
#: hashers.py:318
msgid "work factor"
msgstr "work factor"
2013-03-28 17:06:11 +08:00
#: hashers.py:320
msgid "checksum"
msgstr "checksum"
2012-10-15 17:17:06 +08:00
#: models.py:72 models.py:121
msgid "name"
msgstr "name"
2012-10-15 17:17:06 +08:00
#: models.py:74
msgid "codename"
msgstr "codename"
2012-10-15 17:17:06 +08:00
#: models.py:78
msgid "permission"
msgstr "permission"
2012-10-15 17:17:06 +08:00
#: models.py:79 models.py:123
msgid "permissions"
msgstr "permissions"
2012-10-15 17:17:06 +08:00
#: models.py:128
msgid "group"
msgstr "group"
#: models.py:129 models.py:301
msgid "groups"
msgstr "groups"
#: models.py:200
2012-10-15 17:17:06 +08:00
msgid "password"
msgstr "password"
#: models.py:201
2012-10-15 17:17:06 +08:00
msgid "last login"
msgstr "last login"
2012-10-15 17:17:06 +08:00
#: models.py:298
msgid "superuser status"
msgstr "superuser status"
2012-10-15 17:17:06 +08:00
#: 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."
2012-10-15 17:17:06 +08:00
#: models.py:302
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of his/her group."
2012-10-15 17:17:06 +08:00
msgstr ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of his/her group."
2012-10-15 17:17:06 +08:00
#: models.py:306
msgid "user permissions"
msgstr "user permissions"
#: models.py:377
msgid "username"
msgstr "username"
#: models.py:378
msgid ""
"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
msgstr ""
"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
#: models.py: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
2012-10-15 17:17:06 +08:00
msgid "email address"
msgstr "email address"
#: models.py:386
msgid "staff status"
msgstr "staff status"
#: models.py:387
msgid "Designates whether the user can log into this admin site."
msgstr "Designates whether the user can log into this admin site."
#: models.py:389
msgid "active"
msgstr "active"
#: models.py:390
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
#: models.py:392
msgid "date joined"
msgstr "date joined"
#: models.py:400
msgid "user"
msgstr "user"
#: models.py:401
msgid "users"
msgstr "users"
2013-03-28 17:06:11 +08:00
#: views.py:89
msgid "Logged out"
msgstr "Logged out"
#: templates/registration/password_reset_subject.txt:2
#, python-format
msgid "Password reset on %(site_name)s"
msgstr "Password reset on %(site_name)s"
2013-03-28 17:06:11 +08:00
#: tests/forms.py:325
#, fuzzy
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."