mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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
37
modules/poll/lang/en.lang.php
Normal file
37
modules/poll/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief poll module / basic language pack
|
||||
**/
|
||||
|
||||
$lang->poll = "Poll";
|
||||
$lang->poll_stop_date = "Expiration Date";
|
||||
$lang->poll_join_count = "Participants";
|
||||
$lang->poll_checkcount = "Number of required items";
|
||||
|
||||
$lang->cmd_poll_list = 'View poll list';
|
||||
$lang->cmd_delete_checked_poll = 'Delete selected poll';
|
||||
$lang->cmd_apply_poll = 'Apply poll';
|
||||
$lang->cmd_delete_checked_poll = 'Delete selected poll';
|
||||
|
||||
$lang->success_poll = 'Thank you for joining the poll.';
|
||||
|
||||
$lang->msg_already_poll = 'You already polled!';
|
||||
$lang->msg_cart_is_null = 'Please select an article to delete.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) are deleted.';
|
||||
$lang->msg_check_poll_item = 'Please select a poll item to poll.\n(Required poll item(s) may be different in each poll.)';
|
||||
$lang->msg_cart_is_null = 'Please select a poll to delete.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) are deleted.';
|
||||
$lang->msg_poll_not_exists = 'Selected poll does not exist.';
|
||||
|
||||
$lang->cmd_null_item = "No item value exist to post a poll. Please re-try.";
|
||||
|
||||
$lang->confirm_poll_submit = "Confirm to submit the poll?";
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => 'Title',
|
||||
'regdate' => 'Posting date',
|
||||
'ipaddress' => 'IP Address',
|
||||
);
|
||||
?>
|
||||
37
modules/poll/lang/jp.lang.php
Normal file
37
modules/poll/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief アンケート(poll)モジュールの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->poll = "アンケート調査";
|
||||
$lang->poll_stop_date = "アンケート調査の終了日";
|
||||
$lang->poll_join_count = "参加者";
|
||||
$lang->poll_checkcount = "必須選択項目数";
|
||||
|
||||
$lang->cmd_poll_list = 'アンケートのリスト表示';
|
||||
$lang->cmd_delete_checked_poll = '選択項目削除';
|
||||
$lang->cmd_apply_poll = 'アンケート調査へ参加する';
|
||||
$lang->cmd_delete_checked_poll = '選択アンケート削除';
|
||||
|
||||
$lang->success_poll = 'アンケート調査へのご応募ありがとうございます。';
|
||||
|
||||
$lang->msg_already_poll = '既にアンケート調査に応募しました。';
|
||||
$lang->msg_cart_is_null = '削除する書き込みを選択してください。';
|
||||
$lang->msg_checked_poll_is_deleted = '%d個のアンケートが削除されました。';
|
||||
$lang->msg_check_poll_item = 'アンケート調査の項目を選択してください(アンケート調査ごと必須の選択項目が異なる場合があります)。';
|
||||
$lang->msg_cart_is_null = '削除するアンケートを選択してください。';
|
||||
$lang->msg_checked_poll_is_deleted = '%d個のアンケートが削除されました。';
|
||||
$lang->msg_poll_not_exists = '選択したアンケートは存在しません。';
|
||||
|
||||
$lang->cmd_null_item = "アンケート調査に登録する項目がありません。\nもう一度設定してください。";
|
||||
|
||||
$lang->confirm_poll_submit = "アンケート調査にご応募しますか?";
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => 'タイトル',
|
||||
'regdate' => '登録日',
|
||||
'ipaddress' => 'IPアドレス',
|
||||
);
|
||||
?>
|
||||
37
modules/poll/lang/ko.lang.php
Normal file
37
modules/poll/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 설문조사 (poll) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->poll = "설문조사";
|
||||
$lang->poll_stop_date = "설문조사 종료일";
|
||||
$lang->poll_join_count = "참가자";
|
||||
$lang->poll_checkcount = "필수 선택 항목수";
|
||||
|
||||
$lang->cmd_poll_list = '설문조사 목록 보기';
|
||||
$lang->cmd_delete_checked_poll = '선택항목 삭제';
|
||||
$lang->cmd_apply_poll = '설문 참여';
|
||||
$lang->cmd_delete_checked_poll = '선택 설문 삭제';
|
||||
|
||||
$lang->success_poll = '설문에 응하여 주셔서 감사합니다';
|
||||
|
||||
$lang->msg_already_poll = '이미 설문조사를 하셨습니다';
|
||||
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요';
|
||||
$lang->msg_checked_poll_is_deleted = '%d개의 설문조사가 삭제되었습니다';
|
||||
$lang->msg_check_poll_item = '설문에 응할 항목을 선택하여 주세요. (설문조사 마다 필수 선택항목이 다를 수 있습니다)';
|
||||
$lang->msg_cart_is_null = '삭제할 설문을 선택해주세요';
|
||||
$lang->msg_checked_poll_is_deleted = '%d개의 설문이 삭제되었습니다';
|
||||
$lang->msg_poll_not_exists = '선택하신 설문이 존재하지 않습니다';
|
||||
|
||||
$lang->cmd_null_item = "설문조사로 등록할 값이 없습니다.\n다시 설정해주세요";
|
||||
|
||||
$lang->confirm_poll_submit = "설문조사에 응하시겠습니까?";
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => '제목',
|
||||
'regdate' => '등록일',
|
||||
'ipaddress' => 'IP 주소',
|
||||
);
|
||||
?>
|
||||
37
modules/poll/lang/zh-CN.lang.php
Normal file
37
modules/poll/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 投票调查 (poll) 模块的基本语言包
|
||||
**/
|
||||
|
||||
$lang->poll = "投票调查";
|
||||
$lang->poll_stop_date = "投票调查结束日期";
|
||||
$lang->poll_join_count = "投票者";
|
||||
$lang->poll_checkcount = "必选项目数";
|
||||
|
||||
$lang->cmd_poll_list = '查看投票调查目录';
|
||||
$lang->cmd_delete_checked_poll = '删除所选项目';
|
||||
$lang->cmd_apply_poll = '参与投票';
|
||||
$lang->cmd_delete_checked_poll = '删除所选问卷';
|
||||
|
||||
$lang->success_poll = '感谢您参与投票。';
|
||||
|
||||
$lang->msg_already_poll = '不能重复投票!';
|
||||
$lang->msg_cart_is_null = '请选择要删除的文章。';
|
||||
$lang->msg_checked_poll_is_deleted = '已删除%d个投票调查。';
|
||||
$lang->msg_check_poll_item = '请选择问卷回应的项目。 (每个问卷调查有不同的必选项目)';
|
||||
$lang->msg_cart_is_null = '请选择要删除的问卷。';
|
||||
$lang->msg_checked_poll_is_deleted = '已删除%d个问卷。';
|
||||
$lang->msg_poll_not_exists = '您选择的问卷不存在!';
|
||||
|
||||
$lang->cmd_null_item = "没有要登录为投票调查的值。\n请重新设置。";
|
||||
|
||||
$lang->confirm_poll_submit = "您要参与投票吗?";
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => '标题',
|
||||
'regdate' => '登录日期',
|
||||
'ipaddress' => 'IP 地址',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue