diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-21 01:55:40 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-21 01:55:40 -0400 |
commit | 35bc315f596ac1ec9a90f4245f627ce22e62b0fc (patch) | |
tree | e7c94f28ac6ddb1da1965348cc9e1db86ae5a0d7 /lib/l10n/nl.js | |
parent | 1f1d87d4130480d5632eac75ac74340b59d5eb19 (diff) | |
download | nextcloud-server-35bc315f596ac1ec9a90f4245f627ce22e62b0fc.tar.gz nextcloud-server-35bc315f596ac1ec9a90f4245f627ce22e62b0fc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/nl.js')
-rw-r--r-- | lib/l10n/nl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 38830e67cb4..7aa504bc2a6 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -65,6 +65,7 @@ OC.L10N.register( "Authentication error" : "Authenticatie fout", "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina.", "Unknown user" : "Onbekende gebruiker", + "%s enter the database username and name." : "%s voer de database gebruikersnaam en naam in .", "%s enter the database username." : "%s opgeven database gebruikersnaam.", "%s enter the database name." : "%s opgeven databasenaam.", "%s you may not use dots in the database name" : "%s er mogen geen puntjes in de databasenaam voorkomen", @@ -140,6 +141,8 @@ OC.L10N.register( "Adjusting this setting in php.ini will make ownCloud run again" : "Het in php.ini bijstellen hiervan laat ownCloud weer werken", "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is ingesteld op \"%s\" in plaats van op de verwachte waarde \"0\"", "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Om dit op te lossen stel <code>mbstring.func_overload</code> in op <code>0</code> in uw php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "De laagste toegestane libxml2 versie is 2.7.0. Momenteel is %s is geïnstalleerd.", + "To fix this issue update your libxml2 version and restart your web server." : "Om dit te herstellen, moet u de libxml2 versie bijwerken en uw webserver herstarten.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", "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 worden ze nog steeds als ontbrekend aangegeven?", |