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: config_profile_fields.lang.php 5616 2011-09-20 13:24:59Z Tomm $
|
*/ $l['custom_profile_fields'] = "Custom Profile Fields";
| */ $l['custom_profile_fields'] = "Custom Profile Fields";
|
Zeile 38 | Zeile 38 |
---|
$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_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";
|