formcustomization.inc.php
Translations of this material:
- into Russian: formcustomization.inc.php. Translated in draft, editing and proof-reading required. Completed: 4%.
-
Submitted for translation by elastic 18.10.2009
Published 2 years, 2 months ago.
Text
<?php
/**
* Form Customization English lexicon topic
*
* @language en
* @package modx
* @subpackage lexicon
*/
$_lang['action'] = 'Action';
$_lang['action_desc'] = 'The Action that this Rule will apply to.';
$_lang['constraint'] = 'Constraint';
$_lang['constraint_class'] = 'Constraint Class';
$_lang['constraint_class_desc'] = 'Optional. If set, along with the Constraint Field and Constraint options, will restrict this rule to the constraints applied.';
$_lang['constraint_desc'] = 'Optional. The value of the Constraint Field that should be checked against.';
$_lang['constraint_field'] = 'Constraint Field';
$_lang['constraint_field_desc'] = 'Optional. The field by which this constraint should be applied.';
$_lang['containing_panel'] = 'Containing Panel';
$_lang['containing_panel_desc'] = 'The ID of the containing Form Panel the field is in. This is sometimes necessary for certain rules, so that the system can know what form or panel the field is in.';
$_lang['field'] = 'Field';
$_lang['field_desc'] = 'This is the field to affect. This may also be a tab, or TV. If it is a TV, please specify in this format: "tv#", where # is the ID of the TV.';
$_lang['field_default'] = 'Field Default Value';
$_lang['field_label'] = 'Field Label';
$_lang['field_visible'] = 'Field Visible';
$_lang['form_customization_msg'] = 'Here is a list of currently applied Rules. More information on Rules and Form Customization can be found <a href="http://svn.modxcms.com/docs/display/revolution/Form+Customization" target="_blank">here</a>. Please note that improper Rules might cause problems with your MODx Revolution installation. Inactive Rules are faded gray.';$_lang['form_rules'] = 'Form Rules';
$_lang['rule'] = 'Rule';
$_lang['rule_create'] = 'Create Rule';
$_lang['rule_desc'] = 'The type of Rule that will be applied to this field.';
$_lang['rule_description_desc'] = 'Optional. A description of the rule.';
$_lang['rule_err_ae'] = 'A rule already exists for that field!';$_lang['rule_err_duplicate'] = 'An error occurred while trying to duplicate the rule.';
$_lang['rule_err_nf'] = 'Rule not found.';
$_lang['rule_err_ns'] = 'Rule not specified.';
$_lang['rule_err_remove'] = 'An error occurred while trying to remove the rule.';
$_lang['rule_err_save'] = 'An error occurred while trying to save the rule.';
$_lang['rule_remove'] = 'Remove Rule';
$_lang['rule_remove_confirm'] = 'Are you sure you want to remove this Rule?';
$_lang['rule_update'] = 'Update Rule';
$_lang['rule_value_desc'] = 'The value to set in the Rule.';
$_lang['rules'] = 'Rules';
$_lang['tab_title'] = 'Tab Title';
$_lang['tab_visible'] = 'Tab Visible';
$_lang['tv_default'] = 'TV Default Value';
$_lang['tv_label'] = 'TV Label';
$_lang['tv_visible'] = 'TV Visible';
$_lang['usergroup'] = 'User Group';
$_lang['usergroup_desc'] = 'Optional. If set, will restrict this rule to only Users in the specified User Group.';
