mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
1.modules/board/lang/en.lang.php- 오타 수정 artocles => articles
2.modules/board/conf/info.xml- 번역 수정 3.modules/board/skins/xe_board/skin.xml 썸네일 생성 방법/썸네일 가로크기/썸네일 세로크기 - 번역 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3963 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
189e6a3977
commit
07084883c4
3 changed files with 8 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<name xml:lang="ru">zero</name>
|
||||
<description xml:lang="ko">게시판의 기능을 담당하는 모듈. 게시판의 생성/추가 관리등의 관리자 기능도 포함합니다.</description>
|
||||
<description xml:lang="zh-CN">给用户提供相应版面功能,将包含版面的生成/添加及版面管理等管理员功能。</description>
|
||||
<description xml:lang="en">Module of the board''s function. Also includes administrator functions such as creating/managing boards.</description>
|
||||
<description xml:lang="en">Module in charge of function of the board. Also includes administrator functions such as creating/managing boards.</description>
|
||||
<description xml:lang="es">Módulo para la función del tablero. Incluye funciones de administración como crear/ agregar o el manejo de los tableros.</description>
|
||||
<description xml:lang="jp">掲示板の機能を担うモジュールです。掲示板の生成・追加・管理などの管理者機能も含まれています。</description>
|
||||
<description xml:lang="ru">Модуль для функционирования форума. Также включает в себя функции администратора такие как создание/управление форумами.</description>
|
||||
|
|
|
|||
|
|
@ -34,5 +34,5 @@
|
|||
$lang->about_board_category = 'You can make board categories.<br />When board category is broken, try rebuilding the cache file manually.';
|
||||
$lang->about_except_notice = "Notice articles will not be displayed on normal list.";
|
||||
$lang->about_board = "This module is for creating and managing boards.\nYou may select the module name from the list after creating one to configure specifically.\nPlease be careful with board's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)";
|
||||
$lang->about_consultation = "Non-administrator members would see their own artocles.\nNon-members would not be able to write articles when using consultation.";
|
||||
$lang->about_consultation = "Non-administrator members would see their own articles.\nNon-members would not be able to write articles when using consultation.";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -279,9 +279,11 @@
|
|||
<title xml:lang="ko">썸네일 생성 방법</title>
|
||||
<title xml:lang="jp">サムネール生成方法</title>
|
||||
<title xml:lang="zh-CN">缩略图生成方式</title>
|
||||
<title xml:lang="en">Type of Thumbnail</title>
|
||||
<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">Choose the type to create the thumnail. (crop / ratio)</description>
|
||||
<default>crop</default>
|
||||
<default>ratio</default>
|
||||
</var>
|
||||
|
|
@ -289,18 +291,22 @@
|
|||
<title xml:lang="ko">썸네일 가로크기</title>
|
||||
<title xml:lang="jp">サムネールの横幅</title>
|
||||
<title xml:lang="zh-CN">缩略图宽度</title>
|
||||
<title xml:lang="en">Width of Thumbnail</title>
|
||||
<description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description>
|
||||
<description xml:lang="jp">サムネールの横幅を指定します(デフォルト 100px)。</description>
|
||||
<description xml:lang="zh-CN">可以指定缩略图宽度(默认为 100px)。</description>
|
||||
<description xml:lang="en">Set the width of thumbnail. Default is 100px.</description>
|
||||
<default>100</default>
|
||||
</var>
|
||||
<var name="thumbnail_height" type="text">
|
||||
<title xml:lang="ko">썸네일 세로크기</title>
|
||||
<title xml:lang="jp">サムネールの縦幅</title>
|
||||
<title xml:lang="zh-CN">缩略图高度</title>
|
||||
<title xml:lang="en">Height of Thumbnail</title>
|
||||
<description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description>
|
||||
<description xml:lang="jp">サムネールの縦幅を指定します(デフォルト 100px)。</description>
|
||||
<description xml:lang="zh-CN">可以指定缩略图高度(默认为 100px)。</description>
|
||||
<description xml:lang="en">Set the height of thumbnail. Default is 100px.</description>
|
||||
<default>100</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue