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

	# Turkish: Oktay Altunergil - oktay@bellatlantic.net, founder of FreeLinuxCD.org
	# Trke tercme , FreeLinuxCD.org kurucusu Oktay Altunergil tarafndan gereklestirilmitir.
	# -------------------------------------------------
	# $Revision: 1.71 $
	# $Author: bigbadger $
	# $Date: 2004/10/15 07:07:11 $
	#
	# $Id: strings_turkish.txt,v 1.71 2004/10/15 07:07:11 bigbadger Exp $
	###########################################################################
?>
<?php
# Charset
$s_charset = 'iso-8859-9';

# Group commands menuitems
$s_actiongroup_menu_move = 'Move';
$s_actiongroup_menu_copy = 'Copy';
$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';
$s_actiongroup_menu_update_view_status = 'Update View Status';
$s_actiongroup_bugs = 'Selected Issues';

# new strings:
$s_all_projects = 'Btn Projeler';
$s_move_bugs = 'Bug Ta';
$s_operation_successful = 'lem Baaryla Tamamland';
$s_date_order = 'Tarih Sralamas';
$s_print_all_bug_page_link = 'Raporlar Yazdr';
$s_csv_export = 'CSV kt';
$s_login_anonymously = 'Anonim Giri';
$s_anonymous = 'Anonymous';
$s_jump_to_bugnotes = 'Bug Notlarna Git';
$s_public_project_msg = 'Bu proje btn kullanclarn eriimine aktr.';
$s_private_project_msg = 'Bu projeye sadece yneticiler ve yneticiler tarafndan eklenmi kullanclar eriebilir.';
$s_access_level_project = 'Proje Eriim Snr';
$s_view_submitted_bug_link = 'Gnderilmi Buglar zle';
$s_assigned_projects = 'Atanm Projeler';
$s_unassigned_projects = 'Atanmam Projeler';
$s_print = 'Yazdr';
$s_jump = 'Git';
$s_copy_users = 'Kullanclar Kopyala';
$s_copy_categories_from = 'Copy Categories From';
$s_copy_categories_to = 'Copy Categories To';
$s_bug_history = 'Bug History';
$s_field = 'Field';
$s_old_value = 'Old Value';
$s_new_value = 'New Value';
$s_date_modified = 'Date Modified';
$s_bugnote = 'Bugnote';
$s_change = 'Change';
$s_bugnote_view_state = 'Bugnote View State';
$s_bug_monitor = 'Bug Monitored';
$s_bug_end_monitor = 'Bug End Monitor';
$s_announcement = 'Announcement';
$s_stays_on_top = 'Stays on Top';
$s_delete_bugnote_button = 'Delete Bugnote';
$s_delete_bugnote_sure_msg = 'Are you sure you wish to delete this bugnote?';
$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 Bug';
$s_bugnote_added = 'Bugnote Added';
$s_bugnote_edited = 'Bugnote Edited';
$s_bugnote_deleted = 'Bugnote 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 = 'Bug 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 bugs: ';
$s_bug_actiongroup_access = 'You did not have appropriate permissions to perform that action.';
$s_bug_actiongroup_status = 'This issue cannot be changed to the requested status';
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_copy_bugs_conf_msg = 'Copy issues to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_view_status_bugs_conf_msg = 'Choose issues view status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_copy_group_bugs_button = 'Copy Issues' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;
$s_view_status_group_bugs_button = 'Update View 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';
$s_legend_still_open = 'Still Open';
$s_legend_resolved = 'Resolved';
$s_legend_assigned = 'Assigned';
$s_legend_total = 'Total';
$s_legend_opened = 'Opened';
$s_legend_closed = 'Closed';
$s_legend_reported = 'Reported';
$s_cumulative = 'Cumulative';
$s_not_enough_data = 'Not enough data to create graph';

# 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 = 'Bugnote handler' ;
$s_bugnote_date = 'Date of bugnote';
$s_bugnote_description = 'Bugnote 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] = 'HATA: Bu ilemi gerekletirmeye alrken bir hata meydana geldi. Bu hatay yerel yneticinize bildirebilirsiniz.';
$MANTIS_ERROR[ERROR_SQL] = 'HATA: SQL hatas belirlendi. Ltfen hatay bildiriniz ';
$MANTIS_ERROR[ERROR_REPORT] = 'HATA: Raporunuzda bir hata tespit edildi.';
$MANTIS_ERROR[ERROR_NO_FILE_SPECIFIED] = 'HATA: Dosya ad belirtilmedi.';
$MANTIS_ERROR[ERROR_FILE_DISALLOWED] = 'HATA: Bu dosya trne izin verilmemektedir';
$MANTIS_ERROR[ERROR_NO_DIRECTORY] = 'HATA: Dizin bulunamad. Ltfen proje ayarlarnz kontrol ediniz.';
$MANTIS_ERROR[ERROR_DUPLICATE_FILE] = 'HATA: Bu daha nce girilmi bir dosya ad. Ltfen nce dosyay siliniz.';
$MANTIS_ERROR[ERROR_DUPLICATE_PROJECT] = 'A project with that name already exists.';
$MANTIS_ERROR[ERROR_EMPTY_FIELD] = 'HATA: Gerekli bir girdi alan bo brakld. Ltfen girdilerinizi kontrol ediniz.';
$MANTIS_ERROR[ERROR_PROTECTED_ACCOUNT] = 'HATA: Bu kullanc hesab koruma altnda. Koruma kaldrlana kadar eriime izin verilmeyecektir.';
$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] = 'Bugnote not found.';
$MANTIS_ERROR[ERROR_PROJECT_NOT_FOUND] = 'Project not found.';
$MANTIS_ERROR[ERROR_DB_FIELD_NOT_FOUND] = 'Database field not found.';
$MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR]	 = 'Unable to connect to FTP server.';
$MANTIS_ERROR[ERROR_HANDLER_ACCESS_TOO_LOW]	 = 'Issue handler does not have sufficient access rights to handle issue at this status.';
$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]	 = 'Bug %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 a bug 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_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';
$MANTIS_ERROR[ERROR_USER_REAL_MATCH_USER] = 'The "Real Name" chosen matches another user\'s login name. Please choose another.';
$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 = '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 = 'Geri Git';
$s_proceed = 'Devam etmek iin buraya tklaynz';

$s_switch = 'Deitir';
$s_logged_in_as = 'u anki kullanc';

$s_prefix_for_deleted_users = 'user';

$s_administrator = 'ynetici';
$s_myself = "Myself";
$s_default_access_level = 'Default access level';

# Enum Strings
$s_access_levels_enum_string      = '10:izleyici,25:bildirici,40:gncelleyici,55:programc,70:menejer,90:ynetici';
$s_project_status_enum_string     = '10:gelitirme,30:srm,50:tutarl,70:eski';
$s_project_view_state_enum_string = '10:genel,50:zel';
$s_view_state_enum_string         = '10:public,50:private';

$s_priority_enum_string           = '10:yok,20:dk,30:normal,40:yksek,50:acil,60:derhal';
$s_severity_enum_string           = '10:zellik,20:kolay,30:metin,40:ayar,50:kk,60:byk,70:kme,80:engel';
$s_reproducibility_enum_string    = '10:her zaman,30:bazen,50:rastgele,70:denenmedi,90:tekrarlanamad,100:N/A';
$s_status_enum_string             = '10:yeni,20:ek bilgi gerektiren,30:onaylanm,40:dorulanm,50:tahsis edilmi,80:czmlenmi,90:kapal';
$s_resolution_enum_string         = '10:ak,20:zmlendi,30:tekrar ald,40:tekrarlanamad,50:zmlenemedi,60:tekrar,70:bug deil ,80:ertelendi,90:zlmeyecek';
$s_projection_enum_string         = '10:yok,30:ayar,50:basit zm,70:fazla i,90:dizayn deiiklii';
$s_eta_enum_string                = '10:yok,20:< 1 gm,30:2-3 gn,40:< 1 hafta,50:< 1 ay,60:> 1 ay';

# 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 = 'Kullanc Ad: ';
$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_new = 'The following issue is now in status NEW (again)';
$s_email_notification_title_for_status_bug_feedback = 'The following bug requires your FEEDBACK.';
$s_email_notification_title_for_status_bug_acknowledged = 'The following bug has been ACKNOWLEDGED.';
$s_email_notification_title_for_status_bug_confirmed = 'The following bug has been CONFIRMED.';
$s_email_notification_title_for_status_bug_assigned = 'The following bug has been ASSIGNED.';
$s_email_notification_title_for_status_bug_resolved = 'The following bug has been RESOLVED.';
$s_email_notification_title_for_status_bug_closed = 'The following bug has been CLOSED';

$s_email_notification_title_for_action_bug_submitted = 'The following bug has been SUBMITTED.';
$s_email_notification_title_for_action_bug_assigned = 'The following bug has been ASSIGNED.';
$s_email_notification_title_for_action_bug_reopened = 'The following bug has been REOPENED.';
$s_email_notification_title_for_action_bug_deleted = 'The following bug 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 BUGNOTE has been added to this bug.';
$s_email_notification_title_for_action_duplicate_of_relationship_added = "The following issue has been set as DUPLICATE OF issue %s.";
$s_email_notification_title_for_action_has_duplicate_relationship_added = "The issue %s has been set as DUPLICATE OF the following issue.";
$s_email_notification_title_for_action_related_to_relationship_added = "The following issue has been set as RELATED TO issue %s.";
$s_email_notification_title_for_action_dependant_on_relationship_added = "The following issue has been set PARENT OF issue %s.";
$s_email_notification_title_for_action_blocks_relationship_added = "The following issue has been set CHILD OF issue %s.";
$s_email_notification_title_for_action_duplicate_of_relationship_deleted = "The following issue has been UNset as DUPLICATE OF issue %s.";
$s_email_notification_title_for_action_has_duplicate_relationship_deleted = "The issue %s has been UNset as DUPLICATE OF the following issue.";
$s_email_notification_title_for_action_related_to_relationship_deleted = "The following issue has been UNset as RELATED TO issue %s.";
$s_email_notification_title_for_action_dependant_on_relationship_deleted = "The following issue has been UNset PARENT OF issue %s.";
$s_email_notification_title_for_action_blocks_relationship_deleted = "The following issue has been UNset CHILD OF issue %s.";
$s_email_notification_title_for_action_relationship_child_resolved = "The RELATED issue %s has been RESOLVED.";
$s_email_notification_title_for_action_relationship_child_closed = "The RELATED issue %s has been CLOSED.";

