Changeset 607 for trunk/language/en_UK.iso-8859-1/common.lang.php
- Timestamp:
- Nov 18, 2004, 3:57:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK.iso-8859-1/common.lang.php
r593 r607 34 34 35 35 // Main words 36 $lang['gallery_index'] = 'Home';37 36 $lang['category'] = 'Category'; 38 37 $lang['categories'] = 'Categories'; … … 68 67 69 68 // Navigation 70 $lang['return_main_page'] = 'Back to the index page'; 69 $lang['home'] = 'Home'; 70 $lang['home_hint'] = 'Back to the home page'; 71 $lang['special_categories'] = 'Specials'; 72 $lang['favorite_cat'] = 'my favorites'; 73 $lang['favorite_cat_hint'] = 'display my favorites pictures'; 74 $lang['most_visited_cat'] = 'most visited'; 75 $lang['most_visited_cat_hint'] = 'displays most visited pictures'; 76 $lang['best_rated_cat'] = 'best rated'; 77 $lang['best_rated_cat_hint'] = 'displays best rated items'; 78 $lang['recent_pics_cat'] = 'Last pictures'; 79 $lang['recent_pics_cat_hint'] = 'Displays most recent pictures'; 80 $lang['recent_cats_cat'] = 'Last categories'; 81 $lang['recent_cats_cat_hint'] = 'Displays recently updated categories'; 82 $lang['about'] = 'about'; 83 $lang['hint_about'] = 'more informations on PhpWebGallery...'; 84 $lang['admin'] = 'Administration'; 85 $lang['hint_admin'] = 'available for administrators only'; 71 86 72 87 // Identification … … 166 181 $lang['hint_customize'] = 'customize the appareance of the gallery'; 167 182 $lang['hint_search'] = 'search'; 168 $lang['favorite_cat'] = 'my favorites'; 169 $lang['favorite_cat_hint'] = 'display my favorites pictures'; 170 $lang['about'] = 'about'; 171 $lang['hint_about'] = 'more informations on PhpWebGallery...'; 172 $lang['admin'] = 'Administration'; 173 $lang['hint_admin'] = 'available for administrators only'; 183 174 184 $lang['no_category'] = 'Home'; 175 185 $lang['page_number'] = 'page number'; … … 250 260 $lang['infos_title'] = 'Informations'; 251 261 $lang['category_representative'] = 'representative'; 252 $lang['special_categories'] = 'specials'; 253 $lang['most_visited_cat_hint'] = 'displays most visited pictures'; 254 $lang['most_visited_cat'] = 'most visited'; 255 $lang['best_rated_cat'] = 'best rated'; 256 $lang['best_rated_cat_hint'] = 'displays best rated items'; 257 $lang['recent_pics_cat_hint'] = 'Displays most recent pictures'; 258 $lang['recent_pics_cat'] = 'Last pictures'; 259 $lang['recent_cats_cat_hint'] = 'Displays recently updated categories'; 260 $lang['recent_cats_cat'] = 'Last categories'; 262 263 261 264 $lang['visited'] = 'visited'; 262 265 $lang['times'] = 'times'; … … 301 304 $lang['random_cat_hint'] = 'Displays a set of random pictures'; 302 305 $lang['picture_high'] = 'Click on the picture to see it in high definition'; 303 $lang['up_hint'] = 'Up to the thumbnails';304 $lang['up_alt'] = 'up';305 306 ?>
Note: See TracChangeset
for help on using the changeset viewer.