Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/ru/ |
<?php /** * Package Builder Russian lexicon topic * * @language ru * @package modx * @subpackage lexicon */ $_lang['as_system_settings'] = 'Системные настройки'; $_lang['as_context_settings'] = 'Настройки контекста'; $_lang['as_lexicon_entries'] = 'Записи лексикона'; $_lang['as_lexicon_topics'] = 'Темы лексикона'; $_lang['build'] = 'Конструкция'; $_lang['class_key'] = 'Ключевые класса'; $_lang['class_key_desc'] = 'Тип объекта, который вы хотите сопоставить механизму переноса.'; $_lang['class_key_custom'] = 'Или пользовательского класса'; $_lang['class_key_custom_desc'] = 'Здесь можно указать имя класса xPDOObject, которого нет в списке.'; $_lang['file'] = 'Файл'; $_lang['index'] = 'Индекс'; $_lang['object'] = 'Объект'; $_lang['object_id'] = 'ID объекта'; $_lang['object_id_desc'] = 'The exact object that you want to map. Обязательное поле.'; $_lang['package_autoselects'] = 'Автодобавление пакета'; $_lang['package_autoselects_desc'] = 'Please select the resources you would like the Package Builder to automatically include. Note: if building from the core, it is recommended not to check any of these.'; $_lang['package_build'] = 'Build the Package'; $_lang['package_build_desc'] = 'You are now ready to build the package. Once built, it will be placed in your core/packages directory.'; $_lang['package_build_err'] = 'An error occurred while trying to build the package.'; $_lang['package_build_xml'] = 'Build Package from XML'; $_lang['package_build_xml_desc'] = 'Please select a valid build XML file for your component.'; $_lang['package_builder'] = 'Package Builder'; $_lang['package_built'] = 'The package has been built.'; $_lang['package_info'] = 'Package Information'; $_lang['package_info_desc'] = 'First specify the package information, such as name, version and release.'; $_lang['package_method'] = 'Select a Packaging Method'; $_lang['package_method_desc'] = 'Please select the method of package building that you would like to use.'; $_lang['php_script'] = 'Скрипт PHP'; $_lang['preserve_keys'] = 'Preserve Keys'; $_lang['preserve_keys_desc'] = 'This will preserve the primary keys to the values that they currently are in your DB.'; $_lang['release'] = 'Релиз'; $_lang['resolve_files'] = 'Resolve Files'; $_lang['resolve_files_desc'] = 'When checked, this will resolve the files specified in the resolvers.'; $_lang['resolve_php'] = 'Resolve PHP Scripts'; $_lang['resolve_php_desc'] = 'When checked, this will resolve the PHP scripts specified in the resolvers.'; $_lang['resolver_add'] = 'Add Resolver'; $_lang['resolver_create'] = 'Create Resolver'; $_lang['resolver_name_desc'] = 'The name of the resolver. Used for organizational purposes.'; $_lang['resolver_remove'] = 'Remove Resolver'; $_lang['resolver_remove_confirm'] = 'Are you sure you want to remove this resolver?'; $_lang['resolver_source_desc'] = 'The absolute path of the source of the resolver. If it is a file resolver, select the directory of the files you\'d like to copy. If a PHP Script, specify the script. Example: <br /><br />/public_html/modx/_build/components/demo/'; $_lang['resolver_target_desc'] = 'The absolute path target for where the resolver should put files or actions. Usually you won\'t have to change this. Example: <br /><br />return MODX_ASSETS_PATH . "snippets/";'; $_lang['resolver_type_desc'] = 'File resolvers make sure to copy all the files in the source directory to the target. PHP Script resolvers execute the source file as PHP.'; $_lang['resolvers'] = 'Resolvers'; $_lang['source'] = 'Source'; $_lang['target'] = 'Target'; $_lang['type'] = 'Type'; $_lang['unique_key'] = 'Unique Key'; $_lang['unique_key_desc'] = 'A unique key identifying how to search for the object. Can be a string or comma-delimited list. Examples: <br />"name" for modPlugin<br />"templatename" for modTemplate<br />Or more complex, "pluginid,evtid" for modPluginEvent'; $_lang['update_object'] = 'Update Object'; $_lang['update_object_desc'] = 'If checked, this will update the object if it is found. If not checked, it will not save the object if it is already found.'; $_lang['use_wizard'] = 'Use the Wizard'; $_lang['use_xml'] = 'Build from an XML file'; $_lang['vehicle'] = 'Vehicle'; $_lang['vehicle_add'] = 'Add Vehicle'; $_lang['vehicle_create'] = 'Create Vehicle'; $_lang['vehicle_remove'] = 'Remove Vehicle'; $_lang['vehicle_remove_confirm'] = 'Are you sure you want to remove this vehicle?'; $_lang['vehicles'] = 'Vehicles'; $_lang['vehicles_add'] = 'Add Vehicles'; $_lang['vehicles_desc'] = 'Vehicles are the objects that are contained in the package. You may add them in here.'; $_lang['version'] = 'Версия'; $_lang['xml_file_err_upload'] = 'Произошла ошибка во время загрузки XML файла.';