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

oc.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f81e337bee5dd001c7f237ee4d1036e7cb236e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "registration",
    {
    "Saved" : "Enregistrat",
    "Register" : "S'inscriure",
    "User settings" : "Paramètres utilizaire",
    "Back to login" : "Tornar a la connexion",
    "Email" : "Adreça corrièl",
    "Continue" : "Contunhar",
    "Full name" : "Nom complèt",
    "Phone number" : "Numèro de telefòn",
    "Password" : "Senhal",
    "Loading" : "Cargament",
    "Create account" : "Crear un compte",
    "Verify" : "Verificar",
    "Loading …" : "Cargament…"
},
"nplurals=2; plural=(n > 1);");