diff options
author | rub <rub@piwigo.org> | 2008-05-19 20:20:57 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-05-19 20:20:57 +0000 |
commit | 5f4602b5748f43285c02f9a30be9abd74da383f7 (patch) | |
tree | 97a3945799fd658617cbd23c46a6893e240e4f39 /language/nl_NL/admin.lang.php | |
parent | 9b51fc117398af68c979bab9decad484d6d74a97 (diff) |
language review
git-svn-id: http://piwigo.org/svn/trunk@2351 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/nl_NL/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 069abdbe8..4d15eae99 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -650,6 +650,6 @@ $lang['Piwigo Administration'] = 'Piwigo Beheer'; $lang['Piwigo version'] = 'Piwigo versie'; $lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste versie van Piwigo.'; /* TODO */ $lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]'; -/* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly see not at all'; +/* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'; ?> |