~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/auth/locale/io/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is distributed under the same license as the Django package.
 
2
#
 
3
# Translators:
 
4
msgid ""
 
5
msgstr ""
 
6
"Project-Id-Version: django\n"
 
7
"Report-Msgid-Bugs-To: \n"
 
8
"POT-Creation-Date: 2014-05-20 12:20+0200\n"
 
9
"PO-Revision-Date: 2014-05-21 09:39+0000\n"
 
10
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
11
"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/"
 
12
"io/)\n"
 
13
"MIME-Version: 1.0\n"
 
14
"Content-Type: text/plain; charset=UTF-8\n"
 
15
"Content-Transfer-Encoding: 8bit\n"
 
16
"Language: io\n"
 
17
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
18
 
 
19
#: contrib/auth/admin.py:44
 
20
msgid "Personal info"
 
21
msgstr ""
 
22
 
 
23
#: contrib/auth/admin.py:45
 
24
msgid "Permissions"
 
25
msgstr ""
 
26
 
 
27
#: contrib/auth/admin.py:47
 
28
msgid "Important dates"
 
29
msgstr ""
 
30
 
 
31
#: contrib/auth/admin.py:134
 
32
msgid "Password changed successfully."
 
33
msgstr ""
 
34
 
 
35
#: contrib/auth/admin.py:145
 
36
#, python-format
 
37
msgid "Change password: %s"
 
38
msgstr ""
 
39
 
 
40
#: contrib/auth/apps.py:10
 
41
msgid "Authentication and Authorization"
 
42
msgstr ""
 
43
 
 
44
#: contrib/auth/forms.py:37 contrib/auth/tests/test_forms.py:316
 
45
#: contrib/auth/tests/test_forms.py:321 contrib/auth/tests/test_forms.py:504
 
46
msgid "No password set."
 
47
msgstr ""
 
48
 
 
49
#: contrib/auth/forms.py:43 contrib/auth/tests/test_forms.py:326
 
50
#: contrib/auth/tests/test_forms.py:332
 
51
msgid "Invalid password format or unknown hashing algorithm."
 
52
msgstr ""
 
53
 
 
54
#: contrib/auth/forms.py:76
 
55
msgid "A user with that username already exists."
 
56
msgstr ""
 
57
 
 
58
#: contrib/auth/forms.py:77 contrib/auth/forms.py:285
 
59
#: contrib/auth/forms.py:349
 
60
msgid "The two password fields didn't match."
 
61
msgstr ""
 
62
 
 
63
#: contrib/auth/forms.py:79 contrib/auth/forms.py:129
 
64
msgid "Username"
 
65
msgstr ""
 
66
 
 
67
#: contrib/auth/forms.py:81 contrib/auth/forms.py:130
 
68
#: contrib/auth/models.py:368
 
69
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
 
70
msgstr ""
 
71
 
 
72
#: contrib/auth/forms.py:84 contrib/auth/forms.py:133
 
73
msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
 
74
msgstr ""
 
75
 
 
76
#: contrib/auth/forms.py:86 contrib/auth/forms.py:135
 
77
#: contrib/auth/forms.py:163 contrib/auth/forms.py:351
 
78
msgid "Password"
 
79
msgstr ""
 
80
 
 
81
#: contrib/auth/forms.py:88
 
82
msgid "Password confirmation"
 
83
msgstr ""
 
84
 
 
85
#: contrib/auth/forms.py:90
 
86
msgid "Enter the same password as above, for verification."
 
87
msgstr ""
 
88
 
 
89
#: contrib/auth/forms.py:136
 
90
msgid ""
 
91
"Raw passwords are not stored, so there is no way to see this user's "
 
92
"password, but you can change the password using <a href=\"password/\">this "
 
93
"form</a>."
 
94
msgstr ""
 
95
 
 
96
#: contrib/auth/forms.py:166
 
97
#, python-format
 
98
msgid ""
 
99
"Please enter a correct %(username)s and password. Note that both fields may "
 
100
"be case-sensitive."
 
101
msgstr ""
 
102
 
 
103
#: contrib/auth/forms.py:168
 
104
msgid "This account is inactive."
 
105
msgstr ""
 
106
 
 
107
#: contrib/auth/forms.py:231
 
108
msgid "Email"
 
109
msgstr ""
 
110
 
 
111
#: contrib/auth/forms.py:287
 
112
msgid "New password"
 
113
msgstr ""
 
114
 
 
115
#: contrib/auth/forms.py:289
 
116
msgid "New password confirmation"
 
117
msgstr ""
 
118
 
 
119
#: contrib/auth/forms.py:320
 
120
msgid "Your old password was entered incorrectly. Please enter it again."
 
121
msgstr ""
 
122
 
 
123
#: contrib/auth/forms.py:323
 
124
msgid "Old password"
 
125
msgstr ""
 
126
 
 
127
#: contrib/auth/forms.py:353
 
128
msgid "Password (again)"
 
129
msgstr ""
 
130
 
 
131
#: contrib/auth/hashers.py:252 contrib/auth/hashers.py:335
 
132
#: contrib/auth/hashers.py:383 contrib/auth/hashers.py:411
 
133
#: contrib/auth/hashers.py:444 contrib/auth/hashers.py:477
 
134
#: contrib/auth/hashers.py:511
 
135
msgid "algorithm"
 
136
msgstr ""
 
137
 
 
138
#: contrib/auth/hashers.py:253
 
139
msgid "iterations"
 
140
msgstr ""
 
141
 
 
142
#: contrib/auth/hashers.py:254 contrib/auth/hashers.py:337
 
