From 28dcfea993edd4e4ff9eb06e49ec6b2ef326396d Mon Sep 17 00:00:00 2001 From: gweltas Date: Fri, 1 Oct 2004 22:50:50 +0000 Subject: - Change of the picture page behavior to be able to open the full size image in a new window - Minor modification for template migration - Rename of script.js in scripts.js git-svn-id: http://piwigo.org/svn/trunk@539 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'language/en_UK.iso-8859-1') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index d857fca8e..72ef8ca75 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -33,7 +33,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'en'; // Main words -$lang['gallery_index'] = 'Gallery index'; +$lang['gallery_index'] = 'Home'; $lang['category'] = 'Category'; $lang['categories'] = 'Categories'; $lang['thumbnail'] = 'Thumbnail'; @@ -184,7 +184,6 @@ $lang['about_message'] = '
Inform
  • Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).
  • If you have any suggestions or comments, please visit PhpWebGallery official site, and its dedicated forum.
  • '; -$lang['about_return'] = 'Back'; $lang['ident_page_title'] = 'Identification'; $lang['ident_title'] = 'Identification'; $lang['ident_register'] = 'Register'; @@ -193,7 +192,6 @@ $lang['ident_guest_visit'] = 'Go through the gallery as a visitor'; $lang['previous_image'] = 'Previous'; $lang['next_image'] = 'Next'; -$lang['back'] = 'Click on the image to go back to the thumbnails page'; $lang['info_image_title'] = 'Image information'; $lang['link_info_image'] = 'Modify information'; $lang['true_size'] = 'Real size'; @@ -293,6 +291,5 @@ $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'; +$lang['picture_high'] = 'Click on the picture to see it in high definition'; ?> \ No newline at end of file -- cgit v1.2.3