$s_email_reporter = 'Bildirici';
$s_email_handler = 'lgili';
$s_email_project = 'Proje';
$s_email_bug = 'Bug No';
$s_email_category = 'Kategori';
$s_email_reproducibility = 'Tekrarlanabilirlik';
$s_email_severity = 'iddet';
$s_email_priority = 'ncelik';
$s_email_status = 'Stat';
$s_email_resolution = 'zm';
$s_email_duplicate = 'Tekrar';
$s_email_fixed_in_version = 'Fixed in Version';
$s_email_date_submitted = 'Gnderme Tarihi';
$s_email_last_modified = 'Son Degime Tarihi';
$s_email_summary =  'zet';
$s_email_description = 'Aklama';

# account_delete.php
$s_account_protected_msg = 'Hesap korunuyor. Ayarlar deitirilemedi...';
$s_account_removed_msg = 'Hesabnz sistemden silindi...';

# account_delete_page.php
$s_confirm_delete_msg = 'Hesabnz silmek istediinizden emin misiniz?';
$s_delete_account_button = 'Hesap Sil';

# account_page.php
$s_manage_profiles_link = 'Profilleri Dzenle';
$s_change_preferences_link = 'Tercihleri deitir';
$s_edit_account_title = 'Hesap dzenle';
$s_username = 'Kullanc Ad';
$s_realname = 'Real Name';
$s_email = 'Email';
$s_password = 'ifre';
$s_no_password_change = 'The password is controlled by another system, hence cannot be edited here.';
$s_confirm_password  = 'ifre Onayla';
$s_access_level = 'Eriim Seviyesi';
$s_update_user_button = 'Kullancy Gncelle';

# account_prefs_page.php
$s_default_account_preferences_title = 'Varsaylan Kullanc Hesab Tercihleri';
$s_default_project = 'Varsaylan Proje';
$s_advanced_report = 'Detayl Rapor';
$s_advanced_view = 'Detayl zle';
$s_advanced_update = 'Detayl Gncelleme';
$s_refresh_delay = 'Yeniden Ykleme Gecikmesi';
$s_redirect_delay = 'Ynlendirme Gecikmesi';
$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 = 'Yenileri Emaille';
$s_email_on_assigned = 'Atananlar Emaille';
$s_email_on_feedback = 'Bilgi gerektirenleri Emaille';
$s_email_on_resolved = 'zmlenenleri Emaille';
$s_email_on_closed = 'Kapatlanlar Emaille';
$s_email_on_reopened = 'Yeniden alanlar Emaille';
$s_email_on_bugnote_added = 'Bug notu eklenenleri Emaille';
$s_email_on_status_change = 'Stat deiikliklerini Emaille';
$s_email_on_priority_change = 'ncelik deiikliklerini Emaille';
$s_email_bugnote_limit = 'Email Bugnotes Limit';
$s_language = 'Dil';
$s_update_prefs_button = 'Tercihleri Gncelle';
$s_reset_prefs_button = 'Tercihleri Sfrla';

# account_prefs_reset.php
$s_prefs_reset_msg = 'Tercihler sfrland...';

# account_prefs_update.php
$s_prefs_updated_msg = 'Tercihler gncellendi...';

# account_profile_add.php
$s_profile_added_msg = 'Profil eklendi...';

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

# account_profile_edit_page.php
$s_edit_profile_title = 'Profil Dzenle';
$s_platform = 'Platform';
$s_operating_system = 'letim Sistemi';
$s_additional_description = 'Ek Bilgi';
$s_update_profile_button = 'Profili Gncelle';

# account_profile_make_default.php
$s_profile_defaulted_msg = 'Varsaylan Profil Gncellendi...';

# account_profile_manage_page.php
$s_add_profile_title = 'Profil Ekle';
$s_add_profile_button = 'Profil Ekle';
$s_edit_or_delete_profiles_title = 'Profil Gncelleme veya Silme';
$s_edit_profile = 'Profil Dzenle';
$s_make_default = 'Varsaylan Haline Getir';
$s_delete_profile = 'Profil Sil';
$s_select_profile = 'Profil Se';
$s_submit_button = 'Gnder';

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

# account_update.php
$s_account_updated_msg = 'Hesabnz baaryla gncellendi...';
$s_email_updated = 'Email address successfully updated';
$s_realname_duplicated = 'Real name is used by another user';
$s_realname_updated = 'Real name successfully updated';
$s_password_updated = 'Password successfully updated';

