en.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. return [
  3. '_common_name' => 'English',
  4. 'login' => 'Login',
  5. 'register' => 'Register',
  6. 'logout' => 'Logout',
  7. 'my profile' => 'My Profile',
  8. 'private message' => 'Private Message',
  9. 'system message' => 'System Message',
  10. 'system manage' => 'System Manage',
  11. 'contests' => 'Contests',
  12. 'problems' => 'Problems',
  13. 'submissions' => 'Submissions',
  14. 'hacks' => 'Hack!',
  15. 'blogs' => 'Blogs',
  16. 'announcements' => 'Announcements',
  17. 'all the announcements' => 'All the Announcements……',
  18. 'help' => 'Help',
  19. 'search' => 'Search',
  20. 'top rated' => 'Top rated',
  21. 'username' => 'Username',
  22. 'password' => 'Password',
  23. 'new password' => 'New password',
  24. 'email' => 'Email',
  25. 'QQ' => 'QQ',
  26. 'sex' => 'Sex',
  27. 'motto' => 'Motto',
  28. 'rating' => 'Rating',
  29. 'view all' => 'View all',
  30. 'appraisal' => 'Appraisal',
  31. 'submit' => 'Submit',
  32. 'browse' => 'Browse',
  33. 'score range' => 'Score range',
  34. 'details' => 'Details',
  35. 'hours' => function($h) {
  36. return "$h ".($h <= 1 ? 'hour' : 'hours');
  37. },
  38. 'title' => 'Title',
  39. 'content' => 'Content',
  40. 'time' => 'Time',
  41. 'none' => 'None',
  42. 'user profile' => 'User profile',
  43. 'send private message' => 'Send private message',
  44. 'modify my profile' => 'Modify my profile',
  45. 'visit his blog' => function($name) {
  46. return "Visit $name's blog";
  47. },
  48. 'rating changes' => 'Rating changes',
  49. 'accepted problems' => 'Accepted problems',
  50. 'n problems in total' => function($n) {
  51. return "$n ".($n <= 1 ? 'problem' : 'problems');
  52. },
  53. 'please enter your password for authorization' => 'Please enter your password for authorization',
  54. 'please enter your new profile' => 'Please enter your new profile',
  55. 'leave it blank if you do not want to change the password' => 'Leave it blank if you do not want to change the password',
  56. 'change avatar help' => 'Do you want to change your avatar? Please see <a href="/faq">Help</a>',
  57. 'enter your username' => 'Enter your username',
  58. 'enter your email' => 'Enter your email',
  59. 'enter your password' => 'Enter your password',
  60. 're-enter your password' => 'Re-enter your password',
  61. 'enter your new password' => 'Enter your new password',
  62. 're-enter your new password' => 'Re-enter your new password',
  63. 'enter your QQ' => 'Enter your QQ',
  64. 'refuse to answer' => 'Refuse to answer',
  65. 'male' => 'Male',
  66. 'female' => 'Female',
  67. 'server time' => 'Server Time',
  68. 'opensource project' => 'OpenSource Project'
  69. ];