diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-09-24 08:37:29 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-09-24 08:37:29 +0000 |
commit | bb8189ea750fdde2b489abd563034e0efb32db20 (patch) | |
tree | 01f3163e95590078de65ab7acfe7c01ae38de0bc /language/en_UK.iso-8859-1/common.lang.php | |
parent | 1d40fed0044e4eb40b323d16a10192237eba7b29 (diff) |
add support of a third size picture in "high" sub-directory
git-svn-id: http://piwigo.org/svn/trunk@536 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/common.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index a9632b586..d857fca8e 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -293,4 +293,6 @@ $lang['rates'] = 'rates'; $lang['standard_deviation'] = 'STD'; $lang['random_cat'] = 'random pictures'; $lang['random_cat_hint'] = 'Displays a set of random pictures'; +$lang['picture_high'] = 'See high quality picture'; +$lang['picture_high_alt'] = 'high'; ?>
\ No newline at end of file |