diff options
author | plegall <plg@piwigo.org> | 2011-01-17 23:53:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-17 23:53:47 +0000 |
commit | 7ca4f8e06004740e3dc0c331629daeccc868defe (patch) | |
tree | b2a062e1fd314829b2fe4f3247a321833a968685 /language/en_UK/common.lang.php | |
parent | e123585dde33f8ec3be13e788eea6fc10041920f (diff) |
feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 698e9ff10..1efb73881 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -290,18 +290,7 @@ $lang['A comment on your site'] = "A comment on your site"; $lang['today'] = "today"; $lang['Update your rating'] = "Update your rating"; $lang['wrong filename'] = "wrong filename"; -$lang['the filesize of the picture must not exceed :'] = "the picture filesize must not exceed :"; -$lang['the picture must be to the fileformat jpg, gif or png'] = "the picture fileformat must be jpg, gif or png"; -$lang['the height of the picture must not exceed :'] = "the picture height must not exceed :"; -$lang['Optional, but recommended : choose a thumbnail to associate to'] = "Optional, but recommended : choose a thumbnail to associate to"; -$lang['the width of the picture must not exceed :'] = "the width of the picture must not exceed :"; -$lang['can\'t upload the picture on the server'] = "the picture cannot be uploaded onto the server"; $lang['the username must be given'] = "the username is required"; -$lang['A picture\'s name already used'] = "this picture name is already used"; -$lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image"; -$lang['Name of the picture'] = "Picture name"; -$lang['Upload a picture'] = "Upload a picture"; -$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "Picture uploaded with success, an administrator will validate it as soon as possible"; $lang['useful when password forgotten'] = "useful in case password is forgotten"; $lang['Quick search'] = "Quick search"; $lang['Connected user: %s'] = "Connected user: %s"; @@ -315,9 +304,6 @@ $lang['Email: %s'] = "Email: %s"; $lang['Admin: %s'] = "Admin: %s"; $lang['Registration of %s'] = "Registration of %s"; $lang['Album: %s'] = "Album: %s"; -$lang['Picture name: %s'] = "Picture name: %s"; -$lang['Creation date: %s'] = "Creation date: %s"; -$lang['Picture uploaded by %s'] = "Picture uploaded by %s"; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster."; $lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster and special user cannot use this method"; $lang['this email address is already in use'] = "this email address is already in use"; @@ -339,7 +325,6 @@ $lang['%d photo is also linked to current tags'] = "%d photo is also linked to c $lang['%d photos are also linked to current tags'] = "%d photos are also linked to current tags"; $lang['display photos linked to this tag'] = "display photos linked to this tag"; $lang['photos posted during the last %d days'] = "photos posted during the last %d days"; -$lang['Choose an image'] = "Choose an image"; $lang['Piwigo Help'] = "Piwigo help"; $lang['Rank'] = "Rank"; $lang['group by letters'] = "group by letters"; |