diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 23:43:22 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 23:43:22 +0200 |
commit | c78e41b2d30f325246c6eecaeec2a3e79ce2be9e (patch) | |
tree | 70d48597bd0d2c3dc091182fe2ff9b283763f866 /settings/l10n | |
parent | 6c25348b77c29e578bee3c54085d345826d6be8e (diff) | |
download | nextcloud-server-c78e41b2d30f325246c6eecaeec2a3e79ce2be9e.tar.gz nextcloud-server-c78e41b2d30f325246c6eecaeec2a3e79ce2be9e.zip |
forgot to generate the translation files
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/es.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/l10n/es.php b/settings/l10n/es.php new file mode 100644 index 00000000000..bde223680fb --- /dev/null +++ b/settings/l10n/es.php @@ -0,0 +1,19 @@ +<?php $TRANSLATIONS = array( +"Account information" => "Información de la cuenta", +"You're currently using" => "Estás utilizando", +"of your" => "de tus", +"space" => "de espacio total", +"Change Password" => "Cambiar contraseña", +"Your password got changed" => "Tu contraseña ha sido cambiada", +"Old password:" => "Antigua contraseña:", +"New password" => "Nueva contraseña:", +"Show new password" => "Mostrar nueva contraseña", +"Language" => "Idioma", +"Authentication error" => "Error de autentificación", +"You have to enter the old and the new password!" => "¡Tienes que introducir la contraseña antigua y la contraseña nueva!", +"Your old password is wrong!" => "¡Tu contraseña antigua es incorrecta!", +"Password changed" => "Contraseña cambiada", +"Unable to change password" => "No se puede cambiar la contraseña", +"Language changed" => "Idioma cambiado", +"Invalid request" => "Solicitud no válida" +); |