1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- return array(
-
- "install_title"=>'Install ShowDoc',
- "use_sqlite"=>'Use Sqlite Database',
- "use_mysql"=>'Use Mysql Database',
- "server_address"=>'Server address (e.g: localhost)',
- "server_port"=>'Port(e.g:3306)',
- "db_name"=>'Database Name(e.g:showdoc)',
- "db_user"=>'Database Username',
- "db_password"=>' Database Password',
- "sqlite_tips"=>'Sqlite has supported by PHP and you just need to click the Go buttun',
- "go"=>'Go',
- "install_success_help"=>'Installation success!The password of the default administrator account is showdoc/123456 ,After login, you can see the management backstage access in the upper right corner.In addition, it is strongly recommended to modify the administrator password .<br>More help :<a href="https://www.showdoc.cc/help-en" target="_blank">https://www.showdoc.cc/help-en</a>',
- "home"=>'Website Home',
- "FAQ"=>'FAQ',
-
- "lock"=>'ShowDoc has been installed!If you want to reinstall,please delete file /install/install.lock ',
- "not_writable_install"=>' Directory install is not writable !',
- "not_writable_upload"=>'Directory Public/Uploads/ is not writable !',
- "not_writable_runtime"=>'Directory server/Application/Runtime is not writable !',
- "not_writable_server_runtime"=>'Directory server/Application/Runtime is not writable !',
- "not_writable_config"=>'File server/Application/Common/Conf/config.php is not writable !',
- "not_writable_home_config"=>'File server/Application/Home/Conf/config.php is not writable !',
- "not_writable_sqlite"=>'Directory Sqlite is not writable !',
- "not_writable_sqlite_db"=>'File Sqlite/showdoc.db.php is not writable !',
- "not_writable_web_docconfig"=>'File web/index.html is not writable !',
- "not_writable_web_src_docconfig"=>'File web_src/index.html is not writable !',
- "install_success"=>'Installation success!Please delete the /install directory, avoid the script to be executed again',
- "install_config_not_writable"=>'Fail to write config file ',
- "db_wrong"=>'Database connection error',
- "db_has_data"=>'Database tables already exists,please clear up and try again',
- "create_table_fail"=>'Fail to create table',
- "install_config_not_writable"=>'Fail to write config file',
- "require_php_version" => "require PHP > 5.3.0 ",
- );
|