[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> config_help_documents.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_help_documents.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['help_documents'] = "Help Documents";
  10  $l['add_new_section'] = "Add New Section";
  11  $l['add_new_section_desc'] = "Here you can add a new help section.";
  12  $l['add_new_document'] = "Add New Document";
  13  $l['add_new_document_desc'] = "Here you can add a new help document.";
  14  $l['edit_section'] = "Edit Section";
  15  $l['edit_section_desc'] = "Here you can edit a help section.";
  16  $l['edit_document'] = "Edit Document";
  17  $l['edit_document_desc'] = "Here you can edit a help document.";
  18  $l['manage_help_documents'] = "Manage Help Documents";
  19  $l['manage_help_documents_desc'] = "This section allows you to manage your help documents.";
  20  
  21  $l['title'] = "Title";
  22  $l['short_description'] = "Short Description";
  23  $l['display_order'] = "Display Order";
  24  $l['enabled'] = "Enabled?";
  25  $l['use_translation'] = "Use Translation?";
  26  $l['add_section'] = "Add Section";
  27  $l['add_document'] = "Add Document";
  28  $l['save_section'] = "Save Section";
  29  $l['save_document'] = "Save Document";
  30  $l['section'] = "Section";
  31  $l['document'] = "Document";
  32  $l['id'] = "ID";
  33  $l['custom_doc_sec'] = "Custom Document/Section";
  34  $l['default_doc_sec'] = "Default Document/Section";
  35  $l['no_help_documents'] = "There are no help documents on your forum at this time.";
  36  $l['section_document'] = "Section / Document";
  37  
  38  $l['error_section_missing_name'] = "You must specify a name for the section.";
  39  $l['error_section_missing_description'] = "You must specify a short description for the section.";
  40  $l['error_section_missing_enabled'] = "You must specify yes or no for \"Enabled?\".";
  41  $l['error_section_missing_translation'] = "You must specify yes or no for \"Use Translation?\".";
  42  $l['error_missing_sid'] = "You must specify a section for the document.";
  43  $l['error_document_missing_name'] = "You must specify a name for the document.";
  44  $l['error_document_missing_description'] = "You must specify a short description for the document.";
  45  $l['error_document_missing_document'] = "You must specify the document.";
  46  $l['error_document_missing_enabled'] = "You must specify yes or no for \"Enabled?\".";
  47  $l['error_document_missing_translation'] = "You must specify yes or no for \"Use Translation?\".";
  48  $l['error_invalid_sid'] = "Invalid document id specified.";
  49  $l['error_missing_section_id'] = "The specified section does not exist.";
  50  $l['error_cannot_delete_section'] = "Deleting a default help section is not allowed.";
  51  $l['error_missing_hid'] = "The specified document does not exist.";
  52  $l['error_cannot_delete_document'] = "Deleting a default help document is not allowed.";
  53  
  54  $l['success_help_section_added'] = "The help section has been added successfully.";
  55  $l['success_help_document_added'] = "The help document has been added successfully.";
  56  $l['success_help_section_updated'] = "The help section has been updated successfully.";
  57  $l['success_help_document_updated'] = "The help document has been updated successfully.";
  58  $l['success_section_deleted'] = "The selected help section has been deleted successfully.";
  59  $l['success_document_deleted'] = "The selected help document has been deleted successfully.";
  60  
  61  $l['confirm_section_deletion'] = "Are you sure you wish to delete this section?";
  62  $l['confirm_document_deletion'] = "Are you sure you wish to delete this document?";
  63  
  64  ?>


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