Просмотр файла resources/lang/en/index.php

Размер файла: 4.18Kb
  1. <?php
  2.  
  3. return [
  4. 'news' => 'News',
  5. 'communication' => 'Communication',
  6. 'guestbook' => 'Guest book',
  7. 'photos' => 'Photo gallery',
  8. 'votes' => 'Voting',
  9. 'offers' => 'Suggestions / Problems',
  10. 'forums' => 'Forum',
  11. 'loads' => 'Downloads',
  12. 'blogs' => 'Blogs',
  13. 'boards' => 'Bulletin board',
  14. 'pages' => 'Useful information',
  15. 'docs' => 'Rotor documentation',
  16. 'search' => 'Site search',
  17. 'mails' => 'Feedback',
  18. 'users' => 'Users',
  19. 'contacts' => 'Contact list',
  20. 'ignores' => 'Ignore list',
  21. 'messages' => 'Messages',
  22. 'chat' => 'Chat',
  23. 'user_search' => 'User search',
  24. 'statistics' => 'Attendance Statistics',
  25.  
  26. 'menu' => 'Menu',
  27. 'login' => 'Login',
  28. 'logout' => 'Logout',
  29. 'register' => 'Register',
  30. 'panel' => 'Control',
  31. 'complains' => 'Complains',
  32.  
  33. 'private_message' => 'Private message!',
  34. 'wall_post' => 'New writing on the wall!',
  35. 'courses' => 'Exchange rates',
  36. 'courses_error' => 'Failed to download the latest exchange rates!',
  37. 'calendar' => 'Calendar',
  38. 'online' => 'Online',
  39.  
  40. 'db_queries' => 'DB queries',
  41. 'db_speed' => 'DB speed',
  42. 'ram_consumption' => 'Consumption of ram',
  43. 'cpu_load' => 'CPU load',
  44. 'loading_speed' => 'Loading speed',
  45. 'seconds' => 'sec.',
  46.  
  47. 'information' => 'Information',
  48. 'site_rules' => 'Site rules',
  49. 'tag_help' => 'Tag help',
  50. 'stickers_help' => 'Stickers help',
  51. 'faq' => 'FAQ',
  52. 'api_interface' => 'Api interface',
  53. 'user_statuses' => 'User statuses',
  54.  
  55. 'recent_activity' => 'Recent activity',
  56. 'recent_topics' => 'Recent topics',
  57. 'recent_files' => 'Recent files',
  58. 'recent_articles' => 'Recent articles',
  59. 'recent_photos' => 'Recent photos',
  60.  
  61. 'mail_contact' => 'Mail / Contact',
  62. 'profile_settings' => 'Profile / Settings',
  63. 'my_account' => 'My account',
  64. 'my_profile' => 'My profile',
  65. 'my_details' => 'My details',
  66. 'my_settings' => 'Settings',
  67. 'social_networks' => 'Social networks',
  68. 'activity' => 'Activity',
  69. 'my_wall' => 'My wall',
  70. 'notebook' => 'Notebook',
  71. 'admin_advertising' => 'Admin advertising',
  72. 'advertising' => 'Advertising',
  73. 'reputation_history' => 'Reputation history',
  74. 'reputation_edit' => 'Reputation changes',
  75. 'auth_history' => 'Authorization history',
  76. 'money_transfer' => 'Money transfer',
  77. 'wall_posts' => 'Wall posts',
  78. 'wall_posts_login' => 'Wall posts :login',
  79.  
  80. 'confirm_register' => 'Confirmation of registration',
  81. 'banned' => 'You are banned',
  82. 'note' => 'Note',
  83. 'upload_photo' => 'Upload photo',
  84. 'search_users' => 'Search users',
  85. 'search_results' => 'Search results',
  86. 'account' => 'Account',
  87.  
  88. 'upgrade' => 'System upgrade',
  89. 'ban_history' => 'Ban history',
  90. 'ban_unban' => 'Ban / Unban',
  91. 'admin_chat' => 'Admin chat',
  92. 'banned_list' => 'Banned',
  93. 'pending_list' => 'Awaiting',
  94. 'antimat' => 'Antimat',
  95. 'invitations' => 'Invitations',
  96. 'cash_transactions' => 'Cash transactions',
  97. 'ip_ban' => 'IP ban',
  98. 'phpinfo' => 'PHP info',
  99. 'new_loads' => 'New publications',
  100. 'errors' => 'Errors / Bans',
  101. 'stickers' => 'Stickers',
  102. 'blacklist' => 'Blacklist',
  103. 'site_settings' => 'Site settings',
  104. 'cache_clear' => 'Clear cache',
  105. 'backup' => 'Backup',
  106. 'site_scan' => 'Website crawl',
  107. 'private_mailing' => 'Private newsletter',
  108. 'logs_visits' => 'Visit logs',
  109. 'email_templates' => 'Email templates',
  110. 'page_editor' => 'Page editor',
  111. 'user_cleaning' => 'User cleaning',
  112. 'paid_adverts' => 'Paid adverts',
  113. 'modules' => 'Modules',
  114. ];