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['closing_comment_added'] = 'has added closing comment'; 197$lang['comment_changed'] = "Comment has been changed"; 198 199$lang['cause_added'] = 'added cause'; 200$lang['cause_noun'] = "Cause"; 201$lang['change_cause_button'] = "Correct the cause"; 202$lang['added'] = 'Added'; 203 204 205$lang['replay_by_task'] = "Add task in replay"; 206$lang['change_made'] = "Change has been made"; 207 208$lang['change_comment'] = "Correct the comment"; 209$lang['change_comment_button'] = "Correct the comment"; 210$lang['change_task'] = "Change the task"; 211$lang['change_task_button'] = "Change the task"; 212 213$lang['preview'] = "preview"; 214$lang['next'] = "next"; 215 216$lang['version'] = "Version"; 217 218$lang['comment_noun'] = "Comment"; 219$lang['change'] = "Change"; 220$lang['task'] = "Task"; 221 222$lang['change_state_button'] = "Change the status"; 223 224 225$lang['correction'] = "Correction"; 226$lang['correction_h'] = 'Correction'; 227$lang['corrective_action'] = "Corrective action"; 228$lang['preventive_action'] = "Preventive action"; 229 230$lang['correction_add'] = 'Add correction'; 231$lang['corrective_action_add'] = 'Add corrective action'; 232$lang['preventive_action_add'] = 'Add preventive action'; 233 234$lang['show_all_tasks'] = 'Show all tasks'; 235 236$lang['none_comment'] = "none(comment)"; 237$lang['manpower'] = "Manpower"; 238$lang['method'] = "Method"; 239$lang['machine'] = "Machine"; 240$lang['material'] = "Material"; 241$lang['managment'] = "Management"; 242$lang['measurement'] = "Measurement"; 243$lang['money'] = "Money"; 244$lang['environment'] = "Environment"; 245$lang['communication'] = "Communication"; 246 247$lang['task_opened'] = "Open"; 248$lang ['task_outdated'] = 'Outdated'; 249$lang ['task_done'] = "Done"; 250$lang ['task_plan'] = "Plan"; 251$lang ['task_rejected'] = "Rejected"; 252 253$lang ['task_do'] = 'Done'; 254$lang ['task_reject'] = 'Reject'; 255$lang ['task_reopen'] = 'Reopen'; 256 257$lang['reason_reopen'] = "Reason for reopening "; 258$lang['reason_done'] = "Reason for closing"; 259$lang['reason_reject'] = "Reason for rejecting"; 260 261$lang['issue_created'] = "Reported"; 262 263$lang['issue_closed'] = "Problem has been closed"; 264$lang['issue_reopened'] = "Problem has been reopened"; 265 266$lang['issue_reopen'] = 'Reopen issue'; 267 268$lang['today'] = "Today"; 269$lang['yesterday'] = "Yesterday"; 270 271$lang['task_for'] = "for"; 272$lang['content'] = "Description"; 273 274$lang['8d_report'] = "8D Report"; 275$lang['8d_report_header'] = "%dD Report"; 276$lang['8d_report_for'] = "for"; 277$lang['open_date'] = "Open date"; 278$lang['1d'] = "Team"; 279$lang['2d'] = "Problem"; 280$lang['3d'] = "Correction"; 281$lang['4d'] = "Real causes"; 282$lang['5d'] = "Corrective action"; 283$lang['6d'] = "Potential causes"; 284$lang['7d'] = "Preventive action"; 285$lang['8d'] = "Effectiveness evaluation"; 286 287$lang['number'] = 'Quantity'; 288$lang['true_date'] = "Date"; 289 290 291$lang['report_issues'] = 'Issues'; 292$lang['report_tasks'] = 'Tasks'; 293$lang['report_causes'] = 'Causes'; 294$lang['report_priority'] = 'Raction time'; 295$lang['report_subhead'] = 'for closed issues and tasks'; 296 297$lang['priority'] = 'Priority'; 298$lang['average'] = 'Average'; 299 300$lang['totalcost'] = 'Value'; 301$lang['report_total'] = 'Total'; 302 303$lang['show'] = "show"; 304 305$lang['by_last_activity'] = "Open, from latest to earliest"; 306$lang['issues_by_last_activity'] = "Open problems, from latest to earliest"; 307 308$lang['ns'] = "NA"; 309 310$lang['ended'] = "Completed"; 311 312//Mail 313$lang['new_task'] = "New task"; 314$lang['new_issue'] = "New issue"; 315$lang['send_mail'] = "Send"; 316 317$lang['average_days'] = "Average time of task closing(days)"; 318 319$lang['bds_switch_lang'] = "Wersja polska"; 320 321$lang['comments'] = 'Comments'; 322 323$lang['delete'] = 'Delete'; 324$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.'; 325$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.'; 326 327$lang['types_manage'] = 'Types of issues'; 328 329$lang['sort'] = 'Sort'; 330$lang['cancel'] = 'Cancel'; 331 332$lang['menu_activity'] = 'Activity'; 333$lang['menu_close_task'] = 'My tasks (%d)'; 334$lang['menu_close_issue'] = 'My issues(%d)'; 335$lang['menu_comment_issue'] = 'Opened issues (%d)'; 336 337$lang['do_you_want_remove'] = 'Do you really want to remove this row?'; 338$lang['yes'] = 'Yes'; 339$lang['no'] = 'No'; 340 341$lang['all'] = 'everything'; 342$lang['year'] = 'Year'; 343$lang['in_year'] = 'in year'; 344$lang['filter'] = 'Filter'; 345 346$lang['close_issues'] = 'My issues'; 347$lang['close_tasks'] = 'My tasks'; 348$lang['my_reported_threads'] = 'Threads reported by me'; 349$lang['my_reported_tasks'] = 'Tasks reported by me'; 350 351$lang['proposals'] = 'Proposals'; 352 353$lang['show_tasks_hidden'] = 'Show closed and rejected tasks'; 354$lang['add_task'] = 'Add new task'; 355 356$lang['save_without_changing_date'] = 'Save without changing date'; 357 358$lang['sort_by_open_date'] = 'Sort by open date'; 359 360$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.'; 361 362$lang['add_cause'] = 'Add cause'; 363$lang['add_correction'] = 'Add correction'; 364 365$lang['cause'] = 'cause'; 366$lang['pontential_cause'] = 'potential cause'; 367 368$lang['cause_type'] = 'Cause type'; 369 370$lang['cause_real'] = 'real'; 371$lang['cause_potential'] = 'potential'; 372 373$lang['evaluation'] = 'Ocena'; 374 375$lang['rr_report'] = 'RR Report'; 376 377$lang['rr_team'] = 'Risk evaluation team'; 378$lang['rr_desc'] = 'Risk description'; 379$lang['rr_eval'] = 'Risk evaluacion'; 380$lang['rr_suceval'] = 'Effectiveness evalutation'; 381 382$lang['correction_nav'] = 'Corrections'; 383$lang['closed_tasks'] = 'Closed tasks'; 384$lang['root_causes'] = 'Cause categories'; 385 386$lang['version'] = 'version'; 387 388$lang['issues_juxtaposition'] = 'Juxtaposition of issues'; 389$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks'; 390 391$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.'; 392$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.'; 393$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.'; 394$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.'; 395 396$lang['number_of_open'] = 'Number of open'; 397$lang['number_of_close'] = 'Number of closed'; 398$lang['number_of_close_on_time'] = 'Number of closed on time'; 399$lang['number_of_close_off_time'] = 'Number of closed off time'; 400$lang['diffirence'] = 'Diffirence'; 401 402$lang['cost_of_open'] = 'Cost of open'; 403 404$lang['average_of_close'] = 'Avarage close time'; 405 406$lang['plan_date'] = 'Plan date'; 407$lang['all_day_event'] = 'All day event'; 408$lang['start_time'] = 'Start time'; 409$lang['finish_time'] = 'Finish time'; 410 411$lang['vald_valid_date_required'] = 'Valid date required.'; 412$lang['vald_valid_start_hour_required'] = 'Valid start time required.'; 413$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.'; 414 415$lang['download_in_icalendar'] = 'iCalendar'; 416 417$lang['task_types'] = 'Task types'; 418$lang['task_type'] = 'Typ zadań'; 419 420$lang['programme'] = 'Programme'; 421 422$lang['tasks_no_type'] = '--- without type ---'; 423 424$lang ['plan'] = "Plan"; 425 426$lang ['task_plan'] = "Plan"; 427$lang ['task_realization'] = "Realization"; 428 429$lang ['month'] = "Month"; 430 431$lang ['report_date'] = "Report date"; 432$lang ['close_date'] = "Close date"; 433 434$lang['jan'] = 'January'; 435$lang['feb'] = 'February'; 436$lang['mar'] = 'March'; 437$lang['apr'] = 'April'; 438$lang['may'] = 'May'; 439$lang['june'] = 'June'; 440$lang['july'] = 'July'; 441$lang['aug'] = 'August'; 442$lang['sept'] = 'September'; 443$lang['oct'] = 'October'; 444$lang['nov'] = 'November'; 445$lang['dec'] = 'December'; 446 447$lang['mon1_a'] = 'January'; 448$lang['mon2_a'] = 'February'; 449$lang['mon3_a'] = 'March'; 450$lang['mon4_a'] = 'April'; 451$lang['mon5_a'] = 'May'; 452$lang['mon6_a'] = 'June'; 453$lang['mon7_a'] = 'July'; 454$lang['mon8_a'] = 'August'; 455$lang['mon9_a'] = 'September'; 456$lang['mon10_a'] = 'October'; 457$lang['mon11_a'] = 'November'; 458$lang['mon12_a'] = 'December'; 459 460$lang['at_hour'] = 'at'; 461 462$lang['hours_no'] = 'Number of hours'; 463 464$lang['show_desc'] = 'Show descriptions'; 465$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations'; 466 467$lang['hide_desc'] = 'Hide descripitons'; 468$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations'; 469 470$lang['users'] = 'users'; 471$lang['groups'] = 'groups'; 472 473$lang['duplicate'] = 'Duplicate'; 474 475$lang['show_issue'] = 'Show issue'; 476 477$lang['select'] = 'select'; 478 479$lang['not_relevant'] = 'not relevant'; 480 481$lang['validate_is_null'] = 'cannot be empty.'; 482$lang['validate_validate_iso_date'] = 'bad date format.'; 483$lang['validate_must_be_0'] = 'must be 0.'; 484$lang['refs'] = 'References'; 485 486$lang['comment_last_activity'] = 'Last activity'; 487$lang['comment_participants'] = 'Participants'; 488 489$lang['issue_type_no_specified'] = 'type no specified'; 490 491$lang['involvement'] = 'Involvement'; 492$lang['commentator'] = 'Commentator'; 493 494$lang['activity_report'] = 'Activity report'; 495 496$lang['user'] = 'User'; 497 498$lang['activity_in_issues'] = 'Activity in issues'; 499 500$lang['activity_in_tasks'] = 'Activity in tasks'; 501 502$lang['rejected_tasks'] = 'Rejected tasks'; 503 504$lang['subscribe'] = 'Subscribe'; 505 506$lang['subscribent'] = 'Subscribent'; 507 508$lang['unsubscribe'] = 'Unsubscribe'; 509 510$lang['subscribed_info'] = "You're receiving notifications about changes in this problem."; 511 512$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem."; 513 514$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task."; 515 516$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task."; 517 518$lang['show_comments'] = 'Show comments'; 519$lang['hide_comments'] = 'Hide comments'; 520 521$lang['correct'] = 'Correct'; 522 523$lang['from_hour'] = 'from'; 524$lang['to_hour'] = 'to'; 525 526$lang['next_open'] = 'Next open'; 527$lang['prev_open'] = 'Previous open'; 528 529$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?'; 530 531$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.'; 532 533$lang['issue_added'] = 'Issue added'; 534 535$lang['timeline_cause_added'] = 'Cause added'; 536$lang['timeline_comment_added'] = 'Comment added'; 537 538$lang['issue_invite_header'] = 'Invite user'; 539$lang['issue_invite_button'] = 'Invite'; 540 541$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 542$lang['mail_mail_notify_invite_subject'] = 'Problem invitation'; 543 544$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem'; 545 546$lang['mail_mail_notify_change_state_action'] = 'has changed state'; 547$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem'; 548 549$lang['js']['combobox_show_all_items'] = 'Show All Items'; 550$lang['js']['combobox_did_not_match'] = "didn't match any item"; 551 552$lang['invitation_has_been_send'] = 'Invitation has been sent to'; 553 554$lang['no_evaluation'] = 'No evaluation'; 555 556$lang['edit_metadata'] = 'Edit metadata'; 557 558$lang['metadata_edit_header'] = 'Edit metadata'; 559 560$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.'; 561 562$lang['task_type_correction'] = 'Correction'; 563$lang['task_type_corrective'] = 'Corrective'; 564$lang['task_type_preventive'] = 'Preventive'; 565$lang['task_type_program'] = 'Program'; 566 567$lang['nav my_activities'] = 'My activities'; 568$lang['nav projects'] = 'Projects'; 569 570$lang['user_did_task'] = '%s did task %s'; 571 572$lang['user_closed_issue'] = '%s closed issue %s'; 573$lang['user_rejected_issue'] = '%s rejected issue %s'; 574 575$lang['private'] = 'Private'; 576 577$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.'; 578$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.'; 579$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.'; 580 581$lang['js']['close_issue_project'] = 'Close project'; 582$lang['js']['reject_issue_project'] = 'Reject project'; 583$lang['js']['reopen_issue_project'] = 'Reopen project'; 584 585$lang['user_closed_issue_project'] = '%s closed project %s'; 586$lang['user_rejected_issue_project'] = '%s rejected project %s'; 587 588$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.'; 589$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.'; 590 591$lang['correction_add_project'] = 'Add task'; 592 593$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task'; 594 595$lang['mail_task_comment_added'] = 'has added comment in task'; 596 597 598$lang['mail_thread_closed'] = 'closed issue'; 599$lang['mail_thread_rejected'] = 'rejected issue'; 600$lang['mail_thread_reopened'] = 'reopened'; 601$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 602$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue'; 603$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue'; 604$lang['mail_thread_task_added'] = 'added task in issue'; 605$lang['mail_thread_task_done'] = 'closed task in issue'; 606$lang['mail_thread_task_reopened'] = 'reopened task in issue'; 607$lang['mail_task_done'] = 'closed task'; 608$lang['mail_task_repened'] = 'reopened task'; 609 610$lang['mail_task_assignee'] = 'assigned you to task'; 611$lang['mail_mail_inform_admins_action'] = 'reported proposal'; 612 613$lang['participant_removed'] = '<strong>%s</strong> has been removed.'; 614 615$lang['pin_to_the_issue'] = 'Pin to the issue'; 616$lang['unpin_from_the_issue'] = 'Unpin from the issue'; 617 618$lang['validate_pin_task'] = "Thread doesn't exists or isn't opened."; 619$lang['thread_id'] = "Thread id"; 620$lang['confirm_unpin_task'] = "Do you really want to unpin this task?"; 621$lang['pin_button'] = 'Pin'; 622 623$lang['timeline thread_proposal'] = 'Proposal added by <strong>%s</strong>'; 624$lang['timeline thread_opened'] = 'Problem opened. Coordinator: <strong>%s</strong>'; 625$lang['timeline thread_done'] = 'Problem done. Coordinator: <strong>%s</strong>'; 626$lang['timeline thread_closed'] = 'Problem closed. Coordinator: <strong>%s</strong>'; 627$lang['timeline thread_rejected'] = 'Problem rejected. Coordinator: <strong>%s</strong>'; 628 629$lang['timeline thread_comment_cause_added'] = 'Cause added by <strong>%s</strong>'; 630$lang['timeline thread_comment_added'] = 'Comment added by <strong>%s</strong>'; 631 632$lang['timeline task_opened'] = 'Task opened. Performer: <strong>%s</strong>'; 633$lang['timeline task_done'] = 'Task closed. Performer: <strong>%s</strong>'; 634 635$lang['timeline task_comment_added'] = 'Komentarz dodany przez <strong>%s</strong>'; 636 637$lang['timeline thread_proposal_project'] = 'Proposal added by <strong>%s</strong>'; 638$lang['timeline thread_opened_project'] = 'Project opened. Coordinator: <strong>%s</strong>'; 639$lang['timeline thread_done_project'] = 'Project done. Coordinator: <strong>%s</strong>'; 640$lang['timeline thread_closed_project'] = 'Project closed. Coordinator: <strong>%s</strong>'; 641$lang['timeline thread_rejected_project'] = 'Project rejected. Coordinator: <strong>%s</strong>'; 642 643$lang['report from'] = 'from'; 644$lang['report to'] = 'to'; 645 646$lang['report threads done'] = 'Done'; 647$lang['report threads cost'] = 'Total cost'; 648$lang['report threads cost closed'] = 'Total closed cost'; 649 650$lang['report threads rejected'] = 'Rejected'; 651 652$lang['info set baseurl'] = 'Set "baseurl" to enable bez mail notifications.'; 653 654$lang['mute_notifications'] = 'Mute BEZ notifications for <strong>%s</strong>'; 655$lang['unmute_notifications'] = 'Unmute BEZ notifications for <strong>%s</strong>'; 656 657$lang['js']['close_with_comment'] = 'Close with comment'; 658$lang['js']['close_without_comment'] = 'Close without comment'; 659 660$lang['notification problems_without_tasks'] = 'You are a coordinator of the problem without tasks %s.'; 661$lang['notification problems_coming'] = 'You have coming problem %s.'; 662$lang['notification problems_outdated'] = 'You have outdated problem %s.'; 663$lang['notification tasks_coming'] = 'You have comming task %s.'; 664$lang['notification tasks_outdated'] = 'You have outdated task %s.'; 665 666$lang['risk_noun'] = "Risk"; 667$lang['opportunity_noun'] = "Opportunity"; 668$lang['risk_added'] = "added risk"; 669$lang['opportunity_added'] = "added opportunity"; 670$lang['improvement_action_add'] = "Add action"; 671 672$lang['risks'] = "Risks"; 673$lang['opportunities'] = "Opportunities"; 674 675$lang['4d'] = "Causes"; 676$lang['6d'] = "Risks and opportunities"; 677$lang['7d'] = "Actions for risks and opportunities"; 678 679$lang['task_program_id'] = 'Programme'; 680