Mercurial > hg > vamp-website
comparison forum/Themes/default/languages/Modlog.english.php @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 <?php | |
2 // Version: 2.0; Modlog | |
3 | |
4 global $scripturl; | |
5 | |
6 $txt['modlog_date'] = 'Date'; | |
7 $txt['modlog_member'] = 'Member'; | |
8 $txt['modlog_position'] = 'Position'; | |
9 $txt['modlog_action'] = 'Action'; | |
10 $txt['modlog_ip'] = 'IP'; | |
11 $txt['modlog_search_result'] = 'Search Results'; | |
12 $txt['modlog_total_entries'] = 'Total Entries'; | |
13 $txt['modlog_ac_approve_topic'] = 'Approved topic "{topic}" by "{member}"'; | |
14 $txt['modlog_ac_approve'] = 'Approved message "{subject}" in "{topic}" by "{member}"'; | |
15 $txt['modlog_ac_lock'] = 'Locked "{topic}"'; | |
16 $txt['modlog_ac_warning'] = 'Warned {member} for "{message}"'; | |
17 $txt['modlog_ac_unlock'] = 'Unlocked "{topic}"'; | |
18 $txt['modlog_ac_sticky'] = 'Stickied "{topic}"'; | |
19 $txt['modlog_ac_unsticky'] = 'Un-Stickied "{topic}"'; | |
20 $txt['modlog_ac_delete'] = 'Deleted "{subject}" by "{member}" from "{topic}"'; | |
21 $txt['modlog_ac_delete_member'] = 'Deleted member "{name}"'; | |
22 $txt['modlog_ac_remove'] = 'Removed topic "{topic}" from "{board}"'; | |
23 $txt['modlog_ac_modify'] = 'Edited "{message}" by "{member}"'; | |
24 $txt['modlog_ac_merge'] = 'Merged topics to create "{topic}"'; | |
25 $txt['modlog_ac_split'] = 'Split "{topic}" to create "{new_topic}"'; | |
26 $txt['modlog_ac_move'] = 'Moved "{topic}" from "{board_from}" to "{board_to}"'; | |
27 $txt['modlog_ac_profile'] = 'Edit the profile of "{member}"'; | |
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'] = 'Remove'; | |
35 $txt['modlog_removeall'] = 'Remove All'; | |
36 $txt['modlog_go'] = 'Go'; | |
37 $txt['modlog_add'] = 'Add'; | |
38 $txt['modlog_search'] = 'Quick Search'; | |
39 $txt['modlog_by'] = 'By'; | |
40 $txt['modlog_id'] = '<em>Deleted - ID:%1$d</em>'; | |
41 | |
42 $txt['modlog_ac_add_warn_template'] = 'Added warning template: "{template}"'; | |
43 $txt['modlog_ac_modify_warn_template'] = 'Edited the warning template: "{template}"'; | |
44 $txt['modlog_ac_delete_warn_template'] = 'Deleted the warning template: "{template}"'; | |
45 | |
46 $txt['modlog_ac_ban'] = 'Added ban triggers:'; | |
47 $txt['modlog_ac_ban_trigger_member'] = ' <em>Member:</em> {member}'; | |
48 $txt['modlog_ac_ban_trigger_email'] = ' <em>Email:</em> {email}'; | |
49 $txt['modlog_ac_ban_trigger_ip_range'] = ' <em>IP:</em> {ip_range}'; | |
50 $txt['modlog_ac_ban_trigger_hostname'] = ' <em>Hostname:</em> {hostname}'; | |
51 | |
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 | |
56 // Admin type strings. | |
57 $txt['modlog_ac_upgrade'] = 'Upgraded the forum to version {version}'; | |
58 $txt['modlog_ac_install'] = 'Installed version {version}'; | |
59 $txt['modlog_ac_add_board'] = 'Added a new board: "{board}"'; | |
60 $txt['modlog_ac_edit_board'] = 'Edited the "{board}" board'; | |
61 $txt['modlog_ac_delete_board'] = 'Deleted the "{boardname}" board'; | |
62 $txt['modlog_ac_add_cat'] = 'Added a new category, "{catname}"'; | |
63 $txt['modlog_ac_edit_cat'] = 'Edited the "{catname}" category'; | |
64 $txt['modlog_ac_delete_cat'] = 'Deleted the "{catname}" category'; | |
65 | |
66 $txt['modlog_ac_delete_group'] = 'Deleted the "{group}" group'; | |
67 $txt['modlog_ac_add_group'] = 'Added the "{group}" group'; | |
68 $txt['modlog_ac_edited_group'] = 'Edited the "{group}" group'; | |
69 $txt['modlog_ac_added_to_group'] = 'Added "{member}" to the "{group}" group'; | |
70 $txt['modlog_ac_removed_from_group'] = 'Removed "{member}" from the "{group}" group'; | |
71 $txt['modlog_ac_removed_all_groups'] = 'Removed "{member}" from all groups'; | |
72 | |
73 $txt['modlog_ac_remind_member'] = 'Sent out a reminder to "{member}" to activate their account'; | |
74 $txt['modlog_ac_approve_member'] = 'Approved/Activated the account of "{member}"'; | |
75 $txt['modlog_ac_newsletter'] = 'Sent Newsletter'; | |
76 | |
77 $txt['modlog_ac_install_package'] = 'Installed new package: "{package}", version {version}'; | |
78 $txt['modlog_ac_upgrade_package'] = 'Upgraded package: "{package}" to version {version}'; | |
79 $txt['modlog_ac_uninstall_package'] = 'Uninstalled package: "{package}", version {version}'; | |
80 | |
81 // Restore topic. | |
82 $txt['modlog_ac_restore_topic'] = 'Restored topic "{topic}" from "{board}" to "{board_to}"'; | |
83 $txt['modlog_ac_restore_posts'] = 'Restored posts from "{subject}" to the topic "{topic}" in the "{board}" board.'; | |
84 | |
85 $txt['modlog_parameter_guest'] = '<em>Guest</em>'; | |
86 | |
87 ?> |