mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
21 lines
1.7 KiB
JavaScript
21 lines
1.7 KiB
JavaScript
OC.L10N.register(
|
|
"snappymail",
|
|
{
|
|
"Email" : "Email",
|
|
"Error" : "Errore",
|
|
"Invalid argument(s)" : "Argomenti non validi",
|
|
"Saved successfully" : "Salvato correttamente",
|
|
"RainLoop" : "RainLoop",
|
|
"RainLoop Webmail" : "Webmail RainLoop",
|
|
"Go to RainLoop Webmail admin panel" : "Vai al pannello di amministrazione della webmail RainLoop",
|
|
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Gli utenti accederanno manualmente, o definiranno le credenziali nelle impostazioni personali per gli accessi automatici.",
|
|
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Tenta l'accesso automatico degli utenti tramite nome utente e password di Nextcloud, o con le credenziali definite dall'utente, se disponibili.",
|
|
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Tenta l'accesso automatico degli utenti tramite indirizzo email e password di Nextcloud, o con le credenziali definite dall'utente, se disponibili.",
|
|
"Save" : "Salva",
|
|
"RainLoop Webmail is not configured yet." : "La webmail RainLoop non è ancora configurata.",
|
|
"may have some" : "potrebbe avere alcune",
|
|
"security considerations" : "considerazioni sulla sicurezza",
|
|
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Digita un indirizzo email e una password per l'accesso automatico a RainLoop. <b>Nota</b>Nota che questa funzionalità %s %s.",
|
|
"Password" : "Password"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|