diff options
Diffstat (limited to 'language/en_UK.iso-8859-1/common.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index abe3bc29b..5fffbff9a 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -39,9 +39,14 @@ $lang['%d comments to validate'] = '%d comments to validate'; $lang['%d new comments'] = '%d new comments'; $lang['%d new elements'] = '%d new elements'; $lang['%d new users'] = '%d new users'; +$lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags'; $lang['%d waiting elements'] = '%d waiting elements'; $lang['About'] = 'About'; +$lang['All tags must match'] = 'All tags must match'; +$lang['All tags'] = 'All tags'; +$lang['Any tag'] = 'Any tag'; $lang['At least one listed rule must be satisfied.'] = 'At least one listed rule must be satisfied.'; +$lang['At least one tag must match'] = 'At least one tag must match'; $lang['Author'] = 'Author'; $lang['Average rate'] = 'Average rate'; $lang['Categories'] = 'Categories'; @@ -62,8 +67,8 @@ $lang['Email address is missing'] = 'Email address is missing'; $lang['Email address'] = 'Email address'; $lang['Enter your personnal informations'] = 'Enter your personnal informations'; $lang['Error sending email'] = 'Error sending email'; -$lang['File'] = 'File'; $lang['File name'] = 'File name'; +$lang['File'] = 'File'; $lang['Filesize'] = 'Filesize'; $lang['Filter and display'] = 'Filter and display'; $lang['Filter'] = 'Filter'; @@ -91,21 +96,26 @@ $lang['Post date'] = 'Post date'; $lang['Posted on'] = 'Posted on'; $lang['Profile'] = 'Profile'; $lang['Quick connect'] = 'Quick connect'; -$lang['Rate'] = 'Rate'; $lang['RSS feed'] = 'RSS feed'; +$lang['Rate'] = 'Rate'; $lang['Register'] = 'Register'; $lang['Registration'] = 'Registration'; +$lang['Related tags'] = 'Related tags'; $lang['Reset'] = 'Reset'; $lang['Retrieve password'] = 'Retrieve password'; $lang['Search rules'] = 'Search rules'; +$lang['Search tags'] = 'Search tags'; $lang['Search'] = 'Search'; +$lang['See available tags'] = 'See available tags'; +$lang['See pictures linked to this tag only'] = 'See pictures linked to this tag only'; $lang['Send new password'] = 'Send new password'; $lang['Since'] = 'Since'; $lang['Sort by'] = 'Sort by'; $lang['Sort order'] = 'Sort order'; +$lang['Tag'] = 'Tag'; +$lang['Tags'] = 'Tags'; $lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'; $lang['Unknown feed identifier'] = 'Unknown feed identifier'; -$lang['nbm_unknown_identifier'] = 'Unknown identifier'; $lang['User comments'] = 'User comments'; $lang['Username'] = 'Username'; $lang['Visits'] = 'Visits'; @@ -117,6 +127,7 @@ $lang['add to caddie'] = 'add to caddie'; $lang['add_favorites_alt'] = 'Add to favorites'; $lang['add_favorites_hint'] = 'Add this picture to your favorites'; $lang['admin'] = 'Administration'; +$lang['adviser_mode_enabled'] = 'Adviser mode enabled'; $lang['all'] = 'all'; $lang['all_categories'] = 'all categories'; $lang['already_rated'] = 'You\'ve already rated this item'; @@ -135,8 +146,8 @@ $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_view'] = 'View'; -$lang['chronology_monthly_list'] = 'Monthly list'; $lang['chronology_monthly_calendar'] = 'Monthly calendar'; +$lang['chronology_monthly_list'] = 'Monthly list'; $lang['chronology_weekly_list'] = 'Weekly list'; $lang['click_to_redirect'] = 'Click here if your browser does not automatically forward you'; $lang['comment date'] = 'comment date'; @@ -211,8 +222,8 @@ $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_normal_hint'] = 'return to normal view mode'; $lang['mode_created_hint'] = 'displays a calendar by creation date'; +$lang['mode_normal_hint'] = 'return to normal view mode'; $lang['mode_posted_hint'] = 'displays a calendar by date posted'; $lang['month'][10] = 'October'; $lang['month'][11] = 'November'; @@ -228,10 +239,11 @@ $lang['month'][8] = 'August'; $lang['month'][9] = 'September'; $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_image_line_error'] = 'The number of images per row must be a not null scalar'; -$lang['nb_row_per_page'] = 'Number of rows per page'; +$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'; +$lang['nb_row_per_page'] = 'Number of rows per page'; +$lang['nbm_unknown_identifier'] = 'Unknown identifier'; $lang['never_rated'] = 'You\'ve never rated this item'; $lang['new_password'] = 'New password'; $lang['new_password_hint'] = 'You only have to give a password if you wish to change it.'; @@ -332,5 +344,4 @@ $lang['upload_username'] = 'Username'; $lang['useful when password forgotten'] = 'useful when password forgotten'; $lang['w_month'] = 'Month'; $lang['yes'] = 'Yes'; -$lang['adviser_mode_enabled'] = 'Adviser mode enabled'; ?> |