mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
중국어 번역 적용(by eiken님, 엔죠라이프님) 2007년 7월 9일 17시 20분
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1884 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46badd60f5
commit
38447795e4
35 changed files with 438 additions and 0 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">Widget</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">Widget 管理模块</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
43
modules/widget/lang/zh-CN.lang.php
Normal file
43
modules/widget/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/widget/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 控件(widget) 模块的基本语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_generate_code = '代码生成';
|
||||
|
||||
$lang->widget_name = 'Widget 名称';
|
||||
$lang->widget_maker = 'Widget 作者';
|
||||
$lang->widget_history = '变更事项';
|
||||
$lang->widget_info = 'Widget 信息';
|
||||
$lang->widget_code = '代码';
|
||||
$lang->widget_cache = '缓存';
|
||||
|
||||
$lang->widget_fix_width = '固定大小';
|
||||
$lang->widget_width = '宽度大小';
|
||||
$lang->widget_position = '位置';
|
||||
$lang->widget_position_none = '换行';
|
||||
$lang->widget_position_left = '左侧';
|
||||
$lang->widget_position_right = '右侧';
|
||||
$lang->widget_margin = '边距';
|
||||
$lang->widget_margin_top = '上';
|
||||
$lang->widget_margin_right = '右';
|
||||
$lang->widget_margin_bottom = '下';
|
||||
$lang->widget_margin_left= '左';
|
||||
$lang->about_widget_fix_width = '选择会固定宽度大小';
|
||||
$lang->about_widget_width = '请选择宽度大小。';
|
||||
$lang->about_widget_position = '在一行列入多个Widget时请选择位置。';
|
||||
$lang->about_widget_margin = '在一行列入多个Widget时请选择位置。';
|
||||
$lang->about_widget_cache = '在指定的时间内可以利用缓存的数据。';
|
||||
|
||||
$lang->generated_code = '已生成的代码';
|
||||
|
||||
$lang->msg_widget_is_not_exists = '找不到%s Widget';
|
||||
$lang->msg_widget_object_is_null = '不能生成%s Widget的客体';
|
||||
$lang->msg_widget_proc_is_null = '不能生成%s Widget的 proc()。';
|
||||
|
||||
$lang->about_widget_code = '在选择的Widget里输入以下项目值后按『代码生成』按钮,底部会输出可以应用在模板文件里的代码';
|
||||
$lang->about_widget_code_in_page = '输入以下必要的值以后按“添加”按钮在页面插入Widget。';
|
||||
$lang->about_addon = "widget是在布局或页面模块里使用的一个构成要素。\n可以合并内部模块或外部open api,通过设定可以应用多种多样的效果。\n即使不使用zeroboard XE的页面或模块通过『代码生成』功能直接可以能添加Widget。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue