Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gl.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a6b51394ed9f396cae1593db9219ddad6bbbe46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Gardando...",
    "More versions…" : "Máis versións...",
    "Save" : "Gardar",
    "Loading documents…" : "Cargando documentos...",
    "Edit" : "Editar",
    "Could not create file" : "Non foi posíbel crear o ficheiro",
    "Can't create document" : "Non é posíbel crear o documento",
    "Saved" : "Gardado",
    "Apply" : "Aplicar",
    "Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
    "Password" : "Contrasinal",
    "OK" : "Aceptar",
    "Guest %s" : "Convidado %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},
"nplurals=2; plural=(n != 1);");