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

ro.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e9d8b4659d64a58e146fbb94d1e1ca104fd59fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "registration",
    {
    "Saved" : "Salvat",
    "Loading …" : "Se încarcă…",
    "Email" : "Email",
    "Continue" : "Continuă",
    "Back to login" : "Înapoi la autentificare",
    "Full name" : "Nume complet",
    "Phone number" : "Număr telefon",
    "Password" : "Parolă",
    "Create account" : "Crează cont",
    "Verify" : "Verifică"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");