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

lv.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9b30f5e8f29d978cbadb8bf2bc1f70998336479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "registration",
    {
    "Saved" : "Saglabāts",
    "Back to login" : "Atpakaļ uz pieteikšanos",
    "Email" : "E-pasts",
    "Continue" : "Turpināt",
    "Full name" : "Pilns vārds",
    "Phone number" : "Tālruņa numurs",
    "Password" : "Parole",
    "Loading" : "Ielādē",
    "Create account" : "Izveidot kontu",
    "Verify" : "Verificēt"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");