aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-11 22:57:20 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-11 22:57:20 +0100
commit8dcc0fd65a36adedb12e5d54bafb39e7e553d38b (patch)
treebf47fd99928a6782a309cdd1171516029d4f9611 /app/i18n/nl/install.php
parent919c9c83013ea310f01c309f00dea3f8afa9033e (diff)
parent8f4c61a4154641ac22e6d541b6994add3c4803cb (diff)
Merge pull request #1119 from FreshRSS/dev1.3.1-beta
Merge dev in 1.3.1-beta
Diffstat (limited to 'app/i18n/nl/install.php')
-rw-r--r--app/i18n/nl/install.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php
index e788261ea..d16dda4ca 100644
--- a/app/i18n/nl/install.php
+++ b/app/i18n/nl/install.php
@@ -51,7 +51,7 @@ return array(
'ok' => 'Permissies van de data map zijn goed.',
),
'dom' => array(
- 'nok' => 'U mist een benodigde bibliotheek om te bladeren in de DOM (php-xml package).',
+ 'nok' => 'U mist een benodigde bibliotheek om te bladeren in de DOM.',
'ok' => 'U hebt de benodigde bibliotheek om te bladeren in de DOM.',
),
'favicons' => array(
@@ -62,6 +62,10 @@ return array(
'nok' => 'Controleer a.u.b. dat u niet uw HTTP REFERER wijzigd.',
'ok' => 'Uw HTTP REFERER is bekend en komt overeen met uw server.',
),
+ 'json' => array(
+ 'nok' => 'U mist een benodigede bibliotheek om JSON te gebruiken.',
+ 'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.',
+ ),
'minz' => array(
'nok' => 'U mist het Minz framework.',
'ok' => 'U hebt het Minz framework.',
@@ -86,6 +90,10 @@ return array(
'nok' => 'Controleer permissies van de <em>./data/users</em> map. HTTP server moet rechten hebben om er in te kunnen schrijven',
'ok' => 'Permissies van de users map zijn goed.',
),
+ 'xml' => array(
+ 'nok' => 'U mist de benodigde bibliotheek om XML te gebruiken.',
+ 'ok' => 'U hebt de benodigde bibliotheek om XML te gebruiken.',
+ ),
),
'conf' => array(
'_' => 'Algemene configuratie',