diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-28 00:21:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-28 00:21:16 +0000 |
commit | 9dad5ac59bac133260160867e4180ffef2e0270a (patch) | |
tree | 0c375ba5e56ec13fcfe10dae8404bf731d520c58 /apps/theming/l10n/es.js | |
parent | 06f52ead312aa5f556ad02f01abe48bcc049e28a (diff) | |
download | nextcloud-server-9dad5ac59bac133260160867e4180ffef2e0270a.tar.gz nextcloud-server-9dad5ac59bac133260160867e4180ffef2e0270a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/es.js')
-rw-r--r-- | apps/theming/l10n/es.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index e1f7cd6eca9..175474a4e26 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -10,6 +10,7 @@ OC.L10N.register( "The given web address is too long" : "La dirección provista es muy larga", "The given slogan is too long" : "El eslogan provisto es muy largo", "The given color is invalid" : "El color provisto es inválido", + "The file was uploaded" : "Se ha subido el archivo", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo para subir excede la directiva upload_max_filesize en php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especifió en el formulario HTML", "The file was only partially uploaded" : "El archivo se ha subido parcialmente", @@ -17,7 +18,6 @@ OC.L10N.register( "Missing a temporary folder" : "Falta una carpeta temporal", "No file uploaded" : "No se ha subido archivo", "Unsupported image type" : "Tipo de imagen no soportado", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", "Theming" : "Tema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.", "Name" : "Nombre", @@ -32,6 +32,7 @@ OC.L10N.register( "Upload new login background" : "Subir una nueva imagen de fondo", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", "reset to default" : "restaurar a configuración inicial", "There is no error, the file uploaded with success" : "No ha habido errores, el archivo ha subido satisfactoriamente", "The uploaded file was only partially uploaded" : "El archivo para subir ha sido solo parcialmente subido", |