aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-04-21 13:28:01 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-17 14:02:36 +0530
commit9db1ed6e804e1ebf536b81d1d68daf44d558c2e1 (patch)
treeb5bd515e92ba5ef091d4119ccbc2c5d1d931cae4 /phpBB/language
parent124068b0b1c05df692a81b529e03f9a22702d270 (diff)
downloadforums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar.gz
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar.bz2
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar.xz
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.zip
[feature/delete-auto-logins] fix language keys and styling
introduction of language variables instead of hardcoded language. PHPBB3-9647
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/ucp.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 398163f38a..1ed978f788 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -256,6 +256,8 @@ $lang = array_merge($lang, array(
'LINK_REMOTE_SIZE' => 'Avatar dimensions',
'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.',
'LOGIN_EXPLAIN_UCP' => 'Please login in order to access the User Control Panel.',
+ 'LOGIN_KEY' => 'Login Key',
+ 'LOGIN_TIME' => 'Login Time',
'LOGIN_REDIRECT' => 'You have been successfully logged in.',
'LOGOUT_FAILED' => 'You were not logged out, as the request did not match your session. Please contact the board administrator if you continue to experience problems.',
'LOGOUT_REDIRECT' => 'You have been successfully logged out.',
@@ -377,7 +379,7 @@ $lang = array_merge($lang, array(
'PREFERENCES_UPDATED' => 'Your preferences have been updated.',
'PROFILE_INFO_NOTICE' => 'Please note that this information may be viewable to other members. Be careful when including any personal details. Any fields marked with a * must be completed.',
'PROFILE_UPDATED' => 'Your profile has been updated.',
- 'PROFILE_AUTOLOGIN_KEYS' => 'The persistent login keys keeps the user logged in till the user signs out. Logout does only delete the persistent key on the current machine. The persistent login keys for all machines can be viewed/deleted by the user.',
+ 'PROFILE_AUTOLOGIN_KEYS' => 'The persistent login keys logins the user automatically on each visit until logout. Logout does only delete the persistent key on the current machine. The persistent login keys for all machines can be viewed/deleted by the user here.',
'PROFILE_NO_AUTOLOGIN_KEYS' => 'There are no saved persistent login keys.',
'RECIPIENT' => 'Recipient',