📄 lang_admin.php
字号:
$this->data['general_waiting'] = 'Waiting';
$this->data['general_running'] = 'Running';
$this->data['general_showing'] = 'Showing';
$this->data['general_user_ip'] = '%s (IP: %s)';
$this->data['general_show_page'] = 'Page';
$this->data['general_normal'] = 'Normal Mode';
$this->data['general_expand'] = 'Expanse Mode';
$this->data['general_expand_all'] = 'Expand All';
$this->data['general_collapse_all'] = 'Collapse All';
$this->data['general_show_panel'] = 'Show Menu Panel';
$this->data['general_hide_panel'] = 'Hide Menu Panel';
$this->data['general_number'] = 'Security Number';
$this->data['general_forgot_pass'] = 'Forgot Password';
$this->data['general_send_pass_subject'] = 'Reset your password';
$this->data['general_send_pass_content'] = 'Hi {USERNAME},<br><br>You have just require send your password at our site ({SITE_URL}). Please click the link below to reset your password:<br><br>{U_CONFIRM}<br><br>{SITE_NAME}<br>{SITE_URL}';
$this->data['general_send_pass_content_2'] = 'Hi {USERNAME},<br><br>You have just require send your password at our site ({SITE_URL}). And this is your new password: {NEW_PASS}<br>Now you can login to website.<br><br>{SITE_NAME}<br>{SITE_URL}';
$this->data['general_rss'] = 'RSS';
$this->data['general_rss_publish'] = 'Publish RSS';
$this->data['general_cat'] = 'Category';
$this->data['general_cats'] = 'Categories';
$this->data['general_cat_root'] = 'Root';
$this->data['general_cat_name'] = 'Name';
$this->data['general_cat_parent'] = 'Parent category';
$this->data['general_cat_childs'] = 'Sub categories';
$this->data['general_language'] = 'Language';
$this->data['general_template'] = 'Template';
$this->data['search_engine_tip'] = 'It\'s Useful for search engine';
//General picture
$this->data['general_pic_thumb'] = 'Thumb Picture';
$this->data['general_pic_full'] = 'Full Picture';
$this->data['general_pic_remove'] = 'Remove';
$this->data['general_pic_max_size'] = '(Maximum dimension: %d x %d pixels)';
$this->data['general_pic_max_width'] = '(Maximum width: %d pixels)';
$this->data['general_pic_max_height'] = '(Maximum height: %d pixels)';
//Upload
$this->data['upload_error_not_file'] = 'Please choose file to upload';
$this->data['upload_error_file_type'] = 'You can not upload file type <b>%s</b>';
$this->data['upload_error_upload'] = 'Could not upload this file <b>%s</b>';
$this->data['upload_error_mkdir'] = 'Could not create dir <b>%s</b>';
//Functions
$this->data['func_function'] = 'Functions';
$this->data['func_action'] = 'Allowed Actions';
$this->data['func_action_tip'] = 'Choose allowed actions for group.';
$this->data['func_item'] = 'Allowed Items';
$this->data['func_item_tip'] = 'Choose allowed items for group.';
//Site log
$this->data['log_login'] = 'Login';
$this->data['log_logout'] = 'Logout';
$this->data['log_time'] = 'Time';
$this->data['log_function'] = 'Function';
$this->data['log_action'] = 'Action';
$this->data['log_record'] = 'Record';
$this->data['log_user'] = 'User';
$this->data['log_ip'] = 'User IP';
$this->data['log_add'] = 'Add';
$this->data['log_edit'] = 'Edit';
$this->data['log_update'] = 'Update';
$this->data['log_resync'] = 'Resync';
$this->data['log_move'] = 'Move';
$this->data['log_move_cat'] = 'Move to Cat';
$this->data['log_move_topic'] = 'Move to Topic';
$this->data['log_kill_user'] = 'Kill user';
$this->data['log_rescure_user'] = 'Rescure user';
$this->data['log_run_sql'] = 'Run sql';
$this->data['log_del'] = 'Delete';
$this->data['log_del_all'] = 'Delete All';
$this->data['log_export'] = 'Export File';
$this->data['log_backup'] = 'Backup';
$this->data['log_restore'] = 'Restore';
$this->data['log_repair'] = 'Repair tables';
$this->data['log_enable'] = 'Enable';
$this->data['log_disable'] = 'Disable';
$this->data['log_set_perm'] = 'Set Permission';
$this->data['log_rss_export_update'] = 'Update RSS';
$this->data['log_rss_import_update'] = 'Update RSS';
//Button
$this->data['button_add'] = ' Add ';
$this->data['button_edit'] = ' Update ';
$this->data['button_delete'] = ' Delete ';
$this->data['button_back'] = ' Back ';
$this->data['button_move'] = ' Move ';
$this->data['button_reset'] = ' Reset ';
$this->data['button_login'] = ' Login ';
$this->data['button_search'] = 'Search';
$this->data['button_go'] = ' Go ';
$this->data['button_send'] = ' Send ';
$this->data['button_import'] = ' Import ';
$this->data['button_remove'] = ' Remove ';
//Error Message
$this->data['general_error_username'] = 'Username <b>%s</b> is invalid!';
$this->data['general_error_password'] = 'Password is invalid!';
$this->data['general_error_login_number'] = 'Verify number is invalid!';
$this->data['general_error_not_username'] = 'Please enter username!';
$this->data['general_error_not_password'] = 'Please enter password!';
$this->data['general_error_not_login'] = 'You are not logged in!';
$this->data['general_error_not_permission'] = "You don't have permission to access this area!";
$this->data['general_error_not_full'] = 'Please complete all required fields!';
$this->data['general_error_not_exist_faq'] = 'Not exist this FAQ!';
$this->data['general_error_not_table'] = 'Please chose the table to backup.';
$this->data['general_error_not_exist_logo'] = 'This logo does not exist!';
$this->data['general_error_start_end_date'] = 'End date must be after Start date!';
$this->data['general_error_start_date'] = 'Start date is invalid!';
$this->data['general_error_end_date'] = 'End date is invalid!';
$this->data['general_error_date'] = 'Date is invalid!';
$this->data['general_error_send_pass'] = 'You can not send too many emails to this member account!';
$this->data['perm_error_not_all'] = "You don't have permission to access this area!";
$this->data['perm_error_not_view'] = "You don't have permission to view!";
$this->data['perm_error_not_add'] = "You don't have permission to add!";
$this->data['perm_error_not_edit'] = "You don't have permission to edit!";
$this->data['perm_error_not_del'] = "You don't have permission to delete!";
$this->data['perm_error_not_active'] = "You don't have permission to enable or disable!";
$this->data['perm_error_not_move_article'] = "You don't have permission to move articles!";
$this->data['perm_error_not_move_email'] = "You don't have permission to move emails!";
$this->data['perm_error_not_move_user'] = "You don't have permission to move users!";
$this->data['perm_error_not_backup'] = "You don't have permission to backup database!";
$this->data['perm_error_not_restore'] = "You don't have permission to restore database!";
$this->data['perm_error_not_run_sql'] = "You don't have permission to run sql!";
//Successfull Message
$this->data['general_success_login'] = 'Login successfully!';
$this->data['general_success_logout'] = 'Logout successfully!';
$this->data['general_success_add'] = 'Add Successfully!';
$this->data['general_success_edit'] = 'Edit Successfully!';
$this->data['general_success_update'] = 'Update Successfully!';
$this->data['general_success_delete'] = 'Delete Successfully!';
$this->data['general_success_resync'] = 'Resync Successfully!';
$this->data['general_success_clean_cache'] = 'All cached files have beed deleted. The caching will be restarted.';
$this->data['general_success_add_emails'] = 'Add %d emails successfully!';
$this->data['general_success_send'] = 'The message has been sent to all emails!';
$this->data['general_success_send_password'] = 'Please check your email in order to get new password.';
$this->data['general_success_reset_password'] = 'Your new password has been sent to your email! Please check mail to get it.';
//Rss Import Logs
$this->data['rss_log_import_articles'] = 'Import articles';
$this->data['rss_log_remove_articles'] = 'Remove articles';
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -