diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-21 01:12:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-21 01:12:19 +0000 |
commit | 684f6b642963b443c9b8c8a6c1fe67ceb0bed6c3 (patch) | |
tree | 02ba85c444d26190e69ec34108122f52aee5c934 /apps/theming/l10n/es_GT.js | |
parent | 52a97e826ba8f84bd4eb60b837c6f57c8b0c373b (diff) | |
download | nextcloud-server-684f6b642963b443c9b8c8a6c1fe67ceb0bed6c3.tar.gz nextcloud-server-684f6b642963b443c9b8c8a6c1fe67ceb0bed6c3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/es_GT.js')
-rw-r--r-- | apps/theming/l10n/es_GT.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/l10n/es_GT.js b/apps/theming/l10n/es_GT.js index 46cec36c564..cdd4775f0b5 100644 --- a/apps/theming/l10n/es_GT.js +++ b/apps/theming/l10n/es_GT.js @@ -9,13 +9,10 @@ OC.L10N.register( "The given web address is too long" : "La dirección web dada es demasiado larga", "The given slogan is too long" : "El lema dado es demasiado largo", "The given color is invalid" : "El color dado es inválido", - "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", "No file was uploaded" : "No se cargó el archivo", "Missing a temporary folder" : "Falta una carpeta temporal", - "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", "No file uploaded" : "No hay archivos cargados", "Unsupported image type" : "Tipo de imagen no soportado", "You are already using a custom theme" : "Ya estás usando un tema personalizado", @@ -34,6 +31,9 @@ OC.L10N.register( "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 Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", "reset to default" : "restaurar a predeterminado", - "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente" + "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", + "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", + "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " }, "nplurals=2; plural=(n != 1);"); |