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 5016 2010-06-12 00:24:02Z RyanGordon $
| * $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['hide_on_profile_desc'] = "Should this field be hidden on the user's profile? If it is hidden, it can only be viewed by administrators/moderators.";
|
$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['hide_on_profile_desc'] = "Should this field be hidden on the user's profile? If it is hidden, it can only be viewed by administrators/moderators.";
|
| $l['min_posts_enabled'] = "Minimum post count?"; $l['min_posts_enabled_desc'] = "Should this field only be available to users with a certain post count? If so, set the minimum amount of posts required here.";
|
$l['save_profile_field'] = "Save Profile Field"; $l['name'] = "Name"; $l['id'] = "ID";
| $l['save_profile_field'] = "Save Profile Field"; $l['name'] = "Name"; $l['id'] = "ID";
|