en-us.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2013-2018 http://www.thinkcmf.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +---------------------------------------------------------------------
  9. // | Author: Dean <zxxjjforever@163.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. "SAVE" => 'Save',
  13. "CLOSE" => 'Close',
  14. "OPEN" => 'Open',
  15. "ENABLED" => 'Enabled',
  16. "DISABLED" => 'Disabled',
  17. "DELETE" => "Delete",
  18. "RESTORE" => 'Restore',
  19. "DOWNLOAD" => 'Download',
  20. "YES" => 'Yes',
  21. "NO" => 'No',
  22. "EDIT" => 'Edit',
  23. "ADD" => 'Add',
  24. "BACK" => 'Back',
  25. 'LOGIN' => 'Login',
  26. 'PASSWORD' => "Password",
  27. 'USERNAME_OR_EMAIL' => 'Username or Email',
  28. 'LOGIN_SUCCESS' => "Login success!",
  29. 'PASSWORD_NOT_RIGHT' => "Password Error!",
  30. 'PASSWORD_REQUIRED' => "Password cannot be empty!",
  31. 'CAPTCHA_REQUIRED' => "Verification code cannot be empty!",
  32. 'CAPTCHA_NOT_RIGHT' => "Verification code error!",
  33. 'USERNAME_NOT_EXIST' => "Username does not exist!",
  34. 'USERNAME_OR_EMAIL_EMPTY' => "Username or email address can't for empty!",
  35. 'USE_DISABLED' => "This user has been disabled!",
  36. 'ENTER_VERIFY_CODE' => 'Please enter the verification code!',
  37. 'HOME' => 'Home',
  38. 'LOADING' => 'Loading...',
  39. 'LOGOUT' => 'Logout',
  40. "OK" => "Ok",
  41. "STATUS" => 'Status',
  42. "ACTIONS" => 'Actions',
  43. "SORT" => 'Sort',
  44. "DISPLAY" => 'Display',
  45. "HIDDEN" => 'Hidden',
  46. "HIDE" => 'Hide',
  47. 'DELETE_CONFIRM_MESSAGE' => 'Are you sure to delete?',
  48. 'SETTING' => 'Setting',
  49. "ADD_SUCCESS" => 'Add success!',
  50. "ADD_FAILED" => 'Add failed!',
  51. "EDIT_SUCCESS" => 'Save success!',
  52. "EDIT_FAILED" => 'Save failed!',
  53. "NO_DATA" => 'No data!',
  54. "MOBILE" => 'Mobile'
  55. ];