diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
commit | a16a070d4cab87a4a4dd701fb64f17d33d6cb026 (patch) | |
tree | 364cce59a1ba1833688f549c45cf7224155bde45 /language/en_UK/common.lang.php | |
parent | 722c4a3a9740506ed4f409fcd9517027f8cbcee5 (diff) |
merge r6418 from branch 2.1 to trunk
- removed multiple definitions of language keys
git-svn-id: http://piwigo.org/svn/trunk@6419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 998d5b4d5..b89fb3e24 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -235,7 +235,6 @@ $lang['Unknown identifier'] = "Unknown identifier"; $lang['New password'] = "New password"; $lang['Rate this picture'] = "Rate this picture"; $lang['Next'] = "Next"; -$lang['Home'] = "Home"; $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."; @@ -278,7 +277,6 @@ $lang['Empty query. No criteria has been entered.'] = "Empty query. No criteria $lang['Search Options'] = "Search options"; $lang['Search results'] = "Search results"; $lang['Search in subcategories'] = "Search in subcategories"; -$lang['Search'] = "Search"; $lang['searched words : %s'] = "searched words : %s"; $lang['Contact'] = "Contact"; $lang['set as category representative'] = "set as category representative"; @@ -303,7 +301,6 @@ $lang['the picture must be to the fileformat jpg, gif or png'] = "the picture fi $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['Author'] = "Author"; $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"; |