diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
commit | 387354816b46f0ee429c530de940583edb24bd93 (patch) | |
tree | cf6ebcfd58980db56a4909776118b09dc8e81597 /language/en_UK | |
parent | 05ab300c39f10271bc94b9fece8f275e3ac75174 (diff) |
lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'
git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index e17640c83..3457ffa72 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -83,7 +83,6 @@ $lang['Identification'] = "Identification"; $lang['Image only RSS feed'] = "Images only RSS feed"; $lang['Keyword'] = "Keyword"; $lang['Links'] = "Links"; -$lang['Mail address'] = "Mail address"; $lang['N/A'] = "N/A"; $lang['New on %s'] = "New on %s"; $lang['New password confirmation does not correspond'] = "New password confirmation does not match"; @@ -261,7 +260,6 @@ $lang['please enter your password again'] = "please enter your password again"; $lang['Auto login'] = "Auto login"; $lang['remove this tag from the list'] = "remove this tag from the list"; $lang['representative'] = "representative"; -$lang['return to homepage'] = "return to home page"; $lang['Search for Author'] = "Search for an author"; $lang['Search in albums'] = "Search in albums"; $lang['Search by Date'] = "Search by date"; @@ -325,7 +323,7 @@ $lang['Waiting page: %s'] = "Awaiting page: %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['a user use already this mail address'] = "another user already use this mail address"; +$lang['this email address is already in use'] = "this email address is already in use"; $lang['Album results for'] = "Album results for"; $lang['Tag results for'] = "Tag results for"; $lang['from %s to %s'] = "from %s to %s"; |