acd471be17416d7731d55f26828091d422d32cbd.svn-base 957 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return array
  3. (
  4. # 核心相关
  5. # 数据不存在
  6. 'core_database_exists' => '数据库{0}不存在',
  7. # 请求不匹配
  8. 'core_database_request' => '参数{0}为空,或者不匹配该规则:{1}',
  9. # dom不存在
  10. 'dom_exists' => 'dom"{0}"不存在',
  11. # 文件不存在
  12. 'file_exists' => '文件"{0}"不存在',
  13. # 类中的方法不存在
  14. 'method_exists' => '{0}中的方法{1}不存在',
  15. # api配置不存在
  16. 'api_exists' => 'api"{0}"不存在',
  17. # api配置不存在
  18. 'api_key_exists' => 'api中的配置{0}不存在',
  19. # api参数不存在
  20. 'api_param_exists' => '参数{0}不存在',
  21. # api参数signature校验错误
  22. 'api_signature_exists' => 'signature校验错误',
  23. # 错误的页面
  24. 'error_page' => '错误的页面',
  25. # xss请求
  26. 'request_tainting' => 'request_tainting',
  27. # 项目不存在
  28. 'project_exists' => '项目"{0}"不存在',
  29. # 项目已存在
  30. 'project_already_exists' => '项目"{0}"已存在',
  31. # 后台相关
  32. );