<?php
$s_plugin_EmailReporting_plugin_title = 'Email Reporting';
$s_plugin_EmailReporting_plugin_description = 'Offers the functionality to add issues and notes by email.<br />Support: http://www.mantisbt.org/bugs/view.php?id=4286';
$s_plugin_EmailReporting_plugin_author = 'Indy and various people after him.';

$s_plugin_EmailReporting_manage = 'Manage';
$s_plugin_EmailReporting_manage_config = 'Manage Configuration Options';
$s_plugin_EmailReporting_manage_mailbox = 'Manage Mailboxes';

$s_plugin_EmailReporting_jobsetup = 'To collect the emails from the mailboxes you need to add a scheduled job which runs a script. You can run the script from 2 locations but only option 1 will work as a scheduled job. Both perform the same tasks. See the documentation for examples on how to schedule these.';
$s_plugin_EmailReporting_job1 = '1. ';
$s_plugin_EmailReporting_job2 = '2. ';

$s_plugin_EmailReporting_mailbox_settings = 'Mailbox settings';
$s_plugin_EmailReporting_mailbox_settings_imap = 'Mailbox IMAP only settings';
$s_plugin_EmailReporting_mailbox_settings_issue = 'Mailbox issue settings';
$s_plugin_EmailReporting_problems = 'To reset a configuration option to its default value, please delete the configuration option in question from the "<a href="adm_config_report.php">Configuration Report</a>" page.';

$s_plugin_EmailReporting_debug_options = 'Debug configuration options';
$s_plugin_EmailReporting_default_texts_options = 'Default texts configuration options';
$s_plugin_EmailReporting_feature_options = 'Feature configuration options';
$s_plugin_EmailReporting_priority_feature_options = 'Priority feature configuration options';
$s_plugin_EmailReporting_reporter_options = 'Issue reporter configuration options';
$s_plugin_EmailReporting_runtime_options = 'Runtime configuration options';
$s_plugin_EmailReporting_security_options = 'Security configuration options';

$s_plugin_EmailReporting_copy_of = 'Copy of';
$s_plugin_EmailReporting_directory_exists = 'Directory found';
$s_plugin_EmailReporting_directory_unavailable = 'Warning: directory not found';
$s_plugin_EmailReporting_directory_writable = 'Directory writable';
$s_plugin_EmailReporting_directory_unwritable = 'Warning: directory not writable';

$s_plugin_EmailReporting_mail_add_bug_reports = 'Create new issues';
$s_plugin_EmailReporting_mail_add_bugnotes = 'Add bugnotes';
$s_plugin_EmailReporting_mail_add_complete_email = 'Add the complete email into the attachments';
$s_plugin_EmailReporting_mail_auto_signup = 'Signup new users automatically (possible security risk!, see documentation)';
$s_plugin_EmailReporting_mail_bug_priority = 'Classify bug priorities';
$s_plugin_EmailReporting_mail_debug = 'Debug mode';
$s_plugin_EmailReporting_mail_debug_directory = 'Save email contents to this directory if debug mode is activated';
$s_plugin_EmailReporting_mail_delete = 'Delete processed email from the mailbox';
$s_plugin_EmailReporting_mail_email_receive_own = 'Should users receive emails for their own actions (N/A if email_receive_own = ON)';
$s_plugin_EmailReporting_mail_encoding = 'Convert email to this charset (Should be the same as the database charset)';
$s_plugin_EmailReporting_mail_fallback_mail_reporter = 'Enable fallback to default reporter';
$s_plugin_EmailReporting_mail_fetch_max = 'Maximum fetched emails per mailbox per execution of the scheduled job (see documentation)';
$s_plugin_EmailReporting_mail_nodescription = 'Use this text if no description is found in the email';
$s_plugin_EmailReporting_mail_nosubject = 'Use this text if no subject is found in the email';
$s_plugin_EmailReporting_mail_parse_html = 'Parse HTML emails';
$s_plugin_EmailReporting_mail_preferred_username = 'Preferred username for new user creations';
$s_plugin_EmailReporting_mail_remove_mantis_email = 'Remove MantisBT notification emails from replies.';
$s_plugin_EmailReporting_mail_remove_replies = 'Remove all replies from bugnotes';
$s_plugin_EmailReporting_mail_remove_replies_after = 'Use this text to identify the start of a reply';
$s_plugin_EmailReporting_mail_removed_reply_text = 'Use this text if replies have been removed from the email';
$s_plugin_EmailReporting_mail_reporter_id = 'The default / fallback reporter user for issues created by email';
$s_plugin_EmailReporting_mail_save_from = 'Write the sender of the email into the issue report';
$s_plugin_EmailReporting_mail_secured_script = 'Block this script from running via a webserver (recommended = "Yes")';
$s_plugin_EmailReporting_mail_tmp_directory = 'Directory for saving temporary email content';
$s_plugin_EmailReporting_mail_use_bug_priority = 'Look for priority header field';
$s_plugin_EmailReporting_mail_use_reporter = 'Use only default reporter user for issues created by email';

$s_plugin_EmailReporting_name = 'Name';
$s_plugin_EmailReporting_email_address = 'Email address';
$s_plugin_EmailReporting_email_no_domain = 'Email address without the domain name';
$s_plugin_EmailReporting_from_ldap = 'Get username from LDAP';

$s_plugin_EmailReporting_mailboxes = 'Mailboxes';
$s_plugin_EmailReporting_add_action = 'Add mailbox';
$s_plugin_EmailReporting_copy_action = 'Copy mailbox';
$s_plugin_EmailReporting_edit_action = 'Edit mailbox';
$s_plugin_EmailReporting_delete_action = 'Delete mailbox';
$s_plugin_EmailReporting_test_action = 'Test mailbox';
$s_plugin_EmailReporting_select_mailbox = 'Select mailbox';
$s_plugin_EmailReporting_update_configuration = 'Update configuration';

$s_plugin_EmailReporting_enabled = 'Mailbox enabled';
$s_plugin_EmailReporting_description = 'Mailbox description';
$s_plugin_EmailReporting_type = 'Mailbox type';
$s_plugin_EmailReporting_hostname = 'Mailbox hostname';
$s_plugin_EmailReporting_port = 'Mailbox port (optional)';
$s_plugin_EmailReporting_encryption = 'Mailbox connection encryption';
$s_plugin_EmailReporting_username = 'Mailbox username';
$s_plugin_EmailReporting_password = 'Mailbox password';
$s_plugin_EmailReporting_auth_method = 'Mailbox authentication method';
$s_plugin_EmailReporting_basefolder = 'Mailbox basefolder (optional)';
$s_plugin_EmailReporting_createfolderstructure = 'Create project subfolder structure';
$s_plugin_EmailReporting_project_id = 'Select a project';
$s_plugin_EmailReporting_global_category_id = 'Select a category';

$s_plugin_EmailReporting_mail_bug_priority_array_failure = 'The given format is not an acceptable array.';
$s_plugin_EmailReporting_mailboxes_disabled = '* = Disabled mailbox';
$s_plugin_EmailReporting_mbstring_unavailable = 'PHP mbstring extension unavailable';
$s_plugin_EmailReporting_missing_reporter = 'Current mail reporter is missing. Please select a new one.';
$s_plugin_EmailReporting_openssl_unavailable = 'PHP OpenSSL extension unavailable';
$s_plugin_EmailReporting_test_failure = 'Operation NOT successful';
$s_plugin_EmailReporting_unknown_setting = 'Unknown setting encountered. Setting ignored: ';
$s_plugin_EmailReporting_zero_descriptions = 'None available';

?>
