<?php
$s_actiongroup_menu_export = "Export" ;
$s_export_bugs_conf_msg = "Export issue to Database of ";
$s_export_text = "Export Issue" ;
$s_manage_external_db = "External Databases" ;
$s_add_ext_db_title = "Manage Related External Databases";
$s_ext_unit = "Reference Name" ;
$s_mantis_link = "Link to External Databases" ;
$s_ext_host = "Host for External Databases" ;
$s_ext_db = "Name of External Databases" ;
$s_ext_user = "DB-user for External Databases" ;
$s_ext_pw = "Password of DB-user" ;
$s_ext_pref = "Prefix for External Databases" ;
$s_ext_mail = "Mail address for External Databases" ;
$s_ext_project = "Project-id for External Databases" ;
$s_ext_category = "Category for External Databases" ;
$s_add_db_button = "Add external database";
$s_edit_or_delete_ext_db_title ="Edit or Remove External Database";
$s_edit_ext_db = "Edit External database";
$s_delete_ext_db = "Remove External database";
$s_select_ext_db = "Select External Database";
$s_update_ext_db_button = "Update External Database definition" ;
$s_update_ext_db_title = "Update External Database definition" ;
$s_test_connection = "Verify connection" ;
$s_password_issue = "Passwords do not match, please try again" ;
$s_export_button = "Start Export"  ;
// config settinga
$s_manage_ext_db_threshold = "Threshold for managing the databases" ;
$s_export_bug_project ="Which project_id will receive the issues";
$s_export_bug_category_id ="Which category_id will receive the issues";
$s_export_bug_threshold = "Threshold for exporting issues" ;
$s_export_bug_status = "New status of the exported issue" ;
$s_plugin_format_title = "Mantis External Databases" ;
$s_plugin_format_config = "Configuration" ;
