aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/an.js
blob: a5fb073752ed75b741dcfad3af503a493463d374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
},
"nplurals=2; plural=(n != 1);");