en-us.php 2.9 KB

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