thumbnail language update.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-12-22 05:08:11 +00:00
parent 303fec0c1b
commit 26985c6044
2 changed files with 7 additions and 7 deletions

View file

@ -666,17 +666,17 @@
</group>
<group>
<title xml:lang="ko">네일</title>
<title xml:lang="ko">네일</title>
<var id="thumbnail_type" type="select">
<name xml:lang="ko">네일 생성 방법</name>
<name xml:lang="ko">네일 생성 방법</name>
<name xml:lang="jp">サムネール生成方法</name>
<name xml:lang="zh-CN">缩略图生成方式</name>
<name xml:lang="en">Thumbnail Type</name>
<name xml:lang="vi">Hình nhỏ</name>
<name xml:lang="ru">Тип миниатюры</name>
<name xml:lang="zh-TW">縮圖建立方式</name>
<description xml:lang="ko">네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
<description xml:lang="ko">네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
<description xml:lang="jp">サムネールの生成方法を選択します(Crop : 刈り込み, Ratio : 比率)。</description>
<description xml:lang="zh-CN">可以选择缩略图生成方式。 (crop : 裁减, ratio : 比例)</description>
<description xml:lang="en">Thumbnail Type may be set here.</description>

View file

@ -30,7 +30,7 @@
$args->list_count = (int)$args->list_count;
if(!$args->list_count) $args->list_count = 5;
// 네일 컬럼 수
// 네일 컬럼 수
$args->cols_list_count = (int)$args->cols_list_count;
if(!$args->cols_list_count) $args->cols_list_count = 5;
@ -43,13 +43,13 @@
// 최근 글 표시 시간
if(!$args->duration_new) $args->duration_new = 12;
// 네일 생성 방법
// 네일 생성 방법
if(!$args->thumbnail_type) $args->thumbnail_type = 'crop';
// 네일 가로 크기
// 네일 가로 크기
if(!$args->thumbnail_width) $args->thumbnail_width = 100;
// 네일 세로 크기
// 네일 세로 크기
if(!$args->thumbnail_height) $args->thumbnail_height = 75;
// 보기 옵션