mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
중국어,일본어,영어 추가 번역 및 스페인어 기본 언어파일 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56cffca5dc
commit
19423dd8b2
22 changed files with 585 additions and 198 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 = "Poll Expiration Date";
|
||||
$lang->poll_join_count = "Joined";
|
||||
$lang->poll_checkcount = "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 the poll.';
|
||||
|
||||
$lang->msg_already_poll = 'Already polled!';
|
||||
$lang->msg_cart_is_null = 'Please select a poll to be deleted.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) 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 be deleted.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) deleted.';
|
||||
$lang->msg_poll_not_exists = 'Selected poll is 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',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue