[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> config_profile_fields.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: config_profile_fields.lang.php 5616 2011-09-20 13:24:59Z Tomm $
   7   */
   8   
   9  $l['custom_profile_fields'] = "Custom Profile Fields";
  10  $l['custom_profile_fields_desc'] = "This section allows you to edit, delete, and manage your custom profile fields.";
  11  $l['add_profile_field'] = "Add Profile Field";
  12  $l['add_new_profile_field'] = "Add New Profile Field";
  13  $l['add_new_profile_field_desc'] = "Here you can add a new custom profile field.";
  14  $l['edit_profile_field'] = "Edit Profile Field";
  15  $l['edit_profile_field_desc'] = "Here you can edit a custom profile field.";
  16  
  17  $l['title'] = "Title";
  18  $l['short_description'] = "Short Description";
  19  $l['maximum_length'] = "Maximum Length";
  20  $l['maximum_length_desc'] = "This maximum number of characters that can be entered. This only applies to text boxes and text areas.";
  21  $l['field_length'] = "Field Length";
  22  $l['field_length_desc'] = "This length of the field. This only applies to single and multiple select boxes.";
  23  $l['display_order'] = "Display Order";
  24  $l['display_order_desc'] = "This is the order of custom profile fields in relation to other custom profile fields. This number should not be the same as another field.";
  25  $l['text'] = "Textbox";
  26  $l['textarea'] = "Textarea";
  27  $l['select'] = "Select Box";
  28  $l['multiselect'] = "Multiple Option Selection Box";
  29  $l['radio'] = "Radio Buttons";
  30  $l['checkbox'] = "Check Boxes";
  31  $l['field_type'] = "Field Type";
  32  $l['field_type_desc'] = "This is the field type that will be shown.";
  33  $l['selectable_options'] = "Selectable Options?";
  34  $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.";
  35  $l['required'] = "Required?";
  36  $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.";
  37  $l['editable_by_user'] = "Editable by user?";
  38  $l['editable_by_user_desc'] = "Should this field be editable by the user? If not, administrators/moderators can still edit the field.";
  39  $l['hide_on_profile'] = "Hide on profile?";
  40  $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.";
  41  $l['min_posts_enabled'] = "Minimum post count?";
  42  $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.";
  43  $l['save_profile_field'] = "Save Profile Field";
  44  $l['name'] = "Name";
  45  $l['id'] = "ID";
  46  $l['editable'] = "Editable?";
  47  $l['hidden'] = "Hidden?";
  48  $l['edit_field'] = "Edit Field";
  49  $l['delete_field'] = "Delete Field";
  50  $l['no_profile_fields'] = "There are no custom profile fields on your forum at this time.";
  51  
  52  $l['error_missing_name'] = "You did not enter a title for this custom profile field";
  53  $l['error_missing_description'] = "You did not enter a description for this custom profile field";
  54  $l['error_missing_filetype'] = "You did not enter a field type for this custom profile field";
  55  $l['error_missing_required'] = "You did not select Yes or No for the \"Required?\" option";
  56  $l['error_missing_editable'] = "You did not select Yes or No for the \"Editable by user?\" option";
  57  $l['error_missing_hidden'] = "You did not select Yes or No for the \"Hide on profile?\" option";
  58  $l['error_invalid_fid'] = "The selected profile field does not exist.";
  59  
  60  $l['success_profile_field_added'] = "The custom profile field has been created successfully.";
  61  $l['success_profile_field_saved'] = "The custom profile field has been saved successfully.";
  62  $l['success_profile_field_deleted'] = "The selected custom profile field has been deleted successfully.";
  63  
  64  $l['confirm_profile_field_deletion'] = "Are you sure you wish to delete this profile field?";
  65  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1