diff options
Diffstat (limited to 'apps/theming/l10n/ast.js')
-rw-r--r-- | apps/theming/l10n/ast.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/ast.js b/apps/theming/l10n/ast.js index b2282844470..dc027eebdf3 100644 --- a/apps/theming/l10n/ast.js +++ b/apps/theming/l10n/ast.js @@ -18,7 +18,6 @@ OC.L10N.register( "Could not write file to disk" : "Nun pudo escribise nel discu'l ficheru", "A PHP extension stopped the file upload" : "Una estensión de PHP paró la xuba de ficheros", "No file uploaded" : "Nun se xubieron ficheros", - "Unsupported image type" : "Triba non sofitada d'imaxe", "Theming" : "Aspeutu", "Open documentation" : "Abrir documentación", "Name" : "Nome", @@ -29,6 +28,7 @@ OC.L10N.register( "Login image" : "Imaxe d'aniciu de sesión", "Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión", "Remove background image" : "Desaniciar imaxe de fondu", - "Advanced options" : "Opciones avanzaes" + "Advanced options" : "Opciones avanzaes", + "Unsupported image type" : "Triba non sofitada d'imaxe" }, "nplurals=2; plural=(n != 1);"); |