diff options
Diffstat (limited to 'apps/theming/l10n/gl.js')
-rw-r--r-- | apps/theming/l10n/gl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/gl.js b/apps/theming/l10n/gl.js index 54549f281e6..ea3eae9c354 100644 --- a/apps/theming/l10n/gl.js +++ b/apps/theming/l10n/gl.js @@ -24,7 +24,6 @@ OC.L10N.register( "Could not write file to disk" : "Non foi posíbel escribir o ficheiro no disco", "A PHP extension stopped the file upload" : "Unha extensión PHP detivo o envío de ficheiros", "No file uploaded" : "Non se enviou ningún ficheiro", - "Unsupported image type" : "Tipo de imaxe non admitido", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Está a empregar un tema personalizado. Os axustes da aplicación de temas poden ser sobrescritos por el.", "Theming" : "Temas", "Legal notice" : "Aviso legal", @@ -50,6 +49,7 @@ OC.L10N.register( "Upload new header logo" : "Enviar un novo logotipo da cabeceira", "Favicon" : "Favicon", "Upload new favicon" : "Enviar un novo favicon", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensión de PHP Imagemagick con compatibilidade con imaxes SVG para xerar automáticamente faviconos baseados no logotipo e cor enviados." + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensión de PHP Imagemagick con compatibilidade con imaxes SVG para xerar automáticamente faviconos baseados no logotipo e cor enviados.", + "Unsupported image type" : "Tipo de imaxe non admitido" }, "nplurals=2; plural=(n != 1);"); |