diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-03-17 01:13:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-03-17 01:13:23 +0000 |
commit | 4547e75078e90f5ec2eebf045a875e34063dec33 (patch) | |
tree | 46e6aac83995792382be6503a68ec4fa3181e224 /core/l10n/nl.js | |
parent | f8988c257c9217e968a377ce38ea558862948118 (diff) | |
download | nextcloud-server-4547e75078e90f5ec2eebf045a875e34063dec33.tar.gz nextcloud-server-4547e75078e90f5ec2eebf045a875e34063dec33.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 9b959d2bfc9..7b1a72f2a08 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -309,6 +309,9 @@ OC.L10N.register( "Database host" : "Databaseserver", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Geef het poortnummer en servernaam op (bijv. localhost:5432).", "Performance warning" : "Prestatiewaarschuwing", + "You chose SQLite as database." : "Je koos SQLite als database.", + "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite zou alleen moeten worden gebruikt voor minimale en ontwikkelomgevingen. Voor productie raden we aan om een andere database backend te gebruiken.", + "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Als je clients gebruikt voor bestandssynchronisatie wordt het gebruik van SQLite sterk ontraden.", "Finish setup" : "Installatie afronden", "Finishing …" : "Afronden ...", "Need help?" : "Hulp nodig?", |