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

is.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c43932e2ccc6e9845286a5e693c65934fa38ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "registration",
    {
    "Saved" : "Vistað",
    "Register" : "Nýskráning",
    "Loading …" : "Hleð inn …",
    "Email" : "Tölvupóstur",
    "Continue" : "Halda áfram",
    "Back to login" : "Til baka í innskráningu",
    "Full name" : "Fullt nafn",
    "Phone number" : "Símanúmer",
    "Password" : "Lykilorð",
    "Create account" : "Stofna aðgang",
    "Verify" : "Sannprófa"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");