[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['help_documents'] = "Help Documents";
   9  $l['add_new_section'] = "Add New Section";
  10  $l['add_new_section_desc'] = "Here you can add a new help section.";
  11  $l['add_new_document'] = "Add New Document";
  12  $l['add_new_document_desc'] = "Here you can add a new help document.";
  13  $l['edit_section'] = "Edit Section";
  14  $l['edit_section_desc'] = "Here you can edit a help section.";
  15  $l['edit_document'] = "Edit Document";
  16  $l['edit_document_desc'] = "Here you can edit a help document.";
  17  $l['manage_help_documents'] = "Manage Help Documents";
  18  $l['manage_help_documents_desc'] = "This section allows you to manage your help documents.";
  19  
  20  $l['title'] = "Title";
  21  $l['short_description'] = "Short Description";
  22  $l['display_order'] = "Display Order";
  23  $l['enabled'] = "Enabled?";
  24  $l['use_translation'] = "Use Translation?";
  25  $l['add_section'] = "Add Section";
  26  $l['add_document'] = "Add Document";
  27  $l['save_section'] = "Save Section";
  28  $l['save_document'] = "Save Document";
  29  $l['section'] = "Section";
  30  $l['document'] = "Document";
  31  $l['id'] = "ID";
  32  $l['custom_doc_sec'] = "Custom Document/Section";
  33  $l['default_doc_sec'] = "Default Document/Section";
  34  $l['no_help_documents'] = "There are no help documents on your forum at this time.";
  35  $l['section_document'] = "Section / Document";
  36  
  37  $l['error_section_missing_name'] = "You must specify a name for the section.";
  38  $l['error_section_missing_description'] = "You must specify a short description for the section.";
  39  $l['error_section_missing_enabled'] = "You must specify yes or no for \"Enabled?\".";
  40  $l['error_section_missing_translation'] = "You must specify yes or no for \"Use Translation?\".";
  41  $l['error_missing_sid'] = "You must specify a section for the document.";
  42  $l['error_document_missing_name'] = "You must specify a name for the document.";
  43  $l['error_document_missing_description'] = "You must specify a short description for the document.";
  44  $l['error_document_missing_document'] = "You must specify the document.";
  45  $l['error_document_missing_enabled'] = "You must specify yes or no for \"Enabled?\".";
  46  $l['error_document_missing_translation'] = "You must specify yes or no for \"Use Translation?\".";
  47  $l['error_invalid_sid'] = "Invalid document id specified.";
  48  $l['error_missing_section_id'] = "The specified section does not exist.";
  49  $l['error_missing_hid'] = "The specified document does not exist.";
  50  
  51  $l['success_help_section_added'] = "The help section has been added successfully.";
  52  $l['success_help_document_added'] = "The help document has been added successfully.";
  53  $l['success_help_section_updated'] = "The help section has been updated successfully.";
  54  $l['success_help_document_updated'] = "The help document has been updated successfully.";
  55  $l['success_section_deleted'] = "The selected help section has been deleted successfully.";
  56  $l['success_document_deleted'] = "The selected help document has been deleted successfully.";
  57  
  58  $l['confirm_section_deletion'] = "Are you sure you wish to delete this section?";
  59  $l['confirm_document_deletion'] = "Are you sure you wish to delete this document?";
  60  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref