diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
commit | 6720a45d65dd0627489e3766e584066a17233432 (patch) | |
tree | 773f891921e87db75bd240d543095a33ec473544 /settings/l10n/es.php | |
parent | 8fb75f379a8fb155f4d36233864e4e62e21d538b (diff) | |
download | nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.tar.gz nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.zip |
updated translations
Diffstat (limited to 'settings/l10n/es.php')
-rw-r--r-- | settings/l10n/es.php | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 388680e53fc..102ffcbb22a 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -1,13 +1,18 @@ <?php $TRANSLATIONS = array( "Authentication error" => "Error de autentificación", +"OpenID Changed" => "OpenID Cambiado", "Invalid request" => "Solicitud no válida", "Language changed" => "Idioma cambiado", -"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", +"Ask a question" => "Hacer una pregunta", +"Select an App" => "Seleccionar una aplicación", +"-licensed" => "-autorizado", +"by" => "por", "Your password got changed" => "Tu contraseña ha sido cambiada", "New password" => "Nueva contraseña:", -"Language" => "Idioma" +"show" => "mostrar", +"Language" => "Idioma", +"Name" => "Nombre", +"Password" => "Contraseña", +"Groups" => "Grupos", +"Create" => "Crear" ); |