mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
36ef0f1add
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 lines
460 B
JavaScript
17 lines
460 B
JavaScript
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",
|
|
"Users" : "Usuarios"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|