formcustomization.inc.php | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required. Completed: 4%.
If you do not want to register an account, you can sign in with OpenID.
formcustomization.inc.php | ||
<?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['action_desc'] = 'Действие, к которому будет применяться это правило'; | |
$_lang['constraint'] = 'Constraint'; | ||
$_lang['constraint_class'] = 'Constraint Class'; | $_lang['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_class_desc'] = 'Необязательно. Если задано значение, то вместе с ограничивающим полем и настройками ограничения, сведёт это правило к применённым ограничениям.'; | |
$_lang['constraint_desc'] = 'Optional. The value of the Constraint Field that should be checked against.'; | $_lang['constraint_desc'] = 'Необязательно. Значение ограничевающего поля, при наличие которого правило будет работать.'; | |
$_lang['constraint_field'] = 'Constraint Field'; | $_lang['constraint_field'] = 'Ограничивающее поле'; | |
$_lang['constraint_field_desc'] = 'Optional. The field by which this constraint should be applied.'; | $_lang['constraint_field_desc'] = 'Необязательно. Поле при наличии которого правило будет работать.'; | |
$_lang['containing_panel'] = 'Containing Panel'; | $_lang['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['containing_panel_desc'] = 'ID панели в которой находится область. Необходим в некоторых правилах, для того что бы система могла понять в какой форме или панели находится область.'; | |
$_lang['field'] = 'Field'; | $_lang['deactivate'] = 'Выключить'; | |
$_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_desc'] = 'Это область к которой применяется правило. Это может быть поле, вкладка или дополнительное поле. Если это дополнительное поле, то указывайте его в формате: «tv#», где # это идентификатор дополнительного поля.'; | |
$_lang['field_default'] = 'Field Default Value'; | $_lang['field_default'] = 'Значение поля по умолчанию'; | |
$_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['form_customization_msg'] = 'Это список правил, которые применяются в настоящий момент. Подробная информация о правилах и настройке форм может быть найдена в <a href="http://svn.modxcms.com/docs/display/revolution/Form+Customization" target="_blank">вики</a>. Пожалуйста помните, что "неправильное" правило может нарушить работу бэкэнда вашего сайта. | |
$_lang['rule'] = 'Rule'; | ||
$_lang['rule_create'] = 'Create Rule'; | ||
$_lang['rule_desc'] = 'The type of Rule that will be applied to this field.'; | $_lang['rule_desc'] = 'Тип правила которое будет применяться к области.'; | |
$_lang['rule_description_desc'] = 'Optional. A description of the rule.'; | $_lang['rule_description_desc'] = 'Необязательно. Описание правила.'; | |
$_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_ae'] = 'Такое правило для этой области уже есть!'; | |
$_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_remove'] = 'Произошла ошибка при попытке удалить правило.'; |
