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

nl.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fea141321b89438b06a2f1c14c766996470941d5 (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" : "Email",
    "Error" : "Fout",
    "Invalid argument(s)" : "Ongeldig(e) argument(en)",
    "Saved successfully" : "Succesvol opgeslagen",
    "RainLoop" : "RainLoop",
    "RainLoop Webmail" : "RainLoop Webmail",
    "Go to RainLoop Webmail admin panel" : "Ga naar RainLoop Webmail beheerscherm",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "Gebruikers loggen handmatig in of geven hun inloggegevens op in hun persoonlijke instellingen voor automatische logins.",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Probeer gebruikers automatisch te laten inloggen met hun Nextcloud-gebruikersnaam en wachtwoord, of door de gebruiker gedefinieerde inloggegevens, als dat is ingesteld.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Probeer gebruikers automatisch te laten inloggen met hun Nextcloud-e-mailadres en wachtwoord, of door de gebruiker gedefinieerde inloggegevens, als dat is ingesteld.",
    "Save" : "Opslaan",
    "RainLoop Webmail is not configured yet." : "RainLoop Webmail is nog niet geconfigureerd.",
    "may have some" : "kan wat hebben",
    "security considerations" : "Beveiligingoverwegingen",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Geef een e-mailadres en wachtwoord op voor auto-login naar RainLoop. <b>Lep op</b> dat deze optie %s%s.",
    "Password" : "Wachtwoord"
},
"nplurals=2; plural=(n != 1);");