blob: 0087af4c8a9e617e654b4f9a1419db46ff00466c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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 año",
"Apps" : "Aplicazions",
"Settings" : "Configurazión",
"Email" : "Correu electronico",
"Help" : "Aduya",
"Users" : "Usuarios"
},
"nplurals=2; plural=(n != 1);");
|