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

es.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8b1840faf99a9134e0d7f397011392e7e536a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "Registrarse",
    "Saved" : "Guardado",
    "None" : "Ninguno",
    "Username" : "Usuario",
    "Password" : "Contraseña",
    "Create account" : "Crear cuenta",
    "Email" : "Correo electrónico"
},
"nplurals=2; plural=(n != 1);");