en.lang.php
来自「软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 」· PHP 代码 · 共 41 行
PHP
41 行
<?php
/**
* @file /modules/editor/components/quotation/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of quotation component
**/
$lang->quotation_use_folder = "Use Folding Function";
$lang->quotation_opener = "Name of Open Button";
$lang->quotation_closer = "Name of Close Button";
$lang->quotation_padding = "Padding";
$lang->quotation_margin = "Margin";
$lang->quotation_border_color = "Border Color";
$lang->quotation_border_thickness = "Border Thickness";
$lang->folder_text_bold = "Text Boldness";
$lang->about_folder_text_bold = "Make Link Text Bold";
$lang->folder_text_color = "Link Color";
$lang->folder_text_color_blue = "Blue";
$lang->folder_text_color_red = "Red";
$lang->folder_text_color_yellow = "Yellow";
$lang->folder_text_color_green = "Green";
$lang->quotation_border_style = "Border Style";
$lang->quotation_border_style_list = array(
"None",
"Solid",
"Dotted",
"Solid on Left",
"Solid on Right",
);
$lang->quotation_bg_color = "Background Color";
$lang->quotation_opener = "Name of Open Link";
$lang->quotation_opener = "Name of Close Link";
$lang->quotation_cmd_opener = "More...";
$lang->quotation_cmd_closer = "Close";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?