📄 lang_main.php
字号:
<?php// The format of this file is ---> $lang['message'] = 'text';//// You should also try to set a locale and a character encoding (plus direction). The encoding and direction// will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax// varies ... give it your best guess!//$lang['ENCODING'] = 'windows-1251';$lang['DIRECTION'] = 'ltr';$lang['LEFT'] = 'left';$lang['RIGHT'] = 'right';$lang['DATE_FORMAT'] = '%b %d, %Y'; // This should be changed to the default date format for your language, php date() format$lang['DATE_TIME_FORMAT'] = '%b %d, %Y %I:%M:%S %P'; // This should be changed to the default date format for your language, php date() format$lang['DISPLAY_DATE_FORMAT'] = 'M d, Y';$lang['DISPLAY_DATETIME_FORMAT'] = 'D M-d-Y H:i:s';$lang['DB_ERROR'] = "橡铖蜩蝈, 锣
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -