mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
중국어 번역본 적용. by eiken님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1909 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fc2bb871de
commit
1cf673838a
24 changed files with 644 additions and 0 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component 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>
|
||||
</component>
|
||||
|
|
|
|||
27
modules/editor/components/image_gallery/lang/zh-CN.lang.php
Normal file
27
modules/editor/components/image_gallery/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_gallery/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 所见即所得(editor) 模块 > 图像(image_gallery) 组件的语言包
|
||||
**/
|
||||
|
||||
$lang->image_gallery = "图像编辑";
|
||||
$lang->width = "图像宽度";
|
||||
$lang->height = "图像高度";
|
||||
$lang->image_list = "图像目录";
|
||||
$lang->gallery_style = "画廊风格";
|
||||
$lang->gallery_slide_style = "幻灯片风格";
|
||||
$lang->gallery_slide_align = "对齐方式";
|
||||
$lang->gallery_slide_center = "居中";
|
||||
$lang->gallery_slide_left = "左";
|
||||
$lang->gallery_slide_right = "右";
|
||||
$lang->gallery_list_style = "全部展开";
|
||||
$lang->gallery_border_color = "边框颜色";
|
||||
$lang->gallery_border_thickness = "边框粗细";
|
||||
$lang->gallery_bg_color = "背景颜色";
|
||||
$lang->about_image_list = "请选择要添加的图像文件。 选择后可以拖动或按 shift+点击(范围选择), ctrl+点击(个别选择)";
|
||||
|
||||
$lang->cmd_gallery_prev = "查看上一个图";
|
||||
$lang->cmd_gallery_next = "查看下一个图";
|
||||
$lang->cmd_gallery_thumbnail = "查看thumbnail";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue