diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-25 19:15:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-25 19:15:04 +0000 |
commit | fec41273a4ae2f24ec8beb11dc473222cfd04b53 (patch) | |
tree | 9ba645f3829d1391c1b18904b813c16519f00beb /phpBB/language/en/acp/profile.php | |
parent | a59f59de21aa0abc311cd4601939c08259413d95 (diff) | |
download | forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar.gz forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar.bz2 forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar.xz forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.zip |
first round of custom profile changes
git-svn-id: file:///svn/phpbb/trunk@5965 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-rw-r--r-- | phpBB/language/en/acp/profile.php | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 2ca370a731..252ab1c683 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -53,15 +53,17 @@ $lang = array_merge($lang, array( 'DEFAULT_VALUE' => 'Default Value', 'DELETE_PROFILE_FIELD' => 'Remove profile field', 'DELETE_PROFILE_FIELD_CONFIRM' => 'Are you sure you want to delete this profile field?', - 'DISPLAY_AT_REGISTRATION' => 'Display at registration screen', + 'DISPLAY_AT_PROFILE' => 'Display at users profile', + 'DISPLAY_AT_REGISTER' => 'Display at registration screen', + 'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be additionally displayed on registration.', + 'DISPLAY_PROFILE_FIELD' => 'Display profile field', + 'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown on viewtopic/viewprofile/memberlist/etc.', 'DROPDOWN_ENTRIES_EXPLAIN' => 'Enter your options now, every option in one line', 'EMPTY_FIELD_IDENT' => 'Empty field name', 'EMPTY_USER_FIELD_NAME' => 'Empty Field Name presented to the user', 'ENTRIES' => 'Entries', 'EVERYTHING_OK' => 'Everything OK', - 'EXCLUDE_FROM_VIEW' => 'Do not display profile field', - 'EXCLUDE_FROM_VIEW_EXPLAIN' => 'The profile field will not be shown on viewtopic/viewprofile/memberlist/etc.', 'FIELD_BOOL' => 'Boolean (Yes/No)', 'FIELD_DATE' => 'Date', @@ -81,7 +83,7 @@ $lang = array_merge($lang, array( 'FIRST_OPTION' => 'First Option', 'HIDE_PROFILE_FIELD' => 'Hide Profile Field', - 'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only Administrators and Moderators are able to see/fill out this profile field', + 'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only Administrators and Moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in user profiles.', 'INVALID_CHARS_FIELD_IDENT' => 'Field name can only contain lowercase a-z and _', 'ISO_LANGUAGE' => 'Language [%s]', @@ -110,7 +112,7 @@ $lang = array_merge($lang, array( 'RADIO_BUTTONS' => 'Radio Buttons', 'REMOVED_PROFILE_FIELD' => 'Successfully removed profile field.', 'REQUIRED_FIELD' => 'Required Field', - 'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user', + 'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration too.', 'ROWS' => 'Rows', 'SAVE' => 'Save', @@ -133,6 +135,8 @@ $lang = array_merge($lang, array( 'UPDATE_PREVIEW' => 'Update Preview', 'USER_FIELD_NAME' => 'Field Name presented to the user', + + 'VISIBILITY_OPTION' => 'Visibility Option', )); ?>
\ No newline at end of file |