diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
commit | 6e68b866b9f825f6b37b61147806daba03372fae (patch) | |
tree | 8256e04bdb59df5556f4cb6d9b2ea596e09f4af9 /lib/l10n/nl.js | |
parent | 3e7ca2b916b92d51fd6d4c126d6c27eb69c71e9e (diff) | |
download | nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.tar.gz nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.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);"); |