diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-11-30 06:21:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-11-30 06:21:10 +0000 |
commit | 45111bc654cec85907adbe7136d2e6c1a9aeffb6 (patch) | |
tree | 47eab59f555692c9389dfc84c3a9bc0440784aa0 /config/locales/es.yml | |
parent | 7e7828d2ac248d48b77e631018e52b4fc82c1f0e (diff) | |
download | redmine-45111bc654cec85907adbe7136d2e6c1a9aeffb6.tar.gz redmine-45111bc654cec85907adbe7136d2e6c1a9aeffb6.zip |
Spanish translation for 3.3-stable updated by Helder Manuel Torres Vieira (#24004)
git-svn-id: http://svn.redmine.org/redmine/trunk@16014 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/es.yml')
-rw-r--r-- | config/locales/es.yml | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml index 68c00183b..97ccbb4d7 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1216,30 +1216,26 @@ es: label_default_values_for_new_users: Valor predeterminado para nuevos usuarios setting_sys_api_key: Clave de la API setting_lost_password: ¿Olvidaste la contraseña? - mail_subject_security_notification: Security notification - mail_body_security_notification_change: ! '%{field} was changed.' - mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.' - mail_body_security_notification_add: ! '%{field} %{value} was added.' - mail_body_security_notification_remove: ! '%{field} %{value} was removed.' - mail_body_security_notification_notify_enabled: Email address %{value} now receives - notifications. - mail_body_security_notification_notify_disabled: Email address %{value} no longer - receives notifications. - mail_body_settings_updated: ! 'The following settings were changed:' - field_remote_ip: IP address - label_wiki_page_new: New wiki page - label_relations: Relations - button_filter: Filter - mail_body_password_updated: Your password has been changed. - label_no_preview: No preview available - error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers - for which you can create an issue - label_tracker_all: All trackers - label_new_project_issue_tab_enabled: Display the "New issue" tab - setting_new_item_menu_tab: Project menu tab for creating new objects - label_new_object_tab_enabled: Display the "+" drop-down - error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers - for which you can create an issue + mail_subject_security_notification: Notificación de seguridad + mail_body_security_notification_change: ! '%{field} modificado.' + mail_body_security_notification_change_to: ! '%{field} modificado por %{value}.' + mail_body_security_notification_add: ! '%{field} %{value} añadido.' + mail_body_security_notification_remove: ! '%{field} %{value} eliminado.' + mail_body_security_notification_notify_enabled: Se han activado las notificaciones para el correo electrónico %{value} + mail_body_security_notification_notify_disabled: Se han desactivado las notificaciones para el correo electrónico %{value} + mail_body_settings_updated: ! 'Las siguientes opciones han sido actualizadas:' + field_remote_ip: Dirección IP + label_wiki_page_new: Nueva pagina wiki + label_relations: Relaciones + button_filter: Filtro + mail_body_password_updated: Su contraseña se ha cambiado. + label_no_preview: No hay vista previa disponible + error_no_tracker_allowed_for_new_issue_in_project: El proyecto no dispone de ningún tipo sobre el cual puedas crear una petición + label_tracker_all: Todos los tipos + label_new_project_issue_tab_enabled: Mostrar la pestaña "Nueva petición" + setting_new_item_menu_tab: Pestaña de creación de nuevos objetos en el menú de cada proyecto + label_new_object_tab_enabled: Mostrar la lista desplegable "+" + error_no_projects_with_tracker_allowed_for_new_issue: Ningún proyecto dispone de un tipo sobre el cual puedas crear una petición field_textarea_font: Font used for text areas label_font_default: Default font label_font_monospace: Monospaced font |