diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-10-30 16:51:01 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-10-30 16:51:01 +0000 |
commit | fa9a5cd07bc9931d1dffb9c54ab93ce3736ac506 (patch) | |
tree | 15fc7529db5ffb81758339a464fc6f080773a45d /language/en_UK.iso-8859-1 | |
parent | 7cd9b65e3299fb8bc6a83e65f89fcecca62f3178 (diff) |
- differentiation of links "up to thumbnails" and "home"
git-svn-id: http://piwigo.org/svn/trunk@588 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 9e15a7772..960ffeb5e 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -300,5 +300,6 @@ $lang['standard_deviation'] = 'STD'; $lang['random_cat'] = 'random pictures'; $lang['random_cat_hint'] = 'Displays a set of random pictures'; $lang['picture_high'] = 'Click on the picture to see it in high definition'; - +$lang['up_hint'] = 'Up to the thumbnails'; +$lang['up_alt'] = 'up'; ?>
\ No newline at end of file |