mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
영어 번역(FruitHake님, 알로하님) 2007년 7월 9일 16시 20분까지 적용
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1882 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7083aa37e4
commit
429a1dc252
7 changed files with 402 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">제로보드 데이터 이전</title>
|
||||
<title xml:lang="en">Zeroboard data transferation</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<description xml:lang="ko">
|
||||
XML파일을 이용하여 회원정보 또는 게시판등의 데이터를 입력합니다.
|
||||
</description>
|
||||
<name xml:lang="en">Zero</name>
|
||||
<description xml:lang="ko">XML파일을 이용하여 회원정보 또는 게시판등의 데이터를 입력합니다. </description>
|
||||
<description xml:lang="en">Inputting member information or board's data using XML file.</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
50
modules/importer/lang/en.lang.php
Normal file
50
modules/importer/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Importer module's basic language pack
|
||||
**/
|
||||
|
||||
// words for button
|
||||
$lang->cmd_sync_member = 'Synchronize';
|
||||
$lang->cmd_continue = 'Continue';
|
||||
|
||||
// items
|
||||
$lang->importer = 'Transfer zeroboarad datas';
|
||||
$lang->source_type = 'Previous target';
|
||||
$lang->type_member = 'Member data';
|
||||
$lang->type_module = 'Articles data';
|
||||
$lang->type_syncmember = 'Synchronize member data';
|
||||
$lang->target_module = 'Target module';
|
||||
$lang->xml_file = 'XML file';
|
||||
|
||||
$lang->import_step_title = array(
|
||||
1 => 'Step 1. Select previous target',
|
||||
12 => 'Step 1-2. Select target module',
|
||||
13 => 'Step 1-3. Select target category',
|
||||
2 => 'Step 2. Upload XML file',
|
||||
3 => 'Step 2. Synchronize member data and article data',
|
||||
);
|
||||
|
||||
$lang->import_step_desc = array(
|
||||
1 => 'Please select the XML file\'s type you wish to transfer.',
|
||||
12 => 'Please select the module you wish to transfer datas.',
|
||||
13 => 'Please select the target category you wish to tranfer datas.',
|
||||
2 => "Please input the XML file's location you wish to tranfer datas.\nIf it is located in the same account, input absolute/relative path. If not, input the url starting with http://..",
|
||||
3 => 'The member data and article data may not be correct after the transferation. If that is the case, synchronize to repair it based on user_id.',
|
||||
);
|
||||
|
||||
// guide/alert
|
||||
$lang->msg_sync_member = 'Member and article data synchronization will begin by clicking the synchronize button.';
|
||||
$lang->msg_no_xml_file = 'Could not find XML file. Please check the path again';
|
||||
$lang->msg_invalid_xml_file = 'Invalid type of XML file.';
|
||||
$lang->msg_importing = 'Writing %d datas of %d. (If it keeps being frozen, click the button "Continue")';
|
||||
$lang->msg_import_finished = '%d datas were inputted completely. Depending on the situation, there might be some datas which couldn\'t be inputted.';
|
||||
$lang->msg_sync_completed = 'Completed synchronzing member article and comments.';
|
||||
|
||||
// blah blah..
|
||||
$lang->about_type_member = 'If you are transfering the member information, select this option';
|
||||
$lang->about_type_module = 'If you are transfering the board or articles information, select this option';
|
||||
$lang->about_type_syncmember = 'If you are trying to synchronize the member information after transfering member and article information, select this option';
|
||||
$lang->about_importer = "You can transfer Zeroboard4, Zeroboard5 Beta or other program's data into ZeroboardXE's data.\nIn order to tranfer, you have to use <a href=\"#\" onclick=\"winopen('');return false;\">XML Exporter</a> to convert the data you want into XML File then upload it.";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue