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 /core/l10n | |
parent | 6c25348b77c29e578bee3c54085d345826d6be8e (diff) | |
download | nextcloud-server-c78e41b2d30f325246c6eecaeec2a3e79ce2be9e.tar.gz nextcloud-server-c78e41b2d30f325246c6eecaeec2a3e79ce2be9e.zip |
forgot to generate the translation files
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/es.php | 28 | ||||
-rw-r--r-- | core/l10n/fr.php | 2 |
2 files changed, 29 insertions, 1 deletions
diff --git a/core/l10n/es.php b/core/l10n/es.php new file mode 100644 index 00000000000..564bd795635 --- /dev/null +++ b/core/l10n/es.php @@ -0,0 +1,28 @@ +<?php $TRANSLATIONS = array( +"Error 404, Cloud not found" => "Error 404, La pagina no se pudo encontrar", +"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> es tu web de almacenamiento personal.", +"Finish the setup by following the steps below." => "Completa la instalación mediante los siguientes pasos.", +"Create an <strong>admin account</strong>." => "Crear una <strong>cuenta de administrador.</strong>", +"Username" => "Nombre de usuario", +"Password" => "Contraseña", +"Advanced" => "Avanzado", +"Set where to store the data." => "Selecciona donde quieres almacenar los datos.", +"Data directory:" => "Directorio de almacenamiento:", +"Configure the database." => "Configurar la base de datos.", +"SQLite will be used for the database. You have nothing to do." => "Se utilizará SQLite para la base de datos. No necesitas configurar nada más.", +"SQLite" => "SQLite", +"MySQL will be used for the database." => "Se utilizará MySQL para la base de datos.", +"MySQL username:" => "Nombre de usuario de MySQL:", +"MySQL password:" => "Contraseña de MySQL:", +"Database name:" => "Nombre de la base de datos:", +"Host:" => "Host:", +"Table prefix:" => "Prefijo de la tabla:", +"Finish setup" => "Completar la instalación", +"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> es tu nube personal que corre en tu propio servidor.</p>", +"Login failed!" => "¡No se pudo iniciar sesión!", +"Remember login" => "Recordarme", +"You are logged out." => "Has cerrado sesión.", +"prev" => "anterior", +"next" => "siguiente", +"Search" => "Buscar" +); diff --git a/core/l10n/fr.php b/core/l10n/fr.php index 540eaef9ca9..996d37dcc82 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -18,7 +18,7 @@ "Host:" => "Hôte :", "Table prefix:" => "Préfixe de table :", "Finish setup" => "Terminer l'installation", -"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> est votre solution cloud personnelle qui tourne sur votre propre serveur.</p>", +"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> est votre solution cloud personnelle propulsée par votre propre serveur.</p>", "Login failed!" => "Échec de la connexion !", "Remember login" => "Se souvenir de moi", "You are logged out." => "Vous êtes désormais déconnecté.", |