mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +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
43
modules/widget/lang/en.lang.php
Normal file
43
modules/widget/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/widget/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief widget module- basic language pack
|
||||
**/
|
||||
|
||||
$lang->cmd_generate_code = 'Generate Code';
|
||||
|
||||
$lang->widget_name = 'Widget Name';
|
||||
$lang->widget_maker = 'Widget Developer';
|
||||
$lang->widget_history = 'Update History';
|
||||
$lang->widget_info = 'Widget Info';
|
||||
$lang->widget_code = 'Code';
|
||||
$lang->widget_cache = 'Cache';
|
||||
|
||||
$lang->widget_fix_width = 'Fix Width';
|
||||
$lang->widget_width = 'Width';
|
||||
$lang->widget_position = 'Position';
|
||||
$lang->widget_position_none = 'Next Line';
|
||||
$lang->widget_position_left = 'Left';
|
||||
$lang->widget_position_right = 'Right';
|
||||
$lang->widget_margin = 'Margin';
|
||||
$lang->widget_margin_top = 'Top Margin';
|
||||
$lang->widget_margin_right = 'Right Margin';
|
||||
$lang->widget_margin_bottom = 'Bottom Margin';
|
||||
$lang->widget_margin_left= 'Left Margin';
|
||||
$lang->about_widget_fix_width = 'Please check to fix the width.';
|
||||
$lang->about_widget_width = 'Please set the width of widget.';
|
||||
$lang->about_widget_position = 'Please select the position if you want to display many widgets in one line.';
|
||||
$lang->about_widget_margin = "You may set the margin of widgets' top, bottom, right and left.";
|
||||
$lang->about_widget_cache = 'Cached data can be used during the time you have set.';
|
||||
|
||||
$lang->generated_code = 'Generated Code';
|
||||
|
||||
$lang->msg_widget_is_not_exists = '%s widget does not exist.';
|
||||
$lang->msg_widget_object_is_null = 'Object of %s widget cannot be created.';
|
||||
$lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be executed.';
|
||||
|
||||
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
|
||||
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
|
||||
$lang->about_addon = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the Zeroboard XE page module or layout module.";
|
||||
?>
|
||||
43
modules/widget/lang/jp.lang.php
Normal file
43
modules/widget/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/widget/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief ウィジェット(widget)モジュール基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->cmd_generate_code = 'コード生成';
|
||||
|
||||
$lang->widget_name = 'ウィジェット名';
|
||||
$lang->widget_maker = 'ウィジェット作者';
|
||||
$lang->widget_history = '変更内容';
|
||||
$lang->widget_info = 'ウィジェット情報';
|
||||
$lang->widget_code = 'コード';
|
||||
$lang->widget_cache = 'キャッシュ';
|
||||
|
||||
$lang->widget_fix_width = '横幅固定';
|
||||
$lang->widget_width = '縦幅サイズ';
|
||||
$lang->widget_position = 'ポジッション';
|
||||
$lang->widget_position_none = '改行';
|
||||
$lang->widget_position_left = '左へ';
|
||||
$lang->widget_position_right = '右へ';
|
||||
$lang->widget_margin = '余白';
|
||||
$lang->widget_margin_top = '上';
|
||||
$lang->widget_margin_right = '右';
|
||||
$lang->widget_margin_bottom = '下 ';
|
||||
$lang->widget_margin_left= '左';
|
||||
$lang->about_widget_fix_width = 'チェックすると横幅が固定されます。';
|
||||
$lang->about_widget_width = '縦幅サイズを選択してください。';
|
||||
$lang->about_widget_position = '一つのラインに多数のウィジェットを羅列したい場合は、ポジッションを選択してください。';
|
||||
$lang->about_widget_margin = '一つのラインに多数のウィジェットを羅列したい場合は、ポジッションを選択してください。';
|
||||
$lang->about_widget_cache = '指定された時間内にキャッシュされたデータが利用できます。';
|
||||
|
||||
$lang->generated_code = '生成コード';
|
||||
|
||||
$lang->msg_widget_is_not_exists = '%s ウィジェットが見つかりません。';
|
||||
$lang->msg_widget_object_is_null = '%s ウィジェットのオブジェクトが生成できません。';
|
||||
$lang->msg_widget_proc_is_null = '%s ウィセットの proc() が実行できません。';
|
||||
|
||||
$lang->about_widget_code = '選択されたウィゼットで求められる下の項目の値を入力し、「コード生成」ボタンをクリックすると、<br />一番下にテンプレートファイルに適用できるコードが出力されます。';
|
||||
$lang->about_widget_code_in_page = '下に必要な値を入力した後、追加ボタンをクリックするとページ内にウィジェットが挿入されます。';
|
||||
$lang->about_addon = "ウィジェットまたはページモジュールに用いられる小単位の構成要素です。内部モジュールまたは外部の OPEN API と連動でき、設定によって様々な応用が利きます。ゼロボードXEのページモジュールまたはレイアウトモジュールを使用しなくても、「コード生成」機能で直接ウィジェットも追加できます。";
|
||||
?>
|
||||
43
modules/widget/lang/ko.lang.php
Normal file
43
modules/widget/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/widget/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 위젯(widget) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->cmd_generate_code = '코드생성';
|
||||
|
||||
$lang->widget_name = '위젯 이름';
|
||||
$lang->widget_maker = '위젯 제작자';
|
||||
$lang->widget_history = '변경사항';
|
||||
$lang->widget_info = '위젯 정보';
|
||||
$lang->widget_code = '코드';
|
||||
$lang->widget_cache = '캐시';
|
||||
|
||||
$lang->widget_fix_width = '크기 고정';
|
||||
$lang->widget_width = '가로크기';
|
||||
$lang->widget_position = '위치';
|
||||
$lang->widget_position_none = '줄바꿈';
|
||||
$lang->widget_position_left = '왼쪽';
|
||||
$lang->widget_position_right = '오른쪽';
|
||||
$lang->widget_margin = '여백';
|
||||
$lang->widget_margin_top = '위';
|
||||
$lang->widget_margin_right = '오른쪽';
|
||||
$lang->widget_margin_bottom = '아래 ';
|
||||
$lang->widget_margin_left= '왼쪽';
|
||||
$lang->about_widget_fix_width = '선택하시면 가로크기가 고정됩니다.';
|
||||
$lang->about_widget_width = '가로 크기를 입력해주세요.';
|
||||
$lang->about_widget_position = '한 줄에 여러개의 위젯을 나열하고 싶을때에는 위치를 선택해주세요.';
|
||||
$lang->about_widget_margin = '지정된 위젯의 상하좌우 여백을 지정할 수 있습니다';
|
||||
$lang->about_widget_cache = '지정된 시간동안 캐시된 데이터를 이용할 수 있습니다.';
|
||||
|
||||
$lang->generated_code = '생성된 코드';
|
||||
|
||||
$lang->msg_widget_is_not_exists = '%s 위젯을 찾을 수 없습니다';
|
||||
$lang->msg_widget_object_is_null = '%s 위젯의 객체 생성을 할 수가 없습니다';
|
||||
$lang->msg_widget_proc_is_null = '%s 위젯의 proc() 를 실행할 수가 없습니다';
|
||||
|
||||
$lang->about_widget_code = '선택하신 위젯에서 요구하는 아래 항목들의 값을 넣고 [코드생성]버튼을 누르시면 제일 아래 칸에 템플릿 파일에 적용할 수 있는 코드가 출력 됩니다';
|
||||
$lang->about_widget_code_in_page = '아래 필요한 값들을 입력하신 후 추가 버튼을 누르시면 페이지 내에 위젯이 삽입이 됩니다';
|
||||
$lang->about_addon = "위젯은 레이아웃이나 페이지 모듈에서 사용되는 작은 구성요소입니다.\n내부 모듈 또는 외부 open api와 연동될 수도 있고 설정을 통해서 다양한 응용이 가능합니다.\n제로보드XE의 페이지 모듈이나 레이아웃 모듈을 사용하지 않더라도 [코드생성] 기능을 통해 직접 위젯 추가도 할 수 있습니다";
|
||||
?>
|
||||
43
modules/widget/lang/zh-CN.lang.php
Normal file
43
modules/widget/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/widget/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 控件(widget) 模块语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_generate_code = '生成代码';
|
||||
|
||||
$lang->widget_name = '控件名称';
|
||||
$lang->widget_maker = '控件作者';
|
||||
$lang->widget_history = '更新事项';
|
||||
$lang->widget_info = '控件信息';
|
||||
$lang->widget_code = '代码';
|
||||
$lang->widget_cache = '缓冲';
|
||||
|
||||
$lang->widget_fix_width = '固定大小';
|
||||
$lang->widget_width = '宽度';
|
||||
$lang->widget_position = '位置';
|
||||
$lang->widget_position_none = '换行';
|
||||
$lang->widget_position_left = '左对齐';
|
||||
$lang->widget_position_right = '右对齐';
|
||||
$lang->widget_margin = '边距';
|
||||
$lang->widget_margin_top = '上';
|
||||
$lang->widget_margin_right = '右';
|
||||
$lang->widget_margin_bottom = '下';
|
||||
$lang->widget_margin_left= '左';
|
||||
$lang->about_widget_fix_width = '选择此项将固定控件显示宽度。';
|
||||
$lang->about_widget_width = '请输入宽度大小。';
|
||||
$lang->about_widget_position = '想要横向显示多个控件时,请选择位置。';
|
||||
$lang->about_widget_margin = '想要横向显示多个控件时,请设置边距。';
|
||||
$lang->about_widget_cache = '指定的时间内可以利用已缓冲的数据。';
|
||||
|
||||
$lang->generated_code = '已生成的代码';
|
||||
|
||||
$lang->msg_widget_is_not_exists = '找不到%s控件!';
|
||||
$lang->msg_widget_object_is_null = '无法生成%s控件对象!';
|
||||
$lang->msg_widget_proc_is_null = '不能执行%s控件的 proc()!';
|
||||
|
||||
$lang->about_widget_code = '输入被选控件所需要的下列各项后,按『代码生成』按钮,即可在页面下方获得可以用在布局模版代码片断。';
|
||||
$lang->about_widget_code_in_page = '输入下列各项必要值后,按“添加”按钮,即可把控件插入到页面当中。';
|
||||
$lang->about_addon = "控件是在布局或页面模块中使用的一个小部件。\n不仅可以关联内部模块或外部open api,而且通过设置可以用在多种用途。\n即使不使用Zeroboard XE的页面模块或布局模块,也可以通过『代码生成』功能直接可以添加相应控件。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue