영어번역 적용. by 알로하님, FruitHake님, Jsoft.Yoo님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-13 02:16:39 +00:00
parent c70124a923
commit 374aa89e89
24 changed files with 221 additions and 15 deletions

View file

@ -3,12 +3,15 @@
<title xml:lang="ko">레이아웃</title>
<title xml:lang="zh-CN">布局</title>
<title xml:lang="jp">レイアウト</title>
<title xml:lang="en">Layout</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>
<name xml:lang="jp">ゼロ</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">레이아웃을 생성/관리하는 모듈입니다.</description>
<description xml:lang="zh-CN">布局生成/管理模块</description>
<description xml:lang="jp">レイアウトを生成・管理するモジュールです。</description>
<description xml:lang="en">This module is for creating/managing.</description>
</author>
</module>

View file

@ -0,0 +1,34 @@
<?php
/**
* @file modules/layout/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief Layout module's basic language pack
**/
$lang->cmd_layout_management = 'Layout setting';
$lang->cmd_layout_edit = 'Edit layout';
$lang->cmd_preview = 'Preview';
$lang->cmd_reset = 'Reset';
$lang->layout_name = 'Layout name';
$lang->layout_maker = "Layout maker";
$lang->layout_history = "Updates";
$lang->layout_info = "Layout information";
$lang->layout_list = 'Layout list';
$lang->menu_count = 'Menus';
$lang->downloaded_list = 'Download list';
$lang->layout_preview_content = 'The content gets displayed here';
$lang->not_apply_menu = 'Apply layouts';
$lang->cmd_move_to_installed_list = "View created list";
$lang->about_downloaded_layouts = "List of downloaded layouts";
$lang->about_title = 'Input the title that is easy to verify when connecting to module';
$lang->about_not_apply_menu = 'All connected module\'s layout will be changed by checking this option.';
$lang->about_layout = "Layout module helps you to create the site's layout easily.<br />By using layout setting and menu connection, website's completed shape will display with various modules.<br />* Those layouts which are unabled to delete or modify are the blog or other module's layout. ";
$lang->about_layout_code =
"It will be applied to the service when you save the layout code after editing it.
You must previous the result before saving it.
Refer to <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">ZeroboardXE Pamphlet</a> for ZeroboardXE's grammer of pamphlet.";
?>