diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 2b1534c92..ac36d5c51 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -362,5 +362,12 @@ $lang['Your comment has NOT been registered because it did not pass the validati $lang['Your favorites'] = "Your favorites"; $lang['Your Gallery Customization'] = "Your gallery customization"; $lang['Your password has been reset'] = 'Your password has been reset'; - +$lang['square'] = "Square"; +$lang['thumb'] = "Thumb"; +$lang['small'] = "Small"; +$lang['medium'] = "Medium"; +$lang['large'] = "Large"; +$lang['xlarge'] = "XLarge"; +$lang['xxlarge'] = "XXLarge"; +$lang['original'] = "Original"; ?>
\ No newline at end of file |