1<?php 2$lang['bez'] = "Risk Elimination Base"; 3$lang['bez_short'] = "BEZ"; 4$lang['bds_timeline'] = "History"; 5$lang['bds_issues'] = "Registers"; 6$lang['bds_issue_report'] = "Report a problem"; 7$lang['bds_task_report'] = "Add a task"; 8$lang['report'] = "Report"; 9$lang['report_open'] = 'Raport of opened'; 10$lang['bez_tasks'] = 'Tasks'; 11 12$lang['issues'] = "Problems"; 13$lang['tasks'] = "Tasks"; 14$lang['reports'] = 'Registers'; 15 16$lang['issue'] = 'Issue'; 17$lang['task'] = 'Task'; 18 19$lang['report_therads'] = "Report a problem"; 20$lang['report_projects'] = "Add project"; 21$lang['project'] = "projekt"; 22$lang['kp_report'] = "Project Card"; 23 24$lang['kp_team'] = "Team"; 25$lang['kp_description'] = "Description"; 26$lang['kp_schedule'] = "Schedule"; 27$lang['kp_evaluation'] = "Evaluation"; 28 29$lang['id'] = "No"; 30$lang['_id'] = "No"; 31$lang['type'] = "Type of problem"; 32$lang['just_type'] = 'Type'; 33$lang['title'] = "Title"; 34$lang['state'] = "Status"; 35$lang['reporter'] = "Person reporting the problem"; 36$lang['executor'] = "Performer"; 37$lang['coordinator'] = "Coordinator"; 38$lang['description'] = "Description"; 39$lang['date'] = "Reported"; 40$lang['last_mod_date'] = "last change"; 41$lang['opened_for'] = "Open since"; 42$lang['last_modified'] = "Last change"; 43$lang['last_modified_by'] = "Last changed by"; 44$lang['opened_tasks'] = "Open tasks"; 45 46$lang['entity'] = "Source of report"; 47$lang['entities'] = "Sources of report (one per line)"; 48$lang['entities_confirm'] = 'New sources of report saved.'; 49 50$lang['opinion'] = "Effectiveness evaluation"; 51$lang['root_cause'] = "Cause category"; 52$lang['causes'] = "Causes"; 53 54$lang['save'] = "Save"; 55$lang['proposal'] = "Proposal"; 56$lang['reported_by'] = "Reported by"; 57$lang['executor_not_specified'] = "Unspecified"; 58$lang['account_removed'] = "Removed account"; 59$lang['none'] = "none"; 60 61$lang['changes_history'] = "Change history"; 62$lang['add_comment'] = "Add comment"; 63$lang['add_task'] = "Add task"; 64$lang['change_issue'] = "Change the report of problem "; 65 66$lang['changed'] = "It has been changed"; 67$lang['changed_field'] = "It has been changed"; 68$lang['by'] = "by"; 69$lang['from'] = "from"; 70$lang['to'] = "to"; 71$lang['diff'] = "Differences"; 72$lang['comment'] = "Skomentuj"; 73$lang['replay'] = "Reply"; 74$lang['edit'] = "Edit"; 75$lang['change_task_state'] = "Change a status of task"; 76$lang['replay_to'] = "Reply to"; 77$lang['quoted_in'] = "Replies"; 78 79$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. "; 80$lang['error_issue_id_unknown'] = "Row you want to read does not exist."; 81$lang['error_db_connection'] = "Cannot connect to the database."; 82$lang['error_issue_insert'] = "The problem cannot be added. "; 83$lang['error_task_add'] = "You cannot add tasks. Access denied."; 84$lang['error_table_unknown'] = "The table dosn't exist."; 85$lang['error_report_unknown'] = "The report dosn't exist"; 86$lang['error_issue_report'] = 'You cannot add new issues.'; 87$lang['error_entity'] = 'You cannot add new soruces of report.'; 88$lang['error_issues'] = 'You cannot view issues.'; 89$lang['error_no_permission'] = 'You do not have permission to view this page.'; 90 91$lang['vald_root_cause'] = "Select cause category."; 92 93$lang['vald_type_required'] = "Specify a type of the problem"; 94$lang['vald_entity_required'] = "Choose a source of report from the list"; 95$lang['vald_title_required'] = "Provide a title."; 96$lang['vald_title_too_long'] = "Title is too long, max: %d characters."; 97$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numbers, spaces, dashes, floors, points and commas are allowed."; 98 99$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified."; 100$lang['vald_coordinator_required'] = "Coordinator has to be wiki user."; 101 102$lang['vald_desc_required'] = "Describe a problem"; 103$lang['vald_desc_too_long'] = "Too long description, max %d characters."; 104$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters."; 105$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.'; 106$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open."; 107$lang['vald_cannot_give_reason'] = "You didn't change a status of the task."; 108 109$lang['vald_content_required'] = "Insert a text"; 110$lang['vald_content_too_long'] = "Text is too long, max: %d"; 111$lang['vald_replay_to_not_exists'] = "Comment dosn't exist"; 112$lang['vald_state_required'] = "Specified a status of problem"; 113$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.'; 114 115$lang['vald_task_state_required'] = "Specified a status of task"; 116$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t"; 117 118$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB."; 119$lang['vald_cost_too_big'] = "Cost is too high, max: %d"; 120$lang['vald_cost_wrong_format'] = "Cost should be integer."; 121$lang['vald_action_required'] = "Provide an action of the task"; 122 123$lang['vald_days_should_be_numeric'] = "Days have to be decimal."; 124 125$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.'; 126$lang['vald_entity_no_ascii'] = 'Source of report contains non-ASCII charters.'; 127 128 129$lang['vald_type_wrong_chars'] = 'Type has to contain only numbers and letters.'; 130$lang['vald_type_required'] = 'You must provide type name in both languages.'; 131 132$lang['priority_marginal'] = 'marginal'; 133$lang['priority_important'] = 'important'; 134$lang['priority_crucial'] = 'crucial'; 135 136$lang['type_complaint'] = "complaint"; 137$lang['type_noneconformity'] = "nonconformity"; 138$lang['type_noneconformity_internal'] = 'internal noneconformity'; 139$lang['type_noneconformity_customer'] = 'customer noneconformity'; 140$lang['type_noneconformity_supplier'] = 'supplier noneconformity'; 141$lang['type_opportunity'] = 'opportunity'; 142$lang['type_threat'] = 'threat'; 143 144$lang['state_proposal'] = "proposal"; 145$lang['state_opened'] = "open"; 146$lang['state_done'] = "done"; 147$lang['state_rejected'] = "rejected"; 148$lang['state_closed'] = "closed"; 149 150$lang['reject_issue'] = 'Reject'; 151$lang['js']['close_issue'] = 'Close issue'; 152$lang['js']['comment_and_close_issue'] = 'Close and comment'; 153 154$lang['js']['reject_issue'] = 'Reject issue'; 155$lang['js']['comment_and_reject_issue'] = 'Comment and reject'; 156 157$lang['js']['reopen_issue'] = 'Reopen issue'; 158$lang['js']['comment_and_reopen_issue'] = 'Reopen and comment'; 159 160 161$lang['js']['do_task'] = 'Do task'; 162$lang['js']['comment_and_do_task'] = 'Do and comment'; 163$lang['js']['reopen_task'] = 'Reopen task'; 164$lang['js']['comment_and_reopen_task'] = 'Reopen and comment'; 165 166$lang['just_now'] = "minute before"; 167$lang['seconds'] = "seconds"; 168$lang['minutes'] = "minutes"; 169$lang['hours'] = "hours"; 170$lang['days'] = "days"; 171$lang['ago'] = "ago"; 172 173$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled."; 174$lang['reopen_issue'] = "Change a status of the problem"; 175$lang['add'] = "Add"; 176 177$lang['class'] = 'Task type'; 178 179$lang['action'] = "Action"; 180 181$lang['open'] = "Open"; 182$lang['closed'] = "Closed"; 183 184$lang['cost'] = "Cost (PLN)"; 185$lang['executor'] = "Performer"; 186 187$lang['task_state'] = "Status"; 188$lang['reason'] = "Rejection reason"; 189 190$lang['task_added'] = "Task has been added"; 191$lang['task_changed'] = "Task has been changed"; 192$lang['task_rejected_header'] = "Task has been rejected"; 193$lang['task_closed'] = "Task has been completed"; 194$lang['task_reopened'] = "Task has been reopend"; 195$lang['comment_added'] = "commented"; 196$lang['comment_changed'] = "Comment has been changed"; 197 198$lang['cause_added'] = 'added cause'; 199$lang['cause_noun'] = "Cause"; 200$lang['change_cause_button'] = "Correct the cause"; 201$lang['added'] = 'Added'; 202 203 204$lang['replay_by_task'] = "Add task in replay"; 205$lang['change_made'] = "Change has been made"; 206 207$lang['change_comment'] = "Correct the comment"; 208$lang['change_comment_button'] = "Correct the comment"; 209$lang['change_task'] = "Change the task"; 210$lang['change_task_button'] = "Change the task"; 211 212$lang['preview'] = "preview"; 213$lang['next'] = "next"; 214 215$lang['version'] = "Version"; 216 217$lang['comment_noun'] = "Comment"; 218$lang['change'] = "Change"; 219$lang['task'] = "Task"; 220 221$lang['change_state_button'] = "Change the status"; 222 223 224$lang['correction'] = "Correction"; 225$lang['correction_h'] = 'Correction'; 226$lang['corrective_action'] = "Corrective action"; 227$lang['preventive_action'] = "Preventive action"; 228 229$lang['correction_add'] = 'Add correction'; 230$lang['corrective_action_add'] = 'Add corrective action'; 231$lang['preventive_action_add'] = 'Add preventive action'; 232 233$lang['show_all_tasks'] = 'Show all tasks'; 234 235$lang['none_comment'] = "none(comment)"; 236$lang['manpower'] = "Manpower"; 237$lang['method'] = "Method"; 238$lang['machine'] = "Machine"; 239$lang['material'] = "Material"; 240$lang['managment'] = "Management"; 241$lang['measurement'] = "Measurement"; 242$lang['money'] = "Money"; 243$lang['environment'] = "Environment"; 244$lang['communication'] = "Communication"; 245 246$lang['task_opened'] = "Open"; 247$lang ['task_outdated'] = 'Outdated'; 248$lang ['task_done'] = "Done"; 249$lang ['task_plan'] = "Plan"; 250$lang ['task_rejected'] = "Rejected"; 251 252$lang ['task_do'] = 'Done'; 253$lang ['task_reject'] = 'Reject'; 254$lang ['task_reopen'] = 'Reopen'; 255 256$lang['reason_reopen'] = "Reason for reopening "; 257$lang['reason_done'] = "Reason for closing"; 258$lang['reason_reject'] = "Reason for rejecting"; 259 260$lang['issue_created'] = "Reported"; 261 262$lang['issue_closed'] = "Problem has been closed"; 263$lang['issue_reopened'] = "Problem has been reopened"; 264 265$lang['issue_reopen'] = 'Reopen issue'; 266 267$lang['today'] = "Today"; 268$lang['yesterday'] = "Yesterday"; 269 270$lang['task_for'] = "for"; 271$lang['content'] = "Description"; 272 273$lang['8d_report'] = "8D Report"; 274$lang['8d_report_for'] = "for"; 275$lang['open_date'] = "Open date"; 276$lang['1d'] = "Team"; 277$lang['2d'] = "Problem"; 278$lang['3d'] = "Correction"; 279$lang['4d'] = "Real causes"; 280$lang['5d'] = "Corrective action"; 281$lang['6d'] = "Potential causes"; 282$lang['7d'] = "Preventive action"; 283$lang['8d'] = "Effectiveness evaluation"; 284 285$lang['number'] = 'Quantity'; 286$lang['true_date'] = "Date"; 287 288 289$lang['report_issues'] = 'Issues'; 290$lang['report_tasks'] = 'Tasks'; 291$lang['report_causes'] = 'Causes'; 292$lang['report_priority'] = 'Raction time'; 293$lang['report_subhead'] = 'for closed issues and tasks'; 294 295$lang['priority'] = 'Priority'; 296$lang['average'] = 'Average'; 297 298$lang['totalcost'] = 'Value'; 299$lang['report_total'] = 'Total'; 300 301$lang['show'] = "show"; 302 303$lang['by_last_activity'] = "Open, from latest to earliest"; 304$lang['issues_by_last_activity'] = "Open problems, from latest to earliest"; 305 306$lang['ns'] = "NA"; 307 308$lang['ended'] = "Completed"; 309 310//Mail 311$lang['new_task'] = "New task"; 312$lang['new_issue'] = "New issue"; 313$lang['send_mail'] = "Send"; 314 315$lang['average_days'] = "Average time of task closing(days)"; 316 317$lang['bds_switch_lang'] = "Wersja polska"; 318 319$lang['comments'] = 'Comments'; 320 321$lang['delete'] = 'Delete'; 322$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.'; 323$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.'; 324 325$lang['types_manage'] = 'Types of issues'; 326 327$lang['sort'] = 'Sort'; 328$lang['cancel'] = 'Cancel'; 329 330$lang['menu_close_task'] = 'My tasks (%d)'; 331$lang['menu_close_issue'] = 'My issues(%d)'; 332$lang['menu_comment_issue'] = 'Opened issues (%d)'; 333 334$lang['do_you_want_remove'] = 'Do you really want to remove this row?'; 335$lang['yes'] = 'Yes'; 336$lang['no'] = 'No'; 337 338$lang['all'] = 'everything'; 339$lang['year'] = 'Year'; 340$lang['in_year'] = 'in year'; 341$lang['filter'] = 'Filter'; 342 343$lang['close_issues'] = 'My issues'; 344$lang['close_tasks'] = 'My tasks'; 345 346$lang['proposals'] = 'Proposals'; 347 348$lang['show_tasks_hidden'] = 'Show closed and rejected tasks'; 349$lang['add_task'] = 'Add new task'; 350 351$lang['save_without_changing_date'] = 'Save without changing date'; 352 353$lang['sort_by_open_date'] = 'Sort by open date'; 354 355$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.'; 356 357$lang['add_cause'] = 'Add cause'; 358$lang['add_correction'] = 'Add correction'; 359 360$lang['cause'] = 'cause'; 361$lang['pontential_cause'] = 'potential cause'; 362 363$lang['cause_type'] = 'Cause type'; 364 365$lang['cause_real'] = 'real'; 366$lang['cause_potential'] = 'potential'; 367 368$lang['evaluation'] = 'Ocena'; 369 370$lang['rr_report'] = 'RR Report'; 371 372$lang['rr_team'] = 'Risk evaluation team'; 373$lang['rr_desc'] = 'Risk description'; 374$lang['rr_eval'] = 'Risk evaluacion'; 375$lang['rr_suceval'] = 'Effectiveness evalutation'; 376 377$lang['correction_nav'] = 'Corrections'; 378$lang['closed_tasks'] = 'Closed tasks'; 379$lang['root_causes'] = 'Cause categories'; 380 381$lang['version'] = 'version'; 382 383$lang['issues_juxtaposition'] = 'Juxtaposition of issues'; 384$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks'; 385 386$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.'; 387$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.'; 388$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.'; 389$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.'; 390 391$lang['number_of_open'] = 'Number of open'; 392$lang['number_of_close'] = 'Number of closed'; 393$lang['number_of_close_on_time'] = 'Number of closed on time'; 394$lang['number_of_close_off_time'] = 'Number of closed off time'; 395$lang['diffirence'] = 'Diffirence'; 396 397$lang['cost_of_open'] = 'Cost of open'; 398 399$lang['average_of_close'] = 'Avarage close time'; 400 401$lang['plan_date'] = 'Plan date'; 402$lang['all_day_event'] = 'All day event'; 403$lang['start_time'] = 'Start time'; 404$lang['finish_time'] = 'Finish time'; 405 406$lang['vald_valid_date_required'] = 'Valid date required.'; 407$lang['vald_valid_start_hour_required'] = 'Valid start time required.'; 408$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.'; 409 410$lang['download_in_icalendar'] = 'iCalendar'; 411 412$lang['task_types'] = 'Task types'; 413$lang['task_type'] = 'Typ zadań'; 414 415$lang['programme'] = 'Programme'; 416 417$lang['tasks_no_type'] = '--- without type ---'; 418 419$lang ['plan'] = "Plan"; 420 421$lang ['task_plan'] = "Plan"; 422$lang ['task_realization'] = "Realization"; 423 424$lang ['month'] = "Month"; 425 426$lang ['report_date'] = "Report date"; 427$lang ['close_date'] = "Close date"; 428 429$lang['jan'] = 'January'; 430$lang['feb'] = 'February'; 431$lang['mar'] = 'March'; 432$lang['apr'] = 'April'; 433$lang['may'] = 'May'; 434$lang['june'] = 'June'; 435$lang['july'] = 'July'; 436$lang['aug'] = 'August'; 437$lang['sept'] = 'September'; 438$lang['oct'] = 'October'; 439$lang['nov'] = 'November'; 440$lang['dec'] = 'December'; 441 442$lang['mon1_a'] = 'January'; 443$lang['mon2_a'] = 'February'; 444$lang['mon3_a'] = 'March'; 445$lang['mon4_a'] = 'April'; 446$lang['mon5_a'] = 'May'; 447$lang['mon6_a'] = 'June'; 448$lang['mon7_a'] = 'July'; 449$lang['mon8_a'] = 'August'; 450$lang['mon9_a'] = 'September'; 451$lang['mon10_a'] = 'October'; 452$lang['mon11_a'] = 'November'; 453$lang['mon12_a'] = 'December'; 454 455$lang['at_hour'] = 'at'; 456 457$lang['hours_no'] = 'Number of hours'; 458 459$lang['show_desc'] = 'Show descriptions'; 460$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations'; 461 462$lang['hide_desc'] = 'Hide descripitons'; 463$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations'; 464 465$lang['users'] = 'users'; 466$lang['groups'] = 'groups'; 467 468$lang['duplicate'] = 'Duplicate'; 469 470$lang['show_issue'] = 'Show issue'; 471 472$lang['select'] = 'select'; 473 474$lang['not_relevant'] = 'not relevant'; 475 476$lang['validate_is_null'] = 'cannot be empty.'; 477$lang['validate_validate_iso_date'] = 'bad date format.'; 478$lang['validate_must_be_0'] = 'must be 0.'; 479$lang['refs'] = 'References'; 480 481$lang['comment_last_activity'] = 'Last activity'; 482$lang['comment_participants'] = 'Participants'; 483 484$lang['issue_type_no_specified'] = 'type no specified'; 485 486$lang['involvement'] = 'Involvement'; 487$lang['commentator'] = 'Commentator'; 488 489$lang['activity_report'] = 'Activity report'; 490 491$lang['user'] = 'User'; 492 493$lang['activity_in_issues'] = 'Activity in issues'; 494 495$lang['activity_in_tasks'] = 'Activity in tasks'; 496 497$lang['rejected_tasks'] = 'Rejected tasks'; 498 499$lang['subscribe'] = 'Subscribe'; 500 501$lang['subscribent'] = 'Subscribent'; 502 503$lang['unsubscribe'] = 'Unsubscribe'; 504 505$lang['subscribed_info'] = "You're receiving notifications about changes in this problem."; 506 507$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem."; 508 509$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task."; 510 511$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task."; 512 513$lang['show_comments'] = 'Show comments'; 514$lang['hide_comments'] = 'Hide comments'; 515 516$lang['correct'] = 'Correct'; 517 518$lang['from_hour'] = 'from'; 519$lang['to_hour'] = 'to'; 520 521$lang['next_open'] = 'Next open'; 522$lang['prev_open'] = 'Previous open'; 523 524$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?'; 525 526$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.'; 527 528$lang['issue_added'] = 'Issue added'; 529 530$lang['timeline_cause_added'] = 'Cause added'; 531$lang['timeline_comment_added'] = 'Comment added'; 532 533$lang['issue_invite_header'] = 'Invite user'; 534$lang['issue_invite_button'] = 'Invite'; 535 536$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 537$lang['mail_mail_notify_invite_subject'] = 'Problem invitation'; 538 539$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem'; 540 541$lang['mail_mail_notify_change_state_action'] = 'has changed state'; 542$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem'; 543 544$lang['js']['combobox_show_all_items'] = 'Show All Items'; 545$lang['js']['combobox_did_not_match'] = "didn't match any item"; 546 547$lang['invitation_has_been_send'] = 'Invitation has been sent to'; 548 549$lang['no_evaluation'] = 'No evaluation'; 550 551$lang['edit_metadata'] = 'Edit metadata'; 552 553$lang['metadata_edit_header'] = 'Edit metadata'; 554 555$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.'; 556 557$lang['task_type_correction'] = 'Correction'; 558$lang['task_type_corrective'] = 'Corrective'; 559$lang['task_type_preventive'] = 'Preventive'; 560$lang['task_type_program'] = 'Program'; 561 562$lang['nav my_activities'] = 'My activities'; 563$lang['nav projects'] = 'Projects'; 564 565$lang['user_did_task'] = '%s did task %s'; 566 567$lang['user_closed_issue'] = '%s closed issue %s'; 568$lang['user_rejected_issue'] = '%s rejected issue %s'; 569 570$lang['private'] = 'Private'; 571 572$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.'; 573$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.'; 574$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.'; 575 576$lang['js']['close_issue_project'] = 'Close project'; 577$lang['js']['reject_issue_project'] = 'Reject project'; 578$lang['js']['reopen_issue_project'] = 'Reopen project'; 579 580$lang['user_closed_issue_project'] = '%s closed project %s'; 581$lang['user_rejected_issue_project'] = '%s rejected project %s'; 582 583$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.'; 584$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.'; 585 586$lang['correction_add_project'] = 'Add task'; 587 588$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task'; 589 590$lang['mail_task_comment_added'] = 'has added comment in task'; 591 592 593$lang['mail_thread_closed'] = 'closed issue'; 594$lang['mail_thread_rejected'] = 'rejected issue'; 595$lang['mail_thread_reopened'] = 'reopened'; 596$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 597$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue'; 598$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue'; 599$lang['mail_thread_task_added'] = 'added task in issue'; 600$lang['mail_thread_task_done'] = 'closed task in issue'; 601$lang['mail_thread_task_reopened'] = 'reopened task in issue'; 602$lang['mail_task_done'] = 'closed task'; 603$lang['mail_task_repened'] = 'reopened task'; 604 605$lang['mail_task_assignee'] = 'assigned you to task';