docmanager-2.1-beta2
Translations of this material:
- into Russian: docmanager-2.1-beta2. Translated in draft, editing and proof-reading required. Completed: 10%.
-
Submitted for translation by elastic 29.10.2009
Published 9 months ago.
Text
<?php
/**
* Document Manager lexicon
*
* @category Docmanager_Revo_Conversion
* @author Garry Nutting (Mark Kaplan - Menu Index functionalty, Luke Stokes - Document Permissions concept) <users@www.modxcms.com>
* @author S. Hamblett <shamblett@cwazy.co.uk>
* @copyright 2009 S. Hamblett
* @license GPLv3 http://www.gnu.org/licenses/gpl.html
* @link none
* @language en
*
* @package docmanager
* @subpackage lexicon
*/
$_lang['docmanager'] = 'DocManager';
$_lang['docmanager_desc'] = 'A tool for managing multiple documents at once, complete with batch processing.';
$_lang['menu_doc_manager'] = 'Doc Manager';
$_lang['menu_change_template'] = 'Change Template';
$_lang['menu_template_variables'] = 'Template Variables';
$_lang['menu_doc_perms'] = 'Document Permissions';
$_lang['menu_other_props'] = 'Other Properties';
$_lang['nodocsfound'] = 'No documents found for the supplied match criteria';
$_lang['notemplate_error'] = 'No template has been selected';
$_lang['noresourcegroup_error'] = 'No resource group has been selected';
$_lang['nodocids_error'] = 'No document identities supplied';
$_lang['changetemplatefail_error'] = 'The change template request failed';
$_lang['changetemplatesuccess'] = 'The change template request succeeded';
$_lang['otherpropssuccess'] = 'The change properties request succeeded';
$_lang['otherpropsfail_error'] = 'The change properties request failed';
$_lang['otherpropsnoprops'] = 'No properties have been selected';
$_lang['docpermssuccess'] = 'The document permissions request succeeded';
$_lang['dockey3'] = 'n-n2 - Change setting for this range of documents';
$_lang['dockey4'] = 'n - Change setting for a single document';
$_lang['change'] = 'Change';
$_lang['processlimits_error'] = 'Upper limit lower than lower limit :- ';
$_lang['docexample'] = '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 2';
$_lang['docrange'] = 'Document Identities';
$_lang['dockey'] = 'Key (where n is a document ID number):';
$_lang['dockey1'] = 'n* - Change setting for this document and immediate children';
$_lang['dockey2'] = 'n** - Change setting for this document and ALL children';
$_lang['selecttemplate'] = 'Template';
$_lang['selectresourcegroup'] = 'Resource Group';
$_lang['announce'] = 'Document Manager';
$_lang['apply'] = 'Apply';
$_lang['remove'] = 'Remove';
$_lang['general_information'] = 'General Information';
$_lang['tv_name'] = 'Variable Name';
$_lang['tv_caption'] = 'Caption';
$_lang['ass_tmplvars'] = 'Assigned Template Variables';
$_lang['templatevarssuccess'] = 'The template variable request succeeded';
$_lang['wrongdoctemplate_error'] = 'One or more selected documents do not have the selected template';
$_lang['templatevarchange_error'] = 'An update to a template variable has failed, operation cancelled';
$_lang['changetemplate_desc'] = 'Change the template of documents';
$_lang['templatevar_desc'] = 'Change documents associated template variables';
$_lang['docperms_desc'] = 'Change documents resource groups';
$_lang['otherprops_desc'] = 'Change various properties of documents';
$_lang['misc_doc_settings'] = 'Miscellaneous Settings Selection';
$_lang['otherpropsettings'] = 'Available Settings';
$_lang['showmenu'] = 'Show in Menu';
$_lang['hidemenu'] = 'Hide in Menu';
$_lang['searchable'] = 'Searchable';
$_lang['unsearchable'] = 'Unsearchable';
$_lang['cacheable'] = 'Cacheable';
$_lang['uncacheable'] = 'Uncacheable';
$_lang['rte'] = 'Rich Text Editor';
$_lang['norte'] = 'No Rich Text Editor';
$_lang['delete'] = 'Delete';
$_lang['undelete'] = 'Undelete';
$_lang['publish'] = 'Publish';
$_lang['unpublish'] = 'Unpublish';
$_lang['set_doc_dates'] = 'Dates Selection';
$_lang['resource_publishedon'] = 'Publish Date';
$_lang['resource_unpublishedon'] = 'Unpublish Date';
$_lang['resource_createdon'] = 'Created On Date';
$_lang['resource_editedon'] = 'Edited On Date';
$_lang['set_authors'] = 'Authors Selection';
$_lang['createdby'] = 'Created By';
$_lang['editedby'] = 'Edited By';
$_lang['templatebox'] = 'Template Selection';
$_lang['resourcebox'] = 'Document Selection';
$_lang['resourcegrpbox'] = 'Resource Group Selection';
