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

de.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edbffebdebd8d37957923e24a417ca75d76a5001 (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" : "E-Mail",
    "Error" : "Fehler",
    "Invalid argument(s)" : "Ungültige(r) Parameter",
    "Saved successfully" : "Gespeichert",
    "RainLoop" : "RainLoop",
    "RainLoop Webmail" : "RainLoop Webmail",
    "Go to RainLoop Webmail admin panel" : "Gehe zum Administrator-Bereich von RainLoop Webmail ",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "Benutzer melden sich manuell an oder definieren Zugangsdaten in ihren persönlichen Einstellungen für die automatische Anmeldung.",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit ihrem Benutzername und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit der E-Mail-Adresse und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
    "Save" : "Speichern",
    "RainLoop Webmail is not configured yet." : "RainLoop Webmail ist noch nicht eingerichtet.",
    "may have some" : "möglicherweise einige",
    "security considerations" : "Sicherheitsüberlegungen benötigt",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "E-Mail-Adresse und Passwort für die automatische Anmeldung bei RainLoop eingeben. <b>Bitte beachte</b>, dass diese Funktion %s %s.",
    "Password" : "Passwort"
},
"nplurals=2; plural=(n != 1);");