diff options
Diffstat (limited to 'lib/l10n/an.js')
-rw-r--r-- | lib/l10n/an.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/l10n/an.js b/lib/l10n/an.js new file mode 100644 index 00000000000..49222b95d78 --- /dev/null +++ b/lib/l10n/an.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "lib", + { + "See %s" : "Veyer %s", + "Unknown filetype" : "Tipo de fichero esconoxiu", + "Invalid image" : "Imachen no valida", + "today" : "Hue", + "yesterday" : "Ayer", + "last month" : "Zaguero mes", + "last year" : "Zaguero aƱo", + "Help" : "Aduya", + "Apps" : "Aplicazions", + "Settings" : "ConfiguraziĆ³n", + "Users" : "Usuarios", + "Email" : "Correu electronico", + "Full name" : "Nombre completo", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requeriu" +}, +"nplurals=2; plural=(n != 1);"); |