mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10161] all "e-mail" strings in language files changed to "email"
according to Oleg's comment: email is preferred by RFCs and probably the way of the future PHPBB3-10161
This commit is contained in:
@@ -54,7 +54,7 @@ $lang = array_merge($lang, array(
|
||||
'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.',
|
||||
'CANNOT_SET_FOUNDER_IGNORED' => 'You are not able to promote ignored users to be founders.',
|
||||
'CANNOT_SET_FOUNDER_INACTIVE' => 'You need to activate users before you promote them to founders, only activated users are able to be promoted.',
|
||||
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users e-mail address.',
|
||||
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.',
|
||||
|
||||
'DELETE_POSTS' => 'Delete posts',
|
||||
'DELETE_USER' => 'Delete user',
|
||||
@@ -93,8 +93,8 @@ $lang = array_merge($lang, array(
|
||||
'USER_ADMIN_ACTIVATE' => 'Activate account',
|
||||
'USER_ADMIN_ACTIVATED' => 'User activated successfully.',
|
||||
'USER_ADMIN_AVATAR_REMOVED' => 'Successfully removed avatar from user account.',
|
||||
'USER_ADMIN_BAN_EMAIL' => 'Ban by e-mail',
|
||||
'USER_ADMIN_BAN_EMAIL_REASON' => 'E-mail address banned via user management',
|
||||
'USER_ADMIN_BAN_EMAIL' => 'Ban by email',
|
||||
'USER_ADMIN_BAN_EMAIL_REASON' => 'Email address banned via user management',
|
||||
'USER_ADMIN_BAN_IP' => 'Ban by IP',
|
||||
'USER_ADMIN_BAN_IP_REASON' => 'IP banned via user management',
|
||||
'USER_ADMIN_BAN_NAME_REASON' => 'Username banned via user management',
|
||||
|
Reference in New Issue
Block a user