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

📄 en.lang.php

📁 软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有"验证码"要求的网站是每次打开一个
💻 PHP
字号:
<?php
    /**
     * @file   modules/integration_search/lang/ko.lang.php
     * @author zero <zero@nzeo.com>
     * @brief  English Language Pack (For only basic things)
     **/

    $lang->integration_search = "Integrated Search";

    $lang->sample_code = "Sample Code";
    $lang->about_target_module = "Only chosen modules are the target. Please be careful on setting permissions.";
    $lang->about_sample_code = "You can use integrated search by adding above code on layout or other things.";
    $lang->msg_no_keyword = "Please input keyword to search";

    $lang->is_result_text = "There are <strong>%d</strong> result(s) for <strong>'%s'</strong>";

    $lang->is_search_option = array(
        'title' => 'Subject',
        'content' => 'Content',
        'title_content' => 'Subject+Content',
        'comment' => 'Comment',
        'tag' => 'Tags',
    );

    $lang->is_sort_option = array(
        'regdate' => 'Registered Date',
        'comment_count' => 'Number of Comments',
        'readed_count' => 'Number of Hits',
        'voted_count' => 'Number of Votes',
    );
?>

⌨️ 快捷键说明

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