mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
55 lines
3.8 KiB
PHP
55 lines
3.8 KiB
PHP
<?php
|
|
$lang->cmd_sync_member = 'Synchronize';
|
|
$lang->cmd_continue = 'Continue';
|
|
$lang->preprocessing = 'Rhymix is preparing for importing.';
|
|
$lang->importer = 'Rhymix Data Importer';
|
|
$lang->source_type = 'Migration Target';
|
|
$lang->type_member = 'Member Data';
|
|
$lang->type_message = 'Message Data';
|
|
$lang->type_ttxml = 'TTXML';
|
|
$lang->type_module = 'Article Data';
|
|
$lang->type_syncmember = 'Synchronize Member Data';
|
|
$lang->target_module = 'Target Module';
|
|
$lang->xml_file = 'XML File';
|
|
$lang->import_step_title['1'] = 'Step 1. Migration Target';
|
|
$lang->import_step_title['12'] = 'Step 1-2. Target Module';
|
|
$lang->import_step_title['13'] = 'Step 1-3. Target Category';
|
|
$lang->import_step_title['2'] = 'Step 2. XML File Location';
|
|
$lang->import_step_title['3'] = 'Step 2. Synchronize Member and Article Data';
|
|
$lang->import_step_title['99'] = 'Importing Data';
|
|
$lang->import_step_desc['1'] = 'Please select the XML file\'s type you wish to migrate.';
|
|
$lang->import_step_desc['12'] = 'Please select the module you wish to import data.';
|
|
$lang->import_step_desc['121'] = 'Posts:';
|
|
$lang->import_step_desc['122'] = 'Guestbook:';
|
|
$lang->import_step_desc['13'] = 'Please select the category you wish to import data.';
|
|
$lang->import_step_desc['2'] = 'Please input the XML file\'s location that contains data to import.
|
|
You may input both the absolute and relative path.';
|
|
$lang->import_step_desc['3'] = 'Member and article data may not be corrected after the import. If so, please synchronize to recover them with ID.';
|
|
$lang->import_step_desc['99'] = 'Importing';
|
|
$lang->xml_path = 'Please enter the path of XML file.';
|
|
$lang->data_destination = 'Select the destination of data.';
|
|
$lang->document_destination = 'Select the destination of document data.';
|
|
$lang->guestbook_destination = 'Select the destination of guestbook data.';
|
|
$lang->msg_sync_member = 'Please click on Synchronize button to start data synchronization.';
|
|
$lang->found_xml_file = 'found XML file';
|
|
$lang->not_found_xml_file = 'Can not found XML file';
|
|
$lang->cannot_allow_fopen_in_phpini = 'Can not found XML file';
|
|
$lang->cannot_url_file = 'Can not found XML file';
|
|
$lang->cmd_check_path = 'Check the path';
|
|
$lang->msg_exist_xml_file = 'Found the XML file.';
|
|
$lang->msg_no_xml_file = 'Could not find the XML file. Please check the path again';
|
|
$lang->msg_invalid_xml_file = 'Invalid type of XML file.';
|
|
$lang->msg_importing = 'Import %d items out of %d. (if process is stopped, click on Continue button)';
|
|
$lang->msg_import_finished = '%d/%d items were imported completely. There could be some items that were imported improperly.';
|
|
$lang->msg_sync_completed = 'Completed synchronzing member article and comments.';
|
|
$lang->about_type_member = 'If you are to import a member data, please select this option';
|
|
$lang->about_type_message = 'If you are to import a message data, please select this option';
|
|
$lang->about_type_ttxml = 'If you are to import a TTXML (textcube) data, please select this option';
|
|
$lang->about_ttxml_user_id = 'Please input a user ID to set as author of the TTXML data. (user ID must be already signed up.)';
|
|
$lang->about_type_module = 'If you are to import an article data, please select this option';
|
|
$lang->about_type_syncmember = 'If you are to import and synchronize member and article data, please select this option.';
|
|
$lang->about_importer = 'Data Importer will help you import Zeroboard4, Zeroboard5 Beta or other program\'s data into Rhymix.
|
|
In order to import, you first have to use <a href="https://github.com/xpressengine/xe-migration-tool" target="_blank">XML Exporter</a> to convert the data you want into XML File.';
|
|
$lang->about_target_path = 'To get attachments from Zeroboard4, please input the path where Zeroboard4 is installed.
|
|
If it is located in the same server, please input Zeroboard4\'s path such as /home/USERID/public_html/bbs
|
|
If not, please input the address where Zeroboard4 is installed. ex. http://Domain/bbs';
|