📄 language.php
字号:
<?
####################################################################################
/*
navyism@log analyzer 5 - English Language Pack
* WARNING:
You are advised to avoid using special characters such as ' , " , \ within
variables. If you do so, it would cause unpredictable error on execution.
You should use other character like ` as a replacement to quotation marks.
*/
####################################################################################
####################################################################################
// Include Version Info File (required)
####################################################################################
include"nalog_info.php";
####################################################################################
// Language Information (naming in English only)
####################################################################################
$lang[name] = "English (iso-8859-1)";
$lang[english_name] = "English";
####################################################################################
// Page Header (please do not modify)
####################################################################################
$lang[head] = "<!-----------------------------------------------------------------------------------------------------
========================================
Program : navyism@log analyzer
Version : $nalog_info[version]
Date : $nalog_info[date]
Programmer : navyism
E-mail : navyism@navyism.com
Homepage : http://english.navyism.com
========================================
Language : English (iso-8859-1)
Version : v1.0.2 for n@log 5.0.2
Date : 2003.02.27
Translator : xdream(+navyism)
E-mail : xdream@xdream.008.net
Homepage : http://www.2doit.net
========================================
The copyright owner of this program is belonging to navyism only.
You can use and modify this program, provided that you reserve to display the copyright notice.
navyism has no responsibility for failures or loss of data on your using of this program.
Thus, navyism is not responsible for repairing of any problems occurred or give you promptly help.
This program is freeware. Please DO NOT use it for any kind of business.
If you want to modify any file of this program (or any skin),
or to distribute the modified program (or any skin) on the internet,
you MUST retain the names and web site addresses of original program author,
skin designer(s) and language pack maker(s) in the copyright notice.
------------------------------------------------------------------------------------------------------>
<html>
<head>
<title>n@log analyzer $nalog_info[version]</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
<meta name=\"Description\" content=\"navyism@log\">
<meta name=\"Keywords\" content=\"navyism@log,n@log\">
<meta name=\"Author\" content=\"navyism\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"language/$language/style.css\">
</head>
";
$lang[copy] = "<span style='font-size:7pt'>n@log analyzer $nalog_info[version] ©2001-2003 <a href=http://english.navyism.com target=_blank><span style='font-size:7pt'><b>navyism</b></span></a><br>English LangPack by <a href=http://www.2doit.net target=_blank><span style='font-size:7pt'><b>xdream</b></span></a>+<a href=http://english.navyism.com target=_blank><span style='font-size:7pt'><b>navyism</b></span></a></span>";
###################################################################################
// Displaying License Agreement (install.php)
###################################################################################
$lang[install_license_textarea_rows] = 11;
$lang[install_license_title] = "Software License Agreement";
$lang[install_license_agreement] = "<b>Please read the following License Agreement carefully.</b>";
$lang[install_license_text] = "The copyright owner of this program is belonging to navyism only. You can use and modify this program, provided that you reserve to display the copyright notice.
navyism has no responsibility for failures or loss of data on your using of this program. Thus, navyism is not responsible for repairing of any problems occurred or give you promptly help.
This program is freeware. Please DO NOT use it for any kind of business.
If you want to modify any file of this program (or any skin), or to distribute the modified program (or any skin) on the internet, you MUST retain the names and web site addresses of original program author, skin designer(s) and language pack maker(s) in the copyright notice.";
$lang[install_license_ask] = "<center>Do you understand and accept all the terms of this agreement?</center><br>";
$lang[install_license_agree] = "Yes, I accept";
$lang[install_license_decline] = "No, I decline";
###################################################################################
// Setup MySQL Connection (install_er.php)
###################################################################################
$lang[install_mysql_title] = "Setup MySQL Connection";
$lang[install_mysql_text] = "n@log 5 requires a <b>MySQL Database</b> to store your site statistics information.<br><br>
If you want to access MySQL, you must have both <b>MySQL user account (DB User)</b> and <b>MySQL database name (DB Name).</b><br><br>
For further details, please contact the administrator of your web hosting provider.<br>
<font color=tomato>(NOTE: MySQL user account and FTP user account are two different things!)</font>";
$lang[install_mysql_account_mysql] = "MySQL Account Information";
$lang[install_mysql_account_nalog] = "Setup n@log 5 Administration Account";
$lang[install_mysql_input_db_host] = "DB Host Name";
$lang[install_mysql_input_db_id] = "DB User ID";
$lang[install_mysql_input_db_pass] = "DB User Password";
$lang[install_mysql_input_db_name] = "DB Name";
$lang[install_mysql_input_admin_id] = "Admin ID";
$lang[install_mysql_input_admin_pass] = "Admin Password";
$lang[install_mysql_input_admin_repass] = "Re-enter Password";
$lang[install_mysql_error_db_host] = "Please input DB Host Name";
$lang[install_mysql_error_db_id] = "Please input DB User ID";
$lang[install_mysql_error_db_pass] = "Please input DB User Password";
$lang[install_mysql_error_db_name] = "Please input DB Name";
$lang[install_mysql_error_admin_id] = "Please input Admin ID";
$lang[install_mysql_error_admin_pass] = "Please input Admin Password";
$lang[install_mysql_error_admin_repass] = "Please re-enter Admin Password in the specified field for confirmation.";
$lang[install_mysql_error_admin_match] = "The re-entered Admin Password does not match, please try again.";
###################################################################################
// When Installing... (install_ing.php)
###################################################################################
$lang[install_ing_error_db_id] = "Connection failed.\\nPlease check your DB host name, user ID and password before you try again.";
$lang[install_ing_error_db_name] = "Connection failed.\\nPlease check your DB name before you try again.\\n(or you did not create this DB?)";
$lang[install_ing_error_permission1] = "Permission denied.\\nPlease make sure the permission of n@log folder is 707 or 777\\n(or delete \\'nalog_connect.php\\') and try again.";
$lang[install_ing_error_permission2] = "Permission denied.\\nPlease make sure the permission of n@log folder is 707 or 777\\n(or delete \\'nalog_language.php\\') and try again.";
$lang[install_ing_finish] = "Congratulations!\\nThe installation of n@log analyzer is finished.";
###################################################################################
// Version Info Check (check.php)
###################################################################################
$lang[version_check_title] = "Version Info Check";
$lang[version_check_this_version] = "Your n@log version: ";
$lang[version_check_latest_version] = "Latest n@log version: ";
$lang[version_check_update_button] = "Download Latest Version";
$lang[version_check_close_button] = "Close";
###################################################################################
// Change Administration Account (change.php)
###################################################################################
$lang[change_admin_title] = "Change Administration Account";
$lang[change_admin_text] = "Administration Account Info Update";
$lang[change_admin_change_button] = "Change";
$lang[change_admin_close_button] = "Close";
$lang[change_admin_id] = "New Admin ID (or remain unchanged)";
$lang[change_admin_pass] = "New Admin Password";
$lang[change_admin_repass] = "Re-type Admin Password";
$lang[change_admin_error_admin_id] = "Please input New Admin ID";
$lang[change_admin_error_admin_pass] = "Please input New Admin Password";
$lang[change_admin_error_admin_repass] = "Please re-enter New Admin Password in the specified field for confirmation.";
$lang[change_admin_error_admin_match] = "The re-entered Admin Password does not match, please try again.";
$lang[change_admin_finish] = "The information of n@log administration account is successfully changed.";
###################################################################################
// Program Uninstallation (uninstall.php)
###################################################################################
$lang[uninstall_finish] = "The uninstallation of n@log analyzer is finished.\\nIf you would like to re-install this program again,\\nplease execute install.php in the program\\'s root folder.";
###################################################################################
// Administrator Login Page (login.php)
###################################################################################
$lang[login_title] = "n@log Admin Login";
$lang[login_id] = "Admin ID";
$lang[login_pass] = "Admin Password";
$lang[login_auto] = "Auto Login?";
$lang[login_warning_auto] = "If you choose Auto Login, the \\'logged in\\' status will be remained after you\\nclose the browser, so that you don\\'t need to logout and you will be\\nautomatically logged in every time you enter the counter manager.\\n\\nPlease DO NOT use this feature if you are using computer in public places\\ne.g. net-cafe, school, etc. \\n\\nAre you sure to use Auto Login?";
$lang[login_error_id] = "Please input Admin ID";
$lang[login_error_pass] = "Please input Admin Password";
$lang[login_error_id_wrong] = "The Admin ID you entered is not correct.";
$lang[login_error_pass_wrong] = "The Admin Password you entered is not correct.";
###################################################################################
// Root Manager (root.php)
###################################################################################
$lang[root_title] = "ROOT Manager";
$lang[root_alt_counter_manager] = "Manage your n@log counter(s)";
$lang[root_alt_version_check] = "Check online if there is a new version of n@log";
$lang[root_alt_navyism_com] = "Visit navyism's homepage [Korean]";
$lang[root_alt_change_admin] = "Change the information of n@log administration account";
$lang[root_alt_uninstall] = "Uninstall n@log";
$lang[root_warning_uninstall] = "Are you sure to uninstall n@log analyzer?";
$lang[root_change_language_button] = "Change";
###################################################################################
// Counter Manager (admin.php)
###################################################################################
$lang[counter_manager_title] = "Counter Manager";
$lang[counter_manager_paging1] = "<font size=1> ";
$lang[counter_manager_paging2] = " counter(s), ";
$lang[counter_manager_paging3] = " of ";
$lang[counter_manager_paging4] = " page(s)</font>";
$lang[counter_manager_view] = "View how many counters at one page: ";
$lang[counter_manager_view_button] = "View";
$lang[counter_manager_view_error] = "This is not a number";
$lang[counter_manager_table_no] = "No.";
$lang[counter_manager_table_name] = "Counter Name";
$lang[counter_manager_table_config] = "Config";
$lang[counter_manager_table_example] = "Usage Example";
$lang[counter_manager_table_drop] = "Delete?";
$lang[counter_manager_table_clean] = "Clean?";
$lang[counter_manager_table_total] = "Total";
$lang[counter_manager_table_today] = "Today";
$lang[counter_manager_table_today_peak] = "Day Peak";
$lang[counter_manager_table_peak] = "Online Peak";
$lang[counter_manager_tablecell_view] = "View";
$lang[counter_manager_tablecell_drop] = "Delete";
$lang[counter_manager_tablecell_clean] = "Clean";
$lang[counter_manager_warning_drop] = "Are you sure to delete this counter?";
$lang[counter_manager_warning_clean] = "Are you sure to clean up this counter?";
$lang[counter_manager_create_button] = "Create Counter";
$lang[counter_manager_error_create] = "Please input the counter\\'s name.";
###################################################################################
// Creating Counter (admin_ing.php)
###################################################################################
$lang[counter_create_error_name] = "Please input the counter\\'s name.";
$lang[counter_create_error_char] = "Please use lowercase alphabet (a-z) or numbers (0-9)\\nas well as _ characters only.";
$lang[counter_create_error_exist] = "This counter already exists.";
$lang[counter_create_error_blank] = "Please do not use space in the counter\\'s name.";
###################################################################################
// Counter Manager - Overall (admin_counter.php)
###################################################################################
$lang[counter_main_plug_in] = "Please select a Plug-in";
$lang[counter_main_date_format1] = "n/j/Y H:i:s D";
$lang[counter_main_not_exist] = "This counter does not exist";
$lang[counter_main_title] = "Counter Manager";
$lang[counter_main_title_hour] = "Analyze by Hour";
$lang[counter_main_title_day] = "Analyze by Day";
$lang[counter_main_title_week] = "Analyze by Week";
$lang[counter_main_title_month] = "Analyze by Month";
$lang[counter_main_title_year] = "Analyze by Year";
$lang[counter_main_title_refer] = "Analyze by Referers (Host)";
$lang[counter_main_title_refer_detail] = "Analyze by Referers (URL)";
$lang[counter_main_title_os] = "Analyze by Visitors' OS&Browser";
$lang[counter_main_title_visitor] = "Analyze by Visitors' Info.";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -