mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
영어 - 기존 번역본 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2106 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
12af1fdf18
commit
f09e7107f9
9 changed files with 39 additions and 37 deletions
|
|
@ -6,24 +6,24 @@
|
|||
**/
|
||||
|
||||
$lang->poll = "Poll";
|
||||
$lang->poll_stop_date = "Poll Expiration Date";
|
||||
$lang->poll_join_count = "Joined";
|
||||
$lang->poll_checkcount = "Required items";
|
||||
$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 the poll.';
|
||||
$lang->success_poll = 'Thank you for joining 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_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 be deleted.';
|
||||
$lang->msg_checked_poll_is_deleted = '%d poll(s) deleted.';
|
||||
$lang->msg_poll_not_exists = 'Selected poll is not exist.';
|
||||
$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.";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue