diff options
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index bb567d66a..698e9ff10 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -54,7 +54,7 @@ $lang['Average rate'] = "Average rate"; $lang['Albums'] = "Albums"; $lang['Album'] = "Album"; $lang['Close this window'] = "Close this window"; -$lang['Complete RSS feed (images, comments)'] = "Complete RSS feed (images, comments)"; +$lang['Complete RSS feed (photos, comments)'] = "Complete RSS feed (photos, comments)"; $lang['Confirm Password'] = "Confirm Password"; $lang['Connection settings'] = "Connection settings"; $lang['Login'] = "Login"; @@ -78,7 +78,7 @@ $lang['Forgot your password?'] = "Forgot your password?"; $lang['Go through the gallery as a visitor'] = "Navigate the gallery as a visitor"; $lang['Help'] = "Help"; $lang['Identification'] = "Identification"; -$lang['Image only RSS feed'] = "Images only RSS feed"; +$lang['Photos only RSS feed'] = "Photos only RSS feed"; $lang['Keyword'] = "Keyword"; $lang['Links'] = "Links"; $lang['N/A'] = "N/A"; @@ -113,7 +113,7 @@ $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 albums, new comments. Use a RSS feed reader.'] = "The RSS feed provides notification on new events from this website: new pictures, updated albums, new comments. To be used with a RSS feed reader."; +$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = "The RSS feed provides notification on new events from this website: new photos, updated albums, new comments. To be used with a RSS feed reader."; $lang['Unknown feed identifier'] = "Unknown feed identifier"; $lang['User comments'] = "User comments"; $lang['Username'] = "Username"; @@ -200,12 +200,12 @@ $lang['Last'] = "Last"; $lang['Logout'] = "Logout"; $lang['E-mail address'] = "E-mail address"; $lang['obligatory'] = "mandatory"; -$lang['Maximum height of the pictures'] = "Pictures maximum height"; +$lang['Maximum photo height'] = "Maximum photo height"; $lang['Maximum height must be a number superior to 50'] = "Maximum height must be a number greater than 50"; -$lang['Maximum width of the pictures'] = "Pictures maximum width"; +$lang['Maximum photo width'] = "Maximum photo width"; $lang['Maximum width must be a number superior to 50'] = "Maximum width must be a number greater than 50"; $lang['display a calendar by creation date'] = "display a calendar by creation date"; -$lang['display all elements in all sub-albums'] = "display all elements in all sub-albums"; +$lang['display all photos in all sub-albums'] = "display all photos in all sub-albums"; $lang['return to normal view mode'] = "return to normal view mode"; $lang['display a calendar by posted date'] = "display a calendar by posted date"; $lang['month'][10] = "October"; @@ -222,8 +222,8 @@ $lang['month'][8] = "August"; $lang['month'][9] = "September"; $lang['Most visited'] = "Most visited"; $lang['display most visited photos'] = "display most visited photos"; -$lang['The number of images per row must be a not null scalar'] = "The number of images per row must be a nonzero integer"; -$lang['Number of images per row'] = "Number of images per row"; +$lang['The number of photos per row must be a not null scalar'] = "The number of photos per row must be a nonzero integer"; +$lang['Number of photos per row'] = "Number of photos per row"; $lang['The number of rows per page must be a not null scalar'] = "The number of rows per page must be a nonzero integer"; $lang['Number of rows per page'] = "Number of rows per page"; $lang['Unknown identifier'] = "Unknown identifier"; @@ -231,12 +231,12 @@ $lang['New password'] = "New password"; $lang['Rate this photo'] = "Rate this photo"; $lang['Next'] = "Next"; $lang['no rate'] = "no rate"; -$lang['Elements posted within the last %d day.'] = "Elements posted within the last %d day only."; -$lang['Elements posted within the last %d days.'] = "Elements posted within the last %d days only."; +$lang['Photos posted within the last %d day.'] = "Photos posted within the last %d day only."; +$lang['Photos posted within the last %d days.'] = "Photos posted within the last %d days only."; $lang['password updated'] = "password updated"; $lang['Recent period must be a positive integer value'] = "Recent period must be a positive integer value"; -$lang['picture'] = "picture"; -$lang['Click on the picture to see it in high definition'] = "Click on the picture to see it in high definition"; +$lang['photo'] = "photo"; +$lang['Click on the photo to see it in high definition'] = "Click on the photo to see it in high definition"; $lang['Show file metadata'] = "Show file metadata"; $lang['Powered by'] = "Powered by"; $lang['Preferences'] = "Preferences"; @@ -351,8 +351,6 @@ $lang['delete all photos from your favorites'] = "delete all photos from your fa $lang['Sent by'] = "Sent by"; $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Cookies are blocked or not supported by your browser. You must enable cookies to log in."; -$lang['Some info about this picture'] = "Information about this picture"; -$lang['Some more (technical) info about this picture'] = "More (technical) information about this picture"; $lang['edit this comment'] = "edit this comment"; $lang['Edit a comment'] = "Edit a comment"; $lang['Are you sure?'] = "Are you sure?"; |