165cfcae3Sghi<?php 208e8ea12Sghi$lang['bez'] = "Risk Elimination Base"; 308e8ea12Sghi$lang['bez_short'] = "BEZ"; 465cfcae3Sghi$lang['bds_timeline'] = "History"; 565cfcae3Sghi$lang['bds_issues'] = "Registers"; 665cfcae3Sghi$lang['bds_issue_report'] = "Report a problem"; 7ecefc57aSghi$lang['bds_task_report'] = "Add a task"; 8260e885eSghi$lang['report'] = "Report"; 997183698Sghi$lang['report_open'] = 'Raport of opened'; 10c9044e56Sghi$lang['bez_tasks'] = 'Tasks'; 1165cfcae3Sghi 1265cfcae3Sghi$lang['issues'] = "Problems"; 1365cfcae3Sghi$lang['tasks'] = "Tasks"; 1465cfcae3Sghi$lang['reports'] = 'Registers'; 1565cfcae3Sghi 16f01326efSghi$lang['issue'] = 'Issue'; 17f01326efSghi$lang['task'] = 'Task'; 18f01326efSghi 19960c3ed9SSzymon Olewniczak$lang['report_threads'] = "Report a problem"; 2053df74e7SSzymon Olewniczak$lang['report_projects'] = "Add project"; 2153df74e7SSzymon Olewniczak$lang['project'] = "projekt"; 2253df74e7SSzymon Olewniczak$lang['kp_report'] = "Project Card"; 2353df74e7SSzymon Olewniczak 2453df74e7SSzymon Olewniczak$lang['kp_team'] = "Team"; 2553df74e7SSzymon Olewniczak$lang['kp_description'] = "Description"; 2653df74e7SSzymon Olewniczak$lang['kp_schedule'] = "Schedule"; 2753df74e7SSzymon Olewniczak$lang['kp_evaluation'] = "Evaluation"; 2853df74e7SSzymon Olewniczak 2965cfcae3Sghi$lang['id'] = "No"; 3065cfcae3Sghi$lang['_id'] = "No"; 3165cfcae3Sghi$lang['type'] = "Type of problem"; 32e51d1175Sghi$lang['just_type'] = 'Type'; 3365cfcae3Sghi$lang['title'] = "Title"; 3465cfcae3Sghi$lang['state'] = "Status"; 3565cfcae3Sghi$lang['reporter'] = "Person reporting the problem"; 3665cfcae3Sghi$lang['executor'] = "Performer"; 3765cfcae3Sghi$lang['coordinator'] = "Coordinator"; 3865cfcae3Sghi$lang['description'] = "Description"; 3965cfcae3Sghi$lang['date'] = "Reported"; 40960c3ed9SSzymon Olewniczak$lang['last_mod_date'] = "Last change"; 4165cfcae3Sghi$lang['opened_for'] = "Open since"; 4205c9d3bcSghi$lang['last_modified'] = "Last change"; 4365cfcae3Sghi$lang['last_modified_by'] = "Last changed by"; 4465cfcae3Sghi$lang['opened_tasks'] = "Open tasks"; 4565cfcae3Sghi 4665cfcae3Sghi$lang['entity'] = "Source of report"; 473cc1f839Sghi$lang['entities'] = "Sources of report (one per line)"; 48e51d1175Sghi$lang['entities_confirm'] = 'New sources of report saved.'; 4965cfcae3Sghi 5065cfcae3Sghi$lang['opinion'] = "Effectiveness evaluation"; 5165cfcae3Sghi$lang['root_cause'] = "Cause category"; 523a6ce6fbSghi$lang['causes'] = "Causes"; 5365cfcae3Sghi 5465cfcae3Sghi$lang['save'] = "Save"; 5565cfcae3Sghi$lang['proposal'] = "Proposal"; 5665cfcae3Sghi$lang['reported_by'] = "Reported by"; 5765cfcae3Sghi$lang['executor_not_specified'] = "Unspecified"; 5865cfcae3Sghi$lang['account_removed'] = "Removed account"; 5965cfcae3Sghi$lang['none'] = "none"; 6065cfcae3Sghi 6165cfcae3Sghi$lang['changes_history'] = "Change history"; 6265cfcae3Sghi$lang['add_comment'] = "Add comment"; 6365cfcae3Sghi$lang['add_task'] = "Add task"; 6465cfcae3Sghi$lang['change_issue'] = "Change the report of problem "; 6565cfcae3Sghi 6665cfcae3Sghi$lang['changed'] = "It has been changed"; 6765cfcae3Sghi$lang['changed_field'] = "It has been changed"; 683a6ce6fbSghi$lang['by'] = "by"; 693a6ce6fbSghi$lang['from'] = "from"; 703a6ce6fbSghi$lang['to'] = "to"; 7165cfcae3Sghi$lang['diff'] = "Differences"; 72e8827d73SSzymon Olewniczak$lang['comment'] = "Skomentuj"; 7365cfcae3Sghi$lang['replay'] = "Reply"; 7465cfcae3Sghi$lang['edit'] = "Edit"; 7565cfcae3Sghi$lang['change_task_state'] = "Change a status of task"; 7665cfcae3Sghi$lang['replay_to'] = "Reply to"; 7765cfcae3Sghi$lang['quoted_in'] = "Replies"; 7865cfcae3Sghi 7965cfcae3Sghi$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. "; 8065cfcae3Sghi$lang['error_issue_id_unknown'] = "Row you want to read does not exist."; 8165cfcae3Sghi$lang['error_db_connection'] = "Cannot connect to the database."; 8265cfcae3Sghi$lang['error_issue_insert'] = "The problem cannot be added. "; 8365cfcae3Sghi$lang['error_task_add'] = "You cannot add tasks. Access denied."; 8465cfcae3Sghi$lang['error_table_unknown'] = "The table dosn't exist."; 8565cfcae3Sghi$lang['error_report_unknown'] = "The report dosn't exist"; 86da9ebf75Sghi$lang['error_issue_report'] = 'You cannot add new issues.'; 873cc1f839Sghi$lang['error_entity'] = 'You cannot add new soruces of report.'; 8885f5e5e7Sghi$lang['error_issues'] = 'You cannot view issues.'; 89eb950a4cSghi$lang['error_no_permission'] = 'You do not have permission to view this page.'; 9065cfcae3Sghi 913a6ce6fbSghi$lang['vald_root_cause'] = "Select cause category."; 923a6ce6fbSghi 9365cfcae3Sghi$lang['vald_type_required'] = "Specify a type of the problem"; 94395c0b57Sghi$lang['vald_entity_required'] = "Choose a source of report from the list"; 9565cfcae3Sghi$lang['vald_title_required'] = "Provide a title."; 9665cfcae3Sghi$lang['vald_title_too_long'] = "Title is too long, max: %d characters."; 972f89dd93Sghi$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numbers, spaces, dashes, floors, points and commas are allowed."; 98eb950a4cSghi 9965cfcae3Sghi$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified."; 100da9ebf75Sghi$lang['vald_coordinator_required'] = "Coordinator has to be wiki user."; 10165cfcae3Sghi 10265cfcae3Sghi$lang['vald_desc_required'] = "Describe a problem"; 10365cfcae3Sghi$lang['vald_desc_too_long'] = "Too long description, max %d characters."; 10465cfcae3Sghi$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters."; 105a42d0169Sghi$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.'; 10665cfcae3Sghi$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open."; 10765cfcae3Sghi$lang['vald_cannot_give_reason'] = "You didn't change a status of the task."; 10865cfcae3Sghi 10965cfcae3Sghi$lang['vald_content_required'] = "Insert a text"; 11065cfcae3Sghi$lang['vald_content_too_long'] = "Text is too long, max: %d"; 11165cfcae3Sghi$lang['vald_replay_to_not_exists'] = "Comment dosn't exist"; 11265cfcae3Sghi$lang['vald_state_required'] = "Specified a status of problem"; 1132f530577Sghi$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.'; 11465cfcae3Sghi 11565cfcae3Sghi$lang['vald_task_state_required'] = "Specified a status of task"; 11665cfcae3Sghi$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t"; 11765cfcae3Sghi 11829e1374dSghi$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB."; 11965cfcae3Sghi$lang['vald_cost_too_big'] = "Cost is too high, max: %d"; 12012fd0ef2Sghi$lang['vald_cost_wrong_format'] = "Cost should be integer."; 121a45cff15Sghi$lang['vald_action_required'] = "Provide an action of the task"; 12265cfcae3Sghi 12365cfcae3Sghi$lang['vald_days_should_be_numeric'] = "Days have to be decimal."; 12465cfcae3Sghi 1253cc1f839Sghi$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.'; 126d00bbb0cSghi$lang['vald_entity_no_ascii'] = 'Source of report contains non-ASCII charters.'; 1273cc1f839Sghi 128eb950a4cSghi 129eb950a4cSghi$lang['vald_type_wrong_chars'] = 'Type has to contain only numbers and letters.'; 130eb950a4cSghi$lang['vald_type_required'] = 'You must provide type name in both languages.'; 131eb950a4cSghi 132c9044e56Sghi$lang['priority_marginal'] = 'marginal'; 133c9044e56Sghi$lang['priority_important'] = 'important'; 134c9044e56Sghi$lang['priority_crucial'] = 'crucial'; 13565cfcae3Sghi 13665cfcae3Sghi$lang['type_complaint'] = "complaint"; 13765cfcae3Sghi$lang['type_noneconformity'] = "nonconformity"; 138e51d1175Sghi$lang['type_noneconformity_internal'] = 'internal noneconformity'; 139e51d1175Sghi$lang['type_noneconformity_customer'] = 'customer noneconformity'; 140e51d1175Sghi$lang['type_noneconformity_supplier'] = 'supplier noneconformity'; 141c9044e56Sghi$lang['type_opportunity'] = 'opportunity'; 142c9044e56Sghi$lang['type_threat'] = 'threat'; 14365cfcae3Sghi 14465cfcae3Sghi$lang['state_proposal'] = "proposal"; 14565cfcae3Sghi$lang['state_opened'] = "open"; 146ecefc57aSghi$lang['state_done'] = "done"; 14765cfcae3Sghi$lang['state_rejected'] = "rejected"; 14829e1374dSghi$lang['state_closed'] = "closed"; 14965cfcae3Sghi 1506e94bebdSghi$lang['reject_issue'] = 'Reject'; 151e8827d73SSzymon Olewniczak$lang['js']['close_issue'] = 'Close issue'; 152e8827d73SSzymon Olewniczak$lang['js']['comment_and_close_issue'] = 'Close and comment'; 153e8827d73SSzymon Olewniczak 154e8827d73SSzymon Olewniczak$lang['js']['reject_issue'] = 'Reject issue'; 155e8827d73SSzymon Olewniczak$lang['js']['comment_and_reject_issue'] = 'Comment and reject'; 156e8827d73SSzymon Olewniczak 157e8827d73SSzymon Olewniczak$lang['js']['reopen_issue'] = 'Reopen issue'; 158e8827d73SSzymon Olewniczak$lang['js']['comment_and_reopen_issue'] = 'Reopen and comment'; 159e8827d73SSzymon Olewniczak 160e8827d73SSzymon Olewniczak 161e8827d73SSzymon Olewniczak$lang['js']['do_task'] = 'Do task'; 162e8827d73SSzymon Olewniczak$lang['js']['comment_and_do_task'] = 'Do and comment'; 163e8827d73SSzymon Olewniczak$lang['js']['reopen_task'] = 'Reopen task'; 164e8827d73SSzymon Olewniczak$lang['js']['comment_and_reopen_task'] = 'Reopen and comment'; 16565cfcae3Sghi 16665cfcae3Sghi$lang['just_now'] = "minute before"; 16765cfcae3Sghi$lang['seconds'] = "seconds"; 16865cfcae3Sghi$lang['minutes'] = "minutes"; 16965cfcae3Sghi$lang['hours'] = "hours"; 17065cfcae3Sghi$lang['days'] = "days"; 17165cfcae3Sghi$lang['ago'] = "ago"; 17265cfcae3Sghi 1732f530577Sghi$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled."; 17465cfcae3Sghi$lang['reopen_issue'] = "Change a status of the problem"; 17565cfcae3Sghi$lang['add'] = "Add"; 17665cfcae3Sghi 177168ecf58Sghi$lang['class'] = 'Task type'; 17805c9d3bcSghi 179a45cff15Sghi$lang['action'] = "Action"; 18065cfcae3Sghi 18165cfcae3Sghi$lang['open'] = "Open"; 18265cfcae3Sghi$lang['closed'] = "Closed"; 18365cfcae3Sghi 184d0221918SSzymon Olewniczak$lang['cost'] = "Cost"; 18565cfcae3Sghi$lang['executor'] = "Performer"; 18665cfcae3Sghi 18765cfcae3Sghi$lang['task_state'] = "Status"; 1882f530577Sghi$lang['reason'] = "Rejection reason"; 18965cfcae3Sghi 19065cfcae3Sghi$lang['task_added'] = "Task has been added"; 19165cfcae3Sghi$lang['task_changed'] = "Task has been changed"; 19265cfcae3Sghi$lang['task_rejected_header'] = "Task has been rejected"; 19365cfcae3Sghi$lang['task_closed'] = "Task has been completed"; 19465cfcae3Sghi$lang['task_reopened'] = "Task has been reopend"; 195f2c81100SSzymon Olewniczak$lang['comment_added'] = "commented"; 1962467512fSSzymon Olewniczak$lang['closing_comment_added'] = 'has added closing comment'; 19765cfcae3Sghi$lang['comment_changed'] = "Comment has been changed"; 19865cfcae3Sghi 199f2c81100SSzymon Olewniczak$lang['cause_added'] = 'added cause'; 2003a6ce6fbSghi$lang['cause_noun'] = "Cause"; 2013a6ce6fbSghi$lang['change_cause_button'] = "Correct the cause"; 20227712358Sghi$lang['added'] = 'Added'; 2033a6ce6fbSghi 2043a6ce6fbSghi 20565cfcae3Sghi$lang['replay_by_task'] = "Add task in replay"; 20665cfcae3Sghi$lang['change_made'] = "Change has been made"; 20765cfcae3Sghi 20865cfcae3Sghi$lang['change_comment'] = "Correct the comment"; 20965cfcae3Sghi$lang['change_comment_button'] = "Correct the comment"; 21065cfcae3Sghi$lang['change_task'] = "Change the task"; 21165cfcae3Sghi$lang['change_task_button'] = "Change the task"; 21265cfcae3Sghi 21365cfcae3Sghi$lang['preview'] = "preview"; 21465cfcae3Sghi$lang['next'] = "next"; 21565cfcae3Sghi 21665cfcae3Sghi$lang['version'] = "Version"; 21765cfcae3Sghi 21865cfcae3Sghi$lang['comment_noun'] = "Comment"; 21965cfcae3Sghi$lang['change'] = "Change"; 22065cfcae3Sghi$lang['task'] = "Task"; 22165cfcae3Sghi 22265cfcae3Sghi$lang['change_state_button'] = "Change the status"; 22365cfcae3Sghi 22465cfcae3Sghi 22565cfcae3Sghi$lang['correction'] = "Correction"; 226510f3b21Sghi$lang['correction_h'] = 'Correction'; 227960c3ed9SSzymon Olewniczak$lang['corrective_action_h'] = 'Corrective action'; 228960c3ed9SSzymon Olewniczak$lang['preventive_action_h'] = 'Preventive action'; 22965cfcae3Sghi$lang['corrective_action'] = "Corrective action"; 23065cfcae3Sghi$lang['preventive_action'] = "Preventive action"; 23165cfcae3Sghi 23205c09eb1SSzymon Olewniczak$lang['correction_add'] = 'Add correction'; 23327712358Sghi$lang['corrective_action_add'] = 'Add corrective action'; 23427712358Sghi$lang['preventive_action_add'] = 'Add preventive action'; 23527712358Sghi 236489061b8Sghi$lang['show_all_tasks'] = 'Show all tasks'; 23727712358Sghi 23865cfcae3Sghi$lang['none_comment'] = "none(comment)"; 23965cfcae3Sghi$lang['manpower'] = "Manpower"; 24065cfcae3Sghi$lang['method'] = "Method"; 24165cfcae3Sghi$lang['machine'] = "Machine"; 24265cfcae3Sghi$lang['material'] = "Material"; 24365cfcae3Sghi$lang['managment'] = "Management"; 24465cfcae3Sghi$lang['measurement'] = "Measurement"; 24565cfcae3Sghi$lang['money'] = "Money"; 24665cfcae3Sghi$lang['environment'] = "Environment"; 24780487b8aSghi$lang['communication'] = "Communication"; 24865cfcae3Sghi 24965cfcae3Sghi$lang['task_opened'] = "Open"; 25024f91664SSzymon Olewniczak$lang ['task_outdated'] = 'Outdated'; 25165cfcae3Sghi$lang ['task_done'] = "Done"; 252fc2a4337Sghi$lang ['task_plan'] = "Plan"; 25365cfcae3Sghi$lang ['task_rejected'] = "Rejected"; 25465cfcae3Sghi 255489061b8Sghi$lang ['task_do'] = 'Done'; 256489061b8Sghi$lang ['task_reject'] = 'Reject'; 2575c4f5b95SSzymon Olewniczak$lang ['task_reopen'] = 'Reopen'; 25860fa9366Sghi 25965cfcae3Sghi$lang['reason_reopen'] = "Reason for reopening "; 26065cfcae3Sghi$lang['reason_done'] = "Reason for closing"; 26165cfcae3Sghi$lang['reason_reject'] = "Reason for rejecting"; 26265cfcae3Sghi 26365cfcae3Sghi$lang['issue_created'] = "Reported"; 26465cfcae3Sghi 26565cfcae3Sghi$lang['issue_closed'] = "Problem has been closed"; 26665cfcae3Sghi$lang['issue_reopened'] = "Problem has been reopened"; 26765cfcae3Sghi 2686e94bebdSghi$lang['issue_reopen'] = 'Reopen issue'; 2696e94bebdSghi 27065cfcae3Sghi$lang['today'] = "Today"; 27165cfcae3Sghi$lang['yesterday'] = "Yesterday"; 27265cfcae3Sghi 27365cfcae3Sghi$lang['task_for'] = "for"; 27465cfcae3Sghi$lang['content'] = "Description"; 27565cfcae3Sghi 27605c9d3bcSghi$lang['8d_report'] = "8D Report"; 277c8bd19cbSSzymon Olewniczak$lang['8d_report_header'] = "%dD Report"; 27865cfcae3Sghi$lang['8d_report_for'] = "for"; 27965cfcae3Sghi$lang['open_date'] = "Open date"; 28059258bb3SSzymon Olewniczak$lang['problem_close_date'] = 'Problem close date'; 28159258bb3SSzymon Olewniczak$lang['preventive_close_date'] = 'Preventive actions close date'; 282e2b0e8caSSzymon Olewniczak$lang['1d'] = "Team"; 283e2b0e8caSSzymon Olewniczak$lang['2d'] = "Problem"; 284e2b0e8caSSzymon Olewniczak$lang['3d'] = "Correction"; 285e2b0e8caSSzymon Olewniczak$lang['4d'] = "Real causes"; 286e2b0e8caSSzymon Olewniczak$lang['5d'] = "Corrective action"; 287e2b0e8caSSzymon Olewniczak$lang['6d'] = "Potential causes"; 288e2b0e8caSSzymon Olewniczak$lang['7d'] = "Preventive action"; 2895f6fbd70SSzymon Olewniczak$lang['8d'] = "Summary"; 29065cfcae3Sghi 29165cfcae3Sghi$lang['number'] = 'Quantity'; 29265cfcae3Sghi$lang['true_date'] = "Date"; 29365cfcae3Sghi 29465cfcae3Sghi 295d21fa58cSghi$lang['report_issues'] = 'Issues'; 296d21fa58cSghi$lang['report_tasks'] = 'Tasks'; 297d21fa58cSghi$lang['report_causes'] = 'Causes'; 298d21fa58cSghi$lang['report_priority'] = 'Raction time'; 2997050d94cSghi$lang['report_subhead'] = 'for closed issues and tasks'; 30065cfcae3Sghi 301d21fa58cSghi$lang['priority'] = 'Priority'; 302d21fa58cSghi$lang['average'] = 'Average'; 30365cfcae3Sghi 304d21fa58cSghi$lang['totalcost'] = 'Value'; 305d21fa58cSghi$lang['report_total'] = 'Total'; 30665cfcae3Sghi 30765cfcae3Sghi$lang['show'] = "show"; 30865cfcae3Sghi 30965cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest"; 31065cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest"; 31165cfcae3Sghi 31265cfcae3Sghi$lang['ns'] = "NA"; 31365cfcae3Sghi 31465cfcae3Sghi$lang['ended'] = "Completed"; 31565cfcae3Sghi 31665cfcae3Sghi//Mail 31765cfcae3Sghi$lang['new_task'] = "New task"; 31865cfcae3Sghi$lang['new_issue'] = "New issue"; 31965cfcae3Sghi$lang['send_mail'] = "Send"; 32065cfcae3Sghi 32165cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)"; 32265cfcae3Sghi 32365cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska"; 32429e1374dSghi 32529e1374dSghi$lang['comments'] = 'Comments'; 3265536eef6Sghi 3275536eef6Sghi$lang['delete'] = 'Delete'; 32812fd0ef2Sghi$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.'; 3292f530577Sghi$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.'; 33012fd0ef2Sghi 33138b5c5c4Sghi$lang['types_manage'] = 'Types of issues'; 3323cc1f839Sghi 3333cc1f839Sghi$lang['sort'] = 'Sort'; 3343cc1f839Sghi$lang['cancel'] = 'Cancel'; 335a6dcc2a9Sghi 3365b88664dSSzymon Olewniczak$lang['menu_activity'] = 'Activity'; 337a6dcc2a9Sghi$lang['menu_close_task'] = 'My tasks (%d)'; 338a6dcc2a9Sghi$lang['menu_close_issue'] = 'My issues(%d)'; 339a6dcc2a9Sghi$lang['menu_comment_issue'] = 'Opened issues (%d)'; 340a6dcc2a9Sghi 341a6dcc2a9Sghi$lang['do_you_want_remove'] = 'Do you really want to remove this row?'; 342a6dcc2a9Sghi$lang['yes'] = 'Yes'; 343a6dcc2a9Sghi$lang['no'] = 'No'; 34405c9d3bcSghi 34505c9d3bcSghi$lang['all'] = 'everything'; 346bf67f2caSSzymon Olewniczak$lang['all_not_rejected'] = 'everything without rejected'; 34785f5e5e7Sghi$lang['year'] = 'Year'; 3487f853d3aSghi$lang['in_year'] = 'in year'; 34985f5e5e7Sghi$lang['filter'] = 'Filter'; 3508ce39bb5Sghi 3518ce39bb5Sghi$lang['close_issues'] = 'My issues'; 3528ce39bb5Sghi$lang['close_tasks'] = 'My tasks'; 353eb2e6be9SSzymon Olewniczak$lang['my_reported_threads'] = 'Threads reported by me'; 354eb2e6be9SSzymon Olewniczak$lang['my_reported_tasks'] = 'Tasks reported by me'; 3558ce39bb5Sghi 3568ce39bb5Sghi$lang['proposals'] = 'Proposals'; 357eb950a4cSghi 358eb950a4cSghi$lang['show_tasks_hidden'] = 'Show closed and rejected tasks'; 359eb950a4cSghi$lang['add_task'] = 'Add new task'; 360127ad254Sghi 361127ad254Sghi$lang['save_without_changing_date'] = 'Save without changing date'; 36275280174Sghi 36375280174Sghi$lang['sort_by_open_date'] = 'Sort by open date'; 3642e8f2263Sghi 365510f3b21Sghi$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.'; 36627712358Sghi 36727712358Sghi$lang['add_cause'] = 'Add cause'; 36827712358Sghi$lang['add_correction'] = 'Add correction'; 36927712358Sghi 37027712358Sghi$lang['cause'] = 'cause'; 37127712358Sghi$lang['pontential_cause'] = 'potential cause'; 37227712358Sghi 37327712358Sghi$lang['cause_type'] = 'Cause type'; 37427712358Sghi 375e8827d73SSzymon Olewniczak$lang['cause_real'] = 'real'; 376e8827d73SSzymon Olewniczak$lang['cause_potential'] = 'potential'; 3779a30fd19Sghi 37876473fecSghi$lang['evaluation'] = 'Ocena'; 3799a30fd19Sghi 38076473fecSghi$lang['rr_report'] = 'RR Report'; 3819a30fd19Sghi 38276473fecSghi$lang['rr_team'] = 'Risk evaluation team'; 38376473fecSghi$lang['rr_desc'] = 'Risk description'; 38476473fecSghi$lang['rr_eval'] = 'Risk evaluacion'; 38576473fecSghi$lang['rr_suceval'] = 'Effectiveness evalutation'; 3869fbfe943Sghi 38776473fecSghi$lang['correction_nav'] = 'Corrections'; 38876473fecSghi$lang['closed_tasks'] = 'Closed tasks'; 38976473fecSghi$lang['root_causes'] = 'Cause categories'; 390ea5c5471Sghi 39176473fecSghi$lang['version'] = 'version'; 39276473fecSghi 39376473fecSghi$lang['issues_juxtaposition'] = 'Juxtaposition of issues'; 39476473fecSghi$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks'; 3956e94bebdSghi 396d5a60e5aSSzymon Olewniczak$lang['issue_unclosed_tasks'] = 'You cannot close issues until some correction or corrective tasks are not closed.'; 397a99642a4SSzymon Olewniczak$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.'; 398489061b8Sghi$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.'; 399ac36b828Sghi$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.'; 400fc2a4337Sghi 401fc2a4337Sghi$lang['number_of_open'] = 'Number of open'; 402fc2a4337Sghi$lang['number_of_close'] = 'Number of closed'; 403d2894507SSzymon Olewniczak$lang['number_of_close_on_time'] = 'Number of closed on time'; 404d2894507SSzymon Olewniczak$lang['number_of_close_off_time'] = 'Number of closed off time'; 405fc2a4337Sghi$lang['diffirence'] = 'Diffirence'; 406fc2a4337Sghi 407fc2a4337Sghi$lang['cost_of_open'] = 'Cost of open'; 408fc2a4337Sghi 409fc2a4337Sghi$lang['average_of_close'] = 'Avarage close time'; 410fc2a4337Sghi 411fc2a4337Sghi$lang['plan_date'] = 'Plan date'; 412fc2a4337Sghi$lang['all_day_event'] = 'All day event'; 413fc2a4337Sghi$lang['start_time'] = 'Start time'; 414fc2a4337Sghi$lang['finish_time'] = 'Finish time'; 415fc2a4337Sghi 416fc2a4337Sghi$lang['vald_valid_date_required'] = 'Valid date required.'; 417fc2a4337Sghi$lang['vald_valid_start_hour_required'] = 'Valid start time required.'; 418fc2a4337Sghi$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.'; 419fc2a4337Sghi 420168ecf58Sghi$lang['download_in_icalendar'] = 'iCalendar'; 421168ecf58Sghi 422*36243c51SSzymon Olewniczak$lang['task_types'] = 'Task scopes'; 423*36243c51SSzymon Olewniczak$lang['task_type'] = 'Scope'; 424168ecf58Sghi 425168ecf58Sghi$lang['programme'] = 'Programme'; 426168ecf58Sghi 427*36243c51SSzymon Olewniczak$lang['tasks_no_type'] = '--- without scope ---'; 428168ecf58Sghi 429168ecf58Sghi$lang ['plan'] = "Plan"; 430168ecf58Sghi 431168ecf58Sghi$lang ['task_plan'] = "Plan"; 432168ecf58Sghi$lang ['task_realization'] = "Realization"; 433168ecf58Sghi 434168ecf58Sghi$lang ['month'] = "Month"; 435168ecf58Sghi 436168ecf58Sghi$lang ['report_date'] = "Report date"; 437168ecf58Sghi$lang ['close_date'] = "Close date"; 438168ecf58Sghi 439168ecf58Sghi$lang['jan'] = 'January'; 440168ecf58Sghi$lang['feb'] = 'February'; 441168ecf58Sghi$lang['mar'] = 'March'; 442168ecf58Sghi$lang['apr'] = 'April'; 443168ecf58Sghi$lang['may'] = 'May'; 444168ecf58Sghi$lang['june'] = 'June'; 445168ecf58Sghi$lang['july'] = 'July'; 446168ecf58Sghi$lang['aug'] = 'August'; 447168ecf58Sghi$lang['sept'] = 'September'; 448168ecf58Sghi$lang['oct'] = 'October'; 449168ecf58Sghi$lang['nov'] = 'November'; 450168ecf58Sghi$lang['dec'] = 'December'; 451168ecf58Sghi 452f2c81100SSzymon Olewniczak$lang['mon1_a'] = 'January'; 453f2c81100SSzymon Olewniczak$lang['mon2_a'] = 'February'; 454f2c81100SSzymon Olewniczak$lang['mon3_a'] = 'March'; 455f2c81100SSzymon Olewniczak$lang['mon4_a'] = 'April'; 456f2c81100SSzymon Olewniczak$lang['mon5_a'] = 'May'; 457f2c81100SSzymon Olewniczak$lang['mon6_a'] = 'June'; 458f2c81100SSzymon Olewniczak$lang['mon7_a'] = 'July'; 459f2c81100SSzymon Olewniczak$lang['mon8_a'] = 'August'; 460f2c81100SSzymon Olewniczak$lang['mon9_a'] = 'September'; 461f2c81100SSzymon Olewniczak$lang['mon10_a'] = 'October'; 462f2c81100SSzymon Olewniczak$lang['mon11_a'] = 'November'; 463f2c81100SSzymon Olewniczak$lang['mon12_a'] = 'December'; 464f2c81100SSzymon Olewniczak 465f2c81100SSzymon Olewniczak$lang['at_hour'] = 'at'; 466f2c81100SSzymon Olewniczak 467168ecf58Sghi$lang['hours_no'] = 'Number of hours'; 468168ecf58Sghi 469168ecf58Sghi$lang['show_desc'] = 'Show descriptions'; 470168ecf58Sghi$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations'; 471168ecf58Sghi 472168ecf58Sghi$lang['hide_desc'] = 'Hide descripitons'; 473168ecf58Sghi$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations'; 474d6002863Sghi 475d6002863Sghi$lang['users'] = 'users'; 476d6002863Sghi$lang['groups'] = 'groups'; 4772c7864e8Sghi 4782c7864e8Sghi$lang['duplicate'] = 'Duplicate'; 4795c5b6101SSzymon Olewniczak 4805c5b6101SSzymon Olewniczak$lang['show_issue'] = 'Show issue'; 481c54650bdSSzymon Olewniczak 482c54650bdSSzymon Olewniczak$lang['select'] = 'select'; 4839f68d181SSzymon Olewniczak 4849f68d181SSzymon Olewniczak$lang['not_relevant'] = 'not relevant'; 4855c4f5b95SSzymon Olewniczak 4865c4f5b95SSzymon Olewniczak$lang['validate_is_null'] = 'cannot be empty.'; 4875c4f5b95SSzymon Olewniczak$lang['validate_validate_iso_date'] = 'bad date format.'; 488157c9989SSzymon Olewniczak$lang['validate_must_be_0'] = 'must be 0.'; 489157c9989SSzymon Olewniczak$lang['refs'] = 'References'; 49061645219SSzymon Olewniczak 49161645219SSzymon Olewniczak$lang['comment_last_activity'] = 'Last activity'; 49261645219SSzymon Olewniczak$lang['comment_participants'] = 'Participants'; 49361645219SSzymon Olewniczak 494085d47f1SSzymon Olewniczak$lang['issue_type_no_specified'] = 'type no specified'; 4957c304d96SSzymon Olewniczak 4967c304d96SSzymon Olewniczak$lang['involvement'] = 'Involvement'; 4977c304d96SSzymon Olewniczak$lang['commentator'] = 'Commentator'; 4987c304d96SSzymon Olewniczak 4997c304d96SSzymon Olewniczak$lang['activity_report'] = 'Activity report'; 5007c304d96SSzymon Olewniczak 5017c304d96SSzymon Olewniczak$lang['user'] = 'User'; 502b2c9de2bSSzymon Olewniczak 503b2c9de2bSSzymon Olewniczak$lang['activity_in_issues'] = 'Activity in issues'; 504b2c9de2bSSzymon Olewniczak 505b2c9de2bSSzymon Olewniczak$lang['activity_in_tasks'] = 'Activity in tasks'; 506b2c9de2bSSzymon Olewniczak 507b2c9de2bSSzymon Olewniczak$lang['rejected_tasks'] = 'Rejected tasks'; 508b2c9de2bSSzymon Olewniczak 50967bf4d0dSSzymon Olewniczak$lang['subscribe'] = 'Subscribe'; 51067bf4d0dSSzymon Olewniczak 511a99642a4SSzymon Olewniczak$lang['subscribent'] = 'Subscribent'; 512a99642a4SSzymon Olewniczak 51367bf4d0dSSzymon Olewniczak$lang['unsubscribe'] = 'Unsubscribe'; 51467bf4d0dSSzymon Olewniczak 51567bf4d0dSSzymon Olewniczak$lang['subscribed_info'] = "You're receiving notifications about changes in this problem."; 51667bf4d0dSSzymon Olewniczak 51767bf4d0dSSzymon Olewniczak$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem."; 51867bf4d0dSSzymon Olewniczak 519e8827d73SSzymon Olewniczak$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task."; 520e8827d73SSzymon Olewniczak 521e8827d73SSzymon Olewniczak$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task."; 522e8827d73SSzymon Olewniczak 52367bf4d0dSSzymon Olewniczak$lang['show_comments'] = 'Show comments'; 52467bf4d0dSSzymon Olewniczak$lang['hide_comments'] = 'Hide comments'; 525a99642a4SSzymon Olewniczak 526a99642a4SSzymon Olewniczak$lang['correct'] = 'Correct'; 527a99642a4SSzymon Olewniczak 528a99642a4SSzymon Olewniczak$lang['from_hour'] = 'from'; 529a99642a4SSzymon Olewniczak$lang['to_hour'] = 'to'; 530aa89e6f8SSzymon Olewniczak 531aa89e6f8SSzymon Olewniczak$lang['next_open'] = 'Next open'; 532aa89e6f8SSzymon Olewniczak$lang['prev_open'] = 'Previous open'; 533aa89e6f8SSzymon Olewniczak 534aa89e6f8SSzymon Olewniczak$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?'; 535f2c81100SSzymon Olewniczak 536f2c81100SSzymon Olewniczak$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.'; 537d29be7a0SSzymon Olewniczak 538d29be7a0SSzymon Olewniczak$lang['issue_added'] = 'Issue added'; 539d29be7a0SSzymon Olewniczak 540d29be7a0SSzymon Olewniczak$lang['timeline_cause_added'] = 'Cause added'; 541d29be7a0SSzymon Olewniczak$lang['timeline_comment_added'] = 'Comment added'; 542d29be7a0SSzymon Olewniczak 543d29be7a0SSzymon Olewniczak$lang['issue_invite_header'] = 'Invite user'; 544d29be7a0SSzymon Olewniczak$lang['issue_invite_button'] = 'Invite'; 54544189046SSzymon Olewniczak 54614a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 54744189046SSzymon Olewniczak$lang['mail_mail_notify_invite_subject'] = 'Problem invitation'; 54844189046SSzymon Olewniczak 54944189046SSzymon Olewniczak$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem'; 55044189046SSzymon Olewniczak 55144189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_action'] = 'has changed state'; 55244189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem'; 55344189046SSzymon Olewniczak 55444189046SSzymon Olewniczak$lang['js']['combobox_show_all_items'] = 'Show All Items'; 55544189046SSzymon Olewniczak$lang['js']['combobox_did_not_match'] = "didn't match any item"; 55644189046SSzymon Olewniczak 55760c2063dSSzymon Olewniczak$lang['invitation_has_been_send'] = 'Invitation has been sent to'; 55860c2063dSSzymon Olewniczak 559ef159648SSzymon Olewniczak$lang['no_evaluation'] = 'No evaluation'; 560c45b82bdSSzymon Olewniczak 561c45b82bdSSzymon Olewniczak$lang['edit_metadata'] = 'Edit metadata'; 562c45b82bdSSzymon Olewniczak 563c45b82bdSSzymon Olewniczak$lang['metadata_edit_header'] = 'Edit metadata'; 56404f149d4SSzymon Olewniczak 56504f149d4SSzymon Olewniczak$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.'; 5668a638198SSzymon Olewniczak 5678a638198SSzymon Olewniczak$lang['task_type_correction'] = 'Correction'; 5688a638198SSzymon Olewniczak$lang['task_type_corrective'] = 'Corrective'; 5698a638198SSzymon Olewniczak$lang['task_type_preventive'] = 'Preventive'; 5708a638198SSzymon Olewniczak$lang['task_type_program'] = 'Program'; 571e8827d73SSzymon Olewniczak 572e8827d73SSzymon Olewniczak$lang['nav my_activities'] = 'My activities'; 573e8827d73SSzymon Olewniczak$lang['nav projects'] = 'Projects'; 574e8827d73SSzymon Olewniczak 575e8827d73SSzymon Olewniczak$lang['user_did_task'] = '%s did task %s'; 576e8827d73SSzymon Olewniczak 577e8827d73SSzymon Olewniczak$lang['user_closed_issue'] = '%s closed issue %s'; 578e8827d73SSzymon Olewniczak$lang['user_rejected_issue'] = '%s rejected issue %s'; 57953df74e7SSzymon Olewniczak 58053df74e7SSzymon Olewniczak$lang['private'] = 'Private'; 581f7519ef1SSzymon Olewniczak 582f7519ef1SSzymon Olewniczak$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.'; 583f7519ef1SSzymon Olewniczak$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.'; 584f7519ef1SSzymon Olewniczak$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.'; 585f7519ef1SSzymon Olewniczak 586f7519ef1SSzymon Olewniczak$lang['js']['close_issue_project'] = 'Close project'; 587f7519ef1SSzymon Olewniczak$lang['js']['reject_issue_project'] = 'Reject project'; 588f7519ef1SSzymon Olewniczak$lang['js']['reopen_issue_project'] = 'Reopen project'; 589f7519ef1SSzymon Olewniczak 590f7519ef1SSzymon Olewniczak$lang['user_closed_issue_project'] = '%s closed project %s'; 591f7519ef1SSzymon Olewniczak$lang['user_rejected_issue_project'] = '%s rejected project %s'; 592f7519ef1SSzymon Olewniczak 593f7519ef1SSzymon Olewniczak$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.'; 594f7519ef1SSzymon Olewniczak$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.'; 59505c09eb1SSzymon Olewniczak 59605c09eb1SSzymon Olewniczak$lang['correction_add_project'] = 'Add task'; 59714a1f0a4SSzymon Olewniczak 59814a1f0a4SSzymon Olewniczak$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task'; 59914a1f0a4SSzymon Olewniczak 60014a1f0a4SSzymon Olewniczak$lang['mail_task_comment_added'] = 'has added comment in task'; 60114a1f0a4SSzymon Olewniczak 60214a1f0a4SSzymon Olewniczak 60314a1f0a4SSzymon Olewniczak$lang['mail_thread_closed'] = 'closed issue'; 60414a1f0a4SSzymon Olewniczak$lang['mail_thread_rejected'] = 'rejected issue'; 60514a1f0a4SSzymon Olewniczak$lang['mail_thread_reopened'] = 'reopened'; 60614a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue'; 60714a1f0a4SSzymon Olewniczak$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue'; 60814a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue'; 60914a1f0a4SSzymon Olewniczak$lang['mail_thread_task_added'] = 'added task in issue'; 61014a1f0a4SSzymon Olewniczak$lang['mail_thread_task_done'] = 'closed task in issue'; 61114a1f0a4SSzymon Olewniczak$lang['mail_thread_task_reopened'] = 'reopened task in issue'; 61214a1f0a4SSzymon Olewniczak$lang['mail_task_done'] = 'closed task'; 61314a1f0a4SSzymon Olewniczak$lang['mail_task_repened'] = 'reopened task'; 61414a1f0a4SSzymon Olewniczak 61514a1f0a4SSzymon Olewniczak$lang['mail_task_assignee'] = 'assigned you to task'; 616e09b232fSSzymon Olewniczak$lang['mail_mail_inform_admins_action'] = 'reported proposal'; 617b331b892SSzymon Olewniczak 618b331b892SSzymon Olewniczak$lang['participant_removed'] = '<strong>%s</strong> has been removed.'; 619a5de966aSSzymon Olewniczak 620a5de966aSSzymon Olewniczak$lang['pin_to_the_issue'] = 'Pin to the issue'; 621a5de966aSSzymon Olewniczak$lang['unpin_from_the_issue'] = 'Unpin from the issue'; 622a5de966aSSzymon Olewniczak 623a5de966aSSzymon Olewniczak$lang['validate_pin_task'] = "Thread doesn't exists or isn't opened."; 624a5de966aSSzymon Olewniczak$lang['thread_id'] = "Thread id"; 625a5de966aSSzymon Olewniczak$lang['confirm_unpin_task'] = "Do you really want to unpin this task?"; 626a5de966aSSzymon Olewniczak$lang['pin_button'] = 'Pin'; 627bc2653b0SSzymon Olewniczak 628bc2653b0SSzymon Olewniczak$lang['timeline thread_proposal'] = 'Proposal added by <strong>%s</strong>'; 629bc2653b0SSzymon Olewniczak$lang['timeline thread_opened'] = 'Problem opened. Coordinator: <strong>%s</strong>'; 630bc2653b0SSzymon Olewniczak$lang['timeline thread_done'] = 'Problem done. Coordinator: <strong>%s</strong>'; 631bc2653b0SSzymon Olewniczak$lang['timeline thread_closed'] = 'Problem closed. Coordinator: <strong>%s</strong>'; 632bc2653b0SSzymon Olewniczak$lang['timeline thread_rejected'] = 'Problem rejected. Coordinator: <strong>%s</strong>'; 633bc2653b0SSzymon Olewniczak 634bc2653b0SSzymon Olewniczak$lang['timeline thread_comment_cause_added'] = 'Cause added by <strong>%s</strong>'; 635bc2653b0SSzymon Olewniczak$lang['timeline thread_comment_added'] = 'Comment added by <strong>%s</strong>'; 636bc2653b0SSzymon Olewniczak 637bc2653b0SSzymon Olewniczak$lang['timeline task_opened'] = 'Task opened. Performer: <strong>%s</strong>'; 638bc2653b0SSzymon Olewniczak$lang['timeline task_done'] = 'Task closed. Performer: <strong>%s</strong>'; 639bc2653b0SSzymon Olewniczak 640bc2653b0SSzymon Olewniczak$lang['timeline task_comment_added'] = 'Komentarz dodany przez <strong>%s</strong>'; 641bc2653b0SSzymon Olewniczak 642bc2653b0SSzymon Olewniczak$lang['timeline thread_proposal_project'] = 'Proposal added by <strong>%s</strong>'; 643bc2653b0SSzymon Olewniczak$lang['timeline thread_opened_project'] = 'Project opened. Coordinator: <strong>%s</strong>'; 644bc2653b0SSzymon Olewniczak$lang['timeline thread_done_project'] = 'Project done. Coordinator: <strong>%s</strong>'; 645bc2653b0SSzymon Olewniczak$lang['timeline thread_closed_project'] = 'Project closed. Coordinator: <strong>%s</strong>'; 646bc2653b0SSzymon Olewniczak$lang['timeline thread_rejected_project'] = 'Project rejected. Coordinator: <strong>%s</strong>'; 647bc2653b0SSzymon Olewniczak 648bc2653b0SSzymon Olewniczak$lang['report from'] = 'from'; 649bc2653b0SSzymon Olewniczak$lang['report to'] = 'to'; 650bc2653b0SSzymon Olewniczak 651bc2653b0SSzymon Olewniczak$lang['report threads done'] = 'Done'; 652bc2653b0SSzymon Olewniczak$lang['report threads cost'] = 'Total cost'; 653bc2653b0SSzymon Olewniczak$lang['report threads cost closed'] = 'Total closed cost'; 654bc2653b0SSzymon Olewniczak 655bc2653b0SSzymon Olewniczak$lang['report threads rejected'] = 'Rejected'; 656bc2653b0SSzymon Olewniczak 657d01047f3SSzymon Olewniczak$lang['info set baseurl'] = 'Set "baseurl" to enable bez mail notifications.'; 658dc7a218dSSzymon Olewniczak$lang['info set basedir'] = 'Set "basedir" to enable bez mail notifications.'; 659bc0bd078SSzymon Olewniczak 660bc0bd078SSzymon Olewniczak$lang['mute_notifications'] = 'Mute BEZ notifications for <strong>%s</strong>'; 661bc0bd078SSzymon Olewniczak$lang['unmute_notifications'] = 'Unmute BEZ notifications for <strong>%s</strong>'; 6624da807daSSzymon Olewniczak 6634da807daSSzymon Olewniczak$lang['js']['close_with_comment'] = 'Close with comment'; 6644da807daSSzymon Olewniczak$lang['js']['close_without_comment'] = 'Close without comment'; 66592a18be1SSzymon Olewniczak 66616bc480cSSzymon Olewniczak$lang['notification problems_without_tasks'] = 'You are a coordinator of the problem without tasks %s.'; 66792a18be1SSzymon Olewniczak$lang['notification problems_coming'] = 'You have coming problem %s.'; 66892a18be1SSzymon Olewniczak$lang['notification problems_outdated'] = 'You have outdated problem %s.'; 66992a18be1SSzymon Olewniczak$lang['notification tasks_coming'] = 'You have comming task %s.'; 67092a18be1SSzymon Olewniczak$lang['notification tasks_outdated'] = 'You have outdated task %s.'; 6710a76bbd8SSzymon Olewniczak 6720a76bbd8SSzymon Olewniczak$lang['risk_noun'] = "Risk"; 6730a76bbd8SSzymon Olewniczak$lang['opportunity_noun'] = "Opportunity"; 6740a76bbd8SSzymon Olewniczak$lang['risk_added'] = "added risk"; 6750a76bbd8SSzymon Olewniczak$lang['opportunity_added'] = "added opportunity"; 67633e36301SSzymon Olewniczak$lang['improvement_action_add'] = "Add improvement action"; 67779fbde34SSzymon Olewniczak 67879fbde34SSzymon Olewniczak$lang['risks'] = "Risks"; 67979fbde34SSzymon Olewniczak$lang['opportunities'] = "Opportunities"; 68079fbde34SSzymon Olewniczak 68179fbde34SSzymon Olewniczak$lang['4d'] = "Causes"; 68279fbde34SSzymon Olewniczak$lang['6d'] = "Risks and opportunities"; 683620500d9SSzymon Olewniczak$lang['7d'] = "Preventive measures"; 684b5ae36a1SSzymon Olewniczak 685b5ae36a1SSzymon Olewniczak$lang['task_program_id'] = 'Programme'; 6866a122ad4SSzymon Olewniczak 6876a122ad4SSzymon Olewniczak$lang['risk'] = "risk"; 6886a122ad4SSzymon Olewniczak$lang['opportunity'] = "opportunity"; 689a7028d8fSSzymon Olewniczak 690a7028d8fSSzymon Olewniczak$lang['has_causes'] = 'Problem has causes'; 691a7028d8fSSzymon Olewniczak$lang['has_risks'] = 'Problem has risks'; 692a7028d8fSSzymon Olewniczak$lang['has_opportunities'] = 'Problem has opportunities'; 6932dbae25dSSzymon Olewniczak 6942dbae25dSSzymon Olewniczak$lang['delete_selected'] = 'Delete selected'; 6952dbae25dSSzymon Olewniczak$lang['move_to'] = 'Move to'; 6962dbae25dSSzymon Olewniczak$lang['button_move'] = 'Move'; 6972dbae25dSSzymon Olewniczak$lang['js']['bulk_delete_confirm'] = 'Do you really want to delete these elements?'; 6982dbae25dSSzymon Olewniczak$lang['js']['bulk_move_confirm'] = 'Do you really want to move these elements?'; 699620500d9SSzymon Olewniczak 700d88262eeSSzymon Olewniczak$lang['6d-var2'] = "Effectiveness evaluation of correction/corrective actions"; 701620500d9SSzymon Olewniczak$lang['noneconformities_report'] = 'Noneconformities report'; 702d5a60e5aSSzymon Olewniczak$lang['action_add'] = 'Add action'; 70353d762f7SSzymon Olewniczak 70453d762f7SSzymon Olewniczak$lang['has_corrective'] = 'Has corrective actions'; 70553d762f7SSzymon Olewniczak$lang['has_preventive'] = 'Has preventive actions';