[ Index ] |
|
Code source de Mantis 1.1.0rc3 |
1 <?php 2 # Mantis - a php based bugtracking system 3 4 # Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org 5 # Copyright (C) 2002 - 2007 Mantis Team - mantisbt-dev@lists.sourceforge.net 6 7 # Mantis is free software: you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation, either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # Mantis is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with Mantis. If not, see <http://www.gnu.org/licenses/>. 19 # 20 # Turkish: Oktay Altunergil - oktay@bellatlantic.net 21 ########################################################################### 22 # Turkish strings for Mantis 23 # Based on strings_english.txt rev. 1.??? 24 # ------------------------------------------------- 25 # $Revision: 1.1.2.1 $ 26 # $Author: giallu $ 27 # $Date: 2007-10-13 22:36:40 $ 28 # 29 # $Id: strings_turkish_8859-9.txt,v 1.1.2.1 2007-10-13 22:36:40 giallu Exp $ 30 ########################################################################### 31 32 ?> 33 <?php 34 # Charset 35 $s_charset = 'iso-8859-9'; 36 37 # Group commands menuitems 38 $s_actiongroup_menu_move = 'Move'; 39 $s_actiongroup_menu_copy = 'Copy'; 40 $s_actiongroup_menu_assign = 'Assign'; 41 $s_actiongroup_menu_close = 'Close'; 42 $s_actiongroup_menu_delete = 'Delete'; 43 $s_actiongroup_menu_resolve = 'Resolve'; 44 $s_actiongroup_menu_update_priority = 'Update Priority'; 45 $s_actiongroup_menu_update_status = 'Update Status'; 46 $s_actiongroup_menu_update_view_status = 'Update View Status'; 47 $s_actiongroup_menu_update_category = 'Update Category'; 48 $s_actiongroup_menu_set_sticky = 'Set/Unset Sticky'; 49 $s_actiongroup_menu_update_field = 'Update %s'; 50 $s_actiongroup_bugs = 'Selected Issues'; 51 52 # new strings: 53 $s_all_projects = 'Bütün Projeler'; 54 $s_move_bugs = 'Bug Taşı'; 55 $s_operation_successful = 'İşlem Başarıyla Tamamlandı'; 56 $s_date_order = 'Tarih Sıralaması'; 57 $s_print_all_bug_page_link = 'Raporları Yazdır'; 58 $s_csv_export = 'CSV Çıktı'; 59 $s_login_anonymously = 'Anonim Giriş'; 60 $s_anonymous = 'Anonymous'; 61 $s_jump_to_bugnotes = 'Bug Notlarına Git'; 62 $s_public_project_msg = 'Bu proje bütün kullanıcıların erişimine açıktır.'; 63 $s_private_project_msg = 'Bu projeye sadece yöneticiler ve yöneticiler tarafından eklenmiş kullanıcılar erişebilir.'; 64 $s_access_level_project = 'Proje Erişim Sınırı'; 65 $s_view_submitted_bug_link = 'Gönderilmiş Bugları İzle'; 66 $s_assigned_projects = 'Atanmış Projeler'; 67 $s_unassigned_projects = 'Atanmamış Projeler'; 68 $s_print = 'Yazdır'; 69 $s_jump = 'Git'; 70 $s_copy_users = 'Kullanıcıları Kopyala'; 71 $s_copy_categories_from = 'Copy Categories From'; 72 $s_copy_categories_to = 'Copy Categories To'; 73 $s_copy_users_from = 'Copy Users From'; 74 $s_copy_users_to = 'Copy Users To'; 75 $s_bug_history = 'Issue History'; 76 $s_field = 'Field'; 77 $s_old_value = 'Old Value'; 78 $s_new_value = 'New Value'; 79 $s_date_modified = 'Date Modified'; 80 $s_bugnote = 'Note'; 81 $s_change = 'Change'; 82 $s_bugnote_view_state = 'Note View State'; 83 $s_bug_monitor = 'Issue Monitored'; 84 $s_bug_end_monitor = 'Issue End Monitor'; 85 $s_announcement = 'Announcement'; 86 $s_stays_on_top = 'Stays on Top'; 87 $s_delete_bugnote_button = 'Delete Note'; 88 $s_delete_bugnote_sure_msg = 'Are you sure you wish to delete this note?'; 89 $s_bug_relationships = 'Relationships'; 90 $s_empty_password_sure_msg = 'The user has an empty password. Are you sure that is what you want?'; 91 $s_empty_password_button = 'Use Empty Password'; 92 93 $s_duplicate_of = "duplicate of"; 94 $s_has_duplicate = "has duplicate"; 95 $s_related_to = "related to"; 96 $s_dependant_on = "parent of"; 97 $s_blocks = "child of"; 98 99 $s_new_bug = 'New Issue'; 100 $s_bugnote_added = 'Note Added'; 101 $s_bugnote_edited = 'Note Edited'; 102 $s_bugnote_deleted = 'Note Deleted'; 103 $s_summary_updated = 'Summary Updated'; 104 $s_description_updated = 'Description Updated'; 105 $s_additional_information_updated = 'Additional Information Updated'; 106 $s_steps_to_reproduce_updated = 'Steps to Reproduce Updated'; 107 $s_file_added = 'File Added'; 108 $s_file_deleted = 'File Deleted'; 109 $s_bug_deleted = 'Issue Deleted'; 110 111 $s_make_private = 'Make Private'; 112 $s_make_public = 'Make Public'; 113 114 $s_create_new_project_link = 'Create New Project'; 115 116 $s_login_link = 'Login'; 117 118 # bug_actiongroup_page.php : mass treatment 119 $s_bug_actiongroup_failed = 'You did not have appropriate permissions to perform that action on the following issues: '; 120 $s_bug_actiongroup_access = 'You did not have appropriate permissions to perform that action.'; 121 $s_bug_actiongroup_status = 'This issue cannot be changed to the requested status'; 122 $s_bug_actiongroup_category = 'This issue cannot be changed to the requested category'; 123 $s_close_bugs_conf_msg = 'Are you sure you wish to close these issues?'; 124 $s_delete_bugs_conf_msg = 'Are you sure you wish to delete these issues?'; 125 $s_move_bugs_conf_msg = 'Move issues to'; 126 $s_copy_bugs_conf_msg = 'Copy issues to'; 127 $s_assign_bugs_conf_msg = 'Assign issues to'; 128 $s_resolve_bugs_conf_msg = 'Choose issues resolution'; 129 $s_priority_bugs_conf_msg = 'Choose issues priority'; 130 $s_status_bugs_conf_msg = 'Choose issues status'; 131 $s_view_status_bugs_conf_msg = 'Choose issues view status'; 132 $s_category_bugs_conf_msg = 'Choose issues category'; 133 $s_set_sticky_bugs_conf_msg = 'Are you sure you wish to set/unset these issues sticky?'; 134 $s_close_group_bugs_button = 'Close Issues' ; 135 $s_delete_group_bugs_button = 'Delete Issues' ; 136 $s_move_group_bugs_button = 'Move Issues' ; 137 $s_copy_group_bugs_button = 'Copy Issues' ; 138 $s_assign_group_bugs_button = 'Assign Issues' ; 139 $s_resolve_group_bugs_button = 'Resolve Issues' ; 140 $s_priority_group_bugs_button = 'Update Priority' ; 141 $s_status_group_bugs_button = 'Update Status' ; 142 $s_category_group_bugs_button = 'Update Category'; 143 $s_view_status_group_bugs_button = 'Update View Status'; 144 $s_set_sticky_group_bugs_button = 'Set/Unset Sticky'; 145 146 # improved JPgraphs strings 147 $s_graph_imp_status_title = 'Synthesis graphs by status' ; 148 $s_graph_imp_priority_title = 'Synthesis graphs by priority' ; 149 $s_graph_imp_severity_title = 'Synthesis graphs by severity'; 150 $s_graph_imp_category_title = 'Synthesis graphs by category'; 151 $s_graph_imp_resolution_title = 'Synthesis graphs by resolution'; 152 $s_by_status_pct = 'by status percentage'; 153 $s_by_priority_pct = 'by priority percentage'; 154 $s_by_severity_pct = 'by severity percentage'; 155 $s_by_category_pct = 'by category percentage'; 156 $s_by_resolution_pct = 'by resolution percentage'; 157 $s_by_severity_mix = 'by severity and status'; 158 $s_by_priority_mix = 'by priority and status'; 159 $s_by_resolution_mix = 'by resolution and status'; 160 $s_synthesis_link = 'Synthesis'; 161 $s_status_link = 'Per state'; 162 $s_priority_link = 'Per priority'; 163 $s_severity_link = 'Per severity'; 164 $s_category_link = 'Per category'; 165 $s_resolution_link = 'Per resolution'; 166 $s_legend_still_open = 'Still Open'; 167 $s_legend_resolved = 'Resolved'; 168 $s_legend_assigned = 'Assigned'; 169 $s_legend_total = 'Total'; 170 $s_legend_opened = 'Opened'; 171 $s_legend_closed = 'Closed'; 172 $s_legend_reported = 'Reported'; 173 $s_cumulative = 'Cumulative'; 174 $s_not_enough_data = 'Not enough data to create graph'; 175 176 # print_all_bug_page.php : display selected bugs 177 $s_hide_button = 'Display selected only'; 178 179 # print_all_bug_options.php : printing preferences 180 $s_printing_preferences_title = 'Choose fields to print'; 181 $s_printing_options_link = 'Printing Options'; 182 183 # word and excel export 184 $s_bugnote_title = 'Note handler' ; 185 $s_bugnote_date = 'Date of note'; 186 $s_bugnote_description = 'Note description'; 187 188 $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.'; 189 190 # ERROR strings 191 $MANTIS_ERROR[ERROR_GENERIC] = 'Bu işlemi gerçekleştirmeye çalışırken bir hata meydana geldi. Bu hatayı yerel yöneticinize bildirebilirsiniz.'; 192 $MANTIS_ERROR[ERROR_SQL] = 'SQL hatası belirlendi. Lütfen hatayı bildiriniz '; 193 $MANTIS_ERROR[ERROR_REPORT] = 'Raporunuzda bir hata tespit edildi.'; 194 $MANTIS_ERROR[ERROR_NO_FILE_SPECIFIED] = 'Dosya adı belirtilmedi.'; 195 $MANTIS_ERROR[ERROR_FILE_DISALLOWED] = 'Bu dosya türüne izin verilmemektedir'; 196 $MANTIS_ERROR[ERROR_NO_DIRECTORY] = 'Dizin bulunamadı. Lütfen proje ayarlarınızı kontrol ediniz.'; 197 $MANTIS_ERROR[ERROR_DUPLICATE_FILE] = 'Bu daha önce girilmiş bir dosya adı. Lütfen önce dosyayı siliniz.'; 198 $MANTIS_ERROR[ERROR_DUPLICATE_PROJECT] = 'A project with that name already exists.'; 199 $MANTIS_ERROR[ERROR_EMPTY_FIELD] = 'Gerekli bir girdi alanı boş bırakıldı. Lütfen girdilerinizi kontrol ediniz.'; 200 $MANTIS_ERROR[ERROR_PROTECTED_ACCOUNT] = 'Bu kullanıcı hesabı koruma altında. Koruma kaldırılana kadar erişime izin verilmeyecektir.'; 201 $MANTIS_ERROR[ERROR_ACCESS_DENIED] = 'Access Denied.'; 202 $MANTIS_ERROR[ERROR_UPLOAD_FAILURE] = 'File upload failed. File is not readable by Mantis. Please check the project settings'; 203 $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.'; 204 $MANTIS_ERROR[ERROR_GPC_VAR_NOT_FOUND] = 'A required parameter to this page (%s) was not found.'; 205 $MANTIS_ERROR[ERROR_USER_NAME_NOT_UNIQUE] = 'That username is already being used. Please go back and select another one.'; 206 $MANTIS_ERROR[ERROR_CONFIG_OPT_NOT_FOUND] = 'Configuration option \'%s\' not found.'; 207 $MANTIS_ERROR[ERROR_CONFIG_OPT_CANT_BE_SET_IN_DB] = 'Configuration option \'%s\' can not be set in the database. It must be set in config_inc.php.'; 208 $MANTIS_ERROR[ERROR_LANG_STRING_NOT_FOUND] = 'String \'%s\' not found.'; 209 $MANTIS_ERROR[ERROR_BUGNOTE_NOT_FOUND] = 'Note not found.'; 210 $MANTIS_ERROR[ERROR_PROJECT_NOT_FOUND] = 'Project not found.'; 211 $MANTIS_ERROR[ERROR_DB_FIELD_NOT_FOUND] = 'Database field \'%s\' not found.'; 212 $MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR] = 'Unable to connect to FTP server.'; 213 $MANTIS_ERROR[ERROR_HANDLER_ACCESS_TOO_LOW] = 'Issue handler does not have sufficient access rights to handle issue at this status.'; 214 $MANTIS_ERROR[ERROR_PROJECT_NAME_NOT_UNIQUE] = 'A project with that name already exists. Please go back and enter a different name.'; 215 $MANTIS_ERROR[ERROR_PROJECT_NAME_INVALID] = 'Invalid project name specified. Project names cannot be blank.'; 216 $MANTIS_ERROR[ERROR_USER_NOT_FOUND] = 'User not found.'; 217 $MANTIS_ERROR[ERROR_AUTH_INVALID_COOKIE] = 'The login information stored by your browser is invalid. Perhaps your account was deleted?'; 218 $MANTIS_ERROR[ERROR_USER_PREFS_NOT_FOUND] = 'Preferences could not be found for this user.'; 219 $MANTIS_ERROR[ERROR_NEWS_NOT_FOUND] = 'News item not found.'; 220 $MANTIS_ERROR[ERROR_USER_CREATE_PASSWORD_MISMATCH] = 'Password does not match verification.'; 221 $MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED] = 'An array was expected but a string was received for %s.'; 222 $MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'A string was expected but an array was received for %s.'; 223 $MANTIS_ERROR[ERROR_GPC_NOT_NUMBER] = 'A number was expected for %s.'; 224 $MANTIS_ERROR[ERROR_BUG_NOT_FOUND] = 'Issue %d not found.'; 225 $MANTIS_ERROR[ERROR_FILTER_NOT_FOUND] = 'Filter %d not found.'; 226 $MANTIS_ERROR[ERROR_FILTER_TOO_OLD] = 'The filter you are trying to use is too old to be upgraded, please re-create it'; 227 $MANTIS_ERROR[ERROR_EMAIL_INVALID] = 'Invalid email.'; 228 $MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profile not found.'; 229 $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'File type not allowed for uploads.'; 230 $MANTIS_ERROR[ERROR_FILE_DUPLICATE] = 'This is a duplicate file. Please delete the file first.'; 231 $MANTIS_ERROR[ERROR_FILE_INVALID_UPLOAD_PATH] = 'Invalid upload path. Directory either does not exist or not writable to webserver'; 232 $MANTIS_ERROR[ERROR_FILE_NO_UPLOAD_FAILURE] = 'No file was uploaded. Please go back and Choose a file before pressing Upload'; 233 $MANTIS_ERROR[ERROR_FILE_MOVE_FAILED] = 'Uploaded file could not be moved to the file storage directory. Directory either does not exist or not writable to webserver'; 234 $MANTIS_ERROR[ERROR_BUG_DUPLICATE_SELF] = 'You cannot set an issue as a duplicate of itself.'; 235 $MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = 'Custom field not found'; 236 $MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE] = 'This is a duplicate name.'; 237 $MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE] = 'At least one project still uses this field.'; 238 $MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = 'Invalid value for field'; 239 $MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_DEFINITION] = 'Invalid custom field definition'; 240 $MANTIS_ERROR[ERROR_LDAP_AUTH_FAILED] = 'LDAP Authentication Failed'; 241 $MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED] = 'LDAP Server Connection Failed'; 242 $MANTIS_ERROR[ERROR_LDAP_UPDATE_FAILED] = 'LDAP Record Update has failed.'; 243 $MANTIS_ERROR[ERROR_LDAP_USER_NOT_FOUND] = 'LDAP User Record Not Found.'; 244 $MANTIS_ERROR[ERROR_DB_CONNECT_FAILED] = 'Database connection failed. Error received from database was #%d: %s'; 245 $MANTIS_ERROR[ERROR_DB_QUERY_FAILED] = 'Database query failed. Error received from database was #%d: %s for the query: %s'; 246 $MANTIS_ERROR[ERROR_DB_SELECT_FAILED] = 'Database selection failed. Error received from database was #%d: %s'; 247 $MANTIS_ERROR[ERROR_CATEGORY_DUPLICATE] = 'A category with that name already exists.'; 248 $MANTIS_ERROR[ERROR_CATEGORY_NO_ACTION] = 'No copy action was specified.'; 249 $MANTIS_ERROR[ERROR_CATEGORY_NOT_FOUND] = 'Category not found.'; 250 $MANTIS_ERROR[ERROR_VERSION_DUPLICATE] = 'A version with that name already exists.'; 251 $MANTIS_ERROR[ERROR_VERSION_NOT_FOUND] = 'Version \'%s\' not found.'; 252 $MANTIS_ERROR[ERROR_USER_NAME_INVALID] = 'The username is invalid. Usernames may only contain letters, numbers, spaces, hyphens, and underscores.'; 253 $MANTIS_ERROR[ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS] = 'User does not have required access level'; 254 $MANTIS_ERROR[ERROR_USER_REAL_MATCH_USER] = 'The "Real Name" chosen matches another user\'s login name. Please choose another.'; 255 $MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_ENABLED] = 'Sponsorship support not enabled.'; 256 $MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_FOUND] = 'Sponsorship %d not found.'; 257 $MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW] = 'Sponsorship (%s) is below minimum amount (%s).'; 258 $MANTIS_ERROR[ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW] = 'Handler does not have the required access level to handle sponsored issues.'; 259 $MANTIS_ERROR[ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW] = 'Access Denied: Assigning sponsored issues requires higher access level.'; 260 $MANTIS_ERROR[ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL] = 'Sponsor has not provided an email address. Please update your profile.'; 261 $MANTIS_ERROR[ERROR_CONFIG_OPT_INVALID] = 'Configuration option \'%s\' has invalid value \'%s\''; 262 $MANTIS_ERROR[ERROR_BUG_READ_ONLY_ACTION_DENIED] = 'The action cannot be performed because issue \'%d\' is read-only'; 263 $MANTIS_ERROR[ERROR_RELATIONSHIP_ALREADY_EXISTS] = "There is already a relationship between these two issues."; 264 $MANTIS_ERROR[ERROR_RELATIONSHIP_NOT_FOUND] = "Relationship not found."; 265 $MANTIS_ERROR[ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW] = "Access denied: The issue %d requires higher access level."; 266 $MANTIS_ERROR[ERROR_RELATIONSHIP_SAME_BUG] = "An issue can't be related to itself."; 267 $MANTIS_ERROR[ERROR_SIGNUP_NOT_MATCHING_CAPTCHA] = 'Confirmation hash does not match. Please retry.'; 268 $MANTIS_ERROR[ERROR_LOST_PASSWORD_NOT_ENABLED] = 'The \'lost your password\' feature is not available.'; 269 $MANTIS_ERROR[ERROR_LOST_PASSWORD_NO_EMAIL_SPECIFIED] = 'You must provide an e-mail address in order to reset the password'; 270 $MANTIS_ERROR[ERROR_LOST_PASSWORD_NOT_MATCHING_DATA] = 'The provided information doesn\'t match any registered account!'; 271 $MANTIS_ERROR[ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID] = 'The confirmation URL is invalid or has already been used. Please signup again.'; 272 $MANTIS_ERROR[ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED] = 'Max. number of in-progress requests reached. Please contact the system administrator'; 273 $MANTIS_ERROR[ERROR_PROJECT_RECURSIVE_HIERARCHY] = 'That operation would create a loop in the subproject hierarchy.'; 274 $MANTIS_ERROR[ERROR_USER_CHANGE_LAST_ADMIN] = 'You cannot change the access level of the only ADMINISTRATOR in the system.'; 275 $MANTIS_ERROR[ERROR_PAGE_REDIRECTION] = 'Page redirection error, ensure that there are no spaces outside the PHP block (<?php ?>) in config_inc.php or custom_*.php files.'; 276 277 $s_login_error = 'Your account may be disabled or blocked or the username/password you entered is incorrect.'; 278 $s_login_cookies_disabled = 'Your browser either doesn\'t know how to handle cookies, or refuses to handle them.'; 279 280 # General Strings 281 $s_go_back = 'Geri Git'; 282 $s_proceed = 'Devam etmek için buraya tıklayınız'; 283 284 $s_switch = 'Değiştir'; 285 $s_logged_in_as = 'Şu anki kullanıcı'; 286 287 $s_prefix_for_deleted_users = 'user'; 288 289 $s_administrator = 'yönetici'; 290 $s_myself = "Myself"; 291 $s_default_access_level = 'Default access level'; 292 293 $s_issue_status_percentage = 'Issue Status Percentage'; 294 295 # Enum Strings 296 $s_access_levels_enum_string = '10:izleyici,25:bildirici,40:güncelleyici,55:programcı,70:menejer,90:yönetici'; 297 $s_project_status_enum_string = '10:geliştirme,30:sürüm,50:tutarlı,70:eski'; 298 $s_project_view_state_enum_string = '10:genel,50:özel'; 299 $s_view_state_enum_string = '10:public,50:private'; 300 301 $s_priority_enum_string = '10:yok,20:düşük,30:normal,40:yüksek,50:acil,60:derhal'; 302 $s_severity_enum_string = '10:özellik,20:kolay,30:metin,40:ayar,50:küçük,60:büyük,70:çökme,80:engel'; 303 $s_reproducibility_enum_string = '10:her zaman,30:bazen,50:rastgele,70:denenmedi,90:tekrarlanamadı,100:N/A'; 304 $s_status_enum_string = '10:yeni,20:ek bilgi gerektiren,30:onaylanmış,40:doğrulanmış,50:tahsis edilmiş,80:cözümlenmiş,90:kapalı'; 305 $s_resolution_enum_string = '10:açık,20:çözümlendi,30:tekrar açıldı,40:tekrarlanamadı,50:çözümlenemedi,60:tekrar,70:bug değil ,80:ertelendi,90:çözülmeyecek'; 306 $s_projection_enum_string = '10:yok,30:ayar,50:basit çözüm,70:fazla iş,90:dizayn değişikliği'; 307 $s_eta_enum_string = '10:yok,20:< 1 güm,30:2-3 gün,40:< 1 hafta,50:< 1 ay,60:> 1 ay'; 308 $s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; 309 310 # Email Strings 311 $s_new_account_subject = 'Account registration'; 312 $s_new_account_greeting = 'Thank you for registering. You have account with username \''; 313 $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:'; 314 $s_new_account_username = 'Kullanıcı Adı: '; 315 $s_new_account_message = 'If you didn\'t request any registraion, ignore this message and nothing will happen.' . "\n\n"; 316 $s_new_account_do_not_reply = 'DO NOT REPLY TO THIS MESSAGE'; 317 $s_new_account_email = 'E-mail: '; 318 $s_new_account_IP = 'Remote IP address: '; 319 $s_new_account_signup_msg = 'The following account has been created:'; 320 321 $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:'; 322 $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.'; 323 324 $s_email_notification_title_for_status_bug_new = 'The following issue is now in status NEW (again)'; 325 $s_email_notification_title_for_status_bug_feedback = 'The following issue requires your FEEDBACK.'; 326 $s_email_notification_title_for_status_bug_acknowledged = 'The following issue has been ACKNOWLEDGED.'; 327 $s_email_notification_title_for_status_bug_confirmed = 'The following issue has been CONFIRMED.'; 328 $s_email_notification_title_for_status_bug_assigned = 'The following issue has been ASSIGNED.'; 329 $s_email_notification_title_for_status_bug_resolved = 'The following issue has been RESOLVED.'; 330 $s_email_notification_title_for_status_bug_closed = 'The following issue has been CLOSED'; 331 332 $s_email_notification_title_for_action_bug_submitted = 'The following issue has been SUBMITTED.'; 333 $s_email_notification_title_for_action_bug_assigned = 'The following issue has been ASSIGNED.'; 334 $s_email_notification_title_for_action_bug_reopened = 'The following issue has been REOPENED.'; 335 $s_email_notification_title_for_action_bug_deleted = 'The following issue has been DELETED.'; 336 $s_email_notification_title_for_action_bug_updated = 'The following issue has been UPDATED.'; 337 $s_email_notification_title_for_action_sponsorship_added = 'The following issue has been SPONSORED.'; 338 $s_email_notification_title_for_action_sponsorship_updated = 'A sponsorship of the following issue was modified.'; 339 $s_email_notification_title_for_action_sponsorship_deleted = 'A sponsorship of the following issue was withdrawn.'; 340 341 $s_email_notification_title_for_action_bugnote_submitted = 'A NOTE has been added to this issue.'; 342 $s_email_notification_title_for_action_duplicate_of_relationship_added = "The following issue has been set as DUPLICATE OF issue %s."; 343 $s_email_notification_title_for_action_has_duplicate_relationship_added = "The issue %s has been set as DUPLICATE OF the following issue."; 344 $s_email_notification_title_for_action_related_to_relationship_added = "The following issue has been set as RELATED TO issue %s."; 345 $s_email_notification_title_for_action_dependant_on_relationship_added = "The following issue has been set PARENT OF issue %s."; 346 $s_email_notification_title_for_action_blocks_relationship_added = "The following issue has been set CHILD OF issue %s."; 347 $s_email_notification_title_for_action_duplicate_of_relationship_deleted = "The following issue has been UNset as DUPLICATE OF issue %s."; 348 $s_email_notification_title_for_action_has_duplicate_relationship_deleted = "The issue %s has been removed as a DUPLICATE OF the following issue."; 349 $s_email_notification_title_for_action_related_to_relationship_deleted = "The following issue has been marked as UNRELATED TO issue %s."; 350 $s_email_notification_title_for_action_dependant_on_relationship_deleted = "The following issue has been removed as the PARENT OF issue %s."; 351 $s_email_notification_title_for_action_blocks_relationship_deleted = "The following issue has been removed as the CHILD OF issue %s."; 352 $s_email_notification_title_for_action_relationship_child_resolved = "The RELATED issue %s has been RESOLVED."; 353 $s_email_notification_title_for_action_relationship_child_closed = "The RELATED issue %s has been CLOSED."; 354 355 $s_email_reporter = 'Bildirici'; 356 $s_email_handler = 'İlgili'; 357 $s_email_project = 'Proje'; 358 $s_email_bug = 'Bug No'; 359 $s_email_category = 'Kategori'; 360 $s_email_reproducibility = 'Tekrarlanabilirlik'; 361 $s_email_severity = 'Şiddet'; 362 $s_email_priority = 'Öncelik'; 363 $s_email_status = 'Statü'; 364 $s_email_resolution = 'Çözüm'; 365 $s_email_duplicate = 'Tekrar'; 366 $s_email_fixed_in_version = 'Fixed in Version'; 367 $s_email_date_submitted = 'Gönderme Tarihi'; 368 $s_email_last_modified = 'Son Degişme Tarihi'; 369 $s_email_summary = 'Özet'; 370 $s_email_description = 'Açıklama'; 371 372 # account_delete.php 373 $s_account_protected_msg = 'Hesap korunuyor. Ayarlar değiştirilemedi...'; 374 $s_account_removed_msg = 'Hesabınız sistemden silindi...'; 375 376 # account_delete_page.php 377 $s_confirm_delete_msg = 'Hesabınızı silmek istediğinizden emin misiniz?'; 378 $s_delete_account_button = 'Hesap Sil'; 379 380 # account_page.php 381 $s_manage_profiles_link = 'Profilleri Düzenle'; 382 $s_change_preferences_link = 'Tercihleri değiştir'; 383 $s_edit_account_title = 'Hesap düzenle'; 384 $s_username = 'Kullanıcı Adı'; 385 $s_realname = 'Real Name'; 386 $s_email = 'Email'; 387 $s_password = 'Şifre'; 388 $s_no_password_change = 'The password is controlled by another system, hence cannot be edited here.'; 389 $s_confirm_password = 'Şifre Onayla'; 390 $s_access_level = 'Erişim Seviyesi'; 391 $s_update_user_button = 'Kullanıcıyı Güncelle'; 392 $s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; 393 $s_verify_change_password = 'You must set a password here to allow you to log in again.'; 394 395 # account_prefs_page.php 396 $s_default_account_preferences_title = 'Varsayılan Kullanıcı Hesabı Tercihleri'; 397 $s_default_project = 'Varsayılan Proje'; 398 $s_advanced_report = 'Detaylı Rapor'; 399 $s_advanced_view = 'Detaylı İzle'; 400 $s_advanced_update = 'Detaylı Güncelleme'; 401 $s_refresh_delay = 'Yeniden Yükleme Gecikmesi'; 402 $s_redirect_delay = 'Yönlendirme Gecikmesi'; 403 $s_with_minimum_severity = 'With Minimum Severity of'; 404 $s_bugnote_order = 'Notes Sort Order'; 405 $s_bugnote_order_asc = 'Ascending'; 406 $s_bugnote_order_desc = 'Descending'; 407 $s_email_on_new = 'Yenileri Emaille'; 408 $s_email_on_assigned = 'Atananları Emaille'; 409 $s_email_on_feedback = 'Bilgi gerektirenleri Emaille'; 410 $s_email_on_resolved = 'Çözümlenenleri Emaille'; 411 $s_email_on_closed = 'Kapatılanları Emaille'; 412 $s_email_on_reopened = 'Yeniden açılanları Emaille'; 413 $s_email_on_bugnote_added = 'Bug notu eklenenleri Emaille'; 414 $s_email_on_status_change = 'Statü değişikliklerini Emaille'; 415 $s_email_on_priority_change = 'Öncelik değişikliklerini Emaille'; 416 $s_email_bugnote_limit = 'Email Notes Limit'; 417 $s_language = 'Dil'; 418 $s_update_prefs_button = 'Tercihleri Güncelle'; 419 $s_reset_prefs_button = 'Tercihleri Sıfırla'; 420 421 # account_prefs_reset.php 422 $s_prefs_reset_msg = 'Tercihler sıfırlandı...'; 423 424 # account_prefs_update.php 425 $s_prefs_updated_msg = 'Tercihler güncellendi...'; 426 427 # account_profile_add.php 428 $s_profile_added_msg = 'Profil eklendi...'; 429 430 # account_profile_delete.php 431 $s_profile_deleted_msg = 'Profil silindi...'; 432 433 # account_profile_edit_page.php 434 $s_edit_profile_title = 'Profil Düzenle'; 435 $s_platform = 'Platform'; 436 $s_operating_system = 'İşletim Sistemi'; 437 $s_additional_description = 'Ek Bilgi'; 438 $s_update_profile_button = 'Profili Güncelle'; 439 440 # account_profile_make_default.php 441 $s_profile_defaulted_msg = 'Varsayılan Profil Güncellendi...'; 442 443 # account_profile_manage_page.php 444 $s_add_profile_title = 'Profil Ekle'; 445 $s_add_profile_button = 'Profil Ekle'; 446 $s_edit_or_delete_profiles_title = 'Profil Güncelleme veya Silme'; 447 $s_edit_profile = 'Profil Düzenle'; 448 $s_make_default = 'Varsayılan Haline Getir'; 449 $s_delete_profile = 'Profil Sil'; 450 $s_select_profile = 'Profil Seç'; 451 $s_submit_button = 'Gönder'; 452 453 # account_profile_update.php 454 $s_profile_updated_msg = 'Profil güncelle...'; 455 456 # account_sponsor_page.php 457 $s_my_sponsorship = 'My Sponsorships'; 458 $s_update_sponsorship_button = 'Change Payment Status'; 459 $s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; 460 $s_own_sponsored = 'Issues You have Sponsored:'; 461 $s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; 462 $s_no_own_sponsored = 'You have not sponsored any issues.'; 463 $s_sponsor = 'Sponsor'; # like in 'The sponsor of...' 464 $s_sponsor_verb = 'Sponsor'; # like in 'Sponsor it!' 465 $s_amount = 'Amount'; 466 $s_total_owing = 'Total Owing'; 467 $s_total_paid = 'Total Paid'; 468 $s_sponsor_hide = 'Hide Resolved and Paid'; 469 $s_sponsor_show = 'Show All'; 470 471 # account_sponsor_update.php 472 $s_payment_updated = 'Payment information updated.'; 473 474 # account_update.php 475 $s_account_updated_msg = 'Hesabınız başarıyla güncellendi...'; 476 $s_email_updated = 'Email address successfully updated'; 477 $s_realname_duplicated = 'Real name is used by another user'; 478 $s_realname_updated = 'Real name successfully updated'; 479 $s_password_updated = 'Password successfully updated'; 480 481 # adm_permission_report.php 482 483 # bug_action_group_page 484 $s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; 485 486 # bug_assign.php 487 $s_bug_assign_msg = 'Bug başarıyla atandı...'; 488 489 # bug_change_status_page.php 490 $s_new_bug_title = 'New Issue'; 491 $s_feedback_bug_title = 'Request Feedback on Issue'; 492 $s_acknowledged_bug_title = 'Acknowledge Issue'; 493 $s_confirmed_bug_title = 'Confirm Issue'; 494 $s_assigned_bug_title = 'Assign Issue'; 495 $s_new_bug_button = 'New Issue'; 496 $s_feedback_bug_button = 'Request Feedback'; 497 $s_acknowledged_bug_button = 'Acknowledge Issue'; 498 $s_confirmed_bug_button = 'Confirm Issue'; 499 $s_assigned_bug_button = 'Assign Issue'; 500 501 # bug_close.php 502 $s_bug_close_msg = 'Bug kapatıldı...'; 503 $s_close_immediately = 'Hemen Kapat:'; 504 505 # bug_close_page.php 506 $s_closed_bug_title = 'Bug Kapat'; 507 508 # bug_delete.php 509 $s_bug_deleted_msg = 'Bug silindi...'; 510 511 # bug_delete_page.php 512 $s_delete_bug_sure_msg = 'Bu bug\'ı silmek istediğinizden emin misiniz?'; 513 $s_delete_bug_button = 'Bug Sil'; 514 515 # bug_monitor.php 516 $s_monitor_bug_button = 'Bug İzle'; 517 $s_unmonitor_bug_button = 'İzlemeyi Sonlandır'; 518 519 # bug_file_add.php 520 $s_file_upload_msg = 'Dosya başarıyla gönderildi'; 521 522 # bug_file_upload_inc.php 523 $s_upload_file = 'Dosya Gönder'; 524 $s_select_file = 'Dosya Seç'; 525 $s_upload_file_button = 'Dosya Gönder'; 526 $s_max_file_size = 'Max size'; 527 528 # bug_reopen.php 529 $s_bug_reopened_msg = 'Bug yeniden açıldı...'; 530 $s_reopen_add_bugnote_title = 'Bug\'ı yeniden açma sebebini giriniz'; 531 $s_bugnote_add_reopen_button = 'Bug Notu ekle ve Bug\'ı yeniden aç'; 532 533 # bug_resolve_page.php 534 $s_resolved_bug_title = 'Bug çözümle'; 535 $s_resolved_bug_button = 'Bug çözümle'; 536 537 # bug_resolve_page2.php 538 $s_bug_resolved_msg = 'Bug çözümlendi. Bug Notu giriniz...'; 539 $s_resolve_add_bugnote_title = 'Bug çözümleme sebebini giriniz'; 540 $s_bugnote_add_resolve_button = 'Bug Notu ekle'; 541 542 # bug_reminder_page.php 543 $s_from = 'From'; 544 $s_to = 'To'; 545 $s_on = 'On'; 546 $s_sent_you_this_reminder_about = 'sent you this reminder about'; 547 $s_bug_reminder = 'Send a reminder'; 548 $s_reminder_sent_to = 'Reminder sent to'; 549 $s_bug_send_button = 'Send'; 550 $s_reminder = 'Reminder'; 551 $s_reminder_explain = 'This note will be sent to the recipients listed requesting feedback on this issue.'; 552 $s_reminder_monitor = 'These recipients will also begin monitoring the issue. They can unsubscribe using the Unmonitor button.'; 553 $s_reminder_store = 'This note will be stored with the issue.'; 554 555 # bug_set_sponsorship.php 556 $s_confirm_sponsorship = 'Please confirm you want to sponsor issue %d for %s.'; 557 558 # bug_update.php 559 $s_bug_updated_msg = 'Bug başarıyla güncellendi...'; 560 561 # bug_update_advanced_page.php 562 $s_back_to_bug_link = 'Bug\'a Dön'; 563 $s_update_simple_link = 'Basit Güncelleme'; 564 $s_updating_bug_advanced_title = 'Bug Bilgileri Güncelleme'; 565 $s_id = 'NO'; 566 $s_category = 'Kategori'; 567 $s_severity = 'Şiddet'; 568 $s_reproducibility = 'Tekrarlanabilirlik'; 569 $s_date_submitted = 'Sisteme Giriş Tarihi'; 570 $s_last_update = 'Son Güncelleme'; 571 $s_reporter = 'Bildiren'; 572 $s_assigned_to = 'Atanan'; 573 $s_priority = 'Öncelik'; 574 $s_resolution = 'Çözüm'; 575 $s_status = 'Statü'; 576 $s_duplicate_id = 'Eşdeğer NO'; 577 $s_os = 'İşletim Sistemi'; 578 $s_projection = 'Tahmin'; 579 $s_os_version = 'Versiyon'; 580 $s_eta = 'Tahmini Tamamlama Süresi'; 581 $s_product_version = 'Ürün Versiyonu'; 582 $s_build = 'Alt Versiyon'; 583 $s_fixed_in_version = 'Fixed in Version'; 584 $s_votes = 'Oylar'; 585 $s_summary = 'Özet'; 586 $s_description = 'Açıklama'; 587 $s_steps_to_reproduce = 'Tekrarlamaya Yönelik Adımlar'; 588 $s_update_information_button = 'Bilgi Güncelle'; 589 $s_sticky_issue = 'Sticky Issue'; 590 $s_profile = 'Profile'; 591 592 # bug_update_page.php 593 $s_update_advanced_link = 'Detaylı Güncelleme'; 594 $s_updating_bug_simple_title = 'Bug bilgileri güncelleniyor'; 595 596 # bug_vote_add.php 597 $s_vote_added_msg = 'Oy eklendi...'; 598 599 # bugnote_add.php 600 $s_bugnote_added_msg = 'Bug Notu eklendi...'; 601 602 # bugnote_delete.php 603 $s_bugnote_deleted_msg = 'Bug Notu başarıyla Silindi...'; 604 $s_bug_notes_title = 'Bug Notları'; 605 606 # bugnote_edit_page.php 607 $s_edit_bugnote_title = 'Bug Notu Güncelle'; 608 609 # bugnote_inc.php 610 $s_no_bugnotes_msg = 'Bu bug ile ilgili not bulunmamaktadır.'; 611 $s_delete_link = 'Sil'; 612 $s_add_bugnote_title = 'Bug Notu Ekle'; 613 $s_add_bugnote_button = 'Bug Notu Ekle'; 614 $s_bugnote_edit_link = 'Güncelle'; 615 $s_closed_bug_button = 'Bug Kapat'; 616 617 # bugnote_update.php 618 $s_bugnote_updated_msg = 'Bug notu başarıyla güncellendi...'; 619 $s_edited_on = 'güncelleme tarihi: '; 620 621 # file_api.php 622 $s_show_content ='Show Content'; 623 624 # index.php 625 $s_click_to_login = 'Sisteme Girmek İçin Tıklayınız'; 626 627 # login.php 628 629 # login_page.php 630 #@@@ should the following string be related to $g_window_title? 631 $s_login_page_info = 'Bug Takip Sistemine hoşgeldiniz.'; 632 $s_login_title = 'Sisteme Giriş'; 633 $s_save_login = 'Kullanıcı Adını Kaydet'; 634 $s_choose_project = 'Proje Seç'; 635 $s_login_button = 'Sisteme Gir'; 636 $s_signup_link = 'Yeni bir hesap aç'; 637 $s_lost_password_link = 'Lost your password?'; 638 639 # login_select_proj_page.php 640 $s_select_project_button = 'Proje Seç'; 641 642 # logout_page.php 643 $s_logged_out_title = 'Sistemden çıkıldı...'; 644 $s_redirecting = '...Giriş Sayfasına'; 645 $s_here = 'Yönlendir'; 646 647 # lost_pwd_page.php 648 $s_lost_password_title = "Password Reset"; 649 $s_lost_password_done_title = "Password Message Sent"; 650 $s_lost_password_subject = "Password Reset"; 651 $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."; 652 $s_lost_password_confirm_hash_OK = "Your confirmation has been accepted. Please update your password."; 653 654 # main_page.php 655 $s_open_and_assigned_to_me = 'Açık ve bana atanmış olanlar'; 656 $s_open_and_reported_to_me = 'Açık ve benim tarafımdan bildirilenler'; 657 $s_newer_news_link = 'Yeni Haberler'; 658 $s_older_news_link = 'Eski Haberler'; 659 $s_archives = 'Archives'; 660 $s_rss = 'RSS'; 661 662 # manage_create_new_user.php 663 $s_created_user_part1 = 'Kullanıcı '; 664 $s_created_user_part2 = 'bu erişim seviyesiyle aktive edildi: '; 665 666 # manage_create_user_page.php 667 $s_create_new_account_title = 'Yeni Hesap Aç'; 668 $s_verify_password = 'Şifreyi Onayla'; 669 $s_enabled = 'Aktif'; 670 $s_protected = 'Korumalı'; 671 $s_create_user_button = 'Kullanıcı Ekle'; 672 673 # manage_page.php 674 $s_hide_disabled = 'Etkisizleştirilenleri Gizle'; 675 $s_filter_button = 'Filtrele'; 676 $s_manage_users_link = 'Manage Users'; 677 $s_manage_projects_link = 'Manage Projects'; 678 $s_manage_custom_field_link = 'Manage Custom Fields'; 679 $s_manage_global_profiles_link = 'Manage Global Profiles'; 680 $s_permissions_summary_report = 'Permissions Report'; 681 $s_manage_config_link = 'Manage Configuration'; 682 $s_manage_threshold_config = 'Workflow Thresholds'; 683 $s_manage_email_config = 'Email Notifications'; 684 $s_manage_workflow_config = 'Workflow'; 685 $s_create_new_account_link = 'Hesap Ekle'; 686 $s_projects_link = 'Projeler'; 687 $s_documentation_link = 'Dökümantasyon'; 688 $s_new_accounts_title = 'Yeni Hesaplar'; 689 $s_1_week_title = '1 Hafta'; 690 $s_never_logged_in_title = 'Sisteme hiç girmeyen kullanıcılar'; 691 $s_prune_accounts = 'Hesapları Temizle'; 692 $s_hide_inactive = 'Aktif Olmayanları Gizle'; 693 $s_manage_accounts_title = 'Hesapları Düzenle'; 694 $s_p = 'k'; 695 $s_date_created = 'Açılış Tarihi'; 696 $s_last_visit = 'Son Ziyaret'; 697 $s_edit_user_link = 'Kullanıcı Düzenle'; 698 699 # manage_config_email_page 700 $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; 701 $s_config_project = 'Note: These configurations affect only the %s project.'; 702 $s_colour_coding = 'In the table below, the following color code applies:'; 703 $s_colour_project = 'Project setting overrides others.'; 704 $s_colour_global = 'All Project settings override default configuration.'; 705 $s_issue_reporter = 'User who reported issue'; 706 $s_issue_handler = 'User who is handling the issue'; 707 $s_users_added_bugnote = 'Users who added Bugnotes'; 708 $s_change_configuration = 'Update Configuration'; 709 $s_message = 'Message'; 710 $s_default_notify = 'Setting default notification flags to'; 711 $s_action_notify = 'Setting action notification flags to'; 712 $s_notify_defaults_change_access = 'Who can change notification defaults'; 713 $s_notify_actions_change_access = 'Who can change notifications'; 714 $s_revert_to_system = "Delete All Projects Settings"; 715 $s_revert_to_all_project = "Delete Project Specific Settings"; 716 717 # manage_config_workflow_page 718 $s_non_existent = 'non-existent'; 719 $s_current_status = 'Current Status'; 720 $s_next_status = 'Next Status'; 721 $s_workflow = 'Workflow'; 722 $s_workflow_thresholds = 'Thresholds that Affect Workflow'; 723 $s_threshold = 'Threshold'; 724 $s_status_level = 'Status'; 725 $s_alter_level = 'Who can alter this value'; 726 $s_validation = 'Workflow Validation'; 727 $s_comment = 'Validation Comment'; 728 $s_superfluous = 'Arc from status to itself is implied, and need not be given explicitly'; 729 $s_unreachable = 'You cannot move an issue into this status'; 730 $s_no_exit = 'You cannot move an issue out of this status'; 731 $s_access_levels = 'Access Levels'; 732 $s_access_change = 'Minimum Access Level to Change to this Status'; 733 $s_desc_bug_submit_status = 'Status to which a new issue is set'; 734 $s_desc_bug_reopen_status = 'Status to which reopened issues are set'; 735 $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered resolved'; 736 $s_workflow_change_access = 'Who can change workflow'; 737 $s_access_change_access = 'Who can change access levels'; 738 739 # manage_config_workflow_set 740 $s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; 741 742 # manage_config_work_threshold_page 743 $s_assign_issue = 'Assign an issue'; 744 $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; 745 $s_allow_reporter_close = 'Allow Reporter to close Issue'; 746 $s_allow_reporter_reopen = 'Allow Reporter to re-open Issue'; 747 $s_set_status_assigned = 'Set status on assignment of Handler'; 748 $s_allow_user_edit = 'Allow user to edit their own bugnotes'; 749 $s_limit_access = 'Limit reporter\'s access to their own issues'; 750 $s_submit_status = 'Status to which a new issue is set'; 751 $s_assigned_status = 'Status to set auto-assigned issues to'; 752 $s_resolved_status = 'Status where an issue is considered resolved'; 753 $s_readonly_status = 'Status where an issue becomes read only'; 754 $s_reopen_status = 'Status to which a reopened issue is set'; 755 $s_reopen_resolution = 'Resolution to which a reopened issue is set'; 756 757 # manage_config_revert_page 758 $s_config_delete_sure = 'Are you sure you want to delete the settings for'; 759 $s_in_project = 'in project'; 760 $s_delete_config_button = 'Delete Settings'; 761 762 # adm_config_report.php 763 $s_configuration_report = 'Configuration Report'; 764 $s_database_configuration = 'Database Configuration'; 765 $s_configuration_option = 'Configuration Option'; 766 $s_configuration_option_type = 'Type'; 767 $s_configuration_option_value = 'Value'; 768 $s_all_users = 'All Users'; 769 $s_set_configuration_option = 'Set Configuration Option'; 770 $s_delete_config_sure_msg = 'Are you sure you wish to delete this configuration option?'; 771 772 # manage_proj_add.php 773 $s_project_added_msg = 'Proje başarıyla eklendi...'; 774 775 # manage_proj_category_add.php 776 $s_category_added_msg = 'Kategori başarıyla eklendi...'; 777 778 # manage_proj_category_delete.php 779 $s_category_deleted_msg = 'Kategori başarıyla eklendi silindi...'; 780 781 # manage_proj_category_delete_page.php 782 $s_category_delete_sure_msg = 'Bu kategoriyi silmek istediğinizden emin misiniz? Bu kategoriye ait bütün buglar silinecek.'; 783 $s_delete_category_button = 'Kategori Sil'; 784 785 # manage_proj_category_edit_page.php 786 $s_edit_project_category_title = 'Proje Kategorisi Düzenle'; 787 $s_update_category_button = 'Kategori Güncelle'; 788 789 # manage_proj_category_update.php 790 $s_category_updated_msg = 'Kategori başarıyla güncellendi...'; 791 792 # manage_proj_create_page.php 793 $s_add_subproject_title = 'Add Subproject'; 794 795 # manage_proj_delete.php 796 $s_project_deleted_msg = 'Proje başarıyla silindi...'; 797 798 # manage_proj_delete_page.php 799 $s_project_delete_msg = 'Projeyi ve projeye ait bütün bugları silmek istediginizden emin misiniz?'; 800 $s_project_delete_button = 'Proje Sil'; 801 802 # manage_proj_edit_page.php 803 $s_edit_project_title = 'Proje Düzenle'; 804 $s_project_name = 'Proje Adı'; 805 $s_view_status = 'Statü İzle'; 806 $s_public = 'Herkese Açık'; 807 $s_private = 'Özel'; 808 $s_update_project_button = 'Proje Güncelle'; 809 $s_delete_project_button = 'Proje Sil'; 810 $s_categories_and_version_title = 'Kategoriler ve Versiyonlar'; 811 $s_categories = 'Kategoriler'; 812 $s_add_category_button = 'Kategori Ekle'; 813 $s_versions = 'Versiyonlar'; 814 $s_add_version_button = 'Versiyon Ekle'; 815 $s_add_and_edit_version_button = 'Add and Edit Version'; 816 $s_edit_link = 'Düzenle'; 817 $s_actions = 'Actions'; 818 $s_version = 'Versiyon/Alt Versiyon'; 819 $s_timestamp = 'Timestamp'; 820 $s_update = 'Update'; 821 $s_subprojects = 'Subprojects'; 822 $s_add_subproject = 'Add as Subproject'; 823 $s_create_new_subproject_link = 'Create New Subproject'; 824 $s_unlink_link = 'Unlink'; 825 826 # manage_proj_menu_page.php 827 $s_add_project_title = 'Proje Ekle'; 828 $s_upload_file_path = 'Gönderilecek dosyanın yolu'; 829 $s_add_project_button = 'Proje Ekle'; 830 $s_projects_title = 'Projeler'; 831 $s_name = 'İsim'; 832 833 # manage_proj_update.php 834 $s_project_updated_msg = 'Proje başarıyla güncellendi...'; 835 836 # manage_proj_version_add.php 837 $s_version_added_msg = 'Versiyon başarıyla eklendi...'; 838 839 # manage_proj_version_delete.php 840 $s_version_deleted_msg = 'Versiyon başarıyla silindi...'; 841 842 # manage_proj_version_delete_page.php 843 $s_version_delete_sure = 'Bu versiyonu silmek istediginizden emin misiniz? Bu versiyona ilişkin bütün buglar da silinecektir.'; 844 $s_delete_version_button = 'Versiyon Sil'; 845 846 # manage_proj_version_edit_page.php 847 $s_edit_project_version_title = 'Proje Versiyonu Düzenle'; 848 $s_update_version_button = 'Versiyon Güncelle'; 849 $s_released = 'Released'; 850 851 # manage_proj_version_update.php 852 $s_version_updated_msg = 'Versiyon başarıyla güncellendi...'; 853 854 # manage_user_delete.php 855 $s_account_delete_protected_msg = 'Hesap korumalı. Bu hesap silinemez.'; 856 $s_account_deleted_msg = 'Hesap silindi...'; 857 858 # manage_user_delete_page.php 859 $s_delete_account_sure_msg = 'Bu hesabı silmek istediginizden emin misiniz?'; 860 861 # manage_user_prune.php 862 $s_accounts_pruned_msg = 'Bir haftadan fazla süre önce açılmış oldukları halde hala hiç kullanılmayan kullanıcı hesapları silindi'; 863 $s_prune_accounts_button = 'Prune'; 864 $s_confirm_account_pruning = 'Are you sure you want to delete old accounts that have never logged in?'; 865 866 # manage_user_page.php 867 $s_edit_user_title = 'Kullanıcı Düzenle'; 868 $s_reset_password_button = 'Şifre Sıfırla'; 869 $s_delete_user_button = 'Kullanıcı Sil'; 870 $s_reset_password_msg = 'Reset Password sends the confirmation URL via email.'; 871 $s_reset_password_msg2 = 'Şifre Sıfırla sifreyi boş hale getirir .'; 872 $s_show_all_users = 'ALL'; 873 874 # manage_user_reset.php 875 $s_account_reset_protected_msg = 'Hesap korumalı. Sifre sıfırlanamaz.'; 876 $s_account_reset_msg = 'A confirmation request has been sent to the selected user\'s email address. Using this, the user will be able to change their password.'; 877 $s_account_reset_msg2 = 'Hesap şifresi boş olarak düzenlendi...'; 878 879 # manage_user_update.php 880 $s_manage_user_protected_msg = 'Hesap Korumalı. Erişim seviyesi ve enabled korumalı. Aksi taktirde, hesap güncellendi...'; 881 $s_manage_user_updated_msg = 'Hesap başarıyla güncellendi...'; 882 883 # menu_inc.php 884 $s_main_link = 'Ana Sayfa'; 885 $s_view_bugs_link = 'Bug İzle'; 886 $s_report_bug_link = 'Bug Bildir'; 887 $s_changelog_link = 'Change Log'; 888 $s_summary_link = 'Özet'; 889 $s_account_link = 'Hesap'; 890 $s_users_link = 'Users'; 891 $s_manage_link = 'Düzenle'; 892 $s_edit_news_link = 'Haberleri Düzenle'; 893 $s_docs_link = 'Belgeler'; 894 $s_logout_link = 'Sistemden Çık'; 895 $s_my_view_link = 'My View'; 896 897 # meta_inc.php 898 899 # my_view_page.php 900 $s_my_view_title_unassigned = 'Unassigned'; 901 $s_my_view_title_recent_mod = 'Recently Modified'; 902 $s_my_view_title_reported = 'Reported by Me'; 903 $s_my_view_title_assigned = 'Assigned to Me (Unresolved)'; 904 $s_my_view_title_resolved = 'Resolved'; 905 $s_my_view_title_monitored = 'Monitored by Me'; 906 $s_my_view_title_feedback = 'Awaiting Feedback from Me'; 907 $s_my_view_title_verify = 'Awaiting Confirmation of Resolution from Me'; 908 909 # news_add.php 910 $s_news_added_msg = 'Haber eklendi...'; 911 912 # news_delete.php 913 $s_news_deleted_msg = 'Haber silindi...'; 914 915 # news_delete_page.php 916 $s_delete_news_sure_msg = 'Bu haberi silmek istediğinizden emin misiniz?'; 917 $s_delete_news_item_button = 'Haber Sil'; 918 919 # news_edit_page.php 920 $s_edit_news_title = 'Haber Düzenle'; 921 $s_headline = 'Başlık'; 922 $s_body = 'Metin'; 923 $s_update_news_button = 'Haber Güncelle'; 924 925 # news_menu_page.php 926 $s_add_news_title = 'Haber Ekle'; 927 $s_post_to = 'Yayınlanacak Yer'; 928 $s_post_news_button = 'Haber Yayınla'; 929 $s_edit_or_delete_news_title = 'Haber Düzenle veya Sil'; 930 $s_edit_post = 'Haber Düzenle'; 931 $s_delete_post = 'Haber Sil'; 932 $s_select_post = 'Haber Seç'; 933 934 # news_update.php 935 $s_news_updated_msg = 'Haber güncellendi...'; 936 937 # news_view_page.php 938 $s_back_link = 'Geri'; 939 940 # proj_doc_add.php 941 $s_file_uploaded_msg = 'Dosya başarıyla gönderildi'; 942 943 # proj_doc_add_page.php 944 $s_upload_file_title = 'Dosya Gönder'; 945 $s_title = 'Başlık'; 946 947 # proj_doc_delete.php 948 $s_project_file_deleted_msg = 'Proje dosyası silindi'; 949 950 # proj_doc_delete_page.php 951 $s_confirm_file_delete_msg = 'Bu dosyayı silmek istediğinizden emin misiniz?'; 952 953 # proj_doc_edit_page.php 954 $s_filename = 'Dosya Adı'; 955 $s_file_update_button = 'Dosya güncelle'; 956 $s_file_delete_button = 'Dosya Sil'; 957 958 # proj_doc_page.php 959 $s_project_documentation_title = 'Proje Belgeleri'; 960 $s_user_documentation = 'Kullanıcı Belgeleri'; 961 $s_project_documentation = 'Proje Belgeleri'; 962 $s_add_file = 'Dosya ekle'; 963 964 # proj_doc_update.php 965 $s_project_document_updated = 'Proje başarıyla güncellendi'; 966 967 # proj_user_add.php 968 $s_project_user_added_msg = 'Kullanıcı projeye başarıyla eklendi'; 969 970 # proj_user_delete.php 971 $s_project_removed_user_msg = 'Kullanıcı projeden başarıyla silindi'; 972 973 # proj_user_delete_page.php 974 $s_remove_user_sure_msg = 'Bu kullanıcıyı silmek istediğinizden emin misiniz?'; 975 $s_remove_user_button = 'Remove User'; 976 $s_remove_all_users_sure_msg = 'Are you sure you wish to remove all the users of this project?'; 977 $s_remove_all_users_button = 'Remove All Users'; 978 979 # proj_user_menu_page.php 980 $s_add_user_title = 'Kullanıcıyı projeye ekle'; 981 $s_add_user_button = 'Kullanıcı Ekle'; 982 $s_project_selection_title = 'Proje Seçimi'; 983 $s_remove_link = 'sil'; 984 $s_remove_all_link = 'Remove all'; 985 986 # proj_user_update.php 987 $s_updated_user_msg = 'Kullanıcı başarıyla güncellendi'; 988 989 # report_add.php 990 $s_must_enter_category = 'Bir \'kategori\' seçmelisiniz'; 991 $s_must_enter_severity = 'Bir \'şiddet\' seviyesi seçmelisiniz'; 992 $s_must_enter_reproducibility = 'Bir \'tekrarlanabilirlik\' eklemelisiniz'; 993 $s_must_enter_summary = 'Bir \'özet\' eklemelisiniz'; 994 $s_must_enter_description = 'Bir \'tanım\' eklemelisiniz'; 995 $s_report_more_bugs = 'Daha bug bildir '; 996 $s_submission_thanks_msg = 'Raporunuz için teşekkürler.'; 997 998 # report_bug_advanced_page.php 999 $s_simple_report_link = 'Basit Rapor'; 1000 $s_enter_report_details_title = 'Rapor Detaylarını Gir'; 1001 $s_required = 'gerekli'; 1002 $s_select_category = 'Kategori Seç'; 1003 $s_select_reproducibility = 'Tekrarlanabilirlik'; 1004 $s_select_severity = 'Şiddet Seviyesi Seç'; 1005 $s_or_fill_in = 'VEYA Aşağıdakileri Doldur'; 1006 $s_assign_to = 'Ata (Tahsis Et)'; 1007 $s_additional_information = 'Ek Bilgi'; 1008 $s_submit_report_button = 'Bildir'; 1009 $s_check_report_more_bugs = 'daha başka bug bildirmek için seçiniz'; 1010 1011 # report_bug_page.php 1012 $s_advanced_report_link = 'Detaylı Rapor'; 1013 $s_report_stay = 'Bildirmeye Devam'; 1014 1015 # set_project.php 1016 $s_selected_project = 'Seçilen Proje'; 1017 $s_valid_project_msg = 'Geçerli bir proje seçmelisiniz'; 1018 1019 # signup.php 1020 $s_signup_done_title = 'Account registration processed'; 1021 $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.'; 1022 $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.'; 1023 1024 # signup_page.php 1025 $s_signup_captcha_request = 'Enter the code as it is shown in the box on the right'; 1026 $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.'; 1027 $s_signup_title = 'Yeni Hesap Açma'; 1028 $s_signup_button = 'Hesap Aç'; 1029 $s_no_password_request = 'Your password is managed by another system. Please contact your system administrator.'; 1030 1031 # site_settings_edit_page.php 1032 $s_edit_site_settings_title = 'Site Ayarlarını Değiştir'; 1033 $s_save_settings_button = 'Ayarları Kaydet'; 1034 1035 # site_settings_page.php 1036 $s_site_settings_title = 'Site Ayarları'; 1037 $s_system_info_link = 'Sistem Bilgileri'; 1038 $s_site_settings_link = 'Site Ayarları'; 1039 1040 # site_settings_update.php 1041 $s_site_settings_updated_msg = 'Site ayarları güncellendi'; 1042 1043 # summary_page.php 1044 $s_summary_title = 'Özet'; 1045 $s_summary_jpgraph_link = 'Geniş Özet'; 1046 $s_by_project = 'by project'; 1047 $s_by_status = 'statüye göre'; 1048 $s_by_date = 'tarihe göre'; 1049 $s_by_severity = 'şiddete göre'; 1050 $s_by_resolution = 'çözümlenmeye göre'; 1051 $s_by_category = 'kategoriye göre'; 1052 $s_by_priority = 'önceliğe göre'; 1053 $s_by_developer = 'geliştiriciye göre'; 1054 $s_by_reporter = 'bildirene göre'; 1055 $s_reporter_by_resolution = 'Reporter By Resolution'; 1056 $s_reporter_effectiveness = 'Reporter Effectiveness'; 1057 $s_developer_by_resolution = 'Developer By Resolution'; 1058 $s_percentage_fixed = '% Fixed'; 1059 $s_percentage_errors = '% False'; 1060 $s_errors = 'False'; 1061 $s_total = 'Total'; 1062 $s_time_stats = 'çözümlenmiş buglar için süre istatistikleri (gün) '; 1063 $s_longest_open_bug = 'en uzun süredir açık olan bug'; 1064 $s_longest_open = 'en uzun süredir açık olan'; 1065 $s_average_time = 'ortalama süre'; 1066 $s_total_time = 'toplam süre'; 1067 $s_developer_stats = 'programcı istatistikleri'; 1068 $s_reporter_stats = 'bildirici istatistikleri'; 1069 $s_orct = '(açık/çözümlenmiş/kapalı/toplam)'; 1070 1071 # view_all_bug_page.php 1072 $s_any = 'hepsi'; 1073 $s_show = 'Göster'; 1074 $s_changed = 'Değişme(saat)'; 1075 $s_viewing_bugs_title = 'Buglar İzleniyor'; 1076 $s_updated = 'Son Güncelleme'; 1077 $s_sticky = 'Show Sticky Issues'; 1078 $s_sort = 'Sort by'; 1079 $s_issue_id = 'Issue #'; 1080 $s_recently_visited = 'Recently Visited'; 1081 1082 # view_all_inc.php 1083 $s_none = 'hiçbiri'; 1084 $s_current = 'current'; 1085 $s_search = 'Ara'; 1086 $s_view_prev_link = 'Öncekini Göster'; 1087 $s_view_next_link = 'Sonrakini Göster'; 1088 $s_prev = 'Prev'; 1089 $s_next = 'Next'; 1090 $s_first = 'First'; 1091 $s_last = 'Last'; 1092 $s_start_date = 'Start Date'; 1093 $s_end_date = 'End Date'; 1094 $s_use_date_filters = 'Use Date Filters'; 1095 $s_yes = 'Yes'; 1096 $s_no = 'No'; 1097 $s_open_filters = 'Change Filter'; 1098 $s_or_unassigned = 'Or Unassigned'; 1099 $s_ok = 'OK'; 1100 $s_select_all = 'Select All'; 1101 1102 # stored query strings 1103 $s_use_query = 'Use Filter'; 1104 $s_delete_query = 'Delete Filter'; 1105 $s_query_deleted = 'Filter Deleted'; 1106 $s_save_query = 'Save Current Filter'; 1107 $s_reset_query = 'Reset Filter'; 1108 $s_query_name = 'Filter Name'; 1109 $s_query_exists = 'This particular query appears to already exist.'; 1110 $s_query_dupe_name = 'Another query already has this name. Please choose a different name for this query.'; 1111 $s_query_blank_name = 'You cannot store a filter without a name. Please give this filter a name before saving it.'; 1112 $s_query_store_error = 'There was an error saving this query.'; 1113 $s_open_queries = 'Manage Filters'; 1114 $s_query_delete_msg = 'Are you sure you wish to delete this query?'; 1115 1116 # view_bug_advanced_page.php 1117 $s_view_simple_link = 'Basit İzle'; 1118 $s_viewing_bug_advanced_details_title = 'Detaylı Bug Bilgileri İzleme'; 1119 $s_product_build = 'Ürün Alt Versiyonu'; 1120 $s_system_profile = 'Sistem Özellikleri'; 1121 $s_update_bug_button = 'Bug Güncelle'; 1122 $s_bug_assign_to_button = 'Assign To:'; 1123 $s_bug_status_to_button = 'Change Status To:'; 1124 $s_reopen_bug_button = 'Bug Yeniden Aç'; 1125 $s_move_bug_button = 'Move Issue'; 1126 $s_attached_files = 'Eklenen Dosyalar'; 1127 $s_publish = 'Publish'; 1128 $s_cached = 'Cached'; 1129 1130 # view_bug_inc.php 1131 1132 # view_bug_page.php 1133 $s_view_advanced_link = 'Detaylı Link'; 1134 $s_viewing_bug_simple_details_title = 'Basit Bug Detayları İzleniyor'; 1135 1136 # bug_monitor_list_view_inc.php 1137 $s_no_users_monitoring_bug = 'There are no users monitoring this issue.'; 1138 $s_users_monitoring_bug = 'Users monitoring this issue'; 1139 $s_monitoring_user_list = 'User List'; 1140 1141 # bug_sponsorship_list_view_inc.php 1142 $s_no_users_sponsoring_bug = 'There are no users sponsoring this issue.'; 1143 $s_users_sponsoring_bug = 'Users sponsoring this issue'; 1144 $s_sponsors_list = 'Sponsors List'; 1145 $s_total_sponsorship_amount = 'Total Sponsorship = %s'; 1146 1147 # custom field strings 1148 $s_add_custom_field_button = 'New Custom Field'; 1149 $s_delete_custom_field_button = 'Delete Custom Field'; 1150 $s_delete_custom_field_everywhere = 'Delete Custom Field Everywhere'; 1151 $s_update_custom_field_button = 'Update Custom Field'; 1152 $s_add_existing_custom_field = 'Add This Existing Custom Field'; 1153 $s_edit_custom_field_title = 'Edit custom field'; 1154 $s_custom_field = 'Field'; 1155 $s_custom_fields_setup = 'Custom Fields'; 1156 $s_custom_field_name = 'Name'; 1157 $s_custom_field_project_count = 'Project Count'; 1158 $s_custom_field_type = 'Type'; 1159 $s_custom_field_possible_values = 'Possible Values'; 1160 $s_custom_field_default_value = 'Default Value'; 1161 $s_custom_field_valid_regexp = 'Regular Expression'; 1162 $s_custom_field_access_level_r = 'Read Access'; 1163 $s_custom_field_access_level_rw = 'Write Access'; 1164 $s_custom_field_length_min = 'Min. Length'; 1165 $s_custom_field_length_max = 'Max. Length'; 1166 $s_custom_field_advanced = 'Display Only On Advanced Page'; 1167 $s_custom_field_display_report = 'Display When Reporting Issues'; 1168 $s_custom_field_display_update = 'Display When Updating Issues'; 1169 $s_custom_field_display_resolved = 'Display When Resolving Issues'; 1170 $s_custom_field_display_closed = 'Display When Closing Issues'; 1171 $s_custom_field_require_report = 'Required On Report'; 1172 $s_custom_field_require_update = 'Required On Update'; 1173 $s_custom_field_require_resolved = 'Required On Resolve'; 1174 $s_custom_field_require_closed = 'Required On Close'; 1175 1176 $s_custom_field_sequence = 'Sequence'; 1177 $s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:Email,5:Checkbox,6:List,7:Multiselection list,8:Date'; 1178 1179 $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'; 1180 $s_confirm_custom_field_deletion = 'Are you sure you want to delete this custom field and all associated values?'; 1181 $s_field_delete_button = 'Delete Field'; 1182 1183 $s_confirm_custom_field_unlinking = 'Are you sure you want to remove (unlink) this custom field from the project and delete all associated values?'; 1184 $s_field_remove_button = 'Remove Field'; 1185 1186 $s_hide_status = 'Hide Status'; 1187 $s_filter_closed = 'Closed'; 1188 $s_filter_resolved = 'Resolved'; 1189 $s_hide_closed = "Hide Closed"; 1190 $s_hide_resolved = "Hide Resolved"; 1191 $s_and_above = 'And Above'; 1192 $s_advanced_filters = 'Advanced Filters'; 1193 $s_simple_filters = 'Simple Filters'; 1194 $s_monitored_by = 'Monitored By'; 1195 1196 $s_attachments = "attachment(s)"; 1197 $s_attachment_alt = "A"; 1198 1199 # PHPMailer 1200 $s_phpmailer_language = 'tr'; 1201 1202 # Sponsorship Strings 1203 $s_sponsors = '%d sponsor(s)'; 1204 $s_sponsorship_added = 'Sponsorship Added'; 1205 $s_sponsorship_updated = 'Sponsorship Updated'; 1206 $s_sponsorship_deleted = 'Sponsorship Deleted'; 1207 $s_sponsorship_paid = 'Sponsorship Paid'; 1208 $s_sponsorship_more_info = 'More information about sponsorship'; 1209 $s_sponsorship_total = 'Sponsorship Total'; 1210 1211 # URL explaining the process of sponsoring an issue. This is defined here rather than 1212 # in the config to allow for a URL per language. This can be set to an empty string if there 1213 # is not need to provide such process information. 1214 $s_sponsorship_process_url = ''; 1215 1216 # Changelog 1217 $s_changelog = 'Change Log'; 1218 1219 # Http auth 1220 $s_http_auth_realm = "Mantis Login"; 1221 1222 $s_bug = "issue"; 1223 $s_add_new_relationship = "New relationship"; 1224 $s_add_new_relationship_button = "Add"; 1225 $s_this_bug = "Current issue"; 1226 $s_relationship_added = "Relationship added"; 1227 $s_relationship_deleted = "Relationship deleted"; 1228 $s_no_relationship = "no relationship"; 1229 $s_relationship_replaced = "Relationship replaced"; 1230 $s_replace_relationship_button = "Replace"; 1231 $s_replace_relationship_sure_msg = "There is already a relationship between the two issues. Are you sure you want to replace it?"; 1232 $s_relationship_with_parent = "Relationship with the parent issue"; 1233 $s_delete_relationship_button = "Delete"; 1234 $s_delete_relationship_sure_msg = "Are you sure you wish to delete this relationship?"; 1235 $s_relationship_warning_blocking_bugs_not_resolved = "Not all the children of this issue are yet resolved or closed."; 1236 $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."; 1237 $s_create_child_bug_button = "Create Clone"; 1238 $s_bug_cloned_to = "Issue cloned"; 1239 $s_bug_created_from = "Issue generated from"; 1240 1241 # Relationship Graphs 1242 $s_viewing_bug_relationship_graph_title = "Relationship Graph"; 1243 $s_relation_graph = "Relation Graph"; 1244 $s_dependency_graph = "Dependency Graph"; 1245 $s_vertical = "Vertical"; 1246 $s_horizontal = "Horizontal"; 1247 $s_view_issue = "View Issue"; 1248 1249 # Source Control Integration 1250 $s_checkin = 'Checkin'; 1251 1252 # Pemissions report 1253 $s_perm_rpt_capability = 'Capability'; 1254 $s_view = 'View'; 1255 $s_issues = 'ISSUES'; 1256 $s_report_issue = 'Report an issue'; 1257 $s_update_issue = 'Update an issue'; 1258 $s_monitor_issue = 'Monitor an issue'; 1259 $s_handle_issue = 'Handle an issue'; 1260 $s_move_issue = 'Move an issue'; 1261 $s_delete_issue = 'Delete an issue'; 1262 $s_reopen_issue = 'Reopen an issue'; 1263 $s_view_private_issues = 'View private issues'; 1264 $s_update_readonly_issues = 'Update readonly issues'; 1265 $s_update_issue_status = 'Update issue status'; 1266 $s_set_view_status = 'Set view status (public vs private)'; 1267 $s_update_view_status = 'Update view status (public vs private)'; 1268 $s_show_list_of_users_monitoring_issue = 'Show list of users monitoring issue'; 1269 $s_notes = 'NOTES'; 1270 $s_add_notes = 'Add notes'; 1271 $s_update_notes = 'Update notes'; 1272 $s_delete_note = 'Delete note'; 1273 $s_view_private_notes = 'View private notes'; 1274 $s_news = 'NEWS'; 1275 $s_view_private_news = 'View private news'; 1276 $s_manage_news = 'Manage news'; 1277 $s_view_list_of_attachments = 'View list of attachments'; 1278 $s_download_attachments = 'Download attachments'; 1279 $s_delete_attachments = 'Delete attachments'; 1280 $s_delete_attachment_button = "Delete"; 1281 $s_delete_attachment_sure_msg = "Are you sure you wish to delete this attachment?"; 1282 $s_upload_issue_attachments = 'Upload issue attachments'; 1283 $s_filters = 'filters'; 1284 $s_save_filters = 'Save filters'; 1285 $s_save_filters_as_shared = 'Save filters as shared'; 1286 $s_use_saved_filters = 'Use saved filters'; 1287 $s_create_project = 'Create project'; 1288 $s_delete_project = 'Delete project'; 1289 $s_manage_project = 'Manage project'; 1290 $s_manage_user_access_to_project = 'Manage user access to a project'; 1291 $s_automatically_included_in_private_projects = 'Automatically included in private projects'; 1292 $s_project_documents = 'PROJECT DOCUMENTS'; 1293 $s_view_project_documents = 'View project documents'; 1294 $s_upload_project_documents = 'Upload project documents'; 1295 $s_link_custom_fields_to_projects = 'Link custom fields to projects'; 1296 $s_sponsorships = 'SPONSORSHIPS'; 1297 $s_view_sponsorship_details = 'View sponsorship details'; 1298 $s_view_sponsorship_total = 'View sponsorship total'; 1299 $s_sponsor_issue = 'Sponsor issue'; 1300 $s_assign_sponsored_issue = 'Assign sponsored issue'; 1301 $s_handle_sponsored_issue = 'Handle sponsored issue'; 1302 $s_others = 'OTHERS'; 1303 $s_see_email_addresses_of_other_users = 'See email addresses of other users'; 1304 $s_send_reminders = 'Send reminders'; 1305 $s_add_profiles = 'Add profiles'; 1306 $s_notify_of_new_user_created = 'Notify of new user created'; 1307 $s_email_notification = 'EMAIL NOTIFICATION'; 1308 $s_status_changed_to = 'Status changes to'; 1309 $s_email_on_deleted = 'Email on Deleted'; 1310 $s_email_on_sponsorship_changed = 'Email on Sponsorship changed'; 1311 $s_email_on_relationship_changed = 'Email on Relationship changed'; 1312 1313 # DHTML filters 1314 $s_loading = 'Loading...'; 1315 1316 # filter_api.php 1317 $s_between = 'Between' ; 1318 $s_on_or_before = 'On Or Before' ; 1319 $s_before = 'Before' ; 1320 $s_after = 'After' ; 1321 $s_on_or_after = 'On Or After' ; 1322 1323 # wiki related strings 1324 $s_wiki = 'Wiki'; 1325 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 09:42:17 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |