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

📄 en.lang.php

📁 软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有"验证码"要求的网站是每次打开一个
💻 PHP
📖 第 1 页 / 共 2 页
字号:
10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.NO WARRANTY11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.END OF TERMS AND CONDITIONSEndOfLicense;    $lang->install_condition_title = "Please check the installation requirement.";    $lang->install_checklist_title = array(			'php_version' => 'PHP Version',            'permission' => 'Permission',            'xml' => 'XML Library',            'iconv' => 'ICONV Library',            'gd' => 'GD Library',            'session' => 'Session.auto_start setting',        );    $lang->install_checklist_desc = array(			'php_version' => '[Required] If PHP version is 5.2.2, zeroboard will not be installed because of bug',            'permission' => '[Required] Zeroboard installation path or ./files directory\'s permission must be 707',            'xml' => '[Required] XML Library is needed for XML communication',            'session' => '[Required] PHP setting file\'s (php.ini) \'Session.auto_start\' must equal to zero in order for zeroboard to use the session',            'iconv' => 'Iconv should be installed in order to convert UTF-8 and other language set',            'gd' => 'GD Library should be installed in order to use image convert function',        );    $lang->install_checklist_xml = 'Install XML Library';    $lang->install_without_xml = 'XML Library is not installed';    $lang->install_checklist_gd = 'Install GD Library';    $lang->install_without_gd  = 'GD Library is not installed for image convertion';    $lang->install_checklist_gd = 'Intall GD Library';    $lang->install_without_iconv = 'Iconv Library is not installed for processing characters';    $lang->install_session_auto_start = 'Possible problems might occur due to the php setting. session.auto_start is equal to 1';    $lang->install_permission_denied = 'Installation path\'s permission doesn\'t equal to 707';    $lang->cmd_agree_license = 'I agree with the license';    $lang->cmd_install_fix_checklist = 'I have fixed the required conditions.';    $lang->cmd_install_next = 'Continue installation';    $lang->db_desc = array(        'mysql' => 'Using mysql*() function to use mysql DB.<br />Transaction is disabled because DB file is created by myisam.',        'mysql_innodb' => 'Using innodb to use mysql DB.<br />Transaction is enabled for innodb',        'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',        'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',        'cubrid' => 'Use CUBRID DB.',        'postgresql' => 'Use PostgreSql DB.',    );    $lang->form_title = 'Please input DB &amp; Admin information';    $lang->db_title = 'Please input DB information';    $lang->db_type = 'DB Type';    $lang->select_db_type = 'Please select the DB you want to use.';    $lang->db_hostname = 'DB Hostname';    $lang->db_port = 'DB Port';    $lang->db_userid = 'DB ID';    $lang->db_password = 'DB Password';    $lang->db_database = 'DB Database';    $lang->db_database_file = 'DB Database file';    $lang->db_table_prefix = 'Table header';    $lang->admin_title = 'Administrator Info';    $lang->env_title = 'Configuration';    $lang->use_optimizer = 'Enable Optimizer';    $lang->about_optimizer = 'If optimizer is enabled, users can quickly access to this site, since multiple CSS / JS files are put together and compressed before transmission. <br /> Nevertheless, this optimization might be problematic according to CSS or JS. If you disable it, it would work properly though it would work slower.';    $lang->use_rewrite = 'Use rewrite mod';    $lang->about_rewrite = "If web server provides rewrite mod, long URL such as http://blah/?document_srl=123 can be shortened like http://blah/123";    $lang->time_zone = 'Time zone';    $lang->about_time_zone = "If the server time and the time on your location don't accord each other, you can set the time as same as your location by using time zone ";    $lang->about_database_file = 'Sqlite saves data in the file. Location of the database file should be unreachable by web<br/><span style="color:red">Data file should be inside the permission of 707.</span>';    $lang->success_installed = 'Installation has been completed';    $lang->success_updated = 'Update has been completed';    $lang->msg_cannot_proc = 'Installation environment is not proper to proceed.';    $lang->msg_already_installed = 'Zeroboard is already installed';    $lang->msg_dbconnect_failed = "Error has occurred while connecting DB.\nPlease check DB information again";    $lang->msg_table_is_exists = "Table is already created in the DB.\nConfig file is recreated";    $lang->msg_install_completed = "Installation has been completed.\nThank you for choosing Zeroboard XE";    $lang->msg_install_failed = "An error has occurred while creating installation file.";?>

⌨️ 快捷键说明

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