diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:35 +0000 |
commit | 4362ed53614c900c53986b694ea3eea3799ab9c1 (patch) | |
tree | ee87ecc56beb5a2627f92ba129f4175af83f4d99 /lib/l10n/nl.js | |
parent | d237fd0e78af8bbff51f2802efd4db1d88457579 (diff) | |
download | nextcloud-server-4362ed53614c900c53986b694ea3eea3799ab9c1.tar.gz nextcloud-server-4362ed53614c900c53986b694ea3eea3799ab9c1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/nl.js')
-rw-r--r-- | lib/l10n/nl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index c85c35b4610..8dc51c7945b 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -74,6 +74,7 @@ OC.L10N.register( "seconds ago" : "seconden geleden", "Empty file" : "Leeg bestand", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met ID: %s bestaat niet. Schakel die in binnen de app-instellingen of neem contact op met je beheerder.", + "Dot files are not allowed" : "Punt-bestanden zijn niet toegestaan", "File already exists" : "Bestand bestaat al", "Invalid path" : "Ongeldig pad", "Failed to create file from template" : "Kon geen bestand van het sjabloon maken", @@ -81,7 +82,6 @@ OC.L10N.register( "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", "File name contains at least one invalid character" : "De bestandsnaam bevat in ieder geval één verboden teken", "File name is too long" : "De bestandsnaam is te lang", - "Dot files are not allowed" : "Punt-bestanden zijn niet toegestaan", "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan", "App \"%s\" cannot be installed because appinfo file cannot be read." : "App \"%s\" kan niet worden geïnstalleerd, omdat het app info bestand niet gelezen kan worden.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "App \"%s\" kan niet worden geïnstalleerd, omdat deze niet compatible is met deze versie van de server.", |