1 | # translation of django.po to
|
---|
2 | # This file is distributed under the same license as the Django package.
|
---|
3 | #
|
---|
4 | msgid ""
|
---|
5 | msgstr ""
|
---|
6 | "Project-Id-Version: django\n"
|
---|
7 | "Report-Msgid-Bugs-To: \n"
|
---|
8 | "POT-Creation-Date: 2007-09-14 12:38+0200\n"
|
---|
9 | "PO-Revision-Date: 2007-09-14 14:21+0100\n"
|
---|
10 | "Last-Translator: Marc Garcia <marc.garcia@accopensys.com>\n"
|
---|
11 | "Language-Team: <es@li.org>\n"
|
---|
12 | "MIME-Version: 1.0\n"
|
---|
13 | "Content-Type: text/plain; charset=UTF-8\n"
|
---|
14 | "Content-Transfer-Encoding: 8bit\n"
|
---|
15 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
---|
16 |
|
---|
17 | #: db/models/manipulators.py:309
|
---|
18 | #, python-format
|
---|
19 | msgid "%(object)s with this %(type)s already exists for the given %(field)s."
|
---|
20 | msgstr "Ja existeix un %(object)s del tipus %(type)s amb aquest %(field)s."
|
---|
21 |
|
---|
22 | #: db/models/manipulators.py:310
|
---|
23 | #: core/validators.py:283
|
---|
24 | #: contrib/admin/views/main.py:342
|
---|
25 | #: contrib/admin/views/main.py:344
|
---|
26 | #: contrib/admin/views/main.py:346
|
---|
27 | msgid "and"
|
---|
28 | msgstr "i"
|
---|
29 |
|
---|
30 | #: db/models/fields/related.py:55
|
---|
31 | #, python-format
|
---|
32 | msgid "Please enter a valid %s."
|
---|
33 | msgstr "Si us plau, introdueixi un %s vàlid."
|
---|
34 |
|
---|
35 | #: db/models/fields/related.py:658
|
---|
36 | msgid "Separate multiple IDs with commas."
|
---|
37 | msgstr "Separi múltiples IDs amb comes."
|
---|
38 |
|
---|
39 | #: db/models/fields/related.py:660
|
---|
40 | msgid "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
|
---|
41 | msgstr "Premi \"Control\" o \"Command\" en un Mac per escollir més d'un."
|
---|
42 |
|
---|
43 | #: db/models/fields/related.py:707
|
---|
44 | #, python-format
|
---|
45 | msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid."
|
---|
46 | msgid_plural "Please enter valid %(self)s IDs. The values %(value)r are invalid."
|
---|
47 | msgstr[0] "Si us plau, introdueixi els IDs de %(self)s vàlids. El valor %(value)r és invàlid."
|
---|
48 | msgstr[1] "Si us plau, introdueixi IDs de %(self)s vàlids. Els valors %(value)r són invàlids."
|
---|
49 |
|
---|
50 | #: db/models/fields/__init__.py:52
|
---|
51 | #, python-format
|
---|
52 | msgid "%(optname)s with this %(fieldname)s already exists."
|
---|
53 | msgstr "Ja existeix %(optname)s amb auqest %(fieldname)s."
|
---|
54 |
|
---|
55 | #: db/models/fields/__init__.py:159
|
---|
56 | #: db/models/fields/__init__.py:316
|
---|
57 | #: db/models/fields/__init__.py:724
|
---|
58 | #: db/models/fields/__init__.py:735
|
---|
59 | #: oldforms/__init__.py:373
|
---|
60 | #: newforms/fields.py:93
|
---|
61 | #: newforms/fields.py:509
|
---|
62 | #: newforms/fields.py:585
|
---|
63 | #: newforms/fields.py:596
|
---|
64 | #: newforms/models.py:193
|
---|
65 | msgid "This field is required."
|
---|
66 | msgstr "Aquest camp és obligatori."
|
---|
67 |
|
---|
68 | #: db/models/fields/__init__.py:414
|
---|
69 | msgid "This value must be an integer."
|
---|
70 | msgstr "Aquest valor ha de ser un enter."
|
---|
71 |
|
---|
72 | #: db/models/fields/__init__.py:449
|
---|
73 | msgid "This value must be either True or False."
|
---|
74 | msgstr "Aquest valor ha de ser True (Veritat) o False (Fals)"
|
---|
75 |
|
---|
76 | #: db/models/fields/__init__.py:470
|
---|
77 | msgid "This field cannot be null."
|
---|
78 | msgstr "Aquest camp no pot ser null (estar buit)."
|
---|
79 |
|
---|
80 | #: db/models/fields/__init__.py:504
|
---|
81 | #: core/validators.py:156
|
---|
82 | msgid "Enter a valid date in YYYY-MM-DD format."
|
---|
83 | msgstr "Introdueixi una data vàlida en el forma AAAA-MM-DD."
|
---|
84 |
|
---|
85 | #: db/models/fields/__init__.py:573
|
---|
86 | #: core/validators.py:165
|
---|
87 | msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format."
|
---|
88 | msgstr "Introdueixi un data/hora vàlida en format YYYY-MM-DD HH:MM."
|
---|
89 |
|
---|
90 | #: db/models/fields/__init__.py:634
|
---|
91 | msgid "This value must be a decimal number."
|
---|
92 | msgstr "Aquest valor ha de ser un número decimal."
|
---|
93 |
|
---|
94 | #: db/models/fields/__init__.py:744
|
---|
95 | msgid "Enter a valid filename."
|
---|
96 | msgstr "Introdueixi un nom de fitxer vàlid."
|
---|
97 |
|
---|
98 | #: db/models/fields/__init__.py:887
|
---|
99 | msgid "This value must be either None, True or False."
|
---|
100 | msgstr "Aquest valor ha de ser None (Cap), True (Veritat) o False (Fals)"
|
---|
101 |
|
---|
102 | #: conf/global_settings.py:39
|
---|
103 | msgid "Arabic"
|
---|
104 | msgstr "Arabic"
|
---|
105 |
|
---|
106 | #: conf/global_settings.py:40
|
---|
107 | msgid "Bengali"
|
---|
108 | msgstr "Bengalí"
|
---|
109 |
|
---|
110 | #: conf/global_settings.py:41
|
---|
111 | msgid "Bulgarian"
|
---|
112 | msgstr "Bulgar"
|
---|
113 |
|
---|
114 | #: conf/global_settings.py:42
|
---|
115 | msgid "Catalan"
|
---|
116 | msgstr "Català"
|
---|
117 |
|
---|
118 | #: conf/global_settings.py:43
|
---|
119 | msgid "Czech"
|
---|
120 | msgstr "Txec"
|
---|
121 |
|
---|
122 | #: conf/global_settings.py:44
|
---|
123 | msgid "Welsh"
|
---|
124 | msgstr "Galès"
|
---|
125 |
|
---|
126 | #: conf/global_settings.py:45
|
---|
127 | msgid "Danish"
|
---|
128 | msgstr "Danès"
|
---|
129 |
|
---|
130 | #: conf/global_settings.py:46
|
---|
131 | msgid "German"
|
---|
132 | msgstr "Alemany"
|
---|
133 |
|
---|
134 | #: conf/global_settings.py:47
|
---|
135 | msgid "Greek"
|
---|
136 | msgstr "Grec"
|
---|
137 |
|
---|
138 | #: conf/global_settings.py:48
|
---|
139 | msgid "English"
|
---|
140 | msgstr "Anglès"
|
---|
141 |
|
---|
142 | #: conf/global_settings.py:49
|
---|
143 | msgid "Spanish"
|
---|
144 | msgstr "Espanyol"
|
---|
145 |
|
---|
146 | #: conf/global_settings.py:50
|
---|
147 | msgid "Argentinean Spanish"
|
---|
148 | msgstr "Castellà Argentí"
|
---|
149 |
|
---|
150 | #: conf/global_settings.py:51
|
---|
151 | msgid "Persian"
|
---|
152 | msgstr "Persa"
|
---|
153 |
|
---|
154 | #: conf/global_settings.py:52
|
---|
155 | msgid "Finnish"
|
---|
156 | msgstr "Finlandès"
|
---|
157 |
|
---|
158 | #: conf/global_settings.py:53
|
---|
159 | msgid "French"
|
---|
160 | msgstr "Francès"
|
---|
161 |
|
---|
162 | #: conf/global_settings.py:54
|
---|
163 | msgid "Galician"
|
---|
164 | msgstr "Galleg"
|
---|
165 |
|
---|
166 | #: conf/global_settings.py:55
|
---|
167 | msgid "Hungarian"
|
---|
168 | msgstr "Húngar"
|
---|
169 |
|
---|
170 | #: conf/global_settings.py:56
|
---|
171 | msgid "Hebrew"
|
---|
172 | msgstr "Hebreu"
|
---|
173 |
|
---|
174 | #: conf/global_settings.py:57
|
---|
175 | msgid "Croatian"
|
---|
176 | msgstr "Croat"
|
---|
177 |
|
---|
178 | #: conf/global_settings.py:58
|
---|
179 | msgid "Icelandic"
|
---|
180 | msgstr "Islandès"
|
---|
181 |
|
---|
182 | #: conf/global_settings.py:59
|
---|
183 | msgid "Italian"
|
---|
184 | msgstr "Italià"
|
---|
185 |
|
---|
186 | #: conf/global_settings.py:60
|
---|
187 | msgid "Japanese"
|
---|
188 | msgstr "Japonès"
|
---|
189 |
|
---|
190 | #: conf/global_settings.py:61
|
---|
191 | msgid "Korean"
|
---|
192 | msgstr "Coreà"
|
---|
193 |
|
---|
194 | #: conf/global_settings.py:62
|
---|
195 | msgid "Khmer"
|
---|
196 | msgstr "Khmer"
|
---|
197 |
|
---|
198 | #: conf/global_settings.py:63
|
---|
199 | msgid "Kannada"
|
---|
200 | msgstr "Canès"
|
---|
201 |
|
---|
202 | #: conf/global_settings.py:64
|
---|
203 | msgid "Latvian"
|
---|
204 | msgstr "Letó"
|
---|
205 |
|
---|
206 | #: conf/global_settings.py:65
|
---|
207 | msgid "Macedonian"
|
---|
208 | msgstr "Macedoni"
|
---|
209 |
|
---|
210 | #: conf/global_settings.py:66
|
---|
211 | msgid "Dutch"
|
---|
212 | msgstr "Holandès"
|
---|
213 |
|
---|
214 | #: conf/global_settings.py:67
|
---|
215 | msgid "Norwegian"
|
---|
216 | msgstr "Norueg"
|
---|
217 |
|
---|
218 | #: conf/global_settings.py:68
|
---|
219 | msgid "Polish"
|
---|
220 | msgstr "Polac"
|
---|
221 |
|
---|
222 | #: conf/global_settings.py:69
|
---|
223 | msgid "Portugese"
|
---|
224 | msgstr "Portuguès"
|
---|
225 |
|
---|
226 | #: conf/global_settings.py:70
|
---|
227 | msgid "Brazilian"
|
---|
228 | msgstr "Brasileny"
|
---|
229 |
|
---|
230 | #: conf/global_settings.py:71
|
---|
231 | msgid "Romanian"
|
---|
232 | msgstr "Rumanès"
|
---|
233 |
|
---|
234 | #: conf/global_settings.py:72
|
---|
235 | msgid "Russian"
|
---|
236 | msgstr "Rús"
|
---|
237 |
|
---|
238 | #: conf/global_settings.py:73
|
---|
239 | msgid "Slovak"
|
---|
240 | msgstr "Eslovac"
|
---|
241 |
|
---|
242 | #: conf/global_settings.py:74
|
---|
243 | msgid "Slovenian"
|
---|
244 | msgstr "Esloveni"
|
---|
245 |
|
---|
246 | #: conf/global_settings.py:75
|
---|
247 | msgid "Serbian"
|
---|
248 | msgstr "Serbi"
|
---|
249 |
|
---|
250 | #: conf/global_settings.py:76
|
---|
251 | msgid "Swedish"
|
---|
252 | msgstr "Suec"
|
---|
253 |
|
---|
254 | #: conf/global_settings.py:77
|
---|
255 | msgid "Tamil"
|
---|
256 | msgstr "Tàmil"
|
---|
257 |
|
---|
258 | #: conf/global_settings.py:78
|
---|
259 | msgid "Telugu"
|
---|
260 | msgstr "Telugu"
|
---|
261 |
|
---|
262 | #: conf/global_settings.py:79
|
---|
263 | msgid "Turkish"
|
---|
264 | msgstr "Turc"
|
---|
265 |
|
---|
266 | #: conf/global_settings.py:80
|
---|
267 | msgid "Ukrainian"
|
---|
268 | msgstr "Ucranià"
|
---|
269 |
|
---|
270 | #: conf/global_settings.py:81
|
---|
271 | msgid "Simplified Chinese"
|
---|
272 | msgstr "Xinés simplificat"
|
---|
273 |
|
---|
274 | #: conf/global_settings.py:82
|
---|
275 | msgid "Traditional Chinese"
|
---|
276 | msgstr "Xinés tradicional"
|
---|
277 |
|
---|
278 | #: core/validators.py:72
|
---|
279 | msgid "This value must contain only letters, numbers and underscores."
|
---|
280 | msgstr "Aquest valor ha de contenir només números, guions, i guions baixos."
|
---|
281 |
|
---|
282 | #: core/validators.py:76
|
---|
283 | msgid "This value must contain only letters, numbers, underscores, dashes or slashes."
|
---|
284 | msgstr "Aquest valor ha de contenir només lletres, números, guions, guions baixos, i barres (/)."
|
---|
285 |
|
---|
286 | #: core/validators.py:80
|
---|
287 | msgid "This value must contain only letters, numbers, underscores or hyphens."
|
---|
288 | msgstr "Aquest valor ha de contenir només lletres, números, guions o guions baixos"
|
---|
289 |
|
---|
290 | #: core/validators.py:84
|
---|
291 | msgid "Uppercase letters are not allowed here."
|
---|
292 | msgstr "No es permeten majúscules aquí."
|
---|
293 |
|
---|
294 | #: core/validators.py:88
|
---|
295 | msgid "Lowercase letters are not allowed here."
|
---|
296 | msgstr "No es permeten minúscules aquí."
|
---|
297 |
|
---|
298 | #: core/validators.py:95
|
---|
299 | msgid "Enter only digits separated by commas."
|
---|
300 | msgstr "Introdueixi només dígits separats per comes."
|
---|
301 |
|
---|
302 | #: core/validators.py:107
|
---|
303 | msgid "Enter valid e-mail addresses separated by commas."
|
---|
304 | msgstr "Introdueixi adreces de correu electrònic vàlides separades per comes."
|
---|
305 |
|
---|
306 | #: core/validators.py:111
|
---|
307 | msgid "Please enter a valid IP address."
|
---|
308 | msgstr "Per favor introdueixi una adreça IP vàlida."
|
---|
309 |
|
---|
310 | #: core/validators.py:115
|
---|
311 | msgid "Empty values are not allowed here."
|
---|
312 | msgstr "No s'admeten valor buits."
|
---|
313 |
|
---|
314 | #: core/validators.py:119
|
---|
315 | msgid "Non-numeric characters aren't allowed here."
|
---|
316 | msgstr "No s'admeten caracters no numèrics."
|
---|
317 |
|
---|
318 | #: core/validators.py:123
|
---|
319 | msgid "This value can't be comprised solely of digits."
|
---|
320 | msgstr "Aquest valor no pot contenir només dígits."
|
---|
321 |
|
---|
322 | #: core/validators.py:128
|
---|
323 | #: newforms/fields.py:149
|
---|
324 | msgid "Enter a whole number."
|
---|
325 | msgstr "Introdueixi un número sencer."
|
---|
326 |
|
---|
327 | #: core/validators.py:132
|
---|
328 | msgid "Only alphabetical characters are allowed here."
|
---|
329 | msgstr "Només s'admeted caracters alfabètics aquí."
|
---|
330 |
|
---|
331 | #: core/validators.py:147
|
---|
332 | msgid "Year must be 1900 or later."
|
---|
333 | msgstr "L'any ha de ser posterior al 1900"
|
---|
334 |
|
---|
335 | #: core/validators.py:151
|
---|
336 | #, python-format
|
---|
337 | msgid "Invalid date: %s"
|
---|
338 | msgstr "Data invàlida: %s"
|
---|
339 |
|
---|
340 | #: core/validators.py:161
|
---|
341 | msgid "Enter a valid time in HH:MM format."
|
---|
342 | msgstr "Introdueixi una hora vàlida en el format HH:MM."
|
---|
343 |
|
---|
344 | #: core/validators.py:170
|
---|
345 | #: newforms/fields.py:343
|
---|
346 | msgid "Enter a valid e-mail address."
|
---|
347 | msgstr "Introdueixi una adreça de correu vàlida."
|
---|
348 |
|
---|
349 | #: core/validators.py:182
|
---|
350 | #: core/validators.py:469
|
---|
351 | #: oldforms/__init__.py:686
|
---|
352 | #: newforms/fields.py:377
|
---|
353 | msgid "No file was submitted. Check the encoding type on the form."
|
---|
354 | msgstr "No s'ha enviat cap fitxer. Comprovi el tipus de codificació del formulari."
|
---|
355 |
|
---|
356 | #: core/validators.py:193
|
---|
357 | #: newforms/fields.py:405
|
---|
358 | msgid "Upload a valid image. The file you uploaded was either not an image or a corrupted image."
|
---|
359 | msgstr "Envii una imatge vàilda. El fitxer que ha enviat no era una imatge o estaba corrupte."
|
---|
360 |
|
---|
361 | #: core/validators.py:200
|
---|
362 | #, python-format
|
---|
363 | msgid "The URL %s does not point to a valid image."
|
---|
364 | msgstr "La URL %s no apunta una imatge vàlida."
|
---|
365 |
|
---|
366 | #: core/validators.py:204
|
---|
367 | #, python-format
|
---|
368 | msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid."
|
---|
369 | msgstr "El números de telèfon han de guardar-se en el format XXX-XXX-XXXX. \"%s\" no és vàlid."
|
---|
370 |
|
---|
371 | #: core/validators.py:212
|
---|
372 | #, python-format
|
---|
373 | msgid "The URL %s does not point to a valid QuickTime video."
|
---|
374 | msgstr "La URL %s no apunta a un video QuickTime vàlid."
|
---|
375 |
|
---|
376 | #: core/validators.py:216
|
---|
377 | msgid "A valid URL is required."
|
---|
378 | msgstr "Es precisa d'una URL vàlida."
|
---|
379 |
|
---|
380 | #: core/validators.py:230
|
---|
381 | #, python-format
|
---|
382 | msgid ""
|
---|
383 | "Valid HTML is required. Specific errors are:\n"
|
---|
384 | "%s"
|
---|
385 | msgstr ""
|
---|
386 | "Es precisa HTML vàlid. Els errors específics sòn:\n"
|
---|
387 | "%s"
|
---|
388 |
|
---|
389 | #: core/validators.py:237
|
---|
390 | #, python-format
|
---|
391 | msgid "Badly formed XML: %s"
|
---|
392 | msgstr "XML incorrectament formatejat: %s"
|
---|
393 |
|
---|
394 | #: core/validators.py:254
|
---|
395 | #, python-format
|
---|
396 | msgid "Invalid URL: %s"
|
---|
397 | msgstr "URL invalida: %s"
|
---|
398 |
|
---|
399 | #: core/validators.py:259
|
---|
400 | #: core/validators.py:261
|
---|
401 | #, python-format
|
---|
402 | msgid "The URL %s is a broken link."
|
---|
403 | msgstr "La URL %sés un enllaç trencat."
|
---|
404 |
|
---|
405 | #: core/validators.py:267
|
---|
406 | msgid "Enter a valid U.S. state abbreviation."
|
---|
407 | msgstr "Introdueixi una abreviatura vàlida d'estat d'els E.U.A.."
|
---|
408 |
|
---|
409 | #: core/validators.py:281
|
---|
410 | #, python-format
|
---|
411 | msgid "Watch your mouth! The word %s is not allowed here."
|
---|
412 | msgid_plural "Watch your mouth! The words %s are not allowed here."
|
---|
413 | msgstr[0] "Vigili la seva boca! Aquí no admetem la paraula: %s."
|
---|
414 | msgstr[1] "Vigili la seva boca! Aquí no admetem les paraules: %s."
|
---|
415 |
|
---|
416 | #: core/validators.py:288
|
---|
417 | #, python-format
|
---|
418 | msgid "This field must match the '%s' field."
|
---|
419 | msgstr "Aquest camp ha de concordar amb el camp '%s'."
|
---|
420 |
|
---|
421 | #: core/validators.py:307
|
---|
422 | msgid "Please enter something for at least one field."
|
---|
423 | msgstr "Si us plau, introdueixi alguna cosa alemnys en un camp."
|
---|
424 |
|
---|
425 | #: core/validators.py:316
|
---|
426 | #: core/validators.py:327
|
---|
427 | msgid "Please enter both fields or leave them both empty."
|
---|
428 | msgstr "Si us plau, ompli els dos camps o deixi'ls tots dos en blanc."
|
---|
429 |
|
---|
430 | #: core/validators.py:335
|
---|
431 | #, python-format
|
---|
432 | msgid "This field must be given if %(field)s is %(value)s"
|
---|
433 | msgstr "S'ha de proporcionar aquest camps si %(field)s és %(value)s"
|
---|
434 |
|
---|
435 | #: core/validators.py:348
|
---|
436 | #, python-format
|
---|
437 | msgid "This field must be given if %(field)s is not %(value)s"
|
---|
438 | msgstr "S'ha de proporcionar aquest camps si %(field)s no és %(value)s"
|
---|
439 |
|
---|
440 | #: core/validators.py:367
|
---|
441 | msgid "Duplicate values are not allowed."
|
---|
442 | msgstr "No s'admeten valors duplicats."
|
---|
443 |
|
---|
444 | #: core/validators.py:382
|
---|
445 | #, python-format
|
---|
446 | msgid "This value must be between %(lower)s and %(upper)s."
|
---|
447 | msgstr "Aquest valor ha de estar comprés entre %(lower)s i %(upper)s."
|
---|
448 |
|
---|
449 | #: core/validators.py:384
|
---|
450 | #, python-format
|
---|
451 | msgid "This value must be at least %s."
|
---|
452 | msgstr "Aquest valor ha de ser com a mínim %s."
|
---|
453 |
|
---|
454 | #: core/validators.py:386
|
---|
455 | #, python-format
|
---|
456 | msgid "This value must be no more than %s."
|
---|
457 | msgstr "Aquest valor ha de ser com a màxim %s."
|
---|
458 |
|
---|
459 | #: core/validators.py:422
|
---|
460 | #, python-format
|
---|
461 | msgid "This value must be a power of %s."
|
---|
462 | msgstr "Aquest valor ha de ser una potència de %s."
|
---|
463 |
|
---|
464 | #: core/validators.py:432
|
---|
465 | msgid "Please enter a valid decimal number."
|
---|
466 | msgstr "Si us plau, introdueixi un número decimal vàlid."
|
---|
467 |
|
---|
468 | #: core/validators.py:439
|
---|
469 | #, python-format
|
---|
470 | msgid "Please enter a valid decimal number with at most %s total digit."
|
---|
471 | msgid_plural "Please enter a valid decimal number with at most %s total digits."
|
---|
472 | msgstr[0] "Si us plau, introdueixi un número decimal vàlid de com a màxim %s digit."
|
---|
473 | msgstr[1] "Si us plau, introdueixi un número decimal vàlid de com a màxim %s digits."
|
---|
474 |
|
---|
475 | #: core/validators.py:442
|
---|
476 | #, python-format
|
---|
477 | msgid "Please enter a valid decimal number with a whole part of at most %s digit."
|
---|
478 | msgid_plural "Please enter a valid decimal number with a whole part of at most %s digits."
|
---|
479 | msgstr[0] "Si us plau, introdueixi un número decimal vàlid que la seva part sencera sigui de com a màxim %s digit."
|
---|
480 | msgstr[1] "Si us plau, introdueixi un número decimal vàlid que la seva part sencera sigui de com a màxim %s digits."
|
---|
481 |
|
---|
482 | #: core/validators.py:445
|
---|
483 | #, python-format
|
---|
484 | msgid "Please enter a valid decimal number with at most %s decimal place."
|
---|
485 | msgid_plural "Please enter a valid decimal number with at most %s decimal places."
|
---|
486 | msgstr[0] "Si us plau, introdueixi un número decimal vàlid de com a màxim %s posició decimal."
|
---|
487 | msgstr[1] "Si us plau, introdueixi un número decimal vàlid de com a màxim %s posicions decimals."
|
---|
488 |
|
---|
489 | #: core/validators.py:453
|
---|
490 | msgid "Please enter a valid floating point number."
|
---|
491 | msgstr "Si us plau, introdueixi un número amb punt de coma flotant vàlid."
|
---|
492 |
|
---|
493 | #: core/validators.py:462
|
---|
494 | #, python-format
|
---|
495 | msgid "Make sure your uploaded file is at least %s bytes big."
|
---|
496 | msgstr "Asseguris de que el fitxer que ha enviat té, com a mínim, %s bytes."
|
---|
497 |
|
---|
498 | #: core/validators.py:463
|
---|
499 | #, python-format
|
---|
500 | msgid "Make sure your uploaded file is at most %s bytes big."
|
---|
501 | msgstr "Asseguris de que el fitxer que ha enviat té, com a màxim %s bytes."
|
---|
502 |
|
---|
503 | #: core/validators.py:480
|
---|
504 | msgid "The format for this field is wrong."
|
---|
505 | msgstr "El format per aquest camp és incorrecte."
|
---|
506 |
|
---|
507 | #: core/validators.py:495
|
---|
508 | msgid "This field is invalid."
|
---|
509 | msgstr "El camp no és vàlid."
|
---|
510 |
|
---|
511 | #: core/validators.py:531
|
---|
512 | #, python-format
|
---|
513 | msgid "Could not retrieve anything from %s."
|
---|
514 | msgstr "No s'ha pogut obtenir res de %s."
|
---|
515 |
|
---|
516 | #: core/validators.py:534
|
---|
517 | #, python-format
|
---|
518 | msgid "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
|
---|
519 | msgstr "La URL %(url)s ha va tornar la capcelera Content-Type '%(contenttype)s', que no és vàlida."
|
---|
520 |
|
---|
521 | #: core/validators.py:567
|
---|
522 | #, python-format
|
---|
523 | msgid "Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with \"%(start)s\".)"
|
---|
524 | msgstr "Si us plau, tanqui l'etiqueta %(tag)s des de la línia %(line)s. (La línia comença amb \"%(start)s\".)"
|
---|
525 |
|
---|
526 | #: core/validators.py:571
|
---|
527 | #, python-format
|
---|
528 | msgid "Some text starting on line %(line)s is not allowed in that context. (Line starts with \"%(start)s\".)"
|
---|
529 | msgstr "Part del text que comença en la línia %(line)s no està permès en aquest context. (La línia comença per \"%(start)s\".)"
|
---|
530 |
|
---|
531 | #: core/validators.py:576
|
---|
532 | #, python-format
|
---|
533 | msgid "\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%(start)s\".)"
|
---|
534 | msgstr "El \"%(attr)s\" de la línia %(line)s no és un atribut vàlid. (La línia comença per \"%(start)s\".)"
|
---|
535 |
|
---|
536 | #: core/validators.py:581
|
---|
537 | #, python-format
|
---|
538 | msgid "\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%(start)s\".)"
|
---|
539 | msgstr "La \"<%(tag)s>\" de la línia %(line)s no és una etiqueta vàlida. (La línia comença per \"%(start)s\".)"
|
---|
540 |
|
---|
541 | #: core/validators.py:585
|
---|
542 | #, python-format
|
---|
543 | msgid "A tag on line %(line)s is missing one or more required attributes. (Line starts with \"%(start)s\".)"
|
---|
544 | msgstr "Una etiqueta de la línia %(line)s li falta un o més atributs requerits.(La línia comença per \"%(start)s\".)"
|
---|
545 |
|
---|
546 | #: core/validators.py:590
|
---|
547 | #, python-format
|
---|
548 | msgid "The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line starts with \"%(start)s\".)"
|
---|
549 | msgstr "L'atribut \"%(attr)s\" de la línia %(line)s té un valor que no és vàlid. (La línia comença per \"%(start)s\".)"
|
---|
550 |
|
---|
551 | #: contrib/auth/forms.py:17
|
---|
552 | #: contrib/auth/forms.py:138
|
---|
553 | msgid "The two password fields didn't match."
|
---|
554 | msgstr "Els dos camps de contrasenya no coincideixen."
|
---|
555 |
|
---|
556 | #: contrib/auth/forms.py:25
|
---|
557 | msgid "A user with that username already exists."
|
---|
558 | msgstr "Ja existeix un usuari amb aquest nom."
|
---|
559 |
|
---|
560 | #: contrib/auth/forms.py:53
|
---|
561 | msgid "Your Web browser doesn't appear to have cookies enabled. Cookies are required for logging in."
|
---|
562 | msgstr "El seu navegador no sembla tenir les 'cookies' (galetes) activades. Aquestes són necessàries per iniciar la sessió."
|
---|
563 |
|
---|
564 | #: contrib/auth/forms.py:60
|
---|
565 | #: contrib/admin/views/decorators.py:10
|
---|
566 | msgid "Please enter a correct username and password. Note that both fields are case-sensitive."
|
---|
567 | msgstr "Si us plau, introdueixi un nom d'usuari i contrasenya vàlids. Tingui en compte que tots dos camps son sensibles a majúscules i minúscules."
|
---|
568 |
|
---|
569 | #: contrib/auth/forms.py:62
|
---|
570 | msgid "This account is inactive."
|
---|
571 | msgstr "Aquest compte està inactiu"
|
---|
572 |
|
---|
573 | #: contrib/auth/forms.py:84
|
---|
574 | msgid "That e-mail address doesn't have an associated user account. Are you sure you've registered?"
|
---|
575 | msgstr "Aquesta adreça de correu no té associada cap compte d'usuari. Està segur de que s'ha registrat?"
|
---|
576 |
|
---|
577 | #: contrib/auth/forms.py:117
|
---|
578 | msgid "The two 'new password' fields didn't match."
|
---|
579 | msgstr "Els dos camps de nova contrasenya no coincideixen."
|
---|
580 |
|
---|
581 | #: contrib/auth/forms.py:124
|
---|
582 | msgid "Your old password was entered incorrectly. Please enter it again."
|
---|
583 | msgstr "La seva antiga contrasenya no és correcte. Si el plau, introdueixi-la de nou."
|
---|
584 |
|
---|
585 | #: contrib/auth/models.py:53
|
---|
586 | #: contrib/auth/models.py:73
|
---|
587 | msgid "name"
|
---|
588 | msgstr "nom"
|
---|
589 |
|
---|
590 | #: contrib/auth/models.py:55
|
---|
591 | msgid "codename"
|
---|
592 | msgstr "nom en clau"
|
---|
593 |
|
---|
594 | #: contrib/auth/models.py:58
|
---|
595 | msgid "permission"
|
---|
596 | msgstr "permís"
|
---|
597 |
|
---|
598 | #: contrib/auth/models.py:59
|
---|
599 | #: contrib/auth/models.py:74
|
---|
600 | msgid "permissions"
|
---|
601 | msgstr "permissos"
|
---|
602 |
|
---|
603 | #: contrib/auth/models.py:77
|
---|
604 | msgid "group"
|
---|
605 | msgstr "grup"
|
---|
606 |
|
---|
607 | #: contrib/auth/models.py:78
|
---|
608 | #: contrib/auth/models.py:121
|
---|
609 | msgid "groups"
|
---|
610 | msgstr "grups"
|
---|
611 |
|
---|
612 | #: contrib/auth/models.py:111
|
---|
613 | msgid "username"
|
---|
614 | msgstr "nom d'usuari"
|
---|
615 |
|
---|
616 | #: contrib/auth/models.py:111
|
---|
617 | msgid "Required. 30 characters or fewer. Alphanumeric characters only (letters, digits and underscores)."
|
---|
618 | msgstr "Requerit. 30 o menys caracters. Només caracters alfanumèrics (lletres, dígits i guions baixos)."
|
---|
619 |
|
---|
620 | #: contrib/auth/models.py:112
|
---|
621 | msgid "first name"
|
---|
622 | msgstr "nom propi"
|
---|
623 |
|
---|
624 | #: contrib/auth/models.py:113
|
---|
625 | msgid "last name"
|
---|
626 | msgstr "cognoms"
|
---|
627 |
|
---|
628 | #: contrib/auth/models.py:114
|
---|
629 | msgid "e-mail address"
|
---|
630 | msgstr "adreça de correu electrònic"
|
---|
631 |
|
---|
632 | #: contrib/auth/models.py:115
|
---|
633 | msgid "password"
|
---|
634 | msgstr "contrasenya"
|
---|
635 |
|
---|
636 | #: contrib/auth/models.py:115
|
---|
637 | msgid "Use '[algo]$[salt]$[hexdigest]' or use the <a href=\"password/\">change password form</a>."
|
---|
638 | msgstr "Utilitzi '[algo]$[salt]$[hexdigest]' o el <a href=\"password/\">formulari de canvi de contrasenya</a>."
|
---|
639 |
|
---|
640 | #: contrib/auth/models.py:116
|
---|
641 | msgid "staff status"
|
---|
642 | msgstr "és membre del personal"
|
---|
643 |
|
---|
644 | #: contrib/auth/models.py:116
|
---|
645 | msgid "Designates whether the user can log into this admin site."
|
---|
646 | msgstr "Indica si l'usuari pot entrar en el lloc administratiu."
|
---|
647 |
|
---|
648 | #: contrib/auth/models.py:117
|
---|
649 | msgid "active"
|
---|
650 | msgstr "actiu"
|
---|
651 |
|
---|
652 | #: contrib/auth/models.py:117
|
---|
653 | msgid "Designates whether this user can log into the Django admin. Unselect this instead of deleting accounts."
|
---|
654 | msgstr "Designa si aquest usuari pot iniciar sessió a la interfície administrativa Djano. Deselecciona-ho enlloc de esborrar comptes d'usuari."
|
---|
655 |
|
---|
656 | #: contrib/auth/models.py:118
|
---|
657 | msgid "superuser status"
|
---|
658 | msgstr "estat de superusuari"
|
---|
659 |
|
---|
660 | #: contrib/auth/models.py:118
|
---|
661 | msgid "Designates that this user has all permissions without explicitly assigning them."
|
---|
662 | msgstr "Designa que aquest usuari té tots els permisos sense assignar-los explícitament."
|
---|
663 |
|
---|
664 | #: contrib/auth/models.py:119
|
---|
665 | msgid "last login"
|
---|
666 | msgstr "últim inici de sessió"
|
---|
667 |
|
---|
668 | #: contrib/auth/models.py:120
|
---|
669 | msgid "date joined"
|
---|
670 | msgstr "data de creació"
|
---|
671 |
|
---|
672 | #: contrib/auth/models.py:122
|
---|
673 | msgid "In addition to the permissions manually assigned, this user will also get all permissions granted to each group he/she is in."
|
---|
674 | msgstr "Junt amb els permissos asignats manualment, aquest usuari tindrà, també, els permissos dels grups dels que sigui membre."
|
---|
675 |
|
---|
676 | #: contrib/auth/models.py:123
|
---|
677 | msgid "user permissions"
|
---|
678 | msgstr "permissos de l'usuari"
|
---|
679 |
|
---|
680 | #: contrib/auth/models.py:127
|
---|
681 | msgid "user"
|
---|
682 | msgstr "usuari"
|
---|
683 |
|
---|
684 | #: contrib/auth/models.py:128
|
---|
685 | msgid "users"
|
---|
686 | msgstr "usuaris"
|
---|
687 |
|
---|
688 | #: contrib/auth/models.py:134
|
---|
689 | msgid "Personal info"
|
---|
690 | msgstr "Informaciò personal"
|
---|
691 |
|
---|
692 | #: contrib/auth/models.py:135
|
---|
693 | msgid "Permissions"
|
---|
694 | msgstr "permissos"
|
---|
695 |
|
---|
696 | #: contrib/auth/models.py:136
|
---|
697 | msgid "Important dates"
|
---|
698 | msgstr "Dates importants"
|
---|
699 |
|
---|
700 | #: contrib/auth/models.py:137
|
---|
701 | msgid "Groups"
|
---|
702 | msgstr "Grups"
|
---|
703 |
|
---|
704 | #: contrib/auth/models.py:288
|
---|
705 | msgid "message"
|
---|
706 | msgstr "missatge"
|
---|
707 |
|
---|
708 | #: contrib/auth/views.py:47
|
---|
709 | msgid "Logged out"
|
---|
710 | msgstr "Sessió finalitzada"
|
---|
711 |
|
---|
712 | #: contrib/admin/models.py:17
|
---|
713 | msgid "action time"
|
---|
714 | msgstr "moment de l'acció"
|
---|
715 |
|
---|
716 | #: contrib/admin/models.py:20
|
---|
717 | msgid "object id"
|
---|
718 | msgstr "id del objecte"
|
---|
719 |
|
---|
720 | #: contrib/admin/models.py:21
|
---|
721 | msgid "object repr"
|
---|
722 | msgstr "'repr' de l'objecte"
|
---|
723 |
|
---|
724 | #: contrib/admin/models.py:22
|
---|
725 | msgid "action flag"
|
---|
726 | msgstr "marca de l'acció"
|
---|
727 |
|
---|
728 | #: contrib/admin/models.py:23
|
---|
729 | msgid "change message"
|
---|
730 | msgstr "missatge del canvi"
|
---|
731 |
|
---|
732 | #: contrib/admin/models.py:26
|
---|
733 | msgid "log entry"
|
---|
734 | msgstr "entrada del registre"
|
---|
735 |
|
---|
736 | #: contrib/admin/models.py:27
|
---|
737 | msgid "log entries"
|
---|
738 | msgstr "entrades del registre"
|
---|
739 |
|
---|
740 | #: contrib/admin/filterspecs.py:42
|
---|
741 | #, python-format
|
---|
742 | msgid ""
|
---|
743 | "<h3>By %s:</h3>\n"
|
---|
744 | "<ul>\n"
|
---|
745 | msgstr ""
|
---|
746 | "<h3>Per %s:</h3>\n"
|
---|
747 | "<ul>\n"
|
---|
748 |
|
---|
749 | #: contrib/admin/filterspecs.py:72
|
---|
750 | #: contrib/admin/filterspecs.py:90
|
---|
751 | #: contrib/admin/filterspecs.py:145
|
---|
752 | #: contrib/admin/filterspecs.py:171
|
---|
753 | msgid "All"
|
---|
754 | msgstr "Tots"
|
---|
755 |
|
---|
756 | #: contrib/admin/filterspecs.py:111
|
---|
757 | msgid "Any date"
|
---|
758 | msgstr "Qualsevol data"
|
---|
759 |
|
---|
760 | #: contrib/admin/filterspecs.py:112
|
---|
761 | msgid "Today"
|
---|
762 | msgstr "Avui"
|
---|
763 |
|
---|
764 | #: contrib/admin/filterspecs.py:115
|
---|
765 | msgid "Past 7 days"
|
---|
766 | msgstr "Últims 7 dies"
|
---|
767 |
|
---|
768 | #: contrib/admin/filterspecs.py:117
|
---|
769 | msgid "This month"
|
---|
770 | msgstr "Aquest mes"
|
---|
771 |
|
---|
772 | #: contrib/admin/filterspecs.py:119
|
---|
773 | msgid "This year"
|
---|
774 | msgstr "Aquest any"
|
---|
775 |
|
---|
776 | #: contrib/admin/filterspecs.py:145
|
---|
777 | #: oldforms/__init__.py:591
|
---|
778 | #: newforms/widgets.py:188
|
---|
779 | msgid "Yes"
|
---|
780 | msgstr "Si"
|
---|
781 |
|
---|
782 | #: contrib/admin/filterspecs.py:145
|
---|
783 | #: oldforms/__init__.py:591
|
---|
784 | #: newforms/widgets.py:188
|
---|
785 | msgid "No"
|
---|
786 | msgstr "No"
|
---|
787 |
|
---|
788 | #: contrib/admin/filterspecs.py:152
|
---|
789 | #: oldforms/__init__.py:591
|
---|
790 | #: newforms/widgets.py:188
|
---|
791 | msgid "Unknown"
|
---|
792 | msgstr "Desconegut"
|
---|
793 |
|
---|
794 | #: contrib/admin/views/decorators.py:24
|
---|
795 | #: contrib/admin/templates/admin/login.html:25
|
---|
796 | msgid "Log in"
|
---|
797 | msgstr "Iniciar sessió"
|
---|
798 |
|
---|
799 | #: contrib/admin/views/decorators.py:62
|
---|
800 | msgid "Please log in again, because your session has expired. Don't worry: Your submission has been saved."
|
---|
801 | msgstr "Si us plau, identifiquis de nou doncs la seva sessió ha expirat. No es preocupi, el seu enviament està emmagatzemat."
|
---|
802 |
|
---|
803 | #: contrib/admin/views/decorators.py:69
|
---|
804 | msgid "Looks like your browser isn't configured to accept cookies. Please enable cookies, reload this page, and try again."
|
---|
805 | msgstr "Sembla ser que el seu navegador no està configurat per acceptar 'cookies' (galetes). Si us plau, habiliti les 'cookies', recarregui aquesta pàgina i provi-ho de nou. "
|
---|
806 |
|
---|
807 | #: contrib/admin/views/decorators.py:83
|
---|
808 | msgid "Usernames cannot contain the '@' character."
|
---|
809 | msgstr "Els noms d'usuari no poden contenir el caracter '@'."
|
---|
810 |
|
---|
811 | #: contrib/admin/views/decorators.py:85
|
---|
812 | #, python-format
|
---|
813 | msgid "Your e-mail address is not your username. Try '%s' instead."
|
---|
814 | msgstr "La seva adreça de correu no és el seu nom d'usuari. Provi '%s' en tot cas."
|
---|
815 |
|
---|
816 | #: contrib/admin/views/main.py:230
|
---|
817 | msgid "Site administration"
|
---|
818 | msgstr "Lloc administratiu"
|
---|
819 |
|
---|
820 | #: contrib/admin/views/main.py:264
|
---|
821 | #: contrib/admin/views/auth.py:20
|
---|
822 | #, python-format
|
---|
823 | msgid "The %(name)s \"%(obj)s\" was added successfully."
|
---|
824 | msgstr "El/la %(name)s \"%(obj)s\".ha estat agregat/da amb èxit."
|
---|
825 |
|
---|
826 | #: contrib/admin/views/main.py:268
|
---|
827 | #: contrib/admin/views/main.py:354
|
---|
828 | #: contrib/admin/views/auth.py:25
|
---|
829 | msgid "You may edit it again below."
|
---|
830 | msgstr "Pot editar-lo de nou abaix."
|
---|
831 |
|
---|
832 | #: contrib/admin/views/main.py:278
|
---|
833 | #: contrib/admin/views/main.py:363
|
---|
834 | #, python-format
|
---|
835 | msgid "You may add another %s below."
|
---|
836 | msgstr "Pot afegir un altre %s a baix."
|
---|
837 |
|
---|
838 | #: contrib/admin/views/main.py:296
|
---|
839 | #, python-format
|
---|
840 | msgid "Add %s"
|
---|
841 | msgstr "Afegir %s"
|
---|
842 |
|
---|
843 | #: contrib/admin/views/main.py:342
|
---|
844 | #, python-format
|
---|
845 | msgid "Added %s."
|
---|
846 | msgstr "Agregat %s."
|
---|
847 |
|
---|
848 | #: contrib/admin/views/main.py:344
|
---|
849 | #, python-format
|
---|
850 | msgid "Changed %s."
|
---|
851 | msgstr "Modificat %s."
|
---|
852 |
|
---|
853 | #: contrib/admin/views/main.py:346
|
---|
854 | #, python-format
|
---|
855 | msgid "Deleted %s."
|
---|
856 | msgstr "Eliminat %s."
|
---|
857 |
|
---|
858 | #: contrib/admin/views/main.py:349
|
---|
859 | msgid "No fields changed."
|
---|
860 | msgstr "Cap camp canviat."
|
---|
861 |
|
---|
862 | #: contrib/admin/views/main.py:352
|
---|
863 | #, python-format
|
---|
864 | msgid "The %(name)s \"%(obj)s\" was changed successfully."
|
---|
865 | msgstr "S'ha modificat amb èxist el/la %(name)s \"%(obj)s."
|
---|
866 |
|
---|
867 | #: contrib/admin/views/main.py:360
|
---|
868 | #, python-format
|
---|
869 | msgid "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
|
---|
870 | msgstr "S'ha agregat amb èxit el/la %(name)s \"%(obj)s\". Pot editar-lo de nou abaix."
|
---|
871 |
|
---|
872 | #: contrib/admin/views/main.py:398
|
---|
873 | #, python-format
|
---|
874 | msgid "Change %s"
|
---|
875 | msgstr "Modificar %s"
|
---|
876 |
|
---|
877 | #: contrib/admin/views/main.py:483
|
---|
878 | #, python-format
|
---|
879 | msgid "One or more %(fieldname)s in %(name)s: %(obj)s"
|
---|
880 | msgstr "Un o més %(fieldname)s en %(name)s: %(obj)s"
|
---|
881 |
|
---|
882 | #: contrib/admin/views/main.py:488
|
---|
883 | #, python-format
|
---|
884 | msgid "One or more %(fieldname)s in %(name)s:"
|
---|
885 | msgstr "Un o més %(fieldname)s en %(name)s:"
|
---|
886 |
|
---|
887 | #: contrib/admin/views/main.py:520
|
---|
888 | #, python-format
|
---|
889 | msgid "The %(name)s \"%(obj)s\" was deleted successfully."
|
---|
890 | msgstr "El/la %(name)s \"%(obj)s\".ha estat eliminat amb èxit."
|
---|
891 |
|
---|
892 | #: contrib/admin/views/main.py:523
|
---|
893 | msgid "Are you sure?"
|
---|
894 | msgstr "Està segur?"
|
---|
895 |
|
---|
896 | #: contrib/admin/views/main.py:545
|
---|
897 | #, python-format
|
---|
898 | msgid "Change history: %s"
|
---|
899 | msgstr "Modificar històric: %s"
|
---|
900 |
|
---|
901 | #: contrib/admin/views/main.py:579
|
---|
902 | #, python-format
|
---|
903 | msgid "Select %s"
|
---|
904 | msgstr "Seleccioni %s"
|
---|
905 |
|
---|
906 | #: contrib/admin/views/main.py:579
|
---|
907 | #, python-format
|
---|
908 | msgid "Select %s to change"
|
---|
909 | msgstr "Seleccioni %s per modificar"
|
---|
910 |
|
---|
911 | #: contrib/admin/views/main.py:780
|
---|
912 | msgid "Database error"
|
---|
913 | msgstr "Error de/en la base de dades"
|
---|
914 |
|
---|
915 | #: contrib/admin/views/doc.py:47
|
---|
916 | #: contrib/admin/views/doc.py:49
|
---|
917 | #: contrib/admin/views/doc.py:51
|
---|
918 | msgid "tag:"
|
---|
919 | msgstr "etiqueta:"
|
---|
920 |
|
---|
921 | #: contrib/admin/views/doc.py:78
|
---|
922 | #: contrib/admin/views/doc.py:80
|
---|
923 | #: contrib/admin/views/doc.py:82
|
---|
924 | msgid "filter:"
|
---|
925 | msgstr "filtre:"
|
---|
926 |
|
---|
927 | #: contrib/admin/views/doc.py:136
|
---|
928 | #: contrib/admin/views/doc.py:138
|
---|
929 | #: contrib/admin/views/doc.py:140
|
---|
930 | msgid "view:"
|
---|
931 | msgstr "vista:"
|
---|
932 |
|
---|
933 | #: contrib/admin/views/doc.py:165
|
---|
934 | #, python-format
|
---|
935 | msgid "App %r not found"
|
---|
936 | msgstr "La aplicació %r no s'ha pogut trobar"
|
---|
937 |
|
---|
938 | #: contrib/admin/views/doc.py:172
|
---|
939 | #, python-format
|
---|
940 | msgid "Model %(name)r not found in app %(label)r"
|
---|
941 | msgstr "El model %(name)r no s'ha trobat en la aplicació %(label)r"
|
---|
942 |
|
---|
943 | #: contrib/admin/views/doc.py:184
|
---|
944 | #, python-format
|
---|
945 | msgid "the related `%(label)s.%(type)s` object"
|
---|
946 | msgstr "el objecte relacionat `%(label)s.%(type)s`"
|
---|
947 |
|
---|
948 | #: contrib/admin/views/doc.py:184
|
---|
949 | #: contrib/admin/views/doc.py:206
|
---|
950 | #: contrib/admin/views/doc.py:220
|
---|
951 | #: contrib/admin/views/doc.py:225
|
---|
952 | msgid "model:"
|
---|
953 | msgstr "model:"
|
---|
954 |
|
---|
955 | #: contrib/admin/views/doc.py:215
|
---|
956 | #, python-format
|
---|
957 | msgid "related `%(label)s.%(name)s` objects"
|
---|
958 | msgstr "objectes relacionats `%(label)s.%(name)s`"
|
---|
959 |
|
---|
960 | #: contrib/admin/views/doc.py:220
|
---|
961 | #, python-format
|
---|
962 | msgid "all %s"
|
---|
963 | msgstr "tots %s"
|
---|
964 |
|
---|
965 | #: contrib/admin/views/doc.py:225
|
---|
966 | #, python-format
|
---|
967 | msgid "number of %s"
|
---|
968 | msgstr "nombre de %s"
|
---|
969 |
|
---|
970 | #: contrib/admin/views/doc.py:230
|
---|
971 | #, python-format
|
---|
972 | msgid "Fields on %s objects"
|
---|
973 | msgstr "Camps en objectes %s"
|
---|
974 |
|
---|
975 | #: contrib/admin/views/doc.py:292
|
---|
976 | #: contrib/admin/views/doc.py:303
|
---|
977 | #: contrib/admin/views/doc.py:305
|
---|
978 | #: contrib/admin/views/doc.py:311
|
---|
979 | #: contrib/admin/views/doc.py:312
|
---|
980 | #: contrib/admin/views/doc.py:314
|
---|
981 | msgid "Integer"
|
---|
982 | msgstr "Enter"
|
---|
983 |
|
---|
984 | #: contrib/admin/views/doc.py:293
|
---|
985 | msgid "Boolean (Either True or False)"
|
---|
986 | msgstr "Booleà (Verdader o Fals)"
|
---|
987 |
|
---|
988 | #: contrib/admin/views/doc.py:294
|
---|
989 | #: contrib/admin/views/doc.py:313
|
---|
990 | #, python-format
|
---|
991 | msgid "String (up to %(max_length)s)"
|
---|
992 | msgstr "Cadena (de fins a %(max_length)s)"
|
---|
993 |
|
---|
994 | #: contrib/admin/views/doc.py:295
|
---|
995 | msgid "Comma-separated integers"
|
---|
996 | msgstr "Enters separats per comes"
|
---|
997 |
|
---|
998 | #: contrib/admin/views/doc.py:296
|
---|
999 | msgid "Date (without time)"
|
---|
1000 | msgstr "Data (sense hora)"
|
---|
1001 |
|
---|
1002 | #: contrib/admin/views/doc.py:297
|
---|
1003 | msgid "Date (with time)"
|
---|
1004 | msgstr "Data (amb hora)"
|
---|
1005 |
|
---|
1006 | #: contrib/admin/views/doc.py:298
|
---|
1007 | msgid "Decimal number"
|
---|
1008 | msgstr "Número decimal"
|
---|
1009 |
|
---|
1010 | #: contrib/admin/views/doc.py:299
|
---|
1011 | msgid "E-mail address"
|
---|
1012 | msgstr "Adreça de correu electrònic"
|
---|
1013 |
|
---|
1014 | #: contrib/admin/views/doc.py:300
|
---|
1015 | #: contrib/admin/views/doc.py:301
|
---|
1016 | #: contrib/admin/views/doc.py:304
|
---|
1017 | msgid "File path"
|
---|
1018 | msgstr "Ruta del fitxer"
|
---|
1019 |
|
---|
1020 | #: contrib/admin/views/doc.py:302
|
---|
1021 | msgid "Floating point number"
|
---|
1022 | msgstr "Número amb punt de coma flotant"
|
---|
1023 |
|
---|
1024 | #: contrib/admin/views/doc.py:306
|
---|
1025 | #: contrib/comments/models.py:85
|
---|
1026 | msgid "IP address"
|
---|
1027 | msgstr "Adreça IP"
|
---|
1028 |
|
---|
1029 | #: contrib/admin/views/doc.py:308
|
---|
1030 | msgid "Boolean (Either True, False or None)"
|
---|
1031 | msgstr "Booleà (Verdader, Fals o 'None' (cap))"
|
---|
1032 |
|
---|
1033 | #: contrib/admin/views/doc.py:309
|
---|
1034 | msgid "Relation to parent model"
|
---|
1035 | msgstr "Relació amb el model pare"
|
---|
1036 |
|
---|
1037 | #: contrib/admin/views/doc.py:310
|
---|
1038 | msgid "Phone number"
|
---|
1039 | msgstr "Número de telèfon"
|
---|
1040 |
|
---|
1041 | #: contrib/admin/views/doc.py:315
|
---|
1042 | msgid "Text"
|
---|
1043 | msgstr "Texte"
|
---|
1044 |
|
---|
1045 | #: contrib/admin/views/doc.py:316
|
---|
1046 | msgid "Time"
|
---|
1047 | msgstr "Hora"
|
---|
1048 |
|
---|
1049 | #: contrib/admin/views/doc.py:317
|
---|
1050 | #: contrib/flatpages/models.py:7
|
---|
1051 | msgid "URL"
|
---|
1052 | msgstr "URL"
|
---|
1053 |
|
---|
1054 | #: contrib/admin/views/doc.py:318
|
---|
1055 | msgid "U.S. state (two uppercase letters)"
|
---|
1056 | msgstr "Estat dels E.U.A. (dos lletres majúscules)"
|
---|
1057 |
|
---|
1058 | #: contrib/admin/views/doc.py:319
|
---|
1059 | msgid "XML text"
|
---|
1060 | msgstr "Texte XML"
|
---|
1061 |
|
---|
1062 | #: contrib/admin/views/doc.py:345
|
---|
1063 | #, python-format
|
---|
1064 | msgid "%s does not appear to be a urlpattern object"
|
---|
1065 | msgstr "%s no sembla ser un objecte 'urlpattern'"
|
---|
1066 |
|
---|
1067 | #: contrib/admin/views/auth.py:31
|
---|
1068 | msgid "Add user"
|
---|
1069 | msgstr "Afegir usuari"
|
---|
1070 |
|
---|
1071 | #: contrib/admin/views/auth.py:58
|
---|
1072 | msgid "Password changed successfully."
|
---|
1073 | msgstr "Canvi de clau exitós"
|
---|
1074 |
|
---|
1075 | #: contrib/admin/views/auth.py:65
|
---|
1076 | #, python-format
|
---|
1077 | msgid "Change password: %s"
|
---|
1078 | msgstr "Canviar clau: %s"
|
---|
1079 |
|
---|
1080 | #: contrib/admin/templatetags/admin_list.py:254
|
---|
1081 | msgid "All dates"
|
---|
1082 | msgstr "Totes les dates"
|
---|
1083 |
|
---|
1084 | #: contrib/admin/templates/admin/pagination.html:10
|
---|
1085 | msgid "Show all"
|
---|
1086 | msgstr "Mostrar tots"
|
---|
1087 |
|
---|
1088 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
1089 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
1090 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
1091 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
1092 | #: contrib/admin/templates/admin/base.html:25
|
---|
1093 | #: contrib/admin/templates/admin/auth/user/change_password.html:9
|
---|
1094 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
1095 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
1096 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
1097 | msgid "Documentation"
|
---|
1098 | msgstr "Documentació"
|
---|
1099 |
|
---|
1100 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
1101 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
1102 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
1103 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
1104 | #: contrib/admin/templates/admin/base.html:25
|
---|
1105 | #: contrib/admin/templates/admin/auth/user/change_password.html:9
|
---|
1106 | #: contrib/admin/templates/admin/auth/user/change_password.html:15
|
---|
1107 | #: contrib/admin/templates/admin/auth/user/change_password.html:46
|
---|
1108 | #: contrib/admin/templates/admin_doc/template_filter_index.html:5
|
---|
1109 | #: contrib/admin/templates/admin_doc/bookmarklets.html:4
|
---|
1110 | #: contrib/admin/templates/admin_doc/template_tag_index.html:5
|
---|
1111 | #: contrib/admin/templates/admin_doc/index.html:4
|
---|
1112 | #: contrib/admin/templates/admin_doc/model_detail.html:3
|
---|
1113 | #: contrib/admin/templates/admin_doc/missing_docutils.html:4
|
---|
1114 | #: contrib/admin/templates/admin_doc/template_detail.html:4
|
---|
1115 | #: contrib/admin/templates/admin_doc/view_index.html:5
|
---|
1116 | #: contrib/admin/templates/admin_doc/model_index.html:5
|
---|
1117 | #: contrib/admin/templates/admin_doc/view_detail.html:4
|
---|
1118 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
1119 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
1120 | msgid "Change password"
|
---|
1121 | msgstr "Canviar clau"
|
---|
1122 |
|
---|
1123 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
1124 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
1125 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
1126 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
1127 | #: contrib/admin/templates/admin/base.html:25
|
---|
1128 | #: contrib/admin/templates/admin/auth/user/change_password.html:9
|
---|
1129 | #: contrib/admin/templates/admin_doc/template_filter_index.html:5
|
---|
1130 | #: contrib/admin/templates/admin_doc/bookmarklets.html:4
|
---|
1131 | #: contrib/admin/templates/admin_doc/template_tag_index.html:5
|
---|
1132 | #: contrib/admin/templates/admin_doc/index.html:4
|
---|
1133 | #: contrib/admin/templates/admin_doc/model_detail.html:3
|
---|
1134 | #: contrib/admin/templates/admin_doc/missing_docutils.html:4
|
---|
1135 | #: contrib/admin/templates/admin_doc/template_detail.html:4
|
---|
1136 | #: contrib/admin/templates/admin_doc/view_index.html:5
|
---|
1137 | #: contrib/admin/templates/admin_doc/model_index.html:5
|
---|
1138 | #: contrib/admin/templates/admin_doc/view_detail.html:4
|
---|
1139 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
1140 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
1141 | #: contrib/comments/templates/comments/form.html:6
|
---|
1142 | msgid "Log out"
|
---|
1143 | msgstr "Finalitzar sessió"
|
---|
1144 |
|
---|
1145 | #: contrib/admin/templates/admin/delete_confirmation.html:6
|
---|
1146 | #: contrib/admin/templates/admin/change_form.html:13
|
---|
1147 | #: contrib/admin/templates/admin/change_list.html:6
|
---|
1148 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
1149 | #: contrib/admin/templates/admin/500.html:4
|
---|
1150 | #: contrib/admin/templates/admin/invalid_setup.html:4
|
---|
1151 | #: contrib/admin/templates/admin/base.html:30
|
---|
1152 | #: contrib/admin/templates/admin/auth/user/change_password.html:12
|
---|
1153 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
1154 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
1155 | #: contrib/admin/templates/registration/logged_out.html:4
|
---|
1156 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
1157 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
1158 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
1159 | msgid "Home"
|
---|
1160 | msgstr "Inici"
|
---|
1161 |
|
---|
1162 | #: contrib/admin/templates/admin/delete_confirmation.html:9
|
---|
1163 | #: contrib/admin/templates/admin/submit_line.html:3
|
---|
1164 | msgid "Delete"
|
---|
1165 | msgstr "Eliminar"
|
---|
1166 |
|
---|
1167 | #: contrib/admin/templates/admin/delete_confirmation.html:14
|
---|
1168 | #, python-format
|
---|
1169 | msgid "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:"
|
---|
1170 | msgstr "Eliminar el/la %(object_name)s '%(escaped_object)s' provocaria l'eliminació d'objectes relacionats, però el seu compte no te permisos per a esborrar els tipus d'objecte següents:"
|
---|
1171 |
|
---|
1172 | #: contrib/admin/templates/admin/delete_confirmation.html:21
|
---|
1173 | #, python-format
|
---|
1174 | msgid "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? All of the following related items will be deleted:"
|
---|
1175 | msgstr "Està segur de voler esborrar els/les %(object_name)s \"%(escaped_object)s\"? S'esborraran els següents elements relacionats:"
|
---|
1176 |
|
---|
1177 | #: contrib/admin/templates/admin/delete_confirmation.html:26
|
---|
1178 | msgid "Yes, I'm sure"
|
---|
1179 | msgstr "Si, estic segur"
|
---|
1180 |
|
---|
1181 | #: contrib/admin/templates/admin/404.html:4
|
---|
1182 | #: contrib/admin/templates/admin/404.html:8
|
---|
1183 | msgid "Page not found"
|
---|
1184 | msgstr "No s'ha pogut trobar la pàgina"
|
---|
1185 |
|
---|
1186 | #: contrib/admin/templates/admin/404.html:10
|
---|
1187 | msgid "We're sorry, but the requested page could not be found."
|
---|
1188 | msgstr "Ho sentim, però no s'ha pogut trobar la pàgina solicitada"
|
---|
1189 |
|
---|
1190 | #: contrib/admin/templates/admin/change_form.html:15
|
---|
1191 | #: contrib/admin/templates/admin/index.html:28
|
---|
1192 | msgid "Add"
|
---|
1193 | msgstr "Afegir"
|
---|
1194 |
|
---|
1195 | #: contrib/admin/templates/admin/change_form.html:21
|
---|
1196 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
1197 | msgid "History"
|
---|
1198 | msgstr "Històric"
|
---|
1199 |
|
---|
1200 | #: contrib/admin/templates/admin/change_form.html:22
|
---|
1201 | msgid "View on site"
|
---|
1202 | msgstr "Veure en el lloc"
|
---|
1203 |
|
---|
1204 | #: contrib/admin/templates/admin/change_form.html:32
|
---|
1205 | #: contrib/admin/templates/admin/auth/user/change_password.html:24
|
---|
1206 | msgid "Please correct the error below."
|
---|
1207 | msgid_plural "Please correct the errors below."
|
---|
1208 | msgstr[0] "Si us plau, corregeixi l'error mostrat abaix."
|
---|
1209 | msgstr[1] "Si us plau, corregeixi els errors mostrats abaix."
|
---|
1210 |
|
---|
1211 | #: contrib/admin/templates/admin/change_form.html:50
|
---|
1212 | msgid "Ordering"
|
---|
1213 | msgstr "Ordre"
|
---|
1214 |
|
---|
1215 | #: contrib/admin/templates/admin/change_form.html:53
|
---|
1216 | msgid "Order:"
|
---|
1217 | msgstr "Ordre:"
|
---|
1218 |
|
---|
1219 | #: contrib/admin/templates/admin/filter.html:2
|
---|
1220 | #, python-format
|
---|
1221 | msgid " By %(filter_title)s "
|
---|
1222 | msgstr "Per %(filter_title)s "
|
---|
1223 |
|
---|
1224 | #: contrib/admin/templates/admin/submit_line.html:4
|
---|
1225 | msgid "Save as new"
|
---|
1226 | msgstr "Desar com a nou"
|
---|
1227 |
|
---|
1228 | #: contrib/admin/templates/admin/submit_line.html:5
|
---|
1229 | msgid "Save and add another"
|
---|
1230 | msgstr "Desar i afegir-ne un de nou"
|
---|
1231 |
|
---|
1232 | #: contrib/admin/templates/admin/submit_line.html:6
|
---|
1233 | msgid "Save and continue editing"
|
---|
1234 | msgstr "Desar i continuar editant"
|
---|
1235 |
|
---|
1236 | #: contrib/admin/templates/admin/submit_line.html:7
|
---|
1237 | msgid "Save"
|
---|
1238 | msgstr "Desar"
|
---|
1239 |
|
---|
1240 | #: contrib/admin/templates/admin/change_list.html:12
|
---|
1241 | #, python-format
|
---|
1242 | msgid "Add %(name)s"
|
---|
1243 | msgstr "Afegir %(name)s"
|
---|
1244 |
|
---|
1245 | #: contrib/admin/templates/admin/index.html:17
|
---|
1246 | #, python-format
|
---|
1247 | msgid "Models available in the %(name)s application."
|
---|
1248 | msgstr "Models disponibles en la aplicació %(name)s."
|
---|
1249 |
|
---|
1250 | #: contrib/admin/templates/admin/index.html:18
|
---|
1251 | #, python-format
|
---|
1252 | msgid "%(name)s"
|
---|
1253 | msgstr "%(name)s"
|
---|
1254 |
|
---|
1255 | #: contrib/admin/templates/admin/index.html:34
|
---|
1256 | msgid "Change"
|
---|
1257 | msgstr "Modificar"
|
---|
1258 |
|
---|
1259 | #: contrib/admin/templates/admin/index.html:44
|
---|
1260 | msgid "You don't have permission to edit anything."
|
---|
1261 | msgstr "No té permís per editar res."
|
---|
1262 |
|
---|
1263 | #: contrib/admin/templates/admin/index.html:52
|
---|
1264 | msgid "Recent Actions"
|
---|
1265 | msgstr "Accions recents"
|
---|
1266 |
|
---|
1267 | #: contrib/admin/templates/admin/index.html:53
|
---|
1268 | msgid "My Actions"
|
---|
1269 | msgstr "Les meves accions"
|
---|
1270 |
|
---|
1271 | #: contrib/admin/templates/admin/index.html:57
|
---|
1272 | msgid "None available"
|
---|
1273 | msgstr "Cap disponible"
|
---|
1274 |
|
---|
1275 | #: contrib/admin/templates/admin/base_site.html:4
|
---|
1276 | msgid "Django site admin"
|
---|
1277 | msgstr "Lloc administratiu de Django"
|
---|
1278 |
|
---|
1279 | #: contrib/admin/templates/admin/base_site.html:7
|
---|
1280 | msgid "Django administration"
|
---|
1281 | msgstr "Adminsitració de Django"
|
---|
1282 |
|
---|
1283 | #: contrib/admin/templates/admin/object_history.html:18
|
---|
1284 | msgid "Date/time"
|
---|
1285 | msgstr "Data/hora"
|
---|
1286 |
|
---|
1287 | #: contrib/admin/templates/admin/object_history.html:19
|
---|
1288 | msgid "User"
|
---|
1289 | msgstr "Usuari"
|
---|
1290 |
|
---|
1291 | #: contrib/admin/templates/admin/object_history.html:20
|
---|
1292 | msgid "Action"
|
---|
1293 | msgstr "Acció"
|
---|
1294 |
|
---|
1295 | #: contrib/admin/templates/admin/object_history.html:26
|
---|
1296 | msgid "DATE_WITH_TIME_FULL"
|
---|
1297 | msgstr "F j, Y, H:i "
|
---|
1298 |
|
---|
1299 | #: contrib/admin/templates/admin/object_history.html:36
|
---|
1300 | msgid "This object doesn't have a change history. It probably wasn't added via this admin site."
|
---|
1301 | msgstr "Aquest objecte no te historial de canvis. Probablement no va ser afegit utilitzant aquest lloc administratiu."
|
---|
1302 |
|
---|
1303 | #: contrib/admin/templates/admin/500.html:4
|
---|
1304 | msgid "Server error"
|
---|
1305 | msgstr "Error del servidor"
|
---|
1306 |
|
---|
1307 | #: contrib/admin/templates/admin/500.html:6
|
---|
1308 | msgid "Server error (500)"
|
---|
1309 | msgstr "Error del servidor (500)"
|
---|
1310 |
|
---|
1311 | #: contrib/admin/templates/admin/500.html:9
|
---|
1312 | msgid "Server Error <em>(500)</em>"
|
---|
1313 | msgstr "Error del servidor <em>(500)</em>"
|
---|
1314 |
|
---|
1315 | #: contrib/admin/templates/admin/500.html:10
|
---|
1316 | msgid "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience."
|
---|
1317 | msgstr "Hi ha hagut un error. S'ha informat als administradors del lloc per correu electrònic y hauria d'arreglar-se en breu. Gràcies per la seva paciència."
|
---|
1318 |
|
---|
1319 | #: contrib/admin/templates/admin/invalid_setup.html:8
|
---|
1320 | msgid "Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user."
|
---|
1321 | msgstr "Alguna cosa està malament en la instal·lació de la teva base de dades. Assegurat de que s'han creat les taules, i de que la base de dades és llegible per l'usuari apropiat."
|
---|
1322 |
|
---|
1323 | #: contrib/admin/templates/admin/search_form.html:8
|
---|
1324 | msgid "Go"
|
---|
1325 | msgstr "Cercar"
|
---|
1326 |
|
---|
1327 | #: contrib/admin/templates/admin/search_form.html:10
|
---|
1328 | #, python-format
|
---|
1329 | msgid "1 result"
|
---|
1330 | msgid_plural "%(counter)s results"
|
---|
1331 | msgstr[0] "1 resultat"
|
---|
1332 | msgstr[1] "%(counter)s resultats"
|
---|
1333 |
|
---|
1334 | #: contrib/admin/templates/admin/search_form.html:10
|
---|
1335 | #, python-format
|
---|
1336 | msgid "%(full_result_count)s total"
|
---|
1337 | msgstr "%(full_result_count)s en total"
|
---|
1338 |
|
---|
1339 | #: contrib/admin/templates/admin/filters.html:4
|
---|
1340 | msgid "Filter"
|
---|
1341 | msgstr "Filtre"
|
---|
1342 |
|
---|
1343 | #: contrib/admin/templates/admin/login.html:17
|
---|
1344 | #: contrib/comments/templates/comments/form.html:6
|
---|
1345 | #: contrib/comments/templates/comments/form.html:8
|
---|
1346 | msgid "Username:"
|
---|
1347 | msgstr "Usuari:"
|
---|
1348 |
|
---|
1349 | #: contrib/admin/templates/admin/login.html:20
|
---|
1350 | #: contrib/comments/templates/comments/form.html:8
|
---|
1351 | msgid "Password:"
|
---|
1352 | msgstr "Contrasenya:"
|
---|
1353 |
|
---|
1354 | #: contrib/admin/templates/admin/base.html:25
|
---|
1355 | msgid "Welcome,"
|
---|
1356 | msgstr "Benvingut,"
|
---|
1357 |
|
---|
1358 | #: contrib/admin/templates/admin/auth/user/add_form.html:6
|
---|
1359 | msgid "First, enter a username and password. Then, you'll be able to edit more user options."
|
---|
1360 | msgstr "Primer, entri un usuari i una contrasenya. Després podrà editar més opcions del usuari."
|
---|
1361 |
|
---|
1362 | #: contrib/admin/templates/admin/auth/user/add_form.html:12
|
---|
1363 | msgid "Username"
|
---|
1364 | msgstr "Usuari"
|
---|
1365 |
|
---|
1366 | #: contrib/admin/templates/admin/auth/user/add_form.html:18
|
---|
1367 | #: contrib/admin/templates/admin/auth/user/change_password.html:34
|
---|
1368 | msgid "Password"
|
---|
1369 | msgstr "Contrasenya"
|
---|
1370 |
|
---|
1371 | #: contrib/admin/templates/admin/auth/user/add_form.html:23
|
---|
1372 | #: contrib/admin/templates/admin/auth/user/change_password.html:39
|
---|
1373 | msgid "Password (again)"
|
---|
1374 | msgstr "Contrasenya (de nou)"
|
---|
1375 |
|
---|
1376 | #: contrib/admin/templates/admin/auth/user/add_form.html:24
|
---|
1377 | #: contrib/admin/templates/admin/auth/user/change_password.html:40
|
---|
1378 | msgid "Enter the same password as above, for verification."
|
---|
1379 | msgstr "Introdueixi la mateixa contrasenya que a sobre, per a verificació."
|
---|
1380 |
|
---|
1381 | #: contrib/admin/templates/admin/auth/user/change_password.html:28
|
---|
1382 | #, python-format
|
---|
1383 | msgid "Enter a new password for the user <strong>%(username)s</strong>."
|
---|
1384 | msgstr "Introdueixi una contrasenya per l'usuari <strong>%(username)s</strong>"
|
---|
1385 |
|
---|
1386 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
1387 | msgid "Bookmarklets"
|
---|
1388 | msgstr "'Bookmarklets'"
|
---|
1389 |
|
---|
1390 | #: contrib/admin/templates/admin_doc/bookmarklets.html:5
|
---|
1391 | msgid "Documentation bookmarklets"
|
---|
1392 | msgstr "'Bookmarklets' de documentació"
|
---|
1393 |
|
---|
1394 | #: contrib/admin/templates/admin_doc/bookmarklets.html:9
|
---|
1395 | msgid ""
|
---|
1396 | "\n"
|
---|
1397 | "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
---|
1398 | "toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
---|
1399 | "select the bookmarklet from any page in the site. Note that some of these\n"
|
---|
1400 | "bookmarklets require you to be viewing the site from a computer designated\n"
|
---|
1401 | "as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
---|
1402 | "your computer is \"internal\").</p>\n"
|
---|
1403 | msgstr ""
|
---|
1404 | "\n"
|
---|
1405 | "<p class=\"help\">Per a instalar 'bookmarklets', arrosegui l'enllaç a la seva barra de\n"
|
---|
1406 | "marcadors, o faci click amb el botò dret en l'enllaç i afegeixi'l als marcadors.\n"
|
---|
1407 | "Ara pot escollir el 'bookmarklet' des de qualsevol pàgina del lloc.\n"
|
---|
1408 | "Observi que alguns d'aquests 'bookmarklets' precisen que estigui veient\n"
|
---|
1409 | "el lloc des de un ordinador senyalat com a \"intern\" (parli\n"
|
---|
1410 | "amb el seu administrador de sistemes si no està segur de la condició del seu).</p>\n"
|
---|
1411 |
|
---|
1412 | #: contrib/admin/templates/admin_doc/bookmarklets.html:19
|
---|
1413 | msgid "Documentation for this page"
|
---|
1414 | msgstr "Documentació d'aquesta pàgina"
|
---|
1415 |
|
---|
1416 | #: contrib/admin/templates/admin_doc/bookmarklets.html:20
|
---|
1417 | msgid "Jumps you from any page to the documentation for the view that generates that page."
|
---|
1418 | msgstr "El porta des de qualsevol pàgina de la documentació a la vista que la genera."
|
---|
1419 |
|
---|
1420 | #: contrib/admin/templates/admin_doc/bookmarklets.html:22
|
---|
1421 | msgid "Show object ID"
|
---|
1422 | msgstr "Mostra el ID de l'objecte"
|
---|
1423 |
|
---|
1424 | #: contrib/admin/templates/admin_doc/bookmarklets.html:23
|
---|
1425 | msgid "Shows the content-type and unique ID for pages that represent a single object."
|
---|
1426 | msgstr "Mostra el 'content-type' (tipus de contingut) i el ID inequívoc de les pàgines que representen un únic objecte."
|
---|
1427 |
|
---|
1428 | #: contrib/admin/templates/admin_doc/bookmarklets.html:25
|
---|
1429 | msgid "Edit this object (current window)"
|
---|
1430 | msgstr "Editar aquest objecte (finestra actual)"
|
---|
1431 |
|
---|
1432 | #: contrib/admin/templates/admin_doc/bookmarklets.html:26
|
---|
1433 | msgid "Jumps to the admin page for pages that represent a single object."
|
---|
1434 | msgstr "El porta a la pàgina d'administració de pàgines que representen un únic objecte."
|
---|
1435 |
|
---|
1436 | #: contrib/admin/templates/admin_doc/bookmarklets.html:28
|
---|
1437 | msgid "Edit this object (new window)"
|
---|
1438 | msgstr "Editar aquest objecte (nova finestra)"
|
---|
1439 |
|
---|
1440 | #: contrib/admin/templates/admin_doc/bookmarklets.html:29
|
---|
1441 | msgid "As above, but opens the admin page in a new window."
|
---|
1442 | msgstr "Com abans, però obre la pàgina d'administració en una nova finestra."
|
---|
1443 |
|
---|
1444 | #: contrib/admin/templates/widget/date_time.html:3
|
---|
1445 | msgid "Date:"
|
---|
1446 | msgstr "Data:"
|
---|
1447 |
|
---|
1448 | #: contrib/admin/templates/widget/date_time.html:4
|
---|
1449 | msgid "Time:"
|
---|
1450 | msgstr "Hora:"
|
---|
1451 |
|
---|
1452 | #: contrib/admin/templates/widget/file.html:2
|
---|
1453 | msgid "Currently:"
|
---|
1454 | msgstr "Actualment:"
|
---|
1455 |
|
---|
1456 | #: contrib/admin/templates/widget/file.html:3
|
---|
1457 | msgid "Change:"
|
---|
1458 | msgstr "Modificar:"
|
---|
1459 |
|
---|
1460 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
1461 | #: contrib/admin/templates/registration/password_reset_form.html:6
|
---|
1462 | #: contrib/admin/templates/registration/password_reset_form.html:10
|
---|
1463 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
1464 | msgid "Password reset"
|
---|
1465 | msgstr "Restablir contrasenya"
|
---|
1466 |
|
---|
1467 | #: contrib/admin/templates/registration/password_reset_form.html:12
|
---|
1468 | msgid "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you."
|
---|
1469 | msgstr "Ha oblidat la seva contrasenya? Introdueixi la seva adreça de correu electrònic i crearem una nova que li enviarem per correu."
|
---|
1470 |
|
---|
1471 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
1472 | msgid "E-mail address:"
|
---|
1473 | msgstr "Adreça de correu electrònic:"
|
---|
1474 |
|
---|
1475 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
1476 | msgid "Reset my password"
|
---|
1477 | msgstr "Restablir la meva contrasenya"
|
---|
1478 |
|
---|
1479 | #: contrib/admin/templates/registration/password_reset_email.html:2
|
---|
1480 | msgid "You're receiving this e-mail because you requested a password reset"
|
---|
1481 | msgstr "Està rebent aquest missatge degut a que va solicitar un restabliment de contrasenya."
|
---|
1482 |
|
---|
1483 | #: contrib/admin/templates/registration/password_reset_email.html:3
|
---|
1484 | #, python-format
|
---|
1485 | msgid "for your user account at %(site_name)s"
|
---|
1486 | msgstr "del seu compte d'usuari a %(site_name)s."
|
---|
1487 |
|
---|
1488 | #: contrib/admin/templates/registration/password_reset_email.html:5
|
---|
1489 | #, python-format
|
---|
1490 | msgid "Your new password is: %(new_password)s"
|
---|
1491 | msgstr "La seva nova contrasenya és: %(new_password)s"
|
---|
1492 |
|
---|
1493 | #: contrib/admin/templates/registration/password_reset_email.html:7
|
---|
1494 | msgid "Feel free to change this password by going to this page:"
|
---|
1495 | msgstr "Sentis lliure de canviar-la en aquesta pàgina:"
|
---|
1496 |
|
---|
1497 | #: contrib/admin/templates/registration/password_reset_email.html:11
|
---|
1498 | msgid "Your username, in case you've forgotten:"
|
---|
1499 | msgstr "El seu nom d'usuari, en cas d'haver-lo oblidat:"
|
---|
1500 |
|
---|
1501 | #: contrib/admin/templates/registration/password_reset_email.html:13
|
---|
1502 | msgid "Thanks for using our site!"
|
---|
1503 | msgstr "Gràcies per fer us del nostre lloc!"
|
---|
1504 |
|
---|
1505 | #: contrib/admin/templates/registration/password_reset_email.html:15
|
---|
1506 | #, python-format
|
---|
1507 | msgid "The %(site_name)s team"
|
---|
1508 | msgstr "L'equip de %(site_name)s"
|
---|
1509 |
|
---|
1510 | #: contrib/admin/templates/registration/logged_out.html:8
|
---|
1511 | msgid "Thanks for spending some quality time with the Web site today."
|
---|
1512 | msgstr "Gràcies per emprar algun temps de cualitat amb el lloc web avui."
|
---|
1513 |
|
---|
1514 | #: contrib/admin/templates/registration/logged_out.html:10
|
---|
1515 | msgid "Log in again"
|
---|
1516 | msgstr "Iniciar sessió de nou"
|
---|
1517 |
|
---|
1518 | #: contrib/admin/templates/registration/password_reset_done.html:6
|
---|
1519 | #: contrib/admin/templates/registration/password_reset_done.html:10
|
---|
1520 | msgid "Password reset successful"
|
---|
1521 | msgstr "Contrasenya restaber-ta amb èxit"
|
---|
1522 |
|
---|
1523 | #: contrib/admin/templates/registration/password_reset_done.html:12
|
---|
1524 | msgid "We've e-mailed a new password to the e-mail address you submitted. You should be receiving it shortly."
|
---|
1525 | msgstr "Li hem enviat una contrasenya nova a l'adreça de correu electrònic que ens ha indicat. L'hauria de rebre en breu."
|
---|
1526 |
|
---|
1527 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
1528 | #: contrib/admin/templates/registration/password_change_form.html:6
|
---|
1529 | #: contrib/admin/templates/registration/password_change_form.html:10
|
---|
1530 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
1531 | msgid "Password change"
|
---|
1532 | msgstr "Canvi de clau"
|
---|
1533 |
|
---|
1534 | #: contrib/admin/templates/registration/password_change_form.html:12
|
---|
1535 | msgid "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly."
|
---|
1536 | msgstr "Si us plau, introdueixi la seva contrasenya antiga, per seguretat, i tot seguit introdueixi la seva nova contrasenya dues vegades per verificar que l'ha escrit correctament."
|
---|
1537 |
|
---|
1538 | #: contrib/admin/templates/registration/password_change_form.html:17
|
---|
1539 | msgid "Old password:"
|
---|
1540 | msgstr "Contrasenya antiga:"
|
---|
1541 |
|
---|
1542 | #: contrib/admin/templates/registration/password_change_form.html:19
|
---|
1543 | msgid "New password:"
|
---|
1544 | msgstr "Contrasenya nova:"
|
---|
1545 |
|
---|
1546 | #: contrib/admin/templates/registration/password_change_form.html:21
|
---|
1547 | msgid "Confirm password:"
|
---|
1548 | msgstr "Confirmar contrasenya:"
|
---|
1549 |
|
---|
1550 | #: contrib/admin/templates/registration/password_change_form.html:23
|
---|
1551 | msgid "Change my password"
|
---|
1552 | msgstr "Canviar la meva clau:"
|
---|
1553 |
|
---|
1554 | #: contrib/admin/templates/registration/password_change_done.html:6
|
---|
1555 | #: contrib/admin/templates/registration/password_change_done.html:10
|
---|
1556 | msgid "Password change successful"
|
---|
1557 | msgstr "Canvi de clau exitò"
|
---|
1558 |
|
---|
1559 | #: contrib/admin/templates/registration/password_change_done.html:12
|
---|
1560 | msgid "Your password was changed."
|
---|
1561 | msgstr "La seva clau ha estat canviada."
|
---|
1562 |
|
---|
1563 | #: contrib/sites/models.py:33
|
---|
1564 | msgid "domain name"
|
---|
1565 | msgstr "nom del domini"
|
---|
1566 |
|
---|
1567 | #: contrib/sites/models.py:34
|
---|
1568 | msgid "display name"
|
---|
1569 | msgstr "nom per mostrar"
|
---|
1570 |
|
---|
1571 | #: contrib/sites/models.py:38
|
---|
1572 | msgid "site"
|
---|
1573 | msgstr "lloc"
|
---|
1574 |
|
---|
1575 | #: contrib/sites/models.py:39
|
---|
1576 | msgid "sites"
|
---|
1577 | msgstr "llocs"
|
---|
1578 |
|
---|
1579 | #: contrib/humanize/templatetags/humanize.py:20
|
---|
1580 | msgid "th"
|
---|
1581 | msgstr "rt"
|
---|
1582 |
|
---|
1583 | #: contrib/humanize/templatetags/humanize.py:20
|
---|
1584 | msgid "st"
|
---|
1585 | msgstr "r"
|
---|
1586 |
|
---|
1587 | #: contrib/humanize/templatetags/humanize.py:20
|
---|
1588 | msgid "nd"
|
---|
1589 | msgstr "n"
|
---|
1590 |
|
---|
1591 | #: contrib/humanize/templatetags/humanize.py:20
|
---|
1592 | msgid "rd"
|
---|
1593 | msgstr "r"
|
---|
1594 |
|
---|
1595 | #: contrib/humanize/templatetags/humanize.py:50
|
---|
1596 | #, python-format
|
---|
1597 | msgid "%(value).1f million"
|
---|
1598 | msgid_plural "%(value).1f million"
|
---|
1599 | msgstr[0] "%(value).1f milió"
|
---|
1600 | msgstr[1] "%(value).1f milions"
|
---|
1601 |
|
---|
1602 | #: contrib/humanize/templatetags/humanize.py:53
|
---|
1603 | #, python-format
|
---|
1604 | msgid "%(value).1f billion"
|
---|
1605 | msgid_plural "%(value).1f billion"
|
---|
1606 | msgstr[0] "%(value).1f bilió"
|
---|
1607 | msgstr[1] "%(value).1f bilions"
|
---|
1608 |
|
---|
1609 | #: contrib/humanize/templatetags/humanize.py:56
|
---|
1610 | #, python-format
|
---|
1611 | msgid "%(value).1f trillion"
|
---|
1612 | msgid_plural "%(value).1f trillion"
|
---|
1613 | msgstr[0] "%(value).1f trilió"
|
---|
1614 | msgstr[1] "%(value).1f trilions"
|
---|
1615 |
|
---|
1616 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1617 | msgid "one"
|
---|
1618 | msgstr "un"
|
---|
1619 |
|
---|
1620 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1621 | msgid "two"
|
---|
1622 | msgstr "dos"
|
---|
1623 |
|
---|
1624 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1625 | msgid "three"
|
---|
1626 | msgstr "tres"
|
---|
1627 |
|
---|
1628 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1629 | msgid "four"
|
---|
1630 | msgstr "cuatre"
|
---|
1631 |
|
---|
1632 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1633 | msgid "five"
|
---|
1634 | msgstr "cinc"
|
---|
1635 |
|
---|
1636 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1637 | msgid "six"
|
---|
1638 | msgstr "sis"
|
---|
1639 |
|
---|
1640 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1641 | msgid "seven"
|
---|
1642 | msgstr "set"
|
---|
1643 |
|
---|
1644 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1645 | msgid "eight"
|
---|
1646 | msgstr "vuit"
|
---|
1647 |
|
---|
1648 | #: contrib/humanize/templatetags/humanize.py:71
|
---|
1649 | msgid "nine"
|
---|
1650 | msgstr "nou"
|
---|
1651 |
|
---|
1652 | #: contrib/humanize/templatetags/humanize.py:90
|
---|
1653 | msgid "today"
|
---|
1654 | msgstr "avui"
|
---|
1655 |
|
---|
1656 | #: contrib/humanize/templatetags/humanize.py:92
|
---|
1657 | msgid "tomorrow"
|
---|
1658 | msgstr "demà"
|
---|
1659 |
|
---|
1660 | #: contrib/humanize/templatetags/humanize.py:94
|
---|
1661 | msgid "yesterday"
|
---|
1662 | msgstr "ahir"
|
---|
1663 |
|
---|
1664 | #: contrib/flatpages/models.py:8
|
---|
1665 | msgid "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
|
---|
1666 | msgstr "Exemple: '/about/contact/'. Asseguri's de posar les barres al principi i al final."
|
---|
1667 |
|
---|
1668 | #: contrib/flatpages/models.py:9
|
---|
1669 | msgid "title"
|
---|
1670 | msgstr "tìtol"
|
---|
1671 |
|
---|
1672 | #: contrib/flatpages/models.py:10
|
---|
1673 | msgid "content"
|
---|
1674 | msgstr "contingut"
|
---|
1675 |
|
---|
1676 | #: contrib/flatpages/models.py:11
|
---|
1677 | msgid "enable comments"
|
---|
1678 | msgstr "habilitar comentaris"
|
---|
1679 |
|
---|
1680 | #: contrib/flatpages/models.py:12
|
---|
1681 | msgid "template name"
|
---|
1682 | msgstr "nom de la plantilla"
|
---|
1683 |
|
---|
1684 | #: contrib/flatpages/models.py:13
|
---|
1685 | msgid "Example: 'flatpages/contact_page.html'. If this isn't provided, the system will use 'flatpages/default.html'."
|
---|
1686 | msgstr "Exemple: 'flatpages/contact_page.html'. Si no el proporciona, el sistema utilitzarà 'flatpages/defaula.htmlt'."
|
---|
1687 |
|
---|
1688 | #: contrib/flatpages/models.py:14
|
---|
1689 | msgid "registration required"
|
---|
1690 | msgstr "s'ha de estar registrat"
|
---|
1691 |
|
---|
1692 | #: contrib/flatpages/models.py:14
|
---|
1693 | msgid "If this is checked, only logged-in users will be able to view the page."
|
---|
1694 | msgstr "Si està marcat, només els usuaris registrats podran veure la pàgina."
|
---|
1695 |
|
---|
1696 | #: contrib/flatpages/models.py:18
|
---|
1697 | msgid "flat page"
|
---|
1698 | msgstr "pàgina estàtica"
|
---|
1699 |
|
---|
1700 | #: contrib/flatpages/models.py:19
|
---|
1701 | msgid "flat pages"
|
---|
1702 | msgstr "pàgines estàtiques"
|
---|
1703 |
|
---|
1704 | #: contrib/redirects/models.py:7
|
---|
1705 | msgid "redirect from"
|
---|
1706 | msgstr "redreçar des de"
|
---|
1707 |
|
---|
1708 | #: contrib/redirects/models.py:8
|
---|
1709 | msgid "This should be an absolute path, excluding the domain name. Example: '/events/search/'."
|
---|
1710 | msgstr "Aquesta ruta hauria de ser el camí absolut, excloent-ne el nom del domini. Exemple '/events/search/'."
|
---|
1711 |
|
---|
1712 | #: contrib/redirects/models.py:9
|
---|
1713 | msgid "redirect to"
|
---|
1714 | msgstr "redreçar a"
|
---|
1715 |
|
---|
1716 | #: contrib/redirects/models.py:10
|
---|
1717 | msgid "This can be either an absolute path (as above) or a full URL starting with 'http://'."
|
---|
1718 | msgstr "Això pot ser bé una ruta absoluta (com abans) o una URL completa que comenci per http:// ."
|
---|
1719 |
|
---|
1720 | #: contrib/redirects/models.py:13
|
---|
1721 | msgid "redirect"
|
---|
1722 | msgstr "redreçament"
|
---|
1723 |
|
---|
1724 | #: contrib/redirects/models.py:14
|
---|
1725 | msgid "redirects"
|
---|
1726 | msgstr "redreçaments"
|
---|
1727 |
|
---|
1728 | #: contrib/comments/models.py:67
|
---|
1729 | #: contrib/comments/models.py:169
|
---|
1730 | msgid "object ID"
|
---|
1731 | msgstr "ID de l'objecte"
|
---|
1732 |
|
---|
1733 | #: contrib/comments/models.py:68
|
---|
1734 | msgid "headline"
|
---|
1735 | msgstr "encapçalament"
|
---|
1736 |
|
---|
1737 | #: contrib/comments/models.py:69
|
---|
1738 | #: contrib/comments/models.py:90
|
---|
1739 | #: contrib/comments/models.py:170
|
---|
1740 | msgid "comment"
|
---|
1741 | msgstr "comentari"
|
---|
1742 |
|
---|
1743 | #: contrib/comments/models.py:70
|
---|
1744 | msgid "rating #1"
|
---|
1745 | msgstr "qualificació #1"
|
---|
1746 |
|
---|
1747 | #: contrib/comments/models.py:71
|
---|
1748 | msgid "rating #2"
|
---|
1749 | msgstr "qualificació #2"
|
---|
1750 |
|
---|
1751 | #: contrib/comments/models.py:72
|
---|
1752 | msgid "rating #3"
|
---|
1753 | msgstr "qualificació #3"
|
---|
1754 |
|
---|
1755 | #: contrib/comments/models.py:73
|
---|
1756 | msgid "rating #4"
|
---|
1757 | msgstr "qualificació #4"
|
---|
1758 |
|
---|
1759 | #: contrib/comments/models.py:74
|
---|
1760 | msgid "rating #5"
|
---|
1761 | msgstr "qualificació #5"
|
---|
1762 |
|
---|
1763 | #: contrib/comments/models.py:75
|
---|
1764 | msgid "rating #6"
|
---|
1765 | msgstr "qualificació #6"
|
---|
1766 |
|
---|
1767 | #: contrib/comments/models.py:76
|
---|
1768 | msgid "rating #7"
|
---|
1769 | msgstr "qualificació #7"
|
---|
1770 |
|
---|
1771 | #: contrib/comments/models.py:77
|
---|
1772 | msgid "rating #8"
|
---|
1773 | msgstr "qualificació #8"
|
---|
1774 |
|
---|
1775 | #: contrib/comments/models.py:82
|
---|
1776 | msgid "is valid rating"
|
---|
1777 | msgstr "és qualificació vàlida"
|
---|
1778 |
|
---|
1779 | #: contrib/comments/models.py:83
|
---|
1780 | #: contrib/comments/models.py:172
|
---|
1781 | msgid "date/time submitted"
|
---|
1782 | msgstr "data/hora d'enviament"
|
---|
1783 |
|
---|
1784 | #: contrib/comments/models.py:84
|
---|
1785 | #: contrib/comments/models.py:173
|
---|
1786 | msgid "is public"
|
---|
1787 | msgstr "és públic"
|
---|
1788 |
|
---|
1789 | #: contrib/comments/models.py:86
|
---|
1790 | msgid "is removed"
|
---|
1791 | msgstr "està eliminat"
|
---|
1792 |
|
---|
1793 | #: contrib/comments/models.py:86
|
---|
1794 | msgid "Check this box if the comment is inappropriate. A \"This comment has been removed\" message will be displayed instead."
|
---|
1795 | msgstr "Marqui aquesta caixa si el comentari no és apropiat. En lloc seu es mostrarà \"Aquest comentari ha estat eliminat\" "
|
---|
1796 |
|
---|
1797 | #: contrib/comments/models.py:91
|
---|
1798 | msgid "comments"
|
---|
1799 | msgstr "comentaris"
|
---|
1800 |
|
---|
1801 | #: contrib/comments/models.py:134
|
---|
1802 | #: contrib/comments/models.py:213
|
---|
1803 | msgid "Content object"
|
---|
1804 | msgstr "Objecte Contingut"
|
---|
1805 |
|
---|
1806 | #: contrib/comments/models.py:162
|
---|
1807 | #, python-format
|
---|
1808 | msgid ""
|
---|
1809 | "Posted by %(user)s at %(date)s\n"
|
---|
1810 | "\n"
|
---|
1811 | "%(comment)s\n"
|
---|
1812 | "\n"
|
---|
1813 | "http://%(domain)s%(url)s"
|
---|
1814 | msgstr ""
|
---|
1815 | "Enviat per %(user)s el %(date)s\n"
|
---|
1816 | "\n"
|
---|
1817 | "%(comment)s\n"
|
---|
1818 | "\n"
|
---|
1819 | "http://%(domain)s%(url)s"
|
---|
1820 |
|
---|
1821 | #: contrib/comments/models.py:171
|
---|
1822 | msgid "person's name"
|
---|
1823 | msgstr "nom de la persona"
|
---|
1824 |
|
---|
1825 | #: contrib/comments/models.py:174
|
---|
1826 | msgid "ip address"
|
---|
1827 | msgstr "adreça ip"
|
---|
1828 |
|
---|
1829 | #: contrib/comments/models.py:176
|
---|
1830 | msgid "approved by staff"
|
---|
1831 | msgstr "aprovat per el \"staff\""
|
---|
1832 |
|
---|
1833 | #: contrib/comments/models.py:179
|
---|
1834 | msgid "free comment"
|
---|
1835 | msgstr "comentari lliure"
|
---|
1836 |
|
---|
1837 | #: contrib/comments/models.py:180
|
---|
1838 | msgid "free comments"
|
---|
1839 | msgstr "comentaris lliures"
|
---|
1840 |
|
---|
1841 | #: contrib/comments/models.py:239
|
---|
1842 | msgid "score"
|
---|
1843 | msgstr "puntuació"
|
---|
1844 |
|
---|
1845 | #: contrib/comments/models.py:240
|
---|
1846 | msgid "score date"
|
---|
1847 | msgstr "data de la puntuació"
|
---|
1848 |
|
---|
1849 | #: contrib/comments/models.py:243
|
---|
1850 | msgid "karma score"
|
---|
1851 | msgstr "puntuació de karma"
|
---|
1852 |
|
---|
1853 | #: contrib/comments/models.py:244
|
---|
1854 | msgid "karma scores"
|
---|
1855 | msgstr "punts de karma"
|
---|
1856 |
|
---|
1857 | #: contrib/comments/models.py:248
|
---|
1858 | #, python-format
|
---|
1859 | msgid "%(score)d rating by %(user)s"
|
---|
1860 | msgstr "%(score)d punt/s per %(user)s"
|
---|
1861 |
|
---|
1862 | #: contrib/comments/models.py:264
|
---|
1863 | #, python-format
|
---|
1864 | msgid ""
|
---|
1865 | "This comment was flagged by %(user)s:\n"
|
---|
1866 | "\n"
|
---|
1867 | "%(text)s"
|
---|
1868 | msgstr ""
|
---|
1869 | "Aquest comentari va ser marcat per %(user)s:\n"
|
---|
1870 | "\n"
|
---|
1871 | "%(text)s"
|
---|
1872 |
|
---|
1873 | #: contrib/comments/models.py:271
|
---|
1874 | msgid "flag date"
|
---|
1875 | msgstr "data de la marca"
|
---|
1876 |
|
---|
1877 | #: contrib/comments/models.py:274
|
---|
1878 | msgid "user flag"
|
---|
1879 | msgstr "marca d'usuari"
|
---|
1880 |
|
---|
1881 | #: contrib/comments/models.py:275
|
---|
1882 | msgid "user flags"
|
---|
1883 | msgstr "marques d'usuari"
|
---|
1884 |
|
---|
1885 | #: contrib/comments/models.py:279
|
---|
1886 | #, python-format
|
---|
1887 | msgid "Flag by %r"
|
---|
1888 | msgstr "Marca de %r"
|
---|
1889 |
|
---|
1890 | #: contrib/comments/models.py:284
|
---|
1891 | msgid "deletion date"
|
---|
1892 | msgstr "data d'eliminació"
|
---|
1893 |
|
---|
1894 | #: contrib/comments/models.py:286
|
---|
1895 | msgid "moderator deletion"
|
---|
1896 | msgstr "eliminació del moderador"
|
---|
1897 |
|
---|
1898 | #: contrib/comments/models.py:287
|
---|
1899 | msgid "moderator deletions"
|
---|
1900 | msgstr "eliminacions del moderador"
|
---|
1901 |
|
---|
1902 | #: contrib/comments/models.py:291
|
---|
1903 | #, python-format
|
---|
1904 | msgid "Moderator deletion by %r"
|
---|
1905 | msgstr "eliminació del moderador per %r"
|
---|
1906 |
|
---|
1907 | #: contrib/comments/views/karma.py:20
|
---|
1908 | msgid "Anonymous users cannot vote"
|
---|
1909 | msgstr "Els usuaris anònims no poden votar"
|
---|
1910 |
|
---|
1911 | #: contrib/comments/views/karma.py:24
|
---|
1912 | msgid "Invalid comment ID"
|
---|
1913 | msgstr "ID del comentari invàlid"
|
---|
1914 |
|
---|
1915 | #: contrib/comments/views/karma.py:26
|
---|
1916 | msgid "No voting for yourself"
|
---|
1917 | msgstr "No pots votar-te a tu mateix"
|
---|
1918 |
|
---|
1919 | #: contrib/comments/views/comments.py:28
|
---|
1920 | msgid "This rating is required because you've entered at least one other rating."
|
---|
1921 | msgstr "Es precisa aquesta puntuació perquè has introduït almenys un altre."
|
---|
1922 |
|
---|
1923 | #: contrib/comments/views/comments.py:112
|
---|
1924 | #, python-format
|
---|
1925 | msgid ""
|
---|
1926 | "This comment was posted by a user who has posted fewer than %(count)s comment:\n"
|
---|
1927 | "\n"
|
---|
1928 | "%(text)s"
|
---|
1929 | msgid_plural ""
|
---|
1930 | "This comment was posted by a user who has posted fewer than %(count)s comments:\n"
|
---|
1931 | "\n"
|
---|
1932 | "%(text)s"
|
---|
1933 | msgstr[0] ""
|
---|
1934 | "Aquest comentari ha estat publicat per un usuari que ha publicat menys de %(count)s comentari:\n"
|
---|
1935 | "\n"
|
---|
1936 | "%(text)s"
|
---|
1937 | msgstr[1] ""
|
---|
1938 | "Aquest comentari ha estat publicat per un usuari que ha publicat menys de %(count)s comentaris:\n"
|
---|
1939 | "\n"
|
---|
1940 | "%(text)s"
|
---|
1941 |
|
---|
1942 | #: contrib/comments/views/comments.py:117
|
---|
1943 | #, python-format
|
---|
1944 | msgid ""
|
---|
1945 | "This comment was posted by a sketchy user:\n"
|
---|
1946 | "\n"
|
---|
1947 | "%(text)s"
|
---|
1948 | msgstr ""
|
---|
1949 | "Aquest comentari va ser publicat per un usuari incomplet\n"
|
---|
1950 | "\n"
|
---|
1951 | "%(text)s"
|
---|
1952 |
|
---|
1953 | #: contrib/comments/views/comments.py:189
|
---|
1954 | #: contrib/comments/views/comments.py:281
|
---|
1955 | msgid "Only POSTs are allowed"
|
---|
1956 | msgstr "Només s'admed POST"
|
---|
1957 |
|
---|
1958 | #: contrib/comments/views/comments.py:193
|
---|
1959 | #: contrib/comments/views/comments.py:285
|
---|
1960 | msgid "One or more of the required fields wasn't submitted"
|
---|
1961 | msgstr "Un o més dels caps requerits no ha estat sotmès"
|
---|
1962 |
|
---|
1963 | #: contrib/comments/views/comments.py:197
|
---|
1964 | #: contrib/comments/views/comments.py:287
|
---|
1965 | msgid "Somebody tampered with the comment form (security violation)"
|
---|
1966 | msgstr "Algú està jugant amb el formulari de comentaris (violació de seguretat)"
|
---|
1967 |
|
---|
1968 | #: contrib/comments/views/comments.py:207
|
---|
1969 | #: contrib/comments/views/comments.py:293
|
---|
1970 | msgid "The comment form had an invalid 'target' parameter -- the object ID was invalid"
|
---|
1971 | msgstr "El formulari de comentaris tenia un paràmetre 'target' invàlid -- el ID del objecte era invàlid"
|
---|
1972 |
|
---|
1973 | #: contrib/comments/views/comments.py:258
|
---|
1974 | #: contrib/comments/views/comments.py:322
|
---|
1975 | msgid "The comment form didn't provide either 'preview' or 'post'"
|
---|
1976 | msgstr "El formulari del comentari no ha proveït ni 'previsualitzar' ni 'enviar'"
|
---|
1977 |
|
---|
1978 | #: contrib/comments/templates/comments/form.html:8
|
---|
1979 | msgid "Forgotten your password?"
|
---|
1980 | msgstr "Contrasenya oblidada?"
|
---|
1981 |
|
---|
1982 | #: contrib/comments/templates/comments/form.html:12
|
---|
1983 | msgid "Ratings"
|
---|
1984 | msgstr "Qualificacions"
|
---|
1985 |
|
---|
1986 | #: contrib/comments/templates/comments/form.html:12
|
---|
1987 | #: contrib/comments/templates/comments/form.html:23
|
---|
1988 | msgid "Required"
|
---|
1989 | msgstr "Requerit"
|
---|
1990 |
|
---|
1991 | #: contrib/comments/templates/comments/form.html:12
|
---|
1992 | #: contrib/comments/templates/comments/form.html:23
|
---|
1993 | msgid "Optional"
|
---|
1994 | msgstr "Opcional"
|
---|
1995 |
|
---|
1996 | #: contrib/comments/templates/comments/form.html:23
|
---|
1997 | msgid "Post a photo"
|
---|
1998 | msgstr "Enviar una fotografia"
|
---|
1999 |
|
---|
2000 | #: contrib/comments/templates/comments/form.html:28
|
---|
2001 | #: contrib/comments/templates/comments/freeform.html:5
|
---|
2002 | msgid "Comment:"
|
---|
2003 | msgstr "Comentari:"
|
---|
2004 |
|
---|
2005 | #: contrib/comments/templates/comments/form.html:35
|
---|
2006 | #: contrib/comments/templates/comments/freeform.html:10
|
---|
2007 | msgid "Preview comment"
|
---|
2008 | msgstr "Previsualitzar comentari"
|
---|
2009 |
|
---|
2010 | #: contrib/comments/templates/comments/freeform.html:4
|
---|
2011 | msgid "Your name:"
|
---|
2012 | msgstr "El seu nom:"
|
---|
2013 |
|
---|
2014 | #: contrib/localflavor/ar/forms.py:30
|
---|
2015 | #: contrib/localflavor/ar/forms.py:38
|
---|
2016 | msgid "Enter a postal code in the format NNNN or ANNNNAAA."
|
---|
2017 | msgstr "Introdueixi un codi postal en el format NNNN or ANNNNAAA."
|
---|
2018 |
|
---|
2019 | #: contrib/localflavor/ar/forms.py:61
|
---|
2020 | #: contrib/localflavor/br/forms.py:103
|
---|
2021 | msgid "This field requires only numbers."
|
---|
2022 | msgstr "Aquest camps requereix només números."
|
---|
2023 |
|
---|
2024 | #: contrib/localflavor/ar/forms.py:64
|
---|
2025 | msgid "This field requires 7 or 8 digits."
|
---|
2026 | msgstr "Aquest camp requereix 7 o 8 dígits."
|
---|
2027 |
|
---|
2028 | #: contrib/localflavor/ar/forms.py:75
|
---|
2029 | msgid "Enter a valid CUIT in XX-XXXXXXXX-X or XXXXXXXXXXXX format."
|
---|
2030 | msgstr "Introdueixi un número CUIT vàlid en el format XX-XXXXXXXX-X o XXXXXXXXXXXX."
|
---|
2031 |
|
---|
2032 | #: contrib/localflavor/ar/forms.py:88
|
---|
2033 | msgid "Invalid CUIT."
|
---|
2034 | msgstr "Invàlid CUIT."
|
---|
2035 |
|
---|
2036 | #: contrib/localflavor/au/forms.py:18
|
---|
2037 | msgid "Enter a 4 digit post code."
|
---|
2038 | msgstr "Introdueixi un codi postal de 4 dígits."
|
---|
2039 |
|
---|
2040 | #: contrib/localflavor/br/forms.py:23
|
---|
2041 | msgid "Enter a zip code in the format XXXXX-XXX."
|
---|
2042 | msgstr "Introdueixi un codi zip en el format XXXXX-XXX."
|
---|
2043 |
|
---|
2044 | #: contrib/localflavor/br/forms.py:35
|
---|
2045 | msgid "Phone numbers must be in XX-XXXX-XXXX format."
|
---|
2046 | msgstr "El número de telèfon ha de ser en el format XX-XXXX-XXXX."
|
---|
2047 |
|
---|
2048 | #: contrib/localflavor/br/forms.py:68
|
---|
2049 | msgid "Select a valid brazilian state. That state is not one of the available states."
|
---|
2050 | msgstr "Seleccioni un estat brasiler vàlid. Aquest estat no és un dels estats disponibles."
|
---|
2051 |
|
---|
2052 | #: contrib/localflavor/br/forms.py:105
|
---|
2053 | msgid "This field requires at most 11 digits or 14 characters."
|
---|
2054 | msgstr "Aquest camp requereix com a màxim 11 dígits o 14 caracters."
|
---|
2055 |
|
---|
2056 | #: contrib/localflavor/br/forms.py:115
|
---|
2057 | msgid "Invalid CPF number."
|
---|
2058 | msgstr "Número CPF invàlid."
|
---|
2059 |
|
---|
2060 | #: contrib/localflavor/br/forms.py:137
|
---|
2061 | msgid "This field requires at least 14 digits"
|
---|
2062 | msgstr "Aquest camp requereix almenys 14 dígits."
|
---|
2063 |
|
---|
2064 | #: contrib/localflavor/br/forms.py:147
|
---|
2065 | msgid "Invalid CNPJ number."
|
---|
2066 | msgstr "Número CNPJ invàlid."
|
---|
2067 |
|
---|
2068 | #: contrib/localflavor/ch/forms.py:18
|
---|
2069 | #: contrib/localflavor/no/forms.py:14
|
---|
2070 | msgid "Enter a zip code in the format XXXX."
|
---|
2071 | msgstr "Introdueixi un codi zip en el format XXXX."
|
---|
2072 |
|
---|
2073 | #: contrib/localflavor/ch/forms.py:90
|
---|
2074 | msgid "Enter a valid Swiss identity or passport card number in X1234567<0 or 1234567890 format."
|
---|
2075 | msgstr "Introdueixi un número de identificació o de passaport Suïssos en els formats 1234567890 o X1234567<0."
|
---|
2076 |
|
---|
2077 | #: contrib/localflavor/ch/ch_states.py:5
|
---|
2078 | msgid "Aargau"
|
---|
2079 | msgstr "Argau"
|
---|
2080 |
|
---|
2081 | #: contrib/localflavor/ch/ch_states.py:6
|
---|
2082 | msgid "Appenzell Innerrhoden"
|
---|
2083 | msgstr "Appenzell Innerrhoden"
|
---|
2084 |
|
---|
2085 | #: contrib/localflavor/ch/ch_states.py:7
|
---|
2086 | msgid "Appenzell Ausserrhoden"
|
---|
2087 | msgstr "Appenzell Ausserrhoden"
|
---|
2088 |
|
---|
2089 | #: contrib/localflavor/ch/ch_states.py:8
|
---|
2090 | msgid "Basel-Stadt"
|
---|
2091 | msgstr "Basel-Stadt"
|
---|
2092 |
|
---|
2093 | #: contrib/localflavor/ch/ch_states.py:9
|
---|
2094 | msgid "Basel-Land"
|
---|
2095 | msgstr "Basel-Land"
|
---|
2096 |
|
---|
2097 | #: contrib/localflavor/ch/ch_states.py:10
|
---|
2098 | msgid "Berne"
|
---|
2099 | msgstr "Berne"
|
---|
2100 |
|
---|
2101 | #: contrib/localflavor/ch/ch_states.py:11
|
---|
2102 | msgid "Fribourg"
|
---|
2103 | msgstr "Fribourg"
|
---|
2104 |
|
---|
2105 | #: contrib/localflavor/ch/ch_states.py:12
|
---|
2106 | msgid "Geneva"
|
---|
2107 | msgstr "Geneva"
|
---|
2108 |
|
---|
2109 | #: contrib/localflavor/ch/ch_states.py:13
|
---|
2110 | msgid "Glarus"
|
---|
2111 | msgstr "Glarus"
|
---|
2112 |
|
---|
2113 | #: contrib/localflavor/ch/ch_states.py:14
|
---|
2114 | msgid "Graubuenden"
|
---|
2115 | msgstr "Graubuenden"
|
---|
2116 |
|
---|
2117 | #: contrib/localflavor/ch/ch_states.py:15
|
---|
2118 | msgid "Jura"
|
---|
2119 | msgstr "Jura"
|
---|
2120 |
|
---|
2121 | #: contrib/localflavor/ch/ch_states.py:16
|
---|
2122 | msgid "Lucerne"
|
---|
2123 | msgstr "Lucerne"
|
---|
2124 |
|
---|
2125 | #: contrib/localflavor/ch/ch_states.py:17
|
---|
2126 | msgid "Neuchatel"
|
---|
2127 | msgstr "Neuchatel"
|
---|
2128 |
|
---|
2129 | #: contrib/localflavor/ch/ch_states.py:18
|
---|
2130 | msgid "Nidwalden"
|
---|
2131 | msgstr "Nidwalden"
|
---|
2132 |
|
---|
2133 | #: contrib/localflavor/ch/ch_states.py:19
|
---|
2134 | msgid "Obwalden"
|
---|
2135 | msgstr "Obwalden"
|
---|
2136 |
|
---|
2137 | #: contrib/localflavor/ch/ch_states.py:20
|
---|
2138 | msgid "Schaffhausen"
|
---|
2139 | msgstr "Schaffhausen"
|
---|
2140 |
|
---|
2141 | #: contrib/localflavor/ch/ch_states.py:21
|
---|
2142 | msgid "Schwyz"
|
---|
2143 | msgstr "Schwyz"
|
---|
2144 |
|
---|
2145 | #: contrib/localflavor/ch/ch_states.py:22
|
---|
2146 | msgid "Solothurn"
|
---|
2147 | msgstr "Solothurn"
|
---|
2148 |
|
---|
2149 | #: contrib/localflavor/ch/ch_states.py:23
|
---|
2150 | msgid "St. Gallen"
|
---|
2151 | msgstr "St. Gallen"
|
---|
2152 |
|
---|
2153 | #: contrib/localflavor/ch/ch_states.py:24
|
---|
2154 | msgid "Thurgau"
|
---|
2155 | msgstr "Thurgau"
|
---|
2156 |
|
---|
2157 | #: contrib/localflavor/ch/ch_states.py:25
|
---|
2158 | msgid "Ticino"
|
---|
2159 | msgstr "Ticino"
|
---|
2160 |
|
---|
2161 | #: contrib/localflavor/ch/ch_states.py:26
|
---|
2162 | msgid "Uri"
|
---|
2163 | msgstr "Uri"
|
---|
2164 |
|
---|
2165 | #: contrib/localflavor/ch/ch_states.py:27
|
---|
2166 | msgid "Valais"
|
---|
2167 | msgstr "Valais"
|
---|
2168 |
|
---|
2169 | #: contrib/localflavor/ch/ch_states.py:28
|
---|
2170 | msgid "Vaud"
|
---|
2171 | msgstr "Vaud"
|
---|
2172 |
|
---|
2173 | #: contrib/localflavor/ch/ch_states.py:29
|
---|
2174 | msgid "Zug"
|
---|
2175 | msgstr "Zug"
|
---|
2176 |
|
---|
2177 | #: contrib/localflavor/ch/ch_states.py:30
|
---|
2178 | msgid "Zurich"
|
---|
2179 | msgstr "Zurich"
|
---|
2180 |
|
---|
2181 | #: contrib/localflavor/cl/forms.py:32
|
---|
2182 | msgid "Enter valid a Chilean RUT. The format is XX.XXX.XXX-X."
|
---|
2183 | msgstr "Introdueixi un RUT Xilè vàlid. El format és XX.XXX.XXX-X"
|
---|
2184 |
|
---|
2185 | #: contrib/localflavor/cl/forms.py:37
|
---|
2186 | msgid "Enter valid a Chilean RUT"
|
---|
2187 | msgstr "Introdueixi un RUT Xilè vàlid."
|
---|
2188 |
|
---|
2189 | #: contrib/localflavor/de/forms.py:16
|
---|
2190 | #: contrib/localflavor/fi/forms.py:14
|
---|
2191 | #: contrib/localflavor/fr/forms.py:17
|
---|
2192 | msgid "Enter a zip code in the format XXXXX."
|
---|
2193 | msgstr "Introdueixi un codi zip en el format XXXXX."
|
---|
2194 |
|
---|
2195 | #: contrib/localflavor/de/forms.py:60
|
---|
2196 | msgid "Enter a valid German identity card number in XXXXXXXXXXX-XXXXXXX-XXXXXXX-X format."
|
---|
2197 | msgstr "Introdueixi un número de tarjeta d'identificació alemany vàlid en el format XXXXXXXXXXX-XXXXXXX-XXXXXXX-X."
|
---|
2198 |
|
---|
2199 | #: contrib/localflavor/de/de_states.py:5
|
---|
2200 | msgid "Baden-Wuerttemberg"
|
---|
2201 | msgstr "Baden-Wuerttemberg"
|
---|
2202 |
|
---|
2203 | #: contrib/localflavor/de/de_states.py:6
|
---|
2204 | msgid "Bavaria"
|
---|
2205 | msgstr "Bavaria"
|
---|
2206 |
|
---|
2207 | #: contrib/localflavor/de/de_states.py:7
|
---|
2208 | msgid "Berlin"
|
---|
2209 | msgstr "Berlin"
|
---|
2210 |
|
---|
2211 | #: contrib/localflavor/de/de_states.py:8
|
---|
2212 | msgid "Brandenburg"
|
---|
2213 | msgstr "Brandenburg"
|
---|
2214 |
|
---|
2215 | #: contrib/localflavor/de/de_states.py:9
|
---|
2216 | msgid "Bremen"
|
---|
2217 | msgstr "Bremen"
|
---|
2218 |
|
---|
2219 | #: contrib/localflavor/de/de_states.py:10
|
---|
2220 | msgid "Hamburg"
|
---|
2221 | msgstr "Hamburg"
|
---|
2222 |
|
---|
2223 | #: contrib/localflavor/de/de_states.py:11
|
---|
2224 | msgid "Hessen"
|
---|
2225 | msgstr "Hessen"
|
---|
2226 |
|
---|
2227 | #: contrib/localflavor/de/de_states.py:12
|
---|
2228 | msgid "Mecklenburg-Western Pomerania"
|
---|
2229 | msgstr "Mecklenburg-Western Pomerania"
|
---|
2230 |
|
---|
2231 | #: contrib/localflavor/de/de_states.py:13
|
---|
2232 | msgid "Lower Saxony"
|
---|
2233 | msgstr "Lower Saxony"
|
---|
2234 |
|
---|
2235 | #: contrib/localflavor/de/de_states.py:14
|
---|
2236 | msgid "North Rhine-Westphalia"
|
---|
2237 | msgstr "North Rhine-Westphalia"
|
---|
2238 |
|
---|
2239 | #: contrib/localflavor/de/de_states.py:15
|
---|
2240 | msgid "Rhineland-Palatinate"
|
---|
2241 | msgstr "Rhineland-Palatinate"
|
---|
2242 |
|
---|
2243 | #: contrib/localflavor/de/de_states.py:16
|
---|
2244 | msgid "Saarland"
|
---|
2245 | msgstr "Saarland"
|
---|
2246 |
|
---|
2247 | #: contrib/localflavor/de/de_states.py:17
|
---|
2248 | msgid "Saxony"
|
---|
2249 | msgstr "Saxony"
|
---|
2250 |
|
---|
2251 | #: contrib/localflavor/de/de_states.py:18
|
---|
2252 | msgid "Saxony-Anhalt"
|
---|
2253 | msgstr "Saxony-Anhalt"
|
---|
2254 |
|
---|
2255 | #: contrib/localflavor/de/de_states.py:19
|
---|
2256 | msgid "Schleswig-Holstein"
|
---|
2257 | msgstr "Schleswig-Holstein"
|
---|
2258 |
|
---|
2259 | #: contrib/localflavor/de/de_states.py:20
|
---|
2260 | msgid "Thuringia"
|
---|
2261 | msgstr "Thuringia"
|
---|
2262 |
|
---|
2263 | #: contrib/localflavor/fi/forms.py:40
|
---|
2264 | #: contrib/localflavor/fi/forms.py:45
|
---|
2265 | msgid "Enter a valid Finnish social security number."
|
---|
2266 | msgstr "Introdueixi un número vàlid de la seguretat social finlandesa."
|
---|
2267 |
|
---|
2268 | #: contrib/localflavor/it/forms.py:16
|
---|
2269 | msgid "Enter a valid zip code."
|
---|
2270 | msgstr "Introdueixi un codi zip vàlid."
|
---|
2271 |
|
---|
2272 | #: contrib/localflavor/it/forms.py:41
|
---|
2273 | msgid "Enter a valid Social Security number."
|
---|
2274 | msgstr "Introdueixi un número valid de la Seguretat Social."
|
---|
2275 |
|
---|
2276 | #: contrib/localflavor/it/forms.py:68
|
---|
2277 | msgid "Enter a valid VAT number."
|
---|
2278 | msgstr "Introdueixi un número de IVA (VAT) vàlid."
|
---|
2279 |
|
---|
2280 | #: contrib/localflavor/jp/forms.py:21
|
---|
2281 | msgid "Enter a postal code in the format XXXXXXX or XXX-XXXX."
|
---|
2282 | msgstr "Introdueixi un codi postal en el format XXXXXXX o XX-XXXX."
|
---|
2283 |
|
---|
2284 | #: contrib/localflavor/jp/jp_prefectures.py:4
|
---|
2285 | msgid "Hokkaido"
|
---|
2286 | msgstr "Hokkaido"
|
---|
2287 |
|
---|
2288 | #: contrib/localflavor/jp/jp_prefectures.py:5
|
---|
2289 | msgid "Aomori"
|
---|
2290 | msgstr "Aomori"
|
---|
2291 |
|
---|
2292 | #: contrib/localflavor/jp/jp_prefectures.py:6
|
---|
2293 | msgid "Iwate"
|
---|
2294 | msgstr "Iwate"
|
---|
2295 |
|
---|
2296 | #: contrib/localflavor/jp/jp_prefectures.py:7
|
---|
2297 | msgid "Miyagi"
|
---|
2298 | msgstr "Miyagi"
|
---|
2299 |
|
---|
2300 | #: contrib/localflavor/jp/jp_prefectures.py:8
|
---|
2301 | msgid "Akita"
|
---|
2302 | msgstr "Akita"
|
---|
2303 |
|
---|
2304 | #: contrib/localflavor/jp/jp_prefectures.py:9
|
---|
2305 | msgid "Yamagata"
|
---|
2306 | msgstr "Yamagata"
|
---|
2307 |
|
---|
2308 | #: contrib/localflavor/jp/jp_prefectures.py:10
|
---|
2309 | msgid "Fukushima"
|
---|
2310 | msgstr "Fukushima"
|
---|
2311 |
|
---|
2312 | #: contrib/localflavor/jp/jp_prefectures.py:11
|
---|
2313 | msgid "Ibaraki"
|
---|
2314 | msgstr "Ibaraki"
|
---|
2315 |
|
---|
2316 | #: contrib/localflavor/jp/jp_prefectures.py:12
|
---|
2317 | msgid "Tochigi"
|
---|
2318 | msgstr "Tochigi"
|
---|
2319 |
|
---|
2320 | #: contrib/localflavor/jp/jp_prefectures.py:13
|
---|
2321 | msgid "Gunma"
|
---|
2322 | msgstr "Gunma"
|
---|
2323 |
|
---|
2324 | #: contrib/localflavor/jp/jp_prefectures.py:14
|
---|
2325 | msgid "Saitama"
|
---|
2326 | msgstr "Saitama"
|
---|
2327 |
|
---|
2328 | #: contrib/localflavor/jp/jp_prefectures.py:15
|
---|
2329 | msgid "Chiba"
|
---|
2330 | msgstr "Chiba"
|
---|
2331 |
|
---|
2332 | #: contrib/localflavor/jp/jp_prefectures.py:16
|
---|
2333 | msgid "Tokyo"
|
---|
2334 | msgstr "Tokyo"
|
---|
2335 |
|
---|
2336 | #: contrib/localflavor/jp/jp_prefectures.py:17
|
---|
2337 | msgid "Kanagawa"
|
---|
2338 | msgstr "Kanagawa"
|
---|
2339 |
|
---|
2340 | #: contrib/localflavor/jp/jp_prefectures.py:18
|
---|
2341 | msgid "Yamanashi"
|
---|
2342 | msgstr "Yamanashi"
|
---|
2343 |
|
---|
2344 | #: contrib/localflavor/jp/jp_prefectures.py:19
|
---|
2345 | msgid "Nagano"
|
---|
2346 | msgstr "Nagano"
|
---|
2347 |
|
---|
2348 | #: contrib/localflavor/jp/jp_prefectures.py:20
|
---|
2349 | msgid "Niigata"
|
---|
2350 | msgstr "Niigata"
|
---|
2351 |
|
---|
2352 | #: contrib/localflavor/jp/jp_prefectures.py:21
|
---|
2353 | msgid "Toyama"
|
---|
2354 | msgstr "Toyama"
|
---|
2355 |
|
---|
2356 | #: contrib/localflavor/jp/jp_prefectures.py:22
|
---|
2357 | msgid "Ishikawa"
|
---|
2358 | msgstr "Ishikawa"
|
---|
2359 |
|
---|
2360 | #: contrib/localflavor/jp/jp_prefectures.py:23
|
---|
2361 | msgid "Fukui"
|
---|
2362 | msgstr "Fukui"
|
---|
2363 |
|
---|
2364 | #: contrib/localflavor/jp/jp_prefectures.py:24
|
---|
2365 | msgid "Gifu"
|
---|
2366 | msgstr "Gifu"
|
---|
2367 |
|
---|
2368 | #: contrib/localflavor/jp/jp_prefectures.py:25
|
---|
2369 | msgid "Shizuoka"
|
---|
2370 | msgstr "Shizuoka"
|
---|
2371 |
|
---|
2372 | #: contrib/localflavor/jp/jp_prefectures.py:26
|
---|
2373 | msgid "Aichi"
|
---|
2374 | msgstr "Aichi"
|
---|
2375 |
|
---|
2376 | #: contrib/localflavor/jp/jp_prefectures.py:27
|
---|
2377 | msgid "Mie"
|
---|
2378 | msgstr "Mie"
|
---|
2379 |
|
---|
2380 | #: contrib/localflavor/jp/jp_prefectures.py:28
|
---|
2381 | msgid "Shiga"
|
---|
2382 | msgstr "Shiga"
|
---|
2383 |
|
---|
2384 | #: contrib/localflavor/jp/jp_prefectures.py:29
|
---|
2385 | msgid "Kyoto"
|
---|
2386 | msgstr "Kyoto"
|
---|
2387 |
|
---|
2388 | #: contrib/localflavor/jp/jp_prefectures.py:30
|
---|
2389 | msgid "Osaka"
|
---|
2390 | msgstr "Osaka"
|
---|
2391 |
|
---|
2392 | #: contrib/localflavor/jp/jp_prefectures.py:31
|
---|
2393 | msgid "Hyogo"
|
---|
2394 | msgstr "Hyogo"
|
---|
2395 |
|
---|
2396 | #: contrib/localflavor/jp/jp_prefectures.py:32
|
---|
2397 | msgid "Nara"
|
---|
2398 | msgstr "Nara"
|
---|
2399 |
|
---|
2400 | #: contrib/localflavor/jp/jp_prefectures.py:33
|
---|
2401 | msgid "Wakayama"
|
---|
2402 | msgstr "Wakayama"
|
---|
2403 |
|
---|
2404 | #: contrib/localflavor/jp/jp_prefectures.py:34
|
---|
2405 | msgid "Tottori"
|
---|
2406 | msgstr "Tottori"
|
---|
2407 |
|
---|
2408 | #: contrib/localflavor/jp/jp_prefectures.py:35
|
---|
2409 | msgid "Shimane"
|
---|
2410 | msgstr "Shimane"
|
---|
2411 |
|
---|
2412 | #: contrib/localflavor/jp/jp_prefectures.py:36
|
---|
2413 | msgid "Okayama"
|
---|
2414 | msgstr "Okayama"
|
---|
2415 |
|
---|
2416 | #: contrib/localflavor/jp/jp_prefectures.py:37
|
---|
2417 | msgid "Hiroshima"
|
---|
2418 | msgstr "Hiroshima"
|
---|
2419 |
|
---|
2420 | #: contrib/localflavor/jp/jp_prefectures.py:38
|
---|
2421 | msgid "Yamaguchi"
|
---|
2422 | msgstr "Yamaguchi"
|
---|
2423 |
|
---|
2424 | #: contrib/localflavor/jp/jp_prefectures.py:39
|
---|
2425 | msgid "Tokushima"
|
---|
2426 | msgstr "Tokushima"
|
---|
2427 |
|
---|
2428 | #: contrib/localflavor/jp/jp_prefectures.py:40
|
---|
2429 | msgid "Kagawa"
|
---|
2430 | msgstr "Kagawa"
|
---|
2431 |
|
---|
2432 | #: contrib/localflavor/jp/jp_prefectures.py:41
|
---|
2433 | msgid "Ehime"
|
---|
2434 | msgstr "Ehime"
|
---|
2435 |
|
---|
2436 | #: contrib/localflavor/jp/jp_prefectures.py:42
|
---|
2437 | msgid "Kochi"
|
---|
2438 | msgstr "Kochi"
|
---|
2439 |
|
---|
2440 | #: contrib/localflavor/jp/jp_prefectures.py:43
|
---|
2441 | msgid "Fukuoka"
|
---|
2442 | msgstr "Fukuoka"
|
---|
2443 |
|
---|
2444 | #: contrib/localflavor/jp/jp_prefectures.py:44
|
---|
2445 | msgid "Saga"
|
---|
2446 | msgstr "Saga"
|
---|
2447 |
|
---|
2448 | #: contrib/localflavor/jp/jp_prefectures.py:45
|
---|
2449 | msgid "Nagasaki"
|
---|
2450 | msgstr "Nagasaki"
|
---|
2451 |
|
---|
2452 | #: contrib/localflavor/jp/jp_prefectures.py:46
|
---|
2453 | msgid "Kumamoto"
|
---|
2454 | msgstr "Kumamoto"
|
---|
2455 |
|
---|
2456 | #: contrib/localflavor/jp/jp_prefectures.py:47
|
---|
2457 | msgid "Oita"
|
---|
2458 | msgstr "Oita"
|
---|
2459 |
|
---|
2460 | #: contrib/localflavor/jp/jp_prefectures.py:48
|
---|
2461 | msgid "Miyazaki"
|
---|
2462 | msgstr "Miyazaki"
|
---|
2463 |
|
---|
2464 | #: contrib/localflavor/jp/jp_prefectures.py:49
|
---|
2465 | msgid "Kagoshima"
|
---|
2466 | msgstr "Kagoshima"
|
---|
2467 |
|
---|
2468 | #: contrib/localflavor/jp/jp_prefectures.py:50
|
---|
2469 | msgid "Okinawa"
|
---|
2470 | msgstr "Okinawa"
|
---|
2471 |
|
---|
2472 | #: contrib/localflavor/nl/forms.py:25
|
---|
2473 | msgid "Enter a valid postal code"
|
---|
2474 | msgstr "Introdueixi un codi postal vàlid."
|
---|
2475 |
|
---|
2476 | #: contrib/localflavor/nl/forms.py:53
|
---|
2477 | msgid "Enter a valid phone number"
|
---|
2478 | msgstr "Introdueixi un número de telèfon vàlid."
|
---|
2479 |
|
---|
2480 | #: contrib/localflavor/nl/forms.py:76
|
---|
2481 | msgid "Enter a valid SoFi number"
|
---|
2482 | msgstr "Introdueixi un número SoFi vàlid."
|
---|
2483 |
|
---|
2484 | #: contrib/localflavor/nl/nl_provinces.py:4
|
---|
2485 | msgid "Drente"
|
---|
2486 | msgstr "Drente"
|
---|
2487 |
|
---|
2488 | #: contrib/localflavor/nl/nl_provinces.py:5
|
---|
2489 | msgid "Flevoland"
|
---|
2490 | msgstr "Flevoland"
|
---|
2491 |
|
---|
2492 | #: contrib/localflavor/nl/nl_provinces.py:6
|
---|
2493 | msgid "Friesland"
|
---|
2494 | msgstr "Friesland"
|
---|
2495 |
|
---|
2496 | #: contrib/localflavor/nl/nl_provinces.py:7
|
---|
2497 | msgid "Gelderland"
|
---|
2498 | msgstr "Gelderland"
|
---|
2499 |
|
---|
2500 | #: contrib/localflavor/nl/nl_provinces.py:8
|
---|
2501 | msgid "Groningen"
|
---|
2502 | msgstr "Groningen"
|
---|
2503 |
|
---|
2504 | #: contrib/localflavor/nl/nl_provinces.py:9
|
---|
2505 | msgid "Limburg"
|
---|
2506 | msgstr "Limburg"
|
---|
2507 |
|
---|
2508 | #: contrib/localflavor/nl/nl_provinces.py:10
|
---|
2509 | msgid "Noord-Brabant"
|
---|
2510 | msgstr "Noord-Brabant"
|
---|
2511 |
|
---|
2512 | #: contrib/localflavor/nl/nl_provinces.py:11
|
---|
2513 | msgid "Noord-Holland"
|
---|
2514 | msgstr "Noord-Holland"
|
---|
2515 |
|
---|
2516 | #: contrib/localflavor/nl/nl_provinces.py:12
|
---|
2517 | msgid "Overijssel"
|
---|
2518 | msgstr "Overijssel"
|
---|
2519 |
|
---|
2520 | #: contrib/localflavor/nl/nl_provinces.py:13
|
---|
2521 | msgid "Utrecht"
|
---|
2522 | msgstr "Utrecht"
|
---|
2523 |
|
---|
2524 | #: contrib/localflavor/nl/nl_provinces.py:14
|
---|
2525 | msgid "Zeeland"
|
---|
2526 | msgstr "Zeeland"
|
---|
2527 |
|
---|
2528 | #: contrib/localflavor/nl/nl_provinces.py:15
|
---|
2529 | msgid "Zuid-Holland"
|
---|
2530 | msgstr "Zuid-Holland"
|
---|
2531 |
|
---|
2532 | #: contrib/localflavor/no/forms.py:35
|
---|
2533 | msgid "Enter a valid Norwegian social security number."
|
---|
2534 | msgstr "Introdueixi un número de la seguretat social Noruega vàlid."
|
---|
2535 |
|
---|
2536 | #: contrib/localflavor/pl/forms.py:53
|
---|
2537 | msgid "National Identification Number consists of 11 digits."
|
---|
2538 | msgstr "El número d'identidicació nacional està compost de 11 digits."
|
---|
2539 |
|
---|
2540 | #: contrib/localflavor/pl/forms.py:59
|
---|
2541 | msgid "Wrong checksum for the National Identification Number."
|
---|
2542 | msgstr "Validació invàlida del número d'identificació nacional."
|
---|
2543 |
|
---|
2544 | #: contrib/localflavor/pl/forms.py:71
|
---|
2545 | msgid "Enter a tax number field (NIP) in the format XXX-XXX-XX-XX or XX-XX-XXX-XXX."
|
---|
2546 | msgstr "Introdueixi un número NIP en el format XXX-XXX-XX-XX o XX-XX-XXX-XXX."
|
---|
2547 |
|
---|
2548 | #: contrib/localflavor/pl/forms.py:82
|
---|
2549 | msgid "Enter a postal code in the format XX-XXX."
|
---|
2550 | msgstr "Introdueixi un codi postal en el format XX-XXX."
|
---|
2551 |
|
---|
2552 | #: contrib/localflavor/pl/pl_voivodeships.py:8
|
---|
2553 | msgid "Lower Silesia"
|
---|
2554 | msgstr "Lower Silesia"
|
---|
2555 |
|
---|
2556 | #: contrib/localflavor/pl/pl_voivodeships.py:9
|
---|
2557 | msgid "Kuyavia-Pomerania"
|
---|
2558 | msgstr "Kuyavia-Pomerania"
|
---|
2559 |
|
---|
2560 | #: contrib/localflavor/pl/pl_voivodeships.py:10
|
---|
2561 | msgid "Lublin"
|
---|
2562 | msgstr "Lublin"
|
---|
2563 |
|
---|
2564 | #: contrib/localflavor/pl/pl_voivodeships.py:11
|
---|
2565 | msgid "Lubusz"
|
---|
2566 | msgstr "Lubusz"
|
---|
2567 |
|
---|
2568 | #: contrib/localflavor/pl/pl_voivodeships.py:12
|
---|
2569 | msgid "Lodz"
|
---|
2570 | msgstr "Lodz"
|
---|
2571 |
|
---|
2572 | #: contrib/localflavor/pl/pl_voivodeships.py:13
|
---|
2573 | msgid "Lesser Poland"
|
---|
2574 | msgstr "Lesser Poland"
|
---|
2575 |
|
---|
2576 | #: contrib/localflavor/pl/pl_voivodeships.py:14
|
---|
2577 | msgid "Masovia"
|
---|
2578 | msgstr "Masovia"
|
---|
2579 |
|
---|
2580 | #: contrib/localflavor/pl/pl_voivodeships.py:15
|
---|
2581 | msgid "Opole"
|
---|
2582 | msgstr "Opole"
|
---|
2583 |
|
---|
2584 | #: contrib/localflavor/pl/pl_voivodeships.py:16
|
---|
2585 | msgid "Subcarpatia"
|
---|
2586 | msgstr "Subcarpatia"
|
---|
2587 |
|
---|
2588 | #: contrib/localflavor/pl/pl_voivodeships.py:17
|
---|
2589 | msgid "Podlasie"
|
---|
2590 | msgstr "Podlasie"
|
---|
2591 |
|
---|
2592 | #: contrib/localflavor/pl/pl_voivodeships.py:18
|
---|
2593 | msgid "Pomerania"
|
---|
2594 | msgstr "Pomerania"
|
---|
2595 |
|
---|
2596 | #: contrib/localflavor/pl/pl_voivodeships.py:19
|
---|
2597 | msgid "Silesia"
|
---|
2598 | msgstr "Silesia"
|
---|
2599 |
|
---|
2600 | #: contrib/localflavor/pl/pl_voivodeships.py:20
|
---|
2601 | msgid "Swietokrzyskie"
|
---|
2602 | msgstr "Swietokrzyskie"
|
---|
2603 |
|
---|
2604 | #: contrib/localflavor/pl/pl_voivodeships.py:21
|
---|
2605 | msgid "Warmia-Masuria"
|
---|
2606 | msgstr "Warmia-Masuria"
|
---|
2607 |
|
---|
2608 | #: contrib/localflavor/pl/pl_voivodeships.py:22
|
---|
2609 | msgid "Greater Poland"
|
---|
2610 | msgstr "Greater Poland"
|
---|
2611 |
|
---|
2612 | #: contrib/localflavor/pl/pl_voivodeships.py:23
|
---|
2613 | msgid "West Pomerania"
|
---|
2614 | msgstr "West Pomerania"
|
---|
2615 |
|
---|
2616 | #: contrib/localflavor/sk/forms.py:32
|
---|
2617 | msgid "Enter a postal code in the format XXXXX or XXX XX."
|
---|
2618 | msgstr "Introdueixi un codi postal en el format XXXXX or XXX XX."
|
---|
2619 |
|
---|
2620 | #: contrib/localflavor/sk/sk_districts.py:8
|
---|
2621 | msgid "Banska Bystrica"
|
---|
2622 | msgstr "Banska Bystrica"
|
---|
2623 |
|
---|
2624 | #: contrib/localflavor/sk/sk_districts.py:9
|
---|
2625 | msgid "Banska Stiavnica"
|
---|
2626 | msgstr "Banska Stiavnica"
|
---|
2627 |
|
---|
2628 | #: contrib/localflavor/sk/sk_districts.py:10
|
---|
2629 | msgid "Bardejov"
|
---|
2630 | msgstr "Bardejov"
|
---|
2631 |
|
---|
2632 | #: contrib/localflavor/sk/sk_districts.py:11
|
---|
2633 | msgid "Banovce nad Bebravou"
|
---|
2634 | msgstr "Banovce nad Bebravou"
|
---|
2635 |
|
---|
2636 | #: contrib/localflavor/sk/sk_districts.py:12
|
---|
2637 | msgid "Brezno"
|
---|
2638 | msgstr "Brezno"
|
---|
2639 |
|
---|
2640 | #: contrib/localflavor/sk/sk_districts.py:13
|
---|
2641 | msgid "Bratislava I"
|
---|
2642 | msgstr "Bratislava I"
|
---|
2643 |
|
---|
2644 | #: contrib/localflavor/sk/sk_districts.py:14
|
---|
2645 | msgid "Bratislava II"
|
---|
2646 | msgstr "Bratislava II"
|
---|
2647 |
|
---|
2648 | #: contrib/localflavor/sk/sk_districts.py:15
|
---|
2649 | msgid "Bratislava III"
|
---|
2650 | msgstr "Bratislava III"
|
---|
2651 |
|
---|
2652 | #: contrib/localflavor/sk/sk_districts.py:16
|
---|
2653 | msgid "Bratislava IV"
|
---|
2654 | msgstr "Bratislava IV"
|
---|
2655 |
|
---|
2656 | #: contrib/localflavor/sk/sk_districts.py:17
|
---|
2657 | msgid "Bratislava V"
|
---|
2658 | msgstr "Bratislava V"
|
---|
2659 |
|
---|
2660 | #: contrib/localflavor/sk/sk_districts.py:18
|
---|
2661 | msgid "Bytca"
|
---|
2662 | msgstr "Bytca"
|
---|
2663 |
|
---|
2664 | #: contrib/localflavor/sk/sk_districts.py:19
|
---|
2665 | msgid "Cadca"
|
---|
2666 | msgstr "Cadca"
|
---|
2667 |
|
---|
2668 | #: contrib/localflavor/sk/sk_districts.py:20
|
---|
2669 | msgid "Detva"
|
---|
2670 | msgstr "Detva"
|
---|
2671 |
|
---|
2672 | #: contrib/localflavor/sk/sk_districts.py:21
|
---|
2673 | msgid "Dolny Kubin"
|
---|
2674 | msgstr "Dolny Kubin"
|
---|
2675 |
|
---|
2676 | #: contrib/localflavor/sk/sk_districts.py:22
|
---|
2677 | msgid "Dunajska Streda"
|
---|
2678 | msgstr "Dunajska Streda"
|
---|
2679 |
|
---|
2680 | #: contrib/localflavor/sk/sk_districts.py:23
|
---|
2681 | msgid "Galanta"
|
---|
2682 | msgstr "Galanta"
|
---|
2683 |
|
---|
2684 | #: contrib/localflavor/sk/sk_districts.py:24
|
---|
2685 | msgid "Gelnica"
|
---|
2686 | msgstr "Gelnica"
|
---|
2687 |
|
---|
2688 | #: contrib/localflavor/sk/sk_districts.py:25
|
---|
2689 | msgid "Hlohovec"
|
---|
2690 | msgstr "Hlohovec"
|
---|
2691 |
|
---|
2692 | #: contrib/localflavor/sk/sk_districts.py:26
|
---|
2693 | msgid "Humenne"
|
---|
2694 | msgstr "Humenne"
|
---|
2695 |
|
---|
2696 | #: contrib/localflavor/sk/sk_districts.py:27
|
---|
2697 | msgid "Ilava"
|
---|
2698 | msgstr "Ilava"
|
---|
2699 |
|
---|
2700 | #: contrib/localflavor/sk/sk_districts.py:28
|
---|
2701 | msgid "Kezmarok"
|
---|
2702 | msgstr "Kezmarok"
|
---|
2703 |
|
---|
2704 | #: contrib/localflavor/sk/sk_districts.py:29
|
---|
2705 | msgid "Komarno"
|
---|
2706 | msgstr "Komarno"
|
---|
2707 |
|
---|
2708 | #: contrib/localflavor/sk/sk_districts.py:30
|
---|
2709 | msgid "Kosice I"
|
---|
2710 | msgstr "Kosice I"
|
---|
2711 |
|
---|
2712 | #: contrib/localflavor/sk/sk_districts.py:31
|
---|
2713 | msgid "Kosice II"
|
---|
2714 | msgstr "Kosice II"
|
---|
2715 |
|
---|
2716 | #: contrib/localflavor/sk/sk_districts.py:32
|
---|
2717 | msgid "Kosice III"
|
---|
2718 | msgstr "Kosice III"
|
---|
2719 |
|
---|
2720 | #: contrib/localflavor/sk/sk_districts.py:33
|
---|
2721 | msgid "Kosice IV"
|
---|
2722 | msgstr "Kosice IV"
|
---|
2723 |
|
---|
2724 | #: contrib/localflavor/sk/sk_districts.py:34
|
---|
2725 | msgid "Kosice - okolie"
|
---|
2726 | msgstr "Kosice - okolie"
|
---|
2727 |
|
---|
2728 | #: contrib/localflavor/sk/sk_districts.py:35
|
---|
2729 | msgid "Krupina"
|
---|
2730 | msgstr "Krupina"
|
---|
2731 |
|
---|
2732 | #: contrib/localflavor/sk/sk_districts.py:36
|
---|
2733 | msgid "Kysucke Nove Mesto"
|
---|
2734 | msgstr "Kysucke Nove Mesto"
|
---|
2735 |
|
---|
2736 | #: contrib/localflavor/sk/sk_districts.py:37
|
---|
2737 | msgid "Levice"
|
---|
2738 | msgstr "Levice"
|
---|
2739 |
|
---|
2740 | #: contrib/localflavor/sk/sk_districts.py:38
|
---|
2741 | msgid "Levoca"
|
---|
2742 | msgstr "Levoca"
|
---|
2743 |
|
---|
2744 | #: contrib/localflavor/sk/sk_districts.py:39
|
---|
2745 | msgid "Liptovsky Mikulas"
|
---|
2746 | msgstr "Liptovsky Mikulas"
|
---|
2747 |
|
---|
2748 | #: contrib/localflavor/sk/sk_districts.py:40
|
---|
2749 | msgid "Lucenec"
|
---|
2750 | msgstr "Lucenec"
|
---|
2751 |
|
---|
2752 | #: contrib/localflavor/sk/sk_districts.py:41
|
---|
2753 | msgid "Malacky"
|
---|
2754 | msgstr "Malacky"
|
---|
2755 |
|
---|
2756 | #: contrib/localflavor/sk/sk_districts.py:42
|
---|
2757 | msgid "Martin"
|
---|
2758 | msgstr "Martin"
|
---|
2759 |
|
---|
2760 | #: contrib/localflavor/sk/sk_districts.py:43
|
---|
2761 | msgid "Medzilaborce"
|
---|
2762 | msgstr "Medzilaborce"
|
---|
2763 |
|
---|
2764 | #: contrib/localflavor/sk/sk_districts.py:44
|
---|
2765 | msgid "Michalovce"
|
---|
2766 | msgstr "Michalovce"
|
---|
2767 |
|
---|
2768 | #: contrib/localflavor/sk/sk_districts.py:45
|
---|
2769 | msgid "Myjava"
|
---|
2770 | msgstr "Myjava"
|
---|
2771 |
|
---|
2772 | #: contrib/localflavor/sk/sk_districts.py:46
|
---|
2773 | msgid "Namestovo"
|
---|
2774 | msgstr "Namestovo"
|
---|
2775 |
|
---|
2776 | #: contrib/localflavor/sk/sk_districts.py:47
|
---|
2777 | msgid "Nitra"
|
---|
2778 | msgstr "Nitra"
|
---|
2779 |
|
---|
2780 | #: contrib/localflavor/sk/sk_districts.py:48
|
---|
2781 | msgid "Nove Mesto nad Vahom"
|
---|
2782 | msgstr "Nove Mesto nad Vahom"
|
---|
2783 |
|
---|
2784 | #: contrib/localflavor/sk/sk_districts.py:49
|
---|
2785 | msgid "Nove Zamky"
|
---|
2786 | msgstr "Nove Zamky"
|
---|
2787 |
|
---|
2788 | #: contrib/localflavor/sk/sk_districts.py:50
|
---|
2789 | msgid "Partizanske"
|
---|
2790 | msgstr "Partizanske"
|
---|
2791 |
|
---|
2792 | #: contrib/localflavor/sk/sk_districts.py:51
|
---|
2793 | msgid "Pezinok"
|
---|
2794 | msgstr "Pezinok"
|
---|
2795 |
|
---|
2796 | #: contrib/localflavor/sk/sk_districts.py:52
|
---|
2797 | msgid "Piestany"
|
---|
2798 | msgstr "Piestany"
|
---|
2799 |
|
---|
2800 | #: contrib/localflavor/sk/sk_districts.py:53
|
---|
2801 | msgid "Poltar"
|
---|
2802 | msgstr "Poltar"
|
---|
2803 |
|
---|
2804 | #: contrib/localflavor/sk/sk_districts.py:54
|
---|
2805 | msgid "Poprad"
|
---|
2806 | msgstr "Poprad"
|
---|
2807 |
|
---|
2808 | #: contrib/localflavor/sk/sk_districts.py:55
|
---|
2809 | msgid "Povazska Bystrica"
|
---|
2810 | msgstr "Povazska Bystrica"
|
---|
2811 |
|
---|
2812 | #: contrib/localflavor/sk/sk_districts.py:56
|
---|
2813 | msgid "Presov"
|
---|
2814 | msgstr "Presov"
|
---|
2815 |
|
---|
2816 | #: contrib/localflavor/sk/sk_districts.py:57
|
---|
2817 | msgid "Prievidza"
|
---|
2818 | msgstr "Prievidza"
|
---|
2819 |
|
---|
2820 | #: contrib/localflavor/sk/sk_districts.py:58
|
---|
2821 | msgid "Puchov"
|
---|
2822 | msgstr "Puchov"
|
---|
2823 |
|
---|
2824 | #: contrib/localflavor/sk/sk_districts.py:59
|
---|
2825 | msgid "Revuca"
|
---|
2826 | msgstr "Revuca"
|
---|
2827 |
|
---|
2828 | #: contrib/localflavor/sk/sk_districts.py:60
|
---|
2829 | msgid "Rimavska Sobota"
|
---|
2830 | msgstr "Rimavska Sobota"
|
---|
2831 |
|
---|
2832 | #: contrib/localflavor/sk/sk_districts.py:61
|
---|
2833 | msgid "Roznava"
|
---|
2834 | msgstr "Roznava"
|
---|
2835 |
|
---|
2836 | #: contrib/localflavor/sk/sk_districts.py:62
|
---|
2837 | msgid "Ruzomberok"
|
---|
2838 | msgstr "Ruzomberok"
|
---|
2839 |
|
---|
2840 | #: contrib/localflavor/sk/sk_districts.py:63
|
---|
2841 | msgid "Sabinov"
|
---|
2842 | msgstr "Sabinov"
|
---|
2843 |
|
---|
2844 | #: contrib/localflavor/sk/sk_districts.py:64
|
---|
2845 | msgid "Senec"
|
---|
2846 | msgstr "Senec"
|
---|
2847 |
|
---|
2848 | #: contrib/localflavor/sk/sk_districts.py:65
|
---|
2849 | msgid "Senica"
|
---|
2850 | msgstr "Senica"
|
---|
2851 |
|
---|
2852 | #: contrib/localflavor/sk/sk_districts.py:66
|
---|
2853 | msgid "Skalica"
|
---|
2854 | msgstr "Skalica"
|
---|
2855 |
|
---|
2856 | #: contrib/localflavor/sk/sk_districts.py:67
|
---|
2857 | msgid "Snina"
|
---|
2858 | msgstr "Snina"
|
---|
2859 |
|
---|
2860 | #: contrib/localflavor/sk/sk_districts.py:68
|
---|
2861 | msgid "Sobrance"
|
---|
2862 | msgstr "Sobrance"
|
---|
2863 |
|
---|
2864 | #: contrib/localflavor/sk/sk_districts.py:69
|
---|
2865 | msgid "Spisska Nova Ves"
|
---|
2866 | msgstr "Spisska Nova Ves"
|
---|
2867 |
|
---|
2868 | #: contrib/localflavor/sk/sk_districts.py:70
|
---|
2869 | msgid "Stara Lubovna"
|
---|
2870 | msgstr "Stara Lubovna"
|
---|
2871 |
|
---|
2872 | #: contrib/localflavor/sk/sk_districts.py:71
|
---|
2873 | msgid "Stropkov"
|
---|
2874 | msgstr "Stropkov"
|
---|
2875 |
|
---|
2876 | #: contrib/localflavor/sk/sk_districts.py:72
|
---|
2877 | msgid "Svidnik"
|
---|
2878 | msgstr "Svidnik"
|
---|
2879 |
|
---|
2880 | #: contrib/localflavor/sk/sk_districts.py:73
|
---|
2881 | msgid "Sala"
|
---|
2882 | msgstr "Sala"
|
---|
2883 |
|
---|
2884 | #: contrib/localflavor/sk/sk_districts.py:74
|
---|
2885 | msgid "Topolcany"
|
---|
2886 | msgstr "Topolcany"
|
---|
2887 |
|
---|
2888 | #: contrib/localflavor/sk/sk_districts.py:75
|
---|
2889 | msgid "Trebisov"
|
---|
2890 | msgstr "Trebisov"
|
---|
2891 |
|
---|
2892 | #: contrib/localflavor/sk/sk_districts.py:76
|
---|
2893 | msgid "Trencin"
|
---|
2894 | msgstr "Trencin"
|
---|
2895 |
|
---|
2896 | #: contrib/localflavor/sk/sk_districts.py:77
|
---|
2897 | msgid "Trnava"
|
---|
2898 | msgstr "Trnava"
|
---|
2899 |
|
---|
2900 | #: contrib/localflavor/sk/sk_districts.py:78
|
---|
2901 | msgid "Turcianske Teplice"
|
---|
2902 | msgstr "Turcianske Teplice"
|
---|
2903 |
|
---|
2904 | #: contrib/localflavor/sk/sk_districts.py:79
|
---|
2905 | msgid "Tvrdosin"
|
---|
2906 | msgstr "Tvrdosin"
|
---|
2907 |
|
---|
2908 | #: contrib/localflavor/sk/sk_districts.py:80
|
---|
2909 | msgid "Velky Krtis"
|
---|
2910 | msgstr "Velky Krtis"
|
---|
2911 |
|
---|
2912 | #: contrib/localflavor/sk/sk_districts.py:81
|
---|
2913 | msgid "Vranov nad Toplou"
|
---|
2914 | msgstr "Vranov nad Toplou"
|
---|
2915 |
|
---|
2916 | #: contrib/localflavor/sk/sk_districts.py:82
|
---|
2917 | msgid "Zlate Moravce"
|
---|
2918 | msgstr "Zlate Moravce"
|
---|
2919 |
|
---|
2920 | #: contrib/localflavor/sk/sk_districts.py:83
|
---|
2921 | msgid "Zvolen"
|
---|
2922 | msgstr "Zvolen"
|
---|
2923 |
|
---|
2924 | #: contrib/localflavor/sk/sk_districts.py:84
|
---|
2925 | msgid "Zarnovica"
|
---|
2926 | msgstr "Zarnovica"
|
---|
2927 |
|
---|
2928 | #: contrib/localflavor/sk/sk_districts.py:85
|
---|
2929 | msgid "Ziar nad Hronom"
|
---|
2930 | msgstr "Ziar nad Hronom"
|
---|
2931 |
|
---|
2932 | #: contrib/localflavor/sk/sk_districts.py:86
|
---|
2933 | msgid "Zilina"
|
---|
2934 | msgstr "Zilina"
|
---|
2935 |
|
---|
2936 | #: contrib/localflavor/sk/sk_regions.py:8
|
---|
2937 | msgid "Banska Bystrica region"
|
---|
2938 | msgstr "Regió de Banska Bystrica"
|
---|
2939 |
|
---|
2940 | #: contrib/localflavor/sk/sk_regions.py:9
|
---|
2941 | msgid "Bratislava region"
|
---|
2942 | msgstr "Regió de Bratislava"
|
---|
2943 |
|
---|
2944 | #: contrib/localflavor/sk/sk_regions.py:10
|
---|
2945 | msgid "Kosice region"
|
---|
2946 | msgstr "Regió de Kosice"
|
---|
2947 |
|
---|
2948 | #: contrib/localflavor/sk/sk_regions.py:11
|
---|
2949 | msgid "Nitra region"
|
---|
2950 | msgstr "Regió de Nitra"
|
---|
2951 |
|
---|
2952 | #: contrib/localflavor/sk/sk_regions.py:12
|
---|
2953 | msgid "Presov region"
|
---|
2954 | msgstr "Regió de Presov"
|
---|
2955 |
|
---|
2956 | #: contrib/localflavor/sk/sk_regions.py:13
|
---|
2957 | msgid "Trencin region"
|
---|
2958 | msgstr "Regió de Trencin"
|
---|
2959 |
|
---|
2960 | #: contrib/localflavor/sk/sk_regions.py:14
|
---|
2961 | msgid "Trnava region"
|
---|
2962 | msgstr "Regió de Trnava"
|
---|
2963 |
|
---|
2964 | #: contrib/localflavor/sk/sk_regions.py:15
|
---|
2965 | msgid "Zilina region"
|
---|
2966 | msgstr "Regió de Zilina"
|
---|
2967 |
|
---|
2968 | #: contrib/localflavor/uk/forms.py:18
|
---|
2969 | msgid "Enter a postcode. A space is required between the two postcode parts."
|
---|
2970 | msgstr "Introdueixi un codi postal. És necessari un espai entre les dues parts del codi postal."
|
---|
2971 |
|
---|
2972 | #: contrib/localflavor/us/forms.py:18
|
---|
2973 | msgid "Enter a zip code in the format XXXXX or XXXXX-XXXX."
|
---|
2974 | msgstr "Introdueixi un codi zip en el format XXXXX o XXXXX-XXXX."
|
---|
2975 |
|
---|
2976 | #: contrib/localflavor/us/forms.py:51
|
---|
2977 | msgid "Enter a valid U.S. Social Security number in XXX-XX-XXXX format."
|
---|
2978 | msgstr "Introdueixi un número vàlid de la Seguretat Social dels E.U.A. en el format XXX-XX-XXXX."
|
---|
2979 |
|
---|
2980 | #: contrib/localflavor/in_/forms.py:16
|
---|
2981 | msgid "Enter a zip code in the format XXXXXXX."
|
---|
2982 | msgstr "Introdueixi un codi zip en el format XXXXXXX."
|
---|
2983 |
|
---|
2984 | #: contrib/localflavor/is_/forms.py:17
|
---|
2985 | msgid "Enter a valid Icelandic identification number. The format is XXXXXX-XXXX."
|
---|
2986 | msgstr "Introdueixi un número de identificació d'Islàndia. El format és XXXXXX-XXXX."
|
---|
2987 |
|
---|
2988 | #: contrib/localflavor/is_/forms.py:31
|
---|
2989 | msgid "The Icelandic identification number is not valid."
|
---|
2990 | msgstr "El número de identificació d'Islàndia no és vàlid."
|
---|
2991 |
|
---|
2992 | #: contrib/sessions/models.py:68
|
---|
2993 | msgid "session key"
|
---|
2994 | msgstr "clau de la sessió"
|
---|
2995 |
|
---|
2996 | #: contrib/sessions/models.py:69
|
---|
2997 | msgid "session data"
|
---|
2998 | msgstr "dades de la sessió"
|
---|
2999 |
|
---|
3000 | #: contrib/sessions/models.py:70
|
---|
3001 | msgid "expire date"
|
---|
3002 | msgstr "data de caducitat"
|
---|
3003 |
|
---|
3004 | #: contrib/sessions/models.py:74
|
---|
3005 | msgid "session"
|
---|
3006 | msgstr "sessió"
|
---|
3007 |
|
---|
3008 | #: contrib/sessions/models.py:75
|
---|
3009 | msgid "sessions"
|
---|
3010 | msgstr "sessions"
|
---|
3011 |
|
---|
3012 | #: contrib/contenttypes/models.py:37
|
---|
3013 | msgid "python model class name"
|
---|
3014 | msgstr "nom de la classe del model en python"
|
---|
3015 |
|
---|
3016 | #: contrib/contenttypes/models.py:40
|
---|
3017 | msgid "content type"
|
---|
3018 | msgstr "tipus de contingut"
|
---|
3019 |
|
---|
3020 | #: contrib/contenttypes/models.py:41
|
---|
3021 | msgid "content types"
|
---|
3022 | msgstr "tipus de continguts"
|
---|
3023 |
|
---|
3024 | #: oldforms/__init__.py:408
|
---|
3025 | #, python-format
|
---|
3026 | msgid "Ensure your text is less than %s character."
|
---|
3027 | msgid_plural "Ensure your text is less than %s characters."
|
---|
3028 | msgstr[0] "Asseguris de que el seu texte té menys de %s caracter."
|
---|
3029 | msgstr[1] "Asseguris de que el seu texte té menys de %s caracters."
|
---|
3030 |
|
---|
3031 | #: oldforms/__init__.py:413
|
---|
3032 | msgid "Line breaks are not allowed here."
|
---|
3033 | msgstr "No es permeten salts de línia."
|
---|
3034 |
|
---|
3035 | #: oldforms/__init__.py:511
|
---|
3036 | #: oldforms/__init__.py:585
|
---|
3037 | #: oldforms/__init__.py:624
|
---|
3038 | #, python-format
|
---|
3039 | msgid "Select a valid choice; '%(data)s' is not in %(choices)s."
|
---|
3040 | msgstr "Esculli una opció vàlida; %(data)s' no està dintre de %(choices)s."
|
---|
3041 |
|
---|
3042 | #: oldforms/__init__.py:688
|
---|
3043 | #: newforms/fields.py:381
|
---|
3044 | msgid "The submitted file is empty."
|
---|
3045 | msgstr "El fitxer enviat està buit."
|
---|
3046 |
|
---|
3047 | #: oldforms/__init__.py:744
|
---|
3048 | msgid "Enter a whole number between -32,768 and 32,767."
|
---|
3049 | msgstr "Introdueixi un número enter entre -32,768 i 32,767."
|
---|
3050 |
|
---|
3051 | #: oldforms/__init__.py:754
|
---|
3052 | msgid "Enter a positive number."
|
---|
3053 | msgstr "Introdueixi un número positiu."
|
---|
3054 |
|
---|
3055 | #: oldforms/__init__.py:764
|
---|
3056 | msgid "Enter a whole number between 0 and 32,767."
|
---|
3057 | msgstr "Introdueixi un número entre 0 i 32,767."
|
---|
3058 |
|
---|
3059 | #: views/generic/create_update.py:43
|
---|
3060 | #, python-format
|
---|
3061 | msgid "The %(verbose_name)s was created successfully."
|
---|
3062 | msgstr "El/La %(verbose_name)s s'ha creat amb èxit."
|
---|
3063 |
|
---|
3064 | #: views/generic/create_update.py:117
|
---|
3065 | #, python-format
|
---|
3066 | msgid "The %(verbose_name)s was updated successfully."
|
---|
3067 | msgstr "El/La %(verbose_name)s s'ha actualtzat amb èxit."
|
---|
3068 |
|
---|
3069 | #: views/generic/create_update.py:184
|
---|
3070 | #, python-format
|
---|
3071 | msgid "The %(verbose_name)s was deleted."
|
---|
3072 | msgstr "El %(verbose_name)s s'ha eliminat."
|
---|
3073 |
|
---|
3074 | #: utils/dates.py:6
|
---|
3075 | msgid "Monday"
|
---|
3076 | msgstr "Dilluns"
|
---|
3077 |
|
---|
3078 | #: utils/dates.py:6
|
---|
3079 | msgid "Tuesday"
|
---|
3080 | msgstr "Dimarts"
|
---|
3081 |
|
---|
3082 | #: utils/dates.py:6
|
---|
3083 | msgid "Wednesday"
|
---|
3084 | msgstr "Dimecres"
|
---|
3085 |
|
---|
3086 | #: utils/dates.py:6
|
---|
3087 | msgid "Thursday"
|
---|
3088 | msgstr "Dijous"
|
---|
3089 |
|
---|
3090 | #: utils/dates.py:6
|
---|
3091 | msgid "Friday"
|
---|
3092 | msgstr "Divendres"
|
---|
3093 |
|
---|
3094 | #: utils/dates.py:7
|
---|
3095 | msgid "Saturday"
|
---|
3096 | msgstr "Dissabte"
|
---|
3097 |
|
---|
3098 | #: utils/dates.py:7
|
---|
3099 | msgid "Sunday"
|
---|
3100 | msgstr "Diumenge"
|
---|
3101 |
|
---|
3102 | #: utils/dates.py:10
|
---|
3103 | msgid "Mon"
|
---|
3104 | msgstr "Dl"
|
---|
3105 |
|
---|
3106 | #: utils/dates.py:10
|
---|
3107 | msgid "Tue"
|
---|
3108 | msgstr "Dt"
|
---|
3109 |
|
---|
3110 | #: utils/dates.py:10
|
---|
3111 | msgid "Wed"
|
---|
3112 | msgstr "Dc"
|
---|
3113 |
|
---|
3114 | #: utils/dates.py:10
|
---|
3115 | msgid "Thu"
|
---|
3116 | msgstr "Dj"
|
---|
3117 |
|
---|
3118 | #: utils/dates.py:10
|
---|
3119 | msgid "Fri"
|
---|
3120 | msgstr "Dv"
|
---|
3121 |
|
---|
3122 | #: utils/dates.py:11
|
---|
3123 | msgid "Sat"
|
---|
3124 | msgstr "Db"
|
---|
3125 |
|
---|
3126 | #: utils/dates.py:11
|
---|
3127 | msgid "Sun"
|
---|
3128 | msgstr "Dg"
|
---|
3129 |
|
---|
3130 | #: utils/dates.py:18
|
---|
3131 | msgid "January"
|
---|
3132 | msgstr "Gener"
|
---|
3133 |
|
---|
3134 | #: utils/dates.py:18
|
---|
3135 | msgid "February"
|
---|
3136 | msgstr "Febrer"
|
---|
3137 |
|
---|
3138 | #: utils/dates.py:18
|
---|
3139 | #: utils/dates.py:31
|
---|
3140 | msgid "March"
|
---|
3141 | msgstr "Març"
|
---|
3142 |
|
---|
3143 | #: utils/dates.py:18
|
---|
3144 | #: utils/dates.py:31
|
---|
3145 | msgid "April"
|
---|
3146 | msgstr "Abril"
|
---|
3147 |
|
---|
3148 | #: utils/dates.py:18
|
---|
3149 | #: utils/dates.py:31
|
---|
3150 | msgid "May"
|
---|
3151 | msgstr "Maig"
|
---|
3152 |
|
---|
3153 | #: utils/dates.py:18
|
---|
3154 | #: utils/dates.py:31
|
---|
3155 | msgid "June"
|
---|
3156 | msgstr "Juny"
|
---|
3157 |
|
---|
3158 | #: utils/dates.py:19
|
---|
3159 | #: utils/dates.py:31
|
---|
3160 | msgid "July"
|
---|
3161 | msgstr "Juliol"
|
---|
3162 |
|
---|
3163 | #: utils/dates.py:19
|
---|
3164 | msgid "August"
|
---|
3165 | msgstr "Agost"
|
---|
3166 |
|
---|
3167 | #: utils/dates.py:19
|
---|
3168 | msgid "September"
|
---|
3169 | msgstr "Setembre"
|
---|
3170 |
|
---|
3171 | #: utils/dates.py:19
|
---|
3172 | msgid "October"
|
---|
3173 | msgstr "Octubre"
|
---|
3174 |
|
---|
3175 | #: utils/dates.py:19
|
---|
3176 | msgid "November"
|
---|
3177 | msgstr "Novembre"
|
---|
3178 |
|
---|
3179 | #: utils/dates.py:20
|
---|
3180 | msgid "December"
|
---|
3181 | msgstr "Desembre"
|
---|
3182 |
|
---|
3183 | #: utils/dates.py:23
|
---|
3184 | msgid "jan"
|
---|
3185 | msgstr "gen"
|
---|
3186 |
|
---|
3187 | #: utils/dates.py:23
|
---|
3188 | msgid "feb"
|
---|
3189 | msgstr "feb"
|
---|
3190 |
|
---|
3191 | #: utils/dates.py:23
|
---|
3192 | msgid "mar"
|
---|
3193 | msgstr "mar"
|
---|
3194 |
|
---|
3195 | #: utils/dates.py:23
|
---|
3196 | msgid "apr"
|
---|
3197 | msgstr "abr"
|
---|
3198 |
|
---|
3199 | #: utils/dates.py:23
|
---|
3200 | msgid "may"
|
---|
3201 | msgstr "mai"
|
---|
3202 |
|
---|
3203 | #: utils/dates.py:23
|
---|
3204 | msgid "jun"
|
---|
3205 | msgstr "jun"
|
---|
3206 |
|
---|
3207 | #: utils/dates.py:24
|
---|
3208 | msgid "jul"
|
---|
3209 | msgstr "jul"
|
---|
3210 |
|
---|
3211 | #: utils/dates.py:24
|
---|
3212 | msgid "aug"
|
---|
3213 | msgstr "ago"
|
---|
3214 |
|
---|
3215 | #: utils/dates.py:24
|
---|
3216 | msgid "sep"
|
---|
3217 | msgstr "set"
|
---|
3218 |
|
---|
3219 | #: utils/dates.py:24
|
---|
3220 | msgid "oct"
|
---|
3221 | msgstr "oct"
|
---|
3222 |
|
---|
3223 | #: utils/dates.py:24
|
---|
3224 | msgid "nov"
|
---|
3225 | msgstr "nov"
|
---|
3226 |
|
---|
3227 | #: utils/dates.py:24
|
---|
3228 | msgid "dec"
|
---|
3229 | msgstr "des"
|
---|
3230 |
|
---|
3231 | #: utils/dates.py:31
|
---|
3232 | msgid "Jan."
|
---|
3233 | msgstr "Gen."
|
---|
3234 |
|
---|
3235 | #: utils/dates.py:31
|
---|
3236 | msgid "Feb."
|
---|
3237 | msgstr "Feb."
|
---|
3238 |
|
---|
3239 | #: utils/dates.py:32
|
---|
3240 | msgid "Aug."
|
---|
3241 | msgstr "Ago."
|
---|
3242 |
|
---|
3243 | #: utils/dates.py:32
|
---|
3244 | msgid "Sept."
|
---|
3245 | msgstr "Set."
|
---|
3246 |
|
---|
3247 | #: utils/dates.py:32
|
---|
3248 | msgid "Oct."
|
---|
3249 | msgstr "Oct."
|
---|
3250 |
|
---|
3251 | #: utils/dates.py:32
|
---|
3252 | msgid "Nov."
|
---|
3253 | msgstr "Nov."
|
---|
3254 |
|
---|
3255 | #: utils/dates.py:32
|
---|
3256 | msgid "Dec."
|
---|
3257 | msgstr "Des."
|
---|
3258 |
|
---|
3259 | #: utils/text.py:127
|
---|
3260 | msgid "or"
|
---|
3261 | msgstr "o"
|
---|
3262 |
|
---|
3263 | #: utils/timesince.py:12
|
---|
3264 | msgid "year"
|
---|
3265 | msgid_plural "years"
|
---|
3266 | msgstr[0] "any"
|
---|
3267 | msgstr[1] "anys"
|
---|
3268 |
|
---|
3269 | #: utils/timesince.py:13
|
---|
3270 | msgid "month"
|
---|
3271 | msgid_plural "months"
|
---|
3272 | msgstr[0] "mes"
|
---|
3273 | msgstr[1] "mesos"
|
---|
3274 |
|
---|
3275 | #: utils/timesince.py:14
|
---|
3276 | msgid "week"
|
---|
3277 | msgid_plural "weeks"
|
---|
3278 | msgstr[0] "setmana"
|
---|
3279 | msgstr[1] "setmanes"
|
---|
3280 |
|
---|
3281 | #: utils/timesince.py:15
|
---|
3282 | msgid "day"
|
---|
3283 | msgid_plural "days"
|
---|
3284 | msgstr[0] "dia"
|
---|
3285 | msgstr[1] "dies"
|
---|
3286 |
|
---|
3287 | #: utils/timesince.py:16
|
---|
3288 | msgid "hour"
|
---|
3289 | msgid_plural "hours"
|
---|
3290 | msgstr[0] "hora"
|
---|
3291 | msgstr[1] "hores"
|
---|
3292 |
|
---|
3293 | #: utils/timesince.py:17
|
---|
3294 | msgid "minute"
|
---|
3295 | msgid_plural "minutes"
|
---|
3296 | msgstr[0] "minut"
|
---|
3297 | msgstr[1] "minuts"
|
---|
3298 |
|
---|
3299 | #: utils/timesince.py:39
|
---|
3300 | #, python-format
|
---|
3301 | msgid "%(number)d %(type)s"
|
---|
3302 | msgstr "%(number)d %(type)s"
|
---|
3303 |
|
---|
3304 | #: utils/timesince.py:45
|
---|
3305 | #, python-format
|
---|
3306 | msgid ", %(number)d %(type)s"
|
---|
3307 | msgstr ", %(number)d %(type)s"
|
---|
3308 |
|
---|
3309 | #: utils/dateformat.py:41
|
---|
3310 | msgid "p.m."
|
---|
3311 | msgstr "p.m."
|
---|
3312 |
|
---|
3313 | #: utils/dateformat.py:42
|
---|
3314 | msgid "a.m."
|
---|
3315 | msgstr "a.m."
|
---|
3316 |
|
---|
3317 | #: utils/dateformat.py:47
|
---|
3318 | msgid "PM"
|
---|
3319 | msgstr "PM"
|
---|
3320 |
|
---|
3321 | #: utils/dateformat.py:48
|
---|
3322 | msgid "AM"
|
---|
3323 | msgstr "AM"
|
---|
3324 |
|
---|
3325 | #: utils/dateformat.py:97
|
---|
3326 | msgid "midnight"
|
---|
3327 | msgstr "mitja nit"
|
---|
3328 |
|
---|
3329 | #: utils/dateformat.py:99
|
---|
3330 | msgid "noon"
|
---|
3331 | msgstr "mig dia"
|
---|
3332 |
|
---|
3333 | #: utils/translation/trans_real.py:391
|
---|
3334 | msgid "DATE_FORMAT"
|
---|
3335 | msgstr "F j, Y"
|
---|
3336 |
|
---|
3337 | #: utils/translation/trans_real.py:392
|
---|
3338 | msgid "DATETIME_FORMAT"
|
---|
3339 | msgstr "F j, Y, H:i"
|
---|
3340 |
|
---|
3341 | #: utils/translation/trans_real.py:393
|
---|
3342 | msgid "TIME_FORMAT"
|
---|
3343 | msgstr "H:i"
|
---|
3344 |
|
---|
3345 | #: utils/translation/trans_real.py:409
|
---|
3346 | msgid "YEAR_MONTH_FORMAT"
|
---|
3347 | msgstr "j de/d' F del Y"
|
---|
3348 |
|
---|
3349 | #: utils/translation/trans_real.py:410
|
---|
3350 | msgid "MONTH_DAY_FORMAT"
|
---|
3351 | msgstr "j de/d' F del Y"
|
---|
3352 |
|
---|
3353 | #: template/defaultfilters.py:532
|
---|
3354 | msgid "yes,no,maybe"
|
---|
3355 | msgstr "si,no,potser"
|
---|
3356 |
|
---|
3357 | #: template/defaultfilters.py:561
|
---|
3358 | #, python-format
|
---|
3359 | msgid "%(size)d byte"
|
---|
3360 | msgid_plural "%(size)d bytes"
|
---|
3361 | msgstr[0] "%(size)d byte"
|
---|
3362 | msgstr[1] "%(size)d bytes"
|
---|
3363 |
|
---|
3364 | #: template/defaultfilters.py:563
|
---|
3365 | #, python-format
|
---|
3366 | msgid "%.1f KB"
|
---|
3367 | msgstr "%.1f KB"
|
---|
3368 |
|
---|
3369 | #: template/defaultfilters.py:565
|
---|
3370 | #, python-format
|
---|
3371 | msgid "%.1f MB"
|
---|
3372 | msgstr "%.1f MB"
|
---|
3373 |
|
---|
3374 | #: template/defaultfilters.py:566
|
---|
3375 | #, python-format
|
---|
3376 | msgid "%.1f GB"
|
---|
3377 | msgstr "%.1f GB"
|
---|
3378 |
|
---|
3379 | #: newforms/fields.py:123
|
---|
3380 | #, python-format
|
---|
3381 | msgid "Ensure this value has at most %(max)d characters (it has %(length)d)."
|
---|
3382 | msgstr "Asseguris de que el valor té com a màxim %(max)d caràcters (en té %(length)d)."
|
---|
3383 |
|
---|
3384 | #: newforms/fields.py:125
|
---|
3385 | #, python-format
|
---|
3386 | msgid "Ensure this value has at least %(min)d characters (it has %(length)d)."
|
---|
3387 | msgstr "Asseguris de que el valor té com a mínim %(min)d caràcters (en té %(length)d)."
|
---|
3388 |
|
---|
3389 | #: newforms/fields.py:151
|
---|
3390 | #: newforms/fields.py:174
|
---|
3391 | #: newforms/fields.py:204
|
---|
3392 | #, python-format
|
---|
3393 | msgid "Ensure this value is less than or equal to %s."
|
---|
3394 | msgstr "Aquest valor ha de ser menor o igual a %s."
|
---|
3395 |
|
---|
3396 | #: newforms/fields.py:153
|
---|
3397 | #: newforms/fields.py:176
|
---|
3398 | #: newforms/fields.py:206
|
---|
3399 | #, python-format
|
---|
3400 | msgid "Ensure this value is greater than or equal to %s."
|
---|
3401 | msgstr "Asseguris de que aquest valor sigui superior o igual a %s."
|
---|
3402 |
|
---|
3403 | #: newforms/fields.py:172
|
---|
3404 | #: newforms/fields.py:199
|
---|
3405 | msgid "Enter a number."
|
---|
3406 | msgstr "Introdueixi un número."
|
---|
3407 |
|
---|
3408 | #: newforms/fields.py:208
|
---|
3409 | #, python-format
|
---|
3410 | msgid "Ensure that there are no more than %s digits in total."
|
---|
3411 | msgstr "Asseguris de que no hi ha més de %s dígits en total."
|
---|
3412 |
|
---|
3413 | #: newforms/fields.py:210
|
---|
3414 | #, python-format
|
---|
3415 | msgid "Ensure that there are no more than %s decimal places."
|
---|
3416 | msgstr "Asseguris de que no hi ha més de %s decimals."
|
---|
3417 |
|
---|
3418 | #: newforms/fields.py:212
|
---|
3419 | #, python-format
|
---|
3420 | msgid "Ensure that there are no more than %s digits before the decimal point."
|
---|
3421 | msgstr "Asseguris de que no hia ha més de %s dígits decimals."
|
---|
3422 |
|
---|
3423 | #: newforms/fields.py:245
|
---|
3424 | #: newforms/fields.py:629
|
---|
3425 | msgid "Enter a valid date."
|
---|
3426 | msgstr "Introdueixi una data vàlida."
|
---|
3427 |
|
---|
3428 | #: newforms/fields.py:272
|
---|
3429 | #: newforms/fields.py:631
|
---|
3430 | msgid "Enter a valid time."
|
---|
3431 | msgstr "Introdueixi una hora vàlida."
|
---|
3432 |
|
---|
3433 | #: newforms/fields.py:308
|
---|
3434 | msgid "Enter a valid date/time."
|
---|
3435 | msgstr "Introdueixi una data/hora vàlides."
|
---|
3436 |
|
---|
3437 | #: newforms/fields.py:321
|
---|
3438 | msgid "Enter a valid value."
|
---|
3439 | msgstr "Introdueixi un valor vàlid."
|
---|
3440 |
|
---|
3441 | #: newforms/fields.py:379
|
---|
3442 | msgid "No file was submitted."
|
---|
3443 | msgstr "No s'ha enviat cap fitxer."
|
---|
3444 |
|
---|
3445 | #: newforms/fields.py:419
|
---|
3446 | #: newforms/fields.py:444
|
---|
3447 | msgid "Enter a valid URL."
|
---|
3448 | msgstr "Introdueixi una URL vàlida."
|
---|
3449 |
|
---|
3450 | #: newforms/fields.py:446
|
---|
3451 | msgid "This URL appears to be a broken link."
|
---|
3452 | msgstr "Aquesta URL sembla ser un enllaç trencat."
|
---|
3453 |
|
---|
3454 | #: newforms/fields.py:497
|
---|
3455 | #: newforms/models.py:180
|
---|
3456 | msgid "Select a valid choice. That choice is not one of the available choices."
|
---|
3457 | msgstr "Esculli una opció vàlida; Aquesta opció no és una de les opcions disponibles."
|
---|
3458 |
|
---|
3459 | #: newforms/fields.py:513
|
---|
3460 | #: newforms/fields.py:589
|
---|
3461 | #: newforms/models.py:197
|
---|
3462 | msgid "Enter a list of values."
|
---|
3463 | msgstr "Introdueixi una llista de valors."
|
---|
3464 |
|
---|
3465 | #: newforms/fields.py:519
|
---|
3466 | #: newforms/models.py:203
|
---|
3467 | #, python-format
|
---|
3468 | msgid "Select a valid choice. %s is not one of the available choices."
|
---|
3469 | msgstr "Esculli una opció vàlida; %s' no és una de les opcions vàlides."
|
---|
3470 |
|
---|
3471 | #~ msgid ""
|
---|
3472 | #~ "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
3473 | #~ "comment:\n"
|
---|
3474 | #~ "\n"
|
---|
3475 | #~ "%(text)sThis comment was posted by a user who has posted fewer than %"
|
---|
3476 | #~ "(count)s comments:\n"
|
---|
3477 | #~ "\n"
|
---|
3478 | #~ "%(text)s"
|
---|
3479 | #~ msgstr ""
|
---|
3480 | #~ "Aquest comentari el va enviar un usuari que ha enviat menys de %(count)s "
|
---|
3481 | #~ "comentari:\n"
|
---|
3482 | #~ "\n"
|
---|
3483 | #~ "%(text)sAquest comentari el va enviar un usuari que ha enviat menys de %"
|
---|
3484 | #~ "(count)s comentaris:\n"
|
---|
3485 | #~ "\n"
|
---|
3486 | #~ "%(text)s"
|
---|
3487 | #~ msgid "AnonymousUser"
|
---|
3488 | #~ msgstr "AnonymousUser"
|
---|
3489 | #~ msgid ""
|
---|
3490 | #~ "Please enter a valid decimal number with a whole part of at most %s digit."
|
---|
3491 | #~ "Please enter a valid decimal number with a whole part of at most %s "
|
---|
3492 | #~ "digits."
|
---|
3493 | #~ msgstr ""
|
---|
3494 | #~ "Si us plau, introdueixi un número decimal vàlid amb la part entera amb "
|
---|
3495 | #~ "com a màxim %s dígit.Si us plau, introdueixi un número decimal vàlid amb "
|
---|
3496 | #~ "la part entera amb com a màxim %s dígits."
|
---|
3497 | #~ msgid ""
|
---|
3498 | #~ "Please enter a valid decimal number with at most %s decimal place.Please "
|
---|
3499 | #~ "enter a valid decimal number with at most %s decimal places."
|
---|
3500 | #~ msgstr ""
|
---|
3501 | #~ "Si us plau, introdueixi un número decimal vàlid amb no més de %s dígit en "
|
---|
3502 | #~ "la part decimal.Si us plau, introdueixi un número decimal vàlid amb no "
|
---|
3503 | #~ "més de %s dígits en la part decimal."
|
---|
3504 | #~ msgid "%d milliseconds"
|
---|
3505 | #~ msgstr "%d milisegons"
|
---|
3506 |
|
---|