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: fbafbcdb9f062847457e30cb5b88e1ec6ef9925d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "registration",
    {
    "Register" : "Registrarse",
    "Your registration is pending. Please confirm your email address." : "Su registro está pendiente. Por favor, confirme su dirección de correo.",
    "Saved" : "Guardado",
    "None" : "Ninguno",
    "Username" : "Usuario",
    "Password" : "Contraseña",
    "Create account" : "Crear cuenta",
    "Email" : "Correo electrónico",
    "Back to login" : "Volver a la identificación"
},
"nplurals=2; plural=(n != 1);");