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.

es.lang 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. <?php
  2. # $Id: es.lang 1781 2015-04-06 22:44:51Z christian_boltz $
  3. //
  4. // Language file Spanish
  5. // by Alvaro
  6. //
  7. // by Iñaki Rodríguez (irodriguez@ackstorm.es / irodriguez@virtualminds.es)
  8. $PALANG['YES'] = 'SI';
  9. $PALANG['NO'] = 'NO';
  10. $PALANG['edit'] = 'editar';
  11. $PALANG['del'] = 'borrar';
  12. $PALANG['exit'] = 'Salir';
  13. $PALANG['cancel'] = 'Cancelar';
  14. $PALANG['save'] = 'Salvar'; # XXX Text change: "Save" -> "Save changes"
  15. $PALANG['confirm'] = '¿Está seguro de que desea borrarlo?\n';
  16. $PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX
  17. $PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX
  18. $PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX
  19. $PALANG['confirm_delete_domain'] = '¿Está seguro de que desea borrar todos los registros de este dominio? ¡Esto no puede ser deshecho!\n (%s)'; # XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone'
  20. $PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX
  21. $PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX
  22. $PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX
  23. $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX
  24. $PALANG['check_update'] = 'Check for update'; # XXX
  25. $PALANG['invalid_parameter'] = '¡Par&aacute;metro inválido!';
  26. $PALANG['show'] = 'Show:'; # XXX
  27. $PALANG['all'] = 'All'; # XXX
  28. $PALANG['created'] = 'Created'; # XXX
  29. $PALANG['unknown'] = 'unknown'; # XXX
  30. $PALANG['download_csv'] = 'Download this list as CSV file'; # XXX
  31. $PALANG['missing_field'] = 'Field %s is missing'; # XXX
  32. $PALANG['must_be_numeric'] = '%s must be numeric'; # XXX
  33. $PALANG['must_be_numeric_bigger_than_null'] = '%s must be numeric and bigger than 0'; # XXX
  34. $PALANG['must_be_boolean'] = '%s must be boolean'; # XXX
  35. $PALANG['invalid_value_given'] = 'Invalid value given for %s'; # XXX
  36. $PALANG['edit_not_allowed'] = 'You are not allowed to edit %s'; # XXX
  37. $PALANG['searchparams'] = 'Search parameters:'; # XXX
  38. $PALANG['pFooter_logged_as'] = 'Autenticado como %s'; # XXX Text change: 'logged in as %s' (the 'in' was missing)
  39. $PALANG['pLogin_welcome'] = 'Login de administrador para administración de dominios.';
  40. $PALANG['pLogin_username'] = 'Usuario (e-mail)'; # XXX compare with pUsersLogin_username - should be "Login (email)"
  41. $PALANG['password'] = 'Contraseña';
  42. $PALANG['pLogin_language'] = 'Language'; # XXX
  43. $PALANG['pLogin_button'] = 'Usuario'; # XXX compare with pUsersLogin_button - should be "Login"
  44. $PALANG['pLogin_failed'] = 'La cuenta de email o la contraseña no son correctas.';
  45. $PALANG['pLogin_login_users'] = 'Login para ir a la sección de usuarios.';
  46. $PALANG['pMenu_main'] = 'Principal';
  47. $PALANG['pMenu_overview'] = 'Resumen';
  48. $PALANG['add_alias'] = 'Añadir alias';
  49. $PALANG['add_alias_domain'] = 'Añadir alias de dominio'; # XXX check text - should be 'Add Alias Domain'
  50. $PALANG['add_mailbox'] = 'Añadir buzón';
  51. $PALANG['pMenu_fetchmail'] = 'Obtener Emails';
  52. $PALANG['pMenu_sendmail'] = 'Enviar e-mail';
  53. $PALANG['pMenu_password'] = 'Contraseña';
  54. $PALANG['pMenu_viewlog'] = 'Ver Logs';
  55. $PALANG['pMenu_logout'] = 'Salir';
  56. $PALANG['pMain_welcome'] = '¡Bienvenido a Postfix Admin!';
  57. $PALANG['pMain_overview'] = 'Listado de sus alias y buzones. Puede editarlos / borrarlos desde aquí.';
  58. $PALANG['pMain_create_alias'] = 'Creación de un nuevo alias para su dominio.'; # XXX check text - should be 'Create a new alias for your domain.'
  59. $PALANG['pMain_create_mailbox'] = 'Creación de un nuevo buzón para su dominio.';
  60. $PALANG['pMain_sendmail'] = 'Enviar un e­mail a uno de los buzones recientemente creados.';
  61. $PALANG['pMain_password'] = 'Cambiar la contraseña para su cuenta de administración.';
  62. $PALANG['pMain_viewlog'] = 'Ver Logs.';
  63. $PALANG['pMain_logout'] = 'Salir.';
  64. $PALANG['pOverview_disabled'] = 'Deshabilitado';
  65. $PALANG['pOverview_unlimited'] = 'Ilimitado';
  66. $PALANG['pOverview_title'] = ':: Dominios Definidos';
  67. $PALANG['pOverview_up_arrow'] = 'Arriba';
  68. $PALANG['pOverview_right_arrow'] = 'Página siguiente';
  69. $PALANG['pOverview_left_arrow'] = 'Página anterior';
  70. $PALANG['pOverview_alias_domain_title'] = ':: Alias de Dominios';
  71. $PALANG['pOverview_alias_title'] = ':: Alias';
  72. $PALANG['pOverview_mailbox_title'] = ':: Buzones';
  73. $PALANG['go'] = 'Ir';
  74. $PALANG['pOverview_welcome'] = 'Resumen de ';
  75. $PALANG['pOverview_alias_domain_aliases'] = 'Alias de Dominios';
  76. $PALANG['pOverview_alias_address'] = 'De';
  77. $PALANG['active'] = 'Activo';
  78. $PALANG['and_x_more'] = '[y %s más...]';
  79. $PALANG['pOverview_mailbox_username'] = 'E-mail';
  80. $PALANG['name'] = 'Nombre';
  81. $PALANG['pOverview_mailbox_quota'] = 'Cuota (MB)';
  82. $PALANG['pOverview_vacation_edit'] = 'VACATION ESTÁ ACTIVADO';
  83. $PALANG['pOverview_vacation_option'] = 'Establecer Vacation';
  84. $PALANG['no_domains_for_this_admin'] = 'You don\'t have permissions for any domains.'; # XXX
  85. $PALANG['no_domains_exist'] = 'You have to create at least one domain before you can use virtual list.'; # "virtual list" should match $PALANG['pAdminMenu_list_virtual'] # XXX
  86. $PALANG['domain'] = 'Dominio';
  87. $PALANG['pOverview_get_alias_domains'] = 'Alias de Dominios';
  88. $PALANG['mailboxes'] = 'Buzones';
  89. $PALANG['pOverview_get_quota'] = 'Cuota de buzón (MB)';
  90. $PALANG['pDelete_delete_error'] = 'Imposible borrar el registro ';
  91. $PALANG['pDelete_delete_success'] = '%s borrado.';
  92. $PALANG['pDelete_domain_error'] = 'Este dominio no le pertenece ';
  93. $PALANG['pDelete_alias_error'] = 'No se pudo eliminar el alias ';
  94. $PALANG['pCreate_alias_domain_welcome'] = 'Sincronizar direcciones de un dominio a otro.';
  95. $PALANG['pCreate_alias_domain_alias'] = 'Alias de Dominio';
  96. $PALANG['pCreate_alias_domain_alias_text'] = 'El dominio al que llega el email.';
  97. $PALANG['pCreate_alias_domain_target'] = 'Dominio de destino';
  98. $PALANG['pCreate_alias_domain_target_text'] = 'El dominio al que deberían ir los emails.';
  99. $PALANG['pCreate_alias_domain_error1'] = 'No estás autorizado a crear la configuración que has elegido.';
  100. $PALANG['pCreate_alias_domain_error2'] = '¡La configuración seleccionada no es válida, por favor elige una diferente!';
  101. $PALANG['alias_domain_already_exists'] = 'This domain is already an alias domain!'; # XXX
  102. $PALANG['alias_domain_does_not_exist'] = 'This domain isn\'t an alias domain!'; # XXX
  103. $PALANG['alias_domain_create_failed'] = 'Falló la inserción en la base de datos. (%s)'; # XXX Text changed to: Creating the alias domain %s failed!
  104. $PALANG['alias_domain_change_failed'] = 'Changing the alias domain %s failed!'; # XXX
  105. $PALANG['pCreate_alias_domain_error4'] = 'Ya están todos los dominios asignados.';
  106. $PALANG['pCreate_alias_domain_success'] = '¡El alias de dominio se insertó en la tabla! (%s)'; # XXX Text changed to: The alias domain %s has been created.
  107. $PALANG['alias_domain_changed'] = 'The alias domain %s has been changed.'; # XXX
  108. $PALANG['alias_domain_to_itsself'] = 'A domain can\'t be an alias domain to itsself!'; # XXX
  109. $PALANG['delete_domain_aliasdomain_target'] = 'The domain %s is the target for one or more alias domains and can\'t be deleted! (Delete the alias domains first.)'; # XXX
  110. $PALANG['pCreate_alias_address_text_error1'] = '¡El ALIAS no es válido!';
  111. $PALANG['alias_does_not_exist'] = 'This alias does not exist!'; # XXX
  112. $PALANG['email_address_already_exists'] = '¡Esta dirección ya existe, elija otra diferente por favor!'; # XXX check text - should be 'This email address already exists, please choose a different one\!'
  113. $PALANG['pCreate_alias_address_text_error3'] = '¡Ha llegado a su límite de creación de alias!';
  114. $PALANG['pCreate_alias_goto_text'] = 'A donde debe de ser enviado el e-mail.';
  115. $PALANG['pCreate_alias_goto_text_error'] = '¡El PARA no es válido!';
  116. $PALANG['pCreate_alias_result_error'] = '¡No es posible añadir el alias a la tabla de alias! (%s)'; # XXX Text changed to: Creating the alias %s failed!
  117. $PALANG['pCreate_alias_result_success'] = '¡El alias ha sido añadido a la tabla de alias!'; # XXX text change: 'The alias %s has been created!'
  118. $PALANG['alias_updated'] = 'The alias %s has been updated!'; # XXX
  119. $PALANG['pCreate_alias_catchall_text'] = 'Para crear un alias general use "*" como alias. Para una redirección de dominio a dominio, use "*@domain.tld" como Destino.'; # XXX check/beautify - was split in two lines before
  120. $PALANG['mailbox_alias_cant_be_deleted'] = 'This alias belongs to a mailbox and can\'t be deleted!'; # XXX
  121. $PALANG['pEdit_alias_welcome'] = 'Edite un alias para su dominio.'; # XXX Text change to: 'Edit forwarding settings'
  122. $PALANG['pEdit_alias_help'] = 'Una entrada por línea.'; # XXX # XXX Text change to: 'Accepts multiple targets, one entry per line.'
  123. $PALANG['alias'] = 'Alias';
  124. $PALANG['to'] = 'Destino';
  125. $PALANG['pEdit_alias_goto_text_error1'] = 'No ha introducido nada en el destino';
  126. $PALANG['pEdit_alias_goto_text_error2'] = 'La dirección de e-mail introducida no es válida: ';
  127. $PALANG['pEdit_alias_domain_result_error'] = '¡No se pudo modificar el alias de dominio!';
  128. $PALANG['pEdit_alias_forward_and_store'] = 'Entregar al buzón local.';
  129. $PALANG['pEdit_alias_forward_only'] = 'Reenviar sólo al email especificado.';
  130. $PALANG['pEdit_alias_result_error'] = '¡Imposible modificar el alias! (%s)'; # XXX Text changed to: Modifying the alias %s failed!
  131. $PALANG['pCreate_mailbox_welcome'] = 'Crear un nuevo buzón para su dominio.';
  132. $PALANG['pCreate_mailbox_username_text_error1'] = '¡El e-mail no es válido!';
  133. $PALANG['pCreate_mailbox_username_text_error3'] = '¡Ha llegado al límite de creación de buzones!';
  134. $PALANG['pCreate_mailbox_password_text'] = 'Contraseña para POP3/IMAP';
  135. $PALANG['pCreate_mailbox_name_text'] = 'Nombre completo';
  136. $PALANG['pCreate_mailbox_mail'] = 'Enviar correo bienvenida';
  137. $PALANG['pCreate_mailbox_result_error'] = '¡Imposible añadir un buzón a la tabla de buzones! (%s)'; # XXX Text changed to: Creating the mailbox %s failed!
  138. $PALANG['pCreate_mailbox_result_success'] = '¡El buzón ha sido añadido a la tabla de buzones! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table!
  139. $PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'The mailbox %s has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created.'; # XXX
  140. $PALANG['mailbox_updated'] = "The mailbox %s has been updated."; # XXX
  141. $PALANG['mailbox_update_failed'] = "Updating the mailbox %s failed!"; # XXX
  142. $PALANG['pEdit_mailbox_welcome'] = 'Editar un buzón para su dominio.';
  143. $PALANG['pEdit_mailbox_username'] = 'Usuario';
  144. $PALANG['pEdit_mailbox_password_text_error'] = '¡Las contraseñas introducidas no coinciden!';
  145. $PALANG['pEdit_mailbox_quota'] = 'Cuota';
  146. $PALANG['pEdit_mailbox_quota_text'] = 'MB';
  147. $PALANG['mb_max'] = 'MB (max: %s)'; # XXX
  148. $PALANG['pEdit_mailbox_quota_text_error'] = '¡La cuota especificada es demasiado alta!';
  149. $PALANG['pEdit_mailbox_domain_error'] = 'Este dominio no le pertenece: ';
  150. $PALANG['pEdit_mailbox_result_error'] = '¡Imposible cambiar la contraseña!';
  151. $PALANG['pPassword_welcome'] = 'Cambie su contraseña de login.';
  152. $PALANG['pPassword_admin'] = 'Login';
  153. $PALANG['pPassword_password_current'] = 'Contraseña actual';
  154. $PALANG['pPassword_password_current_text_error'] = '¡No ha introducido la contraseña actual!';
  155. $PALANG['pPassword_password'] = 'Nueva contraseña';
  156. $PALANG['pPassword_password2'] = 'Nueva contraseña (repetir)';
  157. $PALANG['pPassword_password_text_error'] = '¡Las contraseñas introducidas no coinciden o están en blanco!'; # XXX check/beautify - was split in two lines before
  158. $PALANG['change_password'] = 'Cambiar contraseña'; # XXX check text - should be 'Change Password'
  159. $PALANG['pPassword_result_error'] = '¡Imposible cambiar la contraseña! (%s)'; # XXX Text changed to: Changing the password for %s failed!
  160. $PALANG['pPassword_result_success'] = '¡Su contraseña ha sido cambiada! (%s)'; # XXX Text changed to: The password for %s has been changed.
  161. $PALANG['pEdit_vacation_set'] = 'Cambiar / Establecer mensaje de ausencia';
  162. $PALANG['pEdit_vacation_remove'] = 'Quitar mensaje de ausencia';
  163. $PALANG['pVacation_result_error'] = '¡Imposible actualizar la configuracióne la respuesta automática! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed
  164. $PALANG['pVacation_result_removed'] = '¡Autorespuesta eliminada! (%s)'; # XXX Text changed to "Auto response for %s has been disabled!"
  165. $PALANG['pVacation_result_added'] = '¡Autorespuesta habilitada! (%s)'; # XXX Text changed to "Auto response for %s has been enabled!"
  166. $PALANG['pVacation_reply_type'] = 'Choice of reply'; # XXX
  167. $PALANG['pVacation_reply_delay_time'] = 'Interval time'; # XXX
  168. $PALANG['pVacation_reply_delay_time_text'] = 'Time in seconds'; # XXX
  169. $PALANG['pVacation_until_before_today'] = 'The Date of [Active until] is set before Today'; # XXX
  170. $PALANG['pVacation_until_before_from'] = 'The Date of [Active until] is set before [Active from]'; # XXX
  171. $PALANG['reply_once'] = 'Reply once'; # XXX
  172. $PALANG['reply_every_mail'] = 'Reply on every mail'; # XXX
  173. $PALANG['reply_once_per_day'] = 'Reply once a day'; # XXX
  174. $PALANG['reply_once_per_week'] = 'Reply once per week'; # XXX
  175. $PALANG['pViewlog_welcome'] = 'Ver las últimas 10 acciones para ';
  176. $PALANG['pViewlog_timestamp'] = 'Fecha/Hora';
  177. $PALANG['pViewlog_action'] = 'Acción';
  178. $PALANG['pViewlog_data'] = 'Datos';
  179. $PALANG['pViewlog_action_create_domain'] = 'create domain'; # XXX
  180. $PALANG['pViewlog_action_delete_domain'] = 'delete domain'; # XXX
  181. $PALANG['pViewlog_action_edit_domain'] = 'edit domain'; # XXX
  182. $PALANG['pViewlog_action_create_mailbox'] = 'crear buzón';
  183. $PALANG['pViewlog_action_delete_mailbox'] = 'borrar buzón';
  184. $PALANG['pViewlog_action_edit_mailbox'] = 'editar buzón';
  185. $PALANG['pViewlog_action_edit_mailbox_state'] = 'editar buzón activo';
  186. $PALANG['pViewlog_action_create_alias'] = 'crear alias';
  187. $PALANG['pViewlog_action_create_alias_domain'] = 'crear alias de dominio';
  188. $PALANG['pViewlog_action_edit_alias_domain'] = 'edit alias domain'; # XXX
  189. $PALANG['pViewlog_action_delete_alias'] = 'borrar alias';
  190. $PALANG['pViewlog_action_delete_alias_domain'] = 'borrar alias de dominio';
  191. $PALANG['pViewlog_action_edit_alias'] = 'editar alias';
  192. $PALANG['pViewlog_action_edit_alias_state'] = 'editar alias activo';
  193. $PALANG['pViewlog_action_edit_alias_domain_state'] = 'editar alias de dominio activo';
  194. $PALANG['pViewlog_action_edit_password'] = 'cambiar contraseña';
  195. $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX
  196. $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX
  197. $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX
  198. $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX
  199. $PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX
  200. $PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX
  201. $PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX
  202. $PALANG['pViewlog_result_error'] = '¡Imposible encontrar los logs!';
  203. $PALANG['pSendmail_welcome'] = 'Enviar un e-mail.';
  204. $PALANG['from'] = 'De';
  205. $PALANG['pSendmail_to'] = 'Destino';
  206. $PALANG['pSendmail_to_text_error'] = '¡La dirección destino está vacía o es una dirección inválida!';
  207. $PALANG['subject'] = 'Asunto';
  208. $PALANG['pSendmail_subject_text'] = 'Bienvenido';
  209. $PALANG['pSendmail_body'] = 'Cuerpo';
  210. $PALANG['pSendmail_button'] = 'Enviar mensaje';
  211. $PALANG['pSendmail_result_error'] = '¡Imposible enviar el email! (%s)'; # XXX text change - new: Unable to send email to %s!
  212. $PALANG['pSendmail_result_success'] = '¡Email enviado! (%s)'; # XXX text change - new: Email sent to %s.
  213. $PALANG['pAdminMenu_list_admin'] = 'Lista de administradores';
  214. $PALANG['pAdminMenu_list_domain'] = 'Lista de dominios';
  215. $PALANG['pAdminMenu_list_virtual'] = 'Lista de direcciones virtuales';
  216. $PALANG['pAdminMenu_backup'] = 'Backup';
  217. $PALANG['pAdminMenu_create_domain_admins'] = 'Administradores de dominio';
  218. $PALANG['pAdminMenu_create_admin'] = 'Nuevo administrador';
  219. $PALANG['pAdminMenu_create_domain'] = 'Nuevo dominio';
  220. $PALANG['pAdminList_admin_count'] = 'Dominios';
  221. $PALANG['description'] = 'Descripción';
  222. $PALANG['aliases'] = 'Alias';
  223. $PALANG['pAdminList_domain_quota'] = 'Domain quota (MB)'; # XXX
  224. $PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
  225. $PALANG['last_modified'] = 'Última Modificación';
  226. $PALANG['pAdminCreate_domain_welcome'] = 'Añadir nuevo dominio';
  227. $PALANG['pAdminCreate_domain_domain_text_error'] = '¡El dominio ya existe!';
  228. $PALANG['domain_does_not_exist'] = 'This domain does not exist!'; # XXX
  229. $PALANG['pAdminCreate_domain_domain_text_error2'] = '!El dominio no es válido!';
  230. $PALANG['pAdminCreate_domain_defaultaliases'] = 'Añadir alias por defecto';
  231. $PALANG['pAdminCreate_domain_button'] = 'Añadir dominio';
  232. $PALANG['pAdminCreate_domain_result_error'] = '¡Imposible añadir el dominio! (%s)'; # XXX Text changed to: Adding the domain %s failed!
  233. $PALANG['pAdminCreate_domain_result_success'] = '¡El dominio ha sido añadido! (%s)'; # XXX Text changed to: The domain %s has been added.
  234. $PALANG['domain_updated'] = 'The domain %s has been updated.'; # XXX
  235. $PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX
  236. $PALANG['domain_postdel_failed'] = '¡No se pudo eliminar el dominio!'; # XXX Text changed to: The domain postdeletion script failed, check the error log for details!
  237. $PALANG['domain_postcreate_failed'] = 'The domain postcreate script failed, check the error log for details!'; # XXX
  238. $PALANG['mailbox_postdel_failed'] = 'The mailbox postdeletion script failed, check the error log for details!'; # XXX
  239. $PALANG['mailbox_postedit_failed'] = 'The mailbox postedit script failed, check the error log for details!'; # XXX
  240. $PALANG['mailbox_postcreate_failed'] = 'The mailbox postcreate script failed, check the error log for details!'; # XXX
  241. $PALANG['pAdminDelete_alias_domain_error'] = '¡No se pudo eliminar el alias de dominio!';
  242. $PALANG['domain_conflict_vacation_domain'] = 'You can\'t use the vacation domain as mail domain!'; # XXX
  243. $PALANG['pAdminEdit_domain_welcome'] = 'Editar un dominio';
  244. $PALANG['pAdminEdit_domain_aliases_text'] = '-1 = deshabilitar | 0 = ilimitado';
  245. $PALANG['pAdminEdit_domain_maxquota'] = 'Cuota máxima';
  246. $PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = deshabilitar | 0 = ilimitado';
  247. $PALANG['pAdminEdit_domain_quota'] = 'Domain Quota'; # XXX
  248. $PALANG['transport'] = 'Transport'; # XXX check text - should be 'Transport'
  249. $PALANG['pAdminEdit_domain_transport_text'] = 'Definir transport'; # XXX
  250. $PALANG['pAdminEdit_domain_backupmx'] = 'El servidor de correo es backup MX'; # XXX
  251. $PALANG['pAdminEdit_domain_result_error'] = '¡Imposible modificar el dominio! (%s)'; # XXX Text changed to: Modifying the domain %s failed!
  252. $PALANG['pAdminCreate_admin_welcome'] = 'Añadir un nuevo administrador de dominio';
  253. $PALANG['email_address'] = 'E-mail';
  254. $PALANG['pAdminCreate_admin_username_text_error1'] = 'Administrador no es un e-mail válido!';
  255. $PALANG['admin_already_exists'] = 'El administrador ya existe o no es válido!'; # XXX Text changed to: The admin already exists!
  256. $PALANG['admin_does_not_exist'] = 'The admin does not exist!'; # XXX
  257. $PALANG['pAdminCreate_admin_button'] = 'Añadir administrador';
  258. $PALANG['pAdminCreate_admin_result_error'] = '¡Imposible añadir el administrador! (%s)'; # XXX Text changed to: Adding the admin %s failed!
  259. $PALANG['pAdminCreate_admin_result_success'] = '¡El administrador ha sido añadido! (%s)'; # XXX Text changed to: The admin %s has been added.
  260. $PALANG['pAdminEdit_admin_welcome'] = 'Editar un administrador de dominio';
  261. $PALANG['admin'] = 'Administrador';
  262. $PALANG['password_again'] = 'Contraseña (repetir)';
  263. $PALANG['super_admin'] = 'Super admin'; # XXX
  264. $PALANG['super_admin_desc'] = 'Super admins have access to all domains, can manage domains and admin accounts.'; # XXX
  265. $PALANG['pAdminEdit_admin_result_error'] = '¡Imposible modificar el administrador! (%s)'; # XXX Text changed to: Modifying the admin %s failed!
  266. $PALANG['pAdminEdit_admin_result_success'] = '¡El administrador ha sido modificado! (%s)'; # XXX Text changed to: The admin %s has been modified.
  267. $PALANG['pUsersLogin_welcome'] = 'Login de usuarios para cambiar la contraseña y alias.';
  268. $PALANG['pUsersLogin_username_incorrect'] = 'Su login no es correcto. ¡Asegúrese de haber introducido su dirección de e-mail como login!';
  269. $PALANG['pUsersLogin_password_incorrect'] = '¡Su contraseña no es correcta!';
  270. $PALANG['pUsersMenu_vacation'] = 'Respuesta automática';
  271. $PALANG['pUsersMenu_edit_alias'] = 'Cambiar la redirección';
  272. $PALANG['pUsersMain_vacation'] = 'Configure un mensaje de "fuera del trabajo" o una respuesta automática para su correo.';
  273. $PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' está ACTIVADO, click \'' . $PALANG['pUsersMenu_vacation'] . '\' para ' . $PALANG['edit'] . '/eliminar';
  274. $PALANG['pUsersMain_edit_alias'] = 'Cambie su redirección de correo.';
  275. $PALANG['pUsersMain_password'] = 'Cambie su contraseña.';
  276. $PALANG['pUsersVacation_welcome'] = 'Respuesta automática.';
  277. $PALANG['pUsersVacation_welcome_text'] = '¡Ya dispone de una respuesta automática configurada! (%s)'; # XXX Text changed to: 'Auto response for %s is active!'
  278. $PALANG['pUsersVacation_subject_text'] = 'Fuera del trabajo';
  279. $PALANG['message'] = 'Mensaje';
  280. $PALANG['pUsersVacation_body_text'] = <<<EOM
  281. Estaré fuera desde <date> hasta <date>.
  282. Para asuntos urgentes, puede contactar conmigo en <contact person>.
  283. EOM;
  284. $PALANG['pUsersVacation_activefrom'] = 'Active from'; # XXX
  285. $PALANG['pUsersVacation_activeuntil'] = 'Active until'; # XXX
  286. $PALANG['pEdit_dbLog_editactive'] = 'cambiar estado activo';
  287. $PALANG['pSearch'] = 'buscar';
  288. $PALANG['pSearch_welcome'] = 'Buscando: ';
  289. $PALANG['pReturn_to'] = 'Volver a';
  290. $PALANG['pBroadcast_title'] = 'Enviar mensaje a todos'; # XXX
  291. $PALANG['pBroadcast_name'] = 'Tu nombre';
  292. $PALANG['pBroadcast_success'] = 'Se ha enviado el mensaje.';
  293. $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX
  294. $PALANG['pBroadcast_error_empty'] = '¡Los campos Nombre, Asunto y Mensaje no pueden estar vacíos!';
  295. $PALANG['pStatus_undeliverable'] = 'posiblemente NO SE ENTREGÓ';
  296. $PALANG['pStatus_custom'] = 'Enviado a ';
  297. $PALANG['pStatus_popimap'] = 'POP/IMAP '; # XXX
  298. $PALANG['password_too_short'] = "La contraseña es demasiado corta - se necesitan %s caracteres";
  299. $PALANG['password_no_characters'] = "Your password must contain at least %s character(s)."; # XXX
  300. $PALANG['password_no_digits'] = "Your password must contain at least %s digit(s)."; # XXX
  301. $PALANG['pInvalidDomainRegex'] = "El nombre de dominio %s es inválido, no se ajusta a la expresión regular";
  302. $PALANG['pInvalidDomainDNS'] = "El dominio %s no es válido, y/o no tiene resolución DNS";
  303. $PALANG['pInvalidMailRegex'] = "La dirección de email no es válidas, no se ajusta a la expresión regular (%s)"; # XXX %s added - but it should be in the text, not at the end
  304. $PALANG['pFetchmail_welcome'] = 'Obtener mail para:';
  305. $PALANG['pFetchmail_new_entry'] = 'Nueva entrada';
  306. $PALANG['fetchmail_already_exists'] = 'This fetchmail job already exists!'; # XXX
  307. $PALANG['fetchmail_does_not_exist'] = 'This fetchmail job does not exist!'; # XXX
  308. $PALANG['pFetchmail_database_save_error'] = '¡No se pudo salvar la entrada en la base de datos!';
  309. $PALANG['pFetchmail_database_save_success'] = 'Entrada salvada en la base de datos.';
  310. $PALANG['pFetchmail_error_invalid_id'] = 'No entry with ID %s found!'; # XXX
  311. $PALANG['pFetchmail_invalid_mailbox'] = '¡Buzón inválido!';
  312. $PALANG['pFetchmail_server_missing'] = '¡Por favor introduzca el nombre del servidor remoto!';
  313. $PALANG['pFetchmail_user_missing'] = '¡Por favor introduzca el usuario remoto!';
  314. $PALANG['pFetchmail_password_missing'] = '¡Por favor introduzca la contraseña remota!';
  315. $PALANG['pFetchmail_field_id'] = 'ID'; # XXX
  316. $PALANG['pFetchmail_field_mailbox'] = 'Buzón';
  317. $PALANG['pFetchmail_field_src_server'] = 'Servidor';
  318. $PALANG['pFetchmail_field_src_auth'] = 'Tipo Autenticación';
  319. $PALANG['pFetchmail_field_src_user'] = 'Usuario';
  320. $PALANG['pFetchmail_field_src_password'] = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
  321. $PALANG['pFetchmail_field_src_folder'] = 'Carpeta';
  322. $PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
  323. $PALANG['pFetchmail_field_fetchall'] = 'Obtener todo';
  324. $PALANG['pFetchmail_field_keep'] = 'Conservar';
  325. $PALANG['pFetchmail_field_protocol'] = 'Protocolo';
  326. $PALANG['pFetchmail_field_usessl'] = 'SSL activado';
  327. $PALANG['pFetchmail_field_sslcertck'] = 'SSL certificate check'; # XXX
  328. $PALANG['pFetchmail_field_sslcertpath'] = 'SSL path to certificates'; # XXX
  329. $PALANG['pFetchmail_field_sslfingerprint'] = 'SSL fingerprint (md5)'; # XXX
  330. $PALANG['pFetchmail_field_extra_options'] = 'Opciones extras';
  331. $PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
  332. $PALANG['pFetchmail_field_date'] = 'Fecha';
  333. $PALANG['pFetchmail_field_returned_text'] = 'Texto Devuelto';
  334. $PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
  335. $PALANG['pFetchmail_desc_mailbox'] = 'Buzón local';
  336. $PALANG['pFetchmail_desc_src_server'] = 'Servidor Remoto';
  337. $PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
  338. $PALANG['pFetchmail_desc_src_user'] = 'Usuario Remoto';
  339. $PALANG['pFetchmail_desc_src_password'] = 'Contraseña Remota';
  340. $PALANG['pFetchmail_desc_src_folder'] = 'Carpeta Remota';
  341. $PALANG['pFetchmail_desc_poll_time'] = 'Obtener cada ... minutos';
  342. $PALANG['pFetchmail_desc_fetchall'] = 'Obtener los mensajes leídos y nuevos';
  343. $PALANG['pFetchmail_desc_keep'] = 'Guardar una copia de los mensajes en el servidor remoto';
  344. $PALANG['pFetchmail_desc_protocol'] = 'Protocolo a usar';
  345. $PALANG['pFetchmail_desc_usessl'] = 'Cifrado SSL';
  346. $PALANG['pFetchmail_desc_extra_options'] = 'Opciones extras para fetchmail';
  347. $PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
  348. $PALANG['pFetchmail_desc_date'] = 'Fecha del último sondeo/cambio en la configuración';
  349. $PALANG['pFetchmail_desc_returned_text'] = 'Mensaje del último sondeo';
  350. $PALANG['dateformat_pgsql'] = 'YYYY-mm-dd'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format # XXX
  351. $PALANG['dateformat_mysql'] = '%Y-%m-%d'; # translators: rearrange to your local date format, but make sure it's a valid MySQL date format # XXX
  352. $PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
  353. /* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
  354. ?>