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

ro.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c71c24ee2dbfd2f484aab06e3b397dabbe198281 (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..." : "Se salvează...",
    "More versions..." : "Mai multe versiuni...",
    "Save" : "Salvează",
    "Loading documents..." : "Se incarcă documentele...",
    "Edit" : "Editează",
    "Could not create file" : "Nu s-a putut crea fisierul",
    "Can't create document" : "Nu se poate crea documentul",
    "Saved" : "Salvat",
    "Apply" : "Aplică",
    "Wrong password. Please retry." : "Parolă incorectă. Te rugăm reîncearcă.",
    "Password" : "Parolă",
    "OK" : "OK",
    "Guest %s" : "Invitat %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Acest link a expirat sau nu a existat niciodată. Te rugăm contactează persoana care ți l-a dat pentru detalii."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");