diff options
Diffstat (limited to 'apps/theming/l10n/es_419.js')
-rw-r--r-- | apps/theming/l10n/es_419.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/es_419.js b/apps/theming/l10n/es_419.js index 0d29afa2f86..c370f8dd971 100644 --- a/apps/theming/l10n/es_419.js +++ b/apps/theming/l10n/es_419.js @@ -14,7 +14,6 @@ OC.L10N.register( "No file was uploaded" : "No se cargó el archivo", "Missing a temporary folder" : "Falta una carpeta temporal", "No file uploaded" : "No hay archivos cargados", - "Unsupported image type" : "Tipo de imagen no soportado", "Theming" : "Tematizar", "Open documentation" : "Abrir documentación", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "El tematizar hace posible personalizar facilmente la manera en que se ve tu instancia y clientes soportados. Esto será visible para todos los usuarios. ", @@ -32,6 +31,7 @@ OC.L10N.register( "Privacy policy link" : "Enlace de política de seguridad", "Header logo" : "Logo del encabezado", "Upload new header logo" : "Subir nuevo logo de encabezado", - "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." + "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.", + "Unsupported image type" : "Tipo de imagen no soportado" }, "nplurals=2; plural=(n != 1);"); |