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

ca.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96bd80b9849ab4eac249ae7917194ea925ea871e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "Registra",
    "Saved" : "S'ha desat",
    "None" : "Només una vegada",
    "Username" : "Nom d'usuari",
    "Password" : "Contrasenya",
    "Create account" : "Crea un compte",
    "Email" : "Correu"
},
"nplurals=2; plural=(n != 1);");