en.lang.php

来自「软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 」· PHP 代码 · 共 39 行

PHP
39
字号
<?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',    );?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?