View file resources/lang/en/forums.php

File size: 4.93Kb
  1. <?php
  2.  
  3. return [
  4. 'forum' => 'Forum',
  5. 'topic' => 'Topic',
  6. 'post' => 'Message',
  7. 'latest' => 'Last',
  8. 'top_topics' => 'Top topics',
  9. 'top_posts' => 'Top Posts',
  10. 'create_forum' => 'Create Partition',
  11. 'create_topic' => 'Create topic',
  12. 'title_active_posts' => 'Message list :user',
  13. 'title_active_topics' => 'The list of topics :user',
  14. 'title_bookmarks' => 'My bookmarks',
  15. 'empty_bookmarks' => 'No bookmarks yet!',
  16. 'empty_topics' => 'Themes have not yet been created!',
  17. 'empty_posts' => 'No messages yet!',
  18. 'empty_forums' => 'Forum sections not yet created!',
  19. 'closed_forum' => 'In this section it is forbidden to create themes!',
  20. 'title_create' => 'Creating a new topic',
  21. 'create_vote' => 'Create a vote',
  22. 'question' => 'Question',
  23. 'answer' => 'Answer',
  24. 'votes' => 'Votes',
  25. 'vote' => 'Vote',
  26. 'total_votes' => 'Total Voted',
  27. 'topics' => 'Themes',
  28. 'posts' => 'Messages',
  29. 'bookmarks' => 'Bookmarks',
  30. 'to_bookmarks' => 'To bookmarks',
  31. 'from_bookmarks' => 'From bookmarks',
  32. 'title_new_posts' => 'New messages',
  33. 'title_new_topics' => 'New Topics',
  34. 'title_rss' => 'Forum Topics',
  35. 'title_search' => 'Search the forum',
  36. 'title_top_topics' => 'Top Popular Themes',
  37. 'title_top_posts' => 'Top Popular Posts',
  38. 'rating' => 'Rating',
  39. 'title_edit_forum' => 'Change section',
  40. 'title_edit_topic' => 'Change Theme',
  41. 'title_edit_post' => 'Change message',
  42. 'title_move_topic' => 'Topic Transfer',
  43. 'delete_files' => 'Delete files',
  44. 'topic_curators' => 'Topic Curators',
  45. 'curators_note' => '(User ID separated by commas)',
  46. 'topic_closed' => 'This topic is closed for discussion',
  47. 'confirm_delete_forum' => 'Are you sure you want to delete this section?',
  48. 'confirm_delete_topic' => 'Are you sure you want to delete this topic?',
  49. 'confirm_close_topic' => 'Do you really want to close this topic?',
  50. 'parent_forum' => 'Parent section',
  51. 'note' => 'Announcement',
  52.  
  53. 'create_rule1' => 'Before creating a new topic, you must familiarize yourself with the rules',
  54. 'create_rule2' => 'Also make sure that there is no such topic, so as not to create the same ones, for this enter the keyword in the search',
  55. 'create_rule3' => 'And if after that you are sure that your topic will be interesting to other users, then you can create it',
  56.  
  57. 'topics_not_created' => 'Created by those not yet!',
  58. 'posts_not_created' => 'No posts created yet!',
  59. 'posts_deleted_moderators' => 'Only moderators can delete posts!',
  60. 'post_not_exist' => 'This message does not exist!',
  61. 'topic_not_exist' => 'This topic does not exist!',
  62. 'forum_not_exist' => 'This section does not exist!',
  63. 'forum_closed' => 'In this forum it is forbidden to create topics!',
  64. 'topic_success_created' => 'New topic successfully created!',
  65. 'topic_success_closed' => 'Topic successfully closed!',
  66. 'topic_success_changed' => 'Theme successfully changed!',
  67. 'post_repeat' => 'Your message repeats the previous post!',
  68. 'post_added_after' => 'Added after :sec sec.',
  69. 'posts_deleted_curators' => 'Only topic curators can delete posts!',
  70. 'posts_edited_curators' => 'Only the author or the curators of the topic can edit posts!',
  71. 'topic_edited_points' => 'To change and close the topic you need :point!',
  72. 'topic_not_author' => 'You are not the author of this topic!',
  73.  
  74. 'bookmark_success_deleted' => 'Topic successfully deleted from bookmarks!',
  75. 'bookmark_success_added' => 'Topic successfully bookmarked!',
  76. 'bookmarks_missing' => 'Missing selected bookmarks!',
  77. 'bookmarks_selected_deleted' => 'Selected topics have been successfully deleted from bookmarks!',
  78.  
  79. 'forum_success_created' => 'New section successfully created!',
  80. 'forum_invalid' => 'Invalid section selection!',
  81. 'forum_has_subforums' => 'This section has subforums!',
  82. 'forum_has_topics' => 'There are topics in this section!',
  83. 'forum_success_edited' => 'Section edited successfully!',
  84. 'forum_success_deleted' => 'Section deleted successfully!',
  85. 'topic_success_edited' => 'Theme has been edited successfully!',
  86. 'topic_success_moved' => 'Topic successfully moved!',
  87. 'topic_success_opened' => 'Topic successfully opened!',
  88. 'topic_success_pinned' => 'Theme has been successfully pinned!',
  89. 'topic_success_unpinned' => 'Topic successfully unpinned!',
  90. 'topic_success_deleted' => 'Topic successfully deleted!',
  91. ];