summaryrefslogtreecommitdiff
path: root/django/contrib/auth/locale/en/LC_MESSAGES/django.po
blob: bc6eff91dd167667a6c3dded16f2c07c97ebfd3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# 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: 2023-03-17 03:19-0500\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:49
msgid "Personal info"
msgstr ""

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

#: contrib/auth/admin.py:62
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:168
msgid "Password changed successfully."
msgstr ""

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

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

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

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

#: contrib/auth/forms.py:41
msgid "No password set."
msgstr ""

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

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

#: contrib/auth/forms.py:94 contrib/auth/forms.py:166 contrib/auth/forms.py:201
#: contrib/auth/forms.py:461
msgid "Password"
msgstr ""

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

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

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

#: contrib/auth/forms.py:168
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=\"{}\">this form</a>."
msgstr ""

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

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

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

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

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

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

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

#: contrib/auth/forms.py:469
msgid "Password (again)"
msgstr ""

#: contrib/auth/hashers.py:327 contrib/auth/hashers.py:420
#: contrib/auth/hashers.py:510 contrib/auth/hashers.py:605
#: contrib/auth/hashers.py:665 contrib/auth/hashers.py:707
#: contrib/auth/hashers.py:765 contrib/auth/hashers.py:820
#: contrib/auth/hashers.py:878
msgid "algorithm"
msgstr ""

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

#: contrib/auth/hashers.py:329 contrib/auth/hashers.py:426
#: contrib/auth/hashers.py:512 contrib/auth/hashers.py:609
#: contrib/auth/hashers.py:666 contrib/auth/hashers.py:708
#: contrib/auth/hashers.py:879
msgid "salt"
msgstr ""

#: contrib/auth/hashers.py:330 contrib/auth/hashers.py:427
#: contrib/auth/hashers.py:610 contrib/auth/hashers.py:667
#: contrib/auth/hashers.py:709 contrib/auth/hashers.py:766
#: contrib/auth/hashers.py:821 contrib/auth/hashers.py:880
msgid "hash"
msgstr ""

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

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

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

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

#: contrib/auth/hashers.py:425 contrib/auth/hashers.py:608
msgid "parallelism"
msgstr ""

#: contrib/auth/hashers.py:511 contrib/auth/hashers.py:606
msgid "work factor"
msgstr ""

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

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

#: contrib/auth/models.py:62 contrib/auth/models.py:116
msgid "name"
msgstr ""

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

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

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

#: contrib/auth/models.py:74 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:258
msgid "groups"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: contrib/auth/password_validation.py:266
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/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:178
msgid "Logged out"
msgstr ""

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

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

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

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

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

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

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