git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,40 @@
<?php
/**
* @file /modules/editor/components/quotation/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of quotation component
**/
$lang->quotation_use_folder = "Use Folding Function";
$lang->quotation_opener = "Name of Open Button";
$lang->quotation_closer = "Name of Close Button";
$lang->quotation_padding = "Padding";
$lang->quotation_margin = "Margin";
$lang->quotation_border_color = "Border Color";
$lang->quotation_border_thickness = "Border Thickness";
$lang->folder_text_bold = "Text Boldness";
$lang->about_folder_text_bold = "Make Link Text Bold";
$lang->folder_text_color = "Link Color";
$lang->folder_text_color_blue = "Blue";
$lang->folder_text_color_red = "Red";
$lang->folder_text_color_yellow = "Yellow";
$lang->folder_text_color_green = "Green";
$lang->quotation_border_style = "Border Style";
$lang->quotation_border_style_list = array(
"None",
"Solid",
"Dotted",
"Solid on Left",
"Solid on Right",
);
$lang->quotation_bg_color = "Background Color";
$lang->quotation_opener = "Name of Open Link";
$lang->quotation_opener = "Name of Close Link";
$lang->quotation_cmd_opener = "More...";
$lang->quotation_cmd_closer = "Close";
?>

View file

@ -0,0 +1,40 @@
<?php
/**
* @file /modules/editor/components/emoticon/lang/ko.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief ウィジウィグエディターeditorモジュール > 引用句 quotationコンポネント言語パッケージ
**/
$lang->quotation_use_folder = "畳み機能使用";
$lang->quotation_opener = "開くボタン名";
$lang->quotation_closer = "閉じるボタン名";
$lang->quotation_padding = "内部余白";
$lang->quotation_margin = "外部余白";
$lang->quotation_border_color = "ボーダーカラー";
$lang->quotation_border_thickness = "ボーダー";
$lang->folder_text_bold = "太字にする";
$lang->about_folder_text_bold = "チェックするとリンクの文字列が太字で表示されます。";
$lang->folder_text_color = "リンク色 ";
$lang->folder_text_color_blue = "";
$lang->folder_text_color_red = "";
$lang->folder_text_color_yellow = "";
$lang->folder_text_color_green = "";
$lang->quotation_border_style = "ボーダータイプ";
$lang->quotation_border_style_list = array(
"なし",
"実線",
"点線",
"左側実線",
"右側実践",
);
$lang->quotation_bg_color = "背景色";
$lang->quotation_opener = "「開く」リンク名";
$lang->quotation_opener = "「閉じる」リンク名";
$lang->quotation_cmd_opener = "詳細表示...";
$lang->quotation_cmd_closer = "閉じる";
?>

View file

@ -0,0 +1,40 @@
<?php
/**
* @file /modules/editor/components/emoticon/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 위지윅에디터(editor) 모듈 > 인용구 (quotation) 컴포넌트의 언어팩
**/
$lang->quotation_use_folder = "접기 기능 사용";
$lang->quotation_opener = "열기 버튼 이름";
$lang->quotation_closer = "닫기 버튼 이름";
$lang->quotation_padding = "내부 여백";
$lang->quotation_margin = "외부 여백";
$lang->quotation_border_color = "테두리 색";
$lang->quotation_border_thickness = "테두리 굵기";
$lang->folder_text_bold = "글자 굵게";
$lang->about_folder_text_bold = "선택하시면 링크의 글자가 굵게 표시됩니다";
$lang->folder_text_color = "링크 색상 ";
$lang->folder_text_color_blue = "파란색";
$lang->folder_text_color_red = "붉은색";
$lang->folder_text_color_yellow = "노란색";
$lang->folder_text_color_green = "녹색";
$lang->quotation_border_style = "테두리 종류";
$lang->quotation_border_style_list = array(
"없음",
"실선",
"점선",
"좌측 실선",
"우측 실선",
);
$lang->quotation_bg_color = "배경 색";
$lang->quotation_opener = "열기 링크 이름";
$lang->quotation_opener = "닫기 링크 이름";
$lang->quotation_cmd_opener = "더 보기...";
$lang->quotation_cmd_closer = "닫기";
?>

View file

@ -0,0 +1,40 @@
<?php
/**
* @file /modules/editor/components/emoticon/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 网页编辑器(editor) 模块 > 引用 (quotation) 组件语言包
**/
$lang->quotation_use_folder = "使用折叠功能";
$lang->quotation_opener = "打开按钮名称";
$lang->quotation_closer = "关闭按钮名称";
$lang->quotation_padding = "内测边距";
$lang->quotation_margin = "外侧边距";
$lang->quotation_border_color = "边框颜色";
$lang->quotation_border_thickness = "边框粗细";
$lang->folder_text_bold = "粗体显示";
$lang->about_folder_text_bold = "选择此项将把链接的文本显示为粗体";
$lang->folder_text_color = "链接颜色";
$lang->folder_text_color_blue = "蓝色";
$lang->folder_text_color_red = "红色";
$lang->folder_text_color_yellow = "黄色";
$lang->folder_text_color_green = "绿色";
$lang->quotation_border_style = "边框种类";
$lang->quotation_border_style_list = array(
"",
"实线",
"点线",
"左侧实线",
"右侧实线",
);
$lang->quotation_bg_color = "背景颜色";
$lang->quotation_opener = "打开链接名称";
$lang->quotation_opener = "关闭链接名称";
$lang->quotation_cmd_opener = "更多...";
$lang->quotation_cmd_closer = "关闭";
?>