<?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

	# ѱ    aporie@kornet.net
	# ߰    torija@users.sourceforge.net
	#             hardkoder@gmail.com - 2004/09   Դϴ. ߺ  ϱ ؼ   ٶϴ.
	# -------------------------------------------------
	# $Revision: 1.73 $
	# $Author: bigbadger $
	# $Date: 2004/09/06 12:29:30 $
	#
	# $Id: strings_korean.txt,v 1.73 2004/09/06 12:29:30 bigbadger Exp $
	###########################################################################
?>
<?php
# Charset
$s_charset = 'euc-kr';

# Group commands menuitems
$s_actiongroup_menu_move = '̵';
$s_actiongroup_menu_copy = '';
$s_actiongroup_menu_assign = 'Ҵ';
$s_actiongroup_menu_close = '';
$s_actiongroup_menu_delete = '';
$s_actiongroup_menu_resolve = 'ذ';
$s_actiongroup_menu_update_priority = '켱 ';
$s_actiongroup_menu_update_status = ' ';
$s_actiongroup_menu_update_view_status = '  ';
$s_actiongroup_bugs = 'õ ̽';

# new strings:
$s_all_projects = ' Ʈ';
$s_move_bugs = '̽ ̵';
$s_operation_successful = ' Ϸ.';
$s_date_order = '¥ ';
$s_print_all_bug_page_link = ' ';
$s_csv_export = 'CSV ';
$s_login_anonymously = '͸ α';
$s_anonymous = '͸';
$s_jump_to_bugnotes = '̽Ʈ ̵';
$s_public_project_msg = ' Ʈ ο Ǿϴ.';
$s_private_project_msg = ' Ʈ ڿ  ڸ  մϴ.';
$s_access_level_project = 'Ʈ  ';
$s_view_submitted_bug_link = ' ̽ ';
$s_assigned_projects = 'Ҵ Ʈ';
$s_unassigned_projects = 'Ҵ  Ʈ';
$s_print = '';
$s_jump = '̵';
$s_copy_users = ' ';
$s_copy_categories_from = 'īװ (From)';
$s_copy_categories_to = 'īװ (To)';
$s_bug_history = '̽ 丮';
$s_field = 'ʵ';
$s_old_value = ' ';
$s_new_value = 'ο ';
$s_date_modified = '';
$s_bugnote = '̽Ʈ';
$s_change = '';
$s_bugnote_view_state = '̽Ʈ  ';
$s_bug_monitor = ' ̽';
$s_bug_end_monitor = '̽  ';
$s_announcement = '˸';
$s_stays_on_top = ' ';
$s_delete_bugnote_button = '̽Ʈ ';
$s_delete_bugnote_sure_msg = ' ̽Ʈ ϰڽϱ?';
$s_bug_relationships = '';
$s_empty_password_sure_msg = 'ȣ  ʾҽϴ. ̴ Ͻðڽϱ?';
$s_empty_password_button = 'ȣ ';

$s_duplicate_of = " ߺ";
$s_has_duplicate = " ߺ";
$s_related_to = " õ";
$s_dependant_on = " ӵ";
$s_blocks = " Ļ";

$s_new_bug = ' ̽';
$s_bugnote_added = '̽Ʈ ߰';
$s_bugnote_edited = '̽Ʈ ';
$s_bugnote_deleted = '̽Ʈ ';
$s_summary_updated = ' ŵ';
$s_description_updated = ' ŵ';
$s_additional_information_updated = '߰  ŵ';
$s_steps_to_reproduce_updated = '߻ ܰ ŵ';
$s_file_added = ' ߰: ';
$s_file_deleted = ' : ';
$s_bug_deleted = '̽ Ǿϴ.';

$s_make_private = 'ȣϱ';
$s_make_public = 'ϱ';

$s_create_new_project_link = 'ο Ʈ ';

$s_login_link = 'α';

# bug_actiongroup_page.php : mass treatment
$s_bug_actiongroup_failed = '    ϴ.   ϴ: ';
$s_bug_actiongroup_access = '    ϴ.';
$s_bug_actiongroup_status = 'This issue cannot be changed to the requested status';
$s_close_bugs_conf_msg = ' ̽ Ͻðڽϱ ?';
$s_delete_bugs_conf_msg = ' ̽ Ͻðڽϱ ?';
$s_move_bugs_conf_msg = '̽ ̵: ';
$s_copy_bugs_conf_msg = '̽ : ';
$s_assign_bugs_conf_msg = '̽ Ҵ: ';
$s_resolve_bugs_conf_msg = '̽ ذᵵ ';
$s_priority_bugs_conf_msg = '̽ 켱 ';
$s_status_bugs_conf_msg = '̽  ';
$s_view_status_bugs_conf_msg = '̽   ';
$s_close_group_bugs_button = '̽ ' ;
$s_delete_group_bugs_button = '̽ ' ;
$s_move_group_bugs_button = '̽ ̵' ;
$s_copy_group_bugs_button = '̽ ' ;
$s_assign_group_bugs_button = '̽ Ҵ' ;
$s_resolve_group_bugs_button = '̽ ذ' ;
$s_priority_group_bugs_button = '켱 ' ;
$s_status_group_bugs_button = ' ' ;
$s_view_status_group_bugs_button = '  ';

# improved JPgraphs strings
$s_graph_imp_status_title = '  ׷' ;
$s_graph_imp_priority_title = '켱  ׷' ;
$s_graph_imp_severity_title = 'ɰ  ׷';
$s_graph_imp_category_title = 'īװ  ׷';
$s_graph_imp_resolution_title = 'ذᵵ  ׷';
$s_by_status_pct = ' ';
$s_by_priority_pct = '켱 ';
$s_by_severity_pct = 'ɰ ';
$s_by_category_pct = 'īװ ';
$s_by_resolution_pct = 'ذᵵ ';
$s_by_severity_mix = 'ɰ   ';
$s_by_priority_mix = '켱   ';
$s_by_resolution_mix = 'ذᵵ   ';
$s_synthesis_link = '';
$s_status_link = 'º';
$s_priority_link = '켱';
$s_severity_link = 'ɰ';
$s_category_link = 'īװ';
$s_resolution_link = 'ذᵵ';

# print_all_bug_page.php : display selected bugs
$s_hide_button = 'õ ͸ ǥ';

# print_all_bug_options.php : printing preferences
$s_printing_preferences_title = 'μ ʵ ';
$s_printing_options_link = 'μ ɼ';

# word and excel export
$s_bugnote_title = '̽Ʈ ' ;
$s_bugnote_date = '̽Ʈ ¥';
$s_bugnote_description = '̽Ʈ ';

$s_error_no_proceed = '  ư   "ڷ" ư ϼ.     ϰų ٸ  ϼ. ο  ̵ϱ ؼ ޴ ɼ ŬϽø ˴ϴ.';

# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = ':   ϴ   ߻߽ϴ.  ý ڿ   ϼ.';
$MANTIS_ERROR[ERROR_SQL] = ': SQL  ߻.   ֽñ ٶϴ.';
$MANTIS_ERROR[ERROR_REPORT] = ': Է³뿡  ߻߽ϴ.';
$MANTIS_ERROR[ERROR_NO_FILE_SPECIFIED] = ':  ϴ.';
$MANTIS_ERROR[ERROR_FILE_DISALLOWED]    = ':  ʴ  Դϴ.';
$MANTIS_ERROR[ERROR_NO_DIRECTORY] = ': 丮  ʽϴ.. Ʈ ȯ Ȯϼ.';
$MANTIS_ERROR[ERROR_DUPLICATE_FILE] = ':  ߺ.   ϼ.';
$MANTIS_ERROR[ERROR_DUPLICATE_PROJECT]  = ':  ̸ Ʈ ̹ մϴ.';
$MANTIS_ERROR[ERROR_EMPTY_FIELD] = ': ʼ Է ʵ , Է» Ȯϼ.';
$MANTIS_ERROR[ERROR_PROTECTED_ACCOUNT]  = ': ȣ Դϴ. ȣ ϱ     ϴ.';
$MANTIS_ERROR[ERROR_ACCESS_DENIED]      = ':  źεǾϴ.';
$MANTIS_ERROR[ERROR_UPLOAD_FAILURE]     = ':  ø . ڰ admin_check α׷  ذ  ֽϴ.';
$MANTIS_ERROR[ERROR_FILE_TOO_BIG]       = ':  ø .   PHP ġ   ũ⺸ εϷ  ū  ϴ.';
$MANTIS_ERROR[ERROR_GPC_VAR_NOT_FOUND]  = ':   ʿ ڸ ã  ϴ.';
$MANTIS_ERROR[ERROR_USER_NAME_NOT_UNIQUE] = ': ̹   Դϴ. ٸ  ϼ.';
$MANTIS_ERROR[ERROR_CONFIG_OPT_NOT_FOUND] = 'Configuration option \'%s\' not found.';
$MANTIS_ERROR[ERROR_LANG_STRING_NOT_FOUND] = 'String \'%s\' not found.';
$MANTIS_ERROR[ERROR_BUGNOTE_NOT_FOUND]  = ': ̽Ʈ ã  ϴ.';
$MANTIS_ERROR[ERROR_PROJECT_NOT_FOUND]  = ': Ʈ ã  ϴ.';
$MANTIS_ERROR[ERROR_DB_FIELD_NOT_FOUND] = ': Ÿ̽ ʵ带 ã  ϴ.';
$MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR]	= ': FTP    ϴ.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_NOT_UNIQUE] = ': ̹  Ʈ ̸Դϴ.  ٸ ̸ ϼ.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_INVALID] = 'ùٸ  Ʈ ̸Դϴ. Ʈ ̸   ϴ.';
$MANTIS_ERROR[ERROR_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]	= ':  ã  ϴ.';
$MANTIS_ERROR[ERROR_USER_CREATE_PASSWORD_MISMATCH] = 'Password does not match verification.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED]	= ': ڿ ƴ 迭 ԷµǾ մϴ.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'A string was expected but an array was received.';
$MANTIS_ERROR[ERROR_BUG_NOT_FOUND]	= ': ̽ ã  ϴ.';
$MANTIS_ERROR[ERROR_EMAIL_INVALID]	= ': ߸ ̸.';
$MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profile not found.';
$MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED]	= ': ε   Դϴ.';
$MANTIS_ERROR[ERROR_FILE_DUPLICATE]	= ': ߺ Դϴ.    ϼ.';
$MANTIS_ERROR[ERROR_FILE_INVALID_UPLOAD_PATH] = ': ߸ ε . 丮  ʰų    ϴ.';
$MANTIS_ERROR[ERROR_BUG_DUPLICATE_SELF]	= ': ߺ ̽   ϴ.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = 'Ŀ ʵ带 ã  ϴ.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE] = 'ߺ ʵ ̸ Դϴ.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE] = '  Ʈ   ʵ带 ϰ ֽϴ.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = ': ߸ ʵ ';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_DEFINITION] = '߸ Ŀ ʵ ';
$MANTIS_ERROR[ERROR_LDAP_AUTH_FAILED]	= ': LDAP  ';
$MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED] = 'LDAP   ';
$MANTIS_ERROR[ERROR_LDAP_UPDATE_FAILED]	= ': LDAP   .';
$MANTIS_ERROR[ERROR_LDAP_USER_NOT_FOUND] = 'LDAP User Record Not Found.';
$MANTIS_ERROR[ERROR_DB_CONNECT_FAILED]	= ': Ÿ̽  .';
$MANTIS_ERROR[ERROR_DB_QUERY_FAILED]	= ': Ÿ̽  .';
$MANTIS_ERROR[ERROR_DB_SELECT_FAILED]	 = 'Database selection failed.  Error received from database was #%d: %s';
$MANTIS_ERROR[ERROR_CATEGORY_DUPLICATE] = ': īװ ߺ.';
$MANTIS_ERROR[ERROR_CATEGORY_NO_ACTION] = ':   õ .';
$MANTIS_ERROR[ERROR_CATEGORY_NOT_FOUND] = ': īװ ã  ϴ.';
$MANTIS_ERROR[ERROR_VERSION_DUPLICATE] = ':  ߺ.';
$MANTIS_ERROR[ERROR_VERSION_NOT_FOUND]  = ':  ã  ϴ.';
$MANTIS_ERROR[ERROR_USER_NAME_INVALID]  = ':  ̸ .';
$MANTIS_ERROR[ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS] = '   Դϴ.';
$MANTIS_ERROR[ERROR_USER_REAL_MATCH_USER] = '  ٸ  ̵ ǰ ֽϴ. ٸɷ ٲּ.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_ENABLED] = 'Sponsorship support not enabled.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_FOUND] = 'Sponsorship %d not found.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW] = 'Sponsorship (%s) is below minimum amount (%s).';
$MANTIS_ERROR[ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW] = 'Handler does not have the required access level to handle sponsored issues.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW] = 'Access Denied: Assigning sponsored issues requires higher access level.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL] = 'Sponsor has not provided an email address. Please update your profile.';
$MANTIS_ERROR[ERROR_CONFIG_OPT_INVALID] = 'Configuration option \'%s\' has invalid value \'%s\'';
$MANTIS_ERROR[ERROR_BUG_READ_ONLY_ACTION_DENIED] = 'The action cannot be performed because issue \'%d\' is read-only';
$MANTIS_ERROR[ERROR_RELATIONSHIP_ALREADY_EXISTS] = "There is already a relationship between these two issues.";
$MANTIS_ERROR[ERROR_RELATIONSHIP_NOT_FOUND] = "Relationship not found.";
$MANTIS_ERROR[ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW] = "Access denied: The issue %d requires higher access level.";
$MANTIS_ERROR[ERROR_RELATIONSHIP_SAME_BUG] = "An issue can't be related to itself.";
$MANTIS_ERROR[ERROR_SIGNUP_NOT_MATCHING_CAPTCHA] = 'Confirmation hash does not match. Please retry.';
$MANTIS_ERROR[ERROR_LOST_PASSWORD_NOT_ENABLED] = 'The \'lost your password\' feature is not available.';
$MANTIS_ERROR[ERROR_LOST_PASSWORD_NO_EMAIL_SPECIFIED] = 'You must provide an e-mail address in order to reset the password';
$MANTIS_ERROR[ERROR_LOST_PASSWORD_NOT_MATCHING_DATA] = 'The provided information doesn\'t match any registered account!';
$MANTIS_ERROR[ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID] = 'The confirmation URL is invalid or has already been used. Please signup again.';
$MANTIS_ERROR[ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED] = 'Max. number of in-progress requests reached. Please contact the system administrator';

#$s_login_error = 'Your account may be disabled or blocked (due to too many failed login attempts) or the username/password you entered is incorrect.';
$s_login_error = ':  Ǿų, ̸/ȣ ùٸ ʽϴ.';
$s_login_cookies_disabled = ': Ű   ų  ʴ  ϰ ֽϴ.';

# General Strings
$s_go_back = 'ڷ';
$s_proceed = ' ';

$s_switch = '̵';
$s_logged_in_as = 'α ID :';

$s_prefix_for_deleted_users = '';

$s_administrator = '';
$s_myself = "";

# Enum Strings
$s_access_levels_enum_string      = '10: ,25:,40:Ű,55:,70:Ŵ,90:';
$s_project_status_enum_string     = '10:߹,30:,50:,70:';
$s_project_view_state_enum_string = '10:,50:';
$s_view_state_enum_string         = '10:,50:';

$s_priority_enum_string           = '10:,20:,30:,40:,50:,60:';
$s_severity_enum_string           = '10:  䱸,20:,30:Ÿ,40: ,50:,60:߿,70:浹,80:';
$s_reproducibility_enum_string    = '10:׻߻,30:߻,50:ұĢ,70: õ ,90:ٽ  ,100:N/A';
$s_status_enum_string             = '10:ο ̽,20:߰(ʿ),30:̽ ,40:̽ Ȯ,50:Ҵ ̽,80:ذ ̽,90: ̽';
$s_resolution_enum_string         = '10:,20:,30:ٽ ߻,40:  ,50:  ,60:ߺ,70:̽ ƴ,80:(suspended),90:ذ  ';
$s_projection_enum_string         = '10:,30:,50: ,70: ۼ,90:缳';
$s_eta_enum_string                = '10:,20:< 1 ,30:2-3 ,40:< 1 ,50:< 1  ,60:> 1 ';

# Email Strings
$s_new_account_subject = 'Account registration';
$s_new_account_greeting = 'Thank you for registering. You have account with username \'';
$s_new_account_greeting2 = '\'. In order to complete your registration, visit the following URL (make sure it is entered as the single line) and set your own access password:';
$s_new_account_username = ' ID: ';
$s_new_account_message = 'If you didn\'t request any registraion, ignore this message and nothing will happen.' . "\n\n";
$s_new_account_do_not_reply = 'DO NOT REPLY TO THIS MESSAGE';
$s_new_account_email = 'E-mail: ';
$s_new_account_IP = 'Remote IP address: ';
$s_new_account_signup_msg = 'The following account has been created:';

$s_reset_request_msg = 'Someone (presumably you) requested a password change through email verification. If this was not you, ignore this message and nothing will happen.' . "\n\n" . 'If you requested this verification, visit the following URL to change your password:';
$s_reset_request_in_progress_msg = 'If you supplied the correct username and email address for your account, we will now have sent a confirmation message to that email address. Once the message has been received, follow the instructions provided to change the password on your account.';

$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_bug_updated = 'The following issue has been UPDATED.';
$s_email_notification_title_for_action_sponsorship_added = 'The following issue has been SPONSORED.';
$s_email_notification_title_for_action_sponsorship_updated = 'A sponsorship of the following issue was modified.';
$s_email_notification_title_for_action_sponsorship_deleted = 'A sponsorship of the following issue was withdrawn.';

$s_email_notification_title_for_action_bugnote_submitted = 'A NOTE has been added to this issue.';
$s_email_notification_title_for_action_relationship_added = "A new RELATIONSHIP has been added to the following issue.";
$s_email_notification_title_for_action_relationship_deleted = "A RELATIONSHIP has been deleted from the following issue.";
$s_email_notification_title_for_action_relationship_child_resolved = "A RELATED issue has been RESOLVED.";
$s_email_notification_title_for_action_relationship_child_closed = "A RELATED issue has been CLOSED.";

$s_email_reporter = '';
$s_email_handler = '';
$s_email_project = 'Ʈ';
$s_email_bug = '̽ ȣ';
$s_email_category = 'з';
$s_email_reproducibility = '߻ ɼ';
$s_email_severity = 'ɰ';
$s_email_priority = '켱';
$s_email_status = '';
$s_email_resolution = 'ó';
$s_email_duplicate = 'ߺ';
$s_email_fixed_in_version = 'ذ ';
$s_email_date_submitted = ' ¥';
$s_email_last_modified = ' ';
$s_email_summary =  '';
$s_email_description = '';

# account_delete.php
$s_account_protected_msg = ' ȣǾϴ.  Ҽ ϴ...';
$s_account_removed_msg = '  Ǿϴ...';

# account_delete_page.php
$s_confirm_delete_msg = ' Ͻñ⸦ Ͻʴϱ?';
$s_delete_account_button = ' ';

# account_page.php
$s_manage_profiles_link = ' ';
$s_change_preferences_link = ' ';
$s_edit_account_title = ' ';
$s_username = ' ID';
$s_realname = '';
$s_email = '̸';
$s_password = 'ȣ';
$s_confirm_password  = 'ȣ Ȯ';
$s_access_level = ' ';
$s_update_user_button = ' ';

# account_prefs_page.php
$s_default_account_preferences_title = '⺻  ';
$s_default_project = '⺻ Ʈ';
$s_advanced_report = ' ';
$s_advanced_view = 'ڼ ';
$s_advanced_update = ' Ʈ';
$s_refresh_delay = '÷   ';
$s_redirect_delay = '̷Ʈ  ';
$s_with_minimum_severity = 'With Mimimum Severity of';
$s_bugnote_order = 'Bugnotes Sort Order';
$s_bugnote_order_asc = 'Ascending';
$s_bugnote_order_desc = 'Descending';
$s_email_on_new = 'ο ̽  ̸';
$s_email_on_assigned = 'Ҵ(Assign)  ̸';
$s_email_on_feedback = 'ݿ(Feedback)  ̸';
$s_email_on_resolved = 'ذ ̽  ̸';
$s_email_on_closed = ' ̸';
$s_email_on_reopened = '߻ ̸';
$s_email_on_bugnote_added = 'Ʈ ߰ ̸';
$s_email_on_status_change = '  ̸';
$s_email_on_priority_change = '켱  ̸';
$s_email_bugnote_limit = 'Email Notes Limit';
$s_language = '';
$s_update_prefs_button = ' ';
$s_reset_prefs_button = ' ʱȭ';

# account_prefs_reset.php
$s_prefs_reset_msg = '° ʱȭǾϴ....';

# account_prefs_update.php
$s_prefs_updated_msg = '° ŵǾϴ...';

# account_profile_add.php
$s_profile_added_msg = ' ߰...';

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

# account_profile_edit_page.php
$s_edit_profile_title = ' ';
$s_platform = '÷';
$s_operating_system = ' ü';
$s_additional_description = 'ο ';
$s_update_profile_button = ' ';

# account_profile_make_default.php
$s_profile_defaulted_msg = '⺻  ...';

# account_profile_manage_page.php
$s_add_profile_title = ' ߰';
$s_add_profile_button = ' ߰';
$s_edit_or_delete_profiles_title = ' /';
$s_edit_profile = ' ';
$s_make_default = 'Ʈ ';
$s_delete_profile = ' ';
$s_select_profile = ' ';
$s_submit_button = 'Ȯ';

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

# account_update.php
$s_account_updated_msg = '    Ǿϴ...';
$s_email_updated = '̸ ּҰ Ǿϴ...';
$s_realname_duplicated = '  ٸ ڰ  ֽϴ.';
$s_realname_updated = '  Ǿϴ.';
$s_password_updated = 'ȣ Ǿϴ...';

# bug_assign.php
$s_bug_assign_msg = '̽ ҴǾϴ...';

# bug_change_status_page.php
$s_new_bug_title = 'New Issue';
$s_feedback_bug_title = 'Provide Feedback to Issue';
$s_acknowledged_bug_title = 'Acknowledge Issue';
$s_confirmed_bug_title = 'Confirm Issue';
$s_assigned_bug_title = 'Assign Issue';
$s_new_bug_button = 'New Issue';
$s_feedback_bug_button = 'Provide Feedback';
$s_acknowledged_bug_button = 'Acknowledge Issue';
$s_confirmed_bug_button = 'Confirm Issue';
$s_assigned_bug_button = 'Assign Issue';

# bug_close.php
$s_bug_close_msg = '̽ (close)Ǿϴ...';
$s_close_immediately = ' :';

# bug_close_page.php
$s_closed_bug_title = '̽ ';

# bug_delete.php
$s_bug_deleted_msg = '̽ Ǿϴ...';

# bug_delete_page.php
$s_delete_bug_sure_msg = ' ̽ Ͻðڽϱ?';
$s_delete_bug_button = '̽ ';

# bug_monitor.php
$s_monitor_bug_button = '̽ ϱ';
$s_unmonitor_bug_button = '̽  ';

# bug_file_add.php
$s_file_upload_msg = ' εǾϴ.';

# bug_file_upload_inc.php
$s_upload_file = ' ε';
$s_select_file = ' ';
$s_upload_file_button = ' ε';
$s_max_file_size = 'Max size';

# bug_reopen.php
$s_bug_reopened_msg = '̽ ٽ ߻߽ϴ...';
$s_reopen_add_bugnote_title = '߻ ̽ Ͽ ̽Ʈ  ߰';
$s_bugnote_add_reopen_button = '߻ ̽ ̽Ʈ ߰';

# bug_resolve_page.php
$s_resolved_bug_title = '̽ ذ';
$s_resolved_bug_button = '̽ ذ';

# bug_resolve_page2.php
$s_bug_resolved_msg = '̽ ذǾϴ. Ʒ ̽Ʈ Էϼ.';
$s_resolve_add_bugnote_title = 'ذ ̽  ̽Ʈ  ߰';
$s_bugnote_add_resolve_button = '̽Ʈ ߰';

# bug_reminder_page.php
$s_from = ' ';
$s_to = '޴ ';
$s_on = '߼ : ';
$s_sent_you_this_reminder_about = ' ſ Ʒ  ˸  ߼ Ǿϴ.';
$s_bug_reminder = '˸  ';
$s_reminder_sent_to = '˸    ߼ Ǿϴ : ';
$s_bug_send_button = '';
$s_reminder = 'û';

# bug_update.php
$s_bug_updated_msg = '̽ ŵǾϴ....';

# bug_update_advanced_page.php
$s_back_to_bug_link = '̽ ư';
$s_update_simple_link = ' ';
$s_updating_bug_advanced_title = '  ';
$s_id = '̽ ȣ';
$s_category = 'з';
$s_severity = '߿䵵(ɰ)';
$s_reproducibility = '߻ ɼ';
$s_date_submitted = ' ¥';
$s_last_update = ' ';
$s_reporter = '';
$s_assigned_to = '̽ Ҵ';
$s_priority = '켱 ';
$s_resolution = 'ذ ';
$s_status = '';
$s_duplicate_id = 'ߺ ̽ ȣ';
$s_os = 'ü';
$s_projection = ' ۾';
$s_os_version = '';
$s_eta = 'óð';
$s_product_version = 'ǰ ȣ';
$s_build = 'ȣ';
$s_fixed_in_version = 'ذ ';
$s_votes = 'ǥ';
$s_summary = '';
$s_description = ' ';
$s_steps_to_reproduce = '߻ ܰ';
$s_update_information_button = ' ';

# bug_update_page.php
$s_update_advanced_link = ' ';
$s_updating_bug_simple_title = '  ';

# bug_vote_add.php
$s_vote_added_msg = 'ǥ ߰...';

# bugnote_add.php
$s_bugnote_added_msg = '̽Ʈ ߰...';

# bugnote_delete.php
$s_bugnote_deleted_msg = '̽Ʈ Ǿϴ....';
$s_bug_notes_title = '̽ Ʈ';

# bugnote_edit_page.php
$s_edit_bugnote_title = '̽Ʈ ';

# bugnote_inc.php
$s_no_bugnotes_msg = ' ̽ ÷ε Ʈ ϴ.';
$s_delete_link = '';
$s_add_bugnote_title = '̽Ʈ ߰';
$s_add_bugnote_button = '̽Ʈ ߰';
$s_bugnote_edit_link = '';
$s_closed_bug_button = '̽ ';

# bugnote_update.php
$s_bugnote_updated_msg = '̽Ʈ Ǿϴ....';
$s_edited_on = '¥: ';

# index.php
$s_click_to_login = 'α';

# login.php

# login_page.php
#@@@ should the following string be related to $g_window_title?
$s_login_page_info = '̽  ýԴϴ.';
$s_login_title = 'α';
$s_save_login = 'α  ';
$s_choose_project = 'Ʈ ';
$s_login_button = 'α';
$s_signup_link = ' ű ';
$s_lost_password_link = 'Lost your password?';

# login_select_proj_page.php
$s_select_project_button = 'Ʈ ';

# logout_page.php
$s_logged_out_title = 'α ƿ...';
$s_redirecting = '...̷';
$s_here = '';

# lost_pwd_page.php
$s_lost_password_title = "Password Reset";
$s_lost_password_done_title = "Password Message Sent";
$s_lost_password_subject = "Password Reset";
$s_lost_password_info = "To reinstate your lost password, please supply the name and email address for the account.<br/><br/>If the data corresponds to a valid account, you will be sent a special URL via email that contains a validation code for your account. Please follow this link to change your password.";
$s_lost_password_confirm_hash_OK = "Your confirmation has been accepted. Please update your password.";

# main_page.php
$s_open_and_assigned_to_me = ' Ҵǰ  ̽';
$s_open_and_reported_to_me = ' ϰ  ̽';
$s_newer_news_link = 'ο ';
$s_older_news_link = ' ';
$s_archives = ' ';
$s_rss = 'RSS';

# manage_create_new_user.php
$s_created_user_part1 = 'ڰ ';
$s_created_user_part2 = '  Ǿϴ.';

# manage_create_user_page.php
$s_create_new_account_title = 'ο  ';
$s_verify_password = 'ȣ ';
$s_enabled = '밡';
$s_protected = ' ȣ';
$s_create_user_button = ' ';

# manage_page.php
$s_hide_disabled = 'Ȱȭ ';
$s_filter_button = '';
$s_manage_users_link = ' ';
$s_manage_projects_link = 'Ʈ ';
$s_manage_custom_field_link = 'Ŀ ʵ ';
$s_create_new_account_link = ' ';
$s_projects_link = 'Ʈ';
$s_documentation_link = '';
$s_new_accounts_title = 'ο ';
$s_1_week_title = '1 ';
$s_never_logged_in_title = 'ѹ α  ';
$s_prune_accounts = ' ';
$s_hide_inactive = 'Ȱ ʴ  ';
$s_manage_accounts_title = ' ';
$s_p = 'p';
$s_date_created = ' ';
$s_last_visit = ' α';
$s_edit_user_link = ' ';

# manage_proj_add.php
$s_project_added_msg = 'Ʈ ߰Ǿϴ....';

# manage_proj_category_add.php
$s_category_added_msg = 'з ߰Ǿϴ...';

# manage_proj_category_delete.php
$s_category_deleted_msg = 'з Ǿϴ...';

# manage_proj_category_delete_page.php
$s_category_delete_sure_msg = ' з Ͻðڽϱ?  з õ  ̽ ɰԴϴ.';
$s_delete_category_button = 'з ';

# manage_proj_category_edit_page.php
$s_edit_project_category_title = 'Ʈ з ';
$s_update_category_button = 'з ';

# manage_proj_category_update.php
$s_category_updated_msg = 'з ŵǾϴ....';

# manage_proj_delete.php
$s_project_deleted_msg = 'Ʈ Ǿϴ...';

# manage_proj_delete_page.php
$s_project_delete_msg = ' Ʈ õ  ̽ Ͻðڽϱ?';
$s_project_delete_button = 'Ʈ ';

# manage_proj_edit_page.php
$s_edit_project_title = 'Ʈ ';
$s_project_name = 'Ʈ ̸';
$s_view_status = ' ';
$s_public = '';
$s_private = '';
$s_update_project_button = 'Ʈ ';
$s_delete_project_button = 'Ʈ ';
$s_categories_and_version_title = 'з ';
$s_categories = 'з';
$s_add_category_button = 'з ߰';
$s_versions = '';
$s_add_version_button = ' ߰';
$s_edit_link = '';
$s_actions = '';
$s_version = '/ȣ';
$s_timestamp = 'ð';
$s_update = '';

# manage_proj_menu_page.php
$s_add_project_title = 'Ʈ ߰';
$s_upload_file_path = 'ε  ';
$s_add_project_button = 'Ʈ ߰';
$s_projects_title = 'Ʈ';
$s_name = '̸';

# manage_proj_update.php
$s_project_updated_msg = 'Ʈ ŵǾϴ....';

# manage_proj_version_add.php
$s_version_added_msg = '  ߰Ǿϴ....';

# manage_proj_version_delete.php
$s_version_deleted_msg = '  Ǿϴ....';

# manage_proj_version_delete_page.php
$s_version_delete_sure = '  Ͻðڽϱ? õ  ̽ ˴ϴ.';
$s_delete_version_button = ' ';

# manage_proj_version_edit_page.php
$s_edit_project_version_title = 'Ʈ  ';
$s_update_version_button = ' ';
$s_released = 'Released';

# manage_proj_version_update.php
$s_version_updated_msg = ' ŵǾϴ...';

# manage_user_delete.php
$s_account_delete_protected_msg = ' ȣǾϴ.   Ҽ ϴ.';
$s_account_deleted_msg = ' Ǿϴ....';

# manage_user_delete_page.php
$s_delete_account_sure_msg = '  Ͻðڽϱ?';

# manage_user_prune.php
$s_accounts_pruned_msg = 'ѹ α   ڴ 1Ŀ ˴ϴ.';
$s_prune_accounts_button = '';
$s_confirm_account_pruning = 'ѹ α   Ͻðڽϱ?';

# manage_user_page.php
$s_edit_user_title = ' ';
$s_reset_password_button = 'ȣ ʱȭ';
$s_delete_user_button = ' ';
$s_reset_password_msg = 'Reset Password sends the confirmation URL via email.';
$s_reset_password_msg2 = 'ȣ ʱȭ ȣ  ϴ.';
$s_show_all_users = 'ALL';

# manage_user_reset.php
$s_account_reset_protected_msg = 'ȣ Դϴ. ȣ ʱȭҼ ϴ.';
$s_account_reset_msg = 'Confirmation message has been sent to your email address...';
$s_account_reset_msg2 = ' ȣ  · ʱȭմϴ...';

# manage_user_update.php
$s_manage_user_protected_msg = 'ȣ Դϴ. ٷ ȣԴϴ. ׷ ʴٸ,  ° Դϴ.....';
$s_manage_user_updated_msg = ' ŵǾϴ...';

# menu_inc.php
$s_main_link = 'ùȭ';
$s_view_bugs_link = '̽ ';
$s_report_bug_link = '̽ ϱ';
$s_changelog_link = ' ';
$s_summary_link = '';
$s_account_link = ' ';
$s_users_link = '';
$s_manage_link = '';
$s_edit_news_link = ' ';
$s_docs_link = '';
$s_logout_link = 'α׾ƿ';
$s_my_view_link = ' ';

# meta_inc.php

# my_view_page.php
$s_my_view_title_unassigned = 'Ҵ ';
$s_my_view_title_recent_mod = 'ֱٿ ';
$s_my_view_title_reported = ' ';
$s_my_view_title_assigned = ' Ҵ (ذ)';
$s_my_view_title_resolved = 'ذ';
$s_my_view_title_monitored = ' ͸ ';

# news_add.php
$s_news_added_msg = ' ߰˴ϴ...';

# news_delete.php
$s_news_deleted_msg = ' ......';

# news_delete_page.php
$s_delete_news_sure_msg = '  Ͻðڽϱ?';
$s_delete_news_item_button = ' ';

# news_edit_page.php
$s_edit_news_title = ' ';
$s_headline = '';
$s_body = '';
$s_update_news_button = ' ';

# news_menu_page.php
$s_add_news_title = ' ߰';
$s_post_to = ' ';
$s_post_news_button = ' Խ';
$s_edit_or_delete_news_title = '  Ǵ ';
$s_edit_post = ' ';
$s_delete_post = ' ';
$s_select_post = ' ';

# news_update.php
$s_news_updated_msg = 'ο  ŵǾϴ...';

# news_view_page.php
$s_back_link = 'ڷ';

# proj_doc_add.php
$s_file_uploaded_msg = ' εǾϴ.';

# proj_doc_add_page.php
$s_upload_file_title = ' ε';
$s_title = '';

# proj_doc_delete.php
$s_project_file_deleted_msg = 'Ʈ  ';

# proj_doc_delete_page.php
$s_confirm_file_delete_msg = '  Ͻðڽϱ?';

# proj_doc_edit_page.php
$s_filename = ' ̸';
$s_file_update_button = ' ';
$s_file_delete_button = ' ';

# proj_doc_page.php
$s_project_documentation_title = 'Ʈ ȭ';
$s_user_documentation = ' ';
$s_project_documentation = 'Ʈ ';
$s_add_file = ' ߰';

# proj_doc_update.php
$s_project_document_updated = 'Ʈ ŵǾϴ.';

# proj_user_add.php
$s_project_user_added_msg = 'Ʈ ڰ ߰Ǿϴ.';

# proj_user_delete.php
$s_project_removed_user_msg = 'Ʈ ڰ ŵǾϴ.';

# proj_user_delete_page.php
$s_remove_user_sure_msg = ' ڸ Ͻðڽϱ?';

# proj_user_menu_page.php
$s_add_user_title = 'Ʈ  ߰';
$s_add_user_button = ' ߰';
$s_project_selection_title = 'Ʈ ';
$s_remove_link = '';

# proj_user_update.php
$s_updated_user_msg = '  ŵǾϴ.';

# report_add.php
$s_must_enter_category = 'з ؾ մϴ.';
$s_must_enter_severity = '߿䵵 ؾ մϴ.';
$s_must_enter_reproducibility = '߻ ɼ ؾ մϴ.';
$s_must_enter_summary = '  Էؾ մϴ.';
$s_must_enter_description = ' Էؾ մϴ.';
$s_report_more_bugs = ' ٸ ̽ ';
$s_submission_thanks_msg = '̽  ּż մϴ.';

# report_bug_advanced_page.php
$s_simple_report_link = ' ';
$s_enter_report_details_title = '   Էϼ';
$s_required = 'ʼ';
$s_select_category = 'з ';
$s_select_reproducibility = '߻ ɼ ';
$s_select_severity = '߿䵵(ɰ) ';
$s_or_fill_in = 'OR Fill In';
$s_assign_to = 'Ҵϱ';
$s_additional_information = '߰ ';
$s_submit_report_button = ' ';
$s_check_report_more_bugs = ' ٸ ̽  Ȯ';

# report_bug_page.php
$s_advanced_report_link = ' ';
$s_report_stay = ' ';

# set_project.php
$s_selected_project = ' Ʈ';
$s_valid_project_msg = 'ùٸ Ʈ ؾ մϴ.';

# signup.php
$s_signup_done_title = '  Ǿϴ.';
$s_password_emailed_msg = 'Congratulations. You have registered successfully. You are now being sent a confirmation email to verify your email address. Visiting the link sent to you in this email will activate your account.';
$s_no_reponse_msg = 'You will have seven days to complete the account confirmation process; if you fail to complete account confirmation within seven days, this newly-registered account may be purged.';

# signup_page.php
$s_signup_captcha_request = 'Enter the code as it is shown in the box on the right';
$s_signup_info = 'On completion of this form and verification of your answers, you will be sent a confirmation email to the email address you specified.<br/>Using the confirmation email, you will be able activate your account. If you fail to activate your account within seven days, it will be purged.<br/>You must specify a valid email address in order to receive the account confirmation email.';
$s_signup_title = 'űԵ';
$s_signup_button = 'űԵ';

# site_settings_edit_page.php
$s_edit_site_settings_title = 'Ʈ  ';
$s_save_settings_button = ' ';

# site_settings_page.php
$s_site_settings_title = 'Ʈ ';
$s_system_info_link = 'ý ';
$s_site_settings_link = 'Ʈ ';

# site_settings_update.php
$s_site_settings_updated_msg = 'Ʈ ° Ǿϴ.';

# summary_page.php
$s_summary_title = '';
$s_summary_jpgraph_link = 'ڼ ';
$s_by_project = 'Ʈ';
$s_by_status = 'º';
$s_by_date = '¥';
$s_by_severity = '߿䵵';
$s_by_resolution = 'ذº';
$s_by_category = 'īװ';
$s_by_priority = '켱';
$s_by_developer = 'ں';
$s_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 = 'ð ';
$s_longest_open_bug = '  ذ  ̽';
$s_longest_open = '  ð';
$s_average_time = ' ð';
$s_total_time = 'ü ð';
$s_developer_stats = ' ';
$s_reporter_stats = ' ';
$s_orct = '(ű/ذ//ü)';

# view_all_bug_page.php
$s_any = '';
$s_show = '';
$s_changed = '(ð)';
$s_viewing_bugs_title = '̽ ';
$s_updated = ' ';

# view_all_inc.php
$s_none = '';
$s_search ='˻';
$s_view_prev_link = '';
$s_view_next_link = '';
$s_prev = '';
$s_next = '';
$s_first = 'ó';
$s_last = '';
$s_start_date = ' ¥';
$s_end_date = ' ¥';
$s_use_date_filters = '¥  ';
$s_yes = 'Yes';
$s_no = 'No';
$s_open_filters = ' ٲٱ';
$s_or_unassigned = 'Or Unassigned';
$s_ok = 'Ȯ';
$s_select_all = ' ';

# stored query strings
$s_use_query = ' ';
$s_delete_query = ' ';
$s_query_deleted = ' ';
$s_save_query = '  ';
$s_reset_query = ' ʱȭ';
$s_query_name = ' ̸';
$s_query_exists = ' Ư ǹ ̹ մϴ.';
$s_query_dupe_name = ' ̸ ٸ ǹ ֽϴ. ٸ ̸  ּ.';
$s_query_blank_name = '͸ Ϸ ̸ ؾ մϴ. ϱ  ̸  ּ.';
$s_query_store_error = 'ǹ ϴ ߿  ߻߽ϴ.';
$s_open_queries = 'Manage Filters';
$s_query_delete_msg = ' ǹ մϱ?';

# view_bug_advanced_page.php
$s_view_simple_link = ' ';
$s_viewing_bug_advanced_details_title = '̽ ڼ ';
$s_product_build = 'ǰ ȣ';
$s_system_profile = 'ý ';
$s_update_bug_button = '̽ ';
$s_bug_assign_to_button = 'Ҵ:';
$s_bug_status_to_button = ' :';
$s_reopen_bug_button = '߻ ̽';
$s_move_bug_button = '̽ ̵';
$s_attached_files = '÷ ';
$s_publish = 'Publish';
$s_cached = 'Cached';

# view_bug_inc.php

# view_bug_page.php
$s_view_advanced_link = 'ڼ ';
$s_viewing_bug_simple_details_title = ' ';

# bug_monitor_list_view_inc.php
$s_no_users_monitoring_bug = ' ̽ ͸ϴ ڰ ϴ.';
$s_users_monitoring_bug = ' ̽ ͸ϴ ڵ';
$s_monitoring_user_list = ' ';

# bug_sponsorship_list_view_inc.php
$s_no_users_sponsoring_bug = 'There are no users sponsoring this issue.';
$s_users_sponsoring_bug = 'Users sponsoring this issue';
$s_sponsors_list = 'Sponsors List';
$s_total_sponsorship_amount = 'Total Sponsorship = %s';
$s_sponsor_issue = 'Sponsor Issue';

# custom field strings
$s_add_custom_field_button = 'ο Ŀ ʵ';
$s_delete_custom_field_button = 'Ŀ ʵ ';
$s_delete_custom_field_everywhere = ' Ŀ ʵ ';
$s_update_custom_field_button = 'Ŀ ʵ ';
$s_add_existing_custom_field = ' Ŀ ʵ忡 ߰';
$s_edit_custom_field_title = 'Ŀ ʵ ';
$s_custom_field = 'ʵ';
$s_custom_fields_setup = 'Ŀ ʵ';
$s_custom_field_name = '̸';
$s_custom_field_project_count = 'Ʈ ';
$s_custom_field_type = '';
$s_custom_field_possible_values = '밡 ';
$s_custom_field_default_value = '⺻ ';
$s_custom_field_valid_regexp = ' ǥ';
$s_custom_field_access_level_r = 'б ';
$s_custom_field_access_level_rw = ' ';
$s_custom_field_length_min = 'ּ ';
$s_custom_field_length_max = 'ִ ';
$s_custom_field_advanced = 'Advanced';
$s_custom_field_display_report = 'Display When Reporting Issues';
$s_custom_field_display_update = 'Display When Updating Issues';
$s_custom_field_display_resolved = 'Display When Resolving Issues';
$s_custom_field_display_closed = 'Display When Closing Issues';
$s_custom_field_require_report = 'Required On Report';
$s_custom_field_require_update = 'Required On Update';
$s_custom_field_require_resolved = 'Required On Resolve';
$s_custom_field_require_closed = 'Required On Close';

$s_custom_field_sequence = '';
$s_custom_field_type_enum_string = '0:,1:,2:ε,3:,4:̸,5:üũ ڽ,6:Ʈ,7:߼ Ʈ';

$s_confirm_used_custom_field_deletion = ' ʵ  ϳ Ʈ ũǾ ֽϴ.   ʵ õ    Դϴ.  ʵ带  ,  ڷ ư ñ ٶϴ.   ϱ ؼ Ʒ ư ';
$s_confirm_custom_field_deletion = 'Ŀ ʵ  õ  Ͻðڽϱ?';
$s_field_delete_button = 'ʵ ';

$s_hide_status = ' ';
$s_filter_closed = "";
$s_filter_resolved = "ذ";
$s_hide_closed = "  ";
$s_hide_resolved = "ذ  ";
$s_and_above = 'And Above';
$s_advanced_filters = 'Advanced Filters';
$s_simple_filters = 'Simple Filters';
$s_monitored_by = ' ';

$s_attachments = "÷";
$s_attachment_alt = "A";

# PHPMailer
$s_phpmailer_language = 'ko';

# Sponsorship Strings
$s_sponsors = '%d sponsor(s)';
$s_sponsorship_added = 'Sponsorship Added';
$s_sponsorship_updated = 'Sponsorship Updated';
$s_sponsorship_deleted = 'Sponsorship Deleted';
$s_sponsorship_more_info = 'More information about sponsorship';

# URL explaining the process of sponsoring an issue.  This is defined here rather than
# in the config to allow for a URL per language.  This can be set to an empty string if there
# is not need to provide such process information.
$s_sponsorship_process_url = '';

# Changelog
$s_changelog = ' ';

# Http auth
$s_http_auth_realm = "Mantis Login";

$s_bug = "̽";
$s_add_new_relationship = "ο ";
$s_add_new_relationship_button = "߰";
$s_this_bug = " ̽";
$s_relationship_added = " ߰";
$s_relationship_deleted = " ";
$s_delete_relationship_button = "";
$s_delete_relationship_sure_msg = " 踦 մϱ?";
$s_relationship_warning_blocking_bugs_not_resolved = "Not all the children of this issue are yet resolved or closed.";
$s_relationship_warning_blocking_bugs_not_resolved_2 = "<b>ATTENTION</b>. Not all the children of this issue are yet resolved or closed.<br>Before <b>resolving/closing</b> a parent issue, all the issues related as child with this one should be resolved or closed.";
$s_create_child_bug_button = "Create Child";
$s_bug_cloned_to = "Issue cloned";
$s_bug_created_from = "Issue generated from";

# Source Control Integration
$s_checkin = 'Checkin';
?>
