diff options
| author | 2016-03-06 12:01:46 +0100 | |
|---|---|---|
| committer | 2016-03-06 12:01:46 +0100 | |
| commit | f059e4c5ce461a171b5754491b66c24ecc7490f8 (patch) | |
| tree | cd0780a031f0f605e200813f2129bef2eaef5bf5 /app/i18n/nl/install.php | |
| parent | 2740dd0401f254d2836a65fed4085a5f0b38c29b (diff) | |
Added files via upload
Updated language files for v1.3.1-dev
Diffstat (limited to 'app/i18n/nl/install.php')
| -rw-r--r-- | app/i18n/nl/install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index 3c44f7581..d16dda4ca 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -63,8 +63,8 @@ return array( 'ok' => 'Uw HTTP REFERER is bekend en komt overeen met uw server.', ), 'json' => array( - 'nok' => 'You lack a recommended library to parse JSON.', - 'ok' => 'You have a recommended library to parse JSON.', + '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.', @@ -91,8 +91,8 @@ return array( 'ok' => 'Permissies van de users map zijn goed.', ), 'xml' => array( - 'nok' => 'You lack the required library to parse XML.', - 'ok' => 'You have the required library to parse XML.', + 'nok' => 'U mist de benodigde bibliotheek om XML te gebruiken.', + 'ok' => 'U hebt de benodigde bibliotheek om XML te gebruiken.', ), ), 'conf' => array( |
