lang.en.php 1.8 KB

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