<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: config_help_documents.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ $l['help_documents'] = "Help Documents"; $l['add_new_section'] = "Add New Section"; $l['add_new_section_desc'] = "Here you can add a new help section."; $l['add_new_document'] = "Add New Document"; $l['add_new_document_desc'] = "Here you can add a new help document."; $l['edit_section'] = "Edit Section"; $l['edit_section_desc'] = "Here you can edit a help section."; $l['edit_document'] = "Edit Document"; $l['edit_document_desc'] = "Here you can edit a help document."; $l['manage_help_documents'] = "Manage Help Documents"; $l['manage_help_documents_desc'] = "This section allows you to manage your help documents."; $l['title'] = "Title"; $l['short_description'] = "Short Description"; $l['display_order'] = "Display Order"; $l['enabled'] = "Enabled?"; $l['use_translation'] = "Use Translation?"; $l['add_section'] = "Add Section"; $l['add_document'] = "Add Document"; $l['save_section'] = "Save Section"; $l['save_document'] = "Save Document"; $l['section'] = "Section"; $l['document'] = "Document"; $l['id'] = "ID"; $l['custom_doc_sec'] = "Custom Document/Section"; $l['default_doc_sec'] = "Default Document/Section"; $l['no_help_documents'] = "There are no help documents on your forum at this time."; $l['section_document'] = "Section / Document"; $l['error_section_missing_name'] = "You must specify a name for the section."; $l['error_section_missing_description'] = "You must specify a short description for the section."; $l['error_section_missing_enabled'] = "You must specify yes or no for \"Enabled?\"."; $l['error_section_missing_translation'] = "You must specify yes or no for \"Use Translation?\"."; $l['error_missing_sid'] = "You must specify a section for the document."; $l['error_document_missing_name'] = "You must specify a name for the document."; $l['error_document_missing_description'] = "You must specify a short description for the document."; $l['error_document_missing_document'] = "You must specify the document."; $l['error_document_missing_enabled'] = "You must specify yes or no for \"Enabled?\"."; $l['error_document_missing_translation'] = "You must specify yes or no for \"Use Translation?\"."; $l['error_invalid_sid'] = "Invalid document id specified."; $l['error_missing_section_id'] = "The specified section does not exist."; $l['error_cannot_delete_section'] = "Deleting a default help section is not allowed."; $l['error_missing_hid'] = "The specified document does not exist."; $l['error_cannot_delete_document'] = "Deleting a default help document is not allowed."; $l['success_help_section_added'] = "The help section has been added successfully."; $l['success_help_document_added'] = "The help document has been added successfully."; $l['success_help_section_updated'] = "The help section has been updated successfully."; $l['success_help_document_updated'] = "The help document has been updated successfully."; $l['success_section_deleted'] = "The selected help section has been deleted successfully."; $l['success_document_deleted'] = "The selected help document has been deleted successfully."; $l['confirm_section_deletion'] = "Are you sure you wish to delete this section?"; $l['confirm_document_deletion'] = "Are you sure you wish to delete this document?"; ?>