123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?php
- // Version: 2.0; Modlog
- global $scripturl;
- $txt['modlog_date'] = 'Date';
- $txt['modlog_member'] = 'Member';
- $txt['modlog_position'] = 'Position';
- $txt['modlog_action'] = 'Action';
- $txt['modlog_ip'] = 'IP';
- $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_unapprove_topic'] = 'Unapproved topic "{topic}" by "{member}"';
- $txt['modlog_ac_approve'] = 'Approved message "{subject}" in "{topic}" by "{member}"';
- $txt['modlog_ac_unapprove'] = 'Unapproved 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_sticky'] = 'Stickied "{topic}"';
- $txt['modlog_ac_unsticky'] = 'Un-Stickied "{topic}"';
- $txt['modlog_ac_delete'] = 'Deleted "{subject}" by "{member}" from "{topic}"';
- $txt['modlog_ac_delete_member'] = 'Deleted member "{name}"';
- $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_remove'] = 'Delete Selected';
- $txt['modlog_removeall'] = 'Clear Log';
- $txt['modlog_remove_selected_confirm'] = 'Are you sure you want to delete the selected log entries?';
- $txt['modlog_remove_all_confirm'] = 'Are you sure you want to completely clear the log?';
- $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_add_warn_template'] = 'Added warning template: "{template}"';
- $txt['modlog_ac_modify_warn_template'] = 'Edited the warning template: "{template}"';
- $txt['modlog_ac_delete_warn_template'] = 'Deleted the warning template: "{template}"';
- $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_install_package'] = 'Installed new package: "{package}", version {version}';
- $txt['modlog_ac_upgrade_package'] = 'Upgraded package: "{package}" to version {version}';
- $txt['modlog_ac_uninstall_package'] = 'Uninstalled package: "{package}", 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>';
- $txt['modlog_ac_approve_attach'] = 'Approved "{filename}" in "{message}"';
- $txt['modlog_ac_remove_attach'] = 'Removed unapproved "{filename}" in "{message}"';
- ?>
|