diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-04-09 12:41:19 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-04-09 12:41:19 +0000 |
commit | c848ce1f4c51c6b3c430963e2293a8d72a2d74ca (patch) | |
tree | e626e8b19fae5f77ff3f7c27108aba0cfa3fe990 /language/nl_NL/admin.lang.php | |
parent | 34c3beff785d3210bcff1bdb8bab69ffb81ade57 (diff) |
[branche2.2] - update nl_NL thanks to J.Commelin
git-svn-id: http://piwigo.org/svn/branches/2.2@10188 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/nl_NL/admin.lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 4817eaf5d..ad339fdfc 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -780,4 +780,10 @@ $lang['All languages are up to date.'] = 'Alle talen zijn bijgewerkt.'; $lang['Visit theme site'] = 'Bezoek de thema-webpagina'; $lang['Visit language site'] = 'Bezoek de talen-webpagina'; $lang['New Version'] = 'Nieuwe versie'; +$lang['Obsolete Plugins'] = 'Verouderde Plugins'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'WAARSCHUWING! Deze plugin lijkt niet compatibel met deze versie van Piwigo.'; +$lang['Do you want to activate anyway?'] = 'Wilt u desondanks activeren?'; +$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'DEZE PLUGIN IS NU ONDERDEEL VAN PIWIGO CORE! VERWIJDER DE PLUGIN NU.'; +$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'FOUT: DEZE PLUGIN MIST MAAR IS GEINSTALEERD! DEINSTALLEER DE PLUGIN NU.'; + ?>
\ No newline at end of file |