# bug_assign.php
$s_bug_assign_msg = 'Bug baaryla atand...';

# 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 = 'Bug kapatld...';
$s_close_immediately   = 'Hemen Kapat:';

# bug_close_page.php
$s_closed_bug_title = 'Bug Kapat';

# bug_delete.php
$s_bug_deleted_msg = 'Bug silindi...';

# bug_delete_page.php
$s_delete_bug_sure_msg = 'Bu bug\' silmek istediinizden emin misiniz?';
$s_delete_bug_button = 'Bug Sil';

# bug_monitor.php
$s_monitor_bug_button = 'Bug zle';
$s_unmonitor_bug_button = 'zlemeyi Sonlandr';

# bug_file_add.php
$s_file_upload_msg = 'Dosya baaryla gnderildi';

# bug_file_upload_inc.php
$s_upload_file = 'Dosya Gnder';
$s_select_file = 'Dosya Se';
$s_upload_file_button = 'Dosya Gnder';
$s_max_file_size = 'Max size';

# bug_reopen.php
$s_bug_reopened_msg = 'Bug yeniden ald...';
$s_reopen_add_bugnote_title = 'Bug\' yeniden ama sebebini giriniz';
$s_bugnote_add_reopen_button = 'Bug Notu ekle ve Bug\' yeniden a';

# bug_resolve_page.php
$s_resolved_bug_title = 'Bug zmle';
$s_resolved_bug_button = 'Bug zmle';

# bug_resolve_page2.php
$s_bug_resolved_msg = 'Bug zmlendi. Bug Notu giriniz...';
$s_resolve_add_bugnote_title = 'Bug zmleme sebebini giriniz';
$s_bugnote_add_resolve_button = 'Bug Notu ekle';

# 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';
$s_reminder_explain = 'This note will be sent to the recipients listed requesting feedback on this issue.';
$s_reminder_monitor = 'These recipients will also begin monitoring the issue. They can unsubscribe using the Unmonitor button.';
$s_reminder_store = 'This note will be stored with the issue.';

# bug_update.php
$s_bug_updated_msg = 'Bug baaryla gncellendi...';

# bug_update_advanced_page.php
$s_back_to_bug_link = 'Bug\'a Dn';
$s_update_simple_link = 'Basit Gncelleme';
$s_updating_bug_advanced_title = 'Bug Bilgileri Gncelleme';
$s_id = 'NO';
$s_category = 'Kategori';
$s_severity = 'iddet';
$s_reproducibility = 'Tekrarlanabilirlik';
$s_date_submitted = 'Sisteme Giri Tarihi';
$s_last_update = 'Son Gncelleme';
$s_reporter = 'Bildiren';
$s_assigned_to = 'Atanan';
$s_priority = 'ncelik';
$s_resolution = 'zm';
$s_status = 'Stat';
$s_duplicate_id = 'Edeer NO';
$s_os = 'letim Sistemi';
$s_projection = 'Tahmin';
$s_os_version = 'Versiyon';
$s_eta = 'Tahmini Tamamlama Sresi';
$s_product_version = 'rn Versiyonu';
$s_build = 'Alt Versiyon';
$s_fixed_in_version = 'Fixed in Version';
$s_votes = 'Oylar';
$s_summary = 'zet';
$s_description = 'Aklama';
$s_steps_to_reproduce = 'Tekrarlamaya Ynelik Admlar';
$s_update_information_button = 'Bilgi Gncelle';

# bug_update_page.php
$s_update_advanced_link = 'Detayl Gncelleme';
$s_updating_bug_simple_title = 'Bug bilgileri gncelleniyor';

# bug_vote_add.php
$s_vote_added_msg = 'Oy eklendi...';

# bugnote_add.php
$s_bugnote_added_msg = 'Bug Notu eklendi...';

# bugnote_delete.php
$s_bugnote_deleted_msg = 'Bug Notu baaryla Silindi...';
$s_bug_notes_title = 'Bug Notlar';

# bugnote_edit_page.php
$s_edit_bugnote_title = 'Bug Notu Gncelle';

# bugnote_inc.php
$s_no_bugnotes_msg = 'Bu bug ile ilgili not bulunmamaktadr.';
$s_delete_link = 'Sil';
$s_add_bugnote_title = 'Bug Notu Ekle';
$s_add_bugnote_button = 'Bug Notu Ekle';
$s_bugnote_edit_link = 'Gncelle';
$s_closed_bug_button = 'Bug Kapat';

# bugnote_update.php
$s_bugnote_updated_msg = 'Bug notu baaryla gncellendi...';
$s_edited_on = 'gncelleme tarihi: ';

# index.php
$s_click_to_login = 'Sisteme Girmek in Tklaynz';

# login.php

# login_page.php
#@@@ should the following string be related to $g_window_title?
$s_login_page_info = 'Bug Takip Sistemine hogeldiniz.';
$s_login_title = 'Sisteme Giri';
$s_save_login = 'Kullanc Adn Kaydet';
$s_choose_project = 'Proje Se';
$s_login_button = 'Sisteme Gir';
$s_signup_link = 'Yeni bir hesap a';
$s_lost_password_link = 'Lost your password?';

# login_select_proj_page.php
$s_select_project_button = 'Proje Se';

# logout_page.php
$s_logged_out_title = 'Sistemden kld...';
$s_redirecting = '...Giri Sayfasna';
$s_here = 'Ynlendir';
# 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 = 'Ak ve bana atanm olanlar';
$s_open_and_reported_to_me = 'Ak ve benim tarafmdan bildirilenler';
$s_newer_news_link = 'Yeni Haberler';
$s_older_news_link = 'Eski Haberler';
$s_archives = 'Archives';
$s_rss = 'RSS';

# manage_create_new_user.php
$s_created_user_part1 = 'Kullanc ';
$s_created_user_part2 = 'bu eriim seviyesiyle aktive edildi: ';

# manage_create_user_page.php
$s_create_new_account_title = 'Yeni Hesap A';
$s_verify_password = 'ifreyi Onayla';
$s_enabled = 'Aktif';
$s_protected = 'Korumal';
$s_create_user_button = 'Kullanc Ekle';

# manage_page.php
$s_hide_disabled = 'Etkisizletirilenleri Gizle';
$s_filter_button = 'Filtrele';
$s_manage_users_link = 'Manage Users';
$s_manage_projects_link = 'Manage Projects';
$s_manage_custom_field_link = 'Manage Custom Fields';
$s_permissions_summary_report = 'Permissions Report';
$s_create_new_account_link = 'Hesap Ekle';
$s_projects_link = 'Projeler';
$s_documentation_link = 'Dkmantasyon';
$s_new_accounts_title = 'Yeni Hesaplar';
$s_1_week_title = '1 Hafta';
$s_never_logged_in_title = 'Sisteme hi girmeyen kullanclar';
$s_prune_accounts = 'Hesaplar Temizle';
$s_hide_inactive = 'Aktif Olmayanlar Gizle';
$s_manage_accounts_title = 'Hesaplar Dzenle';
$s_p = 'k';
$s_date_created = 'Al Tarihi';
$s_last_visit = 'Son Ziyaret';
$s_edit_user_link = 'Kullanc Dzenle';

# manage_proj_add.php
$s_project_added_msg = 'Proje baaryla eklendi...';

# manage_proj_category_add.php
$s_category_added_msg = 'Kategori baaryla eklendi...';

# manage_proj_category_delete.php
$s_category_deleted_msg = 'Kategori baaryla eklendi silindi...';

# manage_proj_category_delete_page.php
$s_category_delete_sure_msg = 'Bu kategoriyi silmek istediinizden emin misiniz? Bu kategoriye ait btn buglar silinecek.';
$s_delete_category_button = 'Kategori Sil';

# manage_proj_category_edit_page.php
$s_edit_project_category_title = 'Proje Kategorisi Dzenle';
$s_update_category_button = 'Kategori Gncelle';

# manage_proj_category_update.php
$s_category_updated_msg = 'Kategori baaryla gncellendi...';

# manage_proj_delete.php
$s_project_deleted_msg = 'Proje baaryla silindi...';

# manage_proj_delete_page.php
$s_project_delete_msg = 'Projeyi ve projeye ait btn buglar silmek istediginizden emin misiniz?';
$s_project_delete_button = 'Proje Sil';

# manage_proj_edit_page.php
$s_edit_project_title = 'Proje Dzenle';
$s_project_name = 'Proje Ad';
$s_view_status = 'Stat zle';
$s_public = 'Herkese Ak';
$s_private = 'zel';
$s_update_project_button = 'Proje Gncelle';
$s_delete_project_button = 'Proje Sil';
$s_categories_and_version_title = 'Kategoriler ve Versiyonlar';
$s_categories = 'Kategoriler';
$s_add_category_button = 'Kategori Ekle';
$s_versions = 'Versiyonlar';
$s_add_version_button = 'Versiyon Ekle';
$s_add_and_edit_version_button = 'Add and Edit Version';
$s_edit_link = 'Dzenle';
$s_actions = 'Actions';
$s_version = 'Versiyon/Alt Versiyon';
$s_timestamp = 'Timestamp';
$s_update = 'Update';

# manage_proj_menu_page.php
$s_add_project_title = 'Proje Ekle';
$s_upload_file_path = 'Gnderilecek dosyann yolu';
$s_add_project_button = 'Proje Ekle';
$s_projects_title = 'Projeler';
$s_name = 'sim';

# manage_proj_update.php
$s_project_updated_msg = 'Proje baaryla gncellendi...';

# manage_proj_version_add.php
$s_version_added_msg = 'Versiyon baaryla eklendi...';

# manage_proj_version_delete.php
$s_version_deleted_msg = 'Versiyon baaryla silindi...';

# manage_proj_version_delete_page.php
$s_version_delete_sure = 'Bu versiyonu silmek istediginizden emin misiniz? Bu versiyona ilikin btn buglar da silinecektir.';
$s_delete_version_button = 'Versiyon Sil';

