<?php
/**
* Document Manager Module - english.inc.php
*
* Purpose: Contains the language strings for use in the module.
* Author: Garry Nutting
* For: MODx CMS (www.modxcms.com)
* Date:29/09/2006 Version: 1.6
*
*/
//-- ENGLISH LANGUAGE FILE
//-- titles
$_lang['DM_module_title'] = 'Document Manager';
$_lang['DM_action_title'] = 'Select an action';
$_lang['DM_range_title'] = 'Specify a Range of Document IDs';
$_lang['DM_tree_title'] = 'Select Documents from the tree';
$_lang['DM_update_title'] = 'Update Completed';
$_lang['DM_sort_title'] = 'Menu Index Editor';
//-- tabs
$_lang['DM_doc_permissions'] = 'Document Permissions';
$_lang['DM_template_variables'] = 'Template Variables';
$_lang['DM_sort_menu'] = 'Sort Menu Items';
$_lang['DM_change_template'] = 'Change Template';
$_lang['DM_publish'] = 'Publish/Unpublish';
$_lang['DM_other'] = 'Other Properties';
//-- buttons
$_lang['DM_close'] = 'Close Doc Manager';
$_lang['DM_cancel'] = 'Go Back';
$_lang['DM_go'] = 'Go';
$_lang['DM_save'] = 'Save';
$_lang['DM_sort_another'] = 'Sort Another';
//-- templates tab
$_lang['DM_tpl_desc'] = 'Choose the required template from the table below and then specify the Document IDs which need to be changed. Either by specifying a range of IDs or by using the Tree option below.';
$_lang['DM_tpl_no_templates'] = 'No Templates Found';
$_lang['DM_tpl_column_id'] = 'ID';
$_lang['DM_tpl_column_name'] = 'Name';
$_lang['DM_tpl_column_description'] ='Description';
$_lang['DM_tpl_blank_template'] = 'Blank Template';
$_lang['DM_tpl_results_message']= 'Use the Back button if you need make more changes. The Site Cache has automatically been cleared.';
//-- template variables tab
$_lang['DM_tv_desc'] = 'Specify the Document IDs which need to be changed, either by specifying a range of IDs or by using the Tree option below, then choose the required template from the table and the associated template variables will be loaded. Enter your desired Template Variable values and submit for processing.';
$_lang['DM_tv_template_mismatch'] = 'This document does not use the chosen template.';
$_lang['DM_tv_doc_not_found'] = 'This document was not found in the database.';
$_lang['DM_tv_no_tv'] = 'No Template Variables found for the template.';
$_lang['DM_tv_no_docs'] = 'No documents selected for updating.';
$_lang['DM_tv_no_template_selected'] = 'No template has been selected.';
$_lang['DM_tv_loading'] = 'Template Variables are loading ...';
$_lang['DM_tv_ignore_tv'] = 'Ignore these Template Variables (comma-separated values):';
$_lang['DM_tv_ajax_insertbutton'] = 'Insert';
//-- document permissions tab
$_lang['DM_doc_desc'] = 'Choose the required document group from the table below and whether you wish to add or remove the group. Then specify the Document IDs which need to be changed. Either by specifying a range of IDs or by using the Tree option below.';
$_lang['DM_doc_no_docs'] = 'No Document Groups Found';
$_lang['DM_doc_column_id'] = 'ID';
$_lang['DM_doc_column_name'] = 'Name';
$_lang['DM_doc_radio_add'] = 'Add a Document Group';
$_lang['DM_doc_radio_remove'] = 'Remove a Document Group';
$_lang['DM_doc_skip_message1'] = 'Document with ID';
$_lang['DM_doc_skip_message2'] = 'is already part of the selected document group (skipping)';
//-- sort menu tab
$_lang['DM_sort_pick_item'] = 'Please click the site root or parent document from the MAIN DOCUMENT TREE that you\'d like to sort.';
$_lang['DM_sort_updating'] = 'Updating ...';
$_lang['DM_sort_updated'] = 'Updated';
$_lang['DM_sort_nochildren'] = 'Parent does not have any children';
$_lang['DM_sort_noid']='No Document has been selected. Please go back and select a document.';
//-- other tab
$_lang['DM_other_header'] = 'Miscellaneous Document Settings';
$_lang['DM_misc_label'] = 'Available Settings:';
$_lang['DM_misc_desc'] = 'Please pick a setting from the dropdown menu and then the required option. Please note that only one setting can be changed at a time.';
$_lang['DM_other_dropdown_publish'] = 'Publish/Unpublish';
$_lang['DM_other_dropdown_show'] = 'Show/Hide in Menu';
$_lang['DM_other_dropdown_search'] = 'Searchable/Unsearchable';
$_lang['DM_other_dropdown_cache'] = 'Cacheable/Uncacheable';
$_lang['DM_other_dropdown_richtext'] = 'Richtext/No Richtext Editor';
$_lang['DM_other_dropdown_delete'] = 'Delete/Undelete';
//-- radio button text
$_lang['DM_other_publish_radio1'] = 'Publish';
$_lang['DM_other_publish_radio2'] = 'Unpublish';
$_lang['DM_other_show_radio1'] = 'Hide in Menu';
$_lang['DM_other_show_radio2'] = 'Show in Menu';
$_lang['DM_other_search_radio1'] = 'Searchable';
$_lang['DM_other_search_radio2'] = 'Unsearchable';
$_lang['DM_other_cache_radio1'] = 'Cacheable';
$_lang['DM_other_cache_radio2'] = 'Uncacheable';
$_lang['DM_other_richtext_radio1'] = 'Richtext';
$_lang['DM_other_richtext_radio2'] = 'No Richtext';
$_lang['DM_other_delete_radio1'] = 'Delete';
$_lang['DM_other_delete_radio2'] = 'Undelete';
//-- adjust dates
$_lang['DM_adjust_dates_header'] = 'Set Document Dates';
$_lang['DM_adjust_dates_desc'] = 'Any of the following Document date settings can be changed. Use "View Calendar" option to set the dates.';
$_lang['DM_view_calendar'] = 'View Calendar';
$_lang['DM_clear_date'] = 'Clear Date';
//-- adjust authors
$_lang['DM_adjust_authors_header'] = 'Set Authors';
$_lang['DM_adjust_authors_desc'] = 'Use the dropdown lists to set new authors for the Document.';
$_lang['DM_adjust_authors_createdby'] = 'Created By:';
$_lang['DM_adjust_authors_editedby'] = 'Edited By:';
$_lang['DM_adjust_authors_noselection'] = 'No change';
//-- labels
$_lang['DM_date_pubdate'] = 'Publish Date:';
$_lang['DM_date_unpubdate'] = 'Unpublish Date:';
$_lang['DM_date_createdon'] = 'Created On Date:';
$_lang['DM_date_editedon'] = 'Edited On Date:';
//$_lang['DM_date_deletedon'] = 'Deleted On Date';
$_lang['DM_date_notset'] = ' (not set)';
//deprecated
$_lang['DM_date_dateselect_label'] = 'Select a Date: ';
//-- document select section
$_lang['DM_select_submit'] = 'Submit';
$_lang['DM_select_range'] = 'Switch back to setting a Document ID Range';
$_lang['DM_select_range_text'] = '<p><strong>Key (where n is a document ID number):</strong><br /><br />
n* - Change setting for this document and immediate children<br />
n** - Change setting for this document and ALL children<br />
n-n2 - Change setting for this range of documents<br />
n - Change setting for a single document</p>
<p>Example: 1*,4**,2-20,25 - This will change the selected setting
for documents 1 and its children, document 4 and all children, documents 2
through 20 and document 25.</p>';
$_lang['DM_select_tree'] ='View and select documents using the Document Tree';
//-- process tree/range messages
$_lang['DM_process_noselection'] = 'No selection was made. ';
$_lang['DM_process_novalues'] = 'No values have been specified.';
$_lang['DM_process_limits_error'] = 'Upper limit less than lower limit:';
$_lang['DM_process_invalid_error'] = 'Invalid Value:';
$_lang['DM_process_update_success'] = 'Update was completed successfully, with no errors.';
$_lang['DM_process_update_error'] = 'Update has completed but encountered errors:';
$_lang['DM_process_back'] = 'Back';
//-- manager access logging
$_lang['DM_log_template'] = 'Document Manager: Templates changed.';
$_lang['DM_log_templatevariables'] = 'Document Manager: Template variables changed.';
$_lang['DM_log_docpermissions'] ='Document Manager: Document Permissions changed.';
$_lang['DM_log_sortmenu']='Document Manager: Menu Index operation completed.';
$_lang['DM_log_publish']='Document Manager: Document Manager: Documents Published/Unpublished settings changed.';
$_lang['DM_log_hidemenu']='Document Manager: Documents Hide/Show in Menu settings changed.';
$_lang['DM_log_search']='Document Manager: Documents Searchable/Unsearchable settings changed.';
$_lang['DM_log_cache']='Document Manager: Documents Cacheable/Uncacheable settings changed.';
$_lang['DM_log_richtext']='Document Manager: Documents Use Richtext Editor settings changed.';
$_lang['DM_log_delete']='Document Manager: Documents Delete/Undelete settings changed.';
$_lang['DM_log_dates']='Document Manager: Documents Date settings changed.';
$_lang['DM_log_authors']='Document Manager: Documents Author settings changed.';
?>