diff options
Diffstat (limited to 'settings/l10n/es.php')
-rw-r--r-- | settings/l10n/es.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/settings/l10n/es.php b/settings/l10n/es.php index c8ddb412ecf..8403b6d3883 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -1,12 +1,26 @@ <?php $TRANSLATIONS = array( +"Unable to load list from App Store" => "Imposible cargar la lista desde el App Store", +"Email saved" => "Correo guardado", +"Invalid email" => "Correo no válido", "OpenID Changed" => "OpenID cambiado", "Invalid request" => "Solicitud no válida", +"Authentication error" => "Error de autenticación", "Language changed" => "Idioma cambiado", +"Error" => "Error", +"Disable" => "Desactivar", +"Enable" => "Activar", +"Saving..." => "Guardando...", "__language_name__" => "Castellano", +"Security Warning" => "Advertencia de seguridad", +"Cron" => "Cron", +"execute one task with each page loaded" => "ejecutar una tarea con cada página cargada", +"cron.php is registered at a webcron service" => "cron.php se registra en un servicio webcron", +"use systems cron service" => "usar servicio cron del sistema", "Log" => "Registro", "More" => "Más", "Add your App" => "Añade tu aplicación", "Select an App" => "Seleccionar una aplicación", +"See application page at apps.owncloud.com" => "Echa un vistazo a la web de aplicaciones apps.owncloud.com", "-licensed" => "-autorizado", "by" => "por", "Documentation" => "Documentación", @@ -37,6 +51,7 @@ "Create" => "Crear", "Default Quota" => "Cuota predeterminada", "Other" => "Otro", +"Group Admin" => "Grupo admin", "Quota" => "Cuota", "Delete" => "Eliminar" ); |