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 /admin | |
parent | 6c25348b77c29e578bee3c54085d345826d6be8e (diff) | |
download | nextcloud-server-c78e41b2d30f325246c6eecaeec2a3e79ce2be9e.tar.gz nextcloud-server-c78e41b2d30f325246c6eecaeec2a3e79ce2be9e.zip |
forgot to generate the translation files
Diffstat (limited to 'admin')
-rw-r--r-- | admin/l10n/es.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/l10n/es.php b/admin/l10n/es.php new file mode 100644 index 00000000000..5902eb2c242 --- /dev/null +++ b/admin/l10n/es.php @@ -0,0 +1,20 @@ +<?php $TRANSLATIONS = array( +"read more" => "leer más", +"INSTALL" => "Instalar", +"Apps Repository" => "Repositorio de aplicaciones ", +"Cannot connect to apps repository" => "No se pudo conectar con el repositorio de aplicaciones", +"Name" => "Nombre", +"Modified" => "Modificado", +"Administration" => "Administración", +"System Settings" => "Ajustes del Sistema", +"Users" => "Usuarios", +"Groups" => "Grupos", +"Password" => "Contraseña", +"Create" => "Crear", +"remove" => "Eliminar", +"Create group" => "Crear grupo", +"Force new password:" => "Forzar una nueva contraseña", +"Set" => "Aplicar", +"Do you really want to delete user" => "¿Seguro que quieres eliminar este usuario?", +"Do you really want to delete group" => "¿Seguro que quieres eliminar este grupo?" +); |