1<?php 2/** 3 * English language file for IssueTracker 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Taggic <taggic@t-online.de> 7 */ 8/******************************************************************************/ 9// Issue Report controls 10$lang['msg_reporttrue'] = 'Your report has been successfully stored as issue #'; 11$lang['wmsg1'] = 'Please enter valid eMail address, preferrably your own, for clarifications and/or feedback regarding your reported issue.'; 12$lang['wmsg2'] = 'Please enter a valid product version to relate this issue properly.'; 13$lang['wmsg3'] = 'Please provide a better description of your issue.'; 14$lang['wmsg4'] = ' Please <a href="?do=login&" class="action login" accesskey="" rel="nofollow" style="color:blue;text-decoration:underline;" title="Login">Sign in</a> if you want to report an issue.'; 15$lang['wmsg5'] = 'Please provide a descriptive issue title.'; 16$lang['wmsg6'] = 'Upload Error: The max file-size of %s bytes was exceeded'; 17$lang['wmsg7'] = 'Upload Error: The file extension is invalid.'; 18$lang['wmsg8'] = 'Upload Error: The Mime-Type of the file is faulty or not supported.'; 19$lang['wmsg9'] = 'Spam security: Upload from your IP is blocked for at least another %s minutes.'; 20$lang['lbl_symptomupload'] = 'Symptom file upload:'; 21$lang['btn_reportsave'] = 'Submit'; 22// further settings see 'th_...' options at Issue List controls section below 23 24/******************************************************************************/ 25// Issue List controls 26$lang['lbl_issueqty'] = 'Quantity of Issues: '; 27$lang['lbl_scroll'] = 'Scroll Issue List: '; 28$lang['lbl_filtersev'] = 'Filter Severity: '; 29$lang['lbl_filterstat'] = 'Filter Status: '; 30$lang['lbl_filterprod'] = 'Filter Product: '; 31$lang['lbl_filtervers'] = 'Filter Version: '; 32$lang['lbl_filtercomp'] = 'Filter Component: '; 33$lang['lbl_filterblock'] = 'Filter Test blocking: '; 34$lang['lbl_filterassi'] = 'Filter Assignee: '; 35$lang['lbl_filterreporter'] = 'Filter Reporter: '; 36$lang['cbx_myissues'] = 'MyIssues: '; 37$lang['btn_go'] = 'Go'; 38 39$lang['btn_previuos'] = '<<<'; 40$lang['btn_previuos_title'] = 'previous Issues'; 41$lang['btn_next'] = '>>>'; 42$lang['btn_next_title'] = 'next Issues'; 43 44$lang['lbl_showid'] = 'Show details of Issue:'; 45$lang['btn_showid'] = 'Show'; 46$lang['btn_showid_title'] = 'Show'; 47 48$lang['lbl_sort'] = 'Sort by:'; 49$lang['btn_sort'] = 'Sort'; 50$lang['btn_sort_title'] = 'Sort the issue list globally by array key.'; 51 52$lang['msg_commentfalse'] = 'This comment does already exist and was not added again.'; 53$lang['msg_commenttrue'] = 'Your comment has been successfully stored with ID #'; 54$lang['msg_wroundtrue'] = 'Your workaround has been successfully stored'; 55$lang['msg_commentmodtrue'] = 'Your comment was successfully modified as ID #'; 56$lang['msg_commentdeltrue'] = 'Your comment #%s successfully deleted.'; 57$lang['msg_commentmodfalse'] = 'No diff of comment ID #'; 58$lang['msg_pfilemissing'] = 'Project file does not exist: %s.issues. '; 59$lang['msg_issuemissing'] = 'There does no Issue exist with ID '; 60$lang['msg_inotexisting1'] = 'The issue does not exist at the given project. <br /> Project = %s <br /> Issue ID = %s <br /> <a href="%sdoku.php?id=%s"> << back</a>'; 61$lang['msg_captchawrong'] = 'Wrong answer to the antispam question.'; 62$lang['msg_descrmodtrue'] = 'Description successfully modified.'; 63$lang['msg_slinkmodtrue'] = 'Symptom links modified successfully.'; 64$lang['msg_severitymodtrue'] = 'Severity modified successfully.'; 65$lang['msg_statusmodtrue'] = 'Status modified successfully.'; 66$lang['msg_addFollower_true'] = 'ID: %s -> Follower added: '; 67$lang['msg_rmvFollower_true'] = 'ID: %s -> Follower removed: '; 68$lang['msg_addFollower_failed'] = 'ID: %s -> failed to update Follower: '; 69$lang['itd_follower'] = '(Follower: %s)'; 70$lang['msg_showCase'] = 'This Issue ID exist on multiple projects. Please choose which one you mean:'; 71 72$lang['lbl_project'] = 'Project:'; 73$lang['lbl_issueid'] = 'ID:'; 74$lang['lbl_reporter'] = 'Creator:'; 75$lang['lbl_reporterdtls'] = 'Creator Details'; 76$lang['lbl_initdescr'] = 'Initial description'; 77$lang['lbl_reportername'] = 'Name:'; 78$lang['lbl_reportermail'] = 'eMail:'; 79$lang['lbl_reporterphone'] = 'Phone:'; 80$lang['lbl_reporteradcontact'] = 'Add contact:'; 81$lang['lbl_symptlinks'] = 'Links to symptom files'; 82$lang['lbl_cmts_wlog'] = 'Comments (work log)'; 83$lang['lbl_cmts_adcmt'] = 'Add a new comment'; 84$lang['lbl_cmts_edtres'] = 'Resolution'; 85$lang['btn_add'] = 'Add'; 86$lang['btn_add_title'] = 'Add'; 87$lang['btn_mod'] = 'Update'; // to submit comment modification 88$lang['btn_mod_title'] = 'Update'; 89$lang['del_title'] = 'Delete this comment'; 90$lang['lbl_signin'] = 'Sign in</a> if you want to add a comment or resolution note.'; // </a> necessary to close the link tag 91$lang['lbl_please'] = 'Please '; 92$lang['lbl_lessPermission'] = 'Your permission level is to low. Please contact the admin.'; 93$lang['lbl_workaround'] = 'Workaround'; 94 95$lang['th_project'] = 'Project'; 96$lang['th_id'] = 'Id'; 97$lang['th_created'] = 'Created'; 98$lang['th_product'] = 'Product'; 99$lang['th_components'] = 'Component'; 100$lang['th_tblock'] = 'Test blocking'; 101$lang['th_tversion'] = 'Target version'; 102$lang['th_begin'] = 'Begin'; 103$lang['th_deadline'] = 'Deadline'; 104$lang['th_progress'] = 'Progress in %'; 105$lang['th_version'] = 'Version'; 106$lang['th_severity'] = 'Severity'; 107$lang['th_status'] = 'Status'; 108$lang['th_user_name'] = 'Creator'; 109$lang['th_usermail'] = 'Creator email'; 110$lang['th_userphone'] = 'Creator phone'; 111$lang['th_reporteradcontact'] = 'Add contact'; 112$lang['th_title'] = 'Title'; 113$lang['th_description'] = 'Issue Description'; 114$lang['th_sympt'] = 'Symptom link '; 115$lang['th_assigned'] = 'Assigned to'; 116$lang['th_resolution'] = 'Resolution'; 117$lang['th_modified'] = 'Modified'; 118$lang['th_showmodlog'] = 'Status history'; 119$lang['h_modlog'] = 'Status modification history of #'; 120$lang['mod_valempty'] = '[deleted]'; 121$lang['back'] = 'back'; 122$lang['gen_tab_open'] = 'Details'; 123$lang['descr_tab_mod'] = 'Modify'; 124$lang['cmt_tab_open'] = 'add Comment'; 125$lang['cmt_tab_mod'] = 'modify Comment'; 126$lang['rsl_tab_open'] = 'add / modify Resolution'; 127$lang['dtls_usr_hidden'] = 'user details hidden'; 128$lang['dtls_reporter_hidden'] = 'Creator'; 129$lang['dtls_follower_hidden'] = 'Follower'; 130$lang['dtls_assignee_hidden'] = 'Assignee'; 131$lang['dtls_foreigner_hidden'] = 'Foreigner'; 132$lang['minor_mod'] = 'Minor change'; 133$lang['minor_mod_cbx_title'] = 'prevent sending eMails upon cosmetic changes'; 134/******************************************************************************/ 135/* send an e-mail to user due to issue modificaion 136/* _emailForIssueMod 137*/ 138$lang['cmnt_new_subject'] = 'Issue #%s on %s: new comment added'; // $issue['id'], $project 139$lang['cmnt_mod_subject'] = 'Issue #%s on %s: comment modified'; // $issue['id'], $project 140$lang['cmnt_del_subject'] = 'Issue #%s on %s: comment deleted'; // $issue['id'], $project 141$lang['cmnt_wa_subject'] = 'Issue #%s on %s: workaround provided'; // $issue['id'], $project 142$lang['issuemod_subject'] = 'Issue #%s on %s: %s'; //$issue['id'], $project, $column 143$lang['issuemod_head'] = 'Dear user,'; 144$lang['issuemod_intro'] = 'Your reported issue was modified.'; 145$lang['cmt_del_intro'] = 'A comment was deleted.'; 146$lang['issuemod_issueid'] = 'ID: '; 147$lang['issuemod_status'] = 'Status: '; 148$lang['issuemod_product'] = 'Product: '; 149$lang['issuemod_version'] = 'Version: '; 150$lang['issuemod_severity'] = 'Severity: '; 151$lang['issuemod_creator'] = 'Creator: '; 152$lang['issuemod_assignee'] = 'Assignee: '; 153$lang['issuemod_title'] = 'Title: '; 154$lang['issuemod_cmntauthor'] = 'Comment by: '; 155$lang['issuemod_date'] = 'submitted on: '; 156$lang['issuemod_cmnt'] = 'Comment: '; 157$lang['issuemod_see'] = 'see details: '; 158$lang['issuemod_br'] = 'best regards'; 159$lang['issuemod_end'] = ' Issue Tracker'; // project name placed before this 160$lang['issuedescrmod_subject'] = 'Issue #%s on %s: initial description modified'; // $issue['id'], $project 161$lang['issuemod_changes'] = 'The issue changed on %s from %s to %s.'; //$column, $old_value, $new_value 162$lang['btn_upd_addinfo'] = 'Save'; 163/******************************************************************************/ 164/* send an e-mail to user due to issue set to resolved on details 165/* _emailForResolutionMod 166*/ 167$lang['issue_resolved_subject'] = 'Issue #%s on %s was resolved'; 168$lang['issue_resolved_intro'] = 'Your reported issue was resolved.'; 169$lang['issue_resolved_status'] = 'Solved'; 170$lang['issue_resolved_text'] = 'Solution: '; 171$lang['msg_resolution_true'] = 'Your Resolution was added sucessfully to ID'; 172 173/******************************************************************************/ 174/* deviations from before for send an e-mail to admin due to new issue created 175/* _emailForNewIssue 176*/ 177$lang['issuenew_subject'] = '%s issue reported for %s on Product: %s (%s)'; 178$lang['issuenew_head'] = 'Dear admin,'; 179$lang['issuenew_intro'] = 'a new issue was created for the project:'; 180$lang['issuenew_descr'] = 'Description: '; 181 182/******************************************************************************/ 183/* deviations from before for sending an e-mail to assignee 184/* _emailForNewIssue 185*/ 186$lang['issueassigned_subject'] = 'Issue #%s on %s assigned to you'; //$issue['id'], $project 187$lang['issueassigned_head'] = 'Hi,'; 188$lang['issueassigned_intro'] = 'you are assigned to following Issue:'; 189$lang['it__none'] = '--'; 190/******************************************************************************/ 191/* following text is related to search feature 192*/ 193$lang['lbl_search'] = 'Search for following: '; 194$lang['btn_search'] = 'Start'; 195$lang['btn_search_title'] = 'Search'; 196$lang['search_hl1'] = '<h1>Search</h1>'; 197$lang['search_txt1'] = "You can find the results of your search below. Please remember that this is a simple search, which is looking for single word items and does not understand query logics."; 198$lang['search_hl2'] = '<h2>Result</h2>'; 199$lang['search_Issue'] = 'Issue'; 200$lang['search_Comment'] = 'Comment'; 201$lang['search_Type'] = 'Type'; 202$lang['search_ID'] = 'ID'; 203$lang['search_Subject'] = 'Subject'; 204 205/******************************************************************************/ 206$lang['table_kit_OK'] = 'OK'; 207$lang['table_kit_Cancel'] = ' Cancel'; 208$lang['yes'] = ' YES'; 209$lang['no'] = ' NO'; 210 211/******************************************************************************/ 212// Report Manager 213$lang['it_btn_rprt_mngr'] = 'Create Report'; 214