aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2010-02-08 11:58:47 +0000
committervdigital <vdigital@piwigo.org>2010-02-08 11:58:47 +0000
commit5cacc7fe9cd259a3e296efd10a4f0a7b8cde7152 (patch)
tree82b1c68c6f98a3c73bc7792d4b5acea0664e1ee4
parentb2adc2ac540a535c202d475f8939efb1e3919b41 (diff)
Never start titles by "displays ..." but by "display ..."
That is correct. git-svn-id: http://piwigo.org/svn/branches/2.0@4853 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/en_UK/common.lang.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 0c6c5328e..2f7612eb2 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -140,12 +140,12 @@ $lang['became available before %s (%s)'] = 'posted before %s (%s)';
$lang['became available between %s (%s) and %s (%s)'] = 'posted between %s (%s) and %s (%s)';
$lang['became available on %s'] = 'posted on %s';
$lang['best_rated_cat'] = 'Best rated';
-$lang['best_rated_cat_hint'] = 'displays best rated items';
+$lang['best_rated_cat_hint'] = 'display best rated items';
$lang['caddie'] = 'caddie';
$lang['calendar'] = 'Calendar';
$lang['calendar_any'] = 'All';
-$lang['calendar_hint'] = 'displays each day with pictures, month per month';
-$lang['calendar_picture_hint'] = 'displays pictures added on ';
+$lang['calendar_hint'] = 'display each day with pictures, month per month';
+$lang['calendar_picture_hint'] = 'display pictures added on ';
$lang['calendar_view'] = 'View';
$lang['chronology_monthly_calendar'] = 'Monthly calendar';
$lang['chronology_monthly_list'] = 'Monthly list';
@@ -183,7 +183,7 @@ $lang['edit'] = 'edit';
$lang['err_date'] = 'wrong date';
$lang['excluded'] = 'excluded';
$lang['favorite_cat'] = 'My favorites';
-$lang['favorite_cat_hint'] = 'displays my favorites pictures';
+$lang['favorite_cat_hint'] = 'display my favorites pictures';
$lang['favorites'] = 'Favorites';
$lang['first_page'] = 'First';
$lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please, come back later.';
@@ -212,10 +212,10 @@ $lang['maxheight'] = 'Maximum height of the pictures';
$lang['maxheight_error'] = 'Maximum height must be a number superior to 50';
$lang['maxwidth'] = 'Maximum width of the pictures';
$lang['maxwidth_error'] = 'Maximum width must be a number superior to 50';
-$lang['mode_created_hint'] = 'displays a calendar by creation date';
-$lang['mode_flat_hint'] = 'displays all elements in all sub-categories';
+$lang['mode_created_hint'] = 'display a calendar by creation date';
+$lang['mode_flat_hint'] = 'display all elements in all sub-categories';
$lang['mode_normal_hint'] = 'return to normal view mode';
-$lang['mode_posted_hint'] = 'displays a calendar by posted date';
+$lang['mode_posted_hint'] = 'display a calendar by posted date';
$lang['month'][10] = 'October';
$lang['month'][11] = 'November';
$lang['month'][12] = 'December';
@@ -229,7 +229,7 @@ $lang['month'][7] = 'July';
$lang['month'][8] = 'August';
$lang['month'][9] = 'September';
$lang['most_visited_cat'] = 'Most visited';
-$lang['most_visited_cat_hint'] = 'displays most visited pictures';
+$lang['most_visited_cat_hint'] = 'display most visited pictures';
$lang['nb_image_line_error'] = 'The number of images per row must be a not null scalar';
$lang['nb_image_per_row'] = 'Number of images per row';
$lang['nb_line_page_error'] = 'The number of rows per page must be a not null scalar';
@@ -251,12 +251,12 @@ $lang['powered_by'] = 'Powered by';
$lang['preferences'] = 'Preferences';
$lang['previous_page'] = 'Previous';
$lang['random_cat'] = 'Random pictures';
-$lang['random_cat_hint'] = 'displays a set of random pictures';
+$lang['random_cat_hint'] = 'display a set of random pictures';
$lang['recent_cats_cat'] = 'Recent categories';
-$lang['recent_cats_cat_hint'] = 'displays recently updated categories';
+$lang['recent_cats_cat_hint'] = 'display recently updated categories';
$lang['recent_period'] = 'Recent period';
$lang['recent_pics_cat'] = 'Recent pictures';
-$lang['recent_pics_cat_hint'] = 'displays most recent pictures';
+$lang['recent_pics_cat_hint'] = 'display most recent pictures';
$lang['redirect_msg'] = 'Redirection...';
$lang['reg_err_login1'] = 'Please, enter a login';
$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
@@ -291,7 +291,7 @@ $lang['slideshow'] = 'slideshow';
$lang['slideshow_stop'] = 'stop the slideshow';
$lang['special_categories'] = 'Specials';
$lang['sql_queries_in'] = 'SQL queries in';
-$lang['start_filter_hint'] = 'displays only recently posted images';
+$lang['start_filter_hint'] = 'display only recently posted images';
$lang['stop_filter_hint'] = 'return to the display of all images';
$lang['the beginning'] = 'the beginning';
$lang['theme'] = 'Interface theme';