en-us.php 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. // +--------------------------------------------------------------------------
  3. // | Senthot [ DEVELOPED BY ME ]
  4. // +--------------------------------------------------------------------------
  5. // | Copyright (c) 2005-2013 http://www.senthot.com All rights reserved.
  6. // | License ( http://www.apache.org/licenses/LICENSE-2.0 )
  7. // | Author: ms134n ( [email protected] )
  8. // +--------------------------------------------------------------------------
  9. /**
  10. * Senthot English language package
  11. * @category Sen
  12. * @package Lang
  13. * @author ms134n <[email protected]> */
  14. return array(
  15. // core
  16. '_MODULE_NOT_EXIST_' => 'Module can not been loaded',
  17. '_ERROR_ACTION_' => 'Error action',
  18. '_LANGUAGE_NOT_LOAD_' => 'Can\'t load language package',
  19. '_TEMPLATE_NOT_EXIST_' => 'Template does\'t exist',
  20. '_MODULE_' => 'Module',
  21. '_ACTION_' => 'Action',
  22. '_ACTION_NOT_EXIST_' => 'Action does\'t exist Or not defined',
  23. '_MODEL_NOT_EXIST_' => 'Model does\'t exist Or not defined',
  24. '_VALID_ACCESS_' => 'No access',
  25. '_XML_TAG_ERROR_' => 'XML tag syntax errors',
  26. '_DATA_TYPE_INVALID_' => 'Invlid data type!',
  27. '_OPERATION_WRONG_' => 'Operation error occurs',
  28. '_NOT_LOAD_DB_' => 'Unable to load the database',
  29. '_NO_DB_DRIVER_' => 'Unable to load database driver',
  30. '_NOT_SUPPORT_DB_' => 'The system is temporarily not support database',
  31. '_NO_DB_CONFIG_' => 'Not define the database configuration',
  32. '_NOT_SUPPERT_' => 'The system does not support',
  33. '_CACHE_TYPE_INVALID_' => 'Unable to load the cache type',
  34. '_FILE_NOT_WRITEABLE_' => 'Directory (file) is not writable',
  35. '_METHOD_NOT_EXIST_' => 'The method you requested does not exist!',
  36. '_CLASS_NOT_EXIST_' => 'Instantiating a class does not exist!',
  37. '_CLASS_CONFLICT_' => 'Class name conflicts',
  38. '_TEMPLATE_ERROR_' => 'Template Engine errors',
  39. '_CACHE_WRITE_ERROR_' => 'Cache file write failed!',
  40. '_TAGLIB_NOT_EXIST_' => 'Tag library is not defined',
  41. '_OPERATION_FAIL_' => 'Operation failed!',
  42. '_OPERATION_SUCCESS_' => 'Operation successed!',
  43. '_SELECT_NOT_EXIST_' => 'Record does not exist!',
  44. '_EXPRESS_ERROR_' => 'Expression errors',
  45. '_TOKEN_ERROR_' => 'Form\'s token errors',
  46. '_RECORD_HAS_UPDATE_' => 'Record has been updated',
  47. '_NOT_ALLOW_PHP_' => 'PHP codes are not allowed in the template',
  48. '_PARAM_ERROR_' => 'Parameter error or undefined',
  49. );