diff options
author | flop25 <flop25@piwigo.org> | 2013-06-28 20:12:49 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-28 20:12:49 +0000 |
commit | bd9529fbf03be4d828abdfce0bb520c6b60cc6f7 (patch) | |
tree | 4e9657fb91966498ebbbb182f1b5c08329a67b5a /language/en_UK/admin.lang.php | |
parent | cc8835bb1f1666491d3719b39fd19a97c623d142 (diff) |
bug:2840
disable the "resize after upload" options if gd
1 lang key added
git-svn-id: http://piwigo.org/svn/trunk@23643 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index bd047fa97..34e0b1fa6 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -692,6 +692,7 @@ $lang['Representative'] = 'Album thumbnail'; $lang['Represents'] = 'Is thumbnail for'; $lang['Reset ignored updates'] = 'Reset ignored updates'; $lang['Resize after upload'] = 'Resize after upload'; +$lang['Resize after upload disabled due to the use of GD as graphic library'] = 'Resize after upload disabled due to the use of GD as graphic library'; $lang['Resize'] = 'Resize'; $lang['Restore default configuration. You will lose your plugin settings!'] = "Restore default configuration. You will lose your plugin settings!"; $lang['Restore'] = "Restore"; |