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

es_CL.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5e3a0eda6384bb382f733f6827de164092deb3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Saved" : "Guardado",
    "Register" : "Registrar",
    "Email" : "Correo electrónico",
    "Back to login" : "Regresar al inicio de sesión",
    "Password" : "Contraseña",
    "Create account" : "Crear cuenta",
    "Verify" : "Verificar"
},
"nplurals=2; plural=(n != 1);");