mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/delete-auto-logins] Fixes language entries
Fixed language entries so that UI shows persistent login keys instead of autologin keys. PHPBB3-9647
This commit is contained in:
parent
4129711e9f
commit
dfedc995ed
1 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ $lang = array_merge($lang, array(
|
||||||
'ATTACHMENTS_EXPLAIN' => 'This is a list of attachments you have made in posts to this board.',
|
'ATTACHMENTS_EXPLAIN' => 'This is a list of attachments you have made in posts to this board.',
|
||||||
'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.',
|
'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.',
|
||||||
'ATTACHMENT_DELETED' => 'Attachment successfully deleted.',
|
'ATTACHMENT_DELETED' => 'Attachment successfully deleted.',
|
||||||
'AUTOLOGIN_SESSION_KEYS_DELETED'=> 'The selected auto-login session keys were successfully deleted.',
|
'AUTOLOGIN_SESSION_KEYS_DELETED'=> 'The selected persistent login keys were successfully deleted.',
|
||||||
'AVATAR_CATEGORY' => 'Category',
|
'AVATAR_CATEGORY' => 'Category',
|
||||||
'AVATAR_EXPLAIN' => 'Maximum dimensions; width: %1$s, height: %2$s, file size: %3$.2f KiB.',
|
'AVATAR_EXPLAIN' => 'Maximum dimensions; width: %1$s, height: %2$s, file size: %3$.2f KiB.',
|
||||||
'AVATAR_FEATURES_DISABLED' => 'The avatar functionality is currently disabled.',
|
'AVATAR_FEATURES_DISABLED' => 'The avatar functionality is currently disabled.',
|
||||||
|
@ -377,8 +377,8 @@ $lang = array_merge($lang, array(
|
||||||
'PREFERENCES_UPDATED' => 'Your preferences have been updated.',
|
'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_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_UPDATED' => 'Your profile has been updated.',
|
||||||
'PROFILE_AUTOLOGIN_KEYS' => 'The auto-login session keys can be selected and deleted.',
|
'PROFILE_AUTOLOGIN_KEYS' => 'The persisten login keys can be selected and deleted.',
|
||||||
'PROFILE_NO_AUTOLOGIN_KEYS' => 'There are no saved auto-login session keys.',
|
'PROFILE_NO_AUTOLOGIN_KEYS' => 'There are no saved persistent login keys.',
|
||||||
|
|
||||||
'RECIPIENT' => 'Recipient',
|
'RECIPIENT' => 'Recipient',
|
||||||
'RECIPIENTS' => 'Recipients',
|
'RECIPIENTS' => 'Recipients',
|
||||||
|
@ -468,7 +468,7 @@ $lang = array_merge($lang, array(
|
||||||
'UCP_PROFILE_PROFILE_INFO' => 'Edit profile',
|
'UCP_PROFILE_PROFILE_INFO' => 'Edit profile',
|
||||||
'UCP_PROFILE_REG_DETAILS' => 'Edit account settings',
|
'UCP_PROFILE_REG_DETAILS' => 'Edit account settings',
|
||||||
'UCP_PROFILE_SIGNATURE' => 'Edit signature',
|
'UCP_PROFILE_SIGNATURE' => 'Edit signature',
|
||||||
'UCP_PROFILE_AUTOLOGIN_KEYS'=> 'Edit auto-login session keys',
|
'UCP_PROFILE_AUTOLOGIN_KEYS'=> 'Edit persistent login keys',
|
||||||
|
|
||||||
'UCP_USERGROUPS' => 'Usergroups',
|
'UCP_USERGROUPS' => 'Usergroups',
|
||||||
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
|
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
|
||||||
|
|
Loading…
Add table
Reference in a new issue