import.inc.php | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required.
If you do not want to register an account, you can sign in with OpenID.
import.inc.php | ||
<?php | ||
$_lang['import_allowed_extensions'] = 'Specify a comma-delimited list of file extensions to import.<br /><small><em>Leave blank to import all files according to the content types available in your site. Unknown types will be mapped as plain text.</em></small>'; | $_lang['import_allowed_extensions'] = 'Определите через запятые список расширений файлов, предназначенных для импорта.<br /><small><em>Оставьте поле пустым, чтобы импортировать все файлы в соответствии с типами контента, которые допускаются на Вашем сайте. Неизвестные типы будут помечены как простой текст.</em></small>'; | |
$_lang['import_base_path'] = 'Enter the base file path containing the files to import.<br /><small><em>Leave blank to use the target context\'s static file path setting.</em></small>';$_lang['import_duplicate_alias_found'] = 'Resource [[+id]] is already using the alias [[+alias]]. Please enter a unique alias.'; | $_lang['import_base_path'] = 'Введите путь до папки с файлами, предназначенными для импорта.<br /><small><em>Оставьте это поле пустым, чтобы использовать настройки пути по умолчанию.</em></small>'; | |
$_lang['import_enter_root_element'] = 'Enter the root element to import:'; | $_lang['import_enter_root_element'] = 'Введите корневой элемент для импорта:'; | |
$_lang['import_files_found'] = '<strong>Found %s documents for import...</strong><p/>'; | $_lang['import_files_found'] = '<strong>Найдено %s документов для импорта...</strong><p/>'; | |
$_lang['import_parent_document'] = 'Parent Document:'; | $_lang['import_parent_document'] = 'Родительский документ:'; | |
$_lang['import_parent_document_message'] = 'Use the document tree presented below to select the parent location to import your files into.'; | $_lang['import_parent_document_message'] = 'Используйте дерево документов, представленное ниже, чтобы выбрать расположение родительской папки для импорта в неё Ваших файлов.'; | |
$_lang['import_element'] = 'Enter the root HTML element to import:'; | $_lang['import_element'] = 'Введите корневой HTML элемент для импорта:'; | |
$_lang['import_resource_class'] = 'Select a modResource class for import:<br /><small><em>Use modStaticResource to link to static files, or modDocument to copy the content to the database.</em></small>'; | $_lang['import_resource_class'] = 'Выберите modResource класс для импорта:<br /><small><em>Используйте modStaticResource чтобы прилинковаться к статическим файлам, или modDocument, чтобы копировать содержимое файлов в базу данных.</em></small>'; | |
$_lang['import_site_failed'] = '<span style="color:#990000">Failed!</span>'; | $_lang['import_site_failed'] = '<span style="color:#990000">Ошибка!</span>'; | |
$_lang['import_site_html'] = 'Import site from HTML'; | $_lang['import_site_html'] = 'Импорт сайта из HTML'; | |
$_lang['import_site_importing_document'] = 'Importing file <strong>%s</strong> '; | $_lang['import_site_importing_document'] = 'Импортируется файл <strong>%s</strong> '; | |
$_lang['import_site_maxtime'] = 'Max import time:'; | $_lang['import_site_maxtime'] = 'Максимальное время импорта:'; | |
$_lang['import_site_maxtime_message'] = 'Here you can specify the number of seconds the Content Manager can take to import the site (overriding PHP settings). Enter 0 for unlimited time. Please note, setting 0 or a really high number can do weird things to your server and is not recommended.'; | $_lang['import_site_maxtime_message'] = 'Здесь Вы можете указать время (в секундах), которое Менеджер Контента может затратить на импорт сайта (перекрывая настройки PHP). Введите 0 для снятия ограничения по времени. Однако помните, что установка 0 или любого реально большого числа может привести к фатальной ошибке Вашего сервера и не рекомендуется.'; | |
$_lang['import_site_message'] = '<p>Using this tool you can import the content from a set of HTML files into the database. <em>Please note that you will need to copy your files and/or folders into the core/import folder.</em></p><p>Please fill out the form options below, optionally select a parent resource for the imported files from the document tree, and press \'Import HTML\' to start the import process. The files imported will be saved into the selected location, using, where possible, the files name as the document\'s alias, the page title as the document\'s title.</p>'; | $_lang['import_site_message'] = '<p>Используя этот инструмент Вы можете импортировать содержание из файлов HTML в базу данных. <em>Пожалуйста, не забудьте, что Вам необходимо предварительно скопировать Ваши файлы и/или папки в папку core/import.</em></p><p>Установите настройки импорта в форме ниже, укажите родительский ресурс для импортируемых файлов (опционально) в дереве документов и нажмите \'Импорт HTML\' для запуска процесса импорта. Импортированные файлы будут сохранены в указанном Вами месте, с использованием, где возможно, имен файлов как псевдонимов документов, а заголовки страниц как заголовки документов.</p>'; |

— Тут вроде как одинаковый текст с тегом $_lang['import_use_doc_tree'] на следующей странице — Dmitriy_Vasilyev