📄 lang_picture.php
字号:
<?php
if (!defined('IN_SITE')){
die('Hacking attempt!');
}
$Lang_Module = new Lang_Module_Picture;
class Lang_Module_Picture
{
var $data = array();
function Lang_Module_Picture(){
//Picture
$this->data['picture'] = 'Picture';
$this->data['picture_content'] = 'Content';
$this->data['picture_del_confirm'] = 'Are you sure to delete checked pictures?';
$this->data['picture_error_not_check'] = 'Please check pictures!';
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -