mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
27
modules/editor/components/image_gallery/lang/en.lang.php
Normal file
27
modules/editor/components/image_gallery/lang/en.lang.php
Normal 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";
|
||||
?>
|
||||
26
modules/editor/components/image_gallery/lang/jp.lang.php
Normal file
26
modules/editor/components/image_gallery/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_gallery/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @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 = "サムネール表示";
|
||||
?>
|
||||
27
modules/editor/components/image_gallery/lang/ko.lang.php
Normal file
27
modules/editor/components/image_gallery/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_gallery/lang/ko.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 = "썸네일 보기";
|
||||
?>
|
||||
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 = "查看缩略图il";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue