<?php
	# Mantis - a php based bugtracking system
	# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
	# Copyright (C) 2002 - 2004  Mantis Team   - mantisbt-dev@lists.sourceforge.net
	# This program is distributed under the terms and conditions of the GPL
	# See the README and LICENSE files for details

	# English: Kenzaburo Ito, kenito@300baud.org
	###########################################################################
	# English strings for Mantis
	# -------------------------------------------------
	# $Revision: 1.159 $
	# $Author: narcissus $
	# $Date: 2004/04/03 20:18:42 $
	#
	# $Id: strings_english.txt,v 1.159 2004/04/03 20:18:42 narcissus Exp $
	###########################################################################
?>
<?php
# Charset
$s_charset = 'iso-8859-1';

# Group commands menuitems
$s_actiongroup_menu_move = 'Move';
$s_actiongroup_menu_assign = 'Assign';
$s_actiongroup_menu_close = 'Close';
$s_actiongroup_menu_delete = 'Delete';
$s_actiongroup_menu_resolve = 'Resolve';
$s_actiongroup_menu_update_priority = 'Update Priority';
$s_actiongroup_menu_update_status = 'Update Status';

# new strings:
$s_all_projects = 'All Projects';
$s_move_bugs = 'Move Issues';
$s_operation_successful = 'Operation successful.';
$s_date_order = 'Date Order';
$s_print_all_bug_page_link = 'Print Reports';
$s_csv_export = 'CSV Export';
$s_login_anonymously = 'Login Anonymously';
$s_anonymous = 'Anonymous';
$s_jump_to_bugnotes = 'Jump to Notes';
$s_public_project_msg = 'This project is PUBLIC.  All users have access.';
$s_private_project_msg = 'This project is PRIVATE.  Only administrators and manually added users have access.';
$s_access_level_project = 'Project Access Level';
$s_view_submitted_bug_link = 'View Submitted Issue';
$s_assigned_projects = 'Assigned Projects';
$s_unassigned_projects = 'Unassigned Projects';
$s_print = 'Print';
$s_jump = 'Jump';
$s_copy_users = 'Copy Users';
$s_copy_categories_from = 'Copy Categories From';
$s_copy_categories_to = 'Copy Categories To';
$s_bug_history = 'Issue History';
$s_field = 'Field';
$s_old_value = 'Old Value';
$s_new_value = 'New Value';
$s_date_modified = 'Date Modified';
$s_bugnote = 'Note';
$s_change = 'Change';
$s_bugnote_view_state = 'Note View State';
$s_bug_monitor = 'Issue Monitored';
$s_bug_end_monitor = 'Issue End Monitor';
$s_announcement = 'Announcement';
$s_stays_on_top = 'Stays on Top';
$s_delete_bugnote_button = 'Delete Note';
$s_delete_bugnote_sure_msg = 'Are you sure you wish to delete this note?';
$s_bug_relationships = 'Relationships';
$s_empty_password_sure_msg = 'The user has an empty password.  Are you sure that is what you want?';
$s_empty_password_button = 'Use Empty Password';

$s_duplicate_of = 'duplicate of %id';
$s_has_duplicate = 'has duplicate %id';
$s_related_to = 'related to %id';
$s_dependant_on = 'dependant on %id';
$s_blocks = 'blocks %id';

$s_new_bug = 'New Issue';
$s_bugnote_added = 'Note Added';
$s_bugnote_edited = 'Note Edited';
$s_bugnote_deleted = 'Note Deleted';
$s_summary_updated = 'Summary Updated';
$s_description_updated = 'Description Updated';
$s_additional_information_updated = 'Additional Information Updated';
$s_steps_to_reproduce_updated = 'Steps to Reproduce Updated';
$s_file_added = 'File Added';
$s_file_deleted = 'File Deleted';
$s_bug_deleted = 'Issue Deleted';

$s_make_private = 'Make Private';
$s_make_public = 'Make Public';

$s_create_new_project_link = 'Create New Project';

$s_login_link = 'Login';

# bug_actiongroup_page.php : mass treatment
$s_bug_actiongroup_failed = 'You did not have appropriate permissions to perform that action on the following issues: ';
$s_close_bugs_conf_msg = 'Are you sure you wish to close these issues?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these issues?';
$s_move_bugs_conf_msg = 'Move issues to';
$s_assign_bugs_conf_msg = 'Assign issues to';
$s_resolve_bugs_conf_msg = 'Choose issues resolution';
$s_priority_bugs_conf_msg = 'Choose issues priority';
$s_status_bugs_conf_msg = 'Choose issues status';
$s_close_group_bugs_button = 'Close Issues' ;
$s_delete_group_bugs_button = 'Delete Issues' ;
$s_move_group_bugs_button = 'Move Issues' ;
$s_assign_group_bugs_button = 'Assign Issues' ;
$s_resolve_group_bugs_button = 'Resolve Issues' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
$s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
$s_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_graph_imp_category_title = 'Synthesis graphs by category';
$s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_by_status_pct = 'by status percentage';
$s_by_priority_pct = 'by priority percentage';
$s_by_severity_pct = 'by severity percentage';
$s_by_category_pct = 'by category percentage';
$s_by_resolution_pct = 'by resolution percentage';
$s_by_severity_mix = 'by severity and status';
$s_by_priority_mix = 'by priority and status';
$s_by_resolution_mix = 'by resolution and status';
$s_synthesis_link = 'Synthesis';
$s_status_link = 'Per state';
$s_priority_link = 'Per priority';
$s_severity_link = 'Per severity';
$s_category_link = 'Per category';
$s_resolution_link = 'Per resolution';

# print_all_bug_page.php : display selected bugs
$s_hide_button = 'Display selected only';

# print_all_bug_options.php : printing preferences
$s_printing_preferences_title = 'Choose fields to print';
$s_printing_options_link = 'Printing Options';

# word and excel export
$s_bugnote_title = 'Note handler' ;
$s_bugnote_date = 'Date of note';
$s_bugnote_description = 'Note description';

$s_error_no_proceed = 'Please use the "Back" button in your web browser to return to the previous page.  There you can correct whatever problems were identified in this error or select another action.  You can also click an option from the menu bar to go directly to a new section.';

# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = 'An error occurred during this action.  You may wish to report this error to your local administrator.';
$MANTIS_ERROR[ERROR_SQL] = 'SQL error detected.  Please report this to ';
$MANTIS_ERROR[ERROR_REPORT] = 'There was an error in your report.';
$MANTIS_ERROR[ERROR_NO_FILE_SPECIFIED] = 'No file specified';
$MANTIS_ERROR[ERROR_FILE_DISALLOWED] = 'The file type is disallowed';
$MANTIS_ERROR[ERROR_NO_DIRECTORY] = 'The directory does not exist. Please check the project settings.';
$MANTIS_ERROR[ERROR_DUPLICATE_FILE] = 'This is a duplicate file.  Please delete the file first.';
$MANTIS_ERROR[ERROR_DUPLICATE_PROJECT] = 'A project with that name already exists.';
$MANTIS_ERROR[ERROR_EMPTY_FIELD] = 'A necessary field was empty.  Please recheck your inputs.';
$MANTIS_ERROR[ERROR_PROTECTED_ACCOUNT] = 'This account is protected.  You are not allowed to access this until the account protection is lifted.';
$MANTIS_ERROR[ERROR_ACCESS_DENIED] = 'Access Denied.';
$MANTIS_ERROR[ERROR_UPLOAD_FAILURE] = 'File upload failed.  PHP file uploads may be disabled.  Please ask your admin to run the admin_check script to debug this problem.';
$MANTIS_ERROR[ERROR_FILE_TOO_BIG] = 'File upload failed.  This is likely because the filesize was larger than is currently allowed by this PHP installation.';
$MANTIS_ERROR[ERROR_GPC_VAR_NOT_FOUND] = 'A required parameter to this page was not found.';
$MANTIS_ERROR[ERROR_USER_NAME_NOT_UNIQUE] = 'That username is already being used.  Please go back and select another one.';
$MANTIS_ERROR[ERROR_CONFIG_OPT_NOT_FOUND] = 'Configuration option \'%s\' not found.';
$MANTIS_ERROR[ERROR_LANG_STRING_NOT_FOUND] = 'String not found.';
$MANTIS_ERROR[ERROR_BUGNOTE_NOT_FOUND] = 'Note not found.';
$MANTIS_ERROR[ERROR_PROJECT_NOT_FOUND] = 'Project not found.';
$MANTIS_ERROR[ERROR_DB_FIELD_NOT_FOUND] = 'Database field \'%s\' not found.';
$MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR]	 = 'Unable to connect to FTP server.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_NOT_UNIQUE] = 'A project with that name already exists.  Please go back and enter a different name.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_INVALID] = 'Invalid project name specified.  Project names cannot be blank.';
$MANTIS_ERROR[ERROR_USER_NOT_FOUND]	 = 'User not found.';
$MANTIS_ERROR[ERROR_AUTH_INVALID_COOKIE] = 'The login information stored by your browser is invalid.  Perhaps your account was deleted?';
$MANTIS_ERROR[ERROR_USER_PREFS_NOT_FOUND] = 'Preferences could not be found for this user.';
$MANTIS_ERROR[ERROR_NEWS_NOT_FOUND]	 = 'News item not found.';
$MANTIS_ERROR[ERROR_USER_CREATE_PASSWORD_MISMATCH] = 'Password does not match verification.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED]	 = 'An array was expected but a string was received.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'A string was expected but an array was received.';
$MANTIS_ERROR[ERROR_BUG_NOT_FOUND]	 = 'Issue %d not found.';
$MANTIS_ERROR[ERROR_EMAIL_INVALID]	 = 'Invalid email.';
$MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profile not found.';
$MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED]	 = 'File type not allowed for uploads.';
$MANTIS_ERROR[ERROR_FILE_DUPLICATE]	 = 'This is a duplicate file.  Please delete the file first.';
$MANTIS_ERROR[ERROR_FILE_INVALID_UPLOAD_PATH] = 'Invalid upload path.  Directory either does not exist or not writable to webserver';
$MANTIS_ERROR[ERROR_BUG_DUPLICATE_SELF]	 = 'You cannot set an issue as a duplicate of itself.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = 'Custom field not found';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE] = 'This is a duplicate name.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE] = 'At least one project still uses this field.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = 'Invalid value for field';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_DEFINITION] = 'Invalid custom field definition';
$MANTIS_ERROR[ERROR_LDAP_AUTH_FAILED]	 = 'LDAP Authentication Failed';
$MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED] = 'LDAP Server Connection Failed';
$MANTIS_ERROR[ERROR_LDAP_UPDATE_FAILED]	 = 'LDAP Record Update has failed.';
$MANTIS_ERROR[ERROR_LDAP_USER_NOT_FOUND] = 'LDAP User Record Not Found.';
$MANTIS_ERROR[ERROR_BUG_RESOLVED_ACTION_DENIED] = 'The action cannot be performed because the issue has been resolved';
$MANTIS_ERROR[ERROR_DB_CONNECT_FAILED]	 = 'Database connection failed. Error received from database was #%d: %s';
$MANTIS_ERROR[ERROR_DB_QUERY_FAILED]	 = 'Database query failed.  Error received from database was #%d: %s for the query: %s';
$MANTIS_ERROR[ERROR_DB_SELECT_FAILED]	 = 'Database selection failed.  Error received from database was #%d: %s';
$MANTIS_ERROR[ERROR_CATEGORY_DUPLICATE] = 'A category with that name already exists.';
$MANTIS_ERROR[ERROR_CATEGORY_NO_ACTION] = 'No copy action was specified.';
$MANTIS_ERROR[ERROR_CATEGORY_NOT_FOUND] = 'Category not found.';
$MANTIS_ERROR[ERROR_VERSION_DUPLICATE] = 'A version with that name already exists.';
$MANTIS_ERROR[ERROR_VERSION_NOT_FOUND] = 'Version not found.';
$MANTIS_ERROR[ERROR_USER_NAME_INVALID] = 'The username is invalid. Usernames may only contain letters, numbers, spaces, hyphens, and underscores.';
$MANTIS_ERROR[ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS] = 'User does not have required access level';

$s_login_error = 'ERROR: your account may be disabled or the username/password you entered is incorrect.';
$s_login_cookies_disabled = 'ERROR: Your browser either doesn\'t know how to handle cookies, or refuses to handle them.';

# General Strings
$s_go_back = 'Go Back';
$s_proceed = 'Click here to proceed';

$s_switch = 'Switch';
$s_logged_in_as = 'Logged in as';

$s_prefix_for_deleted_users = 'user';

$s_administrator = 'administrator';
$s_myself = "Myself";

# Enum Strings
$s_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator';
$s_project_status_enum_string = '10:development,30:release,50:stable,70:obsolete';
$s_project_view_state_enum_string = '10:public,50:private';
$s_view_state_enum_string = '10:public,50:private';

$s_priority_enum_string = '10:none,20:low,30:normal,40:high,50:urgent,60:immediate';
$s_severity_enum_string = '10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
$s_reproducibility_enum_string = '10:always,30:sometimes,50:random,70:have not tried,90:unable to duplicate,100:N/A';
$s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';
$s_resolution_enum_string = '10:open,20:fixed,30:reopened,40:unable to duplicate,50:not fixable,60:duplicate,70:not an issue,80:suspended,90:won\'t fix';
$s_projection_enum_string = '10:none,30:tweak,50:minor fix,70:major rework,90:redesign';
$s_eta_enum_string = '10:none,20:< 1 day,30:2-3 days,40:< 1 week,50:< 1 month,60:> 1 month';

# Email Strings
$s_new_account_subject = 'Your new user account';
$s_new_account_greeting = 'Greetings and welcome to the Issue Tracker.  Here is the information you need to login' . "\n\n";
$s_new_account_url = 'You can login to the site here: ';
$s_new_account_username = 'Username: ';
$s_new_account_password = 'Password: ';
$s_new_account_message = 'After logging into the site please change your password.  Also note that your password is stored via one way encryption.  The staff cannot retrieve your password.  If you forget your password it will have to be reset.' . "\n\n";
$s_new_account_do_not_reply = 'Do not reply to this message.' . "\n";

$s_reset_request_msg = 'There was a request to have your password reset';
$s_account_name_msg = 'Your account name is';
$s_news_password_msg = 'Here is your new password';

$s_email_notification_title_for_status_bug_feedback = 'The following issue requires your FEEDBACK.';
$s_email_notification_title_for_status_bug_acknowledged = 'The following issue has been ACKNOWLEDGED.';
$s_email_notification_title_for_status_bug_confirmed = 'The following issue has been CONFIRMED.';
$s_email_notification_title_for_status_bug_assigned = 'The following issue has been ASSIGNED.';
$s_email_notification_title_for_status_bug_resolved = 'The following issue has been RESOLVED.';
$s_email_notification_title_for_status_bug_closed = 'The following isse has been CLOSED';

$s_email_notification_title_for_action_bug_submitted = 'The following issue has been SUBMITTED.';
$s_email_notification_title_for_action_bug_assigned = 'The following issue has been ASSIGNED.';
$s_email_notification_title_for_action_bug_reopened = 'The following issue has been REOPENED.';
$s_email_notification_title_for_action_bug_deleted = 'The following issue has been DELETED.';

$s_email_notification_title_for_action_bugnote_submitted = 'A NOTE has been added to this issue.';

$s_email_reporter = 'Reported By';
$s_email_handler = 'Assigned To';
$s_email_project = 'Project';
$s_email_bug = 'Issue ID';
$s_email_category = 'Category';
$s_email_reproducibility = 'Reproducibility';
$s_email_severity = 'Severity';
$s_email_priority = 'Priority';
$s_email_status = 'Status';
$s_email_resolution = 'Resolution';
$s_email_duplicate = 'Duplicate';
$s_email_date_submitted = 'Date Submitted';
$s_email_last_modified = 'Last Modified';
$s_email_summary = 'Summary';
$s_email_description = 'Description';

# account_delete.php
$s_account_protected_msg = 'Account protected. Cannot change settings...';
$s_account_removed_msg = 'Your account has been removed...';

# account_delete_page.php
$s_confirm_delete_msg = 'Are you sure you wish to delete your account?';
$s_delete_account_button = 'Delete Account';

# account_page.php
$s_manage_profiles_link = 'Profiles';
$s_change_preferences_link = 'Preferences';
$s_edit_account_title = 'Edit Account';
$s_username = 'Username';
$s_email = 'Email';
$s_password = 'Password';
$s_confirm_password = 'Confirm Password';
$s_access_level = 'Access Level';
$s_update_user_button = 'Update User';

# account_prefs_page.php
$s_default_account_preferences_title = 'Account Preferences';
$s_default_project = 'Default Project';
$s_advanced_report = 'Advanced Report';
$s_advanced_view = 'Advanced View';
$s_advanced_update = 'Advanced Update';
$s_refresh_delay = 'Refresh Delay';
$s_redirect_delay = 'Redirect Delay';
$s_with_minimum_severity = 'With Mimimum Severity of';
$s_email_on_new = 'Email on New';
$s_email_on_assigned = 'Email on Assigned';
$s_email_on_feedback = 'Email on Feedback';
$s_email_on_resolved = 'Email on Resolved';
$s_email_on_closed = 'Email on Closed';
$s_email_on_reopened = 'Email on Reopened';
$s_email_on_bugnote_added = 'Email on note Added';
$s_email_on_status_change = 'Email on Status Change';
$s_email_on_priority_change = 'Email on Priority Change';
$s_language = 'Language';
$s_update_prefs_button = 'Update Prefs';
$s_reset_prefs_button = 'Reset Prefs';

# account_prefs_reset.php
$s_prefs_reset_msg = 'Preferences have been reset...';

# account_prefs_update.php
$s_prefs_updated_msg = 'Preferences have been updated...';

# account_profile_add.php
$s_profile_added_msg = 'Profile added...';

# account_profile_delete.php
$s_profile_deleted_msg = 'Deleted profile...';

# account_profile_edit_page.php
$s_edit_profile_title = 'Edit Profile';
$s_platform = 'Platform';
$s_operating_system = 'Operating System';
$s_additional_description = 'Additional Description';
$s_update_profile_button = 'Update Profile';

# account_profile_make_default.php
$s_profile_defaulted_msg = 'Default profile updated...';

# account_profile_manage_page.php
$s_add_profile_title = 'Add Profile';
$s_add_profile_button = 'Add Profile';
$s_edit_or_delete_profiles_title = 'Edit or Delete Profiles';
$s_edit_profile = 'Edit Profile';
$s_make_default = 'Make Default';
$s_delete_profile = 'Delete Profile';
$s_select_profile = 'Select Profile';
$s_submit_button = 'Submit';

# account_profile_update.php
$s_profile_updated_msg = 'Profile updated...';

# account_update.php
$s_account_updated_msg = 'Your account has been successfully updated...';
$s_email_updated = 'Email address successfully updated';
$s_password_updated = 'Password successfully updated';

# bug_assign.php
$s_bug_assign_msg = 'Issue has been successfully assigned...';

# bug_close.php
$s_bug_close_msg = 'Issue has been closed...';
$s_close_immediately = 'Close immediately:';

# bug_close_page.php
$s_close_bug_title = 'Close Issue';

# bug_delete.php
$s_bug_deleted_msg = 'Issue has been deleted...';

# bug_delete_page.php
$s_delete_bug_sure_msg = 'Are you sure you wish to delete this issue?';
$s_delete_bug_button = 'Delete Issue';

# bug_monitor.php
$s_monitor_bug_button = 'Monitor Issue';
$s_unmonitor_bug_button = 'End Monitoring';

# bug_file_add.php
$s_file_upload_msg = 'File upload successful';

# bug_file_upload_inc.php
$s_upload_file = 'Upload File';
$s_select_file = 'Select File';
$s_upload_file_button = 'Upload File';
$s_max_file_size = 'Max size';

# bug_reopen.php
$s_bug_reopened_msg = 'Issue has been reopened...';
$s_reopen_add_bugnote_title = 'Add Note Reason For Reopening Issue';
$s_bugnote_add_reopen_button = 'Add Note and Reopen Issue';

# bug_resolve_page.php
$s_resolve_bug_title = 'Resolve Issue';
$s_resolve_bug_button = 'Resolve Issue';

# bug_resolve_page2.php
$s_bug_resolved_msg = 'Issue has been resolved. Enter note below...';
$s_resolve_add_bugnote_title = 'Add Note Reason For Resolving Issue';
$s_bugnote_add_resolve_button = 'Add Note';

# bug_reminder_page.php
$s_from = 'From';
$s_to = 'To';
$s_on = 'On';
$s_sent_you_this_reminder_about = 'sent you this reminder about';
$s_bug_reminder = 'Send a reminder';
$s_reminder_sent_to = 'Reminder sent to';
$s_bug_send_button = 'Send';
$s_reminder = 'Reminder';

# bug_update.php
$s_bug_updated_msg = 'Issue has been successfully updated...';

# bug_update_advanced_page.php
$s_back_to_bug_link = 'Back To Issue';
$s_update_simple_link = 'Update Simple';
$s_updating_bug_advanced_title = 'Updating Issue Information';
$s_id = 'ID';
$s_category = 'Category';
$s_severity = 'Severity';
$s_reproducibility = 'Reproducibility';
$s_date_submitted = 'Date Submitted';
$s_last_update = 'Last Update';
$s_reporter = 'Reporter';
$s_assigned_to = 'Assigned To';
$s_priority = 'Priority';
$s_resolution = 'Resolution';
$s_status = 'Status';
$s_duplicate_id = 'Duplicate ID';
$s_os = 'OS';
$s_projection = 'Projection';
$s_os_version = 'OS Version';
$s_eta = 'ETA';
$s_product_version = 'Product Version';
$s_build = 'Build';
$s_votes = 'Votes';
$s_summary = 'Summary';
$s_description = 'Description';
$s_steps_to_reproduce = 'Steps To Reproduce';
$s_additional = 'Additional';
$s_information = 'Information';
$s_update_information_button = 'Update Information';

# bug_update_page.php
$s_update_advanced_link = 'Update Advanced';
$s_updating_bug_simple_title = 'Updating Issue Information';

# bug_vote_add.php
$s_vote_added_msg = 'Vote has been added...';

# bugnote_add.php
$s_bugnote_added_msg = 'Note added...';

# bugnote_delete.php
$s_bugnote_deleted_msg = 'Note has been successfully deleted...';
$s_bug_notes_title = 'Notes';

# bugnote_edit_page.php
$s_edit_bugnote_title = 'Edit Note';

# bugnote_inc.php
$s_no_bugnotes_msg = 'There are no notes attached to this issue.';
$s_delete_link = 'Delete';
$s_add_bugnote_title = 'Add Note';
$s_add_bugnote_button = 'Add Note';
$s_bugnote_edit_link = 'Edit';
$s_close_bug_button = 'Close Issue';

# bugnote_update.php
$s_bugnote_updated_msg = 'Note has been successfully updated...';
$s_edited_on = 'edited on: ';

# index.php
$s_click_to_login = 'Click here to login';

# login.php

# login_page.php
$s_login_page_info = 'Welcome to the Issue Tracker.';
$s_login_title = 'Login';
$s_save_login = 'Save Login';
$s_choose_project = 'Choose Project';
$s_login_button = 'Login';
$s_signup_link = 'signup for a new account';

# login_select_proj_page.php
$s_select_project_button = 'Select Project';

# logout_page.php
$s_logged_out_title = 'Logged Out...';
$s_redirecting = '...Redirecting';
$s_here = 'Here';

# main_page.php
$s_open_and_assigned_to_me = 'Open and assigned to me';
$s_open_and_reported_to_me = 'Open and reported by me';
$s_newer_news_link = 'Newer News';
$s_older_news_link = 'Older News';
$s_archives = 'Archives';
$s_rss = 'RSS';

# manage_create_new_user.php
$s_created_user_part1 = 'Created user';
$s_created_user_part2 = 'with an access level of';

# manage_create_user_page.php
$s_create_new_account_title = 'Create New Account';
$s_verify_password = 'Verify Password';
$s_enabled = 'Enabled';
$s_protected = 'Protected';
$s_create_user_button = 'Create User';

