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

344 lines
7.2 KiB
Plaintext

# 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-10-10 15:10+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"
#: contrib/auth/admin.py:49
msgid "Personal info"
msgstr ""
#: contrib/auth/admin.py:50
msgid "Permissions"
msgstr ""
#: contrib/auth/admin.py:52
msgid "Important dates"
msgstr ""
#: contrib/auth/admin.py:136
#, python-format
msgid "%(name)s object with primary key %(key)r does not exist."
msgstr ""
#: contrib/auth/admin.py:146
msgid "Password changed successfully."
msgstr ""
#: contrib/auth/admin.py:165
#, python-format
msgid "Change password: %s"
msgstr ""
#: contrib/auth/apps.py:12
msgid "Authentication and Authorization"
msgstr ""
#: contrib/auth/base_user.py:50
msgid "password"
msgstr ""
#: contrib/auth/base_user.py:51
msgid "last login"
msgstr ""
#: contrib/auth/forms.py:30
msgid "No password set."
msgstr ""
#: contrib/auth/forms.py:36
msgid "Invalid password format or unknown hashing algorithm."
msgstr ""
#: contrib/auth/forms.py:69 contrib/auth/forms.py:268
#: contrib/auth/forms.py:332
msgid "The two password fields didn't match."
msgstr ""
#: contrib/auth/forms.py:71 contrib/auth/forms.py:102
#: contrib/auth/forms.py:130 contrib/auth/forms.py:336
msgid "Password"
msgstr ""
#: contrib/auth/forms.py:73
msgid "Password confirmation"
msgstr ""
#: contrib/auth/forms.py:75 contrib/auth/forms.py:343
msgid "Enter the same password as before, for verification."
msgstr ""
#: contrib/auth/forms.py:103
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:133
#, python-format
msgid ""
"Please enter a correct %(username)s and password. Note that both fields may "
"be case-sensitive."
msgstr ""
#: contrib/auth/forms.py:135
msgid "This account is inactive."
msgstr ""
#: contrib/auth/forms.py:198
msgid "Email"
msgstr ""
#: contrib/auth/forms.py:270
msgid "New password"
msgstr ""
#: contrib/auth/forms.py:273
msgid "New password confirmation"
msgstr ""
#: contrib/auth/forms.py:306
msgid "Your old password was entered incorrectly. Please enter it again."
msgstr ""
#: contrib/auth/forms.py:309
msgid "Old password"
msgstr ""
#: contrib/auth/forms.py:341
msgid "Password (again)"
msgstr ""
#: contrib/auth/hashers.py:251 contrib/auth/hashers.py:334
#: 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
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:387 contrib/auth/hashers.py:415
#: contrib/auth/hashers.py:515
msgid "salt"
msgstr ""
#: 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
msgid "hash"
msgstr ""
#: contrib/auth/hashers.py:335
msgid "work factor"
msgstr ""
#: contrib/auth/hashers.py:337
msgid "checksum"
msgstr ""
#: contrib/auth/models.py:61 contrib/auth/models.py:116
msgid "name"
msgstr ""
#: contrib/auth/models.py:65
msgid "content type"
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:119
msgid "permissions"
msgstr ""
#: contrib/auth/models.py:126
msgid "group"
msgstr ""
#: contrib/auth/models.py:127 contrib/auth/models.py:222
msgid "groups"
msgstr ""
#: contrib/auth/models.py:213
msgid "superuser status"
msgstr ""
#: contrib/auth/models.py:216
msgid ""
"Designates that this user has all permissions without explicitly assigning "
"them."
msgstr ""
#: contrib/auth/models.py:225
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of their groups."
msgstr ""
#: contrib/auth/models.py:233
msgid "user permissions"
msgstr ""
#: contrib/auth/models.py:235
msgid "Specific permissions for this user."
msgstr ""
#: contrib/auth/models.py:305
msgid "username"
msgstr ""
#: contrib/auth/models.py:308
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr ""
#: contrib/auth/models.py:312
msgid ""
"Enter a valid username. This value may contain only letters, numbers and @/./"
"+/-/_ characters."
msgstr ""
#: contrib/auth/models.py:317
msgid "A user with that username already exists."
msgstr ""
#: contrib/auth/models.py:320
msgid "first name"
msgstr ""
#: contrib/auth/models.py:321
msgid "last name"
msgstr ""
#: contrib/auth/models.py:322
msgid "email address"
msgstr ""
#: contrib/auth/models.py:324
msgid "staff status"
msgstr ""
#: contrib/auth/models.py:326
msgid "Designates whether the user can log into this admin site."
msgstr ""
#: contrib/auth/models.py:329
msgid "active"
msgstr ""
#: contrib/auth/models.py:332
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr ""
#: contrib/auth/models.py:336
msgid "date joined"
msgstr ""
#: contrib/auth/models.py:344
msgid "user"
msgstr ""
#: contrib/auth/models.py:345
msgid "users"
msgstr ""
#: contrib/auth/password_validation.py:101
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"character."
msgid_plural ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr[0] ""
msgstr[1] ""
#: contrib/auth/password_validation.py:111
#, python-format
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] ""
#: contrib/auth/password_validation.py:147
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr ""
#: contrib/auth/password_validation.py:153
msgid "Your password can't be too similar to your other personal information."
msgstr ""
#: contrib/auth/password_validation.py:180
msgid "This password is too common."
msgstr ""
#: contrib/auth/password_validation.py:185
msgid "Your password can't be a commonly used password."
msgstr ""
#: contrib/auth/password_validation.py:195
msgid "This password is entirely numeric."
msgstr ""
#: contrib/auth/password_validation.py:200
msgid "Your password can't be entirely numeric."
msgstr ""
#: contrib/auth/templates/registration/password_reset_subject.txt:2
#, python-format
msgid "Password reset on %(site_name)s"
msgstr ""
#: contrib/auth/views.py:125
msgid "Logged out"
msgstr ""
#: contrib/auth/views.py:211
msgid "Password reset"
msgstr ""
#: contrib/auth/views.py:224
msgid "Password reset sent"
msgstr ""
#: contrib/auth/views.py:261
msgid "Enter new password"
msgstr ""
#: contrib/auth/views.py:272
msgid "Password reset unsuccessful"
msgstr ""
#: contrib/auth/views.py:290
msgid "Password reset complete"
msgstr ""
#: contrib/auth/views.py:325
msgid "Password change"
msgstr ""
#: contrib/auth/views.py:339
msgid "Password change successful"
msgstr ""