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

📄 en.lang.php

📁 软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有"验证码"要求的网站是每次打开一个
💻 PHP
字号:
<?php    /**     * @file   en.lang.php     * @author zero (zero@nzeo.com)     * @brief  basic language pack of springnote module     **/    $lang->springnote = "Springnote";    $lang->springnote_openid = "OpenID";    $lang->springnote_userkey = "User Key";    $lang->springnote_pageid = "Page Number";    $lang->springnote_pageid_setup = 'Set Page Number';    $lang->springnote_pageid_option_only = 'Show only Selected Pages (hide list)';    $lang->springnote_pageid_option_list = 'Show from Selected Pages (show list)';    $lang->springnote_domain = "Set Domain";    $lang->page_url = "Original URL";    $lang->page_modified = "Last Modification";    $lang->page_modifier = "Last Modifier";    $lang->cmd_springnote_list = 'Springnote List';    $lang->cmd_view_info = 'Springnote Info';    $lang->about_springnote = "Springnote is a Wiki Service that Openmaru provides.<br />Springnote ZeroboardXE module displays specific springnote pages as internal documents.";    $lang->about_springnote_openid = "Please input your OpenID that created Springnote";    $lang->about_springnote_userkey = 'User Key is needed to enable Springnote module.<br />Please input generated User Key after entering your OpenID at [<a href="https://api.openmaru.com/delegate_key/springnote?app_id=www.zeroboard.com&openid=" onclick="window.open(this.href);return false;">Get User Key</a>] .';    $lang->about_springnote_pageid = 'Please input pageid if you want to display specific page first.';    $lang->about_springnote_pageid_setup = "You can set 'Show only Selected Pages (hide list)', 'Show from Selected Pages (show list)' etc when you set page number.";    $lang->about_springnote_domain = "You may set other domain's springnote.  (Please input only domain from the form of 'http://domain.springnote.com' )";?>

⌨️ 快捷键说明

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