<?php
# Copyright (C) 2008	Victor Boctor
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

$s_plugin_EventLog_index = 'EventLog';
$s_plugin_EventLog_menu_item = 'Event Log';
$s_plugin_EventLog_title = 'Event Log';
$s_plugin_EventLog_title_full = 'MantisBT Event Log';
$s_plugin_EventLog_description = 'MantisBT Event Log is a plugin for capturing log events.';
$s_plugin_EventLog_event = 'Event';
$s_plugin_EventLog_newer_events = 'Newer Events';
$s_plugin_EventLog_older_events = 'Older Events';
$s_plugin_EventLog_clear_events = 'Clear All Events';