propertyset.inc.php |
- Statistics
- Participants
- Translate into Russian
- Translation result
- 94% translated in draft. Almost done, let's finish it!
If you do not want to register an account, you can sign in with OpenID.
propertyset.inc.php | ||
<?php | ||
/** | ||
* English Language Topic for property sets | ||
* | ||
* @package modx | ||
* @subpackage lexicon | ||
*/ | ||
$_lang['class_name'] = 'Class Name'; | ||
$_lang['default'] = 'Default'; | ||
$_lang['duplicate_of'] = 'Duplicate of [[+name]]'; | ||
$_lang['element_properties_desc'] = 'Here you can edit the default properties for the element, or edit specific property sets. <b>Note</b>: When you edit the default set, you will be saving the properties to the default properties. Editing a specific property set will save those property settings to the property set.<br /><br />When you\'ve selected a property set to edit, the default properties will show in the grid in the color <span style="color: gray;">gray</span>. Properties in gray are not in the property set, but show up there for easier editing. Properties in <span style="color: green">green</span> are properties that have been overridden from the default. Properties in <span style="color: purple">purple</span> are new properties in the custom set that are not in the default properties.<br /><br /><b>Note:</b> It is best to not edit default properties for snippets installed via Package Management, as if those snippets are upgraded the default properties will be overwritten. Use a Property Set instead.'; | $_lang['element_properties_desc'] = 'Здесь вы можете редактировать параметры по умолчанию для элемента, или редактировать наборы параметров. <b>Примечание</b>: Когда вы редактируете параметры по умолчанию, вы сохраняете эти параметры в параметры по умолчанию. Редактирование набора параметров будет сохранять эти параметры в набор параметров.<br /><br />Когда вы выбираете набор параметров для редактирования, параметры по умолчанию показываются в таблице <span style="color: gray;">серым</span>цветом. Параметры серого цвета не входят в набор параметров, но они показаны для облегчения редактирования. Параметры <span style="color: green">зелёного</span> цвета это те параметры значение по умолчанию которых было изменено. Параметры <span style="color: purple">фиолетового</span> цвета это новые параметры в наборе , их нет в параметрах по умолчанию.<br /><br /><b>Внимание:</b> It is best to not edit default properties for snippets installed via Package Management, as if those snippets are upgraded the default properties will be overwritten. Use a Property Set instead.'; | |
$_lang['new_name'] = 'New Name';$_lang['file'] = 'File';$_lang['import'] = 'Import'; | $_lang['new_name'] = 'Новое имя'; | |
$_lang['object'] = 'Object'; | ||
$_lang['properties'] = 'Properties'; | ||
$_lang['properties_default_locked'] = 'Default Properties Locked'; | $_lang['properties_default_locked'] = 'Параметры по умолчанию заблокированны'; | |
$_lang['properties_default_locked_msg'] = 'Only a user with the "unlock_element_properties" permission may unlock default properties.'; | $_lang['properties_default_locked_msg'] = 'Только пользователь с правами «unlock_element_properties» может разблокировать параметры по умолчанию.'; | |
$_lang['properties_default_unlocked'] = 'Default Properties Unlocked';$_lang['properties_import'] = 'Import Properties';$_lang['properties_import_err_invalid'] = 'The file you specified is not a valid properties file. Please try again.';$_lang['properties_import_err_upload'] = 'Please specify a valid properties file to upload.'; | $_lang['properties_default_unlocked'] = 'Параметры по умолчанию разблокированны'; | |
$_lang['properties_import_msg'] = 'Please select a valid properties file.';$_lang['properties_remove'] = 'Remove Properties'; | $_lang['properties_import_msg'] = 'Пожалуйста выберите правильный файл параметров.'; | |
$_lang['properties_remove_confirm'] = 'Are you sure you want to remove these properties?'; | $_lang['properties_remove_confirm'] = 'Вы уверенны, что хотите удалить эти параметры?'; | |
$_lang['property_create'] = 'Create Property'; | ||
$_lang['property_update'] = 'Update Property'; | ||
$_lang['property_option_create'] = 'Create Property Option'; | $_lang['property_option_create'] = 'Создать параметр для свойства'; | |
$_lang['property_option_remove'] = 'Remove Property Option'; | $_lang['property_option_remove'] = 'Удалить параметр свойства'; | |
$_lang['property_option_remove_confirm'] = 'Are you sure you want to remove this property option?'; | $_lang['property_option_remove_confirm'] = 'Вы уверены, что хотите удалить этот параметр свойства?'; | |
$_lang['property_options'] = 'Property Options'; | $_lang['property_options'] = 'Параметры свойства'; | |
$_lang['property_revert'] = 'Revert Property to Default'; | $_lang['property_revert'] = 'Восстановить значение параметра по умолчанию'; | |
$_lang['property_revert_confirm'] = 'Are you sure you want to revert this property to the default?'; | $_lang['property_revert_confirm'] = 'Вы уверенны, что хотите восстановить значение этого параметра по умолчанию?'; |
