Modlog.english.php 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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_enter_comment'] = 'Enter Moderation Comment';
  31. $txt['modlog_moderation_log'] = 'Moderation Log';
  32. $txt['modlog_moderation_log_desc'] = 'Below is a list of all the moderation actions that have been carried out by moderators of the forum.<br /><strong>Please note:</strong> Entries cannot be removed from this log until they are at least twenty-four hours old.';
  33. $txt['modlog_no_entries_found'] = 'There are currently no moderation log entries.';
  34. $txt['modlog_remove'] = 'Delete Selected';
  35. $txt['modlog_removeall'] = 'Clear Log';
  36. $txt['modlog_remove_selected_confirm'] = 'Are you sure you want to delete the selected log entries?';
  37. $txt['modlog_remove_all_confirm'] = 'Are you sure you want to completely clear the log?';
  38. $txt['modlog_go'] = 'Go';
  39. $txt['modlog_add'] = 'Add';
  40. $txt['modlog_search'] = 'Quick Search';
  41. $txt['modlog_by'] = 'By';
  42. $txt['modlog_id'] = '<em>Deleted - ID:%1$d</em>';
  43. $txt['modlog_ac_add_warn_template'] = 'Added warning template: &quot;{template}&quot;';
  44. $txt['modlog_ac_modify_warn_template'] = 'Edited the warning template: &quot;{template}&quot;';
  45. $txt['modlog_ac_delete_warn_template'] = 'Deleted the warning template: &quot;{template}&quot;';
  46. $txt['modlog_ac_ban'] = 'Added ban triggers:';
  47. $txt['modlog_ac_ban_remove'] = 'Removed ban triggers:';
  48. $txt['modlog_ac_ban_trigger_member'] = ' <em>Member:</em> {member}';
  49. $txt['modlog_ac_ban_trigger_email'] = ' <em>Email:</em> {email}';
  50. $txt['modlog_ac_ban_trigger_ip_range'] = ' <em>IP:</em> {ip_range}';
  51. $txt['modlog_ac_ban_trigger_hostname'] = ' <em>Hostname:</em> {hostname}';
  52. $txt['modlog_admin_log'] = 'Administration Log';
  53. $txt['modlog_admin_log_desc'] = 'Below is a list of administration actions which have been logged on your forum.<br /><strong>Please note:</strong> Entries cannot be removed from this log until they are at least twenty-four hours old.';
  54. $txt['modlog_admin_log_no_entries_found'] = 'There are currently no administration log entries.';
  55. // Admin type strings.
  56. $txt['modlog_ac_upgrade'] = 'Upgraded the forum to version {version}';
  57. $txt['modlog_ac_install'] = 'Installed version {version}';
  58. $txt['modlog_ac_add_board'] = 'Added a new board: &quot;{board}&quot;';
  59. $txt['modlog_ac_edit_board'] = 'Edited the &quot;{board}&quot; board';
  60. $txt['modlog_ac_delete_board'] = 'Deleted the &quot;{boardname}&quot; board';
  61. $txt['modlog_ac_add_cat'] = 'Added a new category, &quot;{catname}&quot;';
  62. $txt['modlog_ac_edit_cat'] = 'Edited the &quot;{catname}&quot; category';
  63. $txt['modlog_ac_delete_cat'] = 'Deleted the &quot;{catname}&quot; category';
  64. $txt['modlog_ac_delete_group'] = 'Deleted the &quot;{group}&quot; group';
  65. $txt['modlog_ac_add_group'] = 'Added the &quot;{group}&quot; group';
  66. $txt['modlog_ac_edited_group'] = 'Edited the &quot;{group}&quot; group';
  67. $txt['modlog_ac_added_to_group'] = 'Added &quot;{member}&quot; to the &quot;{group}&quot; group';
  68. $txt['modlog_ac_removed_from_group'] = 'Removed &quot;{member}&quot; from the &quot;{group}&quot; group';
  69. $txt['modlog_ac_removed_all_groups'] = 'Removed &quot;{member}&quot; from all groups';
  70. $txt['modlog_ac_remind_member'] = 'Sent out a reminder to &quot;{member}&quot; to activate their account';
  71. $txt['modlog_ac_approve_member'] = 'Approved/Activated the account of &quot;{member}&quot;';
  72. $txt['modlog_ac_newsletter'] = 'Sent Newsletter';
  73. $txt['modlog_ac_install_package'] = 'Installed new package: &quot;{package}&quot;, version {version}';
  74. $txt['modlog_ac_upgrade_package'] = 'Upgraded package: &quot;{package}&quot; to version {version}';
  75. $txt['modlog_ac_uninstall_package'] = 'Uninstalled package: &quot;{package}&quot;, version {version}';
  76. // Restore topic.
  77. $txt['modlog_ac_restore_topic'] = 'Restored topic &quot;{topic}&quot; from &quot;{board}&quot; to &quot;{board_to}&quot;';
  78. $txt['modlog_ac_restore_posts'] = 'Restored posts from &quot;{subject}&quot; to the topic &quot;{topic}&quot; in the &quot;{board}&quot; board.';
  79. $txt['modlog_parameter_guest'] = '<em>Guest</em>';
  80. $txt['modlog_ac_approve_attach'] = 'Approved &quot;{filename}&quot; in &quot;{message}&quot;';
  81. $txt['modlog_ac_remove_attach'] = 'Removed unapproved &quot;{filename}&quot; in &quot;{message}&quot;';
  82. ?>