diff options
Diffstat (limited to 'apps/theming/l10n/ast.js')
-rw-r--r-- | apps/theming/l10n/ast.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/ast.js b/apps/theming/l10n/ast.js new file mode 100644 index 00000000000..6472cbfc17c --- /dev/null +++ b/apps/theming/l10n/ast.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Loading preview…" : "Cargando previsualización...", + "Saved" : "Guardóse", + "a safe home for all your data" : "un llar seguru pa tolos tos datos", + "The given name is too long" : "El nome dau ye perllargu", + "The given web address is too long" : "La direición web dada ye perllarga", + "The given slogan is too long" : "La conseña dada ye perllarga", + "The given color is invalid" : "El color dau ye perllargu", + "No file uploaded" : "Nun se xubieron ficheros", + "Unsupported image type" : "Triba non sofitada d'imaxe", + "You are already using a custom theme" : "Yá tas usando un tema personalizáu", + "Name" : "Nome", + "reset to default" : "reafitar", + "Web address" : "Direición web", + "Web address https://…" : "Direición web https://…", + "Slogan" : "Conseña", + "Color" : "Color", + "Logo" : "Logu", + "Upload new logo" : "Xubir logu nuevu", + "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", + "Log in image" : "Imaxe d'aniciu de sesión" +}, +"nplurals=2; plural=(n != 1);"); |