# manage_page.php
$s_hide_disabled = 'Hide Disabled';
$s_filter_button = 'Apply Filter';
$s_manage_users_link = 'Manage Users';
$s_manage_projects_link = 'Manage Projects';
$s_manage_custom_field_link = 'Manage Custom Fields';
$s_create_new_account_link = 'Create New Account';
$s_projects_link = 'Projects';
$s_documentation_link = 'Documentation';
$s_new_accounts_title = 'New Accounts';
$s_1_week_title = '1 Week';
$s_never_logged_in_title = 'Never Logged In';
$s_prune_accounts = 'Prune Accounts';
$s_hide_inactive = 'Hide Inactive';
$s_manage_accounts_title = 'Manage Accounts';
$s_p = 'p';
$s_date_created = 'Date Created';
$s_last_visit = 'Last Visit';
$s_edit_user_link = 'Edit User';

# manage_proj_add.php
$s_project_added_msg = 'Project has been successfully added...';

# manage_proj_category_add.php
$s_category_added_msg = 'Category has been successfully added...';

# manage_proj_category_delete.php
$s_category_deleted_msg = 'Category has been successfully deleted...';

# manage_proj_category_delete_page.php
$s_category_delete_sure_msg = 'Are you sure you want to delete this category?';
$s_delete_category_button = 'Delete Category';

# manage_proj_category_edit_page.php
$s_edit_project_category_title = 'Edit Project Category';
$s_update_category_button = 'Update Category';

# manage_proj_category_update.php
$s_category_updated_msg = 'Category has been successfully updated...';

# manage_proj_delete.php
$s_project_deleted_msg = 'Project successfully removed...';

# manage_proj_delete_page.php
$s_project_delete_msg = 'Are you sure you want to delete this project and all attached issue reports?';
$s_project_delete_button = 'Delete Project';

# manage_proj_edit_page.php
$s_edit_project_title = 'Edit Project';
$s_project_name = 'Project Name';
$s_view_status = 'View Status';
$s_public = 'public';
$s_private = 'private';
$s_update_project_button = 'Update Project';
$s_delete_project_button = 'Delete Project';
$s_categories_and_version_title = 'Categories and Versions';
$s_categories = 'Categories';
$s_add_category_button = 'Add Category';
$s_versions = 'Versions';
$s_add_version_button = 'Add Version';
$s_edit_link = 'Edit';
$s_actions = 'Actions';
$s_version = 'Version';
$s_timestamp = 'Timestamp';
$s_update = 'Update';

# manage_proj_menu_page.php
$s_add_project_title = 'Add Project';
$s_upload_file_path = 'Upload File Path';
$s_add_project_button = 'Add Project';
$s_projects_title = 'Projects';
$s_name = 'Name';

# manage_proj_update.php
$s_project_updated_msg = 'Project has been successfully updated...';

# manage_proj_version_add.php
$s_version_added_msg = 'Version has been successfully added...';

# manage_proj_version_delete.php
$s_version_deleted_msg = 'Version has been successfully deleted...';

# manage_proj_version_delete_page.php
$s_version_delete_sure = 'Are you sure you want to delete this version?';
$s_delete_version_button = 'Delete Version';

# manage_proj_version_edit_page.php
$s_edit_project_version_title = 'Edit Project Version';
$s_update_version_button = 'Update Version';

# manage_proj_version_update.php
$s_version_updated_msg = 'Version has been successfully updated...';

# manage_user_delete.php
$s_account_delete_protected_msg = 'Account protected. Cannot delete this account.';
$s_account_deleted_msg = 'Account deleted...';

# manage_user_delete_page.php
$s_delete_account_sure_msg = 'Are you sure you wish to delete this account?';

# manage_user_prune.php
$s_accounts_pruned_msg = 'All accounts that have never logged in and are older than 1 week have been removed';
$s_prune_accounts_button = 'Prune';
$s_confirm_account_pruning = 'Are you sure you want to delete old accounts that have never logged in?';

# manage_user_page.php
$s_edit_user_title = 'Edit User';
$s_reset_password_button = 'Reset Password';
$s_delete_user_button = 'Delete User';
$s_reset_password_msg = 'Reset Password sets the randomly generated password.';
$s_reset_password_msg2 = 'Reset Password sets the password to be blank.';
$s_show_all_users = 'ALL';

# manage_user_reset.php
$s_account_reset_protected_msg = 'Account protected. Cannot reset the password.';
$s_account_reset_msg = 'New password has been generated and sent to the user...';
$s_account_reset_msg2 = 'Account password has been set to blank...';

# manage_user_update.php
$s_manage_user_protected_msg = 'Account protected. Access level and enabled protected. Otherwise, account has been updated...';
$s_manage_user_updated_msg = 'Account successfully updated...';

# menu_inc.php
$s_main_link = 'Main';
$s_view_bugs_link = 'View Issues';
$s_report_bug_link = 'Report Issue';
$s_summary_link = 'Summary';
$s_account_link = 'My Account';
$s_users_link = 'Users';
$s_manage_link = 'Manage';
$s_edit_news_link = 'Edit News';
$s_docs_link = 'Docs';
$s_logout_link = 'Logout';

# meta_inc.php

