<?php
/**
 * Announce plugin for MantisBT - English Translation
 *
 * @copyright 2010 John Reese
 * @copyright 2017 Damien Regad
 * @license MIT
 */

$s_plugin_Announce_ = '';
$s_plugin_Announce_plugin_title = 'Announcements';
$s_plugin_Announce_plugin_description = 'Allows administrators to create announcements to users in various locations.';

$s_plugin_Announce_title = 'Title';
$s_plugin_Announce_message = 'Message';
$s_plugin_Announce_ttl = 'Time to Live';
$s_plugin_Announce_ttl_help = 'Time in seconds; use zero (0) for no expiration';
$s_plugin_Announce_location = 'Location';
$s_plugin_Announce_access = 'Access Level';
$s_plugin_Announce_access_help = 'Will show to anyone at or above this access level';
$s_plugin_Announce_project = 'Project';
$s_plugin_Announce_dismissable = 'Dismissable';
$s_plugin_Announce_select_one = '(select one)';
$s_plugin_Announce_no_context = 'No context defined - announcement disabled';
$s_plugin_Announce_delete_last_context = 'The Announcement does not have any associated Contexts and will be disabled.';

$s_plugin_Announce_list_title = 'Announcements';
$s_plugin_Announce_create_title = 'New Announcement';
$s_plugin_Announce_edit_title = 'Edit Announcements';

$s_plugin_Announce_config = 'Configuration';
$s_plugin_Announce_config_title = 'Announcement Configuration';
$s_plugin_Announce_config_manage_threshold = 'Manage Announcements';
$s_plugin_Announce_threshold_warning = 'WARNING: access level is lower than <em>$g_manage_site_threshold</em> ; users may not be able to access the management pages.';

$s_plugin_Announce_action_create = 'Create';
$s_plugin_Announce_action_edit = 'Edit';
$s_plugin_Announce_action_delete = 'Delete';
$s_plugin_Announce_action_delete_confirm = 'Do you really want to delete the following announcements?';
$s_plugin_Announce_action_update = 'Update';

$s_plugin_Announce_location_header = 'Page Header';

$s_plugin_Announce_error_duplicate_context = 'A "%1$s" context is already defined for project "%2$s".';
$s_plugin_Announce_error_unknown_location = 'Unknown context location "%1$s".';
$s_plugin_Announce_error_invalid_ttl = 'Time to Live must be a positive number, or 0 for no expiration.';
