mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Update Language Files of: - Common Language File - Addon Module - Admin Module - AutoInstall Module - Board Module - Comment Module - Communication Module - Document Module - Editor Module - File Module - Korean Postal Code Module - Notification Center Module - Point Module - Poll Module - RSS Module - Tag Module - Recycle Bin Module - AdminLogging Addon - PhotoSwipe Addon - XEdition Layout - Content Widget - ncenter_login Widget - mcontent Widget
38 lines
2 KiB
PHP
38 lines
2 KiB
PHP
<?php
|
|
$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_view_result = 'Preview result';
|
|
$lang->success_poll = 'Thank you for joining the poll.';
|
|
$lang->msg_already_poll = 'You already polled!';
|
|
$lang->msg_poll_is_null = 'Please select a poll to delete.';
|
|
$lang->msg_checked_poll_is_deleted = '%d poll(s) are deleted.';
|
|
$lang->confirm_poll_delete = 'Are you sure to delete %s of poll(s)?';
|
|
$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_poll_not_exists = 'The selected poll does not exist.';
|
|
$lang->cmd_null_item = 'No item value exists to post a poll. Please re-try.';
|
|
$lang->confirm_poll_submit = 'Confirm to submit the poll?';
|
|
$lang->search_poll_target_list['title'] = 'Title';
|
|
$lang->search_poll_target_list['regdate'] = 'Posting date';
|
|
$lang->search_poll_target_list['ipaddress'] = 'IP Address';
|
|
$lang->single_check = 'Single Check';
|
|
$lang->multi_check = 'Multi Check';
|
|
$lang->selected_poll = 'Selected poll';
|
|
$lang->poll_no_poll_srl = 'There is no Poll srl value.';
|
|
$lang->poll_no_poll_or_deleted_poll = 'Deleted or invalid poll.';
|
|
$lang->poll_item_members = 'Who select %s';
|
|
$lang->btn_poll_gotovote = 'Back to the poll';
|
|
$lang->btn_poll_gotoresult = 'See results';
|
|
$lang->msg_cannot_vote = 'Unable to vote.';
|
|
$lang->msg_exceed_max_select = 'Exceed maximum selection limit.';
|
|
$lang->add_poll_item = 'Add this item';
|
|
$lang->msg_can_add_item = 'You can add items.';
|
|
$lang->msg_cannot_add_item = 'Cannot add an item.';
|
|
$lang->delete_poll_item = 'Delete this item';
|
|
$lang->msg_cannot_delete_item = 'Cannot delete the item.';
|
|
$lang->msg_item_title_cannot_empty = 'Item cannot be an empty.';
|
|
$lang->msg_cannot_delete_item_poll_exist = 'Cannot delete this item, because someone selects this item.';
|