1 | # translation of django.po to Hrvatski jezik
|
---|
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
---|
3 | # This file is distributed under the same license as the PACKAGE package.
|
---|
4 | #
|
---|
5 | # Aljosa Mohorovic <aljosa.mohorovic@gmail.com>, 2007.
|
---|
6 | msgid ""
|
---|
7 | msgstr ""
|
---|
8 | "Project-Id-Version: django\n"
|
---|
9 | "Report-Msgid-Bugs-To: \n"
|
---|
10 | "POT-Creation-Date: 2007-08-06 23:19+0200\n"
|
---|
11 | "PO-Revision-Date: 2007-08-12 23:05+0200\n"
|
---|
12 | "Last-Translator: Aljosa Mohorovic <aljosa.mohorovic@gmail.com>\n"
|
---|
13 | "Language-Team: Hrvatski jezik\n"
|
---|
14 | "MIME-Version: 1.0\n"
|
---|
15 | "Content-Type: text/plain; charset=UTF-8\n"
|
---|
16 | "Content-Transfer-Encoding: 8bit\n"
|
---|
17 | "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
---|
18 | "X-Generator: KBabel 1.11.4\n"
|
---|
19 |
|
---|
20 | #: oldforms/__init__.py:373 db/models/fields/__init__.py:156
|
---|
21 | #: db/models/fields/__init__.py:313 db/models/fields/__init__.py:721
|
---|
22 | #: db/models/fields/__init__.py:732 newforms/models.py:193
|
---|
23 | #: newforms/fields.py:92 newforms/fields.py:490 newforms/fields.py:566
|
---|
24 | #: newforms/fields.py:577
|
---|
25 | msgid "This field is required."
|
---|
26 | msgstr "Unos za ovo polje je obavezan."
|
---|
27 |
|
---|
28 | #: oldforms/__init__.py:408
|
---|
29 | #, python-format
|
---|
30 | msgid "Ensure your text is less than %s character."
|
---|
31 | msgid_plural "Ensure your text is less than %s characters."
|
---|
32 | msgstr[0] "Uneseni tekst mora sadržavati manje od %s znaka."
|
---|
33 | msgstr[1] "Uneseni tekst mora sadržavati manje od %s znakova."
|
---|
34 |
|
---|
35 | #: oldforms/__init__.py:413
|
---|
36 | msgid "Line breaks are not allowed here."
|
---|
37 | msgstr "Unos u novi red ovdje nije dozvoljen."
|
---|
38 |
|
---|
39 | #: oldforms/__init__.py:511 oldforms/__init__.py:585 oldforms/__init__.py:624
|
---|
40 | #, python-format
|
---|
41 | msgid "Select a valid choice; '%(data)s' is not in %(choices)s."
|
---|
42 | msgstr "Odaberite iz ponuđenog; '%(data)s' nije u %(choices)s."
|
---|
43 |
|
---|
44 | #: oldforms/__init__.py:591 newforms/widgets.py:188
|
---|
45 | #: contrib/admin/filterspecs.py:152
|
---|
46 | msgid "Unknown"
|
---|
47 | msgstr "Nepoznat pojam."
|
---|
48 |
|
---|
49 | #: oldforms/__init__.py:591 newforms/widgets.py:188
|
---|
50 | #: contrib/admin/filterspecs.py:145
|
---|
51 | msgid "Yes"
|
---|
52 | msgstr "Da"
|
---|
53 |
|
---|
54 | #: oldforms/__init__.py:591 newforms/widgets.py:188
|
---|
55 | #: contrib/admin/filterspecs.py:145
|
---|
56 | msgid "No"
|
---|
57 | msgstr "Ne"
|
---|
58 |
|
---|
59 | #: oldforms/__init__.py:686 core/validators.py:181 core/validators.py:461
|
---|
60 | #: newforms/fields.py:376
|
---|
61 | msgid "No file was submitted. Check the encoding type on the form."
|
---|
62 | msgstr "Datoteka nije poslana. Provjerite 'encoding type' forme."
|
---|
63 |
|
---|
64 | #: oldforms/__init__.py:688 newforms/fields.py:380
|
---|
65 | msgid "The submitted file is empty."
|
---|
66 | msgstr "Poslana datoteka je prazna."
|
---|
67 |
|
---|
68 | #: oldforms/__init__.py:744
|
---|
69 | msgid "Enter a whole number between -32,768 and 32,767."
|
---|
70 | msgstr "Unesite cijeli broj između -32,768 i 32,767."
|
---|
71 |
|
---|
72 | #: oldforms/__init__.py:754
|
---|
73 | msgid "Enter a positive number."
|
---|
74 | msgstr "Unesite pozitivan broj."
|
---|
75 |
|
---|
76 | #: oldforms/__init__.py:764
|
---|
77 | msgid "Enter a whole number between 0 and 32,767."
|
---|
78 | msgstr "Unesite cijeli broj između 0 i 32,767."
|
---|
79 |
|
---|
80 | #: db/models/manipulators.py:309
|
---|
81 | #, python-format
|
---|
82 | msgid "%(object)s with this %(type)s already exists for the given %(field)s."
|
---|
83 | msgstr "%(object)s sa %(type)s već postoji za navedeno %(field)s."
|
---|
84 |
|
---|
85 | #: db/models/manipulators.py:310 contrib/admin/views/main.py:342
|
---|
86 | #: contrib/admin/views/main.py:344 contrib/admin/views/main.py:346
|
---|
87 | msgid "and"
|
---|
88 | msgstr "i"
|
---|
89 |
|
---|
90 | #: db/models/fields/__init__.py:49
|
---|
91 | #, python-format
|
---|
92 | msgid "%(optname)s with this %(fieldname)s already exists."
|
---|
93 | msgstr "%(optname)s sa navedenim %(fieldname)s već postoji."
|
---|
94 |
|
---|
95 | #: db/models/fields/__init__.py:411
|
---|
96 | msgid "This value must be an integer."
|
---|
97 | msgstr "Vrijednost mora biti interger."
|
---|
98 |
|
---|
99 | #: db/models/fields/__init__.py:446
|
---|
100 | msgid "This value must be either True or False."
|
---|
101 | msgstr "Vrijednost mora biti True ili False."
|
---|
102 |
|
---|
103 | #: db/models/fields/__init__.py:467
|
---|
104 | msgid "This field cannot be null."
|
---|
105 | msgstr "Ovo polje ne može biti null."
|
---|
106 |
|
---|
107 | #: db/models/fields/__init__.py:501 core/validators.py:155
|
---|
108 | msgid "Enter a valid date in YYYY-MM-DD format."
|
---|
109 | msgstr "Unesite validan datum u formatu YYYY-MM-DD."
|
---|
110 |
|
---|
111 | #: db/models/fields/__init__.py:570 core/validators.py:164
|
---|
112 | msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format."
|
---|
113 | msgstr "Unesite validan datum/vrijeme u formatu YYYY-MM-DD HH:MM."
|
---|
114 |
|
---|
115 | #: db/models/fields/__init__.py:631
|
---|
116 | msgid "This value must be a decimal number."
|
---|
117 | msgstr "Vrijednost mora biti decimalan broj."
|
---|
118 |
|
---|
119 | #: db/models/fields/__init__.py:741
|
---|
120 | msgid "Enter a valid filename."
|
---|
121 | msgstr "Unesite ime datoteke koja postoji."
|
---|
122 |
|
---|
123 | #: db/models/fields/__init__.py:883
|
---|
124 | msgid "This value must be either None, True or False."
|
---|
125 | msgstr "Vrijednost mora biti None, True ili False."
|
---|
126 |
|
---|
127 | #: db/models/fields/related.py:55
|
---|
128 | #, python-format
|
---|
129 | msgid "Please enter a valid %s."
|
---|
130 | msgstr "Molim unesite validan %s."
|
---|
131 |
|
---|
132 | #: db/models/fields/related.py:661
|
---|
133 | msgid "Separate multiple IDs with commas."
|
---|
134 | msgstr "Odvojite više ID-a zarezom."
|
---|
135 |
|
---|
136 | #: db/models/fields/related.py:663
|
---|
137 | msgid "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
|
---|
138 | msgstr "Držite \"Control\", ili \"Command\" na Mac-u, da bi odabravili više od jednog objekta."
|
---|
139 |
|
---|
140 | #: db/models/fields/related.py:710
|
---|
141 | #, python-format
|
---|
142 | msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid."
|
---|
143 | msgid_plural "Please enter valid %(self)s IDs. The values %(value)r are invalid."
|
---|
144 | msgstr[0] "Molim unesite ispravan %(self)s ID. Vrijednost %(value)r je neispravna."
|
---|
145 | msgstr[1] ""
|
---|
146 |
|
---|
147 | #: conf/global_settings.py:38
|
---|
148 | msgid "Arabic"
|
---|
149 | msgstr ""
|
---|
150 |
|
---|
151 | #: conf/global_settings.py:39
|
---|
152 | msgid "Bengali"
|
---|
153 | msgstr ""
|
---|
154 |
|
---|
155 | #: conf/global_settings.py:40
|
---|
156 | msgid "Bulgarian"
|
---|
157 | msgstr ""
|
---|
158 |
|
---|
159 | #: conf/global_settings.py:41
|
---|
160 | msgid "Catalan"
|
---|
161 | msgstr ""
|
---|
162 |
|
---|
163 | #: conf/global_settings.py:42
|
---|
164 | msgid "Czech"
|
---|
165 | msgstr ""
|
---|
166 |
|
---|
167 | #: conf/global_settings.py:43
|
---|
168 | msgid "Welsh"
|
---|
169 | msgstr ""
|
---|
170 |
|
---|
171 | #: conf/global_settings.py:44
|
---|
172 | msgid "Danish"
|
---|
173 | msgstr ""
|
---|
174 |
|
---|
175 | #: conf/global_settings.py:45
|
---|
176 | msgid "German"
|
---|
177 | msgstr ""
|
---|
178 |
|
---|
179 | #: conf/global_settings.py:46
|
---|
180 | msgid "Greek"
|
---|
181 | msgstr ""
|
---|
182 |
|
---|
183 | #: conf/global_settings.py:47
|
---|
184 | msgid "English"
|
---|
185 | msgstr ""
|
---|
186 |
|
---|
187 | #: conf/global_settings.py:48
|
---|
188 | msgid "Spanish"
|
---|
189 | msgstr ""
|
---|
190 |
|
---|
191 | #: conf/global_settings.py:49
|
---|
192 | msgid "Argentinean Spanish"
|
---|
193 | msgstr ""
|
---|
194 |
|
---|
195 | #: conf/global_settings.py:50
|
---|
196 | msgid "Persian"
|
---|
197 | msgstr ""
|
---|
198 |
|
---|
199 | #: conf/global_settings.py:51
|
---|
200 | msgid "Finnish"
|
---|
201 | msgstr ""
|
---|
202 |
|
---|
203 | #: conf/global_settings.py:52
|
---|
204 | msgid "French"
|
---|
205 | msgstr ""
|
---|
206 |
|
---|
207 | #: conf/global_settings.py:53
|
---|
208 | msgid "Galician"
|
---|
209 | msgstr ""
|
---|
210 |
|
---|
211 | #: conf/global_settings.py:54
|
---|
212 | msgid "Hungarian"
|
---|
213 | msgstr ""
|
---|
214 |
|
---|
215 | #: conf/global_settings.py:55
|
---|
216 | msgid "Hebrew"
|
---|
217 | msgstr ""
|
---|
218 |
|
---|
219 | #: conf/global_settings.py:56
|
---|
220 | msgid "Icelandic"
|
---|
221 | msgstr ""
|
---|
222 |
|
---|
223 | #: conf/global_settings.py:57
|
---|
224 | msgid "Italian"
|
---|
225 | msgstr ""
|
---|
226 |
|
---|
227 | #: conf/global_settings.py:58
|
---|
228 | msgid "Japanese"
|
---|
229 | msgstr ""
|
---|
230 |
|
---|
231 | #: conf/global_settings.py:59
|
---|
232 | msgid "Korean"
|
---|
233 | msgstr ""
|
---|
234 |
|
---|
235 | #: conf/global_settings.py:60
|
---|
236 | msgid "Kannada"
|
---|
237 | msgstr ""
|
---|
238 |
|
---|
239 | #: conf/global_settings.py:61
|
---|
240 | msgid "Latvian"
|
---|
241 | msgstr ""
|
---|
242 |
|
---|
243 | #: conf/global_settings.py:62
|
---|
244 | msgid "Macedonian"
|
---|
245 | msgstr ""
|
---|
246 |
|
---|
247 | #: conf/global_settings.py:63
|
---|
248 | msgid "Dutch"
|
---|
249 | msgstr ""
|
---|
250 |
|
---|
251 | #: conf/global_settings.py:64
|
---|
252 | msgid "Norwegian"
|
---|
253 | msgstr ""
|
---|
254 |
|
---|
255 | #: conf/global_settings.py:65
|
---|
256 | msgid "Polish"
|
---|
257 | msgstr ""
|
---|
258 |
|
---|
259 | #: conf/global_settings.py:66
|
---|
260 | msgid "Portugese"
|
---|
261 | msgstr ""
|
---|
262 |
|
---|
263 | #: conf/global_settings.py:67
|
---|
264 | msgid "Brazilian"
|
---|
265 | msgstr ""
|
---|
266 |
|
---|
267 | #: conf/global_settings.py:68
|
---|
268 | msgid "Romanian"
|
---|
269 | msgstr ""
|
---|
270 |
|
---|
271 | #: conf/global_settings.py:69
|
---|
272 | msgid "Russian"
|
---|
273 | msgstr ""
|
---|
274 |
|
---|
275 | #: conf/global_settings.py:70
|
---|
276 | msgid "Slovak"
|
---|
277 | msgstr ""
|
---|
278 |
|
---|
279 | #: conf/global_settings.py:71
|
---|
280 | msgid "Slovenian"
|
---|
281 | msgstr ""
|
---|
282 |
|
---|
283 | #: conf/global_settings.py:72
|
---|
284 | msgid "Serbian"
|
---|
285 | msgstr ""
|
---|
286 |
|
---|
287 | #: conf/global_settings.py:73
|
---|
288 | msgid "Swedish"
|
---|
289 | msgstr ""
|
---|
290 |
|
---|
291 | #: conf/global_settings.py:74
|
---|
292 | msgid "Tamil"
|
---|
293 | msgstr ""
|
---|
294 |
|
---|
295 | #: conf/global_settings.py:75
|
---|
296 | msgid "Telugu"
|
---|
297 | msgstr ""
|
---|
298 |
|
---|
299 | #: conf/global_settings.py:76
|
---|
300 | msgid "Turkish"
|
---|
301 | msgstr ""
|
---|
302 |
|
---|
303 | #: conf/global_settings.py:77
|
---|
304 | msgid "Ukrainian"
|
---|
305 | msgstr ""
|
---|
306 |
|
---|
307 | #: conf/global_settings.py:78
|
---|
308 | msgid "Simplified Chinese"
|
---|
309 | msgstr ""
|
---|
310 |
|
---|
311 | #: conf/global_settings.py:79
|
---|
312 | msgid "Traditional Chinese"
|
---|
313 | msgstr ""
|
---|
314 |
|
---|
315 | #: core/validators.py:71
|
---|
316 | msgid "This value must contain only letters, numbers and underscores."
|
---|
317 | msgstr "Ova vrijednost može sadržavati samo slova, brojeve i povlaku."
|
---|
318 |
|
---|
319 | #: core/validators.py:75
|
---|
320 | msgid ""
|
---|
321 | "This value must contain only letters, numbers, underscores, dashes or "
|
---|
322 | "slashes."
|
---|
323 | msgstr ""
|
---|
324 | "Ova vrijednost može sadržavati samo slova, brojeve, povlaku, crtice ili "
|
---|
325 | "slashes (/)."
|
---|
326 |
|
---|
327 | #: core/validators.py:79
|
---|
328 | msgid "This value must contain only letters, numbers, underscores or hyphens."
|
---|
329 | msgstr "Ova vrijednost može sadržavati samo slova, brojeve, povlake ili hyphens."
|
---|
330 |
|
---|
331 | #: core/validators.py:83
|
---|
332 | msgid "Uppercase letters are not allowed here."
|
---|
333 | msgstr "Velika slova ovdje nisu dopuštena."
|
---|
334 |
|
---|
335 | #: core/validators.py:87
|
---|
336 | msgid "Lowercase letters are not allowed here."
|
---|
337 | msgstr "Mala slova ovdje nisu dopuštena"
|
---|
338 |
|
---|
339 | #: core/validators.py:94
|
---|
340 | msgid "Enter only digits separated by commas."
|
---|
341 | msgstr "Unesite samo brojeve razdvojene zarezom."
|
---|
342 |
|
---|
343 | #: core/validators.py:106
|
---|
344 | msgid "Enter valid e-mail addresses separated by commas."
|
---|
345 | msgstr "Unesite ispravne e-mail adrese odvojene zarezom."
|
---|
346 |
|
---|
347 | #: core/validators.py:110
|
---|
348 | msgid "Please enter a valid IP address."
|
---|
349 | msgstr "Unesite ispravnu IP adresu."
|
---|
350 |
|
---|
351 | #: core/validators.py:114
|
---|
352 | msgid "Empty values are not allowed here."
|
---|
353 | msgstr "Prazne vrijednosti nisu ispravne ovdje."
|
---|
354 |
|
---|
355 | #: core/validators.py:118
|
---|
356 | msgid "Non-numeric characters aren't allowed here."
|
---|
357 | msgstr "Dozvoljeni su samo numerički znakovi."
|
---|
358 |
|
---|
359 | #: core/validators.py:122
|
---|
360 | msgid "This value can't be comprised solely of digits."
|
---|
361 | msgstr "Ova vrijednost ne može sadržavati samo brojeve."
|
---|
362 |
|
---|
363 | #: core/validators.py:127 newforms/fields.py:142
|
---|
364 | msgid "Enter a whole number."
|
---|
365 | msgstr "Unesite cijeli broj."
|
---|
366 |
|
---|
367 | #: core/validators.py:131
|
---|
368 | msgid "Only alphabetical characters are allowed here."
|
---|
369 | msgstr "Dozvoljena su samo slova abecede."
|
---|
370 |
|
---|
371 | #: core/validators.py:146
|
---|
372 | msgid "Year must be 1900 or later."
|
---|
373 | msgstr "Godina mora biti poslije 1900."
|
---|
374 |
|
---|
375 | #: core/validators.py:150
|
---|
376 | #, python-format
|
---|
377 | msgid "Invalid date: %s"
|
---|
378 | msgstr "Neispravan datum: %s"
|
---|
379 |
|
---|
380 | #: core/validators.py:160
|
---|
381 | msgid "Enter a valid time in HH:MM format."
|
---|
382 | msgstr "Unesite ispravno vrijeme u HH:MM formatu."
|
---|
383 |
|
---|
384 | #: core/validators.py:169 newforms/fields.py:336
|
---|
385 | msgid "Enter a valid e-mail address."
|
---|
386 | msgstr "Unesite ispravnu e-mail adresu."
|
---|
387 |
|
---|
388 | #: core/validators.py:185 newforms/fields.py:397
|
---|
389 | msgid ""
|
---|
390 | "Upload a valid image. The file you uploaded was either not an image or a "
|
---|
391 | "corrupted image."
|
---|
392 | msgstr "Upload-ajte ispravnu sliku. Datoteka koju ste upload-ali ili nije slika ili je oštečena."
|
---|
393 |
|
---|
394 | #: core/validators.py:192
|
---|
395 | #, python-format
|
---|
396 | msgid "The URL %s does not point to a valid image."
|
---|
397 | msgstr "URL %s ne prikazuje ispravnu sliku."
|
---|
398 |
|
---|
399 | #: core/validators.py:196
|
---|
400 | #, python-format
|
---|
401 | msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid."
|
---|
402 | msgstr ""
|
---|
403 |
|
---|
404 | #: core/validators.py:204
|
---|
405 | #, python-format
|
---|
406 | msgid "The URL %s does not point to a valid QuickTime video."
|
---|
407 | msgstr ""
|
---|
408 |
|
---|
409 | #: core/validators.py:208
|
---|
410 | msgid "A valid URL is required."
|
---|
411 | msgstr ""
|
---|
412 |
|
---|
413 | #: core/validators.py:222
|
---|
414 | #, python-format
|
---|
415 | msgid ""
|
---|
416 | "Valid HTML is required. Specific errors are:\n"
|
---|
417 | "%s"
|
---|
418 | msgstr ""
|
---|
419 |
|
---|
420 | #: core/validators.py:229
|
---|
421 | #, python-format
|
---|
422 | msgid "Badly formed XML: %s"
|
---|
423 | msgstr ""
|
---|
424 |
|
---|
425 | #: core/validators.py:246
|
---|
426 | #, python-format
|
---|
427 | msgid "Invalid URL: %s"
|
---|
428 | msgstr ""
|
---|
429 |
|
---|
430 | #: core/validators.py:251 core/validators.py:253
|
---|
431 | #, python-format
|
---|
432 | msgid "The URL %s is a broken link."
|
---|
433 | msgstr ""
|
---|
434 |
|
---|
435 | #: core/validators.py:259
|
---|
436 | msgid "Enter a valid U.S. state abbreviation."
|
---|
437 | msgstr ""
|
---|
438 |
|
---|
439 | #: core/validators.py:273
|
---|
440 | #, python-format
|
---|
441 | msgid "Watch your mouth! The word %s is not allowed here."
|
---|
442 | msgid_plural "Watch your mouth! The words %s are not allowed here."
|
---|
443 | msgstr[0] ""
|
---|
444 | msgstr[1] ""
|
---|
445 |
|
---|
446 | #: core/validators.py:280
|
---|
447 | #, python-format
|
---|
448 | msgid "This field must match the '%s' field."
|
---|
449 | msgstr ""
|
---|
450 |
|
---|
451 | #: core/validators.py:299
|
---|
452 | msgid "Please enter something for at least one field."
|
---|
453 | msgstr ""
|
---|
454 |
|
---|
455 | #: core/validators.py:308 core/validators.py:319
|
---|
456 | msgid "Please enter both fields or leave them both empty."
|
---|
457 | msgstr ""
|
---|
458 |
|
---|
459 | #: core/validators.py:327
|
---|
460 | #, python-format
|
---|
461 | msgid "This field must be given if %(field)s is %(value)s"
|
---|
462 | msgstr ""
|
---|
463 |
|
---|
464 | #: core/validators.py:340
|
---|
465 | #, python-format
|
---|
466 | msgid "This field must be given if %(field)s is not %(value)s"
|
---|
467 | msgstr ""
|
---|
468 |
|
---|
469 | #: core/validators.py:359
|
---|
470 | msgid "Duplicate values are not allowed."
|
---|
471 | msgstr ""
|
---|
472 |
|
---|
473 | #: core/validators.py:374
|
---|
474 | #, python-format
|
---|
475 | #, fuzzy
|
---|
476 | msgid "This value must be between %(lower)s and %(upper)s."
|
---|
477 | msgstr "i."
|
---|
478 |
|
---|
479 | #: core/validators.py:376
|
---|
480 | #, python-format
|
---|
481 | msgid "This value must be at least %s."
|
---|
482 | msgstr ""
|
---|
483 |
|
---|
484 | #: core/validators.py:378
|
---|
485 | #, python-format
|
---|
486 | msgid "This value must be no more than %s."
|
---|
487 | msgstr ""
|
---|
488 |
|
---|
489 | #: core/validators.py:414
|
---|
490 | #, python-format
|
---|
491 | msgid "This value must be a power of %s."
|
---|
492 | msgstr ""
|
---|
493 |
|
---|
494 | #: core/validators.py:424
|
---|
495 | msgid "Please enter a valid decimal number."
|
---|
496 | msgstr ""
|
---|
497 |
|
---|
498 | #: core/validators.py:431
|
---|
499 | #, python-format
|
---|
500 | msgid "Please enter a valid decimal number with at most %s total digit."
|
---|
501 | msgid_plural "Please enter a valid decimal number with at most %s total digits."
|
---|
502 | msgstr[0] ""
|
---|
503 | msgstr[1] ""
|
---|
504 |
|
---|
505 | #: core/validators.py:434
|
---|
506 | #, python-format
|
---|
507 | msgid "Please enter a valid decimal number with a whole part of at most %s digit."
|
---|
508 | msgid_plural "Please enter a valid decimal number with a whole part of at most %s digits."
|
---|
509 | msgstr[0] ""
|
---|
510 | msgstr[1] ""
|
---|
511 |
|
---|
512 | #: core/validators.py:437
|
---|
513 | #, python-format
|
---|
514 | msgid "Please enter a valid decimal number with at most %s decimal place."
|
---|
515 | msgid_plural "Please enter a valid decimal number with at most %s decimal places."
|
---|
516 | msgstr[0] ""
|
---|
517 | msgstr[1] ""
|
---|
518 |
|
---|
519 | #: core/validators.py:445
|
---|
520 | msgid "Please enter a valid floating point number."
|
---|
521 | msgstr ""
|
---|
522 |
|
---|
523 | #: core/validators.py:454
|
---|
524 | #, python-format
|
---|
525 | msgid "Make sure your uploaded file is at least %s bytes big."
|
---|
526 | msgstr ""
|
---|
527 |
|
---|
528 | #: core/validators.py:455
|
---|
529 | #, python-format
|
---|
530 | msgid "Make sure your uploaded file is at most %s bytes big."
|
---|
531 | msgstr ""
|
---|
532 |
|
---|
533 | #: core/validators.py:472
|
---|
534 | msgid "The format for this field is wrong."
|
---|
535 | msgstr ""
|
---|
536 |
|
---|
537 | #: core/validators.py:487
|
---|
538 | msgid "This field is invalid."
|
---|
539 | msgstr ""
|
---|
540 |
|
---|
541 | #: core/validators.py:523
|
---|
542 | #, python-format
|
---|
543 | msgid "Could not retrieve anything from %s."
|
---|
544 | msgstr ""
|
---|
545 |
|
---|
546 | #: core/validators.py:526
|
---|
547 | #, python-format
|
---|
548 | msgid "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
|
---|
549 | msgstr ""
|
---|
550 |
|
---|
551 | #: core/validators.py:559
|
---|
552 | #, python-format
|
---|
553 | msgid ""
|
---|
554 | "Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with "
|
---|
555 | "\"%(start)s\".)"
|
---|
556 | msgstr ""
|
---|
557 |
|
---|
558 | #: core/validators.py:563
|
---|
559 | #, python-format
|
---|
560 | msgid ""
|
---|
561 | "Some text starting on line %(line)s is not allowed in that context. (Line "
|
---|
562 | "starts with \"%(start)s\".)"
|
---|
563 | msgstr ""
|
---|
564 |
|
---|
565 | #: core/validators.py:568
|
---|
566 | #, python-format
|
---|
567 | msgid ""
|
---|
568 | "\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%"
|
---|
569 | "(start)s\".)"
|
---|
570 | msgstr ""
|
---|
571 |
|
---|
572 | #: core/validators.py:573
|
---|
573 | #, python-format
|
---|
574 | msgid ""
|
---|
575 | "\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%"
|
---|
576 | "(start)s\".)"
|
---|
577 | msgstr ""
|
---|
578 |
|
---|
579 | #: core/validators.py:577
|
---|
580 | #, python-format
|
---|
581 | msgid ""
|
---|
582 | "A tag on line %(line)s is missing one or more required attributes. (Line "
|
---|
583 | "starts with \"%(start)s\".)"
|
---|
584 | msgstr ""
|
---|
585 |
|
---|
586 | #: core/validators.py:582
|
---|
587 | #, python-format
|
---|
588 | msgid ""
|
---|
589 | "The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line "
|
---|
590 | "starts with \"%(start)s\".)"
|
---|
591 | msgstr ""
|
---|
592 |
|
---|
593 | #: views/generic/create_update.py:43
|
---|
594 | #, python-format
|
---|
595 | msgid "The %(verbose_name)s was created successfully."
|
---|
596 | msgstr ""
|
---|
597 |
|
---|
598 | #: views/generic/create_update.py:117
|
---|
599 | #, python-format
|
---|
600 | msgid "The %(verbose_name)s was updated successfully."
|
---|
601 | msgstr ""
|
---|
602 |
|
---|
603 | #: views/generic/create_update.py:184
|
---|
604 | #, python-format
|
---|
605 | msgid "The %(verbose_name)s was deleted."
|
---|
606 | msgstr ""
|
---|
607 |
|
---|
608 | #: newforms/models.py:180 newforms/fields.py:478
|
---|
609 | msgid "Select a valid choice. That choice is not one of the available choices."
|
---|
610 | msgstr ""
|
---|
611 |
|
---|
612 | #: newforms/models.py:197 newforms/fields.py:494 newforms/fields.py:570
|
---|
613 | msgid "Enter a list of values."
|
---|
614 | msgstr ""
|
---|
615 |
|
---|
616 | #: newforms/models.py:203 newforms/fields.py:500
|
---|
617 | #, python-format
|
---|
618 | msgid "Select a valid choice. %s is not one of the available choices."
|
---|
619 | msgstr ""
|
---|
620 |
|
---|
621 | #: newforms/fields.py:116
|
---|
622 | #, python-format
|
---|
623 | msgid "Ensure this value has at most %(max)d characters (it has %(length)d)."
|
---|
624 | msgstr ""
|
---|
625 |
|
---|
626 | #: newforms/fields.py:118
|
---|
627 | #, python-format
|
---|
628 | msgid "Ensure this value has at least %(min)d characters (it has %(length)d)."
|
---|
629 | msgstr ""
|
---|
630 |
|
---|
631 | #: newforms/fields.py:144 newforms/fields.py:167 newforms/fields.py:197
|
---|
632 | #, python-format
|
---|
633 | msgid "Ensure this value is less than or equal to %s."
|
---|
634 | msgstr ""
|
---|
635 |
|
---|
636 | #: newforms/fields.py:146 newforms/fields.py:169 newforms/fields.py:199
|
---|
637 | #, python-format
|
---|
638 | msgid "Ensure this value is greater than or equal to %s."
|
---|
639 | msgstr ""
|
---|
640 |
|
---|
641 | #: newforms/fields.py:165 newforms/fields.py:192
|
---|
642 | msgid "Enter a number."
|
---|
643 | msgstr ""
|
---|
644 |
|
---|
645 | #: newforms/fields.py:201
|
---|
646 | #, python-format
|
---|
647 | msgid "Ensure that there are no more than %s digits in total."
|
---|
648 | msgstr ""
|
---|
649 |
|
---|
650 | #: newforms/fields.py:203
|
---|
651 | #, python-format
|
---|
652 | msgid "Ensure that there are no more than %s decimal places."
|
---|
653 | msgstr ""
|
---|
654 |
|
---|
655 | #: newforms/fields.py:205
|
---|
656 | #, python-format
|
---|
657 | msgid "Ensure that there are no more than %s digits before the decimal point."
|
---|
658 | msgstr ""
|
---|
659 |
|
---|
660 | #: newforms/fields.py:238 newforms/fields.py:610
|
---|
661 | msgid "Enter a valid date."
|
---|
662 | msgstr ""
|
---|
663 |
|
---|
664 | #: newforms/fields.py:265 newforms/fields.py:612
|
---|
665 | msgid "Enter a valid time."
|
---|
666 | msgstr ""
|
---|
667 |
|
---|
668 | #: newforms/fields.py:301
|
---|
669 | msgid "Enter a valid date/time."
|
---|
670 | msgstr ""
|
---|
671 |
|
---|
672 | #: newforms/fields.py:314
|
---|
673 | msgid "Enter a valid value."
|
---|
674 | msgstr ""
|
---|
675 |
|
---|
676 | #: newforms/fields.py:378
|
---|
677 | #, fuzzy
|
---|
678 | msgid "No file was submitted."
|
---|
679 | msgstr "Ne."
|
---|
680 |
|
---|
681 | #: newforms/fields.py:403 newforms/fields.py:425
|
---|
682 | msgid "Enter a valid URL."
|
---|
683 | msgstr ""
|
---|
684 |
|
---|
685 | #: newforms/fields.py:427
|
---|
686 | msgid "This URL appears to be a broken link."
|
---|
687 | msgstr ""
|
---|
688 |
|
---|
689 | #: contrib/humanize/templatetags/humanize.py:17
|
---|
690 | msgid "th"
|
---|
691 | msgstr ""
|
---|
692 |
|
---|
693 | #: contrib/humanize/templatetags/humanize.py:17
|
---|
694 | msgid "st"
|
---|
695 | msgstr ""
|
---|
696 |
|
---|
697 | #: contrib/humanize/templatetags/humanize.py:17
|
---|
698 | msgid "nd"
|
---|
699 | msgstr ""
|
---|
700 |
|
---|
701 | #: contrib/humanize/templatetags/humanize.py:17
|
---|
702 | msgid "rd"
|
---|
703 | msgstr ""
|
---|
704 |
|
---|
705 | #: contrib/humanize/templatetags/humanize.py:47
|
---|
706 | #, python-format
|
---|
707 | msgid "%(value).1f million"
|
---|
708 | msgid_plural "%(value).1f million"
|
---|
709 | msgstr[0] ""
|
---|
710 | msgstr[1] ""
|
---|
711 |
|
---|
712 | #: contrib/humanize/templatetags/humanize.py:50
|
---|
713 | #, python-format
|
---|
714 | msgid "%(value).1f billion"
|
---|
715 | msgid_plural "%(value).1f billion"
|
---|
716 | msgstr[0] ""
|
---|
717 | msgstr[1] ""
|
---|
718 |
|
---|
719 | #: contrib/humanize/templatetags/humanize.py:53
|
---|
720 | #, python-format
|
---|
721 | msgid "%(value).1f trillion"
|
---|
722 | msgid_plural "%(value).1f trillion"
|
---|
723 | msgstr[0] ""
|
---|
724 | msgstr[1] ""
|
---|
725 |
|
---|
726 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
727 | msgid "one"
|
---|
728 | msgstr ""
|
---|
729 |
|
---|
730 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
731 | msgid "two"
|
---|
732 | msgstr ""
|
---|
733 |
|
---|
734 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
735 | msgid "three"
|
---|
736 | msgstr ""
|
---|
737 |
|
---|
738 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
739 | msgid "four"
|
---|
740 | msgstr ""
|
---|
741 |
|
---|
742 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
743 | msgid "five"
|
---|
744 | msgstr ""
|
---|
745 |
|
---|
746 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
747 | msgid "six"
|
---|
748 | msgstr ""
|
---|
749 |
|
---|
750 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
751 | msgid "seven"
|
---|
752 | msgstr ""
|
---|
753 |
|
---|
754 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
755 | msgid "eight"
|
---|
756 | msgstr ""
|
---|
757 |
|
---|
758 | #: contrib/humanize/templatetags/humanize.py:68
|
---|
759 | msgid "nine"
|
---|
760 | msgstr ""
|
---|
761 |
|
---|
762 | #: contrib/redirects/models.py:7
|
---|
763 | msgid "redirect from"
|
---|
764 | msgstr ""
|
---|
765 |
|
---|
766 | #: contrib/redirects/models.py:8
|
---|
767 | msgid ""
|
---|
768 | "This should be an absolute path, excluding the domain name. Example: '/"
|
---|
769 | "events/search/'."
|
---|
770 | msgstr ""
|
---|
771 |
|
---|
772 | #: contrib/redirects/models.py:9
|
---|
773 | msgid "redirect to"
|
---|
774 | msgstr ""
|
---|
775 |
|
---|
776 | #: contrib/redirects/models.py:10
|
---|
777 | msgid ""
|
---|
778 | "This can be either an absolute path (as above) or a full URL starting with "
|
---|
779 | "'http://'."
|
---|
780 | msgstr ""
|
---|
781 |
|
---|
782 | #: contrib/redirects/models.py:13
|
---|
783 | msgid "redirect"
|
---|
784 | msgstr ""
|
---|
785 |
|
---|
786 | #: contrib/redirects/models.py:14
|
---|
787 | msgid "redirects"
|
---|
788 | msgstr ""
|
---|
789 |
|
---|
790 | #: contrib/comments/models.py:67 contrib/comments/models.py:166
|
---|
791 | msgid "object ID"
|
---|
792 | msgstr ""
|
---|
793 |
|
---|
794 | #: contrib/comments/models.py:68
|
---|
795 | msgid "headline"
|
---|
796 | msgstr ""
|
---|
797 |
|
---|
798 | #: contrib/comments/models.py:69 contrib/comments/models.py:90
|
---|
799 | #: contrib/comments/models.py:167
|
---|
800 | msgid "comment"
|
---|
801 | msgstr ""
|
---|
802 |
|
---|
803 | #: contrib/comments/models.py:70
|
---|
804 | msgid "rating #1"
|
---|
805 | msgstr ""
|
---|
806 |
|
---|
807 | #: contrib/comments/models.py:71
|
---|
808 | msgid "rating #2"
|
---|
809 | msgstr ""
|
---|
810 |
|
---|
811 | #: contrib/comments/models.py:72
|
---|
812 | msgid "rating #3"
|
---|
813 | msgstr ""
|
---|
814 |
|
---|
815 | #: contrib/comments/models.py:73
|
---|
816 | msgid "rating #4"
|
---|
817 | msgstr ""
|
---|
818 |
|
---|
819 | #: contrib/comments/models.py:74
|
---|
820 | msgid "rating #5"
|
---|
821 | msgstr ""
|
---|
822 |
|
---|
823 | #: contrib/comments/models.py:75
|
---|
824 | msgid "rating #6"
|
---|
825 | msgstr ""
|
---|
826 |
|
---|
827 | #: contrib/comments/models.py:76
|
---|
828 | msgid "rating #7"
|
---|
829 | msgstr ""
|
---|
830 |
|
---|
831 | #: contrib/comments/models.py:77
|
---|
832 | msgid "rating #8"
|
---|
833 | msgstr ""
|
---|
834 |
|
---|
835 | #: contrib/comments/models.py:82
|
---|
836 | msgid "is valid rating"
|
---|
837 | msgstr ""
|
---|
838 |
|
---|
839 | #: contrib/comments/models.py:83 contrib/comments/models.py:169
|
---|
840 | msgid "date/time submitted"
|
---|
841 | msgstr ""
|
---|
842 |
|
---|
843 | #: contrib/comments/models.py:84 contrib/comments/models.py:170
|
---|
844 | msgid "is public"
|
---|
845 | msgstr ""
|
---|
846 |
|
---|
847 | #: contrib/comments/models.py:85 contrib/admin/views/doc.py:306
|
---|
848 | msgid "IP address"
|
---|
849 | msgstr ""
|
---|
850 |
|
---|
851 | #: contrib/comments/models.py:86
|
---|
852 | msgid "is removed"
|
---|
853 | msgstr ""
|
---|
854 |
|
---|
855 | #: contrib/comments/models.py:86
|
---|
856 | msgid ""
|
---|
857 | "Check this box if the comment is inappropriate. A \"This comment has been "
|
---|
858 | "removed\" message will be displayed instead."
|
---|
859 | msgstr ""
|
---|
860 |
|
---|
861 | #: contrib/comments/models.py:91
|
---|
862 | msgid "comments"
|
---|
863 | msgstr ""
|
---|
864 |
|
---|
865 | #: contrib/comments/models.py:131 contrib/comments/models.py:207
|
---|
866 | msgid "Content object"
|
---|
867 | msgstr ""
|
---|
868 |
|
---|
869 | #: contrib/comments/models.py:159
|
---|
870 | #, python-format
|
---|
871 | msgid ""
|
---|
872 | "Posted by %(user)s at %(date)s\n"
|
---|
873 | "\n"
|
---|
874 | "%(comment)s\n"
|
---|
875 | "\n"
|
---|
876 | "http://%(domain)s%(url)s"
|
---|
877 | msgstr ""
|
---|
878 |
|
---|
879 | #: contrib/comments/models.py:168
|
---|
880 | msgid "person's name"
|
---|
881 | msgstr ""
|
---|
882 |
|
---|
883 | #: contrib/comments/models.py:171
|
---|
884 | msgid "ip address"
|
---|
885 | msgstr ""
|
---|
886 |
|
---|
887 | #: contrib/comments/models.py:173
|
---|
888 | msgid "approved by staff"
|
---|
889 | msgstr ""
|
---|
890 |
|
---|
891 | #: contrib/comments/models.py:176
|
---|
892 | msgid "free comment"
|
---|
893 | msgstr ""
|
---|
894 |
|
---|
895 | #: contrib/comments/models.py:177
|
---|
896 | msgid "free comments"
|
---|
897 | msgstr ""
|
---|
898 |
|
---|
899 | #: contrib/comments/models.py:233
|
---|
900 | msgid "score"
|
---|
901 | msgstr ""
|
---|
902 |
|
---|
903 | #: contrib/comments/models.py:234
|
---|
904 | msgid "score date"
|
---|
905 | msgstr ""
|
---|
906 |
|
---|
907 | #: contrib/comments/models.py:237
|
---|
908 | msgid "karma score"
|
---|
909 | msgstr ""
|
---|
910 |
|
---|
911 | #: contrib/comments/models.py:238
|
---|
912 | msgid "karma scores"
|
---|
913 | msgstr ""
|
---|
914 |
|
---|
915 | #: contrib/comments/models.py:242
|
---|
916 | #, python-format
|
---|
917 | msgid "%(score)d rating by %(user)s"
|
---|
918 | msgstr ""
|
---|
919 |
|
---|
920 | #: contrib/comments/models.py:258
|
---|
921 | #, python-format
|
---|
922 | msgid ""
|
---|
923 | "This comment was flagged by %(user)s:\n"
|
---|
924 | "\n"
|
---|
925 | "%(text)s"
|
---|
926 | msgstr ""
|
---|
927 |
|
---|
928 | #: contrib/comments/models.py:265
|
---|
929 | msgid "flag date"
|
---|
930 | msgstr ""
|
---|
931 |
|
---|
932 | #: contrib/comments/models.py:268
|
---|
933 | msgid "user flag"
|
---|
934 | msgstr ""
|
---|
935 |
|
---|
936 | #: contrib/comments/models.py:269
|
---|
937 | msgid "user flags"
|
---|
938 | msgstr ""
|
---|
939 |
|
---|
940 | #: contrib/comments/models.py:273
|
---|
941 | #, python-format
|
---|
942 | msgid "Flag by %r"
|
---|
943 | msgstr ""
|
---|
944 |
|
---|
945 | #: contrib/comments/models.py:278
|
---|
946 | msgid "deletion date"
|
---|
947 | msgstr ""
|
---|
948 |
|
---|
949 | #: contrib/comments/models.py:280
|
---|
950 | msgid "moderator deletion"
|
---|
951 | msgstr ""
|
---|
952 |
|
---|
953 | #: contrib/comments/models.py:281
|
---|
954 | msgid "moderator deletions"
|
---|
955 | msgstr ""
|
---|
956 |
|
---|
957 | #: contrib/comments/models.py:285
|
---|
958 | #, python-format
|
---|
959 | msgid "Moderator deletion by %r"
|
---|
960 | msgstr ""
|
---|
961 |
|
---|
962 | #: contrib/comments/views/karma.py:20
|
---|
963 | msgid "Anonymous users cannot vote"
|
---|
964 | msgstr ""
|
---|
965 |
|
---|
966 | #: contrib/comments/views/karma.py:24
|
---|
967 | msgid "Invalid comment ID"
|
---|
968 | msgstr ""
|
---|
969 |
|
---|
970 | #: contrib/comments/views/karma.py:26
|
---|
971 | #, fuzzy
|
---|
972 | msgid "No voting for yourself"
|
---|
973 | msgstr "Ne"
|
---|
974 |
|
---|
975 | #: contrib/comments/views/comments.py:28
|
---|
976 | msgid "This rating is required because you've entered at least one other rating."
|
---|
977 | msgstr ""
|
---|
978 |
|
---|
979 | #: contrib/comments/views/comments.py:112
|
---|
980 | #, python-format
|
---|
981 | msgid ""
|
---|
982 | "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
983 | "comment:\n"
|
---|
984 | "\n"
|
---|
985 | "%(text)s"
|
---|
986 | msgid_plural ""
|
---|
987 | "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
988 | "comments:\n"
|
---|
989 | "\n"
|
---|
990 | "%(text)s"
|
---|
991 | msgstr[0] ""
|
---|
992 | msgstr[1] ""
|
---|
993 |
|
---|
994 | #: contrib/comments/views/comments.py:117
|
---|
995 | #, python-format
|
---|
996 | msgid ""
|
---|
997 | "This comment was posted by a sketchy user:\n"
|
---|
998 | "\n"
|
---|
999 | "%(text)s"
|
---|
1000 | msgstr ""
|
---|
1001 |
|
---|
1002 | #: contrib/comments/views/comments.py:189
|
---|
1003 | #: contrib/comments/views/comments.py:281
|
---|
1004 | msgid "Only POSTs are allowed"
|
---|
1005 | msgstr ""
|
---|
1006 |
|
---|
1007 | #: contrib/comments/views/comments.py:193
|
---|
1008 | #: contrib/comments/views/comments.py:285
|
---|
1009 | msgid "One or more of the required fields wasn't submitted"
|
---|
1010 | msgstr ""
|
---|
1011 |
|
---|
1012 | #: contrib/comments/views/comments.py:197
|
---|
1013 | #: contrib/comments/views/comments.py:287
|
---|
1014 | msgid "Somebody tampered with the comment form (security violation)"
|
---|
1015 | msgstr ""
|
---|
1016 |
|
---|
1017 | #: contrib/comments/views/comments.py:207
|
---|
1018 | #: contrib/comments/views/comments.py:293
|
---|
1019 | msgid ""
|
---|
1020 | "The comment form had an invalid 'target' parameter -- the object ID was "
|
---|
1021 | "invalid"
|
---|
1022 | msgstr ""
|
---|
1023 |
|
---|
1024 | #: contrib/comments/views/comments.py:258
|
---|
1025 | #: contrib/comments/views/comments.py:322
|
---|
1026 | msgid "The comment form didn't provide either 'preview' or 'post'"
|
---|
1027 | msgstr ""
|
---|
1028 |
|
---|
1029 | #: contrib/comments/templates/comments/form.html:6
|
---|
1030 | #: contrib/comments/templates/comments/form.html:8
|
---|
1031 | #: contrib/admin/templates/admin/login.html:17
|
---|
1032 | msgid "Username:"
|
---|
1033 | msgstr ""
|
---|
1034 |
|
---|
1035 | #: contrib/comments/templates/comments/form.html:6
|
---|
1036 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
1037 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
1038 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
1039 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
1040 | #: contrib/admin/templates/admin/base.html:25
|
---|
1041 | #: contrib/admin/templates/admin/auth/user/change_password.html:9
|
---|
1042 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
1043 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
1044 | #: contrib/admin/templates/admin_doc/view_detail.html:4
|
---|
1045 | #: contrib/admin/templates/admin_doc/bookmarklets.html:4
|
---|
1046 | #: contrib/admin/templates/admin_doc/template_detail.html:4
|
---|
1047 | #: contrib/admin/templates/admin_doc/template_tag_index.html:5
|
---|
1048 | #: contrib/admin/templates/admin_doc/missing_docutils.html:4
|
---|
1049 | #: contrib/admin/templates/admin_doc/view_index.html:5
|
---|
1050 | #: contrib/admin/templates/admin_doc/model_detail.html:3
|
---|
1051 | #: contrib/admin/templates/admin_doc/index.html:4
|
---|
1052 | #: contrib/admin/templates/admin_doc/model_index.html:5
|
---|
1053 | #: contrib/admin/templates/admin_doc/template_filter_index.html:5
|
---|
1054 | msgid "Log out"
|
---|
1055 | msgstr ""
|
---|
1056 |
|
---|
1057 | #: contrib/comments/templates/comments/form.html:8
|
---|
1058 | #: contrib/admin/templates/admin/login.html:20
|
---|
1059 | msgid "Password:"
|
---|
1060 | msgstr ""
|
---|
1061 |
|
---|
1062 | #: contrib/comments/templates/comments/form.html:8
|
---|
1063 | msgid "Forgotten your password?"
|
---|
1064 | msgstr ""
|
---|
1065 |
|
---|
1066 | #: contrib/comments/templates/comments/form.html:12
|
---|
1067 | msgid "Ratings"
|
---|
1068 | msgstr ""
|
---|
1069 |
|
---|
1070 | #: contrib/comments/templates/comments/form.html:12
|
---|
1071 | #: contrib/comments/templates/comments/form.html:23
|
---|
1072 | msgid "Required"
|
---|
1073 | msgstr ""
|
---|
1074 |
|
---|
1075 | #: contrib/comments/templates/comments/form.html:12
|
---|
1076 | #: contrib/comments/templates/comments/form.html:23
|
---|
1077 | msgid "Optional"
|
---|
1078 | msgstr ""
|
---|
1079 |
|
---|
1080 | #: contrib/comments/templates/comments/form.html:23
|
---|
1081 | msgid "Post a photo"
|
---|
1082 | msgstr ""
|
---|
1083 |
|
---|
1084 | #: contrib/comments/templates/comments/form.html:28
|
---|
1085 | #: contrib/comments/templates/comments/freeform.html:5
|
---|
1086 | msgid "Comment:"
|
---|
1087 | msgstr ""
|
---|
1088 |
|
---|
1089 | #: contrib/comments/templates/comments/form.html:35
|
---|
1090 | #: contrib/comments/templates/comments/freeform.html:10
|
---|
1091 | msgid "Preview comment"
|
---|
1092 | msgstr ""
|
---|
1093 |
|
---|
1094 | #: contrib/comments/templates/comments/freeform.html:4
|
---|
1095 | msgid "Your name:"
|
---|
1096 | msgstr ""
|
---|
1097 |
|
---|
1098 | #: contrib/sites/models.py:15
|
---|
1099 | msgid "domain name"
|
---|
1100 | msgstr ""
|
---|
1101 |
|
---|
1102 | #: contrib/sites/models.py:16
|
---|
1103 | msgid "display name"
|
---|
1104 | msgstr ""
|
---|
1105 |
|
---|
1106 | #: contrib/sites/models.py:20
|
---|
1107 | msgid "site"
|
---|
1108 | msgstr ""
|
---|
1109 |
|
---|
1110 | #: contrib/sites/models.py:21
|
---|
1111 | msgid "sites"
|
---|
1112 | msgstr ""
|
---|
1113 |
|
---|
1114 | #: contrib/admin/filterspecs.py:42
|
---|
1115 | #, python-format
|
---|
1116 | msgid ""
|
---|
1117 | "<h3>By %s:</h3>\n"
|
---|
1118 | "<ul>\n"
|
---|
1119 | msgstr ""
|
---|
1120 |
|
---|
1121 | #: contrib/admin/filterspecs.py:72 contrib/admin/filterspecs.py:90
|
---|
1122 | #: contrib/admin/filterspecs.py:145 contrib/admin/filterspecs.py:171
|
---|
1123 | msgid "All"
|
---|
1124 | msgstr ""
|
---|
1125 |
|
---|
1126 | #: contrib/admin/filterspecs.py:111
|
---|
1127 | msgid "Any date"
|
---|
1128 | msgstr ""
|
---|
1129 |
|
---|
1130 | #: contrib/admin/filterspecs.py:112
|
---|
1131 | msgid "Today"
|
---|
1132 | msgstr ""
|
---|
1133 |
|
---|
1134 | #: contrib/admin/filterspecs.py:115
|
---|
1135 | msgid "Past 7 days"
|
---|
1136 | msgstr ""
|
---|
1137 |
|
---|
1138 | #: contrib/admin/filterspecs.py:117
|
---|
1139 | msgid "This month"
|
---|
1140 | msgstr ""
|
---|
1141 |
|
---|
1142 | #: contrib/admin/filterspecs.py:119
|
---|
1143 | msgid "This year"
|
---|
1144 | msgstr ""
|
---|
1145 |
|
---|
1146 | #: contrib/admin/models.py:17
|
---|
1147 | msgid "action time"
|
---|
1148 | msgstr ""
|
---|
1149 |
|
---|
1150 | #: contrib/admin/models.py:20
|
---|
1151 | msgid "object id"
|
---|
1152 | msgstr ""
|
---|
1153 |
|
---|
1154 | #: contrib/admin/models.py:21
|
---|
1155 | msgid "object repr"
|
---|
1156 | msgstr ""
|
---|
1157 |
|
---|
1158 | #: contrib/admin/models.py:22
|
---|
1159 | msgid "action flag"
|
---|
1160 | msgstr ""
|
---|
1161 |
|
---|
1162 | #: contrib/admin/models.py:23
|
---|
1163 | msgid "change message"
|
---|
1164 | msgstr ""
|
---|
1165 |
|
---|
1166 | #: contrib/admin/models.py:26
|
---|
1167 | msgid "log entry"
|
---|
1168 | msgstr ""
|
---|
1169 |
|
---|
1170 | #: contrib/admin/models.py:27
|
---|
1171 | msgid "log entries"
|
---|
1172 | msgstr ""
|
---|
1173 |
|
---|
1174 | #: contrib/admin/templatetags/admin_list.py:254
|
---|
1175 | msgid "All dates"
|
---|
1176 | msgstr ""
|
---|
1177 |
|
---|
1178 | #: contrib/admin/views/auth.py:20 contrib/admin/views/main.py:264
|
---|
1179 | #, python-format
|
---|
1180 | msgid "The %(name)s \"%(obj)s\" was added successfully."
|
---|
1181 | msgstr ""
|
---|
1182 |
|
---|
1183 | #: contrib/admin/views/auth.py:25 contrib/admin/views/main.py:268
|
---|
1184 | #: contrib/admin/views/main.py:354
|
---|
1185 | msgid "You may edit it again below."
|
---|
1186 | msgstr ""
|
---|
1187 |
|
---|
1188 | #: contrib/admin/views/auth.py:31
|
---|
1189 | msgid "Add user"
|
---|
1190 | msgstr ""
|
---|
1191 |
|
---|
1192 | #: contrib/admin/views/auth.py:58
|
---|
1193 | msgid "Password changed successfully."
|
---|
1194 | msgstr ""
|
---|
1195 |
|
---|
1196 | #: contrib/admin/views/auth.py:65
|
---|
1197 | #, python-format
|
---|
1198 | msgid "Change password: %s"
|
---|
1199 | msgstr ""
|
---|
1200 |
|
---|
1201 | #: contrib/admin/views/main.py:230
|
---|
1202 | msgid "Site administration"
|
---|
1203 | msgstr ""
|
---|
1204 |
|
---|
1205 | #: contrib/admin/views/main.py:278 contrib/admin/views/main.py:363
|
---|
1206 | #, python-format
|
---|
1207 | msgid "You may add another %s below."
|
---|
1208 | msgstr ""
|
---|
1209 |
|
---|
1210 | #: contrib/admin/views/main.py:296
|
---|
1211 | #, python-format
|
---|
1212 | msgid "Add %s"
|
---|
1213 | msgstr ""
|
---|
1214 |
|
---|
1215 | #: contrib/admin/views/main.py:342
|
---|
1216 | #, python-format
|
---|
1217 | msgid "Added %s."
|
---|
1218 | msgstr ""
|
---|
1219 |
|
---|
1220 | #: contrib/admin/views/main.py:344
|
---|
1221 | #, python-format
|
---|
1222 | msgid "Changed %s."
|
---|
1223 | msgstr ""
|
---|
1224 |
|
---|
1225 | #: contrib/admin/views/main.py:346
|
---|
1226 | #, python-format
|
---|
1227 | msgid "Deleted %s."
|
---|
1228 | msgstr ""
|
---|
1229 |
|
---|
1230 | #: contrib/admin/views/main.py:349
|
---|
1231 | #, fuzzy
|
---|
1232 | msgid "No fields changed."
|
---|
1233 | msgstr "Ne."
|
---|
1234 |
|
---|
1235 | #: contrib/admin/views/main.py:352
|
---|
1236 | #, python-format
|
---|
1237 | msgid "The %(name)s \"%(obj)s\" was changed successfully."
|
---|
1238 | msgstr ""
|
---|
1239 |
|
---|
1240 | #: contrib/admin/views/main.py:360
|
---|
1241 | #, python-format
|
---|
1242 | msgid "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
|
---|
1243 | msgstr ""
|
---|
1244 |
|
---|
1245 | #: contrib/admin/views/main.py:398
|
---|
1246 | #, python-format
|
---|
1247 | msgid "Change %s"
|
---|
1248 | msgstr ""
|
---|
1249 |
|
---|
1250 | #: contrib/admin/views/main.py:483
|
---|
1251 | #, python-format
|
---|
1252 | msgid "One or more %(fieldname)s in %(name)s: %(obj)s"
|
---|
1253 | msgstr ""
|
---|
1254 |
|
---|
1255 | #: contrib/admin/views/main.py:488
|
---|
1256 | #, python-format
|
---|
1257 | msgid "One or more %(fieldname)s in %(name)s:"
|
---|
1258 | msgstr ""
|
---|
1259 |
|
---|
1260 | #: contrib/admin/views/main.py:520
|
---|
1261 | #, python-format
|
---|
1262 | msgid "The %(name)s \"%(obj)s\" was deleted successfully."
|
---|
1263 | msgstr ""
|
---|
1264 |
|
---|
1265 | #: contrib/admin/views/main.py:523
|
---|
1266 | msgid "Are you sure?"
|
---|
1267 | msgstr ""
|
---|
1268 |
|
---|
1269 | #: contrib/admin/views/main.py:545
|
---|
1270 | #, python-format
|
---|
1271 | msgid "Change history: %s"
|
---|
1272 | msgstr ""
|
---|
1273 |
|
---|
1274 | #: contrib/admin/views/main.py:579
|
---|
1275 | #, python-format
|
---|
1276 | msgid "Select %s"
|
---|
1277 | msgstr ""
|
---|
1278 |
|
---|
1279 | #: contrib/admin/views/main.py:579
|
---|
1280 | #, python-format
|
---|
1281 | msgid "Select %s to change"
|
---|
1282 | msgstr ""
|
---|
1283 |
|
---|
1284 | #: contrib/admin/views/main.py:780
|
---|
1285 | msgid "Database error"
|
---|
1286 | msgstr ""
|
---|
1287 |
|
---|
1288 | #: contrib/admin/views/decorators.py:10 contrib/auth/forms.py:60
|
---|
1289 | #, fuzzy
|
---|
1290 | msgid ""
|
---|
1291 | "Please enter a correct username and password. Note that both fields are case-"
|
---|
1292 | "sensitive."
|
---|
1293 | msgstr "i."
|
---|
1294 |
|
---|
1295 | #: contrib/admin/views/decorators.py:24
|
---|
1296 | #: contrib/admin/templates/admin/login.html:25
|
---|
1297 | msgid "Log in"
|
---|
1298 | msgstr ""
|
---|
1299 |
|
---|
1300 | #: contrib/admin/views/decorators.py:62
|
---|
1301 | msgid ""
|
---|
1302 | "Please log in again, because your session has expired. Don't worry: Your "
|
---|
1303 | "submission has been saved."
|
---|
1304 | msgstr ""
|
---|
1305 |
|
---|
1306 | #: contrib/admin/views/decorators.py:69
|
---|
1307 | #, fuzzy
|
---|
1308 | msgid ""
|
---|
1309 | "Looks like your browser isn't configured to accept cookies. Please enable "
|
---|
1310 | "cookies, reload this page, and try again."
|
---|
1311 | msgstr "i."
|
---|
1312 |
|
---|
1313 | #: contrib/admin/views/decorators.py:83
|
---|
1314 | msgid "Usernames cannot contain the '@' character."
|
---|
1315 | msgstr ""
|
---|
1316 |
|
---|
1317 | #: contrib/admin/views/decorators.py:85
|
---|
1318 | #, python-format
|
---|
1319 | msgid "Your e-mail address is not your username. Try '%s' instead."
|
---|
1320 | msgstr ""
|
---|
1321 |
|
---|
1322 | #: contrib/admin/views/doc.py:47 contrib/admin/views/doc.py:49
|
---|
1323 | #: contrib/admin/views/doc.py:51
|
---|
1324 | msgid "tag:"
|
---|
1325 | msgstr ""
|
---|
1326 |
|
---|
1327 | #: contrib/admin/views/doc.py:78 contrib/admin/views/doc.py:80
|
---|
1328 | #: contrib/admin/views/doc.py:82
|
---|
1329 | msgid "filter:"
|
---|
1330 | msgstr ""
|
---|
1331 |
|
---|
1332 | #: contrib/admin/views/doc.py:136 contrib/admin/views/doc.py:138
|
---|
1333 | #: contrib/admin/views/doc.py:140
|
---|
1334 | msgid "view:"
|
---|
1335 | msgstr ""
|
---|
1336 |
|
---|
1337 | #: contrib/admin/views/doc.py:165
|
---|
1338 | #, python-format
|
---|
1339 | msgid "App %r not found"
|
---|
1340 | msgstr ""
|
---|
1341 |
|
---|
1342 | #: contrib/admin/views/doc.py:172
|
---|
1343 | #, python-format
|
---|
1344 | msgid "Model %(name)r not found in app %(label)r"
|
---|
1345 | msgstr ""
|
---|
1346 |
|
---|
1347 | #: contrib/admin/views/doc.py:184
|
---|
1348 | #, python-format
|
---|
1349 | msgid "the related `%(label)s.%(type)s` object"
|
---|
1350 | msgstr ""
|
---|
1351 |
|
---|
1352 | #: contrib/admin/views/doc.py:184 contrib/admin/views/doc.py:206
|
---|
1353 | #: contrib/admin/views/doc.py:220 contrib/admin/views/doc.py:225
|
---|
1354 | msgid "model:"
|
---|
1355 | msgstr ""
|
---|
1356 |
|
---|
1357 | #: contrib/admin/views/doc.py:215
|
---|
1358 | #, python-format
|
---|
1359 | msgid "related `%(label)s.%(name)s` objects"
|
---|
1360 | msgstr ""
|
---|
1361 |
|
---|
1362 | #: contrib/admin/views/doc.py:220
|
---|
1363 | #, python-format
|
---|
1364 | msgid "all %s"
|
---|
1365 | msgstr ""
|
---|
1366 |
|
---|
1367 | #: contrib/admin/views/doc.py:225
|
---|
1368 | #, python-format
|
---|
1369 | msgid "number of %s"
|
---|
1370 | msgstr ""
|
---|
1371 |
|
---|
1372 | #: contrib/admin/views/doc.py:230
|
---|
1373 | #, python-format
|
---|
1374 | msgid "Fields on %s objects"
|
---|
1375 | msgstr ""
|
---|
1376 |
|
---|
1377 | #: contrib/admin/views/doc.py:292 contrib/admin/views/doc.py:303
|
---|
1378 | #: contrib/admin/views/doc.py:305 contrib/admin/views/doc.py:311
|
---|
1379 | #: contrib/admin/views/doc.py:312 contrib/admin/views/doc.py:314
|
---|
1380 | msgid "Integer"
|
---|
1381 | msgstr ""
|
---|
1382 |
|
---|
1383 | #: contrib/admin/views/doc.py:293
|
---|
1384 | msgid "Boolean (Either True or False)"
|
---|
1385 | msgstr ""
|
---|
1386 |
|
---|
1387 | #: contrib/admin/views/doc.py:294 contrib/admin/views/doc.py:313
|
---|
1388 | #, python-format
|
---|
1389 | msgid "String (up to %(max_length)s)"
|
---|
1390 | msgstr ""
|
---|
1391 |
|
---|
1392 | #: contrib/admin/views/doc.py:295
|
---|
1393 | msgid "Comma-separated integers"
|
---|
1394 | msgstr ""
|
---|
1395 |
|
---|
1396 | #: contrib/admin/views/doc.py:296
|
---|
1397 | msgid "Date (without time)"
|
---|
1398 | msgstr ""
|
---|
1399 |
|
---|
1400 | #: contrib/admin/views/doc.py:297
|
---|
1401 | msgid "Date (with time)"
|
---|
1402 | msgstr ""
|
---|
1403 |
|
---|
1404 | #: contrib/admin/views/doc.py:298
|
---|
1405 | msgid "Decimal number"
|
---|
1406 | msgstr ""
|
---|
1407 |
|
---|
1408 | #: contrib/admin/views/doc.py:299
|
---|
1409 | msgid "E-mail address"
|
---|
1410 | msgstr ""
|
---|
1411 |
|
---|
1412 | #: contrib/admin/views/doc.py:300 contrib/admin/views/doc.py:301
|
---|
1413 | #: contrib/admin/views/doc.py:304
|
---|
1414 | msgid "File path"
|
---|
1415 | msgstr ""
|
---|
1416 |
|
---|
1417 | #: contrib/admin/views/doc.py:302
|
---|
1418 | msgid "Floating point number"
|
---|
1419 | msgstr ""
|
---|
1420 |
|
---|
1421 | #: contrib/admin/views/doc.py:308
|
---|
1422 | msgid "Boolean (Either True, False or None)"
|
---|
1423 | msgstr ""
|
---|
1424 |
|
---|
1425 | #: contrib/admin/views/doc.py:309
|
---|
1426 | msgid "Relation to parent model"
|
---|
1427 | msgstr ""
|
---|
1428 |
|
---|
1429 | #: contrib/admin/views/doc.py:310
|
---|
1430 | msgid "Phone number"
|
---|
1431 | msgstr ""
|
---|
1432 |
|
---|
1433 | #: contrib/admin/views/doc.py:315
|
---|
1434 | msgid "Text"
|
---|
1435 | msgstr ""
|
---|
1436 |
|
---|
1437 | #: contrib/admin/views/doc.py:316
|
---|
1438 | msgid "Time"
|
---|
1439 | msgstr ""
|
---|
1440 |
|
---|
1441 | #: contrib/admin/views/doc.py:317 contrib/flatpages/models.py:7
|
---|
1442 | msgid "URL"
|
---|
1443 | msgstr ""
|
---|
1444 |
|
---|
1445 | #: contrib/admin/views/doc.py:318
|
---|
1446 | msgid "U.S. state (two uppercase letters)"
|
---|
1447 | msgstr ""
|
---|
1448 |
|
---|
1449 | #: contrib/admin/views/doc.py:319
|
---|
1450 | msgid "XML text"
|
---|
1451 | msgstr ""
|
---|
1452 |
|
---|
1453 | #: contrib/admin/views/doc.py:345
|
---|
1454 | #, python-format
|
---|
1455 | msgid "%s does not appear to be a urlpattern object"
|
---|
1456 | msgstr ""
|
---|
1457 |
|
---|
1458 | #: contrib/admin/templates/widget/file.html:2
|
---|
1459 | msgid "Currently:"
|
---|
1460 | msgstr ""
|
---|
1461 |
|
---|
1462 | #: contrib/admin/templates/widget/file.html:3
|
---|
1463 | msgid "Change:"
|
---|
1464 | msgstr ""
|
---|
1465 |
|
---|
1466 | #: contrib/admin/templates/widget/date_time.html:3
|
---|
1467 | msgid "Date:"
|
---|
1468 | msgstr ""
|
---|
1469 |
|
---|
1470 | #: contrib/admin/templates/widget/date_time.html:4
|
---|
1471 | msgid "Time:"
|
---|
1472 | msgstr ""
|
---|
1473 |
|
---|
1474 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
1475 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
1476 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
1477 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
1478 | #: contrib/admin/templates/admin/base.html:25
|
---|
1479 | #: contrib/admin/templates/admin/auth/user/change_password.html:9
|
---|
1480 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
1481 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
1482 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
1483 | msgid "Documentation"
|
---|
1484 | msgstr ""
|
---|
1485 |
|
---|
1486 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
1487 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
1488 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
1489 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
1490 | #: contrib/admin/templates/admin/base.html:25
|
---|
1491 | #: contrib/admin/templates/admin/auth/user/change_password.html:9
|
---|
1492 | #: contrib/admin/templates/admin/auth/user/change_password.html:15
|
---|
1493 | #: contrib/admin/templates/admin/auth/user/change_password.html:46
|
---|
1494 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
1495 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
1496 | #: contrib/admin/templates/admin_doc/view_detail.html:4
|
---|
1497 | #: contrib/admin/templates/admin_doc/bookmarklets.html:4
|
---|
1498 | #: contrib/admin/templates/admin_doc/template_detail.html:4
|
---|
1499 | #: contrib/admin/templates/admin_doc/template_tag_index.html:5
|
---|
1500 | #: contrib/admin/templates/admin_doc/missing_docutils.html:4
|
---|
1501 | #: contrib/admin/templates/admin_doc/view_index.html:5
|
---|
1502 | #: contrib/admin/templates/admin_doc/model_detail.html:3
|
---|
1503 | #: contrib/admin/templates/admin_doc/index.html:4
|
---|
1504 | #: contrib/admin/templates/admin_doc/model_index.html:5
|
---|
1505 | #: contrib/admin/templates/admin_doc/template_filter_index.html:5
|
---|
1506 | msgid "Change password"
|
---|
1507 | msgstr ""
|
---|
1508 |
|
---|
1509 | #: contrib/admin/templates/admin/change_list.html:6
|
---|
1510 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
1511 | #: contrib/admin/templates/admin/500.html:4
|
---|
1512 | #: contrib/admin/templates/admin/invalid_setup.html:4
|
---|
1513 | #: contrib/admin/templates/admin/change_form.html:13
|
---|
1514 | #: contrib/admin/templates/admin/delete_confirmation.html:6
|
---|
1515 | #: contrib/admin/templates/admin/base.html:30
|
---|
1516 | #: contrib/admin/templates/admin/auth/user/change_password.html:12
|
---|
1517 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
1518 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
1519 | #: contrib/admin/templates/registration/logged_out.html:4
|
---|
1520 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
1521 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
1522 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
1523 | msgid "Home"
|
---|
1524 | msgstr ""
|
---|
1525 |
|
---|
1526 | #: contrib/admin/templates/admin/change_list.html:12
|
---|
1527 | #, python-format
|
---|
1528 | msgid "Add %(name)s"
|
---|
1529 | msgstr ""
|
---|
1530 |
|
---|
1531 | #: contrib/admin/templates/admin/filter.html:2
|
---|
1532 | #, python-format
|
---|
1533 | msgid " By %(filter_title)s "
|
---|
1534 | msgstr ""
|
---|
1535 |
|
---|
1536 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
1537 | #: contrib/admin/templates/admin/change_form.html:21
|
---|
1538 | msgid "History"
|
---|
1539 | msgstr ""
|
---|
1540 |
|
---|
1541 | #: contrib/admin/templates/admin/object_history.html:18
|
---|
1542 | msgid "Date/time"
|
---|
1543 | msgstr ""
|
---|
1544 |
|
---|
1545 | #: contrib/admin/templates/admin/object_history.html:19
|
---|
1546 | msgid "User"
|
---|
1547 | msgstr ""
|
---|
1548 |
|
---|
1549 | #: contrib/admin/templates/admin/object_history.html:20
|
---|
1550 | msgid "Action"
|
---|
1551 | msgstr ""
|
---|
1552 |
|
---|
1553 | #: contrib/admin/templates/admin/object_history.html:26
|
---|
1554 | msgid "DATE_WITH_TIME_FULL"
|
---|
1555 | msgstr ""
|
---|
1556 |
|
---|
1557 | #: contrib/admin/templates/admin/object_history.html:36
|
---|
1558 | msgid ""
|
---|
1559 | "This object doesn't have a change history. It probably wasn't added via this "
|
---|
1560 | "admin site."
|
---|
1561 | msgstr ""
|
---|
1562 |
|
---|
1563 | #: contrib/admin/templates/admin/search_form.html:8
|
---|
1564 | msgid "Go"
|
---|
1565 | msgstr ""
|
---|
1566 |
|
---|
1567 | #: contrib/admin/templates/admin/search_form.html:10
|
---|
1568 | #, python-format
|
---|
1569 | msgid "1 result"
|
---|
1570 | msgid_plural "%(counter)s results"
|
---|
1571 | msgstr[0] ""
|
---|
1572 | msgstr[1] ""
|
---|
1573 |
|
---|
1574 | #: contrib/admin/templates/admin/search_form.html:10
|
---|
1575 | #, python-format
|
---|
1576 | msgid "%(full_result_count)s total"
|
---|
1577 | msgstr ""
|
---|
1578 |
|
---|
1579 | #: contrib/admin/templates/admin/pagination.html:10
|
---|
1580 | msgid "Show all"
|
---|
1581 | msgstr ""
|
---|
1582 |
|
---|
1583 | #: contrib/admin/templates/admin/base_site.html:4
|
---|
1584 | msgid "Django site admin"
|
---|
1585 | msgstr ""
|
---|
1586 |
|
---|
1587 | #: contrib/admin/templates/admin/base_site.html:7
|
---|
1588 | msgid "Django administration"
|
---|
1589 | msgstr ""
|
---|
1590 |
|
---|
1591 | #: contrib/admin/templates/admin/500.html:4
|
---|
1592 | msgid "Server error"
|
---|
1593 | msgstr ""
|
---|
1594 |
|
---|
1595 | #: contrib/admin/templates/admin/500.html:6
|
---|
1596 | msgid "Server error (500)"
|
---|
1597 | msgstr ""
|
---|
1598 |
|
---|
1599 | #: contrib/admin/templates/admin/500.html:9
|
---|
1600 | msgid "Server Error <em>(500)</em>"
|
---|
1601 | msgstr ""
|
---|
1602 |
|
---|
1603 | #: contrib/admin/templates/admin/500.html:10
|
---|
1604 | #, fuzzy
|
---|
1605 | msgid ""
|
---|
1606 | "There's been an error. It's been reported to the site administrators via e-"
|
---|
1607 | "mail and should be fixed shortly. Thanks for your patience."
|
---|
1608 | msgstr "i."
|
---|
1609 |
|
---|
1610 | #: contrib/admin/templates/admin/invalid_setup.html:8
|
---|
1611 | #, fuzzy
|
---|
1612 | msgid ""
|
---|
1613 | "Something's wrong with your database installation. Make sure the appropriate "
|
---|
1614 | "database tables have been created, and make sure the database is readable by "
|
---|
1615 | "the appropriate user."
|
---|
1616 | msgstr "i."
|
---|
1617 |
|
---|
1618 | #: contrib/admin/templates/admin/index.html:17
|
---|
1619 | #, python-format
|
---|
1620 | msgid "Models available in the %(name)s application."
|
---|
1621 | msgstr ""
|
---|
1622 |
|
---|
1623 | #: contrib/admin/templates/admin/index.html:18
|
---|
1624 | #, python-format
|
---|
1625 | msgid "%(name)s"
|
---|
1626 | msgstr ""
|
---|
1627 |
|
---|
1628 | #: contrib/admin/templates/admin/index.html:28
|
---|
1629 | #: contrib/admin/templates/admin/change_form.html:15
|
---|
1630 | msgid "Add"
|
---|
1631 | msgstr ""
|
---|
1632 |
|
---|
1633 | #: contrib/admin/templates/admin/index.html:34
|
---|
1634 | msgid "Change"
|
---|
1635 | msgstr ""
|
---|
1636 |
|
---|
1637 | #: contrib/admin/templates/admin/index.html:44
|
---|
1638 | msgid "You don't have permission to edit anything."
|
---|
1639 | msgstr ""
|
---|
1640 |
|
---|
1641 | #: contrib/admin/templates/admin/index.html:52
|
---|
1642 | msgid "Recent Actions"
|
---|
1643 | msgstr ""
|
---|
1644 |
|
---|
1645 | #: contrib/admin/templates/admin/index.html:53
|
---|
1646 | msgid "My Actions"
|
---|
1647 | msgstr ""
|
---|
1648 |
|
---|
1649 | #: contrib/admin/templates/admin/index.html:57
|
---|
1650 | msgid "None available"
|
---|
1651 | msgstr ""
|
---|
1652 |
|
---|
1653 | #: contrib/admin/templates/admin/404.html:4
|
---|
1654 | #: contrib/admin/templates/admin/404.html:8
|
---|
1655 | msgid "Page not found"
|
---|
1656 | msgstr ""
|
---|
1657 |
|
---|
1658 | #: contrib/admin/templates/admin/404.html:10
|
---|
1659 | msgid "We're sorry, but the requested page could not be found."
|
---|
1660 | msgstr ""
|
---|
1661 |
|
---|
1662 | #: contrib/admin/templates/admin/filters.html:4
|
---|
1663 | msgid "Filter"
|
---|
1664 | msgstr ""
|
---|
1665 |
|
---|
1666 | #: contrib/admin/templates/admin/change_form.html:22
|
---|
1667 | msgid "View on site"
|
---|
1668 | msgstr ""
|
---|
1669 |
|
---|
1670 | #: contrib/admin/templates/admin/change_form.html:32
|
---|
1671 | #: contrib/admin/templates/admin/auth/user/change_password.html:24
|
---|
1672 | msgid "Please correct the error below."
|
---|
1673 | msgid_plural "Please correct the errors below."
|
---|
1674 | msgstr[0] ""
|
---|
1675 | msgstr[1] ""
|
---|
1676 |
|
---|
1677 | #: contrib/admin/templates/admin/change_form.html:50
|
---|
1678 | msgid "Ordering"
|
---|
1679 | msgstr ""
|
---|
1680 |
|
---|
1681 | #: contrib/admin/templates/admin/change_form.html:53
|
---|
1682 | msgid "Order:"
|
---|
1683 | msgstr ""
|
---|
1684 |
|
---|
1685 | #: contrib/admin/templates/admin/delete_confirmation.html:9
|
---|
1686 | #: contrib/admin/templates/admin/submit_line.html:3
|
---|
1687 | msgid "Delete"
|
---|
1688 | msgstr ""
|
---|
1689 |
|
---|
1690 | #: contrib/admin/templates/admin/delete_confirmation.html:14
|
---|
1691 | #, python-format
|
---|
1692 | msgid ""
|
---|
1693 | "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
|
---|
1694 | "related objects, but your account doesn't have permission to delete the "
|
---|
1695 | "following types of objects:"
|
---|
1696 | msgstr ""
|
---|
1697 |
|
---|
1698 | #: contrib/admin/templates/admin/delete_confirmation.html:21
|
---|
1699 | #, python-format
|
---|
1700 | msgid ""
|
---|
1701 | "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
|
---|
1702 | "All of the following related items will be deleted:"
|
---|
1703 | msgstr ""
|
---|
1704 |
|
---|
1705 | #: contrib/admin/templates/admin/delete_confirmation.html:26
|
---|
1706 | #, fuzzy
|
---|
1707 | msgid "Yes, I'm sure"
|
---|
1708 | msgstr "Da"
|
---|
1709 |
|
---|
1710 | #: contrib/admin/templates/admin/base.html:25
|
---|
1711 | msgid "Welcome,"
|
---|
1712 | msgstr ""
|
---|
1713 |
|
---|
1714 | #: contrib/admin/templates/admin/submit_line.html:4
|
---|
1715 | msgid "Save as new"
|
---|
1716 | msgstr ""
|
---|
1717 |
|
---|
1718 | #: contrib/admin/templates/admin/submit_line.html:5
|
---|
1719 | #, fuzzy
|
---|
1720 | msgid "Save and add another"
|
---|
1721 | msgstr "i"
|
---|
1722 |
|
---|
1723 | #: contrib/admin/templates/admin/submit_line.html:6
|
---|
1724 | #, fuzzy
|
---|
1725 | msgid "Save and continue editing"
|
---|
1726 | msgstr "i"
|
---|
1727 |
|
---|
1728 | #: contrib/admin/templates/admin/submit_line.html:7
|
---|
1729 | msgid "Save"
|
---|
1730 | msgstr ""
|
---|
1731 |
|
---|
1732 | #: contrib/admin/templates/admin/auth/user/change_password.html:28
|
---|
1733 | #, python-format
|
---|
1734 | msgid "Enter a new password for the user <strong>%(username)s</strong>."
|
---|
1735 | msgstr ""
|
---|
1736 |
|
---|
1737 | #: contrib/admin/templates/admin/auth/user/change_password.html:34
|
---|
1738 | #: contrib/admin/templates/admin/auth/user/add_form.html:18
|
---|
1739 | msgid "Password"
|
---|
1740 | msgstr ""
|
---|
1741 |
|
---|
1742 | #: contrib/admin/templates/admin/auth/user/change_password.html:39
|
---|
1743 | #: contrib/admin/templates/admin/auth/user/add_form.html:23
|
---|
1744 | msgid "Password (again)"
|
---|
1745 | msgstr ""
|
---|
1746 |
|
---|
1747 | #: contrib/admin/templates/admin/auth/user/change_password.html:40
|
---|
1748 | #: contrib/admin/templates/admin/auth/user/add_form.html:24
|
---|
1749 | msgid "Enter the same password as above, for verification."
|
---|
1750 | msgstr ""
|
---|
1751 |
|
---|
1752 | #: contrib/admin/templates/admin/auth/user/add_form.html:6
|
---|
1753 | #, fuzzy
|
---|
1754 | msgid ""
|
---|
1755 | "First, enter a username and password. Then, you'll be able to edit more user "
|
---|
1756 | "options."
|
---|
1757 | msgstr "i."
|
---|
1758 |
|
---|
1759 | #: contrib/admin/templates/admin/auth/user/add_form.html:12
|
---|
1760 | msgid "Username"
|
---|
1761 | msgstr ""
|
---|
1762 |
|
---|
1763 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
1764 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
1765 | #: contrib/admin/templates/registration/password_change_form.html:6
|
---|
1766 | #: contrib/admin/templates/registration/password_change_form.html:10
|
---|
1767 | msgid "Password change"
|
---|
1768 | msgstr ""
|
---|
1769 |
|
---|
1770 | #: contrib/admin/templates/registration/password_change_done.html:6
|
---|
1771 | #: contrib/admin/templates/registration/password_change_done.html:10
|
---|
1772 | msgid "Password change successful"
|
---|
1773 | msgstr ""
|
---|
1774 |
|
---|
1775 | #: contrib/admin/templates/registration/password_change_done.html:12
|
---|
1776 | msgid "Your password was changed."
|
---|
1777 | msgstr ""
|
---|
1778 |
|
---|
1779 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
1780 | #: contrib/admin/templates/registration/password_reset_form.html:6
|
---|
1781 | #: contrib/admin/templates/registration/password_reset_form.html:10
|
---|
1782 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
1783 | msgid "Password reset"
|
---|
1784 | msgstr ""
|
---|
1785 |
|
---|
1786 | #: contrib/admin/templates/registration/password_reset_form.html:12
|
---|
1787 | #, fuzzy
|
---|
1788 | msgid ""
|
---|
1789 | "Forgotten your password? Enter your e-mail address below, and we'll reset "
|
---|
1790 | "your password and e-mail the new one to you."
|
---|
1791 | msgstr "i i."
|
---|
1792 |
|
---|
1793 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
1794 | msgid "E-mail address:"
|
---|
1795 | msgstr ""
|
---|
1796 |
|
---|
1797 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
1798 | msgid "Reset my password"
|
---|
1799 | msgstr ""
|
---|
1800 |
|
---|
1801 | #: contrib/admin/templates/registration/logged_out.html:8
|
---|
1802 | msgid "Thanks for spending some quality time with the Web site today."
|
---|
1803 | msgstr ""
|
---|
1804 |
|
---|
1805 | #: contrib/admin/templates/registration/logged_out.html:10
|
---|
1806 | msgid "Log in again"
|
---|
1807 | msgstr ""
|
---|
1808 |
|
---|
1809 | #: contrib/admin/templates/registration/password_reset_done.html:6
|
---|
1810 | #: contrib/admin/templates/registration/password_reset_done.html:10
|
---|
1811 | msgid "Password reset successful"
|
---|
1812 | msgstr ""
|
---|
1813 |
|
---|
1814 | #: contrib/admin/templates/registration/password_reset_done.html:12
|
---|
1815 | msgid ""
|
---|
1816 | "We've e-mailed a new password to the e-mail address you submitted. You "
|
---|
1817 | "should be receiving it shortly."
|
---|
1818 | msgstr ""
|
---|
1819 |
|
---|
1820 | #: contrib/admin/templates/registration/password_change_form.html:12
|
---|
1821 | #, fuzzy
|
---|
1822 | msgid ""
|
---|
1823 | "Please enter your old password, for security's sake, and then enter your new "
|
---|
1824 | "password twice so we can verify you typed it in correctly."
|
---|
1825 | msgstr "i."
|
---|
1826 |
|
---|
1827 | #: contrib/admin/templates/registration/password_change_form.html:17
|
---|
1828 | msgid "Old password:"
|
---|
1829 | msgstr ""
|
---|
1830 |
|
---|
1831 | #: contrib/admin/templates/registration/password_change_form.html:19
|
---|
1832 | msgid "New password:"
|
---|
1833 | msgstr ""
|
---|
1834 |
|
---|
1835 | #: contrib/admin/templates/registration/password_change_form.html:21
|
---|
1836 | msgid "Confirm password:"
|
---|
1837 | msgstr ""
|
---|
1838 |
|
---|
1839 | #: contrib/admin/templates/registration/password_change_form.html:23
|
---|
1840 | msgid "Change my password"
|
---|
1841 | msgstr ""
|
---|
1842 |
|
---|
1843 | #: contrib/admin/templates/registration/password_reset_email.html:2
|
---|
1844 | msgid "You're receiving this e-mail because you requested a password reset"
|
---|
1845 | msgstr ""
|
---|
1846 |
|
---|
1847 | #: contrib/admin/templates/registration/password_reset_email.html:3
|
---|
1848 | #, python-format
|
---|
1849 | msgid "for your user account at %(site_name)s"
|
---|
1850 | msgstr ""
|
---|
1851 |
|
---|
1852 | #: contrib/admin/templates/registration/password_reset_email.html:5
|
---|
1853 | #, python-format
|
---|
1854 | msgid "Your new password is: %(new_password)s"
|
---|
1855 | msgstr ""
|
---|
1856 |
|
---|
1857 | #: contrib/admin/templates/registration/password_reset_email.html:7
|
---|
1858 | msgid "Feel free to change this password by going to this page:"
|
---|
1859 | msgstr ""
|
---|
1860 |
|
---|
1861 | #: contrib/admin/templates/registration/password_reset_email.html:11
|
---|
1862 | msgid "Your username, in case you've forgotten:"
|
---|
1863 | msgstr ""
|
---|
1864 |
|
---|
1865 | #: contrib/admin/templates/registration/password_reset_email.html:13
|
---|
1866 | msgid "Thanks for using our site!"
|
---|
1867 | msgstr ""
|
---|
1868 |
|
---|
1869 | #: contrib/admin/templates/registration/password_reset_email.html:15
|
---|
1870 | #, python-format
|
---|
1871 | msgid "The %(site_name)s team"
|
---|
1872 | msgstr ""
|
---|
1873 |
|
---|
1874 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
1875 | msgid "Bookmarklets"
|
---|
1876 | msgstr ""
|
---|
1877 |
|
---|
1878 | #: contrib/admin/templates/admin_doc/bookmarklets.html:5
|
---|
1879 | msgid "Documentation bookmarklets"
|
---|
1880 | msgstr ""
|
---|
1881 |
|
---|
1882 | #: contrib/admin/templates/admin_doc/bookmarklets.html:9
|
---|
1883 | #, fuzzy
|
---|
1884 | msgid ""
|
---|
1885 | "\n"
|
---|
1886 | "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
---|
1887 | "toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
---|
1888 | "select the bookmarklet from any page in the site. Note that some of these\n"
|
---|
1889 | "bookmarklets require you to be viewing the site from a computer designated\n"
|
---|
1890 | "as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
---|
1891 | "your computer is \"internal\").</p>\n"
|
---|
1892 | msgstr ""
|
---|
1893 | "\n"
|
---|
1894 | "<p class=\"help\"> i</p>"
|
---|
1895 |
|
---|
1896 | #: contrib/admin/templates/admin_doc/bookmarklets.html:19
|
---|
1897 | msgid "Documentation for this page"
|
---|
1898 | msgstr ""
|
---|
1899 |
|
---|
1900 | #: contrib/admin/templates/admin_doc/bookmarklets.html:20
|
---|
1901 | msgid ""
|
---|
1902 | "Jumps you from any page to the documentation for the view that generates "
|
---|
1903 | "that page."
|
---|
1904 | msgstr ""
|
---|
1905 |
|
---|
1906 | #: contrib/admin/templates/admin_doc/bookmarklets.html:22
|
---|
1907 | msgid "Show object ID"
|
---|
1908 | msgstr ""
|
---|
1909 |
|
---|
1910 | #: contrib/admin/templates/admin_doc/bookmarklets.html:23
|
---|
1911 | #, fuzzy
|
---|
1912 | msgid ""
|
---|
1913 | "Shows the content-type and unique ID for pages that represent a single "
|
---|
1914 | "object."
|
---|
1915 | msgstr "i."
|
---|
1916 |
|
---|
1917 | #: contrib/admin/templates/admin_doc/bookmarklets.html:25
|
---|
1918 | msgid "Edit this object (current window)"
|
---|
1919 | msgstr ""
|
---|
1920 |
|
---|
1921 | #: contrib/admin/templates/admin_doc/bookmarklets.html:26
|
---|
1922 | msgid "Jumps to the admin page for pages that represent a single object."
|
---|
1923 | msgstr ""
|
---|
1924 |
|
---|
1925 | #: contrib/admin/templates/admin_doc/bookmarklets.html:28
|
---|
1926 | msgid "Edit this object (new window)"
|
---|
1927 | msgstr ""
|
---|
1928 |
|
---|
1929 | #: contrib/admin/templates/admin_doc/bookmarklets.html:29
|
---|
1930 | msgid "As above, but opens the admin page in a new window."
|
---|
1931 | msgstr ""
|
---|
1932 |
|
---|
1933 | #: contrib/contenttypes/models.py:37
|
---|
1934 | msgid "python model class name"
|
---|
1935 | msgstr ""
|
---|
1936 |
|
---|
1937 | #: contrib/contenttypes/models.py:40
|
---|
1938 | msgid "content type"
|
---|
1939 | msgstr ""
|
---|
1940 |
|
---|
1941 | #: contrib/contenttypes/models.py:41
|
---|
1942 | msgid "content types"
|
---|
1943 | msgstr ""
|
---|
1944 |
|
---|
1945 | #: contrib/auth/views.py:41
|
---|
1946 | msgid "Logged out"
|
---|
1947 | msgstr ""
|
---|
1948 |
|
---|
1949 | #: contrib/auth/models.py:53 contrib/auth/models.py:73
|
---|
1950 | msgid "name"
|
---|
1951 | msgstr ""
|
---|
1952 |
|
---|
1953 | #: contrib/auth/models.py:55
|
---|
1954 | msgid "codename"
|
---|
1955 | msgstr ""
|
---|
1956 |
|
---|
1957 | #: contrib/auth/models.py:58
|
---|
1958 | msgid "permission"
|
---|
1959 | msgstr ""
|
---|
1960 |
|
---|
1961 | #: contrib/auth/models.py:59 contrib/auth/models.py:74
|
---|
1962 | msgid "permissions"
|
---|
1963 | msgstr ""
|
---|
1964 |
|
---|
1965 | #: contrib/auth/models.py:77
|
---|
1966 | msgid "group"
|
---|
1967 | msgstr ""
|
---|
1968 |
|
---|
1969 | #: contrib/auth/models.py:78 contrib/auth/models.py:121
|
---|
1970 | msgid "groups"
|
---|
1971 | msgstr ""
|
---|
1972 |
|
---|
1973 | #: contrib/auth/models.py:111
|
---|
1974 | msgid "username"
|
---|
1975 | msgstr ""
|
---|
1976 |
|
---|
1977 | #: contrib/auth/models.py:111
|
---|
1978 | #, fuzzy
|
---|
1979 | msgid ""
|
---|
1980 | "Required. 30 characters or fewer. Alphanumeric characters only (letters, "
|
---|
1981 | "digits and underscores)."
|
---|
1982 | msgstr "i."
|
---|
1983 |
|
---|
1984 | #: contrib/auth/models.py:112
|
---|
1985 | msgid "first name"
|
---|
1986 | msgstr ""
|
---|
1987 |
|
---|
1988 | #: contrib/auth/models.py:113
|
---|
1989 | msgid "last name"
|
---|
1990 | msgstr ""
|
---|
1991 |
|
---|
1992 | #: contrib/auth/models.py:114
|
---|
1993 | msgid "e-mail address"
|
---|
1994 | msgstr ""
|
---|
1995 |
|
---|
1996 | #: contrib/auth/models.py:115
|
---|
1997 | msgid "password"
|
---|
1998 | msgstr ""
|
---|
1999 |
|
---|
2000 | #: contrib/auth/models.py:115
|
---|
2001 | msgid ""
|
---|
2002 | "Use '[algo]$[salt]$[hexdigest]' or use the <a href=\"password/\">change "
|
---|
2003 | "password form</a>."
|
---|
2004 | msgstr ""
|
---|
2005 |
|
---|
2006 | #: contrib/auth/models.py:116
|
---|
2007 | msgid "staff status"
|
---|
2008 | msgstr ""
|
---|
2009 |
|
---|
2010 | #: contrib/auth/models.py:116
|
---|
2011 | msgid "Designates whether the user can log into this admin site."
|
---|
2012 | msgstr ""
|
---|
2013 |
|
---|
2014 | #: contrib/auth/models.py:117
|
---|
2015 | msgid "active"
|
---|
2016 | msgstr ""
|
---|
2017 |
|
---|
2018 | #: contrib/auth/models.py:117
|
---|
2019 | msgid ""
|
---|
2020 | "Designates whether this user can log into the Django admin. Unselect this "
|
---|
2021 | "instead of deleting accounts."
|
---|
2022 | msgstr ""
|
---|
2023 |
|
---|
2024 | #: contrib/auth/models.py:118
|
---|
2025 | msgid "superuser status"
|
---|
2026 | msgstr ""
|
---|
2027 |
|
---|
2028 | #: contrib/auth/models.py:118
|
---|
2029 | msgid ""
|
---|
2030 | "Designates that this user has all permissions without explicitly assigning "
|
---|
2031 | "them."
|
---|
2032 | msgstr ""
|
---|
2033 |
|
---|
2034 | #: contrib/auth/models.py:119
|
---|
2035 | msgid "last login"
|
---|
2036 | msgstr ""
|
---|
2037 |
|
---|
2038 | #: contrib/auth/models.py:120
|
---|
2039 | msgid "date joined"
|
---|
2040 | msgstr ""
|
---|
2041 |
|
---|
2042 | #: contrib/auth/models.py:122
|
---|
2043 | msgid ""
|
---|
2044 | "In addition to the permissions manually assigned, this user will also get "
|
---|
2045 | "all permissions granted to each group he/she is in."
|
---|
2046 | msgstr ""
|
---|
2047 |
|
---|
2048 | #: contrib/auth/models.py:123
|
---|
2049 | msgid "user permissions"
|
---|
2050 | msgstr ""
|
---|
2051 |
|
---|
2052 | #: contrib/auth/models.py:127
|
---|
2053 | msgid "user"
|
---|
2054 | msgstr ""
|
---|
2055 |
|
---|
2056 | #: contrib/auth/models.py:128
|
---|
2057 | msgid "users"
|
---|
2058 | msgstr ""
|
---|
2059 |
|
---|
2060 | #: contrib/auth/models.py:134
|
---|
2061 | msgid "Personal info"
|
---|
2062 | msgstr ""
|
---|
2063 |
|
---|
2064 | #: contrib/auth/models.py:135
|
---|
2065 | msgid "Permissions"
|
---|
2066 | msgstr ""
|
---|
2067 |
|
---|
2068 | #: contrib/auth/models.py:136
|
---|
2069 | msgid "Important dates"
|
---|
2070 | msgstr ""
|
---|
2071 |
|
---|
2072 | #: contrib/auth/models.py:137
|
---|
2073 | msgid "Groups"
|
---|
2074 | msgstr ""
|
---|
2075 |
|
---|
2076 | #: contrib/auth/models.py:287
|
---|
2077 | msgid "message"
|
---|
2078 | msgstr ""
|
---|
2079 |
|
---|
2080 | #: contrib/auth/forms.py:17 contrib/auth/forms.py:138
|
---|
2081 | msgid "The two password fields didn't match."
|
---|
2082 | msgstr ""
|
---|
2083 |
|
---|
2084 | #: contrib/auth/forms.py:25
|
---|
2085 | msgid "A user with that username already exists."
|
---|
2086 | msgstr ""
|
---|
2087 |
|
---|
2088 | #: contrib/auth/forms.py:53
|
---|
2089 | msgid ""
|
---|
2090 | "Your Web browser doesn't appear to have cookies enabled. Cookies are "
|
---|
2091 | "required for logging in."
|
---|
2092 | msgstr ""
|
---|
2093 |
|
---|
2094 | #: contrib/auth/forms.py:62
|
---|
2095 | msgid "This account is inactive."
|
---|
2096 | msgstr ""
|
---|
2097 |
|
---|
2098 | #: contrib/auth/forms.py:84
|
---|
2099 | msgid ""
|
---|
2100 | "That e-mail address doesn't have an associated user account. Are you sure "
|
---|
2101 | "you've registered?"
|
---|
2102 | msgstr ""
|
---|
2103 |
|
---|
2104 | #: contrib/auth/forms.py:117
|
---|
2105 | msgid "The two 'new password' fields didn't match."
|
---|
2106 | msgstr ""
|
---|
2107 |
|
---|
2108 | #: contrib/auth/forms.py:124
|
---|
2109 | msgid "Your old password was entered incorrectly. Please enter it again."
|
---|
2110 | msgstr ""
|
---|
2111 |
|
---|
2112 | #: contrib/localflavor/uk/forms.py:18
|
---|
2113 | msgid "Enter a postcode. A space is required between the two postcode parts."
|
---|
2114 | msgstr ""
|
---|
2115 |
|
---|
2116 | #: contrib/localflavor/br/forms.py:18
|
---|
2117 | msgid "Enter a zip code in the format XXXXX-XXX."
|
---|
2118 | msgstr ""
|
---|
2119 |
|
---|
2120 | #: contrib/localflavor/br/forms.py:30
|
---|
2121 | msgid "Phone numbers must be in XX-XXXX-XXXX format."
|
---|
2122 | msgstr ""
|
---|
2123 |
|
---|
2124 | #: contrib/localflavor/br/forms.py:72
|
---|
2125 | msgid "This field requires only numbers."
|
---|
2126 | msgstr ""
|
---|
2127 |
|
---|
2128 | #: contrib/localflavor/br/forms.py:74
|
---|
2129 | msgid "This field requires at most 11 digits or 14 characters."
|
---|
2130 | msgstr ""
|
---|
2131 |
|
---|
2132 | #: contrib/localflavor/br/forms.py:84
|
---|
2133 | msgid "Invalid CPF number."
|
---|
2134 | msgstr ""
|
---|
2135 |
|
---|
2136 | #: contrib/localflavor/br/forms.py:106
|
---|
2137 | msgid "This field requires at least 14 digits"
|
---|
2138 | msgstr ""
|
---|
2139 |
|
---|
2140 | #: contrib/localflavor/br/forms.py:116
|
---|
2141 | msgid "Invalid CNPJ number."
|
---|
2142 | msgstr ""
|
---|
2143 |
|
---|
2144 | #: contrib/localflavor/au/forms.py:18
|
---|
2145 | msgid "Enter a 4 digit post code."
|
---|
2146 | msgstr ""
|
---|
2147 |
|
---|
2148 | #: contrib/localflavor/fr/forms.py:17 contrib/localflavor/de/forms.py:16
|
---|
2149 | #: contrib/localflavor/fi/forms.py:14
|
---|
2150 | msgid "Enter a zip code in the format XXXXX."
|
---|
2151 | msgstr ""
|
---|
2152 |
|
---|
2153 | #: contrib/localflavor/us/forms.py:18
|
---|
2154 | msgid "Enter a zip code in the format XXXXX or XXXXX-XXXX."
|
---|
2155 | msgstr ""
|
---|
2156 |
|
---|
2157 | #: contrib/localflavor/us/forms.py:51
|
---|
2158 | msgid "Enter a valid U.S. Social Security number in XXX-XX-XXXX format."
|
---|
2159 | msgstr ""
|
---|
2160 |
|
---|
2161 | #: contrib/localflavor/de/de_states.py:5
|
---|
2162 | msgid "Baden-Wuerttemberg"
|
---|
2163 | msgstr ""
|
---|
2164 |
|
---|
2165 | #: contrib/localflavor/de/de_states.py:6
|
---|
2166 | msgid "Bavaria"
|
---|
2167 | msgstr ""
|
---|
2168 |
|
---|
2169 | #: contrib/localflavor/de/de_states.py:7
|
---|
2170 | msgid "Berlin"
|
---|
2171 | msgstr ""
|
---|
2172 |
|
---|
2173 | #: contrib/localflavor/de/de_states.py:8
|
---|
2174 | msgid "Brandenburg"
|
---|
2175 | msgstr ""
|
---|
2176 |
|
---|
2177 | #: contrib/localflavor/de/de_states.py:9
|
---|
2178 | msgid "Bremen"
|
---|
2179 | msgstr ""
|
---|
2180 |
|
---|
2181 | #: contrib/localflavor/de/de_states.py:10
|
---|
2182 | msgid "Hamburg"
|
---|
2183 | msgstr ""
|
---|
2184 |
|
---|
2185 | #: contrib/localflavor/de/de_states.py:11
|
---|
2186 | msgid "Hessen"
|
---|
2187 | msgstr ""
|
---|
2188 |
|
---|
2189 | #: contrib/localflavor/de/de_states.py:12
|
---|
2190 | msgid "Mecklenburg-Western Pomerania"
|
---|
2191 | msgstr ""
|
---|
2192 |
|
---|
2193 | #: contrib/localflavor/de/de_states.py:13
|
---|
2194 | msgid "Lower Saxony"
|
---|
2195 | msgstr ""
|
---|
2196 |
|
---|
2197 | #: contrib/localflavor/de/de_states.py:14
|
---|
2198 | msgid "North Rhine-Westphalia"
|
---|
2199 | msgstr ""
|
---|
2200 |
|
---|
2201 | #: contrib/localflavor/de/de_states.py:15
|
---|
2202 | msgid "Rhineland-Palatinate"
|
---|
2203 | msgstr ""
|
---|
2204 |
|
---|
2205 | #: contrib/localflavor/de/de_states.py:16
|
---|
2206 | msgid "Saarland"
|
---|
2207 | msgstr ""
|
---|
2208 |
|
---|
2209 | #: contrib/localflavor/de/de_states.py:17
|
---|
2210 | msgid "Saxony"
|
---|
2211 | msgstr ""
|
---|
2212 |
|
---|
2213 | #: contrib/localflavor/de/de_states.py:18
|
---|
2214 | msgid "Saxony-Anhalt"
|
---|
2215 | msgstr ""
|
---|
2216 |
|
---|
2217 | #: contrib/localflavor/de/de_states.py:19
|
---|
2218 | msgid "Schleswig-Holstein"
|
---|
2219 | msgstr ""
|
---|
2220 |
|
---|
2221 | #: contrib/localflavor/de/de_states.py:20
|
---|
2222 | msgid "Thuringia"
|
---|
2223 | msgstr ""
|
---|
2224 |
|
---|
2225 | #: contrib/localflavor/de/forms.py:60
|
---|
2226 | msgid ""
|
---|
2227 | "Enter a valid German identity card number in XXXXXXXXXXX-XXXXXXX-XXXXXXX-X "
|
---|
2228 | "format."
|
---|
2229 | msgstr ""
|
---|
2230 |
|
---|
2231 | #: contrib/localflavor/jp/jp_prefectures.py:4
|
---|
2232 | msgid "Hokkaido"
|
---|
2233 | msgstr ""
|
---|
2234 |
|
---|
2235 | #: contrib/localflavor/jp/jp_prefectures.py:5
|
---|
2236 | msgid "Aomori"
|
---|
2237 | msgstr ""
|
---|
2238 |
|
---|
2239 | #: contrib/localflavor/jp/jp_prefectures.py:6
|
---|
2240 | msgid "Iwate"
|
---|
2241 | msgstr ""
|
---|
2242 |
|
---|
2243 | #: contrib/localflavor/jp/jp_prefectures.py:7
|
---|
2244 | msgid "Miyagi"
|
---|
2245 | msgstr ""
|
---|
2246 |
|
---|
2247 | #: contrib/localflavor/jp/jp_prefectures.py:8
|
---|
2248 | msgid "Akita"
|
---|
2249 | msgstr ""
|
---|
2250 |
|
---|
2251 | #: contrib/localflavor/jp/jp_prefectures.py:9
|
---|
2252 | msgid "Yamagata"
|
---|
2253 | msgstr ""
|
---|
2254 |
|
---|
2255 | #: contrib/localflavor/jp/jp_prefectures.py:10
|
---|
2256 | msgid "Fukushima"
|
---|
2257 | msgstr ""
|
---|
2258 |
|
---|
2259 | #: contrib/localflavor/jp/jp_prefectures.py:11
|
---|
2260 | msgid "Ibaraki"
|
---|
2261 | msgstr ""
|
---|
2262 |
|
---|
2263 | #: contrib/localflavor/jp/jp_prefectures.py:12
|
---|
2264 | msgid "Tochigi"
|
---|
2265 | msgstr ""
|
---|
2266 |
|
---|
2267 | #: contrib/localflavor/jp/jp_prefectures.py:13
|
---|
2268 | msgid "Gunma"
|
---|
2269 | msgstr ""
|
---|
2270 |
|
---|
2271 | #: contrib/localflavor/jp/jp_prefectures.py:14
|
---|
2272 | msgid "Saitama"
|
---|
2273 | msgstr ""
|
---|
2274 |
|
---|
2275 | #: contrib/localflavor/jp/jp_prefectures.py:15
|
---|
2276 | msgid "Chiba"
|
---|
2277 | msgstr ""
|
---|
2278 |
|
---|
2279 | #: contrib/localflavor/jp/jp_prefectures.py:16
|
---|
2280 | msgid "Tokyo"
|
---|
2281 | msgstr ""
|
---|
2282 |
|
---|
2283 | #: contrib/localflavor/jp/jp_prefectures.py:17
|
---|
2284 | msgid "Kanagawa"
|
---|
2285 | msgstr ""
|
---|
2286 |
|
---|
2287 | #: contrib/localflavor/jp/jp_prefectures.py:18
|
---|
2288 | msgid "Yamanashi"
|
---|
2289 | msgstr ""
|
---|
2290 |
|
---|
2291 | #: contrib/localflavor/jp/jp_prefectures.py:19
|
---|
2292 | msgid "Nagano"
|
---|
2293 | msgstr ""
|
---|
2294 |
|
---|
2295 | #: contrib/localflavor/jp/jp_prefectures.py:20
|
---|
2296 | msgid "Niigata"
|
---|
2297 | msgstr ""
|
---|
2298 |
|
---|
2299 | #: contrib/localflavor/jp/jp_prefectures.py:21
|
---|
2300 | msgid "Toyama"
|
---|
2301 | msgstr ""
|
---|
2302 |
|
---|
2303 | #: contrib/localflavor/jp/jp_prefectures.py:22
|
---|
2304 | msgid "Ishikawa"
|
---|
2305 | msgstr ""
|
---|
2306 |
|
---|
2307 | #: contrib/localflavor/jp/jp_prefectures.py:23
|
---|
2308 | msgid "Fukui"
|
---|
2309 | msgstr ""
|
---|
2310 |
|
---|
2311 | #: contrib/localflavor/jp/jp_prefectures.py:24
|
---|
2312 | msgid "Gifu"
|
---|
2313 | msgstr ""
|
---|
2314 |
|
---|
2315 | #: contrib/localflavor/jp/jp_prefectures.py:25
|
---|
2316 | msgid "Shizuoka"
|
---|
2317 | msgstr ""
|
---|
2318 |
|
---|
2319 | #: contrib/localflavor/jp/jp_prefectures.py:26
|
---|
2320 | msgid "Aichi"
|
---|
2321 | msgstr ""
|
---|
2322 |
|
---|
2323 | #: contrib/localflavor/jp/jp_prefectures.py:27
|
---|
2324 | msgid "Mie"
|
---|
2325 | msgstr ""
|
---|
2326 |
|
---|
2327 | #: contrib/localflavor/jp/jp_prefectures.py:28
|
---|
2328 | msgid "Shiga"
|
---|
2329 | msgstr ""
|
---|
2330 |
|
---|
2331 | #: contrib/localflavor/jp/jp_prefectures.py:29
|
---|
2332 | msgid "Kyoto"
|
---|
2333 | msgstr ""
|
---|
2334 |
|
---|
2335 | #: contrib/localflavor/jp/jp_prefectures.py:30
|
---|
2336 | msgid "Osaka"
|
---|
2337 | msgstr ""
|
---|
2338 |
|
---|
2339 | #: contrib/localflavor/jp/jp_prefectures.py:31
|
---|
2340 | msgid "Hyogo"
|
---|
2341 | msgstr ""
|
---|
2342 |
|
---|
2343 | #: contrib/localflavor/jp/jp_prefectures.py:32
|
---|
2344 | msgid "Nara"
|
---|
2345 | msgstr ""
|
---|
2346 |
|
---|
2347 | #: contrib/localflavor/jp/jp_prefectures.py:33
|
---|
2348 | msgid "Wakayama"
|
---|
2349 | msgstr ""
|
---|
2350 |
|
---|
2351 | #: contrib/localflavor/jp/jp_prefectures.py:34
|
---|
2352 | msgid "Tottori"
|
---|
2353 | msgstr ""
|
---|
2354 |
|
---|
2355 | #: contrib/localflavor/jp/jp_prefectures.py:35
|
---|
2356 | msgid "Shimane"
|
---|
2357 | msgstr ""
|
---|
2358 |
|
---|
2359 | #: contrib/localflavor/jp/jp_prefectures.py:36
|
---|
2360 | msgid "Okayama"
|
---|
2361 | msgstr ""
|
---|
2362 |
|
---|
2363 | #: contrib/localflavor/jp/jp_prefectures.py:37
|
---|
2364 | msgid "Hiroshima"
|
---|
2365 | msgstr ""
|
---|
2366 |
|
---|
2367 | #: contrib/localflavor/jp/jp_prefectures.py:38
|
---|
2368 | msgid "Yamaguchi"
|
---|
2369 | msgstr ""
|
---|
2370 |
|
---|
2371 | #: contrib/localflavor/jp/jp_prefectures.py:39
|
---|
2372 | msgid "Tokushima"
|
---|
2373 | msgstr ""
|
---|
2374 |
|
---|
2375 | #: contrib/localflavor/jp/jp_prefectures.py:40
|
---|
2376 | msgid "Kagawa"
|
---|
2377 | msgstr ""
|
---|
2378 |
|
---|
2379 | #: contrib/localflavor/jp/jp_prefectures.py:41
|
---|
2380 | msgid "Ehime"
|
---|
2381 | msgstr ""
|
---|
2382 |
|
---|
2383 | #: contrib/localflavor/jp/jp_prefectures.py:42
|
---|
2384 | msgid "Kochi"
|
---|
2385 | msgstr ""
|
---|
2386 |
|
---|
2387 | #: contrib/localflavor/jp/jp_prefectures.py:43
|
---|
2388 | msgid "Fukuoka"
|
---|
2389 | msgstr ""
|
---|
2390 |
|
---|
2391 | #: contrib/localflavor/jp/jp_prefectures.py:44
|
---|
2392 | msgid "Saga"
|
---|
2393 | msgstr ""
|
---|
2394 |
|
---|
2395 | #: contrib/localflavor/jp/jp_prefectures.py:45
|
---|
2396 | msgid "Nagasaki"
|
---|
2397 | msgstr ""
|
---|
2398 |
|
---|
2399 | #: contrib/localflavor/jp/jp_prefectures.py:46
|
---|
2400 | msgid "Kumamoto"
|
---|
2401 | msgstr ""
|
---|
2402 |
|
---|
2403 | #: contrib/localflavor/jp/jp_prefectures.py:47
|
---|
2404 | msgid "Oita"
|
---|
2405 | msgstr ""
|
---|
2406 |
|
---|
2407 | #: contrib/localflavor/jp/jp_prefectures.py:48
|
---|
2408 | msgid "Miyazaki"
|
---|
2409 | msgstr ""
|
---|
2410 |
|
---|
2411 | #: contrib/localflavor/jp/jp_prefectures.py:49
|
---|
2412 | msgid "Kagoshima"
|
---|
2413 | msgstr ""
|
---|
2414 |
|
---|
2415 | #: contrib/localflavor/jp/jp_prefectures.py:50
|
---|
2416 | msgid "Okinawa"
|
---|
2417 | msgstr ""
|
---|
2418 |
|
---|
2419 | #: contrib/localflavor/jp/forms.py:21
|
---|
2420 | msgid "Enter a postal code in the format XXXXXXX or XXX-XXXX."
|
---|
2421 | msgstr ""
|
---|
2422 |
|
---|
2423 | #: contrib/localflavor/ch/ch_states.py:5
|
---|
2424 | msgid "Aargau"
|
---|
2425 | msgstr ""
|
---|
2426 |
|
---|
2427 | #: contrib/localflavor/ch/ch_states.py:6
|
---|
2428 | msgid "Appenzell Innerrhoden"
|
---|
2429 | msgstr ""
|
---|
2430 |
|
---|
2431 | #: contrib/localflavor/ch/ch_states.py:7
|
---|
2432 | msgid "Appenzell Ausserrhoden"
|
---|
2433 | msgstr ""
|
---|
2434 |
|
---|
2435 | #: contrib/localflavor/ch/ch_states.py:8
|
---|
2436 | msgid "Basel-Stadt"
|
---|
2437 | msgstr ""
|
---|
2438 |
|
---|
2439 | #: contrib/localflavor/ch/ch_states.py:9
|
---|
2440 | msgid "Basel-Land"
|
---|
2441 | msgstr ""
|
---|
2442 |
|
---|
2443 | #: contrib/localflavor/ch/ch_states.py:10
|
---|
2444 | msgid "Berne"
|
---|
2445 | msgstr ""
|
---|
2446 |
|
---|
2447 | #: contrib/localflavor/ch/ch_states.py:11
|
---|
2448 | msgid "Fribourg"
|
---|
2449 | msgstr ""
|
---|
2450 |
|
---|
2451 | #: contrib/localflavor/ch/ch_states.py:12
|
---|
2452 | msgid "Geneva"
|
---|
2453 | msgstr ""
|
---|
2454 |
|
---|
2455 | #: contrib/localflavor/ch/ch_states.py:13
|
---|
2456 | msgid "Glarus"
|
---|
2457 | msgstr ""
|
---|
2458 |
|
---|
2459 | #: contrib/localflavor/ch/ch_states.py:14
|
---|
2460 | msgid "Graubuenden"
|
---|
2461 | msgstr ""
|
---|
2462 |
|
---|
2463 | #: contrib/localflavor/ch/ch_states.py:15
|
---|
2464 | msgid "Jura"
|
---|
2465 | msgstr ""
|
---|
2466 |
|
---|
2467 | #: contrib/localflavor/ch/ch_states.py:16
|
---|
2468 | msgid "Lucerne"
|
---|
2469 | msgstr ""
|
---|
2470 |
|
---|
2471 | #: contrib/localflavor/ch/ch_states.py:17
|
---|
2472 | msgid "Neuchatel"
|
---|
2473 | msgstr ""
|
---|
2474 |
|
---|
2475 | #: contrib/localflavor/ch/ch_states.py:18
|
---|
2476 | msgid "Nidwalden"
|
---|
2477 | msgstr ""
|
---|
2478 |
|
---|
2479 | #: contrib/localflavor/ch/ch_states.py:19
|
---|
2480 | msgid "Obwalden"
|
---|
2481 | msgstr ""
|
---|
2482 |
|
---|
2483 | #: contrib/localflavor/ch/ch_states.py:20
|
---|
2484 | msgid "Schaffhausen"
|
---|
2485 | msgstr ""
|
---|
2486 |
|
---|
2487 | #: contrib/localflavor/ch/ch_states.py:21
|
---|
2488 | msgid "Schwyz"
|
---|
2489 | msgstr ""
|
---|
2490 |
|
---|
2491 | #: contrib/localflavor/ch/ch_states.py:22
|
---|
2492 | msgid "Solothurn"
|
---|
2493 | msgstr ""
|
---|
2494 |
|
---|
2495 | #: contrib/localflavor/ch/ch_states.py:23
|
---|
2496 | msgid "St. Gallen"
|
---|
2497 | msgstr ""
|
---|
2498 |
|
---|
2499 | #: contrib/localflavor/ch/ch_states.py:24
|
---|
2500 | msgid "Thurgau"
|
---|
2501 | msgstr ""
|
---|
2502 |
|
---|
2503 | #: contrib/localflavor/ch/ch_states.py:25
|
---|
2504 | msgid "Ticino"
|
---|
2505 | msgstr ""
|
---|
2506 |
|
---|
2507 | #: contrib/localflavor/ch/ch_states.py:26
|
---|
2508 | msgid "Uri"
|
---|
2509 | msgstr ""
|
---|
2510 |
|
---|
2511 | #: contrib/localflavor/ch/ch_states.py:27
|
---|
2512 | msgid "Valais"
|
---|
2513 | msgstr ""
|
---|
2514 |
|
---|
2515 | #: contrib/localflavor/ch/ch_states.py:28
|
---|
2516 | msgid "Vaud"
|
---|
2517 | msgstr ""
|
---|
2518 |
|
---|
2519 | #: contrib/localflavor/ch/ch_states.py:29
|
---|
2520 | msgid "Zug"
|
---|
2521 | msgstr ""
|
---|
2522 |
|
---|
2523 | #: contrib/localflavor/ch/ch_states.py:30
|
---|
2524 | msgid "Zurich"
|
---|
2525 | msgstr ""
|
---|
2526 |
|
---|
2527 | #: contrib/localflavor/ch/forms.py:18 contrib/localflavor/no/forms.py:14
|
---|
2528 | msgid "Enter a zip code in the format XXXX."
|
---|
2529 | msgstr ""
|
---|
2530 |
|
---|
2531 | #: contrib/localflavor/ch/forms.py:90
|
---|
2532 | msgid ""
|
---|
2533 | "Enter a valid Swiss identity or passport card number in X1234567<0 or "
|
---|
2534 | "1234567890 format."
|
---|
2535 | msgstr ""
|
---|
2536 |
|
---|
2537 | #: contrib/localflavor/is_/forms.py:17
|
---|
2538 | msgid "Enter a valid Icelandic identification number. The format is XXXXXX-XXXX."
|
---|
2539 | msgstr ""
|
---|
2540 |
|
---|
2541 | #: contrib/localflavor/is_/forms.py:31
|
---|
2542 | msgid "The Icelandic identification number is not valid."
|
---|
2543 | msgstr ""
|
---|
2544 |
|
---|
2545 | #: contrib/localflavor/it/forms.py:16
|
---|
2546 | msgid "Enter a valid zip code."
|
---|
2547 | msgstr ""
|
---|
2548 |
|
---|
2549 | #: contrib/localflavor/it/forms.py:41
|
---|
2550 | msgid "Enter a valid Social Security number."
|
---|
2551 | msgstr ""
|
---|
2552 |
|
---|
2553 | #: contrib/localflavor/it/forms.py:68
|
---|
2554 | msgid "Enter a valid VAT number."
|
---|
2555 | msgstr ""
|
---|
2556 |
|
---|
2557 | #: contrib/localflavor/no/forms.py:35
|
---|
2558 | msgid "Enter a valid Norwegian social security number."
|
---|
2559 | msgstr ""
|
---|
2560 |
|
---|
2561 | #: contrib/localflavor/sk/sk_regions.py:8
|
---|
2562 | msgid "Banska Bystrica region"
|
---|
2563 | msgstr ""
|
---|
2564 |
|
---|
2565 | #: contrib/localflavor/sk/sk_regions.py:9
|
---|
2566 | msgid "Bratislava region"
|
---|
2567 | msgstr ""
|
---|
2568 |
|
---|
2569 | #: contrib/localflavor/sk/sk_regions.py:10
|
---|
2570 | msgid "Kosice region"
|
---|
2571 | msgstr ""
|
---|
2572 |
|
---|
2573 | #: contrib/localflavor/sk/sk_regions.py:11
|
---|
2574 | msgid "Nitra region"
|
---|
2575 | msgstr ""
|
---|
2576 |
|
---|
2577 | #: contrib/localflavor/sk/sk_regions.py:12
|
---|
2578 | msgid "Presov region"
|
---|
2579 | msgstr ""
|
---|
2580 |
|
---|
2581 | #: contrib/localflavor/sk/sk_regions.py:13
|
---|
2582 | msgid "Trencin region"
|
---|
2583 | msgstr ""
|
---|
2584 |
|
---|
2585 | #: contrib/localflavor/sk/sk_regions.py:14
|
---|
2586 | msgid "Trnava region"
|
---|
2587 | msgstr ""
|
---|
2588 |
|
---|
2589 | #: contrib/localflavor/sk/sk_regions.py:15
|
---|
2590 | msgid "Zilina region"
|
---|
2591 | msgstr ""
|
---|
2592 |
|
---|
2593 | #: contrib/localflavor/sk/sk_districts.py:8
|
---|
2594 | msgid "Banska Bystrica"
|
---|
2595 | msgstr ""
|
---|
2596 |
|
---|
2597 | #: contrib/localflavor/sk/sk_districts.py:9
|
---|
2598 | msgid "Banska Stiavnica"
|
---|
2599 | msgstr ""
|
---|
2600 |
|
---|
2601 | #: contrib/localflavor/sk/sk_districts.py:10
|
---|
2602 | msgid "Bardejov"
|
---|
2603 | msgstr ""
|
---|
2604 |
|
---|
2605 | #: contrib/localflavor/sk/sk_districts.py:11
|
---|
2606 | msgid "Banovce nad Bebravou"
|
---|
2607 | msgstr ""
|
---|
2608 |
|
---|
2609 | #: contrib/localflavor/sk/sk_districts.py:12
|
---|
2610 | msgid "Brezno"
|
---|
2611 | msgstr ""
|
---|
2612 |
|
---|
2613 | #: contrib/localflavor/sk/sk_districts.py:13
|
---|
2614 | msgid "Bratislava I"
|
---|
2615 | msgstr ""
|
---|
2616 |
|
---|
2617 | #: contrib/localflavor/sk/sk_districts.py:14
|
---|
2618 | msgid "Bratislava II"
|
---|
2619 | msgstr ""
|
---|
2620 |
|
---|
2621 | #: contrib/localflavor/sk/sk_districts.py:15
|
---|
2622 | msgid "Bratislava III"
|
---|
2623 | msgstr ""
|
---|
2624 |
|
---|
2625 | #: contrib/localflavor/sk/sk_districts.py:16
|
---|
2626 | msgid "Bratislava IV"
|
---|
2627 | msgstr ""
|
---|
2628 |
|
---|
2629 | #: contrib/localflavor/sk/sk_districts.py:17
|
---|
2630 | msgid "Bratislava V"
|
---|
2631 | msgstr ""
|
---|
2632 |
|
---|
2633 | #: contrib/localflavor/sk/sk_districts.py:18
|
---|
2634 | msgid "Bytca"
|
---|
2635 | msgstr ""
|
---|
2636 |
|
---|
2637 | #: contrib/localflavor/sk/sk_districts.py:19
|
---|
2638 | msgid "Cadca"
|
---|
2639 | msgstr ""
|
---|
2640 |
|
---|
2641 | #: contrib/localflavor/sk/sk_districts.py:20
|
---|
2642 | msgid "Detva"
|
---|
2643 | msgstr ""
|
---|
2644 |
|
---|
2645 | #: contrib/localflavor/sk/sk_districts.py:21
|
---|
2646 | msgid "Dolny Kubin"
|
---|
2647 | msgstr ""
|
---|
2648 |
|
---|
2649 | #: contrib/localflavor/sk/sk_districts.py:22
|
---|
2650 | msgid "Dunajska Streda"
|
---|
2651 | msgstr ""
|
---|
2652 |
|
---|
2653 | #: contrib/localflavor/sk/sk_districts.py:23
|
---|
2654 | msgid "Galanta"
|
---|
2655 | msgstr ""
|
---|
2656 |
|
---|
2657 | #: contrib/localflavor/sk/sk_districts.py:24
|
---|
2658 | msgid "Gelnica"
|
---|
2659 | msgstr ""
|
---|
2660 |
|
---|
2661 | #: contrib/localflavor/sk/sk_districts.py:25
|
---|
2662 | msgid "Hlohovec"
|
---|
2663 | msgstr ""
|
---|
2664 |
|
---|
2665 | #: contrib/localflavor/sk/sk_districts.py:26
|
---|
2666 | msgid "Humenne"
|
---|
2667 | msgstr ""
|
---|
2668 |
|
---|
2669 | #: contrib/localflavor/sk/sk_districts.py:27
|
---|
2670 | msgid "Ilava"
|
---|
2671 | msgstr ""
|
---|
2672 |
|
---|
2673 | #: contrib/localflavor/sk/sk_districts.py:28
|
---|
2674 | msgid "Kezmarok"
|
---|
2675 | msgstr ""
|
---|
2676 |
|
---|
2677 | #: contrib/localflavor/sk/sk_districts.py:29
|
---|
2678 | msgid "Komarno"
|
---|
2679 | msgstr ""
|
---|
2680 |
|
---|
2681 | #: contrib/localflavor/sk/sk_districts.py:30
|
---|
2682 | msgid "Kosice I"
|
---|
2683 | msgstr ""
|
---|
2684 |
|
---|
2685 | #: contrib/localflavor/sk/sk_districts.py:31
|
---|
2686 | msgid "Kosice II"
|
---|
2687 | msgstr ""
|
---|
2688 |
|
---|
2689 | #: contrib/localflavor/sk/sk_districts.py:32
|
---|
2690 | msgid "Kosice III"
|
---|
2691 | msgstr ""
|
---|
2692 |
|
---|
2693 | #: contrib/localflavor/sk/sk_districts.py:33
|
---|
2694 | msgid "Kosice IV"
|
---|
2695 | msgstr ""
|
---|
2696 |
|
---|
2697 | #: contrib/localflavor/sk/sk_districts.py:34
|
---|
2698 | msgid "Kosice - okolie"
|
---|
2699 | msgstr ""
|
---|
2700 |
|
---|
2701 | #: contrib/localflavor/sk/sk_districts.py:35
|
---|
2702 | msgid "Krupina"
|
---|
2703 | msgstr ""
|
---|
2704 |
|
---|
2705 | #: contrib/localflavor/sk/sk_districts.py:36
|
---|
2706 | msgid "Kysucke Nove Mesto"
|
---|
2707 | msgstr ""
|
---|
2708 |
|
---|
2709 | #: contrib/localflavor/sk/sk_districts.py:37
|
---|
2710 | msgid "Levice"
|
---|
2711 | msgstr ""
|
---|
2712 |
|
---|
2713 | #: contrib/localflavor/sk/sk_districts.py:38
|
---|
2714 | msgid "Levoca"
|
---|
2715 | msgstr ""
|
---|
2716 |
|
---|
2717 | #: contrib/localflavor/sk/sk_districts.py:39
|
---|
2718 | msgid "Liptovsky Mikulas"
|
---|
2719 | msgstr ""
|
---|
2720 |
|
---|
2721 | #: contrib/localflavor/sk/sk_districts.py:40
|
---|
2722 | msgid "Lucenec"
|
---|
2723 | msgstr ""
|
---|
2724 |
|
---|
2725 | #: contrib/localflavor/sk/sk_districts.py:41
|
---|
2726 | msgid "Malacky"
|
---|
2727 | msgstr ""
|
---|
2728 |
|
---|
2729 | #: contrib/localflavor/sk/sk_districts.py:42
|
---|
2730 | msgid "Martin"
|
---|
2731 | msgstr ""
|
---|
2732 |
|
---|
2733 | #: contrib/localflavor/sk/sk_districts.py:43
|
---|
2734 | msgid "Medzilaborce"
|
---|
2735 | msgstr ""
|
---|
2736 |
|
---|
2737 | #: contrib/localflavor/sk/sk_districts.py:44
|
---|
2738 | msgid "Michalovce"
|
---|
2739 | msgstr ""
|
---|
2740 |
|
---|
2741 | #: contrib/localflavor/sk/sk_districts.py:45
|
---|
2742 | msgid "Myjava"
|
---|
2743 | msgstr ""
|
---|
2744 |
|
---|
2745 | #: contrib/localflavor/sk/sk_districts.py:46
|
---|
2746 | msgid "Namestovo"
|
---|
2747 | msgstr ""
|
---|
2748 |
|
---|
2749 | #: contrib/localflavor/sk/sk_districts.py:47
|
---|
2750 | msgid "Nitra"
|
---|
2751 | msgstr ""
|
---|
2752 |
|
---|
2753 | #: contrib/localflavor/sk/sk_districts.py:48
|
---|
2754 | msgid "Nove Mesto nad Vahom"
|
---|
2755 | msgstr ""
|
---|
2756 |
|
---|
2757 | #: contrib/localflavor/sk/sk_districts.py:49
|
---|
2758 | msgid "Nove Zamky"
|
---|
2759 | msgstr ""
|
---|
2760 |
|
---|
2761 | #: contrib/localflavor/sk/sk_districts.py:50
|
---|
2762 | msgid "Partizanske"
|
---|
2763 | msgstr ""
|
---|
2764 |
|
---|
2765 | #: contrib/localflavor/sk/sk_districts.py:51
|
---|
2766 | msgid "Pezinok"
|
---|
2767 | msgstr ""
|
---|
2768 |
|
---|
2769 | #: contrib/localflavor/sk/sk_districts.py:52
|
---|
2770 | msgid "Piestany"
|
---|
2771 | msgstr ""
|
---|
2772 |
|
---|
2773 | #: contrib/localflavor/sk/sk_districts.py:53
|
---|
2774 | msgid "Poltar"
|
---|
2775 | msgstr ""
|
---|
2776 |
|
---|
2777 | #: contrib/localflavor/sk/sk_districts.py:54
|
---|
2778 | msgid "Poprad"
|
---|
2779 | msgstr ""
|
---|
2780 |
|
---|
2781 | #: contrib/localflavor/sk/sk_districts.py:55
|
---|
2782 | msgid "Povazska Bystrica"
|
---|
2783 | msgstr ""
|
---|
2784 |
|
---|
2785 | #: contrib/localflavor/sk/sk_districts.py:56
|
---|
2786 | msgid "Presov"
|
---|
2787 | msgstr ""
|
---|
2788 |
|
---|
2789 | #: contrib/localflavor/sk/sk_districts.py:57
|
---|
2790 | msgid "Prievidza"
|
---|
2791 | msgstr ""
|
---|
2792 |
|
---|
2793 | #: contrib/localflavor/sk/sk_districts.py:58
|
---|
2794 | msgid "Puchov"
|
---|
2795 | msgstr ""
|
---|
2796 |
|
---|
2797 | #: contrib/localflavor/sk/sk_districts.py:59
|
---|
2798 | msgid "Revuca"
|
---|
2799 | msgstr ""
|
---|
2800 |
|
---|
2801 | #: contrib/localflavor/sk/sk_districts.py:60
|
---|
2802 | msgid "Rimavska Sobota"
|
---|
2803 | msgstr ""
|
---|
2804 |
|
---|
2805 | #: contrib/localflavor/sk/sk_districts.py:61
|
---|
2806 | msgid "Roznava"
|
---|
2807 | msgstr ""
|
---|
2808 |
|
---|
2809 | #: contrib/localflavor/sk/sk_districts.py:62
|
---|
2810 | msgid "Ruzomberok"
|
---|
2811 | msgstr ""
|
---|
2812 |
|
---|
2813 | #: contrib/localflavor/sk/sk_districts.py:63
|
---|
2814 | msgid "Sabinov"
|
---|
2815 | msgstr ""
|
---|
2816 |
|
---|
2817 | #: contrib/localflavor/sk/sk_districts.py:64
|
---|
2818 | msgid "Senec"
|
---|
2819 | msgstr ""
|
---|
2820 |
|
---|
2821 | #: contrib/localflavor/sk/sk_districts.py:65
|
---|
2822 | msgid "Senica"
|
---|
2823 | msgstr ""
|
---|
2824 |
|
---|
2825 | #: contrib/localflavor/sk/sk_districts.py:66
|
---|
2826 | msgid "Skalica"
|
---|
2827 | msgstr ""
|
---|
2828 |
|
---|
2829 | #: contrib/localflavor/sk/sk_districts.py:67
|
---|
2830 | msgid "Snina"
|
---|
2831 | msgstr ""
|
---|
2832 |
|
---|
2833 | #: contrib/localflavor/sk/sk_districts.py:68
|
---|
2834 | msgid "Sobrance"
|
---|
2835 | msgstr ""
|
---|
2836 |
|
---|
2837 | #: contrib/localflavor/sk/sk_districts.py:69
|
---|
2838 | msgid "Spisska Nova Ves"
|
---|
2839 | msgstr ""
|
---|
2840 |
|
---|
2841 | #: contrib/localflavor/sk/sk_districts.py:70
|
---|
2842 | msgid "Stara Lubovna"
|
---|
2843 | msgstr ""
|
---|
2844 |
|
---|
2845 | #: contrib/localflavor/sk/sk_districts.py:71
|
---|
2846 | msgid "Stropkov"
|
---|
2847 | msgstr ""
|
---|
2848 |
|
---|
2849 | #: contrib/localflavor/sk/sk_districts.py:72
|
---|
2850 | msgid "Svidnik"
|
---|
2851 | msgstr ""
|
---|
2852 |
|
---|
2853 | #: contrib/localflavor/sk/sk_districts.py:73
|
---|
2854 | msgid "Sala"
|
---|
2855 | msgstr ""
|
---|
2856 |
|
---|
2857 | #: contrib/localflavor/sk/sk_districts.py:74
|
---|
2858 | msgid "Topolcany"
|
---|
2859 | msgstr ""
|
---|
2860 |
|
---|
2861 | #: contrib/localflavor/sk/sk_districts.py:75
|
---|
2862 | msgid "Trebisov"
|
---|
2863 | msgstr ""
|
---|
2864 |
|
---|
2865 | #: contrib/localflavor/sk/sk_districts.py:76
|
---|
2866 | msgid "Trencin"
|
---|
2867 | msgstr ""
|
---|
2868 |
|
---|
2869 | #: contrib/localflavor/sk/sk_districts.py:77
|
---|
2870 | msgid "Trnava"
|
---|
2871 | msgstr ""
|
---|
2872 |
|
---|
2873 | #: contrib/localflavor/sk/sk_districts.py:78
|
---|
2874 | msgid "Turcianske Teplice"
|
---|
2875 | msgstr ""
|
---|
2876 |
|
---|
2877 | #: contrib/localflavor/sk/sk_districts.py:79
|
---|
2878 | msgid "Tvrdosin"
|
---|
2879 | msgstr ""
|
---|
2880 |
|
---|
2881 | #: contrib/localflavor/sk/sk_districts.py:80
|
---|
2882 | msgid "Velky Krtis"
|
---|
2883 | msgstr ""
|
---|
2884 |
|
---|
2885 | #: contrib/localflavor/sk/sk_districts.py:81
|
---|
2886 | msgid "Vranov nad Toplou"
|
---|
2887 | msgstr ""
|
---|
2888 |
|
---|
2889 | #: contrib/localflavor/sk/sk_districts.py:82
|
---|
2890 | msgid "Zlate Moravce"
|
---|
2891 | msgstr ""
|
---|
2892 |
|
---|
2893 | #: contrib/localflavor/sk/sk_districts.py:83
|
---|
2894 | msgid "Zvolen"
|
---|
2895 | msgstr ""
|
---|
2896 |
|
---|
2897 | #: contrib/localflavor/sk/sk_districts.py:84
|
---|
2898 | msgid "Zarnovica"
|
---|
2899 | msgstr ""
|
---|
2900 |
|
---|
2901 | #: contrib/localflavor/sk/sk_districts.py:85
|
---|
2902 | msgid "Ziar nad Hronom"
|
---|
2903 | msgstr ""
|
---|
2904 |
|
---|
2905 | #: contrib/localflavor/sk/sk_districts.py:86
|
---|
2906 | msgid "Zilina"
|
---|
2907 | msgstr ""
|
---|
2908 |
|
---|
2909 | #: contrib/localflavor/sk/forms.py:32
|
---|
2910 | msgid "Enter a postal code in the format XXXXX or XXX XX."
|
---|
2911 | msgstr ""
|
---|
2912 |
|
---|
2913 | #: contrib/localflavor/cl/forms.py:32
|
---|
2914 | msgid "Enter valid a Chilean RUT. The format is XX.XXX.XXX-X."
|
---|
2915 | msgstr ""
|
---|
2916 |
|
---|
2917 | #: contrib/localflavor/cl/forms.py:37
|
---|
2918 | msgid "Enter valid a Chilean RUT"
|
---|
2919 | msgstr ""
|
---|
2920 |
|
---|
2921 | #: contrib/localflavor/fi/forms.py:40 contrib/localflavor/fi/forms.py:45
|
---|
2922 | msgid "Enter a valid Finnish social security number."
|
---|
2923 | msgstr ""
|
---|
2924 |
|
---|
2925 | #: contrib/sessions/models.py:68
|
---|
2926 | msgid "session key"
|
---|
2927 | msgstr ""
|
---|
2928 |
|
---|
2929 | #: contrib/sessions/models.py:69
|
---|
2930 | msgid "session data"
|
---|
2931 | msgstr ""
|
---|
2932 |
|
---|
2933 | #: contrib/sessions/models.py:70
|
---|
2934 | msgid "expire date"
|
---|
2935 | msgstr ""
|
---|
2936 |
|
---|
2937 | #: contrib/sessions/models.py:74
|
---|
2938 | msgid "session"
|
---|
2939 | msgstr ""
|
---|
2940 |
|
---|
2941 | #: contrib/sessions/models.py:75
|
---|
2942 | msgid "sessions"
|
---|
2943 | msgstr ""
|
---|
2944 |
|
---|
2945 | #: contrib/flatpages/models.py:8
|
---|
2946 | #, fuzzy
|
---|
2947 | msgid "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
|
---|
2948 | msgstr "i."
|
---|
2949 |
|
---|
2950 | #: contrib/flatpages/models.py:9
|
---|
2951 | msgid "title"
|
---|
2952 | msgstr ""
|
---|
2953 |
|
---|
2954 | #: contrib/flatpages/models.py:10
|
---|
2955 | msgid "content"
|
---|
2956 | msgstr ""
|
---|
2957 |
|
---|
2958 | #: contrib/flatpages/models.py:11
|
---|
2959 | msgid "enable comments"
|
---|
2960 | msgstr ""
|
---|
2961 |
|
---|
2962 | #: contrib/flatpages/models.py:12
|
---|
2963 | msgid "template name"
|
---|
2964 | msgstr ""
|
---|
2965 |
|
---|
2966 | #: contrib/flatpages/models.py:13
|
---|
2967 | msgid ""
|
---|
2968 | "Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
|
---|
2969 | "will use 'flatpages/default.html'."
|
---|
2970 | msgstr ""
|
---|
2971 |
|
---|
2972 | #: contrib/flatpages/models.py:14
|
---|
2973 | msgid "registration required"
|
---|
2974 | msgstr ""
|
---|
2975 |
|
---|
2976 | #: contrib/flatpages/models.py:14
|
---|
2977 | msgid "If this is checked, only logged-in users will be able to view the page."
|
---|
2978 | msgstr ""
|
---|
2979 |
|
---|
2980 | #: contrib/flatpages/models.py:18
|
---|
2981 | msgid "flat page"
|
---|
2982 | msgstr ""
|
---|
2983 |
|
---|
2984 | #: contrib/flatpages/models.py:19
|
---|
2985 | msgid "flat pages"
|
---|
2986 | msgstr ""
|
---|
2987 |
|
---|
2988 | #: utils/dates.py:6
|
---|
2989 | msgid "Monday"
|
---|
2990 | msgstr ""
|
---|
2991 |
|
---|
2992 | #: utils/dates.py:6
|
---|
2993 | msgid "Tuesday"
|
---|
2994 | msgstr ""
|
---|
2995 |
|
---|
2996 | #: utils/dates.py:6
|
---|
2997 | msgid "Wednesday"
|
---|
2998 | msgstr ""
|
---|
2999 |
|
---|
3000 | #: utils/dates.py:6
|
---|
3001 | msgid "Thursday"
|
---|
3002 | msgstr ""
|
---|
3003 |
|
---|
3004 | #: utils/dates.py:6
|
---|
3005 | msgid "Friday"
|
---|
3006 | msgstr ""
|
---|
3007 |
|
---|
3008 | #: utils/dates.py:7
|
---|
3009 | msgid "Saturday"
|
---|
3010 | msgstr ""
|
---|
3011 |
|
---|
3012 | #: utils/dates.py:7
|
---|
3013 | msgid "Sunday"
|
---|
3014 | msgstr ""
|
---|
3015 |
|
---|
3016 | #: utils/dates.py:10
|
---|
3017 | msgid "Mon"
|
---|
3018 | msgstr ""
|
---|
3019 |
|
---|
3020 | #: utils/dates.py:10
|
---|
3021 | msgid "Tue"
|
---|
3022 | msgstr ""
|
---|
3023 |
|
---|
3024 | #: utils/dates.py:10
|
---|
3025 | msgid "Wed"
|
---|
3026 | msgstr ""
|
---|
3027 |
|
---|
3028 | #: utils/dates.py:10
|
---|
3029 | msgid "Thu"
|
---|
3030 | msgstr ""
|
---|
3031 |
|
---|
3032 | #: utils/dates.py:10
|
---|
3033 | msgid "Fri"
|
---|
3034 | msgstr ""
|
---|
3035 |
|
---|
3036 | #: utils/dates.py:11
|
---|
3037 | msgid "Sat"
|
---|
3038 | msgstr ""
|
---|
3039 |
|
---|
3040 | #: utils/dates.py:11
|
---|
3041 | msgid "Sun"
|
---|
3042 | msgstr ""
|
---|
3043 |
|
---|
3044 | #: utils/dates.py:18
|
---|
3045 | msgid "January"
|
---|
3046 | msgstr ""
|
---|
3047 |
|
---|
3048 | #: utils/dates.py:18
|
---|
3049 | msgid "February"
|
---|
3050 | msgstr ""
|
---|
3051 |
|
---|
3052 | #: utils/dates.py:18 utils/dates.py:31
|
---|
3053 | msgid "March"
|
---|
3054 | msgstr ""
|
---|
3055 |
|
---|
3056 | #: utils/dates.py:18 utils/dates.py:31
|
---|
3057 | msgid "April"
|
---|
3058 | msgstr ""
|
---|
3059 |
|
---|
3060 | #: utils/dates.py:18 utils/dates.py:31
|
---|
3061 | msgid "May"
|
---|
3062 | msgstr ""
|
---|
3063 |
|
---|
3064 | #: utils/dates.py:18 utils/dates.py:31
|
---|
3065 | msgid "June"
|
---|
3066 | msgstr ""
|
---|
3067 |
|
---|
3068 | #: utils/dates.py:19 utils/dates.py:31
|
---|
3069 | msgid "July"
|
---|
3070 | msgstr ""
|
---|
3071 |
|
---|
3072 | #: utils/dates.py:19
|
---|
3073 | msgid "August"
|
---|
3074 | msgstr ""
|
---|
3075 |
|
---|
3076 | #: utils/dates.py:19
|
---|
3077 | msgid "September"
|
---|
3078 | msgstr ""
|
---|
3079 |
|
---|
3080 | #: utils/dates.py:19
|
---|
3081 | msgid "October"
|
---|
3082 | msgstr ""
|
---|
3083 |
|
---|
3084 | #: utils/dates.py:19
|
---|
3085 | msgid "November"
|
---|
3086 | msgstr ""
|
---|
3087 |
|
---|
3088 | #: utils/dates.py:20
|
---|
3089 | msgid "December"
|
---|
3090 | msgstr ""
|
---|
3091 |
|
---|
3092 | #: utils/dates.py:23
|
---|
3093 | msgid "jan"
|
---|
3094 | msgstr ""
|
---|
3095 |
|
---|
3096 | #: utils/dates.py:23
|
---|
3097 | msgid "feb"
|
---|
3098 | msgstr ""
|
---|
3099 |
|
---|
3100 | #: utils/dates.py:23
|
---|
3101 | msgid "mar"
|
---|
3102 | msgstr ""
|
---|
3103 |
|
---|
3104 | #: utils/dates.py:23
|
---|
3105 | msgid "apr"
|
---|
3106 | msgstr ""
|
---|
3107 |
|
---|
3108 | #: utils/dates.py:23
|
---|
3109 | msgid "may"
|
---|
3110 | msgstr ""
|
---|
3111 |
|
---|
3112 | #: utils/dates.py:23
|
---|
3113 | msgid "jun"
|
---|
3114 | msgstr ""
|
---|
3115 |
|
---|
3116 | #: utils/dates.py:24
|
---|
3117 | msgid "jul"
|
---|
3118 | msgstr ""
|
---|
3119 |
|
---|
3120 | #: utils/dates.py:24
|
---|
3121 | msgid "aug"
|
---|
3122 | msgstr ""
|
---|
3123 |
|
---|
3124 | #: utils/dates.py:24
|
---|
3125 | msgid "sep"
|
---|
3126 | msgstr ""
|
---|
3127 |
|
---|
3128 | #: utils/dates.py:24
|
---|
3129 | msgid "oct"
|
---|
3130 | msgstr ""
|
---|
3131 |
|
---|
3132 | #: utils/dates.py:24
|
---|
3133 | msgid "nov"
|
---|
3134 | msgstr ""
|
---|
3135 |
|
---|
3136 | #: utils/dates.py:24
|
---|
3137 | msgid "dec"
|
---|
3138 | msgstr ""
|
---|
3139 |
|
---|
3140 | #: utils/dates.py:31
|
---|
3141 | msgid "Jan."
|
---|
3142 | msgstr ""
|
---|
3143 |
|
---|
3144 | #: utils/dates.py:31
|
---|
3145 | msgid "Feb."
|
---|
3146 | msgstr ""
|
---|
3147 |
|
---|
3148 | #: utils/dates.py:32
|
---|
3149 | msgid "Aug."
|
---|
3150 | msgstr ""
|
---|
3151 |
|
---|
3152 | #: utils/dates.py:32
|
---|
3153 | msgid "Sept."
|
---|
3154 | msgstr ""
|
---|
3155 |
|
---|
3156 | #: utils/dates.py:32
|
---|
3157 | msgid "Oct."
|
---|
3158 | msgstr ""
|
---|
3159 |
|
---|
3160 | #: utils/dates.py:32
|
---|
3161 | msgid "Nov."
|
---|
3162 | msgstr ""
|
---|
3163 |
|
---|
3164 | #: utils/dates.py:32
|
---|
3165 | msgid "Dec."
|
---|
3166 | msgstr ""
|
---|
3167 |
|
---|
3168 | #: utils/timesince.py:12
|
---|
3169 | msgid "year"
|
---|
3170 | msgid_plural "years"
|
---|
3171 | msgstr[0] ""
|
---|
3172 | msgstr[1] ""
|
---|
3173 |
|
---|
3174 | #: utils/timesince.py:13
|
---|
3175 | msgid "month"
|
---|
3176 | msgid_plural "months"
|
---|
3177 | msgstr[0] ""
|
---|
3178 | msgstr[1] ""
|
---|
3179 |
|
---|
3180 | #: utils/timesince.py:14
|
---|
3181 | msgid "week"
|
---|
3182 | msgid_plural "weeks"
|
---|
3183 | msgstr[0] ""
|
---|
3184 | msgstr[1] ""
|
---|
3185 |
|
---|
3186 | #: utils/timesince.py:15
|
---|
3187 | msgid "day"
|
---|
3188 | msgid_plural "days"
|
---|
3189 | msgstr[0] ""
|
---|
3190 | msgstr[1] ""
|
---|
3191 |
|
---|
3192 | #: utils/timesince.py:16
|
---|
3193 | msgid "hour"
|
---|
3194 | msgid_plural "hours"
|
---|
3195 | msgstr[0] ""
|
---|
3196 | msgstr[1] ""
|
---|
3197 |
|
---|
3198 | #: utils/timesince.py:17
|
---|
3199 | msgid "minute"
|
---|
3200 | msgid_plural "minutes"
|
---|
3201 | msgstr[0] ""
|
---|
3202 | msgstr[1] ""
|
---|
3203 |
|
---|
3204 | #: utils/timesince.py:39
|
---|
3205 | #, python-format
|
---|
3206 | msgid "%(number)d %(type)s"
|
---|
3207 | msgstr ""
|
---|
3208 |
|
---|
3209 | #: utils/timesince.py:45
|
---|
3210 | #, python-format
|
---|
3211 | msgid ", %(number)d %(type)s"
|
---|
3212 | msgstr ""
|
---|
3213 |
|
---|
3214 | #: utils/dateformat.py:41
|
---|
3215 | msgid "p.m."
|
---|
3216 | msgstr ""
|
---|
3217 |
|
---|
3218 | #: utils/dateformat.py:42
|
---|
3219 | msgid "a.m."
|
---|
3220 | msgstr ""
|
---|
3221 |
|
---|
3222 | #: utils/dateformat.py:47
|
---|
3223 | msgid "PM"
|
---|
3224 | msgstr ""
|
---|
3225 |
|
---|
3226 | #: utils/dateformat.py:48
|
---|
3227 | msgid "AM"
|
---|
3228 | msgstr ""
|
---|
3229 |
|
---|
3230 | #: utils/dateformat.py:97
|
---|
3231 | msgid "midnight"
|
---|
3232 | msgstr ""
|
---|
3233 |
|
---|
3234 | #: utils/dateformat.py:99
|
---|
3235 | msgid "noon"
|
---|
3236 | msgstr ""
|
---|
3237 |
|
---|
3238 | #: utils/translation/trans_real.py:391
|
---|
3239 | msgid "DATE_FORMAT"
|
---|
3240 | msgstr ""
|
---|
3241 |
|
---|
3242 | #: utils/translation/trans_real.py:392
|
---|
3243 | msgid "DATETIME_FORMAT"
|
---|
3244 | msgstr ""
|
---|
3245 |
|
---|
3246 | #: utils/translation/trans_real.py:393
|
---|
3247 | msgid "TIME_FORMAT"
|
---|
3248 | msgstr ""
|
---|
3249 |
|
---|
3250 | #: utils/translation/trans_real.py:409
|
---|
3251 | msgid "YEAR_MONTH_FORMAT"
|
---|
3252 | msgstr ""
|
---|
3253 |
|
---|
3254 | #: utils/translation/trans_real.py:410
|
---|
3255 | msgid "MONTH_DAY_FORMAT"
|
---|
3256 | msgstr ""
|
---|
3257 |
|
---|
3258 | #: template/defaultfilters.py:485
|
---|
3259 | msgid "yes,no,maybe"
|
---|
3260 | msgstr ""
|
---|
3261 |
|
---|
3262 | #: template/defaultfilters.py:514
|
---|
3263 | #, python-format
|
---|
3264 | msgid "%(size)d byte"
|
---|
3265 | msgid_plural "%(size)d bytes"
|
---|
3266 | msgstr[0] ""
|
---|
3267 | msgstr[1] ""
|
---|
3268 |
|
---|
3269 | #: template/defaultfilters.py:516
|
---|
3270 | #, python-format
|
---|
3271 | msgid "%.1f KB"
|
---|
3272 | msgstr ""
|
---|
3273 |
|
---|
3274 | #: template/defaultfilters.py:518
|
---|
3275 | #, python-format
|
---|
3276 | msgid "%.1f MB"
|
---|
3277 | msgstr ""
|
---|
3278 |
|
---|
3279 | #: template/defaultfilters.py:519
|
---|
3280 | #, python-format
|
---|
3281 | msgid "%.1f GB"
|
---|
3282 | msgstr ""
|
---|
3283 |
|
---|