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