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

📄 en.lang.php

📁 软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有"验证码"要求的网站是每次打开一个
💻 PHP
字号:
<?php    /**     * @file   en.lang.php     * @author zero (zero@nzeo.com)     * @brief  Importer module's basic language pack     **/    // words for button    $lang->cmd_sync_member = 'Synchronize';    $lang->cmd_continue = 'Continue';    $lang->preprocessing = 'It is preparing for transferring data.';    // items    $lang->importer = 'Transfer Zeroboard Data';    $lang->source_type = 'Previous Target';    $lang->type_member = 'Member Data';    $lang->type_message = 'Message Data';    $lang->type_ttxml = 'TTXML';    $lang->type_module = 'Articles Data';    $lang->type_syncmember = 'Synchronize Member Data';    $lang->target_module = 'Target Module';    $lang->xml_file = 'XML File';    $lang->import_step_title = array(        1 => 'Step 1. Select previous target',        12 => 'Step 1-2. Select target module',        13 => 'Step 1-3. Select target category',        2 => 'Step 2. Upload XML file',        3 => 'Step 2. Synchronize member data and article data',    );    $lang->import_step_desc = array(        1 => 'Please select the XML file\'s type you wish to transfer.',        12 => 'Please select the module you wish to transfer datas.',        13 => 'Please select the target category you wish to tranfer datas.',        2 => "Please input the XML file's location you wish to tranfer datas.\nIf it is located in the same account, input absolute/relative path. If not, input the url starting with http://..",        3 => 'The member data and article data may not be correct after the transferation. If that is the case, synchronize to repair it based on user_id.',    );    // guide/alert    $lang->msg_sync_member = 'Member and article data synchronization will begin by clicking the synchronize button.';    $lang->msg_no_xml_file = 'Could not find XML file. Please check the path again';    $lang->msg_invalid_xml_file = 'Invalid type of XML file.';    $lang->msg_importing = 'Writing %d datas of %d. (If it keeps being frozen, click the button "Continue")';    $lang->msg_import_finished = '%d/%d datas were inputted completely. Depending on the situation, there might be some datas which couldn\'t be inputted.';    $lang->msg_sync_completed = 'Completed synchronzing member article and comments.';    // blah blah..    $lang->about_type_member = 'If you are transfering the member information, select this option';    $lang->about_type_message = 'If you are transfering the message information, select this option';    $lang->about_type_ttxml = 'If you are transfering the TTXML(textcube) information, select this option';	$lang->about_ttxml_user_id = 'Please input user ID to set as author on transfering TTXML. (user ID must be already signed up)';    $lang->about_type_module = 'If you are transfering the board or articles information, select this option';    $lang->about_type_syncmember = 'If you are trying to synchronize the member information after transfering member and article information, select this option';    $lang->about_importer = "You can transfer Zeroboard4, Zeroboard5 Beta or other program's data into ZeroboardXE's data.\nIn order to tranfer, you have to use <a href=\"http://svn.zeroboard.com/zeroboard_xe/migration_tools/\" onclick=\"winopen(this.href);return false;\">XML Exporter</a> to convert the data you want into XML File then upload it.";    $lang->about_target_path = "To get attachments from Zeroboard4, please input the address where Zeroboard4 is installed.\nIf it is located in the same server, input Zeroboard4's path such as /home/USERID/public_html/bbs\nIf it is not located in the same server, input the address where Zeroboard4 is installed. ex. http://Domain/bbs";?>

⌨️ 快捷键说明

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