Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Eduardo <edos21@gmail.com>, 2017
  5. # Hotellook, 2014
  6. # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2016
  7. # Yoel Acevedo, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  13. "PO-Revision-Date: 2017-09-19 19:11+0000\n"
  14. "Last-Translator: Eduardo <edos21@gmail.com>\n"
  15. "Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/"
  16. "language/es_VE/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: es_VE\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #, python-format
  23. msgid "Successfully deleted %(count)d %(items)s."
  24. msgstr "Eliminado %(count)d %(items)s satisfactoriamente."
  25. #, python-format
  26. msgid "Cannot delete %(name)s"
  27. msgstr "No se puede eliminar %(name)s"
  28. msgid "Are you sure?"
  29. msgstr "¿Está seguro?"
  30. #, python-format
  31. msgid "Delete selected %(verbose_name_plural)s"
  32. msgstr "Eliminar %(verbose_name_plural)s seleccionado"
  33. msgid "Administration"
  34. msgstr "Administración"
  35. msgid "All"
  36. msgstr "Todo"
  37. msgid "Yes"
  38. msgstr "Sí"
  39. msgid "No"
  40. msgstr "No"
  41. msgid "Unknown"
  42. msgstr "Desconocido"
  43. msgid "Any date"
  44. msgstr "Cualquier fecha"
  45. msgid "Today"
  46. msgstr "Hoy"
  47. msgid "Past 7 days"
  48. msgstr "Últimos 7 días"
  49. msgid "This month"
  50. msgstr "Este mes"
  51. msgid "This year"
  52. msgstr "Este año"
  53. msgid "No date"
  54. msgstr "Sin fecha"
  55. msgid "Has date"
  56. msgstr "Tiene fecha"
  57. #, python-format
  58. msgid ""
  59. "Please enter the correct %(username)s and password for a staff account. Note "
  60. "that both fields may be case-sensitive."
  61. msgstr ""
  62. "Por favor, ingrese el %(username)s y la clave correctos para obtener cuenta "
  63. "de personal. Observe que ambos campos pueden ser sensibles a mayúsculas."
  64. msgid "Action:"
  65. msgstr "Acción:"
  66. #, python-format
  67. msgid "Add another %(verbose_name)s"
  68. msgstr "Añadir otro %(verbose_name)s."
  69. msgid "Remove"
  70. msgstr "Eliminar"
  71. msgid "action time"
  72. msgstr "hora de la acción"
  73. msgid "user"
  74. msgstr "usuario"
  75. msgid "content type"
  76. msgstr "tipo de contenido"
  77. msgid "object id"
  78. msgstr "id del objeto"
  79. #. Translators: 'repr' means representation
  80. #. (https://docs.python.org/3/library/functions.html#repr)
  81. msgid "object repr"
  82. msgstr "repr del objeto"
  83. msgid "action flag"
  84. msgstr "marca de acción"
  85. msgid "change message"
  86. msgstr "mensaje de cambio"
  87. msgid "log entry"
  88. msgstr "entrada de registro"
  89. msgid "log entries"
  90. msgstr "entradas de registro"
  91. #, python-format
  92. msgid "Added \"%(object)s\"."
  93. msgstr "Añadidos \"%(object)s\"."
  94. #, python-format
  95. msgid "Changed \"%(object)s\" - %(changes)s"
  96. msgstr "Cambiados \"%(object)s\" - %(changes)s"
  97. #, python-format
  98. msgid "Deleted \"%(object)s.\""
  99. msgstr "Eliminado \"%(object)s.\""
  100. msgid "LogEntry Object"
  101. msgstr "Objeto LogEntry"
  102. #, python-brace-format
  103. msgid "Added {name} \"{object}\"."
  104. msgstr "Agregado {name} \"{object}\"."
  105. msgid "Added."
  106. msgstr "Añadido."
  107. msgid "and"
  108. msgstr "y"
  109. #, python-brace-format
  110. msgid "Changed {fields} for {name} \"{object}\"."
  111. msgstr "Modificado {fields} por {name} \"{object}\"."
  112. #, python-brace-format
  113. msgid "Changed {fields}."
  114. msgstr "Modificado {fields}."
  115. #, python-brace-format
  116. msgid "Deleted {name} \"{object}\"."
  117. msgstr "Eliminado {name} \"{object}\"."
  118. msgid "No fields changed."
  119. msgstr "No ha cambiado ningún campo."
  120. msgid "None"
  121. msgstr "Ninguno"
  122. msgid ""
  123. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  124. msgstr ""
  125. "Mantenga presionado \"Control\" o \"Command\" en un Mac, para seleccionar "
  126. "más de una opción."
  127. #, python-brace-format
  128. msgid ""
  129. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  130. msgstr ""
  131. "El {name} \"{obj}\" fue agregado satisfactoriamente. Puede editarlo "
  132. "nuevamente a continuación. "
  133. #, python-brace-format
  134. msgid ""
  135. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  136. "below."
  137. msgstr ""
  138. "El {name} \"{obj}\" fue agregado satisfactoriamente. Puede agregar otro "
  139. "{name} a continuación. "
  140. #, python-brace-format
  141. msgid "The {name} \"{obj}\" was added successfully."
  142. msgstr "El {name} \"{obj}\" fue cambiado satisfactoriamente."
  143. #, python-brace-format
  144. msgid ""
  145. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  146. msgstr ""
  147. "El {name} \"{obj}\" fue cambiado satisfactoriamente. Puede editarlo "
  148. "nuevamente a continuación. "
  149. #, python-brace-format
  150. msgid ""
  151. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  152. "below."
  153. msgstr ""
  154. "El {name} \"{obj}\" fue cambiado satisfactoriamente. Puede agregar otro "
  155. "{name} a continuación."
  156. #, python-brace-format
  157. msgid "The {name} \"{obj}\" was changed successfully."
  158. msgstr "El {name} \"{obj}\" fue cambiado satisfactoriamente."
  159. msgid ""
  160. "Items must be selected in order to perform actions on them. No items have "
  161. "been changed."
  162. msgstr ""
  163. "Se deben seleccionar elementos para poder realizar acciones sobre estos. No "
  164. "se han modificado elementos."
  165. msgid "No action selected."
  166. msgstr "No se seleccionó ninguna acción."
  167. #, python-format
  168. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  169. msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"."
  170. #, python-format
  171. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  172. msgstr "%(name)s con ID \"%(key)s\" no existe. ¿Tal vez fue eliminada?"
  173. #, python-format
  174. msgid "Add %s"
  175. msgstr "Añadir %s"
  176. #, python-format
  177. msgid "Change %s"
  178. msgstr "Modificar %s"
  179. msgid "Database error"
  180. msgstr "Error en la base de datos"
  181. #, python-format
  182. msgid "%(count)s %(name)s was changed successfully."
  183. msgid_plural "%(count)s %(name)s were changed successfully."
  184. msgstr[0] "%(count)s %(name)s fué modificado con éxito."
  185. msgstr[1] "%(count)s %(name)s fueron modificados con éxito."
  186. #, python-format
  187. msgid "%(total_count)s selected"
  188. msgid_plural "All %(total_count)s selected"
  189. msgstr[0] "%(total_count)s seleccionado"
  190. msgstr[1] "%(total_count)s seleccionados en total"
  191. #, python-format
  192. msgid "0 of %(cnt)s selected"
  193. msgstr "0 de %(cnt)s seleccionado"
  194. #, python-format
  195. msgid "Change history: %s"
  196. msgstr "Histórico de modificaciones: %s"
  197. #. Translators: Model verbose name and instance representation,
  198. #. suitable to be an item in a list.
  199. #, python-format
  200. msgid "%(class_name)s %(instance)s"
  201. msgstr "%(class_name)s %(instance)s"
  202. #, python-format
  203. msgid ""
  204. "Deleting %(class_name)s %(instance)s would require deleting the following "
  205. "protected related objects: %(related_objects)s"
  206. msgstr ""
  207. "La eliminación de %(class_name)s %(instance)s requeriría eliminar los "
  208. "siguientes objetos relacionados protegidos: %(related_objects)s"
  209. msgid "Django site admin"
  210. msgstr "Sitio de administración de Django"
  211. msgid "Django administration"
  212. msgstr "Administración de Django"
  213. msgid "Site administration"
  214. msgstr "Sitio de administración"
  215. msgid "Log in"
  216. msgstr "Iniciar sesión"
  217. #, python-format
  218. msgid "%(app)s administration"
  219. msgstr "Administración de %(app)s "
  220. msgid "Page not found"
  221. msgstr "Página no encontrada"
  222. msgid "We're sorry, but the requested page could not be found."
  223. msgstr "Lo sentimos, pero no se encuentra la página solicitada."
  224. msgid "Home"
  225. msgstr "Inicio"
  226. msgid "Server error"
  227. msgstr "Error del servidor"
  228. msgid "Server error (500)"
  229. msgstr "Error del servidor (500)"
  230. msgid "Server Error <em>(500)</em>"
  231. msgstr "Error de servidor <em>(500)</em>"
  232. msgid ""
  233. "There's been an error. It's been reported to the site administrators via "
  234. "email and should be fixed shortly. Thanks for your patience."
  235. msgstr ""
  236. "Ha habido un error. Ha sido comunicado al administrador del sitio por correo "
  237. "electrónico y debería solucionarse a la mayor brevedad. Gracias por su "
  238. "paciencia y comprensión."
  239. msgid "Run the selected action"
  240. msgstr "Ejecutar la acción seleccionada"
  241. msgid "Go"
  242. msgstr "Ir"
  243. msgid "Click here to select the objects across all pages"
  244. msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas"
  245. #, python-format
  246. msgid "Select all %(total_count)s %(module_name)s"
  247. msgstr "Seleccionar todos los %(total_count)s %(module_name)s"
  248. msgid "Clear selection"
  249. msgstr "Limpiar selección"
  250. msgid ""
  251. "First, enter a username and password. Then, you'll be able to edit more user "
  252. "options."
  253. msgstr ""
  254. "Primero introduzca un nombre de usuario y una contraseña. Luego podrá editar "
  255. "el resto de opciones del usuario."
  256. msgid "Enter a username and password."
  257. msgstr "Ingrese un nombre de usuario y contraseña"
  258. msgid "Change password"
  259. msgstr "Cambiar contraseña"
  260. msgid "Please correct the error below."
  261. msgstr "Por favor, corrija el siguiente error."
  262. msgid "Please correct the errors below."
  263. msgstr "Por favor, corrija los siguientes errores."
  264. #, python-format
  265. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  266. msgstr ""
  267. "Ingrese una nueva contraseña para el usuario <strong>%(username)s</strong>."
  268. msgid "Welcome,"
  269. msgstr "Bienvenido,"
  270. msgid "View site"
  271. msgstr "Ver el sitio"
  272. msgid "Documentation"
  273. msgstr "Documentación"
  274. msgid "Log out"
  275. msgstr "Terminar sesión"
  276. #, python-format
  277. msgid "Add %(name)s"
  278. msgstr "Añadir %(name)s"
  279. msgid "History"
  280. msgstr "Histórico"
  281. msgid "View on site"
  282. msgstr "Ver en el sitio"
  283. msgid "Filter"
  284. msgstr "Filtro"
  285. msgid "Remove from sorting"
  286. msgstr "Elimina de la ordenación"
  287. #, python-format
  288. msgid "Sorting priority: %(priority_number)s"
  289. msgstr "Prioridad de la ordenación: %(priority_number)s"
  290. msgid "Toggle sorting"
  291. msgstr "Activar la ordenación"
  292. msgid "Delete"
  293. msgstr "Eliminar"
  294. #, python-format
  295. msgid ""
  296. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  297. "related objects, but your account doesn't have permission to delete the "
  298. "following types of objects:"
  299. msgstr ""
  300. "Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación "
  301. "de objetos relacionados, pero su cuenta no tiene permiso para borrar los "
  302. "siguientes tipos de objetos:"
  303. #, python-format
  304. msgid ""
  305. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  306. "following protected related objects:"
  307. msgstr ""
  308. "Eliminar el %(object_name)s %(escaped_object)s requeriría eliminar los "
  309. "siguientes objetos relacionados protegidos:"
  310. #, python-format
  311. msgid ""
  312. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  313. "All of the following related items will be deleted:"
  314. msgstr ""
  315. "¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s"
  316. "\"? Se borrarán los siguientes objetos relacionados:"
  317. msgid "Objects"
  318. msgstr "Objetos"
  319. msgid "Yes, I'm sure"
  320. msgstr "Sí, Yo estoy seguro"
  321. msgid "No, take me back"
  322. msgstr "No, llévame atrás"
  323. msgid "Delete multiple objects"
  324. msgstr "Eliminar múltiples objetos"
  325. #, python-format
  326. msgid ""
  327. "Deleting the selected %(objects_name)s would result in deleting related "
  328. "objects, but your account doesn't have permission to delete the following "
  329. "types of objects:"
  330. msgstr ""
  331. "Eliminar el %(objects_name)s seleccionado resultaría en el borrado de "
  332. "objetos relacionados, pero su cuenta no tiene permisos para borrar los "
  333. "siguientes tipos de objetos:"
  334. #, python-format
  335. msgid ""
  336. "Deleting the selected %(objects_name)s would require deleting the following "
  337. "protected related objects:"
  338. msgstr ""
  339. "Eliminar el %(objects_name)s seleccionado requeriría el borrado de los "
  340. "siguientes objetos protegidos relacionados:"
  341. #, python-format
  342. msgid ""
  343. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  344. "following objects and their related items will be deleted:"
  345. msgstr ""
  346. "¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? "
  347. "Todos los siguientes objetos y sus elementos relacionados serán borrados:"
  348. msgid "Change"
  349. msgstr "Modificar"
  350. msgid "Delete?"
  351. msgstr "¿Eliminar?"
  352. #, python-format
  353. msgid " By %(filter_title)s "
  354. msgstr " Por %(filter_title)s "
  355. msgid "Summary"
  356. msgstr "Resumen"
  357. #, python-format
  358. msgid "Models in the %(name)s application"
  359. msgstr "Modelos en la aplicación %(name)s"
  360. msgid "Add"
  361. msgstr "Añadir"
  362. msgid "You don't have permission to edit anything."
  363. msgstr "No tiene permiso para editar nada."
  364. msgid "Recent actions"
  365. msgstr "Acciones recientes"
  366. msgid "My actions"
  367. msgstr "Mis acciones"
  368. msgid "None available"
  369. msgstr "Ninguno disponible"
  370. msgid "Unknown content"
  371. msgstr "Contenido desconocido"
  372. msgid ""
  373. "Something's wrong with your database installation. Make sure the appropriate "
  374. "database tables have been created, and make sure the database is readable by "
  375. "the appropriate user."
  376. msgstr ""
  377. "Algo va mal con la instalación de la base de datos. Asegúrese de que las "
  378. "tablas necesarias han sido creadas, y de que la base de datos puede ser "
  379. "leída por el usuario apropiado."
  380. #, python-format
  381. msgid ""
  382. "You are authenticated as %(username)s, but are not authorized to access this "
  383. "page. Would you like to login to a different account?"
  384. msgstr ""
  385. "Se ha autenticado como %(username)s, pero no está autorizado a acceder a "
  386. "esta página. ¿Desea autenticarse con una cuenta diferente?"
  387. msgid "Forgotten your password or username?"
  388. msgstr "¿Ha olvidado la contraseña o el nombre de usuario?"
  389. msgid "Date/time"
  390. msgstr "Fecha/hora"
  391. msgid "User"
  392. msgstr "Usuario"
  393. msgid "Action"
  394. msgstr "Acción"
  395. msgid ""
  396. "This object doesn't have a change history. It probably wasn't added via this "
  397. "admin site."
  398. msgstr ""
  399. "Este objeto no tiene histórico de cambios. Probablemente no fue añadido "
  400. "usando este sitio de administración."
  401. msgid "Show all"
  402. msgstr "Mostrar todo"
  403. msgid "Save"
  404. msgstr "Guardar"
  405. msgid "Popup closing..."
  406. msgstr "Ventana emergente cerrando..."
  407. #, python-format
  408. msgid "Change selected %(model)s"
  409. msgstr "Cambiar %(model)s seleccionado"
  410. #, python-format
  411. msgid "Add another %(model)s"
  412. msgstr "Añadir otro %(model)s"
  413. #, python-format
  414. msgid "Delete selected %(model)s"
  415. msgstr "Eliminar %(model)s seleccionado"
  416. msgid "Search"
  417. msgstr "Buscar"
  418. #, python-format
  419. msgid "%(counter)s result"
  420. msgid_plural "%(counter)s results"
  421. msgstr[0] "%(counter)s resultado"
  422. msgstr[1] "%(counter)s resultados"
  423. #, python-format
  424. msgid "%(full_result_count)s total"
  425. msgstr "%(full_result_count)s total"
  426. msgid "Save as new"
  427. msgstr "Guardar como nuevo"
  428. msgid "Save and add another"
  429. msgstr "Guardar y añadir otro"
  430. msgid "Save and continue editing"
  431. msgstr "Guardar y continuar editando"
  432. msgid "Thanks for spending some quality time with the Web site today."
  433. msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web."
  434. msgid "Log in again"
  435. msgstr "Iniciar sesión de nuevo"
  436. msgid "Password change"
  437. msgstr "Cambio de contraseña"
  438. msgid "Your password was changed."
  439. msgstr "Su contraseña ha sido cambiada."
  440. msgid ""
  441. "Please enter your old password, for security's sake, and then enter your new "
  442. "password twice so we can verify you typed it in correctly."
  443. msgstr ""
  444. "Por favor, ingrese su contraseña antigua, por seguridad, y después "
  445. "introduzca la nueva contraseña dos veces para verificar que la ha escrito "
  446. "correctamente."
  447. msgid "Change my password"
  448. msgstr "Cambiar mi contraseña"
  449. msgid "Password reset"
  450. msgstr "Restablecer contraseña"
  451. msgid "Your password has been set. You may go ahead and log in now."
  452. msgstr ""
  453. "Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar "
  454. "sesión."
  455. msgid "Password reset confirmation"
  456. msgstr "Confirmación de restablecimiento de contraseña"
  457. msgid ""
  458. "Please enter your new password twice so we can verify you typed it in "
  459. "correctly."
  460. msgstr ""
  461. "Por favor, ingrese su contraseña nueva dos veces para verificar que la ha "
  462. "escrito correctamente."
  463. msgid "New password:"
  464. msgstr "Contraseña nueva:"
  465. msgid "Confirm password:"
  466. msgstr "Confirme contraseña:"
  467. msgid ""
  468. "The password reset link was invalid, possibly because it has already been "
  469. "used. Please request a new password reset."
  470. msgstr ""
  471. "El enlace de restablecimiento de contraseña era inválido, seguramente porque "
  472. "se haya usado antes. Por favor, solicite un nuevo restablecimiento de "
  473. "contraseña."
  474. msgid ""
  475. "We've emailed you instructions for setting your password, if an account "
  476. "exists with the email you entered. You should receive them shortly."
  477. msgstr ""
  478. "Le hemos enviado por correo electrónico las instrucciones para restablecer "
  479. "la contraseña, si es que existe una cuenta con la dirección electrónica que "
  480. "indicó. Debería recibirlas en breve."
  481. msgid ""
  482. "If you don't receive an email, please make sure you've entered the address "
  483. "you registered with, and check your spam folder."
  484. msgstr ""
  485. "Si no recibe un correo, por favor, asegúrese de que ha introducido la "
  486. "dirección de correo con la que se registró y verifique su carpeta de correo "
  487. "no deseado o spam."
  488. #, python-format
  489. msgid ""
  490. "You're receiving this email because you requested a password reset for your "
  491. "user account at %(site_name)s."
  492. msgstr ""
  493. "Ha recibido este correo electrónico porque ha solicitado restablecer la "
  494. "contraseña para su cuenta en %(site_name)s."
  495. msgid "Please go to the following page and choose a new password:"
  496. msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña."
  497. msgid "Your username, in case you've forgotten:"
  498. msgstr "Su nombre de usuario, en caso de haberlo olvidado:"
  499. msgid "Thanks for using our site!"
  500. msgstr "¡Gracias por usar nuestro sitio!"
  501. #, python-format
  502. msgid "The %(site_name)s team"
  503. msgstr "El equipo de %(site_name)s"
  504. msgid ""
  505. "Forgotten your password? Enter your email address below, and we'll email "
  506. "instructions for setting a new one."
  507. msgstr ""
  508. "¿Ha olvidado su clave? Ingrese su dirección de correo electrónico a "
  509. "continuación y le enviaremos las instrucciones para establecer una nueva."
  510. msgid "Email address:"
  511. msgstr "Correo electrónico:"
  512. msgid "Reset my password"
  513. msgstr "Restablecer mi contraseña"
  514. msgid "All dates"
  515. msgstr "Todas las fechas"
  516. #, python-format
  517. msgid "Select %s"
  518. msgstr "Escoja %s"
  519. #, python-format
  520. msgid "Select %s to change"
  521. msgstr "Escoja %s a modificar"
  522. msgid "Date:"
  523. msgstr "Fecha:"
  524. msgid "Time:"
  525. msgstr "Hora:"
  526. msgid "Lookup"
  527. msgstr "Buscar"
  528. msgid "Currently:"
  529. msgstr "Actualmente:"
  530. msgid "Change:"
  531. msgstr "Cambiar:"