en-us.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /**
  3. * 洛阳赤炎鹰网络科技有限公司
  4. * https://www.cyyvip.com
  5. * Copyright (c) 2022 赤店商城 All rights reserved.
  6. */
  7. // +----------------------------------------------------------------------
  8. // | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
  9. // +----------------------------------------------------------------------
  10. // | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.
  11. // +----------------------------------------------------------------------
  12. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  13. // +----------------------------------------------------------------------
  14. // | Author: liu21st <liu21st@gmail.com>
  15. // +----------------------------------------------------------------------
  16. /**
  17. * ThinkPHP English language package
  18. */
  19. return array(
  20. /* core language package */
  21. '_MODULE_NOT_EXIST_' => "Module can't be loaded",
  22. '_CONTROLLER_NOT_EXIST_' => "Controller can't be loaded",
  23. '_ERROR_ACTION_' => 'Illegal Action',
  24. '_LANGUAGE_NOT_LOAD_' => "Can't load language package",
  25. '_TEMPLATE_NOT_EXIST_' => "Template doesn't exist",
  26. '_MODULE_' => 'Module',
  27. '_ACTION_' => 'Action',
  28. '_MODEL_NOT_EXIST_' => "Model can't be loaded",
  29. '_VALID_ACCESS_' => 'No access',
  30. '_XML_TAG_ERROR_' => 'XML tag syntax errors',
  31. '_DATA_TYPE_INVALID_' => 'Illegal data objects!',
  32. '_OPERATION_WRONG_' => 'Operation error occurs',
  33. '_NOT_LOAD_DB_' => 'Unable to load the database',
  34. '_NO_DB_DRIVER_' => 'Unable to load database driver',
  35. '_NOT_SUPPORT_DB_' => 'The system is temporarily not support database',
  36. '_NO_DB_CONFIG_' => 'Not define the database configuration',
  37. '_NOT_SUPPORT_' => 'The system does not support',
  38. '_CACHE_TYPE_INVALID_' => 'Unable to load the cache type',
  39. '_FILE_NOT_WRITABLE_' => 'Directory (file) is not writable',
  40. '_METHOD_NOT_EXIST_' => 'The method you requested does not exist!',
  41. '_CLASS_NOT_EXIST_' => 'Instantiating a class does not exist!',
  42. '_CLASS_CONFLICT_' => 'Class name conflicts',
  43. '_TEMPLATE_ERROR_' => 'Template Engine errors',
  44. '_CACHE_WRITE_ERROR_' => 'Cache file write failed!',
  45. '_TAGLIB_NOT_EXIST_' => 'Tag library is not defined',
  46. '_OPERATION_FAIL_' => 'Operation failed!',
  47. '_OPERATION_SUCCESS_' => 'Operation succeed!',
  48. '_SELECT_NOT_EXIST_' => 'Record does not exist!',
  49. '_EXPRESS_ERROR_' => 'Expression errors',
  50. '_TOKEN_ERROR_' => "Form's token errors",
  51. '_RECORD_HAS_UPDATE_' => 'Record has been updated',
  52. '_NOT_ALLOW_PHP_' => 'PHP codes are not allowed in the template',
  53. '_PARAM_ERROR_' => 'Parameter error or undefined',
  54. '_ERROR_QUERY_EXPRESS_' => 'Query express error',
  55. );