mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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
32
modules/layout/lang/en.lang.php
Normal file
32
modules/layout/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/layout/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief Layout module's basic language pack
|
||||
**/
|
||||
|
||||
$lang->cmd_layout_management = 'Layout Setting';
|
||||
$lang->cmd_layout_edit = 'Edit Layout';
|
||||
|
||||
$lang->layout_name = 'Layout Name';
|
||||
$lang->layout_maker = "Layout Developer";
|
||||
$lang->layout_history = "Updates";
|
||||
$lang->layout_info = "Layout Info";
|
||||
$lang->layout_list = 'Layout List';
|
||||
$lang->menu_count = 'Menus';
|
||||
$lang->downloaded_list = 'Download List';
|
||||
$lang->layout_preview_content = 'The content gets displayed here';
|
||||
$lang->not_apply_menu = 'Apply Layouts';
|
||||
|
||||
$lang->cmd_move_to_installed_list = "View created list";
|
||||
|
||||
$lang->about_downloaded_layouts = "List of downloaded layouts";
|
||||
$lang->about_title = 'Please input the title that is easy to verify when connecting to module';
|
||||
$lang->about_not_apply_menu = 'All connected module\'s layout will be changed by checking this option.';
|
||||
|
||||
$lang->about_layout = "Layout module helps you to create the site's layout easily.<br />By using layout setting and menu connection, website's completed shape will display with various modules.<br />* Those layouts which are unabled to delete or modify are the blog or other module's layout. ";
|
||||
$lang->about_layout_code =
|
||||
"It will be applied to the service when you save the layout code after editing it.
|
||||
You must previous the result before saving it.
|
||||
Refer to <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">ZeroboardXE Pamphlet</a> for ZeroboardXE's grammer of pamphlet.";
|
||||
?>
|
||||
32
modules/layout/lang/jp.lang.php
Normal file
32
modules/layout/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/layout/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief レイアウト(layout)モジュールの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->cmd_layout_management = 'レイアウト設定';
|
||||
$lang->cmd_layout_edit = 'レイアウト編集';
|
||||
|
||||
$lang->layout_name = 'レイアウト名';
|
||||
$lang->layout_maker = "レイアウト作者";
|
||||
$lang->layout_history = "変更内容 ";
|
||||
$lang->layout_info = "レイアウト情報";
|
||||
$lang->layout_list = 'レイアウトリスト';
|
||||
$lang->menu_count = 'メニュー数';
|
||||
$lang->downloaded_list = 'ダウンロードリスト';
|
||||
$lang->layout_preview_content = '内容が出力される部分です。';
|
||||
$lang->not_apply_menu = 'レイアウトの一括適用';
|
||||
|
||||
$lang->cmd_move_to_installed_list = "作成されたリスト表示";
|
||||
|
||||
$lang->about_downloaded_layouts = "ダウンロードのレイアウトリスト";
|
||||
$lang->about_title = 'モジュールとの連動をわかりやすく区分するためのタイトルを入力してください。';
|
||||
$lang->about_not_apply_menu = 'チェックを入れると連動するすべてのメニューのモジュールのレイアウトを一括変更します。';
|
||||
|
||||
$lang->about_layout = "レイアウトのモジュールはサイトのレイアウトを分かりやすく作成できるようにします。レイアウトの設定とメニューのリンクで様々なモジュールで完成されたサイトデザインができます。<br />★削除・修正ができないレイアウトはブログまたは他のモジュールのレイアウトであるため、該当するモジュールで設定を行ってください。";
|
||||
$lang->about_layout_code =
|
||||
"下のレイアウトコードを修正して保存するとサービスに反映されます。
|
||||
必ずプレビューで確認した上で保存してください。
|
||||
ゼロボードXEのテンプレート文法は<a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">ゼロボードXEテンプレート</a>を参考してください。";
|
||||
?>
|
||||
32
modules/layout/lang/ko.lang.php
Normal file
32
modules/layout/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/layout/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 레이아웃(layout) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->cmd_layout_management = '레이아웃 설정';
|
||||
$lang->cmd_layout_edit = '레이아웃 편집';
|
||||
|
||||
$lang->layout_name = '레이아웃 이름';
|
||||
$lang->layout_maker = "레이아웃 제작자";
|
||||
$lang->layout_history = "변경 사항 ";
|
||||
$lang->layout_info = "레이아웃 정보";
|
||||
$lang->layout_list = '레이아웃 목록';
|
||||
$lang->menu_count = '메뉴수';
|
||||
$lang->downloaded_list = '다운로드 목록';
|
||||
$lang->layout_preview_content = '내용이 출력되는 부분입니다';
|
||||
$lang->not_apply_menu = '레이아웃 일괄 적용';
|
||||
|
||||
$lang->cmd_move_to_installed_list = "생성된 목록 보기";
|
||||
|
||||
$lang->about_downloaded_layouts = "다운로드 되어 있는 레이아웃 목록";
|
||||
$lang->about_title = '모듈에 연결시 쉽게 구분할 수 있는 제목을 입력해주세요';
|
||||
$lang->about_not_apply_menu = '체크를 하시면 연결된 모든 메뉴의 모듈 레이아웃을 일괄 변경합니다.';
|
||||
|
||||
$lang->about_layout = "레이아웃 모듈은 사이트의 레이아웃을 쉽게 만들 수 있도록 도와줍니다.<br />레이아웃 설정과 메뉴의 연결을 통해서 다양한 모듈이 완성된 사이트의 모습으로 보여줄 수 있도록 합니다.<br />* 삭제나 수정이 불가능한 레이아웃은 블로그나 기타 모듈의 자체 레이아웃이므로 해당 모듈로 가서 설정하셔야 합니다.";
|
||||
$lang->about_layout_code =
|
||||
"아래 레이아웃의 코드를 직접 수정후 저장하시면 서비스에 반영이 됩니다.
|
||||
꼭 미리보기를 하신 후에 저장을 하세요.
|
||||
제로보드XE의 템플릿 문법은 <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">제로보드XE 템플릿</a> 을 참고하시면 됩니다.";
|
||||
?>
|
||||
34
modules/layout/lang/zh-CN.lang.php
Normal file
34
modules/layout/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/layout/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 布局(layout) 模块语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_layout_management = '布局设置';
|
||||
$lang->cmd_layout_edit = '布局编辑';
|
||||
$lang->cmd_preview = '预览';
|
||||
$lang->cmd_reset = '初始化';
|
||||
|
||||
$lang->layout_name = '布局名';
|
||||
$lang->layout_maker = "布局作者";
|
||||
$lang->layout_history = "更新记录 ";
|
||||
$lang->layout_info = "布局信息";
|
||||
$lang->layout_list = '布局目录';
|
||||
$lang->menu_count = '菜单数';
|
||||
$lang->downloaded_list = '下载目录';
|
||||
$lang->layout_preview_content = '显示内容的部分。';
|
||||
$lang->not_apply_menu = '布局共享';
|
||||
|
||||
$lang->cmd_move_to_installed_list = "查看生成目录";
|
||||
|
||||
$lang->about_downloaded_layouts = "已下载的布局目录";
|
||||
$lang->about_title = '请输入连接模块时容易区分的标题。';
|
||||
$lang->about_not_apply_menu = '更新所有被连接到菜单的模块布局。';
|
||||
|
||||
$lang->about_layout = "布局模块是使制作网站变得更简单。<br />通过布局设定和菜单的链接可以展示多种模块组成的网站。<br />* 不能删除和修改的布局是博客或其他模块自带的布局,要设定到相关模块设置。";
|
||||
$lang->about_layout_code =
|
||||
"修改下面的布局代码,保存后即可生效。
|
||||
保存之前请必须先预览后再保存。
|
||||
Zeroboard XE 模板语法请参考 <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">zeroboard XE 模板</a>。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue