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

📄 en.lang.php

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

    $lang->image_gallery = "Make Image Gallery"; 
    $lang->width = "Width"; 
    $lang->height = "Height"; 
    $lang->image_list = "Image List"; 
    $lang->gallery_style = "Gallery Style"; 
    $lang->gallery_slide_style = "Slide Style"; 
    $lang->gallery_slide_align = "Align Style"; 
    $lang->gallery_slide_center = "Center";
    $lang->gallery_slide_left = "Left";
    $lang->gallery_slide_right = "Right";
    $lang->gallery_list_style = "Expand All"; 
    $lang->gallery_border_color = "Border Color"; 
    $lang->gallery_border_thickness = "Border Thickness"; 
    $lang->gallery_bg_color = "Background Color"; 
    $lang->about_image_list = "Select file to add to the image gallery. You can drag it after selecting or shift+click(for selecting widely), ctrl+click(for selecting individually)";

    $lang->cmd_gallery_prev = "Previous Picture";
    $lang->cmd_gallery_next = "Next Picture";
    $lang->cmd_gallery_thumbnail = "Thumbnail";
?>

⌨️ 快捷键说明

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