diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-12 02:24:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-12 02:24:55 +0000 |
commit | ac893e843b64b00ad83ce08e88534fc7c4d3f464 (patch) | |
tree | a8e7788506c0b3224c3ab8008bb190bb35922338 /core/l10n/nl.js | |
parent | 295fee91a887cd794447aeda3a7a06d7c9decf54 (diff) | |
download | nextcloud-server-ac893e843b64b00ad83ce08e88534fc7c4d3f464.tar.gz nextcloud-server-ac893e843b64b00ad83ce08e88534fc7c4d3f464.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index f8855386d2b..b2bbeb3b3c0 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "Bestand te groot", "The selected file is not an image." : "Het geselecteerde bestand is geen afbeelding.", "The selected file cannot be read." : "Het geselecteerde bestand kan niet worden gelezen.", + "The file was uploaded" : "Het bestand werd geüpload", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het geüploade bestand overschrijdt de upload_max_filesize optie in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE waarde die is opgegeven in het HTML formulier", + "The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", + "No file was uploaded" : "Er is geen bestand geüpload", + "Missing a temporary folder" : "Tijdelijke map ontbreekt", + "Could not write file to disk" : "Kon bestand niet naar schijf schrijven", + "A PHP extension stopped the file upload" : "Een PHP-extensie blokkeerde de upload.", "Invalid file provided" : "Ongeldig bestand opgegeven", "No image or file provided" : "Geen afbeelding of bestand opgegeven", "Unknown filetype" : "Bestandsformaat onbekend", @@ -139,7 +147,6 @@ OC.L10N.register( "Passwordless authentication is not supported in your browser." : "Inloggen zonder wachtwoord is niet ondersteund door je browser.", "Passwordless authentication is only available over a secure connection." : "Inloggen zonder wachtwoord is alleen mogelijk over een beveiligde verbinding.", "Reset password" : "Reset wachtwoord", - "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.", "If it is not there ask your local administrator." : "Als het hier niet is, vraag dan de lokale beheerder", "Couldn't send reset email. Please contact your administrator." : "Kon herstel email niet versturen. Neem contact op met je beheerder.", "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.", @@ -395,6 +402,7 @@ OC.L10N.register( "Searching other places" : "Zoeken op andere plaatsen", "No search results in other folders for {tag}{filter}{endtag}" : "Geen zoekresultaten voor {tag}{filter}{endtag} in andere mappen", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} zoekresultaat in een andere map","{count} zoekresultaten in andere mappen"], + "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.", "Nextcloud {app}" : "Nextcloud {app}", "Search" : "Zoeken", "These apps will be updated:" : "Deze apps worden bijgewerkt:", |