📄 en.lang.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -