# 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: 2026-07-22 16:14-0400\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: contrib/auth/admin.py:46
msgid "Personal info"
msgstr ""

#: contrib/auth/admin.py:48
msgid "Permissions"
msgstr ""

#: contrib/auth/admin.py:59
msgid "Important dates"
msgstr ""

#: contrib/auth/admin.py:156
#, python-format
msgid "%(name)s object with primary key %(key)r does not exist."
msgstr ""

#: contrib/auth/admin.py:175
msgid "Conflicting form data submitted. Please try again."
msgstr ""

#: contrib/auth/admin.py:183
msgid "Password changed successfully."
msgstr ""

#: contrib/auth/admin.py:185
msgid "Password-based authentication was disabled."
msgstr ""

#: contrib/auth/admin.py:206
#, python-format
msgid "Change password: %s"
msgstr ""

#: contrib/auth/admin.py:208
#, python-format
msgid "Set password: %s"
msgstr ""

#: contrib/auth/apps.py:16
msgid "Authentication and Authorization"
msgstr ""

#: contrib/auth/base_user.py:44
msgid "password"
msgstr ""

#: contrib/auth/base_user.py:45
msgid "last login"
msgstr ""

#: contrib/auth/forms.py:42
msgid "Reset password"
msgstr ""

#: contrib/auth/forms.py:42
msgid "Set password"
msgstr ""

#: contrib/auth/forms.py:85
msgid "The two password fields didn’t match."
msgstr ""

#: contrib/auth/forms.py:89 contrib/auth/forms.py:277 contrib/auth/forms.py:313
msgid "Password"
msgstr ""

#: contrib/auth/forms.py:89
msgid "Password confirmation"
msgstr ""

#: contrib/auth/forms.py:102
msgid "Enter the same password as before, for verification."
msgstr ""

#: contrib/auth/forms.py:149
msgid ""
"Whether the user will be able to authenticate using a password or not. If "
"disabled, they may still be able to authenticate using other backends, such "
"as Single Sign-On or LDAP."
msgstr ""

#: contrib/auth/forms.py:157
msgid "Password-based authentication"
msgstr ""

#: contrib/auth/forms.py:160
msgid "Enabled"
msgstr ""

#: contrib/auth/forms.py:160
msgid "Disabled"
msgstr ""

#: contrib/auth/forms.py:279
msgid ""
"Raw passwords are not stored, so there is no way to see the user’s password."
msgstr ""

#: contrib/auth/forms.py:295
msgid ""
"Enable password-based authentication for this user by setting a password."
msgstr ""

#: contrib/auth/forms.py:320
#, python-format
msgid ""
"Please enter a correct %(username)s and password. Note that both fields may "
"be case-sensitive."
msgstr ""

#: contrib/auth/forms.py:323
msgid "This account is inactive."
msgstr ""

#: contrib/auth/forms.py:389
msgid "Email"
msgstr ""

#: contrib/auth/forms.py:498
msgid "New password"
msgstr ""

#: contrib/auth/forms.py:498
msgid "New password confirmation"
msgstr ""

#: contrib/auth/forms.py:523
msgid "Your old password was entered incorrectly. Please enter it again."
msgstr ""

#: contrib/auth/forms.py:527
msgid "Old password"
msgstr ""

#: contrib/auth/hashers.py:355 contrib/auth/hashers.py:448
#: contrib/auth/hashers.py:539 contrib/auth/hashers.py:634
#: contrib/auth/hashers.py:685
msgid "algorithm"
msgstr ""

#: contrib/auth/hashers.py:356
msgid "iterations"
msgstr ""

#: contrib/auth/hashers.py:357 contrib/auth/hashers.py:454
#: contrib/auth/hashers.py:541 contrib/auth/hashers.py:638
#: contrib/auth/hashers.py:686
msgid "salt"
msgstr ""

#: contrib/auth/hashers.py:358 contrib/auth/hashers.py:455
#: contrib/auth/hashers.py:639 contrib/auth/hashers.py:687
msgid "hash"
msgstr ""

#: contrib/auth/hashers.py:449
msgid "variety"
msgstr ""

#: contrib/auth/hashers.py:450
msgid "version"
msgstr ""

#: contrib/auth/hashers.py:451
msgid "memory cost"
msgstr ""

#: contrib/auth/hashers.py:452
msgid "time cost"
msgstr ""

#: contrib/auth/hashers.py:453 contrib/auth/hashers.py:637
msgid "parallelism"
msgstr ""

