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

nn_NO.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96489a9d2e5245d1f454414158ea78e20f3124ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "registration",
    {
    "Saved" : "Lagra",
    "Email" : "E-post",
    "Continue" : "Gå vidare",
    "Full name" : "Fult namn",
    "Password" : "Passord",
    "Loading" : "Loading",
    "Create account" : "Opprett konto",
    "Verify" : "Stadfest"
},
"nplurals=2; plural=(n != 1);");