diff options
author | plegall <plg@piwigo.org> | 2005-10-31 14:58:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-31 14:58:19 +0000 |
commit | d8ececfdbea5e5f65f9ef2988079bea5884113ae (patch) | |
tree | 45fed058ac90f37d71ae37a49fcd1df4dcdb04c0 /language/en_UK.iso-8859-1/common.lang.php | |
parent | 7664d4f7124b063ba4ddaf46232ad2e5cfbbaab9 (diff) |
- bug 185 fixed: errors in language items.
git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 5e8725407..9dcd70fb6 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -113,7 +113,7 @@ $lang['auto_expand'] = 'Expand all categories'; $lang['best_rated_cat'] = 'best rated'; $lang['best_rated_cat_hint'] = 'displays best rated items'; $lang['caddie'] = 'caddie'; -$lang['calendar'] = 'calendar'; +$lang['calendar'] = 'Calendar'; $lang['calendar_hint'] = 'displays each day with pictures, month per month'; $lang['calendar_picture_hint'] = 'displays pictures added on '; $lang['categories'] = 'Categories'; @@ -146,7 +146,7 @@ $lang['download_hint'] = 'download this file'; $lang['edit category informations'] = 'edit category informations'; $lang['edit'] = 'edit'; $lang['err_date'] = 'wrong date'; -$lang['favorite_cat'] = 'my favorites'; +$lang['favorite_cat'] = 'My favorites'; $lang['favorite_cat_hint'] = 'display my favorites pictures'; $lang['favorites'] = 'Favorites'; $lang['first_page'] = 'First'; @@ -192,7 +192,7 @@ $lang['month'][6] = 'June'; $lang['month'][7] = 'July'; $lang['month'][8] = 'August'; $lang['month'][9] = 'September'; -$lang['most_visited_cat'] = 'most visited'; +$lang['most_visited_cat'] = 'Most visited'; $lang['most_visited_cat_hint'] = 'displays most visited pictures'; $lang['nb_image_per_row'] = 'Number of images per row'; $lang['nb_row_per_page'] = 'Number of rows per page'; @@ -214,7 +214,7 @@ $lang['picture_show_metadata'] = 'Show file metadata'; $lang['powered_by'] = 'Powered by'; $lang['preferences'] = 'Preferences'; $lang['previous_page'] = 'Previous'; -$lang['random_cat'] = 'random pictures'; +$lang['random_cat'] = 'Random pictures'; $lang['random_cat_hint'] = 'Displays a set of random pictures'; $lang['recent_cats_cat'] = 'Last categories'; $lang['recent_cats_cat_hint'] = 'Displays recently updated categories'; |