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

eo.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5913869679a79d3decb721370ef0794719c46ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "registration",
    {
    "Saved" : "Konservita",
    "Register" : "Registriĝi",
    "Loading …" : "Ŝargas …",
    "Email" : "Retpoŝtadreso",
    "Continue" : "Daŭrigi",
    "Back to login" : "Antaŭen al ensaluto",
    "Full name" : "Plena nomo",
    "Phone number" : "Telefonnumero",
    "Password" : "Pasvorto",
    "Create account" : "Krei konton",
    "Verify" : "Kontroli"
},
"nplurals=2; plural=(n != 1);");