diff options
Diffstat (limited to 'settings/l10n/nl.js')
-rw-r--r-- | settings/l10n/nl.js | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 5ad98200624..f98ca941cd1 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -19,7 +19,6 @@ OC.L10N.register( "Group already exists." : "Groep bestaat al.", "Unable to add group." : "Kan groep niet toevoegen.", "Unable to delete group." : "Kan groep niet verwijderen.", - "log-level out of allowed range" : "loggingniveau buiten toegestane bereik", "test email settings" : "test e-mailinstellingen", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Er ontstond een probleem bij het versturen van de e-mail. Controleer je instellingen. (Fout: %s)", "Email sent" : "E-mail verzonden", @@ -30,12 +29,9 @@ OC.L10N.register( "Unable to create user." : "Kan gebruiker niet aanmaken.", "Your %s account was created" : "Je %s account is aangemaakt", "Unable to delete user." : "Kan gebruiker niet verwijderen.", - "Forbidden" : "Verboden", - "Invalid user" : "Ongeldige gebruiker", + "Unable to change full name" : "Kan de volledige naam niet wijzigen", "Unable to change mail address" : "Kan e-mailadres niet wijzigen", - "Email saved" : "E-mail opgeslagen", "Your full name has been changed." : "Je volledige naam is gewijzigd.", - "Unable to change full name" : "Kan de volledige naam niet wijzigen", "Couldn't remove app." : "Kon app niet verwijderen.", "Password confirmation is required" : "Wachtwoordbevestiging vereist", "Admins can't remove themself from the admin group" : "Admins kunnen zichzelf niet uit de admin groep verwijderen", @@ -168,17 +164,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Je moet je cryptosleutels van de oude versleuteling (ownCloud <= 8.0) migreren naar de nieuwe. Activeer de \"Standaard cryptomodule\" en start 'occ encryption:migrate'", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Je moet je cryptosleutels van de oude versleuteling (ownCloud <= 8.0) migreren naar de nieuwe.", "Start migration" : "Start migratie", - "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", - "Info, warnings, errors and fatal issues" : "Info, waarschuwingen, fouten en fatale problemen", - "Warnings, errors and fatal issues" : "Waarschuwingen, fouten en fatale problemen", - "Errors and fatal issues" : "Fouten en fatale problemen", - "Fatal issues only" : "Alleen fatale problemen", - "Log" : "Log", - "What to log" : "Wat loggen", - "Download logfile" : "Download logbestand", - "More" : "Meer", - "Less" : "Minder", - "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Het logbestand is groter dan 100MB. Downloaden kost even tijd!", "Security & setup warnings" : "Beveiligings- en instellingswaarschuwingen", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php lijkt niet goed te zijn ingesteld om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.", @@ -273,10 +258,10 @@ OC.L10N.register( "Cancel" : "Annuleer", "Choose as profile picture" : "Kies als profielafbeelding", "Full name" : "Volledige naam", - "No display name set" : "Nog geen weergavenaam ingesteld", "Email" : "E-mailadres", "Your email address" : "Uw e-mailadres", "For password recovery and notifications" : "Voor wachtwoordherstel en meldingen", + "No display name set" : "Nog geen weergavenaam ingesteld", "No email address set" : "Geen e-mailadres opgegeven", "You are member of the following groups:" : "U bent lid van de volgende groepen:", "Password" : "Wachtwoord", @@ -332,11 +317,26 @@ OC.L10N.register( "set new password" : "Instellen nieuw wachtwoord", "change email address" : "wijzig e-mailadres", "Default" : "Standaard", + "log-level out of allowed range" : "loggingniveau buiten toegestane bereik", + "Forbidden" : "Verboden", + "Invalid user" : "Ongeldige gebruiker", + "Email saved" : "E-mail opgeslagen", "Language changed" : "Taal aangepast", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet je zeker dat je \"{domain}\" als een vertrouwd domein wilt toevoegen?", "add group" : "groep toevoegen", "SSL" : "SSL", "TLS" : "TLS", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, waarschuwingen, fouten en fatale problemen", + "Warnings, errors and fatal issues" : "Waarschuwingen, fouten en fatale problemen", + "Errors and fatal issues" : "Fouten en fatale problemen", + "Fatal issues only" : "Alleen fatale problemen", + "Log" : "Log", + "What to log" : "Wat loggen", + "Download logfile" : "Download logbestand", + "More" : "Meer", + "Less" : "Minder", + "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Het logbestand is groter dan 100MB. Downloaden kost even tijd!", "Allow users to send mail notification for shared files" : "Sta gebruikers toe om e-mailnotificaties te versturen voor gedeelde bestanden", "Allow users to send mail notification for shared files to other users" : "Sta gebruikers toe om e-mailnotificaties aan andere gebruikers te versturen voor gedeelde bestanden", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we om te schakelen naar een andere database engine.", |