en.lang.php

来自「软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 」· PHP 代码 · 共 25 行

PHP
25
字号
<?php
    /**
     * @file   /modules/editor/components/emoticon/lang/en.lang.php
     * @author zero <zero@nzeo.com>
     * @brief  editor module >  language pack of table_maker component
     **/

    $lang->table_attribute = "Change Table Attibution";
    $lang->cell_attribute = "Change Cell Attribution";

    $lang->table_width = "Width";
    $lang->table_cols_count = "Number of Columns";
    $lang->table_rows_count = "Number of Rows";
    $lang->table_cellspacing = "Cellspacing";
    $lang->table_cellpadding = "Cellpadding";
    $lang->table_border = "Border Thicknes";
    $lang->table_inner_border = "Inner Line Thickness";

    $lang->cell_width = "Width";
    $lang->cell_height = "Height";

    $lang->table_border_color = "Border Color";
    $lang->table_bg_color = "Background Color";
?>

⌨️ 快捷键说明

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