aboutsummaryrefslogtreecommitdiffstats
path: root/language/nl_NL
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-04-20 07:26:50 +0000
committervdigital <vdigital@piwigo.org>2008-04-20 07:26:50 +0000
commit57b03a7218475f365e8838bab029bc8a6de94a48 (patch)
tree80b62970dac58e7e164183761ed5ef9b92f91500 /language/nl_NL
parent55095f9ce9d32fc12a6be8070adf74c9423d1d95 (diff)
LinuxLefty patch for bug 780: Hide caddie if no target
git-svn-id: http://piwigo.org/svn/trunk@2305 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/nl_NL')
-rw-r--r--language/nl_NL/admin.lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index 3e2bfbc51..cc05317a8 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -640,5 +640,7 @@ $lang['c13y_submit_correction'] = 'Pas geselecteerde correcties toe';
/* TODO */ $lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).';
/* TODO */ $lang['plugins_server_error'] = 'Can\'t connect to server.';
+// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
/* TODO */ $lang['Purge compiled templates'] = 'Purge compiled templates';
+/* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty';
?>