25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

38 satır
2.2 KiB

3 yıl önce
  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!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>',
  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 server/Application/Runtime is not writable !',
  20. "not_writable_server_runtime"=>'Directory server/Application/Runtime is not writable !',
  21. "not_writable_config"=>'File server/Application/Common/Conf/config.php is not writable !',
  22. "not_writable_home_config"=>'File server/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. );