# news_add.php
$s_news_added_msg = 'News item added...';

# news_delete.php
$s_news_deleted_msg = 'Deleted news item...';

# news_delete_page.php
$s_delete_news_sure_msg = 'Are you sure you wish to delete this news item?';
$s_delete_news_item_button = 'Delete News Item';

# news_edit_page.php
$s_edit_news_title = 'Edit News';
$s_headline = 'Headline';
$s_body = 'Body';
$s_update_news_button = 'Update News';

# news_menu_page.php
$s_add_news_title = 'Add News';
$s_post_to = 'Post to';
$s_post_news_button = 'Post News';
$s_edit_or_delete_news_title = 'Edit or Delete News';
$s_edit_post = 'Edit Post';
$s_delete_post = 'Delete Post';
$s_select_post = 'Select Post';

# news_update.php
$s_news_updated_msg = 'News item updated...';

# news_view_page.php
$s_back_link = 'Back';

# proj_doc_add.php
$s_file_uploaded_msg = 'File upload successful';

# proj_doc_add_page.php
$s_upload_file_title = 'Upload File';
$s_title = 'Title';

# proj_doc_delete.php
$s_project_file_deleted_msg = 'Project file deleted';

# proj_doc_delete_page.php
$s_confirm_file_delete_msg = 'Are you sure you wish to delete this file?';

# proj_doc_edit_page.php
$s_filename = 'Filename';
$s_file_update_button = 'Update File';
$s_file_delete_button = 'Delete File';

# proj_doc_page.php
$s_project_documentation_title = 'Project Documentation';
$s_user_documentation = 'User Documentation';
$s_project_documentation = 'Project Documentation';
$s_add_file = 'Add File';

# proj_doc_update.php
$s_project_document_updated = 'Project update successful';

# proj_user_add.php
$s_project_user_added_msg = 'Successfully added user to project';

# proj_user_delete.php
$s_project_removed_user_msg = 'Successfully removed user from project';

# proj_user_delete_page.php
$s_remove_user_sure_msg = 'Are you sure you wish to remove this user?';

# proj_user_menu_page.php
$s_add_user_title = 'Add user to project';
$s_add_user_button = 'Add User';
$s_project_selection_title = 'Project Selection';
$s_remove_link = 'Remove';

# proj_user_update.php
$s_updated_user_msg = 'Successfully updated user';

# report_add.php
$s_must_enter_category = 'You must select a category';
$s_must_enter_severity = 'You must select a severity';
$s_must_enter_reproducibility = 'You must select a reproducibility';
$s_must_enter_summary = 'You must enter a summary';
$s_must_enter_description = 'You must enter a description';
$s_report_more_bugs = 'Report More Issues';
$s_submission_thanks_msg = 'Thank you for your submission';

# report_bug_advanced_page.php
$s_simple_report_link = 'Simple Report';
$s_enter_report_details_title = 'Enter Report Details';
$s_required = 'required';
$s_select_category = 'Select Category';
$s_select_reproducibility = 'Select Reproducibility';
$s_select_severity = 'Select Severity';
$s_or_fill_in = 'OR Fill In';
$s_assign_to = 'Assign To';
$s_additional_information = 'Additional Information';
$s_submit_report_button = 'Submit Report';
$s_check_report_more_bugs = 'check to report more issues';

# report_bug_page.php
$s_advanced_report_link = 'Advanced Report';
$s_report_stay = 'Report Stay';

# set_project.php
$s_selected_project = 'Selected project';
$s_valid_project_msg = 'You must choose a valid project';

# signup.php
$s_invalid_email = 'IS AN INVALID EMAIL ADDRESS';
$s_duplicate_username = 'IS A DUPLICATE USERNAME.  CHOOSE ANOTHER USERNAME';
$s_account_create_fail = 'FAILED TO CREATE USER ACCOUNT';
$s_account_added = 'Account was successfully added.';
$s_password_emailed_msg = 'Your password will be emailed to you.';
$s_no_reponse_msg = 'If you do not respond within a week your account may be deleted.';

# signup_page.php
$s_signup_info = 'Choose your login name and enter a valid email address.  A randomly generated password will be sent to your address.';
$s_signup_title = 'Signup';
$s_signup_button = 'Signup';

# site_settings_edit_page.php
$s_edit_site_settings_title = 'Edit Site Settings';
$s_save_settings_button = 'Save Settings';

# site_settings_page.php
$s_site_settings_title = 'Site Settings';
$s_system_info_link = 'System Info';
$s_site_settings_link = 'Site Settings';

# site_settings_update.php
$s_site_settings_updated_msg = 'Site settings have been updated';

# summary_page.php
$s_summary_title = 'Summary';
$s_summary_jpgraph_link = 'Advanced summary';
$s_by_project = 'By Project';
$s_by_status = 'By Status';
$s_by_date = 'By Date (days)';
$s_by_severity = 'By Severity';
$s_by_resolution = 'By Resolution';
$s_by_category = 'By Category';
$s_by_priority = 'By Priority';
$s_by_developer = 'By Developer';
$s_by_reporter = 'By Reporter';
$s_reporter_by_resolution = 'Reporter By Resolution';
$s_reporter_effectiveness = 'Reporter Effectiveness';
$s_developer_by_resolution = 'Developer By Resolution';
$s_percentage_fixed = '% Fixed';
$s_percentage_errors = '% False';
$s_errors = 'False';
$s_total = 'Total';
$s_time_stats = 'Time Stats For Resolved Issues (days)';
$s_longest_open_bug = 'Longest open issue';
$s_longest_open = 'Longest open';
$s_average_time = 'Average time';
$s_total_time = 'Total time';
$s_developer_stats = 'Developer Stats';
$s_reporter_stats = 'Reporter Stats';
$s_orct = '(open/resolved/closed/total)';

# view_all_bug_page.php
$s_any = 'any';
$s_show = 'Show';
$s_changed = 'Changed(hrs)';
$s_viewing_bugs_title = 'Viewing Issues';
$s_updated = 'Updated';

# view_all_inc.php
$s_none = 'none';
$s_search = 'Search';
$s_view_prev_link = 'View Prev';
$s_view_next_link = 'View Next';
$s_prev = 'Prev';
$s_next = 'Next';
$s_first = 'First';
$s_last = 'Last';
$s_start_date = 'Start Date';
$s_end_date = 'End Date';
$s_use_date_filters = 'Use Date Filters';
$s_yes = 'Yes';
$s_no = 'No';
$s_open_filters = 'Change Filter';
$s_or_unassigned = 'Or Unassigned';

# stored query strings
$s_use_query = 'Use Filter';
$s_delete_query = 'Delete Filter';
$s_query_deleted = 'Filter Deleted';
$s_save_query = 'Save Current Filter';
$s_reset_query = 'Reset Filter';
$s_query_name = 'Filter Name';
$s_query_exists = 'This particular query appears to already exist.';
$s_query_dupe_name = 'Another query already has this name. Please choose a different name for this query.';
$s_query_store_error = 'There was an error saving this query.';
$s_open_queries = 'Open Saved Filters';
$s_query_delete_msg = 'Are you sure you wish to delete this query?';

# view_bug_advanced_page.php
$s_view_simple_link = 'View Simple';
$s_viewing_bug_advanced_details_title = 'Viewing Issue Advanced Details';
$s_product_build = 'Product Build';
$s_system_profile = 'System Description';
$s_update_bug_button = 'Update Issue';
$s_bug_assign_to_button = 'Assign To:';
$s_reopen_bug_button = 'Reopen Issue';
$s_attached_files = 'Attached Files';
$s_publish = 'Publish';
$s_cached = 'Cached';

# view_bug_inc.php

# view_bug_page.php
$s_view_advanced_link = 'View Advanced';
$s_viewing_bug_simple_details_title = 'Viewing Issue Simple Details';

# bug_monitor_list_view_inc.php
$s_no_users_monitoring_bug = 'There are no users monitoring this issue.';
$s_users_monitoring_bug = 'Users monitoring this issue';
$s_monitoring_user_list = 'User List';

# custom field strings
$s_add_custom_field_button = 'New Custom Field';
$s_delete_custom_field_button = 'Delete Custom Field';
$s_delete_custom_field_everywhere = 'Delete Custom Field Everywhere';
$s_update_custom_field_button = 'Update Custom Field';
$s_add_existing_custom_field = 'Add This Existing Custom Field';
$s_edit_custom_field_title = 'Edit custom field';
$s_custom_field = 'Field';
$s_custom_fields_setup = 'Custom Fields';
$s_custom_field_name = 'Name';
$s_custom_field_project_count = 'Project Count';
$s_custom_field_type = 'Type';
$s_custom_field_possible_values = 'Possible Values';
$s_custom_field_default_value = 'Default Value';
$s_custom_field_valid_regexp = 'Regular Expression';
$s_custom_field_access_level_r = 'Read Access';
$s_custom_field_access_level_rw = 'Write Access';
$s_custom_field_length_min = 'Min. Length';
$s_custom_field_length_max = 'Max. Length';
$s_custom_field_advanced = 'Advanced';
$s_custom_field_sequence = 'Sequence';
$s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:Email';

$s_confirm_used_custom_field_deletion = 'This field is currently linked to at least one project.  If you continue all values for this field will be permanently deleted.  This action cannot be undone.  If you do not want to delete this field, hit the Back button in your browser.  To proceed, click the button below';
$s_confirm_custom_field_deletion = 'Are you sure you want to delete this custom field and all associated values?';
$s_field_delete_button = 'Delete Field';

$s_hide_status = 'Hide Status';
$s_filter_closed = "Closed";
$s_filter_resolved = "Resolved";
$s_hide_closed = "Hide Closed";
$s_hide_resolved = "Hide Resolved";

$s_attachments = "attachment(s)";
$s_attachment_alt = "A";

# PHPMailer
$s_phpmailer_language = 'en';
?>
