diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-08 12:38:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-08 12:38:09 +0000 |
commit | bf1f7c4aec50107efdc393a7cea2149a1a3854d7 (patch) | |
tree | 3bac58dcf5dcf2d7e414d185d1ad6622fddd34f5 /language/en_UK/common.lang.php | |
parent | a048738d8b9b6be6f16316b2a198386f92e1b600 (diff) |
- security fix (profile)
- les langues a la hache
- fix some copy/paste errors
git-svn-id: http://piwigo.org/svn/trunk@2268 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index a34d8eb96..b6cdb666b 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -275,8 +275,6 @@ $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['register_page_title'] = 'Registration'; -$lang['register_title'] = 'Registration'; $lang['remember_me'] = 'Auto login'; $lang['remove this tag'] = 'remove this tag from the list'; $lang['representative'] = 'representative'; @@ -312,7 +310,6 @@ $lang['stop_filter_hint'] = 'return to the display of all images'; $lang['the beginning'] = 'the beginning'; $lang['theme'] = 'Interface theme'; $lang['thumbnails'] = 'Thumbnails'; -$lang['title_comments'] = 'Users comments'; $lang['title_menu'] = 'Menu'; $lang['title_send_mail'] = 'A comment on your site'; $lang['today'] = 'today'; @@ -336,7 +333,6 @@ $lang['upload_successful'] = 'Picture uploaded with success, an administrator wi $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['page_end'] = 'Page bottom'; $lang['qsearch'] = 'Quick search'; $lang['Connected user: %s'] = 'Connected user: %s'; $lang['IP: %s'] = 'IP: %s'; |