# manage_proj_version_edit_page.php
$s_edit_project_version_title = 'Proje Versiyonu Dzenle';
$s_update_version_button = 'Versiyon Gncelle';
$s_released = 'Released';

# manage_proj_version_update.php
$s_version_updated_msg = 'Versiyon baaryla gncellendi...';

# manage_user_delete.php
$s_account_delete_protected_msg = 'Hesap korumal. Bu hesap silinemez.';
$s_account_deleted_msg = 'Hesap silindi...';

# manage_user_delete_page.php
$s_delete_account_sure_msg = 'Bu hesab silmek istediginizden emin misiniz?';

# manage_user_prune.php
$s_accounts_pruned_msg = 'Bir haftadan fazla sre nce alm olduklar halde hala hi kullanlmayan kullanc hesaplar silindi';
$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 = 'Kullanc Dzenle';
$s_reset_password_button = 'ifre Sfrla';
$s_delete_user_button = 'Kullanc Sil';
$s_reset_password_msg = 'Reset Password sends the confirmation URL via email.';
$s_reset_password_msg2 = 'ifre Sfrla sifreyi bo hale getirir .';
$s_show_all_users = 'ALL';

# manage_user_reset.php
$s_account_reset_protected_msg = 'Hesap korumal. Sifre sfrlanamaz.';
$s_account_reset_msg = 'Confirmation message has been sent to your email address...';
$s_account_reset_msg2 = 'Hesap ifresi bo olarak dzenlendi...';

# manage_user_update.php
$s_manage_user_protected_msg = 'Hesap Korumal. Eriim seviyesi ve enabled korumal. Aksi taktirde, hesap gncellendi...';
$s_manage_user_updated_msg = 'Hesap baaryla gncellendi...';

# menu_inc.php
$s_main_link = 'Ana Sayfa';
$s_view_bugs_link = 'Bug zle';
$s_report_bug_link = 'Bug Bildir';
$s_changelog_link = 'Change Log';
$s_summary_link = 'zet';
$s_account_link = 'Hesap';
$s_users_link = 'Users';
$s_manage_link = 'Dzenle';
$s_edit_news_link = 'Haberleri Dzenle';
$s_docs_link = 'Belgeler';
$s_logout_link = 'Sistemden k';
$s_my_view_link = 'My View';

# meta_inc.php

# my_view_page.php
$s_my_view_title_unassigned = 'Unassigned';
$s_my_view_title_recent_mod = 'Recently Modified';
$s_my_view_title_reported = 'Reported by Me';
$s_my_view_title_assigned = 'Assigned to Me (Unresolved)';
$s_my_view_title_resolved = 'Resolved';
$s_my_view_title_monitored = 'Monitored by Me';

# news_add.php
$s_news_added_msg = 'Haber eklendi...';

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

# news_delete_page.php
$s_delete_news_sure_msg = 'Bu haberi silmek istediinizden emin misiniz?';
$s_delete_news_item_button = 'Haber Sil';

# news_edit_page.php
$s_edit_news_title = 'Haber Dzenle';
$s_headline = 'Balk';
$s_body = 'Metin';
$s_update_news_button = 'Haber Gncelle';

# news_menu_page.php
$s_add_news_title = 'Haber Ekle';
$s_post_to = 'Yaynlanacak Yer';
$s_post_news_button = 'Haber Yaynla';
$s_edit_or_delete_news_title = 'Haber Dzenle veya Sil';
$s_edit_post = 'Haber Dzenle';
$s_delete_post = 'Haber Sil';
$s_select_post = 'Haber Se';

# news_update.php
$s_news_updated_msg = 'Haber gncellendi...';

# news_view_page.php
$s_back_link = 'Geri';

# proj_doc_add.php
$s_file_uploaded_msg = 'Dosya baaryla gnderildi';

# proj_doc_add_page.php
$s_upload_file_title = 'Dosya Gnder';
$s_title = 'Balk';

# proj_doc_delete.php
$s_project_file_deleted_msg = 'Proje dosyas silindi';

# proj_doc_delete_page.php
$s_confirm_file_delete_msg = 'Bu dosyay silmek istediinizden emin misiniz?';

# proj_doc_edit_page.php
$s_filename = 'Dosya Ad';
$s_file_update_button = 'Dosya gncelle';
$s_file_delete_button = 'Dosya Sil';

# proj_doc_page.php
$s_project_documentation_title = 'Proje Belgeleri';
$s_user_documentation = 'Kullanc Belgeleri';
$s_project_documentation = 'Proje Belgeleri';
$s_add_file = 'Dosya ekle';

# proj_doc_update.php
$s_project_document_updated = 'Proje baaryla gncellendi';

# proj_user_add.php
$s_project_user_added_msg = 'Kullanc projeye baaryla eklendi';

# proj_user_delete.php
$s_project_removed_user_msg = 'Kullanc projeden baaryla silindi';

