Document Manager Module en-us

From MODx Wiki

Jump to: navigation, search
  1. <?php
  2. /**
  3. * Document Manager Module - english.inc.php
  4. *
  5. * Purpose: Contains the language strings for use in the module.
  6. * Author: Garry Nutting
  7. * For: MODx CMS (www.modxcms.com)
  8. * Date:29/09/2006 Version: 1.6
  9. *
  10. */
  11.  
  12. //-- ENGLISH LANGUAGE FILE
  13.  
  14. //-- titles
  15. $_lang['DM_module_title'] = 'Document Manager';
  16. $_lang['DM_action_title'] = 'Select an action';
  17. $_lang['DM_range_title'] = 'Specify a Range of Document IDs';
  18. $_lang['DM_tree_title'] = 'Select Documents from the tree';
  19. $_lang['DM_update_title'] = 'Update Completed';
  20. $_lang['DM_sort_title'] = 'Menu Index Editor';
  21.  
  22. //-- tabs
  23. $_lang['DM_doc_permissions'] = 'Document Permissions';
  24. $_lang['DM_template_variables'] = 'Template Variables';
  25. $_lang['DM_sort_menu'] = 'Sort Menu Items';
  26. $_lang['DM_change_template'] = 'Change Template';
  27. $_lang['DM_publish'] = 'Publish/Unpublish';
  28. $_lang['DM_other'] = 'Other Properties';
  29.  
  30. //-- buttons
  31. $_lang['DM_close'] = 'Close Doc Manager';
  32. $_lang['DM_cancel'] = 'Go Back';
  33. $_lang['DM_go'] = 'Go';
  34. $_lang['DM_save'] = 'Save';
  35. $_lang['DM_sort_another'] = 'Sort Another';
  36.  
  37. //-- templates tab
  38. $_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.';
  39. $_lang['DM_tpl_no_templates'] = 'No Templates Found';
  40. $_lang['DM_tpl_column_id'] = 'ID';
  41. $_lang['DM_tpl_column_name'] = 'Name';
  42. $_lang['DM_tpl_column_description'] ='Description';
  43. $_lang['DM_tpl_blank_template'] = 'Blank Template';
  44.  
  45. $_lang['DM_tpl_results_message']= 'Use the Back button if you need make more changes. The Site Cache has automatically been cleared.';
  46.  
  47. //-- template variables tab
  48. $_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.';
  49. $_lang['DM_tv_template_mismatch'] = 'This document does not use the chosen template.';
  50. $_lang['DM_tv_doc_not_found'] = 'This document was not found in the database.';
  51. $_lang['DM_tv_no_tv'] = 'No Template Variables found for the template.';
  52. $_lang['DM_tv_no_docs'] = 'No documents selected for updating.';
  53. $_lang['DM_tv_no_template_selected'] = 'No template has been selected.';
  54. $_lang['DM_tv_loading'] = 'Template Variables are loading ...';
  55. $_lang['DM_tv_ignore_tv'] = 'Ignore these Template Variables (comma-separated values):';
  56. $_lang['DM_tv_ajax_insertbutton'] = 'Insert';
  57.  
  58. //-- document permissions tab
  59. $_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.';
  60. $_lang['DM_doc_no_docs'] = 'No Document Groups Found';
  61. $_lang['DM_doc_column_id'] = 'ID';
  62. $_lang['DM_doc_column_name'] = 'Name';
  63. $_lang['DM_doc_radio_add'] = 'Add a Document Group';
  64. $_lang['DM_doc_radio_remove'] = 'Remove a Document Group';
  65.  
  66. $_lang['DM_doc_skip_message1'] = 'Document with ID';
  67. $_lang['DM_doc_skip_message2'] = 'is already part of the selected document group (skipping)';
  68.  
  69. //-- sort menu tab
  70. $_lang['DM_sort_pick_item'] = 'Please click the site root or parent document from the MAIN DOCUMENT TREE that you\'d like to sort.';
  71. $_lang['DM_sort_updating'] = 'Updating ...';
  72. $_lang['DM_sort_updated'] = 'Updated';
  73. $_lang['DM_sort_nochildren'] = 'Parent does not have any children';
  74. $_lang['DM_sort_noid']='No Document has been selected. Please go back and select a document.';
  75.  
  76. //-- other tab
  77. $_lang['DM_other_header'] = 'Miscellaneous Document Settings';
  78. $_lang['DM_misc_label'] = 'Available Settings:';
  79. $_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.';
  80.  
  81. $_lang['DM_other_dropdown_publish'] = 'Publish/Unpublish';
  82. $_lang['DM_other_dropdown_show'] = 'Show/Hide in Menu';
  83. $_lang['DM_other_dropdown_search'] = 'Searchable/Unsearchable';
  84. $_lang['DM_other_dropdown_cache'] = 'Cacheable/Uncacheable';
  85. $_lang['DM_other_dropdown_richtext'] = 'Richtext/No Richtext Editor';
  86. $_lang['DM_other_dropdown_delete'] = 'Delete/Undelete';
  87.  
  88. //-- radio button text
  89. $_lang['DM_other_publish_radio1'] = 'Publish';
  90. $_lang['DM_other_publish_radio2'] = 'Unpublish';
  91. $_lang['DM_other_show_radio1'] = 'Hide in Menu';
  92. $_lang['DM_other_show_radio2'] = 'Show in Menu';
  93. $_lang['DM_other_search_radio1'] = 'Searchable';
  94. $_lang['DM_other_search_radio2'] = 'Unsearchable';
  95. $_lang['DM_other_cache_radio1'] = 'Cacheable';
  96. $_lang['DM_other_cache_radio2'] = 'Uncacheable';
  97. $_lang['DM_other_richtext_radio1'] = 'Richtext';
  98. $_lang['DM_other_richtext_radio2'] = 'No Richtext';
  99. $_lang['DM_other_delete_radio1'] = 'Delete';
  100. $_lang['DM_other_delete_radio2'] = 'Undelete';
  101.  
  102. //-- adjust dates
  103. $_lang['DM_adjust_dates_header'] = 'Set Document Dates';
  104. $_lang['DM_adjust_dates_desc'] = 'Any of the following Document date settings can be changed. Use "View Calendar" option to set the dates.';
  105. $_lang['DM_view_calendar'] = 'View Calendar';
  106. $_lang['DM_clear_date'] = 'Clear Date';
  107.  
  108. //-- adjust authors
  109. $_lang['DM_adjust_authors_header'] = 'Set Authors';
  110. $_lang['DM_adjust_authors_desc'] = 'Use the dropdown lists to set new authors for the Document.';
  111. $_lang['DM_adjust_authors_createdby'] = 'Created By:';
  112. $_lang['DM_adjust_authors_editedby'] = 'Edited By:';
  113. $_lang['DM_adjust_authors_noselection'] = 'No change';
  114.  
  115. //-- labels
  116. $_lang['DM_date_pubdate'] = 'Publish Date:';
  117. $_lang['DM_date_unpubdate'] = 'Unpublish Date:';
  118. $_lang['DM_date_createdon'] = 'Created On Date:';
  119. $_lang['DM_date_editedon'] = 'Edited On Date:';
  120. //$_lang['DM_date_deletedon'] = 'Deleted On Date';
  121.  
  122. $_lang['DM_date_notset'] = ' (not set)';
  123. //deprecated
  124. $_lang['DM_date_dateselect_label'] = 'Select a Date: ';
  125.  
  126. //-- document select section
  127. $_lang['DM_select_submit'] = 'Submit';
  128. $_lang['DM_select_range'] = 'Switch back to setting a Document ID Range';
  129. $_lang['DM_select_range_text'] = '<p><strong>Key (where n is a document ID number):</strong><br /><br />
  130. n* - Change setting for this document and immediate children<br />
  131. n** - Change setting for this document and ALL children<br />
  132. n-n2 - Change setting for this range of documents<br />
  133. n - Change setting for a single document</p>
  134. <p>Example: 1*,4**,2-20,25 - This will change the selected setting
  135. for documents 1 and its children, document 4 and all children, documents 2
  136. through 20 and document 25.</p>';
  137. $_lang['DM_select_tree'] ='View and select documents using the Document Tree';
  138.  
  139. //-- process tree/range messages
  140. $_lang['DM_process_noselection'] = 'No selection was made. ';
  141. $_lang['DM_process_novalues'] = 'No values have been specified.';
  142. $_lang['DM_process_limits_error'] = 'Upper limit less than lower limit:';
  143. $_lang['DM_process_invalid_error'] = 'Invalid Value:';
  144. $_lang['DM_process_update_success'] = 'Update was completed successfully, with no errors.';
  145. $_lang['DM_process_update_error'] = 'Update has completed but encountered errors:';
  146. $_lang['DM_process_back'] = 'Back';
  147.  
  148. //-- manager access logging
  149. $_lang['DM_log_template'] = 'Document Manager: Templates changed.';
  150. $_lang['DM_log_templatevariables'] = 'Document Manager: Template variables changed.';
  151. $_lang['DM_log_docpermissions'] ='Document Manager: Document Permissions changed.';
  152. $_lang['DM_log_sortmenu']='Document Manager: Menu Index operation completed.';
  153. $_lang['DM_log_publish']='Document Manager: Document Manager: Documents Published/Unpublished settings changed.';
  154. $_lang['DM_log_hidemenu']='Document Manager: Documents Hide/Show in Menu settings changed.';
  155. $_lang['DM_log_search']='Document Manager: Documents Searchable/Unsearchable settings changed.';
  156. $_lang['DM_log_cache']='Document Manager: Documents Cacheable/Uncacheable settings changed.';
  157. $_lang['DM_log_richtext']='Document Manager: Documents Use Richtext Editor settings changed.';
  158. $_lang['DM_log_delete']='Document Manager: Documents Delete/Undelete settings changed.';
  159. $_lang['DM_log_dates']='Document Manager: Documents Date settings changed.';
  160. $_lang['DM_log_authors']='Document Manager: Documents Author settings changed.';
  161.  
  162. ?>
Personal tools