143
#: contrib/auth/hashers.py:384 contrib/auth/hashers.py:412
 
144
#: contrib/auth/hashers.py:512
 
145
msgid "salt"
 
146
msgstr ""
 
147
 
 
148
#: contrib/auth/hashers.py:255 contrib/auth/hashers.py:385
 
149
#: contrib/auth/hashers.py:413 contrib/auth/hashers.py:445
 
150
#: contrib/auth/hashers.py:478 contrib/auth/hashers.py:513
 
151
msgid "hash"
 
152
msgstr ""
 
153
 
 
154
#: contrib/auth/hashers.py:336
 
155
msgid "work factor"
 
156
msgstr ""
 
157
 
 
158
#: contrib/auth/hashers.py:338
 
159
msgid "checksum"
 
160
msgstr ""
 
161
 
 
162
#: contrib/auth/models.py:63 contrib/auth/models.py:112
 
163
msgid "name"
 
164
msgstr ""
 
165
 
 
166
#: contrib/auth/models.py:65
 
167
msgid "codename"
 
168
msgstr ""
 
169
 
 
170
#: contrib/auth/models.py:69
 
171
msgid "permission"
 
172
msgstr ""
 
173
 
 
174
#: contrib/auth/models.py:70 contrib/auth/models.py:114
 
175
msgid "permissions"
 
176
msgstr ""
 
177
 
 
178
#: contrib/auth/models.py:119
 
179
msgid "group"
 
180
msgstr ""
 
181
 
 
182
#: contrib/auth/models.py:120 contrib/auth/models.py:293
 
183
msgid "groups"
 
184
msgstr ""
 
185
 
 
186
#: contrib/auth/models.py:192
 
187
msgid "password"
 
188
msgstr ""
 
189
 
 
190
#: contrib/auth/models.py:193
 
191
msgid "last login"
 
192
msgstr ""
 
193
 
 
194
#: contrib/auth/models.py:290
 
195
msgid "superuser status"
 
196
msgstr ""
 
197
 
 
198
#: contrib/auth/models.py:291
 
199
msgid ""
 
200
"Designates that this user has all permissions without explicitly assigning "
 
201
"them."
 
202
msgstr ""
 
203
 
 
204
#: contrib/auth/models.py:294
 
205
msgid ""
 
206
"The groups this user belongs to. A user will get all permissions granted to "
 
207
"each of his/her group."
 
208
msgstr ""
 
209
 
 
210
#: contrib/auth/models.py:299
 
211
msgid "user permissions"
 
212
msgstr ""
 
213
 
 
214
#: contrib/auth/models.py:300
 
215
msgid "Specific permissions for this user."
 
216
msgstr ""
 
217
 
 
218
#: contrib/auth/models.py:367
 
219
msgid "username"
 
220
msgstr ""
 
221
 
 
222
#: contrib/auth/models.py:371
 
223
msgid "Enter a valid username."
 
224
msgstr ""
 
225
 
 
226
#: contrib/auth/models.py:373
 
227
msgid "first name"
 
228
msgstr ""
 
229
 
 
230
#: contrib/auth/models.py:374
 
231
msgid "last name"
 
232
msgstr ""
 
233
 
 
234
#: contrib/auth/models.py:375
 
235
msgid "email address"
 
236
msgstr ""
 
237
 
 
238
#: contrib/auth/models.py:376
 
239
msgid "staff status"
 
240
msgstr ""
 
241
 
 
242
#: contrib/auth/models.py:377
 
243
msgid "Designates whether the user can log into this admin site."
 
244
msgstr ""
 
245
 
 
246
#: contrib/auth/models.py:379
 
247
msgid "active"
 
248
msgstr ""
 
249
 
 
250
#: contrib/auth/models.py:380
 
251
msgid ""
 
252
"Designates whether this user should be treated as active. Unselect this "
 
253
"instead of deleting accounts."
 
254
msgstr ""
 
255
 
 
256
#: contrib/auth/models.py:382
 
257
msgid "date joined"
 
258
msgstr ""
 
259
 
 
260
#: contrib/auth/models.py:390
 
261
msgid "user"
 
262
msgstr ""
 
263
 
 
264
#: contrib/auth/models.py:391
 
265
msgid "users"
 
266
msgstr ""
 
267
 
 
268
#: contrib/auth/templates/registration/password_reset_subject.txt:2
 
269
#, python-format
 
270
msgid "Password reset on %(site_name)s"
 
271
msgstr ""
 
272
 
 
273
#: contrib/auth/tests/test_forms.py:387
 
274
msgid "Enter a valid email address."
 
275
msgstr ""
 
276
 
 
277
#: contrib/auth/views.py:92
 
278
msgid "Logged out"
 
279
msgstr ""
 
280
 
 
281
#: contrib/auth/views.py:169
 
282
msgid "Password reset"
 
283
msgstr ""
 
284
 
 
285
#: contrib/auth/views.py:181
 
286
msgid "Password reset successful"
 
287
msgstr ""
 
288
 
 
289
#: contrib/auth/views.py:216
 
290
msgid "Enter new password"
 
291
msgstr ""
 
292
 
 
293
#: contrib/auth/views.py:227
 
294
msgid "Password reset unsuccessful"
 
295
msgstr ""
 
296
 
 
297
#: contrib/auth/views.py:244
 
298
msgid "Password reset complete"
 
299
msgstr ""
 
300
 
 
301
#: contrib/auth/views.py:278
 
302
msgid "Password change"
 
303
msgstr ""
 
304
 
 
305
#: contrib/auth/views.py:291
 
306
msgid "Password change successful"
 
307
msgstr ""