Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/es.php')
-rw-r--r--core/l10n/es.php8
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"
);