diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-21 01:13:19 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-21 01:13:19 +0000 |
commit | 6281b24550600862f715e3fb379e1f0b405cafa8 (patch) | |
tree | 27294991b57dd5d57e97a8c9350a55941654c64f /language/en_UK/common.lang.php | |
parent | c6429c17ca59f36bf54986b438bf00cce85986f2 (diff) |
- remove unused language keys
git-svn-id: http://piwigo.org/svn/trunk@2289 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index b19db1e8b..e6861e223 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -203,7 +203,6 @@ $lang['hint_comments'] = 'See last users comments'; $lang['hint_customize'] = 'customize the appareance of the gallery'; $lang['hint_search'] = 'search'; $lang['home'] = 'Home'; -$lang['home_hint'] = 'Back to the home page'; $lang['identification'] = 'Identification'; $lang['images_available_cpl'] = 'in this category'; $lang['images_available_cat'] = 'in %d sub-category'; @@ -247,7 +246,6 @@ $lang['nbm_unknown_identifier'] = 'Unknown identifier'; $lang['new_password'] = 'New password'; $lang['new_rate'] = 'Rate this picture'; $lang['next_page'] = 'Next'; -/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'No' */ $lang['no'] = 'no'; $lang['no_category'] = 'Home'; $lang['no_rate'] = 'no rate'; $lang['note_filter_day'] = 'Only displays elements posted within the last %d day.'; @@ -274,13 +272,10 @@ $lang['reg_err_login3'] = 'login mustn\'t start with a space character'; $lang['reg_err_login5'] = 'this login is already used'; $lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; $lang['reg_err_pass'] = 'please enter your password again'; -$lang['register'] = 'register'; $lang['remember_me'] = 'Auto login'; $lang['remove this tag'] = 'remove this tag from the list'; $lang['representative'] = 'representative'; -/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'Reset' */ $lang['reset'] = 'reset'; $lang['return to homepage'] = 'return to homepage'; -$lang['search'] = 'Search'; $lang['search_author'] = 'Search for Author'; $lang['search_categories'] = 'Search in Categories'; $lang['search_date'] = 'Search by Date'; @@ -306,7 +301,6 @@ $lang['special_categories'] = 'Specials'; $lang['sql_queries_in'] = 'SQL queries in'; $lang['start_filter_hint'] = 'displays only recently posted images'; $lang['stop_filter_hint'] = 'return to the display of all images'; -/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'Submit' */ $lang['submit'] = 'submit'; $lang['the beginning'] = 'the beginning'; $lang['theme'] = 'Interface theme'; $lang['thumbnails'] = 'Thumbnails'; @@ -332,7 +326,6 @@ $lang['upload_picture'] = 'Upload a picture'; $lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible'; $lang['upload_title'] = 'Upload a picture'; $lang['useful when password forgotten'] = 'useful when password forgotten'; -/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'Yes' */ $lang['yes'] = 'yes'; $lang['qsearch'] = 'Quick search'; $lang['Connected user: %s'] = 'Connected user: %s'; $lang['IP: %s'] = 'IP: %s'; |