mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +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
67
modules/module/lang/en.lang.php
Normal file
67
modules/module/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/module/lang/en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief English language pack
|
||||
**/
|
||||
|
||||
$lang->module_list = "Module List";
|
||||
$lang->module_index = "Module List";
|
||||
$lang->module_category = "Module Category";
|
||||
$lang->module_info = "Info";
|
||||
$lang->add_shortcut = "Add Shortcuts";
|
||||
$lang->module_action = "Actions";
|
||||
$lang->module_maker = "Module Developer";
|
||||
$lang->module_history = "Update history";
|
||||
$lang->category_title = "Category Title";
|
||||
$lang->header_text = 'Header Text';
|
||||
$lang->footer_text = 'Footer Text';
|
||||
$lang->use_category = 'Enable Category';
|
||||
$lang->category_title = 'Category Title';
|
||||
$lang->checked_count = 'Number of checked article';
|
||||
$lang->skin_default_info = 'Default Skin Info';
|
||||
$lang->skin_maker = 'Skin Developer';
|
||||
$lang->skin_maker_homepage = "Skin Developer's Homepage";
|
||||
$lang->open_rss = 'Open RSS';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => 'Open all',
|
||||
'H' => 'Open summary',
|
||||
'N' => 'Not open',
|
||||
);
|
||||
|
||||
$lang->cmd_add_shortcut = "Add Shortcut";
|
||||
$lang->cmd_install = "Install";
|
||||
$lang->cmd_update = "Update";
|
||||
$lang->cmd_manage_category = 'Manage Categories';
|
||||
$lang->cmd_manage_grant = 'Manage Permission';
|
||||
$lang->cmd_manage_skin = 'Manage Skins';
|
||||
$lang->cmd_manage_document = 'Manage Articles';
|
||||
|
||||
$lang->msg_new_module = "Create new module";
|
||||
$lang->msg_update_module = "Modify module";
|
||||
$lang->msg_module_name_exists = "The name already exists. Please try other name.";
|
||||
$lang->msg_category_is_null = 'No registered category exists.';
|
||||
$lang->msg_grant_is_null = 'No list exists for grant.';
|
||||
$lang->msg_no_checked_document = 'No checked articles exist.';
|
||||
$lang->msg_move_failed = 'Failed to move';
|
||||
$lang->msg_cannot_delete_for_child = 'Cannot delete a category having child categories.';
|
||||
|
||||
$lang->about_browser_title = "It will be shown in the browser title. It will be also used in a RSS/Trackback.";
|
||||
$lang->about_mid = "The module name will be used like http://address/?mid=ModuleName.\n(only english alphabet,numbers, and underscore(_) are allowed)";
|
||||
$lang->about_default = "If checked, the default will be shown when access to the site without no mid value(mid=NoValue).";
|
||||
$lang->about_module_category = "It enables you to manage it through module category.\n The URL for the module manager is <a href=\"./?module=admin&act=dispModuleAdminCategory\">Manage module > Module category </a>.";
|
||||
$lang->about_description= 'It is the description only for a manager.';
|
||||
$lang->about_default = 'If cheched, the default will be shown when access to the site without no mid value(mid=NoValue).';
|
||||
$lang->about_header_text = 'The contents will be shown on the top of the module.(html tags available)';
|
||||
$lang->about_footer_text = 'The contents will be shown on the bottom of the module.(html tags available)';
|
||||
$lang->about_skin = 'You may choose a module skin.';
|
||||
$lang->about_use_category = 'If checked, category function will be enabled.';
|
||||
$lang->about_list_count = 'You can set the number of limit to show article in a page.(default is 1)';
|
||||
$lang->about_page_count = 'You can set the number of page link to move pages in a bottom of page.(default is 10)';
|
||||
$lang->about_admin_id = 'You can grant a manager to have all permissions to the module.\n You can enter multiple IDs using <br />,(comma) \n(but the module manager cannot access the site admin page.)';
|
||||
$lang->about_grant = 'If you disable all objects having specific permissions, all members even not logined may have permission.';
|
||||
$lang->about_open_rss = 'You can select RSS on the current module to be open to the public.\nNo matter the view permission of article , RSS will be open to the public by its option.';
|
||||
$lang->about_module = "All of Zeroboard XE except the basic library consist of module.\n [Manage module] module will show all installed modules and help you to manage them.\nThrough [Add shortcut] feature, you can manage frequently used modules easily.";
|
||||
|
||||
$lang->about_extra_vars_default_value = 'If multiple default values are needed, you can link them with comma(,).';
|
||||
?>
|
||||
67
modules/module/lang/jp.lang.php
Normal file
67
modules/module/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
<?php
|
||||
/**
|
||||
* @file jp.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻訳:RisaPapa
|
||||
* @brief 日本語言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->module_list = "モジュールリスト";
|
||||
$lang->module_index = "モジュールインデックス";
|
||||
$lang->module_category = "モジュールカテゴリ";
|
||||
$lang->module_info = "モジュール情報";
|
||||
$lang->add_shortcut = "管理者メニューに追加する";
|
||||
$lang->module_action = "動作";
|
||||
$lang->module_maker = "モジュール作者";
|
||||
$lang->module_history = "変更内容 ";
|
||||
$lang->category_title = "カテゴリ名";
|
||||
$lang->header_text = 'ヘッダー内容';
|
||||
$lang->footer_text = 'フッター内容';
|
||||
$lang->use_category = 'カテゴリ使用';
|
||||
$lang->category_title = 'カテゴリ名';
|
||||
$lang->checked_count = '選択された書き込み数';
|
||||
$lang->skin_default_info = 'スキン基本情報';
|
||||
$lang->skin_maker = 'スキン作者';
|
||||
$lang->skin_maker_homepage = '作者ホームページ';
|
||||
$lang->open_rss = 'RSS配信';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => '全文配信 ',
|
||||
'H' => '要約配信',
|
||||
'N' => '配信しない',
|
||||
);
|
||||
|
||||
$lang->cmd_add_shortcut = "ショットカット追加";
|
||||
$lang->cmd_install = "インストール";
|
||||
$lang->cmd_update = "アップデート";
|
||||
$lang->cmd_manage_category = 'カテゴリ管理';
|
||||
$lang->cmd_manage_grant = '権限管理';
|
||||
$lang->cmd_manage_skin = 'スキン管理';
|
||||
$lang->cmd_manage_document = '書き込み管理';
|
||||
|
||||
$lang->msg_new_module = "モジュール作成";
|
||||
$lang->msg_update_module = "モジュール修正";
|
||||
$lang->msg_module_name_exists = "既に存在するモジュール名です。他の名前を入力してください。";
|
||||
$lang->msg_category_is_null = '登録されているカテゴリがありません。';
|
||||
$lang->msg_grant_is_null = '登録された権限がありません。';
|
||||
$lang->msg_no_checked_document = '選択された書き込みがありません。';
|
||||
$lang->msg_move_failed = '移動することができませんでした。';
|
||||
$lang->msg_cannot_delete_for_child = '下位カテゴリのカテゴリは削除することができません。';
|
||||
|
||||
$lang->about_browser_title = "ブラウザのタイトルバーに表示される内容です。RSS/Trackbackでも使用します。";
|
||||
$lang->about_mid = "モジュール名は、http://アドレス/?mid=モジュール名、のように直接呼び出せる値です(英数+_のみ可)。";
|
||||
$lang->about_default = "チェックすると、サイトに「 mid値」なしで接続した場合、デフォルトで表示します。";
|
||||
$lang->about_module_category = "カテゴリで管理できるようにします。モジュールのカテゴリの管理は、<a href=\"./?module=admin&act=dispModuleAdminCategory\">モジュール管理 > モジュールカテゴリ </a>で行うことができます。";
|
||||
$lang->about_description= '管理用に用いられる説明です。';
|
||||
$lang->about_default = 'チェックすると、サイトに「mid値」なしで接続した場合、デフォルトで表示します。';
|
||||
$lang->about_header_text = 'モジュールのヘッダーに表示される内容です(HTMLタグが使用できる)。';
|
||||
$lang->about_footer_text = 'モジュールのフッターに表示される内容です。(HTMLタグが使用できる)。';
|
||||
$lang->about_skin = 'モジュールのスキンを選択することができます。';
|
||||
$lang->about_use_category = 'チェックするとカテゴリ機能が使用できます。';
|
||||
$lang->about_list_count = '1ページ当たりに表示される書き込みの数が指定できます(デフォルト1個)。';
|
||||
$lang->about_page_count = 'リストの下段に移動できるページのリンク数が指定できます(デフォルト10個)。';
|
||||
$lang->about_admin_id = '該当するモジュールに対して最高権限を持つ管理者を指定することができます。「,(コンマ)」で区切って多数のIDが指定できます(管理者ページへのアクセスはできません)。';
|
||||
$lang->about_grant = '特定権限の対象をすべて解除するとログインしていない会員ユーザまで権限が与えられます。';
|
||||
$lang->about_open_rss = '現在のモジュールに対して「RSS配信」を選択することができます。書き込みの内容が読める権限とは関係なくオプションによってRSSが配信されます。';
|
||||
$lang->about_module = "ゼロボードXEは、基本ライブラリの他は、すべてモジュールで構成されています。モジュール管理用のモジュールはインストールされたすべてを表示し、管理できるようにします。頻繁に使うモジュールは、【ショットカット追加】で行うと管理しやすなります。";
|
||||
|
||||
$lang->about_extra_vars_default_value = '多重・単一選択などのデフォルト値が、複数必要な場合は、「, (コンマ)」でリンクを張ることができます。';
|
||||
?>
|
||||
67
modules/module/lang/ko.lang.php
Normal file
67
modules/module/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 한국어 언어팩
|
||||
**/
|
||||
|
||||
$lang->module_list = "모듈 목록";
|
||||
$lang->module_index = "모듈 목록";
|
||||
$lang->module_category = "모듈 분류";
|
||||
$lang->module_info = "모듈 정보";
|
||||
$lang->add_shortcut = "관리자 메뉴에 추가";
|
||||
$lang->module_action = "동작";
|
||||
$lang->module_maker = "모듈 제작자";
|
||||
$lang->module_history = "변경 사항 ";
|
||||
$lang->category_title = "분류 이름";
|
||||
$lang->header_text = '상단 내용';
|
||||
$lang->footer_text = '하단 내용';
|
||||
$lang->use_category = '분류 사용';
|
||||
$lang->category_title = '분류명';
|
||||
$lang->checked_count = '선택된 글 수';
|
||||
$lang->skin_default_info = '스킨 기본정보';
|
||||
$lang->skin_maker = '스킨제작자';
|
||||
$lang->skin_maker_homepage = '제작자 홈페이지';
|
||||
$lang->open_rss = 'RSS 공개';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => '전문 공개 ',
|
||||
'H' => '요약 공개',
|
||||
'N' => '공개하지 않음',
|
||||
);
|
||||
|
||||
$lang->cmd_add_shortcut = "바로가기 추가";
|
||||
$lang->cmd_install = "설치";
|
||||
$lang->cmd_update = "업데이트";
|
||||
$lang->cmd_manage_category = '분류관리';
|
||||
$lang->cmd_manage_grant = '권한관리';
|
||||
$lang->cmd_manage_skin = '스킨관리';
|
||||
$lang->cmd_manage_document = '게시글 관리';
|
||||
|
||||
$lang->msg_new_module = "모듈 생성";
|
||||
$lang->msg_update_module = "모듈 수정";
|
||||
$lang->msg_module_name_exists = "이미 존재하는 모듈이름입니다. 다른 이름을 입력해주세요.";
|
||||
$lang->msg_category_is_null = '등록된 분류가 없습니다';
|
||||
$lang->msg_grant_is_null = '등록된 권한 대상이 없습니다';
|
||||
$lang->msg_no_checked_document = '선택된 게시물이 없습니다';
|
||||
$lang->msg_move_failed = '이동 실패하였습니다';
|
||||
$lang->msg_cannot_delete_for_child = '하부 분류가 있는 분류는 삭제하실 수 없습니다';
|
||||
|
||||
$lang->about_browser_title = "브라우저의 제목에 나타나는 값입니다. RSS/Trackback에서도 사용됩니다.";
|
||||
$lang->about_mid = "모듈이름은 http://주소/?mid=모듈이름 처럼 직접 호출할 수 있는 값입니다. (영문+숫자+_ 만 가능)";
|
||||
$lang->about_default = "선택하시면 사이트에 mid값 없이 접속하였을 경우 기본으로 보여줍니다";
|
||||
$lang->about_module_category = "분류를 통한 관리를 할 수 있도록 합니다. 모듈 분류의 관리는 <a href=\"./?module=admin&act=dispModuleAdminCategory\">모듈관리 > 모듈분류 </a>에서 하실 수 있습니다.";
|
||||
$lang->about_description= '관리용으로 사용되는 설명입니다';
|
||||
$lang->about_default = '선택하시면 사이트에 mid값 없이 접속하였을 경우 기본으로 보여줍니다';
|
||||
$lang->about_header_text = '모듈의 상단에 표시되는 내용입니다 (html 태그 사용 가능)';
|
||||
$lang->about_footer_text = '모듈의 하단에 표시되는 내용입니다 (html 태그 사용 가능)';
|
||||
$lang->about_skin = '모듈의 스킨을 선택하실 수 있습니다';
|
||||
$lang->about_use_category = '선택하시면 분류기능을 사용할 수 있습니다';
|
||||
$lang->about_list_count = '한페이지에 표시될 글의 수를 지정하실 수 있습니다. (기본 1개)';
|
||||
$lang->about_page_count = '목록 하단 페이지 이동 하는 링크의 수를 지정하실 수 있습니다. (기본 10개)';
|
||||
$lang->about_admin_id = '해당 모듈에 대해 최고 권한을 가지는 관리자를 지정할 수 있습니다.<br />,(콤마)로 다수 아이디 지정이 가능합니다. (관리자페이지 접근은 불가능)';
|
||||
$lang->about_grant = '특정 권한의 대상을 모두 해제하시면 로그인하지 않은 회원까지 권한을 가질 수 있습니다';
|
||||
$lang->about_open_rss = '현재 모듈에 대한 RSS 공개를 선택하실 수 있습니다. 글 보는 권한과 상관없이 옵션에 따라 RSS가 공개됩니다';
|
||||
$lang->about_module = "제로보드XE는 기본 라이브러리를 제외한 나머지는 모두 모듈로 구성되어 있습니다.\n모듈관리 모듈은 설치된 모든 모듈을 보여주고 관리를 도와줍니다.\n자주 쓰는 모듈은 [바로가기 추가]를 통해서 편하게 관리하실 수 있습니다.";
|
||||
|
||||
$lang->about_extra_vars_default_value = '다중/단일 선택등 기본값이 여러개가 필요한 경우 , (콤마)로 연결하시면 됩니다';
|
||||
?>
|
||||
67
modules/module/lang/zh-CN.lang.php
Normal file
67
modules/module/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 简体中文语言包
|
||||
**/
|
||||
|
||||
$lang->module_list = "模块目录";
|
||||
$lang->module_index = "模块目录";
|
||||
$lang->module_category = "模块分类";
|
||||
$lang->module_info = "模块信息";
|
||||
$lang->add_shortcut = "添加到快捷菜单";
|
||||
$lang->module_action = "动作";
|
||||
$lang->module_maker = "模块作者";
|
||||
$lang->module_history = "更新事项 ";
|
||||
$lang->category_title = "分类名称";
|
||||
$lang->header_text = '上端内容';
|
||||
$lang->footer_text = '下端内容';
|
||||
$lang->use_category = '使用分类';
|
||||
$lang->category_title = '分类名';
|
||||
$lang->checked_count = '被选择的主题数';
|
||||
$lang->skin_default_info = '皮肤默认信息';
|
||||
$lang->skin_maker = '皮肤作者';
|
||||
$lang->skin_maker_homepage = '作者主页';
|
||||
$lang->open_rss = '公开RSS';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => '公开全文',
|
||||
'H' => '公开摘要',
|
||||
'N' => '不公开',
|
||||
);
|
||||
|
||||
$lang->cmd_add_shortcut = "添加到快捷菜单";
|
||||
$lang->cmd_install = "安装";
|
||||
$lang->cmd_update = "升级";
|
||||
$lang->cmd_manage_category = '分类管理';
|
||||
$lang->cmd_manage_grant = '权限管理';
|
||||
$lang->cmd_manage_skin = '皮肤管理';
|
||||
$lang->cmd_manage_document = '主题管理';
|
||||
|
||||
$lang->msg_new_module = "模块生成";
|
||||
$lang->msg_update_module = "模块修改";
|
||||
$lang->msg_module_name_exists = "已存在的模块名称。请输入其他名称。";
|
||||
$lang->msg_category_is_null = '没有登录的分类';
|
||||
$lang->msg_grant_is_null = '没有登录的权限对象';
|
||||
$lang->msg_no_checked_document = '没有被选择的主题';
|
||||
$lang->msg_move_failed = '移动失败!';
|
||||
$lang->msg_cannot_delete_for_child = '不能删除有下级分类的分类!';
|
||||
|
||||
$lang->about_browser_title = "显示在浏览器窗口的标题值。 在RSS/Trackback也可以使用。";
|
||||
$lang->about_mid = "模块名称只允许使用英文,数字和下划线。";
|
||||
$lang->about_default = "用没有mid值的网址访问网站时,将会显示默认。";
|
||||
$lang->about_module_category = "可以分类管理模块。 模块分类可以在 <a href=\"./?module=admin&act=dispModuleAdminCategory\">模块管理 > 模块分类 </a>中进行管理。";
|
||||
$lang->about_description= '管理用使用说明。';
|
||||
$lang->about_default = '用没有mid值的网址访问网站时,将会显示默认。';
|
||||
$lang->about_header_text = '显示在模块顶部的内容。(可以使用HTML)';
|
||||
$lang->about_footer_text = '显示在模块底部的内容。(可以使用HTML)';
|
||||
$lang->about_skin = '可以选择模块皮肤。';
|
||||
$lang->about_use_category = '选择此项可以使用分类功能。';
|
||||
$lang->about_list_count = '可以指定每页显示的主题数。(默认为1个)';
|
||||
$lang->about_page_count = '可以指定显示在目录下方的页面数。 (默认为10个)';
|
||||
$lang->about_admin_id = '可以对该模块指定最高管理权限。<br />有多名管理员时,可以用,(逗号)来分隔。 (不能访问管理页面)';
|
||||
$lang->about_grant = '全部解除特定权限的对象时,没有登录的会员也将具有相关权限。';
|
||||
$lang->about_open_rss = '可以选择对该模块的RSS公开程度。RSS公开将不受查看内容权限的限制,随公开RSS的选项公开RSS。';
|
||||
$lang->about_module = "除基本library以外Zeroboard XE全部由模块组成。\n模块管理中列出所有已安装的模块,因此易于管理。\n常用模块可以通过『添加到快捷菜单』来方便管理。";
|
||||
|
||||
$lang->about_extra_vars_default_value = '复选/单选缺省值需要多个时,用,(逗号)来分隔。';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue