⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 language.php

📁 多国语言系统,支持中英文,繁体文.有很强的 稳定性.
💻 PHP
📖 第 1 页 / 共 2 页
字号:
$lang[counter_main_title_config]	= "Configuration";

$lang[counter_main_menu_hour]		= "Hour";
$lang[counter_main_menu_day]		= "Day";
$lang[counter_main_menu_week]		= "Week";
$lang[counter_main_menu_month]		= "Month";
$lang[counter_main_menu_year]		= "Year";
$lang[counter_main_menu_refer]		= "Referer Host";
$lang[counter_main_menu_refer_detail]	= "Referer URL";
$lang[counter_main_menu_os]		= "OS+Browser";
$lang[counter_main_menu_visitor]	= "Visitors";
$lang[counter_main_menu_config]		= "Config";

$lang[counter_main_year]		= "<span style=font-size:6pt>&#9664; </span>Y";
$lang[counter_main_month]		= "<span style=font-size:6pt>&#9664; </span>M";
$lang[counter_main_day]			= "<span style=font-size:6pt>&#9664; </span>D";

$lang[counter_main_button_view]		= "View";
$lang[counter_main_button_view_all]	= "View All";
$lang[counter_main_button_print]	= "Print";
$lang[counter_main_button_back]		= "Back";
$lang[counter_main_button_check_all]	= "Select All";
$lang[counter_main_button_cancel_all]	= "Select None";
$lang[counter_main_button_search]	= "Search";
$lang[counter_main_button_delete]	= "Delete Selected Log";


###################################################################################
//			Counter Manager - Part 1 (by Hour)
###################################################################################
$lang[counter_main_1_date_format]	= "n/j/Y";
$lang[counter_main_1_date]		= "Date: ";
$lang[counter_main_1_today]		= "Today";
$lang[counter_main_1_sum]		= "Cumulative";
$lang[counter_main_1_total]		= ", Total: ";
$lang[counter_main_1_total_visitor]	= " visitor(s)";
$lang[counter_main_1_hour_format]	= "H\h\\r";
$lang[counter_main_1_visitor]		= " visitor(s)";
$lang[counter_main_1_view_visitor]	= "View all visitors&#39; ID+IP who connected within {mm}/{dd}/{yy} at the hour {hh}";


###################################################################################
//			Counter Manager - Part 2 (by Day)
###################################################################################
$lang[counter_main_2_date_format]	= "F Y";
$lang[counter_main_2_month]		= "Month: ";
$lang[counter_main_2_this_month]	= "This month";
$lang[counter_main_2_sum]		= "Cumulative";
$lang[counter_main_2_total]		= ", Total: ";
$lang[counter_main_2_total_visitor]	= " visitor(s)";
$lang[counter_main_2_day_format]	= "jS";
$lang[counter_main_2_visitor]		= " visitor(s)";
$lang[counter_main_2_view_visitor]	= "View by hour within the day of {mm}/{dd}/{yy}";


###################################################################################
//			Counter Manager - Part 3 (by Week)
###################################################################################
$lang[counter_main_3_sum]		= "Cumulative";
$lang[counter_main_3_total]		= ", Total: ";
$lang[counter_main_3_total_visitor]	= " visitor(s)";
$lang[counter_main_3_average]		= ", at an average of ";
$lang[counter_main_3_average_visitor]	= " visitor(s) per week";
$lang[counter_main_3_visitor]		= " visitor(s)";

$lang[counter_main_3_day_name0]		= "Sunday";
$lang[counter_main_3_day_name1]		= "Monday";
$lang[counter_main_3_day_name2]		= "Tuesday";
$lang[counter_main_3_day_name3]		= "Wednesday";
$lang[counter_main_3_day_name4]		= "Thursday";
$lang[counter_main_3_day_name5]		= "Friday";
$lang[counter_main_3_day_name6]		= "Saturday";


###################################################################################
//			Counter Manager - Part 4 (by Month)
###################################################################################
$lang[counter_main_4_year]		= "Year: ";
$lang[counter_main_4_this_year]		= "This year";
$lang[counter_main_4_sum]		= "Cumulative";
$lang[counter_main_4_total]		= ", Total: ";
$lang[counter_main_4_total_visitor]	= " visitor(s)";
$lang[counter_main_4_month_format]	= "F";
$lang[counter_main_4_visitor]		= " visitor(s)";
$lang[counter_main_4_view_visitor]	= "View by day within the month of {mm}/{yy}";


###################################################################################
//			Counter Manager - Part 5 (by Year)
###################################################################################
$lang[counter_main_5_sum]		= "Cumulative";
$lang[counter_main_5_total]		= ", Total: ";
$lang[counter_main_5_total_visitor]	= " visitor(s)";
$lang[counter_main_5_year_format]	= "\Y\e\\a\\r Y";
$lang[counter_main_5_visitor]		= " visitor(s)";
$lang[counter_main_5_view_visitor]	= "View by month within the year of {yy}";


###################################################################################
//			Counter Manager - Part 6 (by Referers - Host & URL)
###################################################################################
$lang[counter_main_6_date_format]	= "m/d/Y H:i:s";
$lang[counter_main_6_total]		= "Total: ";
$lang[counter_main_6_total_url]		= " URL(s), ";
$lang[counter_main_6_total_visitor]	= " visitor(s)";
$lang[counter_main_6_total_zero]	= "There is no data";
$lang[counter_main_6_total_delete]	= "Are you sure to delete the selected log record(s)?";

$lang[counter_main_6_today_only]	= "Today only";
$lang[counter_main_6_sort_by]		= "Sort by";

$lang[counter_main_6_sort_1]		= "Hits, in ascending order";
$lang[counter_main_6_sort_2]		= "Hits, in descending order";
$lang[counter_main_6_sort_3]		= "Time, in ascending order";
$lang[counter_main_6_sort_4]		= "Time, in descending order";
$lang[counter_main_6_sort_5]		= "URL, in ascending order";
$lang[counter_main_6_sort_6]		= "URL, in descending order";

$lang[counter_main_6_search_negative]	= "Excluding";
$lang[counter_main_6_search_and]	= "and";
$lang[counter_main_6_search_or] 	= "or";

$lang[counter_main_6_table_url]		= "Referrers' details (URL & last connection time)";
$lang[counter_main_6_table_hit]		= "Hit(s)";

$lang[counter_main_6_url_remember]	= "Remember this URL";
$lang[counter_main_6_url_forget]	= "Forget this URL";

$lang[counter_main_6_url_remember_button]="<span style=font-size:7pt>[REMEMBER]</span>";
$lang[counter_main_6_url_forget_button]	= "<span style=font-size:7pt;color:#F7418C>[FORGET]</span>";

$lang[counter_main_6_direct_connect]	= "The user either typed the URL directly, or use Favorites to visit.";
$lang[counter_main_6_view_detail_url]	= "View Full URL(s)";
$lang[counter_main_6_delete_button]	= "Delete";
$lang[counter_main_6_delete_question]	= "Are you sure to delete this log record?";

$lang[counter_main_6_error_pagenum]	= "Please use numbers only for the page number";


###################################################################################
//			Counter Manager - Part 7 (by Visitors' OS & Browser)
###################################################################################
$lang[counter_main_7_total]		= "Total: ";
$lang[counter_main_7_total_os]		= " OS type(s), ";
$lang[counter_main_7_total_browser]	= " browser type(s), ";
$lang[counter_main_7_total_visitor]	= " visitor(s)";
$lang[counter_main_7_visitor]		= " visitor(s)";
$lang[counter_main_7_total_zero]	= "There is no data";

$lang[counter_main_7_title_os]		= "Visitors' OS type";
$lang[counter_main_7_title_browser]	= "Visitors' browser type";

$lang[counter_main_7_error_pagenum]	= "Please use numbers only for the page number";


###################################################################################
//			Counter Manager - Part 8 (by Visitors' Information)
###################################################################################
$lang[counter_main_8_date_format]	= "m/d/Y H:i:s";
$lang[counter_main_8_total]		= "Total: ";
$lang[counter_main_8_total_visitor]	= " visitor(s)";
$lang[counter_main_8_total_zero]	= "There is no data";
$lang[counter_main_8_today_only]	= "Today only";
$lang[counter_main_8_member_only]	= "Member only";
$lang[counter_main_8_sort_by]		= "Sort by";

$lang[counter_main_8_sort_1]		= "Time, in ascending order";
$lang[counter_main_8_sort_2]		= "Time, in descending order";
$lang[counter_main_8_sort_3]		= "ID, in ascending order";
$lang[counter_main_8_sort_4]		= "ID, in descending order";

$lang[counter_main_8_title_1]		= "Visitors' ID, referer URL, OS and browser type";
$lang[counter_main_8_title_2]		= "Visitors' IP and connection time";

$lang[counter_main_8_right_arrow]	= "<span style=font-size:6pt>&#9654;</span> ";
$lang[counter_main_8_direct_connect]	= "The user either typed the URL directly, or use Favorites to visit.";
$lang[counter_main_8_not_login]		= "Not logged in";
$lang[counter_main_8_unknown_os]	= "Unknown OS type";
$lang[counter_main_8_unknown_browser]	= "Unknown browser type";
$lang[counter_main_8_search]		= "Search";

$lang[counter_main_8_error_pagenum]	= "Please use numbers only for the page number";


###################################################################################
//			Counter Manager - Part 9 (Configuration)
###################################################################################
$lang[counter_config_total]		= "Total visitors";
$lang[counter_config_skin]		= "Skin selection";
$lang[counter_config_skin_pattern]	= "Use skin pattern?";
$lang[counter_config_skin_pattern_use]	= "Yes (please refer to skin.php in the skin folder to customize skin pattern)";
$lang[counter_config_reconnect]		= "Counting behavior about<br>&nbsp;page reload by users";
$lang[counter_config_reconnect_always]	= "Always re-count (ignore cookie)";
$lang[counter_config_reconnect_new_open]= "Re-count when user open the browser again (cookie time: 0 sec)";
$lang[counter_config_reconnect_by_time1]= "Re-count after a specific time (cookie time: ";
$lang[counter_config_reconnect_by_time2]= " sec)";
$lang[counter_config_reconnect_once]	= "Count once in a day only";
$lang[counter_config_time_zone1]	= "Adjustment for your time zone";
$lang[counter_config_time_zone2]	= "hour(s) of difference when written to log data. [not recommend]<br>&nbsp;(e.g. If you set this to +16, the date & time info of the log being written<br>&nbsp;&nbsp;will be adjust to 16 hours added to the host server's time.)";
$lang[counter_config_admin_check]	= "Excluding admin connections?";
$lang[counter_config_admin_check_not]	= "Yes, do not count me";
$lang[counter_config_now_check]		= "Enable NOW connections?";
$lang[counter_config_now_check_use]	= "Yes, count for NOW connections";
$lang[counter_config_now_time]		= "Time allowed for NOW connections";
$lang[counter_config_now_time_use1]	= "After the visitor connect for ";
$lang[counter_config_now_time_use2]	= " seconds, it will be no longer marked as a<br>&nbsp;NOW connection. (recommend to set this value above 10)";
$lang[counter_config_admin_data]	= "Time statistics data maintenance";
$lang[counter_config_admin_data_delete1]= "Delete time statistics data";
$lang[counter_config_admin_data_delete2]= "<br>&nbsp;Click this button to delete the time statistics data by hours, days, weeks, months and years.";
$lang[counter_config_admin_os]		= "OS & browser data maintenance";
$lang[counter_config_admin_os_delete1]	= "Delete OS & browser data";
$lang[counter_config_admin_os_delete2]	= "<br>&nbsp;Click this button to delete the statistics data of OS & browser.";
$lang[counter_config_visitor_check]	= "Logging visitors' records?";
$lang[counter_config_visitor_check_use]	= "Yes, keep tracking of visitors' records (ID & IP)";
$lang[counter_config_visitor_limit]	= "Visitors' records maintenance";
$lang[counter_config_visitor_delete1]	= "Delete visitors&#39; records";
$lang[counter_config_visitor_delete2]	= "<br>&nbsp;Click this button to delete the log of visitors' records.";
$lang[counter_config_visitor_limit_set1]= "No. of visitors' record to be kept: ";
$lang[counter_config_visitor_limit_set2]= " (no limit if set to zero)";
$lang[counter_config_log_check]		= "Logging referrer data?";
$lang[counter_config_log_check_use]	= "Yes, keep tracking of referrer data (host & URL)";
$lang[counter_config_log_limit]		= "Referrer data maintenance";
$lang[counter_config_log_delete1]	= "Delete referrer data";
$lang[counter_config_log_delete2]	= "<br>&nbsp;Click this button to delete the log of referrer data.";
$lang[counter_config_log_limit_set1]	= "No. of referrer data to be kept: ";
$lang[counter_config_log_limit_set2]	= " (no limit if set to zero)";
$lang[counter_config_member_cookie]	= "Cookie name <br>&nbsp;of your board program";
$lang[counter_config_member_cookie_is]	= "(e.g. <b>n@board 3</b> 's member cookie name is 'na3_member')";
$lang[counter_config_permission]	= "Permission settings<br>&nbsp;for viewing data";
$lang[counter_config_permission1]	= "Only administrator can view the counter statistics by hours.";
$lang[counter_config_permission2]	= "Only administrator can view the counter statistics by days.";
$lang[counter_config_permission3]	= "Only administrator can view the counter statistics by weeks.";
$lang[counter_config_permission4]	= "Only administrator can view the counter statistics by months.";
$lang[counter_config_permission5]	= "Only administrator can view the counter statistics by years.";
$lang[counter_config_permission6]	= "Only administrator can view the log of referrer hosts.";
$lang[counter_config_permission7]	= "Only administrator can view the log of referrer URLs.";
$lang[counter_config_permission8]	= "Only administrator can view the statistics data of OS & browser types.";
$lang[counter_config_permission9]	= "Only administrator can view the log of visitors' data.";

$lang[counter_config_warning_data]	= "Are you sure to delete all the time statistics data (by hours, days, weeks, months, years)?";
$lang[counter_config_warning_os]	= "Are you sure to delete all the OS & browser data?";
$lang[counter_config_warning_visitor]	= "Are you sure to delete all the visitors\\' records?";
$lang[counter_config_warning_log]	= "Are you sure to delete all the referrer data?";

$lang[counter_config_button_save]	= "Save";
$lang[counter_config_button_reset]	= "Reset";

$lang[counter_manager_error_not_exist]	= "This counter does not exist";
$lang[counter_manager_error_total_is]	= "Please use numbers only for total visitors";
$lang[counter_manager_error_cookie_time]= "Please use numbers only for cookie time";
$lang[counter_manager_error_connect_time]="Please use numbers only for connection time";
$lang[counter_manager_error_log_limit]	= "Please use numbers only for the number of referrer data";


###################################################################################
//			IP Address Information Check (check_ip.php)
###################################################################################
$lang[check_ip_title]			= "IP Address Information Check: ";
$lang[check_ip_support]			= "More information or support";
$lang[check_ip_close]			= "Close";
$lang[check_ip_false_msg]		= "Failed to connect whois server.<br>Try visiting this URL to get the information you want:<br><br><a href=http://www.apnic.net/apnic-bin/whois.pl?searchtext=$ip>http://www.apnic.net/apnic-bin/whois.pl?searchtext=$ip</a>";
$lang[check_ip_right_arrow]		= "<span style=font-size:6pt>&#9654;</span>";
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -