diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
commit | 900382057db5527dccfdb4b62f3b35b153899908 (patch) | |
tree | 72ea03f99c1b23d1e076a3fdeae25efabc511116 /core/l10n/es.php | |
parent | 391e064e67eaab5fb63ed568946af97b6a243fdd (diff) | |
download | nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.tar.gz nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.zip |
updated translations
Diffstat (limited to 'core/l10n/es.php')
-rw-r--r-- | core/l10n/es.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/l10n/es.php b/core/l10n/es.php index 70b6b40c09f..979b3dff004 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"Personal" => "Personal", +"Users" => "Usuarios", +"Apps" => "Aplicaciones", +"Help" => "Ayuda", "Login failed!" => "¡No se pudo iniciar sesión!", "remember" => "recuérdame", "Create an <strong>admin account</strong>" => "Crear una <strong>cuenta de administrador</strong>", @@ -13,10 +17,12 @@ "Host" => "Host", "Table prefix" => "Prefijo de la tabla", "Data folder" => "Directorio de almacenamiento", -"Finish setup" => "Completar la instalación", +"Finish setup" => "Completar instalación", "Cloud not found" => "No se encontró la nube", +"gives you the freedom to control your own data on the internet" => "te da la libertad del control de tus propios datos en internet", "prev" => "anterior", "next" => "siguiente", "You are logged out." => "Has cerrado sesión.", +"Log out" => "Salir", "Settings" => "Ajustes" ); |