|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/home/queenjbs/xe/modules/poll/lang/ |
Upload File : |
<?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_view_result = 'Preview result';
$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',
);
?>