📄 lang_home.php
字号:
<?php
if (!defined('IN_SITE')){
die('Hacking attempt!');
}
class Lang_Home extends Lang_Global
{
var $data = array();
function Lang_Home(){
//General
$this->data['general_home'] = 'Home';
$this->data['general_all_news'] = 'All News';
$this->data['general_back'] = 'Back';
$this->data['general_top'] = 'Top';
$this->data['general_event'] = 'Events';
$this->data['general_faq'] = 'FAQ';
$this->data['general_weblink'] = 'Links';
$this->data['general_sitemap'] = 'Site Map';
$this->data['general_rss'] = 'RSS';
$this->data['general_about'] = 'About Us';
$this->data['general_last_update'] = 'Last updated: %s (GMT%s)';
$this->data['general_today'] = 'Today: %s (GMT%s)';
$this->data['general_contact'] = 'Contact';
$this->data['general_print'] = 'Print';
$this->data['general_tellfriend'] = 'Tell friend';
$this->data['general_notify'] = 'Notify';
$this->data['general_contact_us'] = 'Contact Us';
$this->data['general_favorite_add'] = 'Add to Favorites';
$this->data['general_view_detail'] = 'View Detail';
$this->data['general_gmt'] = 'GMT';
$this->data['general_close_website'] = 'This website was closed for maintenance.';
$this->data['general_close_window'] = 'Close';
$this->data['general_expand_all'] = 'Expand All';
$this->data['general_collapse_all'] = 'Collapse All';
$this->data['general_template'] = 'Change Skin';
$this->data['general_top_page'] = 'Top Page';
//News picture
$this->data['newspic'] = 'News in Pictures';
//Logo
$this->data['logo'] = 'Advertisement';
$this->data['logo_title'] = 'Site Name: %s Added Date: %s';
//Search
$this->data['search'] = 'Search';
$this->data['search_advance'] = 'Advance Search';
$this->data['search_result'] = '<strong>Search</strong> "%s"';
$this->data['search_result2'] = 'Search Result';
$this->data['search_keyword'] = 'Keyword';
$this->data['search_date'] = 'Post Date';
$this->data['search_date_from'] = 'From Date';
$this->data['search_date_to'] = 'To Date';
$this->data['search_day'] = 'Day';
$this->data['search_month'] = 'Month';
$this->data['search_year'] = 'Year';
$this->data['search_cat'] = 'Search in category';
$this->data['search_error_keyword'] = 'Please enter keyword.';
//Button
$this->data['button_go'] = ' Go ';
$this->data['button_submit'] = ' Submit ';
$this->data['button_send'] = ' Send ';
$this->data['button_search'] = ' Search ';
//FAQ
$this->data['faqs'] = 'Faqs';
//Logo
$this->data['logo_error_not_exist'] = 'This website does not exist!';
//RSS Export
$this->data['rss_export_lastest_articles'] = 'Lastest Articles';
//Article
$this->data['article_hot'] = 'Hot News';
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -