diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
commit | dfbc0d8572395c459aa80df5e503b8688e2b7f6f (patch) | |
tree | e9f4e8342840c78bd5c24d8f7f418d9f28d52a36 /lib/l10n/nl.js | |
parent | b7d0c6031f5a7f744d73da1446663a6f0e4cd94c (diff) | |
download | nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.tar.gz nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 86a5eeedc34..068552cebb0 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -228,8 +228,6 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP modules zijn geïnstalleerd, maar ze worden nog steeds als ontbrekend aangegeven?", "Please ask your server administrator to restart the web server." : "Vraag je beheerder de webserver opnieuw te starten.", - "PostgreSQL >= 9 required." : "PostgreSQL >= 9 is vereist.", - "Please upgrade your database version." : "Werk je databaseversie bij.", "Your data directory is readable by other users." : "Je datamap is leesbaar voor andere gebruikers.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Wijzig de machtiging in 0770 zodat de directory niet door andere gebruikers bekeken kan worden.", "Your data directory must be an absolute path." : "Je datamap moet een absolute bestandslocatie hebben.", @@ -251,6 +249,8 @@ OC.L10N.register( "Full name" : "Volledige naam", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Alleen de volgende tekens zijn toegestaan in een gebruikersnaam: \"a-z\", \"A-Z\", \"0-9\", en \"_.@-\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "De minimale versie van libxml2 versie is 2.7.0. Momenteel is versie%s geïnstalleerd.", - "To fix this issue update your libxml2 version and restart your web server." : "Om dit probleem op te lossen, moet je de libxml2 versie bijwerken en je webserver herstarten." + "To fix this issue update your libxml2 version and restart your web server." : "Om dit probleem op te lossen, moet je de libxml2 versie bijwerken en je webserver herstarten.", + "PostgreSQL >= 9 required." : "PostgreSQL >= 9 is vereist.", + "Please upgrade your database version." : "Werk je databaseversie bij." }, "nplurals=2; plural=(n != 1);"); |