# proj_user_delete_page.php
$s_remove_user_sure_msg = 'Bu kullancy silmek istediinizden emin misiniz?';

# proj_user_menu_page.php
$s_add_user_title = 'Kullancy projeye ekle';
$s_add_user_button = 'Kullanc Ekle';
$s_project_selection_title = 'Proje Seimi';
$s_remove_link = 'sil';
$s_remove_all_link = 'Remove all';

# proj_user_update.php
$s_updated_user_msg = 'Kullanc baaryla gncellendi';

# report_add.php
$s_must_enter_category = 'Bir \'kategori\' semelisiniz';
$s_must_enter_severity = 'Bir \'iddet\' seviyesi semelisiniz';
$s_must_enter_reproducibility = 'Bir \'tekrarlanabilirlik\' eklemelisiniz';
$s_must_enter_summary = 'Bir \'zet\' eklemelisiniz';
$s_must_enter_description = 'Bir \'tanm\' eklemelisiniz';
$s_report_more_bugs = 'Daha bug bildir ';
$s_submission_thanks_msg = 'Raporunuz iin teekkrler.';

# report_bug_advanced_page.php
$s_simple_report_link = 'Basit Rapor';
$s_enter_report_details_title = 'Rapor Detaylarn Gir';
$s_required = 'gerekli';
$s_select_category = 'Kategori Se';
$s_select_reproducibility = 'Tekrarlanabilirlik';
$s_select_severity = 'iddet Seviyesi Se';
$s_or_fill_in = 'VEYA Aadakileri Doldur';
$s_assign_to = 'Ata (Tahsis Et)';
$s_additional_information = 'Ek Bilgi';
$s_submit_report_button = 'Bildir';
$s_check_report_more_bugs = 'daha baka bug bildirmek iin seiniz';

# report_bug_page.php
$s_advanced_report_link = 'Detayl Rapor';
$s_report_stay = 'Bildirmeye Devam';

# set_project.php
$s_selected_project = 'Seilen Proje';
$s_valid_project_msg = 'Geerli bir proje semelisiniz';

# signup.php
$s_signup_done_title = 'Account registration processed';
$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 = 'Yeni Hesap Ama';
$s_signup_button = 'Hesap A';
$s_no_password_request = 'Your password is managed by another system. Please contact your system administrator.';

# site_settings_edit_page.php
$s_edit_site_settings_title = 'Site Ayarlarn Deitir';
$s_save_settings_button = 'Ayarlar Kaydet';

# site_settings_page.php
$s_site_settings_title = 'Site Ayarlar';
$s_system_info_link = 'Sistem Bilgileri';
$s_site_settings_link = 'Site Ayarlar';

# site_settings_update.php
$s_site_settings_updated_msg = 'Site ayarlar gncellendi';

# summary_page.php
$s_summary_title = 'zet';
$s_summary_jpgraph_link = 'Geni zet';
$s_by_project = 'by project';
$s_by_status = 'statye gre';
$s_by_date = 'tarihe gre';
$s_by_severity = 'iddete gre';
$s_by_resolution = 'zmlenmeye gre';
$s_by_category = 'kategoriye gre';
$s_by_priority = 'ncelie gre';
$s_by_developer = 'gelitiriciye gre';
$s_by_reporter = 'bildirene gre';
$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 = 'zmlenmi buglar iin sre istatistikleri (gn) ';
$s_longest_open_bug = 'en uzun sredir ak olan bug';
$s_longest_open = 'en uzun sredir ak olan';
$s_average_time = 'ortalama sre';
$s_total_time = 'toplam sre';
$s_developer_stats = 'programc istatistikleri';
$s_reporter_stats = 'bildirici istatistikleri';
$s_orct = '(ak/zmlenmi/kapal/toplam)';

# view_all_bug_page.php
$s_any = 'hepsi';
$s_show = 'Gster';
$s_changed = 'Deime(saat)';
$s_viewing_bugs_title = 'Buglar zleniyor';
$s_updated = 'Son Gncelleme';

# view_all_inc.php
$s_none = 'hibiri';
$s_search = 'Ara';
$s_view_prev_link = 'ncekini Gster';
$s_view_next_link = 'Sonrakini Gster';
$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';
$s_ok = 'OK';
$s_select_all = 'Select All';

# 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_blank_name = 'You cannot store a filter without a name. Please give this filter a name before saving it.';
$s_query_store_error = 'There was an error saving this query.';
$s_open_queries = 'Manage Filters';
$s_query_delete_msg = 'Are you sure you wish to delete this query?';

# view_bug_advanced_page.php
$s_view_simple_link = 'Basit zle';
$s_viewing_bug_advanced_details_title = 'Detayl Bug Bilgileri zleme';
$s_product_build = 'rn Alt Versiyonu';
$s_system_profile = 'Sistem zellikleri';
$s_update_bug_button = 'Bug Gncelle';
$s_bug_assign_to_button = 'Assign To:';
$s_bug_status_to_button = 'Change Status To:';
$s_reopen_bug_button = 'Bug Yeniden A';
$s_move_bug_button = 'Move Issue';
$s_attached_files = 'Eklenen Dosyalar';
$s_publish = 'Publish';
$s_cached = 'Cached';

