mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
중국어,일본어,영어 추가 번역 및 스페인어 기본 언어파일 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56cffca5dc
commit
19423dd8b2
22 changed files with 585 additions and 198 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">메뉴</title>
|
||||
<title xml:lang="zh-CN">菜单</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<description xml:lang="ko">레이아웃, 모듈을 연결하는 메뉴를 생성/관리하는 모듈입니다.</description>
|
||||
<description xml:lang="zh-CN">此模块将生成并管理连接布局,模块的菜单。</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
10
modules/message/lang/en.lang.php
Normal file
10
modules/message/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/message/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English language pack (basic)
|
||||
**/
|
||||
|
||||
$lang->message = 'Show error';
|
||||
$lang->about_skin = "A skin will be selected when an error message shows";
|
||||
?>
|
||||
65
modules/module/lang/en.lang.php
Normal file
65
modules/module/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/module/lang/en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief English language pack
|
||||
**/
|
||||
|
||||
$lang->module_list = "Module list";
|
||||
$lang->module_index = "Module list";
|
||||
$lang->module_category = "Module category";
|
||||
$lang->module_info = "Module info";
|
||||
$lang->add_shortcut = "Add to admin menu";
|
||||
$lang->module_action = "Action";
|
||||
$lang->module_maker = "Module maker";
|
||||
$lang->module_history = "Update history";
|
||||
$lang->category_title = "Category title";
|
||||
$lang->header_text = 'Header text';
|
||||
$lang->footer_text = 'Footer text';
|
||||
$lang->use_category = 'Enable category';
|
||||
$lang->category_title = 'Category title';
|
||||
$lang->checked_count = 'No. of checked article';
|
||||
$lang->skin_default_info = 'Default skin info';
|
||||
$lang->skin_maker = 'Skin maker';
|
||||
$lang->skin_maker_homepage = 'Skin maker homepage';
|
||||
$lang->open_rss = 'Open RSS';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => 'Open all',
|
||||
'H' => 'Open summary',
|
||||
'N' => 'Not open',
|
||||
);
|
||||
|
||||
$lang->cmd_add_shortcut = "Add shortcut";
|
||||
$lang->cmd_install = "Install";
|
||||
$lang->cmd_update = "Update";
|
||||
$lang->cmd_manage_category = 'Manage categories';
|
||||
$lang->cmd_manage_grant = 'Manage grant';
|
||||
$lang->cmd_manage_skin = 'Manage skins';
|
||||
$lang->cmd_manage_document = 'Manage articles';
|
||||
|
||||
$lang->msg_new_module = "Create new module";
|
||||
$lang->msg_update_module = "Modify module";
|
||||
$lang->msg_module_name_exists = "The name already exists. Please try other name.";
|
||||
$lang->msg_category_is_null = 'No registered category exists.';
|
||||
$lang->msg_grant_is_null = 'No list exists for grant.';
|
||||
$lang->msg_no_checked_document = 'No checked articles exist.';
|
||||
$lang->msg_move_failed = 'Failed to move';
|
||||
$lang->msg_cannot_delete_for_child = 'Cannot delete a category having child categories.';
|
||||
|
||||
$lang->about_browser_title = "It will be shown in the browser title. It will be also used in a RSS/Trackback.";
|
||||
$lang->about_mid = "The module name will be used like http://address/?mid=ModuleName.\n(only english alphabet,numbers, and underscore(_) are allowed)";
|
||||
$lang->about_default = "If cheched, the default will be shown when access to the site without no mid value(mid=NoValue).";
|
||||
$lang->about_module_category = "It enables you to manage it through module category.\n The URL for the module manager is <a href=\"./?module=admin&act=dispModuleAdminCategory\">Manage module > Module category </a>.";
|
||||
$lang->about_description= 'It is the description only for a manager.';
|
||||
$lang->about_default = 'If cheched, the default will be shown when access to the site without no mid value(mid=NoValue).';
|
||||
$lang->about_header_text = 'The contents will be shown on the top of the module.(html tags available)';
|
||||
$lang->about_footer_text = 'The contents will be shown on the bottom of the module.(html tags available)';
|
||||
$lang->about_skin = 'You can choose a module skin.';
|
||||
$lang->about_use_category = 'If checked, category function will be enabled.';
|
||||
$lang->about_list_count = 'You can set the number of limit to show article in a page.(default is 1)';
|
||||
$lang->about_page_count = 'You can set the number of page link to move pages in a bottom of page.(default is 10)';
|
||||
$lang->about_admin_id = 'You can grant a manager to have all permissions to the module.\n You can enter multiple IDs using <br />,(comma) \n(but the module manager cannot access the site admin page.)';
|
||||
$lang->about_grant = 'If you disable all objects having specific permissions, all members even not logined may have permission.';
|
||||
$lang->about_open_rss = 'You can select RSS on the current module to be open to the public.\nNo matter the view permission of article , RSS will be open to the public by its option.';
|
||||
$lang->about_module = "All of Zeroboard XE except the basic library consist of module.\n [Manage module] module will show all installed modules and help you to manage them.\nThrough [Add shortcut] feature, you can manage frequently used modules easily.";
|
||||
?>
|
||||
11
modules/page/lang/en.lang.php
Normal file
11
modules/page/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/page/lang/en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief page module / basic language pack
|
||||
**/
|
||||
|
||||
$lang->page = "Page";
|
||||
$lang->about_page = "It is a blog module which you can create a complete page.\nUsing latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages.\nIts URL is same as other module's such as mid=module name.\n If it is selected as a default, it will be the main page of the site.";
|
||||
$lang->cmd_page_modify = "Modify";
|
||||
?>
|
||||
37
modules/poll/lang/en.lang.php
Normal file
37
modules/poll/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief poll module / basic language pack
|
||||
**/
|
||||
|
||||
$lang->poll = "Poll";
|
||||
$lang->poll_stop_date = "Poll Expiration Date";
|
||||
$lang->poll_join_count = "Joined";
|
||||
$lang->poll_checkcount = "Required items";
|
||||
|
||||
$lang->cmd_poll_list = 'View poll list';
|
||||
$lang->cmd_delete_checked_poll = 'Delete selected poll';
|
||||
$lang->cmd_apply_poll = 'Apply poll';
|
||||
$lang->cmd_delete_checked_poll = 'Delete selected poll';
|
||||
|
||||
$lang->success_poll = 'Thank you for the poll.';
|
||||
|
||||
$lang->msg_already_poll = 'Already polled!';
|
||||
$lang->msg_cart_is_null = 'Please select a poll to be deleted.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) deleted.';
|
||||
$lang->msg_check_poll_item = 'Please select a poll item to poll.\n(Required poll item(s) may be different in each poll.)';
|
||||
$lang->msg_cart_is_null = 'Please select a poll to be deleted.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) deleted.';
|
||||
$lang->msg_poll_not_exists = 'Selected poll is not exist.';
|
||||
|
||||
$lang->cmd_null_item = "No item value exist to post a poll. Please re-try.";
|
||||
|
||||
$lang->confirm_poll_submit = "Confirm to submit the poll?";
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => 'Title',
|
||||
'regdate' => 'Posting date',
|
||||
'ipaddress' => 'IP Address',
|
||||
);
|
||||
?>
|
||||
18
modules/rss/lang/en.lang.php
Normal file
18
modules/rss/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/rss/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English language pack (basic)
|
||||
**/
|
||||
|
||||
// general words
|
||||
$lang->rss_disable = "Disable RSS";
|
||||
$lang->rss_type = "RSS feed type";
|
||||
|
||||
// for description
|
||||
$lang->about_rss_disable = "If checked, RSS will be disabled.";
|
||||
$lang->about_rss_type = "You can assign RSS feed type.";
|
||||
|
||||
// for error message
|
||||
$lang->msg_rss_is_disabled = "RSS function is disabled.";
|
||||
?>
|
||||
32
modules/spamfilter/lang/en.lang.php
Normal file
32
modules/spamfilter/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/spamfilter/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English Language Pack (basic)
|
||||
**/
|
||||
|
||||
// action related
|
||||
$lang->cmd_denied_ip = "Black listed IPs";
|
||||
$lang->cmd_denied_word = "Black listed words";
|
||||
|
||||
// general word
|
||||
$lang->spamfilter = "Spam filter";
|
||||
$lang->denied_ip = "IP blacklist";
|
||||
$lang->interval = "Interval for spam process";
|
||||
$lang->limit_count = "No. of limit";
|
||||
$lang->check_trackback = "Check trackback";
|
||||
$lang->word = "word";
|
||||
|
||||
// for description word
|
||||
$lang->about_interval = "It is a time setting to block posting an article within the time.";
|
||||
$lang->about_limit_count = "If you try to post an article more times over the limit within the setted time,\n it will be recognized as a spam, and your IP will be blocked.";
|
||||
$lang->about_denied_ip = "Using *, You can block all IP addresses of 127.0.0.* patterned address.";
|
||||
$lang->about_denied_word = "When you add a word to Black Listed Words,\n you can block an article contained the word not to be posted.";
|
||||
$lang->about_check_trackback = "Only the trackback by one IP per an article could be allowed.";
|
||||
|
||||
// to post a message
|
||||
$lang->msg_alert_limited_by_config = 'Posting an article within %s second is not allowed.\n If you try it again and again, your IP may be listed as a IP blacklist.';
|
||||
$lang->msg_alert_denied_word = 'The word "%s" is not allowed to be used.';
|
||||
$lang->msg_alert_registered_denied_ip = 'Your IP was listed as a IP blacklist,\n so you may have limitations on normal use of this site.\n If you have any questions on that matter, please contact to the site administrator.';
|
||||
$lang->msg_alert_trackback_denied = 'Only one trackback per an article is allowed.';
|
||||
?>
|
||||
21
modules/trackback/lang/en.lang.php
Normal file
21
modules/trackback/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/trackback/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief trackback module / basic language pack
|
||||
**/
|
||||
|
||||
$lang->cmd_delete_checked_trackback = 'Delete checked trackback(s)';
|
||||
|
||||
$lang->msg_cart_is_null = 'Please select a trackback to be deleted.';
|
||||
$lang->msg_checked_trackback_is_deleted = '%d trackback(s) deleted.';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'url' => 'Target URL',
|
||||
'blog_name' => 'Target Site Name',
|
||||
'title' => 'Title',
|
||||
'excerpt' => 'Excerpt',
|
||||
'regdate' => 'Posting Date',
|
||||
'ipaddress' => 'IP Address',
|
||||
);
|
||||
?>
|
||||
21
modules/ttimporter/lang/en.lang.php
Normal file
21
modules/ttimporter/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/ttimporter/lang/en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Ttimporter module / basic language pack
|
||||
**/
|
||||
|
||||
$lang->ttimporter = "Import Tetter Tools data";
|
||||
$lang->about_tt_importer = "You can enter this into a module which you want Tetter Tools data.\n The attached file will be directly downloaded via web, so please be sure to enable the original Tetter Tools blog.";
|
||||
|
||||
$lang->target_module = "Target module";
|
||||
$lang->target_file = "Target xml file";
|
||||
$lang->target_url = "Blog URL";
|
||||
|
||||
$lang->cmd_continue = 'Continue';
|
||||
|
||||
$lang->msg_no_xml_file = 'Could not find the XML file! Please check the URL.';
|
||||
$lang->msg_invalid_xml_file = 'Invalid XML file type!';
|
||||
$lang->msg_importing = 'No. of importing: %d (if stopped long time, please click the "Continue" button.)';
|
||||
$lang->msg_import_finished = 'No. of imported: %d (according to condition, some data may not be imported properly.)';
|
||||
?>
|
||||
43
modules/widget/lang/en.lang.php
Normal file
43
modules/widget/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/widget/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief widget module- basic language pack
|
||||
**/
|
||||
|
||||
$lang->cmd_generate_code = 'Generate Code';
|
||||
|
||||
$lang->widget_name = 'Widget name';
|
||||
$lang->widget_maker = 'Widget maker';
|
||||
$lang->widget_history = 'Update history';
|
||||
$lang->widget_info = 'Widget info';
|
||||
$lang->widget_code = 'Code';
|
||||
$lang->widget_cache = 'Cache';
|
||||
|
||||
$lang->widget_fix_width = 'Fix width';
|
||||
$lang->widget_width = 'Width';
|
||||
$lang->widget_position = 'Position';
|
||||
$lang->widget_position_none = 'Next Line';
|
||||
$lang->widget_position_left = 'Left';
|
||||
$lang->widget_position_right = 'Right';
|
||||
$lang->widget_margin = 'Margin';
|
||||
$lang->widget_margin_top = 'Top Margin';
|
||||
$lang->widget_margin_right = 'Right Margin';
|
||||
$lang->widget_margin_bottom = 'Bottom Margin';
|
||||
$lang->widget_margin_left= 'Left Margin';
|
||||
$lang->about_widget_fix_width = 'If you select it, the width will be fixed.';
|
||||
$lang->about_widget_width = 'Select the width.';
|
||||
$lang->about_widget_position = 'You may select the position to layout multiple widgets in a line.';
|
||||
$lang->about_widget_margin = 'You may select the position to layout multiple widgets in a line.';
|
||||
$lang->about_widget_cache = 'Cached data can be used during the setted time.';
|
||||
|
||||
$lang->generated_code = 'Generated Code';
|
||||
|
||||
$lang->msg_widget_is_not_exists = '%s widget is not exist.';
|
||||
$lang->msg_widget_object_is_null = 'The object of %s widget cannot be created.';
|
||||
$lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be run.';
|
||||
|
||||
$lang->about_widget_code = 'After entering the required item value of selected widget, click the [Generate Code] button to get the code so that you can apply to your template file.';
|
||||
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
|
||||
$lang->about_addon = "A widget is very small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the Zeroboard XE page module or layout module.";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue