diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-10 16:28:21 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-10 16:28:21 +0100 |
commit | 995019a992ba5b0dca4cee6082af697552770c18 (patch) | |
tree | 7cac05d6cb140eea79f8d504a734a17451da378e /phpBB/language/en/acp/profile.php | |
parent | 3c46aeb0055d88919e1438941c34b97445a17878 (diff) | |
download | forums-995019a992ba5b0dca4cee6082af697552770c18.tar forums-995019a992ba5b0dca4cee6082af697552770c18.tar.gz forums-995019a992ba5b0dca4cee6082af697552770c18.tar.bz2 forums-995019a992ba5b0dca4cee6082af697552770c18.tar.xz forums-995019a992ba5b0dca4cee6082af697552770c18.zip |
[ticket/12169] Add new option to display profile fields on memberlist
PHPBB3-12169
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-rw-r--r-- | phpBB/language/en/acp/profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 8509845860..726a9bac82 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -65,6 +65,8 @@ $lang = array_merge($lang, array( 'DISPLAY_AT_PROFILE_EXPLAIN' => 'The user is able to change this profile field within the user control panel.', 'DISPLAY_AT_REGISTER' => 'Display on registration screen', 'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.', + 'DISPLAY_ON_MEMBERLIST' => 'Display on memberlist screen', + 'DISPLAY_ON_MEMBERLIST_EXPLAIN' => 'If this option is enabled, the field will be displayed in the user rows on the memberlist screen.', 'DISPLAY_ON_PM' => 'Display on view pm screen', 'DISPLAY_ON_PM_EXPLAIN' => 'If this option is enabled, the field will be displayed in the mini-profile on the pm screen.', 'DISPLAY_ON_VT' => 'Display on viewtopic screen', |