diff options
author | plegall <plg@piwigo.org> | 2014-07-25 13:28:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-25 13:28:16 +0000 |
commit | cacdce647409ce7559dd63e94830648786126859 (patch) | |
tree | 09a048f642e555dca290a1e69905f80064d825d6 /language/en_GB/admin.lang.php | |
parent | b97fcf2a2203a28ccba854215bf58d2129bd4c5b (diff) |
feature 2904: add a link "empty caddie" in the Batch Manager.
git-svn-id: http://piwigo.org/svn/trunk@29076 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_GB/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/en_GB/admin.lang.php b/language/en_GB/admin.lang.php index 685a49b3a..b6cce5b86 100644 --- a/language/en_GB/admin.lang.php +++ b/language/en_GB/admin.lang.php @@ -159,4 +159,5 @@ $lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'T $lang['Help Me'] = 'Help me'; $lang['An error occured during extraction (%s).'] = 'An error occurred during the files (%s) extraction.'; $lang['An error has occured during upgrade.'] = 'An error has occurred during upgrade.'; -$lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = 'An error has occurred during extract. Please check file permissions of your Piwigo installation.<br><a href="%s">Click here to show log error</a>.';
\ No newline at end of file +$lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = 'An error has occurred during extract. Please check file permissions of your Piwigo installation.<br><a href="%s">Click here to show log error</a>.'; +$lang['Empty caddie'] = 'Empty basket';
\ No newline at end of file |