lang.en.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  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. "install_success"=>'Installation success!Please delete the /install directory, avoid the script to be executed again',
  26. "install_config_not_writable"=>'Fail to write config file ',
  27. "db_wrong"=>'Database connection error',
  28. "db_has_data"=>'Database tables already exists,please clear up and try again',
  29. "create_table_fail"=>'Fail to create table',
  30. "install_config_not_writable"=>'Fail to write config file',
  31. "require_php_version" => "require PHP > 5.3.0 ",
  32. );