forked from Wedge/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModlog.english.php
79 lines (70 loc) · 4.88 KB
/
Modlog.english.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?php
// Version: 2.0; Modlog
$txt['modlog_date'] = 'Date';
$txt['modlog_member'] = 'Member';
$txt['modlog_position'] = 'Position';
$txt['modlog_action'] = 'Action';
$txt['modlog_ip'] = 'IP';
$txt['logged'] = 'Logged';
$txt['modlog_search_result'] = 'Search Results';
$txt['modlog_total_entries'] = 'Total Entries';
$txt['modlog_ac_approve_topic'] = 'Approved topic "{topic}" by "{member}"';
$txt['modlog_ac_approve'] = 'Approved message "{subject}" in "{topic}" by "{member}"';
$txt['modlog_ac_lock'] = 'Locked "{topic}"';
$txt['modlog_ac_warning'] = 'Warned {member} for "{message}"';
$txt['modlog_ac_unlock'] = 'Unlocked "{topic}"';
$txt['modlog_ac_pin'] = 'Pinned "{topic}"';
$txt['modlog_ac_unpin'] = 'Unpinned "{topic}"';
$txt['modlog_ac_delete'] = 'Deleted "{subject}" by "{member}" from "{topic}"';
$txt['modlog_ac_delete_member'] = 'Deleted member "{name}"';
$txt['modlog_ac_merge_member'] = 'Merged member "{name}" with "{member}"';
$txt['modlog_ac_remove'] = 'Removed topic "{topic}" from "{board}"';
$txt['modlog_ac_modify'] = 'Edited "{message}" by "{member}"';
$txt['modlog_ac_merge'] = 'Merged topics to create "{topic}"';
$txt['modlog_ac_split'] = 'Split "{topic}" to create "{new_topic}"';
$txt['modlog_ac_move'] = 'Moved "{topic}" from "{board_from}" to "{board_to}"';
$txt['modlog_ac_profile'] = 'Edit the profile of "{member}"';
$txt['modlog_ac_pruned'] = 'Pruned some posts older than {days} days';
$txt['modlog_ac_news'] = 'Edited the news';
$txt['modlog_enter_comment'] = 'Enter Moderation Comment';
$txt['modlog_moderation_log'] = 'Moderation Log';
$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.';
$txt['modlog_no_entries_found'] = 'There are currently no moderation log entries.';
$txt['modlog_removeall'] = 'Remove All';
$txt['modlog_go'] = 'Go';
$txt['modlog_add'] = 'Add';
$txt['modlog_search'] = 'Quick Search';
$txt['modlog_by'] = 'By';
$txt['modlog_id'] = '<em>Deleted - ID:%1$d</em>';
$txt['modlog_ac_ban'] = 'Added ban triggers:';
$txt['modlog_ac_ban_trigger_member'] = ' <em>Member:</em> {member}';
$txt['modlog_ac_ban_trigger_email'] = ' <em>Email:</em> {email}';
$txt['modlog_ac_ban_trigger_ip_range'] = ' <em>IP:</em> {ip_range}';
$txt['modlog_ac_ban_trigger_hostname'] = ' <em>Hostname:</em> {hostname}';
$txt['modlog_admin_log'] = 'Administration Log';
$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.';
$txt['modlog_admin_log_no_entries_found'] = 'There are currently no administration log entries.';
// Admin type strings.
$txt['modlog_ac_upgrade'] = 'Upgraded the forum to version {version}';
$txt['modlog_ac_install'] = 'Installed version {version}';
$txt['modlog_ac_add_board'] = 'Added a new board: "{board}"';
$txt['modlog_ac_edit_board'] = 'Edited the "{board}" board';
$txt['modlog_ac_delete_board'] = 'Deleted the "{boardname}" board';
$txt['modlog_ac_add_cat'] = 'Added a new category, "{catname}"';
$txt['modlog_ac_edit_cat'] = 'Edited the "{catname}" category';
$txt['modlog_ac_delete_cat'] = 'Deleted the "{catname}" category';
$txt['modlog_ac_delete_group'] = 'Deleted the "{group}" group';
$txt['modlog_ac_add_group'] = 'Added the "{group}" group';
$txt['modlog_ac_edited_group'] = 'Edited the "{group}" group';
$txt['modlog_ac_added_to_group'] = 'Added "{member}" to the "{group}" group';
$txt['modlog_ac_removed_from_group'] = 'Removed "{member}" from the "{group}" group';
$txt['modlog_ac_removed_all_groups'] = 'Removed "{member}" from all groups';
$txt['modlog_ac_remind_member'] = 'Sent out a reminder to "{member}" to activate their account';
$txt['modlog_ac_approve_member'] = 'Approved/Activated the account of "{member}"';
$txt['modlog_ac_newsletter'] = 'Sent Newsletter';
$txt['modlog_ac_enable_plugin'] = 'Enabled plugin: "{plugin}", version {version}';
$txt['modlog_ac_disable_plugin'] = 'Disabled plugin: "{plugin}", version {version}';
// Restore topic.
$txt['modlog_ac_restore_topic'] = 'Restored topic "{topic}" from "{board}" to "{board_to}"';
$txt['modlog_ac_restore_posts'] = 'Restored posts from "{subject}" to the topic "{topic}" in the "{board}" board.';
$txt['modlog_parameter_guest'] = '<em>Guest</em>';