2011-01-22 01:59:27 +08:00
|
|
|
# This file is distributed under the same license as the Django package.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: Django\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2015-10-10 21:12:55 +08:00
|
|
|
"POT-Creation-Date: 2015-10-10 15:10+0200\n"
|
2013-05-02 22:16:25 +08:00
|
|
|
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
|
|
|
"Last-Translator: Django team\n"
|
2011-01-22 01:59:27 +08:00
|
|
|
"Language-Team: English <en@li.org>\n"
|
2013-03-28 17:06:11 +08:00
|
|
|
"Language: en\n"
|
2011-01-22 01:59:27 +08:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/admin.py:49
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Personal info"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/admin.py:50
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Permissions"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/admin.py:52
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Important dates"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/admin.py:136
|
2015-03-18 16:18:50 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(name)s object with primary key %(key)r does not exist."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/admin.py:146
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Password changed successfully."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/admin.py:165
|
2011-01-22 01:59:27 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "Change password: %s"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-01-17 18:18:45 +08:00
|
|
|
#: contrib/auth/apps.py:12
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Authentication and Authorization"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/base_user.py:50
|
|
|
|
msgid "password"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: contrib/auth/base_user.py:51
|
|
|
|
msgid "last login"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-03-18 16:18:50 +08:00
|
|
|
#: contrib/auth/forms.py:30
|
2012-10-15 17:17:06 +08:00
|
|
|
msgid "No password set."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-10-15 17:17:06 +08:00
|
|
|
|
2015-03-18 16:18:50 +08:00
|
|
|
#: contrib/auth/forms.py:36
|
2012-10-15 17:17:06 +08:00
|
|
|
msgid "Invalid password format or unknown hashing algorithm."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-10-15 17:17:06 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:69 contrib/auth/forms.py:268
|
|
|
|
#: contrib/auth/forms.py:332
|
2011-12-23 07:02:28 +08:00
|
|
|
msgid "The two password fields didn't match."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-12-23 07:02:28 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:71 contrib/auth/forms.py:102
|
|
|
|
#: contrib/auth/forms.py:130 contrib/auth/forms.py:336
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Password"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-03-18 16:18:50 +08:00
|
|
|
#: contrib/auth/forms.py:73
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Password confirmation"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:75 contrib/auth/forms.py:343
|
|
|
|
msgid "Enter the same password as before, for verification."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:103
|
2011-12-23 07:02:28 +08:00
|
|
|
msgid ""
|
2012-03-05 10:23:40 +08:00
|
|
|
"Raw passwords are not stored, so there is no way to see this user's "
|
2015-10-10 00:00:06 +08:00
|
|
|
"password, but you can change the password using <a href=\"../password/"
|
|
|
|
"\">this form</a>."
|
2011-01-22 01:59:27 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:133
|
2013-02-26 06:02:09 +08:00
|
|
|
#, python-format
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid ""
|
2013-02-26 06:02:09 +08:00
|
|
|
"Please enter a correct %(username)s and password. Note that both fields may "
|
|
|
|
"be case-sensitive."
|
2011-01-22 01:59:27 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:135
|
2011-12-23 07:02:28 +08:00
|
|
|
msgid "This account is inactive."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:198
|
2012-10-15 17:17:06 +08:00
|
|
|
msgid "Email"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-12-23 07:02:28 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:270
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "New password"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:273
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "New password confirmation"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:306
|
2011-12-23 07:02:28 +08:00
|
|
|
msgid "Your old password was entered incorrectly. Please enter it again."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:309
|
2011-12-23 07:02:28 +08:00
|
|
|
msgid "Old password"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/forms.py:341
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Password (again)"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-01-17 18:18:45 +08:00
|
|
|
#: contrib/auth/hashers.py:251 contrib/auth/hashers.py:334
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/hashers.py:386 contrib/auth/hashers.py:414
|
|
|
|
#: contrib/auth/hashers.py:447 contrib/auth/hashers.py:480
|
|
|
|
#: contrib/auth/hashers.py:514
|
2012-03-05 10:23:40 +08:00
|
|
|
msgid "algorithm"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-03-05 10:23:40 +08:00
|
|
|
|
2015-01-17 18:18:45 +08:00
|
|
|
#: contrib/auth/hashers.py:252
|
2012-03-05 10:23:40 +08:00
|
|
|
msgid "iterations"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-03-05 10:23:40 +08:00
|
|
|
|
2015-01-17 18:18:45 +08:00
|
|
|
#: contrib/auth/hashers.py:253 contrib/auth/hashers.py:336
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/hashers.py:387 contrib/auth/hashers.py:415
|
|
|
|
#: contrib/auth/hashers.py:515
|
2012-03-05 10:23:40 +08:00
|
|
|
msgid "salt"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-03-05 10:23:40 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/hashers.py:254 contrib/auth/hashers.py:388
|
|
|
|
#: contrib/auth/hashers.py:416 contrib/auth/hashers.py:448
|
|
|
|
#: contrib/auth/hashers.py:481 contrib/auth/hashers.py:516
|
2012-03-05 10:23:40 +08:00
|
|
|
msgid "hash"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-03-05 10:23:40 +08:00
|
|
|
|
2015-01-17 18:18:45 +08:00
|
|
|
#: contrib/auth/hashers.py:335
|
2012-03-05 10:23:40 +08:00
|
|
|
msgid "work factor"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-03-05 10:23:40 +08:00
|
|
|
|
2015-01-17 18:18:45 +08:00
|
|
|
#: contrib/auth/hashers.py:337
|
2012-03-05 10:23:40 +08:00
|
|
|
msgid "checksum"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-03-05 10:23:40 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:61 contrib/auth/models.py:116
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "name"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:65
|
|
|
|
msgid "content type"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: contrib/auth/models.py:67
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "codename"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:71
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "permission"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:72 contrib/auth/models.py:119
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "permissions"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:126
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "group"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:127 contrib/auth/models.py:222
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "groups"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:213
|
2013-02-26 06:02:09 +08:00
|
|
|
msgid "superuser status"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2012-10-15 17:17:06 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:216
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid ""
|
2013-02-26 06:02:09 +08:00
|
|
|
"Designates that this user has all permissions without explicitly assigning "
|
|
|
|
"them."
|
2011-01-22 01:59:27 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:225
|
2013-02-26 06:02:09 +08:00
|
|
|
msgid ""
|
|
|
|
"The groups this user belongs to. A user will get all permissions granted to "
|
2015-01-17 18:18:45 +08:00
|
|
|
"each of their groups."
|
2012-10-15 17:17:06 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:233
|
2013-02-26 06:02:09 +08:00
|
|
|
msgid "user permissions"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2013-02-26 06:02:09 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:235
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Specific permissions for this user."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2013-02-26 06:02:09 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:305
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "username"
|
2011-01-22 01:59:27 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:308
|
2015-01-17 18:18:45 +08:00
|
|
|
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:312
|
2015-01-17 18:18:45 +08:00
|
|
|
msgid ""
|
|
|
|
"Enter a valid username. This value may contain only letters, numbers and @/./"
|
|
|
|
"+/-/_ characters."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:317
|
2015-01-17 18:18:45 +08:00
|
|
|
msgid "A user with that username already exists."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2013-02-26 06:02:09 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:320
|
2013-02-26 06:02:09 +08:00
|
|
|
msgid "first name"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2013-02-26 06:02:09 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:321
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "last name"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:322
|
2012-10-15 17:17:06 +08:00
|
|
|
msgid "email address"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:324
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "staff status"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:326
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "Designates whether the user can log into this admin site."
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:329
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "active"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:332
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid ""
|
|
|
|
"Designates whether this user should be treated as active. Unselect this "
|
|
|
|
"instead of deleting accounts."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:336
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "date joined"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:344
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "user"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/models.py:345
|
2011-01-22 01:59:27 +08:00
|
|
|
msgid "users"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2011-01-22 01:59:27 +08:00
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:101
|
2015-10-10 00:00:06 +08:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
|
|
|
"This password is too short. It must contain at least %(min_length)d "
|
2015-10-10 21:12:55 +08:00
|
|
|
"character."
|
|
|
|
msgid_plural ""
|
|
|
|
"This password is too short. It must contain at least %(min_length)d "
|
2015-10-10 00:00:06 +08:00
|
|
|
"characters."
|
2015-10-10 21:12:55 +08:00
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
2015-10-10 00:00:06 +08:00
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:111
|
2015-10-10 00:00:06 +08:00
|
|
|
#, python-format
|
2015-10-10 21:12:55 +08:00
|
|
|
msgid "Your password must contain at least %(min_length)d character."
|
|
|
|
msgid_plural "Your password must contain at least %(min_length)d characters."
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
2015-10-10 00:00:06 +08:00
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:147
|
2015-10-10 00:00:06 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "The password is too similar to the %(verbose_name)s."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:153
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "Your password can't be too similar to your other personal information."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:180
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "This password is too common."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:185
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "Your password can't be a commonly used password."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:195
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "This password is entirely numeric."
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 21:12:55 +08:00
|
|
|
#: contrib/auth/password_validation.py:200
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "Your password can't be entirely numeric."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-05-19 21:17:35 +08:00
|
|
|
#: contrib/auth/templates/registration/password_reset_subject.txt:2
|
2011-06-19 19:24:39 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "Password reset on %(site_name)s"
|
2013-05-02 22:16:25 +08:00
|
|
|
msgstr ""
|
2013-03-28 17:06:11 +08:00
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:125
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Logged out"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:211
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Password reset"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:224
|
2015-01-17 18:18:45 +08:00
|
|
|
msgid "Password reset sent"
|
2014-05-19 21:17:35 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:261
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Enter new password"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:272
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Password reset unsuccessful"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:290
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Password reset complete"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:325
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Password change"
|
|
|
|
msgstr ""
|
|
|
|
|
2015-10-10 00:00:06 +08:00
|
|
|
#: contrib/auth/views.py:339
|
2014-05-19 21:17:35 +08:00
|
|
|
msgid "Password change successful"
|
|
|
|
msgstr ""
|