Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: config_profile_fields.lang.php 5616 2011-09-20 13:24:59Z Tomm $
| * $Id$
|
*/ $l['custom_profile_fields'] = "Custom Profile Fields";
| */ $l['custom_profile_fields'] = "Custom Profile Fields";
|
Zeile 33 | Zeile 33 |
---|
$l['selectable_options'] = "Selectable Options?"; $l['selectable_options_desc'] = "Please enter each option on a separate line. This only applies to the select boxes, check boxes, and radio buttons types."; $l['required'] = "Required?";
|
$l['selectable_options'] = "Selectable Options?"; $l['selectable_options_desc'] = "Please enter each option on a separate line. This only applies to the select boxes, check boxes, and radio buttons types."; $l['required'] = "Required?";
|
$l['required_desc'] = "Is this field required to be filled in during registration or profile editing? Note that this does not apply if the field is hidden.";
| $l['required_desc'] = "Is this field required to be filled in during registration or profile editing? Note that this does not apply if the field is hidden or the field is not editable.";
|
$l['editable_by_user'] = "Editable by user?"; $l['editable_by_user_desc'] = "Should this field be editable by the user? If not, administrators/moderators can still edit the field."; $l['hide_on_profile'] = "Hide on profile?";
| $l['editable_by_user'] = "Editable by user?"; $l['editable_by_user_desc'] = "Should this field be editable by the user? If not, administrators/moderators can still edit the field."; $l['hide_on_profile'] = "Hide on profile?";
|