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_header'] = "%dD Report"; 275$lang['8d_report_for'] = "for"; 276$lang['open_date'] = "Open date"; 277$lang['1d'] = "Team"; 278$lang['2d'] = "Problem"; 279$lang['3d'] = "Correction"; 280$lang['4d'] = "Real causes"; 281$lang['5d'] = "Corrective action"; 282$lang['6d'] = "Potential causes"; 283$lang['7d'] = "Preventive action"; 284$lang['8d'] = "Effectiveness evaluation"; 285 286$lang['number'] = 'Quantity'; 287$lang['true_date'] = "Date"; 288 289 290$lang['report_issues'] = 'Issues'; 291$lang['report_tasks'] = 'Tasks'; 292$lang['report_causes'] = 'Causes'; 293$lang['report_priority'] = 'Raction time'; 294$lang['report_subhead'] = 'for closed issues and tasks'; 295 296$lang['priority'] = 'Priority'; 297$lang['average'] = 'Average'; 298 299$lang['totalcost'] = 'Value'; 300$lang['report_total'] = 'Total'; 301 302$lang['show'] = "show"; 303 304$lang['by_last_activity'] = "Open, from latest to earliest"; 305$lang['issues_by_last_activity'] = "Open problems, from latest to earliest"; 306 307$lang['ns'] = "NA"; 308 309$lang['ended'] = "Completed"; 310 311//Mail 312$lang['new_task'] = "New task"; 313$lang['new_issue'] = "New issue"; 314$lang['send_mail'] = "Send"; 315 316$lang['average_days'] = "Average time of task closing(days)"; 317 318$lang['bds_switch_lang'] = "Wersja polska"; 319 320$lang['comments'] = 'Comments'; 321 322$lang['delete'] = 'Delete'; 323$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.'; 324$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.'; 325 326$lang['types_manage'] = 'Types of issues'; 327 328$lang['sort'] = 'Sort'; 329$lang['cancel'] = 'Cancel'; 330 331$lang['menu_close_task'] = 'My tasks (%d)'; 332$lang['menu_close_issue'] = 'My issues(%d)'; 333$lang['menu_comment_issue'] = 'Opened issues (%d)'; 334 335$lang['do_you_want_remove'] = 'Do you really want to remove this row?'; 336$lang['yes'] = 'Yes'; 337$lang['no'] = 'No'; 338 339$lang['all'] = 'everything'; 340$lang['year'] = 'Year'; 341$lang['in_year'] = 'in year'; 342$lang['filter'] = 'Filter'; 343 344$lang['close_issues'] = 'My issues'; 345$lang['close_tasks'] = 'My tasks'; 346$lang['my_reported_threads'] = 'Threads reported by me'; 347$lang['my_reported_tasks'] = 'Tasks reported by me'; 348 349$lang['proposals'] = 'Proposals'; 350 351$lang['show_tasks_hidden'] = 'Show closed and rejected tasks'; 352$lang['add_task'] = 'Add new task'; 353 354$lang['save_without_changing_date'] = 'Save without changing date'; 355 356$lang['sort_by_open_date'] = 'Sort by open date'; 357 358$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.'; 359 360$lang['add_cause'] = 'Add cause'; 361$lang['add_correction'] = 'Add correction'; 362 363$lang['cause'] = 'cause'; 364$lang['pontential_cause'] = 'potential cause'; 365 366$lang['cause_type'] = 'Cause type'; 367 368$lang['cause_real'] = 'real'; 369$lang['cause_potential'] = 'potential'; 370 371$lang['evaluation'] = 'Ocena'; 372 373$lang['rr_report'] = 'RR Report'; 374 375$lang['rr_team'] = 'Risk evaluation team'; 376$lang['rr_desc'] = 'Risk description'; 377$lang['rr_eval'] = 'Risk evaluacion'; 378$lang['rr_suceval'] = 'Effectiveness evalutation'; 379 380$lang['correction_nav'] = 'Corrections'; 381$lang['closed_tasks'] = 'Closed tasks'; 382$lang['root_causes'] = 'Cause categories'; 383 384$lang['version'] = 'version'; 385 386$lang['issues_juxtaposition'] = 'Juxtaposition of issues'; 387$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks'; 388 389$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.'; 390$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.'; 391$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.'; 392$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.'; 393 394$lang['number_of_open'] = 'Number of open'; 395$lang['number_of_close'] = 'Number of closed'; 396$lang['number_of_close_on_time'] = 'Number of closed on time'; 397$lang['number_of_close_off_time'] = 'Number of closed off time'; 398$lang['diffirence'] = 'Diffirence'; 399 400$lang['cost_of_open'] = 'Cost of open'; 401 402$lang['average_of_close'] = 'Avarage close time'; 403 404$lang['plan_date'] = 'Plan date'; 405$lang['all_day_event'] = 'All day event'; 406$lang['start_time'] = 'Start time'; 407$lang['finish_time'] = 'Finish time'; 408 409$lang['vald_valid_date_required'] = 'Valid date required.'; 410$lang['vald_valid_start_hour_required'] = 'Valid start time required.'; 411$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.'; 412 413$lang['download_in_icalendar'] = 'iCalendar'; 414 415$lang['task_types'] = 'Task types'; 416$lang['task_type'] = 'Typ zadań'; 417 418$lang['programme'] = 'Programme'; 419 420$lang['tasks_no_type'] = '--- without type ---'; 421 422$lang ['plan'] = "Plan"; 423 424$lang ['task_plan'] = "Plan"; 425$lang ['task_realization'] = "Realization"; 426 427$lang ['month'] = "Month"; 428 429$lang ['report_date'] = "Report date"; 430$lang ['close_date'] = "Close date"; 431 432$lang['jan'] = 'January'; 433$lang['feb'] = 'February'; 434$lang['mar'] = 'March'; 435$lang['apr'] = 'April'; 436$lang['may'] = 'May'; 437$lang['june'] = 'June'; 438$lang['july'] = 'July'; 439$lang['aug'] = 'August'; 440$lang['sept'] = 'September'; 441$lang['oct'] = 'October'; 442$lang['nov'] = 'November'; 443$lang['dec'] = 'December'; 444 445$lang['mon1_a'] = 'January'; 446$lang['mon2_a'] = 'February'; 447$lang['mon3_a'] = 'March'; 448$lang['mon4_a'] = 'April'; 449$lang['mon5_a'] = 'May'; 450$lang['mon6_a'] = 'June'; 451$lang['mon7_a'] = 'July'; 452$lang['mon8_a'] = 'August'; 453$lang['mon9_a'] = 'September'; 454$lang['mon10_a'] = 'October'; 455$lang['mon11_a'] = 'November'; 456$lang['mon12_a'] = 'December'; 457 458$lang['at_hour'] = 'at'; 459 460$lang['hours_no'] = 'Number of hours'; 461 462$lang['show_desc'] = 'Show descriptions'; 463$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations'; 464 465$lang['hide_desc'] = 'Hide descripitons'; 466$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations'; 467 468$lang['users'] = 'users'; 469$lang['groups'] = 'groups'; 470 471$lang['duplicate'] = 'Duplicate'; 472 473$lang['show_issue'] = 'Show issue'; 474 475$lang['select'] = 'select'; 476 477$lang['not_relevant'] = 'not relevant'; 478 479$lang['validate_is_null'] = 'cannot be empty.'; 480$lang['validate_validate_iso_date'] = 'bad date format.'; 481$lang['validate_must_be_0'] = 'must be 0.'; 482$lang['refs'] = 'References'; 483 484$lang['comment_last_activity'] = 'Last activity'; 485$lang['comment_participants'] = 'Participants'; 486 487$lang['issue_type_no_specified'] = 'type no specified'; 488 489$lang['involvement'] = 'Involvement'; 490$lang['commentator'] = 'Commentator'; 491 492$lang['activity_report'] = 'Activity report'; 493 494$lang['user'] = 'User'; 495 496$lang['activity_in_issues'] = 'Activity in issues'; 497 498$lang['activity_in_tasks'] = 'Activity in tasks'; 499 500$lang['rejected_tasks'] = 'Rejected tasks'; 501 502$lang['subscribe'] = 'Subscribe'; 503 504$lang['subscribent'] = 'Subscribent'; 505 506$lang['unsubscribe'] = 'Unsubscribe'; 507 508$lang['subscribed_info'] = "You're receiving notifications about changes in this problem."; 509 510$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem."; 511 512$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task."; 513 514$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task."; 515 516$lang['show_comments'] = 'Show comments'; 517$lang['hide_comments'] = 'Hide comments'; 518 519$lang['correct'] = 'Correct'; 520 521$lang['from_hour'] = 'from'; 522$lang['to_hour'] = 'to'; 523 524$lang['next_open'] = 'Next open'; 525$lang['prev_open'] = 'Previous open'; 526 527$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?'; 528 529$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.'; 530 531$lang['issue_added'] = 'Issue added'; 532 533$lang['timeline_cause_added'] = 'Cause added'; 534$lang['timeline_comment_added'] = 'Comment added'; 535 536$lang['issue_invite_header'] = 'Invite user'; 537$lang['issue_invite_button'] = 'Invite'; 538 539$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 540$lang['mail_mail_notify_invite_subject'] = 'Problem invitation'; 541 542$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem'; 543 544$lang['mail_mail_notify_change_state_action'] = 'has changed state'; 545$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem'; 546 547$lang['js']['combobox_show_all_items'] = 'Show All Items'; 548$lang['js']['combobox_did_not_match'] = "didn't match any item"; 549 550$lang['invitation_has_been_send'] = 'Invitation has been sent to'; 551 552$lang['no_evaluation'] = 'No evaluation'; 553 554$lang['edit_metadata'] = 'Edit metadata'; 555 556$lang['metadata_edit_header'] = 'Edit metadata'; 557 558$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.'; 559 560$lang['task_type_correction'] = 'Correction'; 561$lang['task_type_corrective'] = 'Corrective'; 562$lang['task_type_preventive'] = 'Preventive'; 563$lang['task_type_program'] = 'Program'; 564 565$lang['nav my_activities'] = 'My activities'; 566$lang['nav projects'] = 'Projects'; 567 568$lang['user_did_task'] = '%s did task %s'; 569 570$lang['user_closed_issue'] = '%s closed issue %s'; 571$lang['user_rejected_issue'] = '%s rejected issue %s'; 572 573$lang['private'] = 'Private'; 574 575$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.'; 576$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.'; 577$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.'; 578 579$lang['js']['close_issue_project'] = 'Close project'; 580$lang['js']['reject_issue_project'] = 'Reject project'; 581$lang['js']['reopen_issue_project'] = 'Reopen project'; 582 583$lang['user_closed_issue_project'] = '%s closed project %s'; 584$lang['user_rejected_issue_project'] = '%s rejected project %s'; 585 586$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.'; 587$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.'; 588 589$lang['correction_add_project'] = 'Add task'; 590 591$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task'; 592 593$lang['mail_task_comment_added'] = 'has added comment in task'; 594 595 596$lang['mail_thread_closed'] = 'closed issue'; 597$lang['mail_thread_rejected'] = 'rejected issue'; 598$lang['mail_thread_reopened'] = 'reopened'; 599$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 600$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue'; 601$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue'; 602$lang['mail_thread_task_added'] = 'added task in issue'; 603$lang['mail_thread_task_done'] = 'closed task in issue'; 604$lang['mail_thread_task_reopened'] = 'reopened task in issue'; 605$lang['mail_task_done'] = 'closed task'; 606$lang['mail_task_repened'] = 'reopened task'; 607 608$lang['mail_task_assignee'] = 'assigned you to task'; 609$lang['mail_mail_inform_admins_action'] = 'reported proposal'; 610 611$lang['participant_removed'] = '<strong>%s</strong> has been removed.'; 612 613$lang['pin_to_the_issue'] = 'Pin to the issue'; 614$lang['unpin_from_the_issue'] = 'Unpin from the issue'; 615 616$lang['validate_pin_task'] = "Thread doesn't exists or isn't opened."; 617$lang['thread_id'] = "Thread id"; 618$lang['confirm_unpin_task'] = "Do you really want to unpin this task?"; 619$lang['pin_button'] = 'Pin';