# view_bug_inc.php

# view_bug_page.php
$s_view_advanced_link = 'Detayl Link';
$s_viewing_bug_simple_details_title = 'Basit Bug Detaylar zleniyor';

# 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';

# 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 = '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 = 'Display Only On Advanced Page';
$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 = 'Sequence';
$s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:Email,5:Checkbox,6:List,7:Multiselection list';

$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_and_above = 'And Above';
$s_advanced_filters = 'Advanced Filters';
$s_simple_filters = 'Simple Filters';
$s_monitored_by = 'Monitored By';

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

# PHPMailer
$s_phpmailer_language = 'tr';

# 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 = 'Change Log';

# Http auth
$s_http_auth_realm = "Mantis Login";

$s_bug = "issue";
$s_add_new_relationship = "New relationship";
$s_add_new_relationship_button = "Add";
$s_this_bug = "Current issue";
$s_relationship_added = "Relationship added";
$s_relationship_deleted = "Relationship deleted";
$s_no_relationship = "no relationship";
$s_relationship_replaced = "Relationship replaced";
$s_replace_relationship_button = "Replace";
$s_replace_relationship_sure_msg = "There is already a relationship between the two issues. Are you sure you want to replace it?";
$s_relationship_with_parent = "Relationship with the parent issue";
$s_delete_relationship_button = "Delete";
$s_delete_relationship_sure_msg = "Are you sure you wish to delete this relationship?";
$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 Clone";
$s_bug_cloned_to = "Issue cloned";
$s_bug_created_from = "Issue generated from";
# Relationship Graphs
$s_viewing_bug_relationship_graph_title = "Relationship Graph";
$s_relation_graph = "Relation Graph";
$s_dependency_graph = "Dependency Graph";
$s_vertical = "Vertical";
$s_horizontal = "Horizontal";
$s_view_issue = "View Issue";

# Source Control Integration
$s_checkin = 'Checkin';
# Pemissions report
$s_perm_rpt_capability = 'Capability';
$s_view = 'View';
$s_issues = 'ISSUES';
$s_report_issue = 'Report an issue';
$s_update_issue = 'Update an issue';
$s_monitor_issue = 'Monitor an issue';
$s_handle_issue = 'Handle an issue';
$s_move_issue = 'Move an issue';
$s_delete_issue = 'Delete an issue';
$s_reopen_issue = 'Reopen an issue';
$s_view_private_issues = 'View private issues';
$s_update_readonly_issues = 'Update readonly issues';
$s_update_issue_status = 'Update issue status';
$s_set_view_status = 'Set view status (public vs private)';
$s_update_view_status = 'Update view status (public vs private)';
$s_show_list_of_users_monitoring_issue = 'Show list of users monitoring issue';
$s_notes = 'NOTES';
$s_add_notes = 'Add notes';
$s_update_notes = 'Update notes';
$s_delete_note = 'Delete note';
$s_view_private_notes = 'View private notes';
$s_news = 'NEWS';
$s_view_private_news = 'View private news';
$s_manage_news = 'Manage news';
$s_view_list_of_attachments = 'View list of attachments';
$s_download_attachments = 'Download attachments';
$s_delete_attachments = 'Delete attachments';
$s_upload_issue_attachments = 'Upload issue attachments';
$s_filters = 'filters';
$s_save_filters = 'Save filters';
$s_save_filters_as_shared = 'Save filters as shared';
$s_use_saved_filters = 'Use saved filters';
$s_create_project = 'Create project';
$s_delete_project = 'Delete project';
$s_manage_project = 'Manage project';
$s_manage_user_access_to_project = 'Manage user access to a project';
$s_automatically_included_in_private_projects = 'Automatically included in private projects';
$s_project_documents = 'PROJECT DOCUMENTS';
$s_view_project_documents = 'View project documents';
$s_upload_project_documents = 'Upload project documents';
$s_link_custom_fields_to_projects = 'Link custom fields to projects';
$s_sponsorships = 'SPONSORSHIPS';
$s_view_sponsorship_details = 'View sponsorship details';
$s_view_sponsorship_total = 'View sponsorship total';
$s_sponsor_issue = 'Sponsor issue';
$s_assign_sponsored_issue = 'Assign sponsored issue';
$s_handle_sponsored_issue = 'Handle sponsored issue';
$s_others = 'OTHERS';
$s_see_email_addresses_of_other_users = 'See email addresses of other users';
$s_send_reminders = 'Send reminders';
$s_add_profiles = 'Add profiles';
$s_notify_of_new_user_created = 'Notify of new user created';
$s_email_notification = 'EMAIL NOTIFICATION';
$s_status_changed_to = 'Status changes to';
$s_email_on_deleted = 'Email on Deleted';
$s_email_on_sponsorship_changed = 'Email on Sponsorship changed';
$s_email_on_relationship_changed = 'Email on Relationship changed';
?>