lang.en.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return array(
  3. "install_title"=>'Install ShowDoc',
  4. "use_sqlite"=>'Use Sqlite Database',
  5. "use_mysql"=>'Use Mysql Database',
  6. "server_address"=>'Server address (e.g: localhost)',
  7. "server_port"=>'Port(e.g:3306)',
  8. "db_name"=>'Database Name(e.g:showdoc)',
  9. "db_user"=>'Database Username',
  10. "db_password"=>' Database Password',
  11. "sqlite_tips"=>'Sqlite has supported by PHP and you just need to click the Go buttun',
  12. "go"=>'Go',
  13. "install_success_help"=>'Installation success!Please delete the /install directory, avoid the script to be executed again.<br><a href="https://www.showdoc.cc/help-en" target="_blank">https://www.showdoc.cc/help-en</a>',
  14. "home"=>'Website Home',
  15. "FAQ"=>'FAQ',
  16. "lock"=>'ShowDoc has been installed!If you want to reinstall,please delete file /install/install.lock ',
  17. "not_writable_install"=>' Directory install is not writable !',
  18. "not_writable_upload"=>'Directory Public/Uploads/ is not writable !',
  19. "not_writable_runtime"=>'Directory Application/Runtime is not writable !',
  20. "not_writable_server_runtime"=>'Directory server/Application/Runtime is not writable !',
  21. "not_writable_config"=>'File Application/Common/Conf/config.php is not writable !',
  22. "not_writable_home_config"=>'File Application/Home/Conf/config.php is not writable !',
  23. "not_writable_sqlite"=>'Directory Sqlite is not writable !',
  24. "not_writable_sqlite_db"=>'File Sqlite/showdoc.db.php is not writable !',
  25. "not_writable_web_docconfig"=>'File web/index.html is not writable !',
  26. "not_writable_web_src_docconfig"=>'File web_src/index.html is not writable !',
  27. "install_success"=>'Installation success!Please delete the /install directory, avoid the script to be executed again',
  28. "install_config_not_writable"=>'Fail to write config file ',
  29. "db_wrong"=>'Database connection error',
  30. "db_has_data"=>'Database tables already exists,please clear up and try again',
  31. "create_table_fail"=>'Fail to create table',
  32. "install_config_not_writable"=>'Fail to write config file',
  33. "require_php_version" => "require PHP > 5.3.0 ",
  34. );