영어번역 적용 (by 나이스투님)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-20 00:38:13 +00:00
parent 86bbeec870
commit 8c394d8589
45 changed files with 666 additions and 3 deletions

View file

@ -2,10 +2,13 @@
<component version="0.1">
<title xml:lang="ko">기본 이미지 갤러리</title>
<title xml:lang="zh-CN">基本图像</title>
<title xml:lang="en">Basic Image Gallery</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="en">zero</name>
<description xml:lang="ko">첨부된 이미지파일을 이용하여 슬라이드/목록형 이미지 갤러리를 만들 수 있습니다.</description>
<description xml:lang="zh-CN">利用上传的图像文件制作幻灯片或目录型图像。</description>
<description xml:lang="en">It can create image gallery of slide/list style by using attached image file.</description>
</author>
</component>

View file

@ -0,0 +1,27 @@
<?php
/**
* @file /modules/editor/components/image_gallery/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of image_gallery component.
**/
$lang->image_gallery = "Make Image Gallery";
$lang->width = "Width";
$lang->height = "Height";
$lang->image_list = "Image List";
$lang->gallery_style = "Gallery Style";
$lang->gallery_slide_style = "Slide Style";
$lang->gallery_slide_align = "Align Style";
$lang->gallery_slide_center = "Center";
$lang->gallery_slide_left = "Left";
$lang->gallery_slide_right = "Right";
$lang->gallery_list_style = "Expand All";
$lang->gallery_border_color = "Border Color";
$lang->gallery_border_thickness = "Border Thickness";
$lang->gallery_bg_color = "Background Color";
$lang->about_image_list = "Select file to add to the image gallery. You can drag it after selecting or shift+click(for selecting widely), ctrl+click(for selecting individually)";
$lang->cmd_gallery_prev = "Previous Picture";
$lang->cmd_gallery_next = "Next Picture";
$lang->cmd_gallery_thumbnail = "Thumbnail";
?>