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

ast.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4bdd7ad4908ab3bb65ae820f33ee4ea18890f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "registration",
    {
    "Saved" : "Guardáu",
    "Loading …" : "Cargando...",
    "Email" : "email",
    "Continue" : "Siguir",
    "Full name" : "Nome completu",
    "Phone number" : "Númberu de teléfonu",
    "Password" : "Password",
    "Create account" : "Crear cuenta",
    "Verify" : "Verificar"
},
"nplurals=2; plural=(n != 1);");