Vergleich inc/languages/english/admin/profilefields.lang.php - 1.2.0 - 1.2.9

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 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 1930 2006-07-12 02:00:11Z chris $

 * $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 25Zeile 25
$l['new_custom_field'] = "New Custom Profile Field";
$l['edit_custom_field'] = "Edit Custom Profile Field {1}";
$l['field_name'] = "Name";

$l['new_custom_field'] = "New Custom Profile Field";
$l['edit_custom_field'] = "Edit Custom Profile Field {1}";
$l['field_name'] = "Name";

$l['field_description'] = "Description<br /><small>Please enter a small description for this field, you should explain if the field is required or hidden.";

$l['field_description'] = "Description<br /><small>Please enter a small description for this field, you should explain if the field is required or hidden.</small>";

$l['field_max_length'] = "Maximum Length<br /><small>This only applies to textboxes/areas.</small>";
$l['field_length'] = "Field Length<br /><small>The length of the field, this only applies to single and multiple option select boxes.</small>";
$l['field_disporder'] = "Display Order";

$l['field_max_length'] = "Maximum Length<br /><small>This only applies to textboxes/areas.</small>";
$l['field_length'] = "Field Length<br /><small>The length of the field, this only applies to single and multiple option select boxes.</small>";
$l['field_disporder'] = "Display Order";

Zeile 37Zeile 37
$l['field_type_radio'] = "Radio Buttons";
$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_type_radio'] = "Radio Buttons";
$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 /><small>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_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, 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";