django.po 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Leonardo José Guzmán <ljguzman@gmail.com>, 2013
  6. # Natalia, 2023
  7. # Natalia, 2023
  8. # Ramiro Morales, 2013-2024
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-05-22 11:46-0300\n"
  14. "PO-Revision-Date: 2024-10-07 07:05+0000\n"
  15. "Last-Translator: Ramiro Morales, 2013-2024\n"
  16. "Language-Team: Spanish (Argentina) (http://app.transifex.com/django/django/"
  17. "language/es_AR/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: es_AR\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. #, python-format
  24. msgid "Delete selected %(verbose_name_plural)s"
  25. msgstr "Eliminar %(verbose_name_plural)s seleccionados/as"
  26. #, python-format
  27. msgid "Successfully deleted %(count)d %(items)s."
  28. msgstr "Se eliminaron con éxito %(count)d %(items)s."
  29. #, python-format
  30. msgid "Cannot delete %(name)s"
  31. msgstr "No se puede eliminar %(name)s"
  32. msgid "Are you sure?"
  33. msgstr "¿Está seguro?"
  34. msgid "Administration"
  35. msgstr "Administración"
  36. msgid "All"
  37. msgstr "Todos/as"
  38. msgid "Yes"
  39. msgstr "Sí"
  40. msgid "No"
  41. msgstr "No"
  42. msgid "Unknown"
  43. msgstr "Desconocido"
  44. msgid "Any date"
  45. msgstr "Cualquier fecha"
  46. msgid "Today"
  47. msgstr "Hoy"
  48. msgid "Past 7 days"
  49. msgstr "Últimos 7 días"
  50. msgid "This month"
  51. msgstr "Este mes"
  52. msgid "This year"
  53. msgstr "Este año"
  54. msgid "No date"
  55. msgstr "Sin fecha"
  56. msgid "Has date"
  57. msgstr "Tiene fecha"
  58. msgid "Empty"
  59. msgstr "Vacío/a"
  60. msgid "Not empty"
  61. msgstr "No vacío/a"
  62. #, python-format
  63. msgid ""
  64. "Please enter the correct %(username)s and password for a staff account. Note "
  65. "that both fields may be case-sensitive."
  66. msgstr ""
  67. "Por favor introduza %(username)s y contraseña correctos de una cuenta de "
  68. "staff. Note que puede que ambos campos sean estrictos en relación a "
  69. "diferencias entre mayúsculas y minúsculas."
  70. msgid "Action:"
  71. msgstr "Acción:"
  72. #, python-format
  73. msgid "Add another %(verbose_name)s"
  74. msgstr "Agregar otro/a %(verbose_name)s"
  75. msgid "Remove"
  76. msgstr "Eliminar"
  77. msgid "Addition"
  78. msgstr "Agregado"
  79. msgid "Change"
  80. msgstr "Modificar"
  81. msgid "Deletion"
  82. msgstr "Borrado"
  83. msgid "action time"
  84. msgstr "hora de la acción"
  85. msgid "user"
  86. msgstr "usuario"
  87. msgid "content type"
  88. msgstr "tipo de contenido"
  89. msgid "object id"
  90. msgstr "id de objeto"
  91. #. Translators: 'repr' means representation
  92. #. (https://docs.python.org/library/functions.html#repr)
  93. msgid "object repr"
  94. msgstr "repr de objeto"
  95. msgid "action flag"
  96. msgstr "marca de acción"
  97. msgid "change message"
  98. msgstr "mensaje de cambio"
  99. msgid "log entry"
  100. msgstr "entrada de registro"
  101. msgid "log entries"
  102. msgstr "entradas de registro"
  103. #, python-format
  104. msgid "Added “%(object)s”."
  105. msgstr "Se agrega \"%(object)s”."
  106. #, python-format
  107. msgid "Changed “%(object)s” — %(changes)s"
  108. msgstr "Se modifica \"%(object)s” — %(changes)s"
  109. #, python-format
  110. msgid "Deleted “%(object)s.”"
  111. msgstr "Se elimina \"%(object)s”."
  112. msgid "LogEntry Object"
  113. msgstr "Objeto LogEntry"
  114. #, python-brace-format
  115. msgid "Added {name} “{object}”."
  116. msgstr "Se agrega {name} \"{object}”."
  117. msgid "Added."
  118. msgstr "Agregado."
  119. msgid "and"
  120. msgstr "y"
  121. #, python-brace-format
  122. msgid "Changed {fields} for {name} “{object}”."
  123. msgstr "Se modifican {fields} en {name} \"{object}”."
  124. #, python-brace-format
  125. msgid "Changed {fields}."
  126. msgstr "Modificación de {fields}."
  127. #, python-brace-format
  128. msgid "Deleted {name} “{object}”."
  129. msgstr "Se elimina {name} \"{object}”."
  130. msgid "No fields changed."
  131. msgstr "No ha modificado ningún campo."
  132. msgid "None"
  133. msgstr "Ninguno"
  134. msgid "Hold down “Control”, or “Command” on a Mac, to select more than one."
  135. msgstr ""
  136. "Mantenga presionada \"Control” (\"Command” en una Mac) para seleccionar más "
  137. "de uno."
  138. msgid "Select this object for an action - {}"
  139. msgstr "Seleccione este objeto para una acción - {}"
  140. #, python-brace-format
  141. msgid "The {name} “{obj}” was added successfully."
  142. msgstr "Se agregó con éxito {name} \"{obj}”."
  143. msgid "You may edit it again below."
  144. msgstr "Puede modificarlo/a nuevamente mas abajo."
  145. #, python-brace-format
  146. msgid ""
  147. "The {name} “{obj}” was added successfully. You may add another {name} below."
  148. msgstr ""
  149. "Se agregó con éxito {name} \"{obj}”. Puede agregar otro/a {name} abajo."
  150. #, python-brace-format
  151. msgid ""
  152. "The {name} “{obj}” was changed successfully. You may edit it again below."
  153. msgstr ""
  154. "Se modificó con éxito {name} \"{obj}”. Puede modificarlo/a nuevamente abajo."
  155. #, python-brace-format
  156. msgid ""
  157. "The {name} “{obj}” was changed successfully. You may add another {name} "
  158. "below."
  159. msgstr ""
  160. "Se modificó con éxito {name} \"{obj}”. Puede agregar otro {name} abajo."
  161. #, python-brace-format
  162. msgid "The {name} “{obj}” was changed successfully."
  163. msgstr "Se modificó con éxito {name} \"{obj}”."
  164. msgid ""
  165. "Items must be selected in order to perform actions on them. No items have "
  166. "been changed."
  167. msgstr ""
  168. "Deben existir ítems seleccionados para poder realizar acciones sobre los "
  169. "mismos. No se modificó ningún ítem."
  170. msgid "No action selected."
  171. msgstr "No se ha seleccionado ninguna acción."
  172. #, python-format
  173. msgid "The %(name)s “%(obj)s” was deleted successfully."
  174. msgstr "Se eliminó con éxito %(name)s \"%(obj)s”."
  175. #, python-format
  176. msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?"
  177. msgstr "No existe %(name)s con ID \"%(key)s”. ¿Quizá fue eliminado/a?"
  178. #, python-format
  179. msgid "Add %s"
  180. msgstr "Agregar %s"
  181. #, python-format
  182. msgid "Change %s"
  183. msgstr "Modificar %s"
  184. #, python-format
  185. msgid "View %s"
  186. msgstr "Ver %s"
  187. msgid "Database error"
  188. msgstr "Error de base de datos"
  189. #, python-format
  190. msgid "%(count)s %(name)s was changed successfully."
  191. msgid_plural "%(count)s %(name)s were changed successfully."
  192. msgstr[0] "Se ha modificado con éxito %(count)s %(name)s."
  193. msgstr[1] "Se han modificado con éxito %(count)s %(name)s."
  194. msgstr[2] "Se han modificado con éxito %(count)s %(name)s."
  195. #, python-format
  196. msgid "%(total_count)s selected"
  197. msgid_plural "All %(total_count)s selected"
  198. msgstr[0] "%(total_count)s seleccionados/as"
  199. msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as"
  200. msgstr[2] "Todos/as (%(total_count)s en total) han sido seleccionados/as"
  201. #, python-format
  202. msgid "0 of %(cnt)s selected"
  203. msgstr "0 de %(cnt)s seleccionados/as"
  204. #, python-format
  205. msgid "Change history: %s"
  206. msgstr "Historia de modificaciones: %s"
  207. #. Translators: Model verbose name and instance
  208. #. representation, suitable to be an item in a
  209. #. list.
  210. #, python-format
  211. msgid "%(class_name)s %(instance)s"
  212. msgstr "%(class_name)s %(instance)s"
  213. #, python-format
  214. msgid ""
  215. "Deleting %(class_name)s %(instance)s would require deleting the following "
  216. "protected related objects: %(related_objects)s"
  217. msgstr ""
  218. "La eliminación de %(class_name)s %(instance)s provocaría la eliminación de "
  219. "los siguientes objetos relacionados protegidos: %(related_objects)s"
  220. msgid "Django site admin"
  221. msgstr "Administración de sitio Django"
  222. msgid "Django administration"
  223. msgstr "Administración de Django"
  224. msgid "Site administration"
  225. msgstr "Administración de sitio"
  226. msgid "Log in"
  227. msgstr "Identificarse"
  228. #, python-format
  229. msgid "%(app)s administration"
  230. msgstr "Administración de %(app)s"
  231. msgid "Page not found"
  232. msgstr "Página no encontrada"
  233. msgid "We’re sorry, but the requested page could not be found."
  234. msgstr "Lo lamentamos, no se encontró la página solicitada."
  235. msgid "Home"
  236. msgstr "Inicio"
  237. msgid "Server error"
  238. msgstr "Error del servidor"
  239. msgid "Server error (500)"
  240. msgstr "Error del servidor (500)"
  241. msgid "Server Error <em>(500)</em>"
  242. msgstr "Error de servidor <em>(500)</em>"
  243. msgid ""
  244. "There’s been an error. It’s been reported to the site administrators via "
  245. "email and should be fixed shortly. Thanks for your patience."
  246. msgstr ""
  247. "Ha ocurrido un error. Se ha reportado el mismo a los administradores del "
  248. "sitio vía email y debería ser solucionado en breve. Le agradecemos por su "
  249. "paciencia."
  250. msgid "Run the selected action"
  251. msgstr "Ejecutar la acción seleccionada"
  252. msgid "Go"
  253. msgstr "Ejecutar"
  254. msgid "Click here to select the objects across all pages"
  255. msgstr "Haga click aquí para seleccionar los objetos de todas las páginas"
  256. #, python-format
  257. msgid "Select all %(total_count)s %(module_name)s"
  258. msgstr "Seleccionar lo(s)/a(s) %(total_count)s %(module_name)s existentes"
  259. msgid "Clear selection"
  260. msgstr "Borrar selección"
  261. msgid "Breadcrumbs"
  262. msgstr "Breadcrumbs"
  263. #, python-format
  264. msgid "Models in the %(name)s application"
  265. msgstr "Modelos en la aplicación %(name)s"
  266. msgid "Add"
  267. msgstr "Agregar"
  268. msgid "View"
  269. msgstr "Ver"
  270. msgid "You don’t have permission to view or edit anything."
  271. msgstr "No tiene permiso para ver o modificar nada."
  272. msgid ""
  273. "First, enter a username and password. Then, you’ll be able to edit more user "
  274. "options."
  275. msgstr ""
  276. "Primero introduzca un nombre de usuario y una contraseña. Luego podrá "
  277. "configurar opciones adicionales para el usuario."
  278. msgid "Enter a username and password."
  279. msgstr "Introduzca un nombre de usuario y una contraseña."
  280. msgid "Change password"
  281. msgstr "Cambiar contraseña"
  282. msgid "Set password"
  283. msgstr "Establecer contraseña"
  284. msgid "Please correct the error below."
  285. msgid_plural "Please correct the errors below."
  286. msgstr[0] "Por favor, corrija el siguiente error."
  287. msgstr[1] "Por favor, corrija los siguientes errores."
  288. msgstr[2] "Por favor, corrija los siguientes errores."
  289. #, python-format
  290. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  291. msgstr ""
  292. "Introduzca una nueva contraseña para el usuario <strong>%(username)s</"
  293. "strong>."
  294. msgid ""
  295. "This action will <strong>enable</strong> password-based authentication for "
  296. "this user."
  297. msgstr ""
  298. "Esta acción <strong>activará</strong> la autenticación basada en contraseñas "
  299. "para este usuario."
  300. msgid "Disable password-based authentication"
  301. msgstr "Desactivar la autenticación basada en contraseñas"
  302. msgid "Enable password-based authentication"
  303. msgstr "Activar la autenticación basada en contraseñas"
  304. msgid "Skip to main content"
  305. msgstr "Ir al contenido principal"
  306. msgid "Welcome,"
  307. msgstr "Bienvenido/a,"
  308. msgid "View site"
  309. msgstr "Ver sitio"
  310. msgid "Documentation"
  311. msgstr "Documentación"
  312. msgid "Log out"
  313. msgstr "Cerrar sesión"
  314. #, python-format
  315. msgid "Add %(name)s"
  316. msgstr "Agregar %(name)s"
  317. msgid "History"
  318. msgstr "Historia"
  319. msgid "View on site"
  320. msgstr "Ver en el sitio"
  321. msgid "Filter"
  322. msgstr "Filtrar"
  323. msgid "Hide counts"
  324. msgstr "Ocultar recuentos"
  325. msgid "Show counts"
  326. msgstr "Mostrar recuentos"
  327. msgid "Clear all filters"
  328. msgstr "Limpiar todos los filtros"
  329. msgid "Remove from sorting"
  330. msgstr "Remover de ordenamiento"
  331. #, python-format
  332. msgid "Sorting priority: %(priority_number)s"
  333. msgstr "Prioridad de ordenamiento: %(priority_number)s"
  334. msgid "Toggle sorting"
  335. msgstr "Alternar ordenamiento"
  336. msgid "Toggle theme (current theme: auto)"
  337. msgstr "Cambiar tema (tema actual: automático)"
  338. msgid "Toggle theme (current theme: light)"
  339. msgstr "Cambiar tema (tema actual: claro)"
  340. msgid "Toggle theme (current theme: dark)"
  341. msgstr "Cambiar tema (tema actual: oscuro)"
  342. msgid "Delete"
  343. msgstr "Eliminar"
  344. #, python-format
  345. msgid ""
  346. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  347. "related objects, but your account doesn't have permission to delete the "
  348. "following types of objects:"
  349. msgstr ""
  350. "Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación "
  351. "de objetos relacionados, pero su cuenta no tiene permiso para eliminar los "
  352. "siguientes tipos de objetos:"
  353. #, python-format
  354. msgid ""
  355. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  356. "following protected related objects:"
  357. msgstr ""
  358. "Eliminar los %(object_name)s '%(escaped_object)s' requeriría eliminar "
  359. "también los siguientes objetos relacionados protegidos:"
  360. #, python-format
  361. msgid ""
  362. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  363. "All of the following related items will be deleted:"
  364. msgstr ""
  365. "¿Está seguro de que desea eliminar los %(object_name)s "
  366. "\"%(escaped_object)s\"? Se eliminarán los siguientes objetos relacionados:"
  367. msgid "Objects"
  368. msgstr "Objectos"
  369. msgid "Yes, I’m sure"
  370. msgstr "Si, estoy seguro"
  371. msgid "No, take me back"
  372. msgstr "No, volver"
  373. msgid "Delete multiple objects"
  374. msgstr "Eliminar múltiples objetos"
  375. #, python-format
  376. msgid ""
  377. "Deleting the selected %(objects_name)s would result in deleting related "
  378. "objects, but your account doesn't have permission to delete the following "
  379. "types of objects:"
  380. msgstr ""
  381. "Eliminar el/los objetos %(objects_name)s seleccionados provocaría la "
  382. "eliminación de objetos relacionados a los mismos, pero su cuenta de usuario "
  383. "no tiene los permisos necesarios para eliminar los siguientes tipos de "
  384. "objetos:"
  385. #, python-format
  386. msgid ""
  387. "Deleting the selected %(objects_name)s would require deleting the following "
  388. "protected related objects:"
  389. msgstr ""
  390. "Eliminar el/los objetos %(objects_name)s seleccionados requeriría eliminar "
  391. "también los siguientes objetos relacionados protegidos:"
  392. #, python-format
  393. msgid ""
  394. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  395. "following objects and their related items will be deleted:"
  396. msgstr ""
  397. "¿Está seguro de que desea eliminar el/los objetos %(objects_name)s?. Todos "
  398. "los siguientes objetos e ítems relacionados a los mismos también serán "
  399. "eliminados:"
  400. msgid "Delete?"
  401. msgstr "¿Eliminar?"
  402. #, python-format
  403. msgid " By %(filter_title)s "
  404. msgstr " Por %(filter_title)s "
  405. msgid "Summary"
  406. msgstr "Resumen"
  407. msgid "Recent actions"
  408. msgstr "Acciones recientes"
  409. msgid "My actions"
  410. msgstr "Mis acciones"
  411. msgid "None available"
  412. msgstr "Ninguna disponible"
  413. msgid "Added:"
  414. msgstr "Agregado:"
  415. msgid "Changed:"
  416. msgstr "Cambiado:"
  417. msgid "Deleted:"
  418. msgstr "Eliminado:"
  419. msgid "Unknown content"
  420. msgstr "Contenido desconocido"
  421. msgid ""
  422. "Something’s wrong with your database installation. Make sure the appropriate "
  423. "database tables have been created, and make sure the database is readable by "
  424. "the appropriate user."
  425. msgstr ""
  426. "Hay algún problema con su instalación de base de datos. Asegúrese de que las "
  427. "tablas de la misma hayan sido creadas, y asegúrese de que el usuario "
  428. "apropiado tenga permisos de lectura en la base de datos."
  429. #, python-format
  430. msgid ""
  431. "You are authenticated as %(username)s, but are not authorized to access this "
  432. "page. Would you like to login to a different account?"
  433. msgstr ""
  434. "Ud. se halla autenticado como %(username)s, pero no está autorizado a "
  435. "acceder a esta página ¿Desea autenticarse con una cuenta diferente?"
  436. msgid "Forgotten your password or username?"
  437. msgstr "¿Olvidó su contraseña o nombre de usuario?"
  438. msgid "Toggle navigation"
  439. msgstr "Alternar navegación"
  440. msgid "Sidebar"
  441. msgstr "Barra lateral"
  442. msgid "Start typing to filter…"
  443. msgstr "Empiece a escribir para filtrar…"
  444. msgid "Filter navigation items"
  445. msgstr "Filtrar elementos de navegación"
  446. msgid "Date/time"
  447. msgstr "Fecha/hora"
  448. msgid "User"
  449. msgstr "Usuario"
  450. msgid "Action"
  451. msgstr "Acción"
  452. msgid "entry"
  453. msgid_plural "entries"
  454. msgstr[0] "entrada"
  455. msgstr[1] "entradas"
  456. msgstr[2] "entradas"
  457. msgid ""
  458. "This object doesn’t have a change history. It probably wasn’t added via this "
  459. "admin site."
  460. msgstr ""
  461. "Este objeto no tiene historia de modificaciones. Probablemente no fue "
  462. "añadido usando este sitio de administración."
  463. msgid "Show all"
  464. msgstr "Mostrar todos"
  465. msgid "Save"
  466. msgstr "Guardar"
  467. msgid "Popup closing…"
  468. msgstr "Cerrando ventana emergente…"
  469. msgid "Search"
  470. msgstr "Buscar"
  471. #, python-format
  472. msgid "%(counter)s result"
  473. msgid_plural "%(counter)s results"
  474. msgstr[0] "%(counter)s resultado"
  475. msgstr[1] "%(counter)s resultados"
  476. msgstr[2] "%(counter)s resultados"
  477. #, python-format
  478. msgid "%(full_result_count)s total"
  479. msgstr "total: %(full_result_count)s"
  480. msgid "Save as new"
  481. msgstr "Guardar como nuevo"
  482. msgid "Save and add another"
  483. msgstr "Guardar y agregar otro"
  484. msgid "Save and continue editing"
  485. msgstr "Guardar y continuar editando"
  486. msgid "Save and view"
  487. msgstr "Guardar y ver"
  488. msgid "Close"
  489. msgstr "Cerrar"
  490. #, python-format
  491. msgid "Change selected %(model)s"
  492. msgstr "Modificar %(model)s seleccionados/as"
  493. #, python-format
  494. msgid "Add another %(model)s"
  495. msgstr "Agregar otro/a %(model)s"
  496. #, python-format
  497. msgid "Delete selected %(model)s"
  498. msgstr "Eliminar %(model)s seleccionados/as"
  499. #, python-format
  500. msgid "View selected %(model)s"
  501. msgstr "Ver %(model)s seleccionado/a"
  502. msgid "Thanks for spending some quality time with the web site today."
  503. msgstr "Gracias por el tiempo que ha dedicado al sitio web hoy."
  504. msgid "Log in again"
  505. msgstr "Identificarse de nuevo"
  506. msgid "Password change"
  507. msgstr "Cambio de contraseña"
  508. msgid "Your password was changed."
  509. msgstr "Su contraseña ha sido cambiada."
  510. msgid ""
  511. "Please enter your old password, for security’s sake, and then enter your new "
  512. "password twice so we can verify you typed it in correctly."
  513. msgstr ""
  514. "Por favor, por razones de seguridad, introduzca primero su contraseña "
  515. "antigua y luego introduzca la nueva contraseña dos veces para verificar que "
  516. "la ha escrito correctamente."
  517. msgid "Change my password"
  518. msgstr "Cambiar mi contraseña"
  519. msgid "Password reset"
  520. msgstr "Recuperar contraseña"
  521. msgid "Your password has been set. You may go ahead and log in now."
  522. msgstr "Su contraseña ha sido cambiada. Ahora puede continuar e ingresar."
  523. msgid "Password reset confirmation"
  524. msgstr "Confirmación de reincialización de contraseña"
  525. msgid ""
  526. "Please enter your new password twice so we can verify you typed it in "
  527. "correctly."
  528. msgstr ""
  529. "Por favor introduzca su nueva contraseña dos veces de manera que podamos "
  530. "verificar que la ha escrito correctamente."
  531. msgid "New password:"
  532. msgstr "Contraseña nueva:"
  533. msgid "Confirm password:"
  534. msgstr "Confirme contraseña:"
  535. msgid ""
  536. "The password reset link was invalid, possibly because it has already been "
  537. "used. Please request a new password reset."
  538. msgstr ""
  539. "El enlace de reinicialización de contraseña es inválido, posiblemente debido "
  540. "a que ya ha sido usado. Por favor solicite una nueva reinicialización de "
  541. "contraseña."
  542. msgid ""
  543. "We’ve emailed you instructions for setting your password, if an account "
  544. "exists with the email you entered. You should receive them shortly."
  545. msgstr ""
  546. "Se le han enviado instrucciones sobre cómo establecer su contraseña. Si la "
  547. "dirección de email que proveyó existe, debería recibir las mismas pronto."
  548. msgid ""
  549. "If you don’t receive an email, please make sure you’ve entered the address "
  550. "you registered with, and check your spam folder."
  551. msgstr ""
  552. "Si no ha recibido un email, por favor asegúrese de que ha introducido la "
  553. "dirección de correo con la que se había registrado y verifique su carpeta de "
  554. "Correo no deseado."
  555. #, python-format
  556. msgid ""
  557. "You're receiving this email because you requested a password reset for your "
  558. "user account at %(site_name)s."
  559. msgstr ""
  560. "Le enviamos este email porque Ud. ha solicitado que se reestablezca la "
  561. "contraseña para su cuenta de usuario en %(site_name)s."
  562. msgid "Please go to the following page and choose a new password:"
  563. msgstr ""
  564. "Por favor visite la página que se muestra a continuación y elija una nueva "
  565. "contraseña:"
  566. msgid "Your username, in case you’ve forgotten:"
  567. msgstr "Su nombre de usuario en caso de que lo haya olvidado:"
  568. msgid "Thanks for using our site!"
  569. msgstr "¡Gracias por usar nuestro sitio!"
  570. #, python-format
  571. msgid "The %(site_name)s team"
  572. msgstr "El equipo de %(site_name)s"
  573. msgid ""
  574. "Forgotten your password? Enter your email address below, and we’ll email "
  575. "instructions for setting a new one."
  576. msgstr ""
  577. "¿Olvidó su contraseña? Introduzca su dirección de email abajo y le "
  578. "enviaremos instrucciones para establecer una nueva."
  579. msgid "Email address:"
  580. msgstr "Dirección de email:"
  581. msgid "Reset my password"
  582. msgstr "Recuperar mi contraseña"
  583. msgid "Select all objects on this page for an action"
  584. msgstr "Seleccione todos los objetos de esta página para una acción"
  585. msgid "All dates"
  586. msgstr "Todas las fechas"
  587. #, python-format
  588. msgid "Select %s"
  589. msgstr "Seleccione %s"
  590. #, python-format
  591. msgid "Select %s to change"
  592. msgstr "Seleccione %s a modificar"
  593. #, python-format
  594. msgid "Select %s to view"
  595. msgstr "Seleccione %s que desea ver"
  596. msgid "Date:"
  597. msgstr "Fecha:"
  598. msgid "Time:"
  599. msgstr "Hora:"
  600. msgid "Lookup"
  601. msgstr "Buscar"
  602. msgid "Currently:"
  603. msgstr "Actualmente:"
  604. msgid "Change:"
  605. msgstr "Cambiar:"