summaryrefslogtreecommitdiffstats
path: root/lib/l10n/an.js
blob: fb664bfbfd6469ca65b0433e3617877ff046f741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "lib",
    {
    "See %s" : "Veyer %s",
    "Unknown filetype" : "Tipo de fichero esconoxiu",
    "Invalid image" : "Imachen no valida",
    "Files" : "Archivos",
    "today" : "Hue",
    "yesterday" : "Ayer",
    "last month" : "Zaguero mes",
    "last year" : "Zaguero anyo",
    "Apps" : "Aplicacions",
    "Settings" : "Configuración",
    "Email" : "Correu electronico",
    "Users" : "Usuarios"
},
"nplurals=2; plural=(n != 1);");