#: contrib/auth/hashers.py:540 contrib/auth/hashers.py:635
msgid "work factor"
msgstr ""

#: contrib/auth/hashers.py:542
msgid "checksum"
msgstr ""

#: contrib/auth/hashers.py:636
msgid "block size"
msgstr ""

#: contrib/auth/models.py:63 contrib/auth/models.py:125
msgid "name"
msgstr ""

#: contrib/auth/models.py:67
msgid "content type"
msgstr ""

#: contrib/auth/models.py:69
msgid "codename"
msgstr ""

#: contrib/auth/models.py:74
msgid "permission"
msgstr ""

#: contrib/auth/models.py:75 contrib/auth/models.py:128
msgid "permissions"
msgstr ""

#: contrib/auth/models.py:135
msgid "group"
msgstr ""

#: contrib/auth/models.py:136 contrib/auth/models.py:338
msgid "groups"
msgstr ""

#: contrib/auth/models.py:329
msgid "superuser status"
msgstr ""

#: contrib/auth/models.py:332
msgid ""
"Designates that this user has all permissions without explicitly assigning "
"them."
msgstr ""

#: contrib/auth/models.py:341
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of their groups."
msgstr ""

#: contrib/auth/models.py:349
msgid "user permissions"
msgstr ""

#: contrib/auth/models.py:351
msgid "Specific permissions for this user."
msgstr ""

#: contrib/auth/models.py:462
msgid "username"
msgstr ""

#: contrib/auth/models.py:466
msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr ""

#: contrib/auth/models.py:470
msgid "A user with that username already exists."
msgstr ""

#: contrib/auth/models.py:473
msgid "first name"
msgstr ""

#: contrib/auth/models.py:474
msgid "last name"
msgstr ""

#: contrib/auth/models.py:475
msgid "email address"
msgstr ""

#: contrib/auth/models.py:477
msgid "staff status"
msgstr ""

#: contrib/auth/models.py:479
msgid "Designates whether the user can log into this admin site."
msgstr ""

#: contrib/auth/models.py:482
msgid "active"
msgstr ""

#: contrib/auth/models.py:485
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr ""

#: contrib/auth/models.py:489
msgid "date joined"
msgstr ""

#: contrib/auth/models.py:498
msgid "user"
msgstr ""

#: contrib/auth/models.py:499
msgid "users"
msgstr ""

#: contrib/auth/password_validation.py:118
#, python-format
msgid "This password is too short. It must contain at least %d character."
msgid_plural ""
"This password is too short. It must contain at least %d characters."
msgstr[0] ""
msgstr[1] ""

#: contrib/auth/password_validation.py:127
#, 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:216
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr ""

#: contrib/auth/password_validation.py:220
msgid "Your password can’t be too similar to your other personal information."
msgstr ""

#: contrib/auth/password_validation.py:258
msgid "This password is too common."
msgstr ""

#: contrib/auth/password_validation.py:261
msgid "Your password can’t be a commonly used password."
msgstr ""

#: contrib/auth/password_validation.py:277
msgid "This password is entirely numeric."
msgstr ""

#: contrib/auth/password_validation.py:280
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/templatetags/auth.py:12
msgid "No password set."
msgstr ""

#: contrib/auth/templatetags/auth.py:19
msgid "Invalid password format or unknown hashing algorithm."
msgstr ""

#: contrib/auth/validators.py:12
msgid ""
"Enter a valid username. This value may contain only unaccented lowercase a-z "
"and uppercase A-Z letters, numbers, and @/./+/-/_ characters."
msgstr ""

#: contrib/auth/validators.py:22
msgid ""
"Enter a valid username. This value may contain only letters, numbers, and "
"@/./+/-/_ characters."
msgstr ""

#: contrib/auth/views.py:168
msgid "Logged out"
msgstr ""

#: contrib/auth/views.py:228
msgid "Password reset"
msgstr ""

#: contrib/auth/views.py:252
msgid "Password reset sent"
msgstr ""

#: contrib/auth/views.py:265
msgid "Enter new password"
msgstr ""

#: contrib/auth/views.py:336
msgid "Password reset unsuccessful"
msgstr ""

#: contrib/auth/views.py:346
msgid "Password reset complete"
msgstr ""

#: contrib/auth/views.py:361
msgid "Password change"
msgstr ""

#: contrib/auth/views.py:379
msgid "Password change successful"
msgstr ""
