Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: profilefields.lang.php 2198 2006-09-04 20:31:40Z Tikitiki $
| * $Id: profilefields.lang.php 2425 2006-11-23 01:11:35Z Tikitiki $
|
*/
$l['nav_profile_fields'] = "Custom Profile Fields";
| */
$l['nav_profile_fields'] = "Custom Profile Fields";
|
Zeile 38 | Zeile 38 |
---|
$l['field_type_checkbox'] = "Check Boxes"; $l['field_options'] = "Selectable Options<br /><small>Please enter each option on its own line, this only applies to the selectboxes, checkboxes, and radio box setting types</small>"; $l['field_required'] = "Required?<br /><small>Require the field to be filled in during registration or profile editing?<br />Does not apply if 'hidden' is selected below.</small>";
|
$l['field_type_checkbox'] = "Check Boxes"; $l['field_options'] = "Selectable Options<br /><small>Please enter each option on its own line, this only applies to the selectboxes, checkboxes, and radio box setting types</small>"; $l['field_required'] = "Required?<br /><small>Require the field to be filled in during registration or profile editing?<br />Does not apply if 'hidden' is selected below.</small>";
|
$l['field_editable'] = "Editable by User?<br /><small>Is the field editable by the user? If not, it can be edited by admins/mods can edit it.</small>";
| $l['field_editable'] = "Editable by User?<br /><small>Is the field editable by the user? If not, admins/mods can still edit it.</small>";
|
$l['field_hidden'] = "Hidden on Profile?<br /><small>Is the field hidden from users and only viewable by admins/mods</small>"; $l['add_field'] = "Add Field";
| $l['field_hidden'] = "Hidden on Profile?<br /><small>Is the field hidden from users and only viewable by admins/mods</small>"; $l['add_field'] = "Add Field";
|