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

es.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 324bfbd0566ed838f946af11fcc13773a04fae24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "rainloop",
    {
    "Email" : "Correo electrónico",
    "Error" : "Error",
    "Invalid argument(s)" : "Argumento(s) inválidos",
    "Saved successfully" : "Guardado correctamente",
    "RainLoop" : "RainLoop",
    "RainLoop Webmail" : "RainLoop Webmail",
    "Go to RainLoop Webmail admin panel" : "Ir al panel de administración de RainLoop Webmail",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "Los usuarios deben registrarse manualmente, o definir credenciales en sus ajustes personales para un registro automático.",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Intenta iniciar sesión automáticamente con los usuarios usando el nombre de usuario y contraseña de Nextcloud, o las credenciales definidas del usuario, si está configurado.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Intenta iniciar sesión automáticamente con los usuarios usando el correo y contraseña de Nextcloud, o las credenciales definidas del usuario, si está configurado.",
    "Save" : "Guardar",
    "RainLoop Webmail is not configured yet." : "RainLoop Webmail aun no está configurado",
    "may have some" : "puede tener alguna",
    "security considerations" : "consideraciones de seguridad",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Escriba un email y contraseña para auto registro en RainLoop. Por favor, observe note</b> que esta característica %s %s.",
    "Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");