⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 en.lang.php

📁 软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有"验证码"要求的网站是每次打开一个
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -