Modlog.english.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?php
  2. // Version: 2.1 Alpha 1; Modlog
  3. global $scripturl;
  4. $txt['modlog_date'] = 'Date';
  5. $txt['modlog_member'] = 'Member';
  6. $txt['modlog_position'] = 'Position';
  7. $txt['modlog_action'] = 'Action';
  8. $txt['modlog_ip'] = 'IP';
  9. $txt['modlog_search_result'] = 'Search Results';
  10. $txt['modlog_total_entries'] = 'Total Entries';
  11. $txt['modlog_ac_approve_topic'] = 'Approved topic &quot;{topic}&quot; by &quot;{member}&quot;';
  12. $txt['modlog_ac_unapprove_topic'] = 'Unapproved topic &quot;{topic}&quot; by &quot;{member}&quot;';
  13. $txt['modlog_ac_approve'] = 'Approved message &quot;{subject}&quot; in &quot;{topic}&quot; by &quot;{member}&quot;';
  14. $txt['modlog_ac_unapprove'] = 'Unapproved message &quot;{subject}&quot; in &quot;{topic}&quot; by &quot;{member}&quot;';
  15. $txt['modlog_ac_lock'] = 'Locked &quot;{topic}&quot;';
  16. $txt['modlog_ac_warning'] = 'Warned {member} for &quot;{message}&quot;';
  17. $txt['modlog_ac_unlock'] = 'Unlocked &quot;{topic}&quot;';
  18. $txt['modlog_ac_sticky'] = 'Stickied &quot;{topic}&quot;';
  19. $txt['modlog_ac_unsticky'] = 'Un-Stickied &quot;{topic}&quot;';
  20. $txt['modlog_ac_delete'] = 'Deleted &quot;{subject}&quot; by &quot;{member}&quot; from &quot;{topic}&quot;';
  21. $txt['modlog_ac_delete_member'] = 'Deleted member &quot;{name}&quot;';
  22. $txt['modlog_ac_remove'] = 'Removed topic &quot;{topic}&quot; from &quot;{board}&quot;';
  23. $txt['modlog_ac_modify'] = 'Edited &quot;{message}&quot; by &quot;{member}&quot;';
  24. $txt['modlog_ac_merge'] = 'Merged topics to create &quot;{topic}&quot;';
  25. $txt['modlog_ac_split'] = 'Split &quot;{topic}&quot; to create &quot;{new_topic}&quot;';
  26. $txt['modlog_ac_move'] = 'Moved &quot;{topic}&quot; from &quot;{board_from}&quot; to &quot;{board_to}&quot;';
  27. $txt['modlog_ac_profile'] = 'Edit the profile of &quot;{member}&quot;';
  28. $txt['modlog_ac_pruned'] = 'Pruned some posts older than {days} days';
  29. $txt['modlog_ac_news'] = 'Edited the news';
  30. $txt['modlog_ac_clearlog_moderate'] = 'Cleared the moderation log';
  31. $txt['modlog_ac_clearlog_admin'] = 'Cleared the administration log';
  32. $txt['modlog_enter_comment'] = 'Enter Moderation Comment';
  33. $txt['modlog_moderation_log'] = 'Moderation Log';
  34. $txt['modlog_moderation_log_desc'] = 'Below is a list of all the moderation actions that have been carried out by moderators of the forum.';
  35. $txt['modlog_no_entries_found'] = 'There are currently no moderation log entries.';
  36. $txt['modlog_remove'] = 'Delete Selected';
  37. $txt['modlog_removeall'] = 'Clear Log';
  38. $txt['modlog_remove_selected_confirm'] = 'Are you sure you want to delete the selected log entries?';
  39. $txt['modlog_remove_all_confirm'] = 'Are you sure you want to completely clear the log?';
  40. $txt['modlog_go'] = 'Go';
  41. $txt['modlog_add'] = 'Add';
  42. $txt['modlog_search'] = 'Quick Search';
  43. $txt['modlog_by'] = 'By';
  44. $txt['modlog_id'] = '<em>Deleted - ID:%1$d</em>';
  45. $txt['modlog_ac_add_warn_template'] = 'Added warning template: &quot;{template}&quot;';
  46. $txt['modlog_ac_modify_warn_template'] = 'Edited the warning template: &quot;{template}&quot;';
  47. $txt['modlog_ac_delete_warn_template'] = 'Deleted the warning template: &quot;{template}&quot;';
  48. $txt['modlog_ac_ban'] = 'Added ban triggers:';
  49. $txt['modlog_ac_ban_remove'] = 'Removed ban triggers:';
  50. $txt['modlog_ac_ban_trigger_member'] = ' <em>Member:</em> {member}';
  51. $txt['modlog_ac_ban_trigger_email'] = ' <em>Email:</em> {email}';
  52. $txt['modlog_ac_ban_trigger_ip_range'] = ' <em>IP:</em> {ip_range}';
  53. $txt['modlog_ac_ban_trigger_hostname'] = ' <em>Hostname:</em> {hostname}';
  54. $txt['modlog_admin_log'] = 'Administration Log';
  55. $txt['modlog_admin_log_desc'] = 'Below is a list of administration actions which have been logged on your forum.';
  56. $txt['modlog_admin_log_no_entries_found'] = 'There are currently no administration log entries.';
  57. // Admin type strings.
  58. $txt['modlog_ac_upgrade'] = 'Upgraded the forum to version {version}';
  59. $txt['modlog_ac_install'] = 'Installed version {version}';
  60. $txt['modlog_ac_add_board'] = 'Added a new board: &quot;{board}&quot;';
  61. $txt['modlog_ac_edit_board'] = 'Edited the &quot;{board}&quot; board';
  62. $txt['modlog_ac_delete_board'] = 'Deleted the &quot;{boardname}&quot; board';
  63. $txt['modlog_ac_add_cat'] = 'Added a new category, &quot;{catname}&quot;';
  64. $txt['modlog_ac_edit_cat'] = 'Edited the &quot;{catname}&quot; category';
  65. $txt['modlog_ac_delete_cat'] = 'Deleted the &quot;{catname}&quot; category';
  66. $txt['modlog_ac_delete_group'] = 'Deleted the &quot;{group}&quot; group';
  67. $txt['modlog_ac_add_group'] = 'Added the &quot;{group}&quot; group';
  68. $txt['modlog_ac_edited_group'] = 'Edited the &quot;{group}&quot; group';
  69. $txt['modlog_ac_added_to_group'] = 'Added &quot;{member}&quot; to the &quot;{group}&quot; group';
  70. $txt['modlog_ac_removed_from_group'] = 'Removed &quot;{member}&quot; from the &quot;{group}&quot; group';
  71. $txt['modlog_ac_removed_all_groups'] = 'Removed &quot;{member}&quot; from all groups';
  72. $txt['modlog_ac_remind_member'] = 'Sent out a reminder to &quot;{member}&quot; to activate their account';
  73. $txt['modlog_ac_approve_member'] = 'Approved/Activated the account of &quot;{member}&quot;';
  74. $txt['modlog_ac_newsletter'] = 'Sent Newsletter';
  75. $txt['modlog_ac_install_package'] = 'Installed new package: &quot;{package}&quot;, version {version}';
  76. $txt['modlog_ac_upgrade_package'] = 'Upgraded package: &quot;{package}&quot; to version {version}';
  77. $txt['modlog_ac_uninstall_package'] = 'Uninstalled package: &quot;{package}&quot;, version {version}';
  78. // Restore topic.
  79. $txt['modlog_ac_restore_topic'] = 'Restored topic &quot;{topic}&quot; from &quot;{board}&quot; to &quot;{board_to}&quot;';
  80. $txt['modlog_ac_restore_posts'] = 'Restored posts from &quot;{subject}&quot; to the topic &quot;{topic}&quot; in the &quot;{board}&quot; board.';
  81. $txt['modlog_parameter_guest'] = '<em>Guest</em>';
  82. $txt['modlog_ac_approve_attach'] = 'Approved &quot;{filename}&quot; in &quot;{message}&quot;';
  83. $txt['modlog_ac_remove_attach'] = 'Removed unapproved &quot;{filename}&quot; in &quot;{message}&quot;';
  84. // Handling reports on posts
  85. $txt['modlog_report'] = 'report';
  86. $txt['modlog_ac_close_report'] = 'Closed {report} on &quot;{message}&quot;';
  87. $txt['modlog_ac_ignore_report'] = 'Disregarded {report} on &quot;{message}&quot;';
  88. $txt['modlog_ac_open_report'] = 'Reopened {report} on &quot;{message}&quot;';
  89. $txt['modlog_ac_unignore_report'] = 'Undone disregard of {report} on &quot;{message}&quot;';
  90. // Poll stuff
  91. $txt['modlog_add_poll'] = 'Added a poll to &quot;{topic}&quot;';
  92. $txt['modlog_edit_poll'] = 'Edited the poll in &quot;{topic}&quot;';
  93. $txt['modlog_lock_poll'] = 'Locked voting in the poll in &quot;{topic}&quot;';
  94. $txt['modlog_remove_poll'] = 'Removed the poll from &quot;{topic}&quot;';
  95. $txt['modlog_reset_poll'] = 'Reset votes in the poll in &quot;{topic}&quot;';
  96. $txt['modlog_unlock_poll'] = 'Unlocked voting in the poll in &quot;{topic}&quot;';
  97. ?>