diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-19 02:28:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-19 02:28:30 +0000 |
commit | 9b0ea1a9132d89ea48d936d0af104752b869ae1f (patch) | |
tree | b51a0ad758f01fc3ac6d3a37bf755fb861d8bdc8 /core/l10n/nl.js | |
parent | e0a6006c1110657adf7bab93eabb39b0c3bdcec9 (diff) | |
download | nextcloud-server-9b0ea1a9132d89ea48d936d0af104752b869ae1f.tar.gz nextcloud-server-9b0ea1a9132d89ea48d936d0af104752b869ae1f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index bdcd7154967..d676e3f7a5b 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -200,7 +200,6 @@ OC.L10N.register( "Load more results" : "Laad meer resultaten", "Search" : "Zoeken", "No results for {query}" : "Geen resultaten voor {query}", - "Press enter to start searching" : "Druk op Enter om te beginnen zoeken", "An error occurred while searching for {type}" : "Er trad een fout op bij het zoeken naar {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Voer {minSearchLength} tekens of meer in om te zoeken","Voer alstublieft {minSearchLength} tekens of meer in om te zoeken"], "This browser is not supported" : "Deze browser wordt niet ondersteunt", @@ -421,6 +420,7 @@ OC.L10N.register( "Contacts" : "Contactpersonen", "Contacts menu" : "Contacten menu", "Setup two-factor authentication" : "Instellen tweefactor authenticatie", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}", + "Press enter to start searching" : "Druk op Enter om te beginnen zoeken" }, "nplurals=2; plural=(n != 1);"); |