xref: /plugin/bez/lang/en/lang.php (revision 6a122ad4146cd5c32da016d20ed3c6d0fac14318)
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
1953df74e7SSzymon Olewniczak$lang['report_therads'] = "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";
4065cfcae3Sghi$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
18465cfcae3Sghi$lang['cost'] = "Cost (PLN)";
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';
22765cfcae3Sghi$lang['corrective_action'] = "Corrective action";
22865cfcae3Sghi$lang['preventive_action'] = "Preventive action";
22965cfcae3Sghi
23005c09eb1SSzymon Olewniczak$lang['correction_add'] = 'Add correction';
23127712358Sghi$lang['corrective_action_add'] = 'Add corrective action';
23227712358Sghi$lang['preventive_action_add'] = 'Add preventive action';
23327712358Sghi
234489061b8Sghi$lang['show_all_tasks'] = 'Show all tasks';
23527712358Sghi
23665cfcae3Sghi$lang['none_comment'] = "none(comment)";
23765cfcae3Sghi$lang['manpower'] = "Manpower";
23865cfcae3Sghi$lang['method'] = "Method";
23965cfcae3Sghi$lang['machine'] = "Machine";
24065cfcae3Sghi$lang['material'] = "Material";
24165cfcae3Sghi$lang['managment'] = "Management";
24265cfcae3Sghi$lang['measurement'] = "Measurement";
24365cfcae3Sghi$lang['money'] = "Money";
24465cfcae3Sghi$lang['environment'] = "Environment";
24580487b8aSghi$lang['communication'] = "Communication";
24665cfcae3Sghi
24765cfcae3Sghi$lang['task_opened'] = "Open";
24824f91664SSzymon Olewniczak$lang ['task_outdated'] = 'Outdated';
24965cfcae3Sghi$lang ['task_done'] = "Done";
250fc2a4337Sghi$lang ['task_plan'] = "Plan";
25165cfcae3Sghi$lang ['task_rejected'] = "Rejected";
25265cfcae3Sghi
253489061b8Sghi$lang ['task_do'] = 'Done';
254489061b8Sghi$lang ['task_reject'] = 'Reject';
2555c4f5b95SSzymon Olewniczak$lang ['task_reopen'] = 'Reopen';
25660fa9366Sghi
25765cfcae3Sghi$lang['reason_reopen'] = "Reason for reopening ";
25865cfcae3Sghi$lang['reason_done']  = "Reason for closing";
25965cfcae3Sghi$lang['reason_reject'] = "Reason for rejecting";
26065cfcae3Sghi
26165cfcae3Sghi$lang['issue_created'] = "Reported";
26265cfcae3Sghi
26365cfcae3Sghi$lang['issue_closed'] = "Problem has been closed";
26465cfcae3Sghi$lang['issue_reopened'] = "Problem has been reopened";
26565cfcae3Sghi
2666e94bebdSghi$lang['issue_reopen'] = 'Reopen issue';
2676e94bebdSghi
26865cfcae3Sghi$lang['today'] = "Today";
26965cfcae3Sghi$lang['yesterday'] = "Yesterday";
27065cfcae3Sghi
27165cfcae3Sghi$lang['task_for'] = "for";
27265cfcae3Sghi$lang['content'] = "Description";
27365cfcae3Sghi
27405c9d3bcSghi$lang['8d_report'] = "8D Report";
275c8bd19cbSSzymon Olewniczak$lang['8d_report_header'] = "%dD Report";
27665cfcae3Sghi$lang['8d_report_for'] = "for";
27765cfcae3Sghi$lang['open_date'] = "Open date";
278e2b0e8caSSzymon Olewniczak$lang['1d'] = "Team";
279e2b0e8caSSzymon Olewniczak$lang['2d'] = "Problem";
280e2b0e8caSSzymon Olewniczak$lang['3d'] = "Correction";
281e2b0e8caSSzymon Olewniczak$lang['4d'] = "Real causes";
282e2b0e8caSSzymon Olewniczak$lang['5d'] = "Corrective action";
283e2b0e8caSSzymon Olewniczak$lang['6d'] = "Potential causes";
284e2b0e8caSSzymon Olewniczak$lang['7d'] = "Preventive action";
285e2b0e8caSSzymon Olewniczak$lang['8d'] = "Effectiveness evaluation";
28665cfcae3Sghi
28765cfcae3Sghi$lang['number'] = 'Quantity';
28865cfcae3Sghi$lang['true_date'] = "Date";
28965cfcae3Sghi
29065cfcae3Sghi
291d21fa58cSghi$lang['report_issues'] = 'Issues';
292d21fa58cSghi$lang['report_tasks'] = 'Tasks';
293d21fa58cSghi$lang['report_causes'] = 'Causes';
294d21fa58cSghi$lang['report_priority'] = 'Raction time';
2957050d94cSghi$lang['report_subhead'] = 'for closed issues and tasks';
29665cfcae3Sghi
297d21fa58cSghi$lang['priority'] = 'Priority';
298d21fa58cSghi$lang['average'] = 'Average';
29965cfcae3Sghi
300d21fa58cSghi$lang['totalcost'] = 'Value';
301d21fa58cSghi$lang['report_total'] = 'Total';
30265cfcae3Sghi
30365cfcae3Sghi$lang['show'] = "show";
30465cfcae3Sghi
30565cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest";
30665cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
30765cfcae3Sghi
30865cfcae3Sghi$lang['ns'] = "NA";
30965cfcae3Sghi
31065cfcae3Sghi$lang['ended'] = "Completed";
31165cfcae3Sghi
31265cfcae3Sghi//Mail
31365cfcae3Sghi$lang['new_task'] = "New task";
31465cfcae3Sghi$lang['new_issue'] = "New issue";
31565cfcae3Sghi$lang['send_mail'] = "Send";
31665cfcae3Sghi
31765cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)";
31865cfcae3Sghi
31965cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska";
32029e1374dSghi
32129e1374dSghi$lang['comments'] = 'Comments';
3225536eef6Sghi
3235536eef6Sghi$lang['delete'] = 'Delete';
32412fd0ef2Sghi$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
3252f530577Sghi$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
32612fd0ef2Sghi
32738b5c5c4Sghi$lang['types_manage'] = 'Types of issues';
3283cc1f839Sghi
3293cc1f839Sghi$lang['sort'] = 'Sort';
3303cc1f839Sghi$lang['cancel'] = 'Cancel';
331a6dcc2a9Sghi
3325b88664dSSzymon Olewniczak$lang['menu_activity'] = 'Activity';
333a6dcc2a9Sghi$lang['menu_close_task'] = 'My tasks (%d)';
334a6dcc2a9Sghi$lang['menu_close_issue'] = 'My issues(%d)';
335a6dcc2a9Sghi$lang['menu_comment_issue'] = 'Opened issues (%d)';
336a6dcc2a9Sghi
337a6dcc2a9Sghi$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
338a6dcc2a9Sghi$lang['yes'] = 'Yes';
339a6dcc2a9Sghi$lang['no'] = 'No';
34005c9d3bcSghi
34105c9d3bcSghi$lang['all'] = 'everything';
342bf67f2caSSzymon Olewniczak$lang['all_not_rejected'] = 'everything without rejected';
34385f5e5e7Sghi$lang['year'] = 'Year';
3447f853d3aSghi$lang['in_year'] = 'in year';
34585f5e5e7Sghi$lang['filter'] = 'Filter';
3468ce39bb5Sghi
3478ce39bb5Sghi$lang['close_issues'] = 'My issues';
3488ce39bb5Sghi$lang['close_tasks'] = 'My tasks';
349eb2e6be9SSzymon Olewniczak$lang['my_reported_threads'] = 'Threads reported by me';
350eb2e6be9SSzymon Olewniczak$lang['my_reported_tasks'] = 'Tasks reported by me';
3518ce39bb5Sghi
3528ce39bb5Sghi$lang['proposals'] = 'Proposals';
353eb950a4cSghi
354eb950a4cSghi$lang['show_tasks_hidden'] = 'Show closed and rejected tasks';
355eb950a4cSghi$lang['add_task'] = 'Add new task';
356127ad254Sghi
357127ad254Sghi$lang['save_without_changing_date'] = 'Save without changing date';
35875280174Sghi
35975280174Sghi$lang['sort_by_open_date'] = 'Sort by open date';
3602e8f2263Sghi
361510f3b21Sghi$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.';
36227712358Sghi
36327712358Sghi$lang['add_cause'] = 'Add cause';
36427712358Sghi$lang['add_correction'] = 'Add correction';
36527712358Sghi
36627712358Sghi$lang['cause'] = 'cause';
36727712358Sghi$lang['pontential_cause'] = 'potential cause';
36827712358Sghi
36927712358Sghi$lang['cause_type'] = 'Cause type';
37027712358Sghi
371e8827d73SSzymon Olewniczak$lang['cause_real'] = 'real';
372e8827d73SSzymon Olewniczak$lang['cause_potential'] = 'potential';
3739a30fd19Sghi
37476473fecSghi$lang['evaluation'] = 'Ocena';
3759a30fd19Sghi
37676473fecSghi$lang['rr_report'] = 'RR Report';
3779a30fd19Sghi
37876473fecSghi$lang['rr_team'] = 'Risk evaluation team';
37976473fecSghi$lang['rr_desc'] = 'Risk description';
38076473fecSghi$lang['rr_eval'] = 'Risk evaluacion';
38176473fecSghi$lang['rr_suceval'] = 'Effectiveness evalutation';
3829fbfe943Sghi
38376473fecSghi$lang['correction_nav'] = 'Corrections';
38476473fecSghi$lang['closed_tasks'] = 'Closed tasks';
38576473fecSghi$lang['root_causes'] = 'Cause categories';
386ea5c5471Sghi
38776473fecSghi$lang['version'] = 'version';
38876473fecSghi
38976473fecSghi$lang['issues_juxtaposition'] = 'Juxtaposition of issues';
39076473fecSghi$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks';
3916e94bebdSghi
3926e94bebdSghi$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.';
393a99642a4SSzymon Olewniczak$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.';
394489061b8Sghi$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.';
395ac36b828Sghi$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.';
396fc2a4337Sghi
397fc2a4337Sghi$lang['number_of_open'] = 'Number of open';
398fc2a4337Sghi$lang['number_of_close'] = 'Number of closed';
399d2894507SSzymon Olewniczak$lang['number_of_close_on_time'] = 'Number of closed on time';
400d2894507SSzymon Olewniczak$lang['number_of_close_off_time'] = 'Number of closed off time';
401fc2a4337Sghi$lang['diffirence'] = 'Diffirence';
402fc2a4337Sghi
403fc2a4337Sghi$lang['cost_of_open'] = 'Cost of open';
404fc2a4337Sghi
405fc2a4337Sghi$lang['average_of_close'] = 'Avarage close time';
406fc2a4337Sghi
407fc2a4337Sghi$lang['plan_date'] = 'Plan date';
408fc2a4337Sghi$lang['all_day_event'] = 'All day event';
409fc2a4337Sghi$lang['start_time'] = 'Start time';
410fc2a4337Sghi$lang['finish_time'] = 'Finish time';
411fc2a4337Sghi
412fc2a4337Sghi$lang['vald_valid_date_required'] = 'Valid date required.';
413fc2a4337Sghi$lang['vald_valid_start_hour_required'] = 'Valid start time required.';
414fc2a4337Sghi$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.';
415fc2a4337Sghi
416168ecf58Sghi$lang['download_in_icalendar'] = 'iCalendar';
417168ecf58Sghi
418168ecf58Sghi$lang['task_types'] = 'Task types';
419168ecf58Sghi$lang['task_type'] = 'Typ zadań';
420168ecf58Sghi
421168ecf58Sghi$lang['programme'] = 'Programme';
422168ecf58Sghi
423168ecf58Sghi$lang['tasks_no_type'] = '--- without type ---';
424168ecf58Sghi
425168ecf58Sghi$lang ['plan'] = "Plan";
426168ecf58Sghi
427168ecf58Sghi$lang ['task_plan'] = "Plan";
428168ecf58Sghi$lang ['task_realization'] = "Realization";
429168ecf58Sghi
430168ecf58Sghi$lang ['month'] = "Month";
431168ecf58Sghi
432168ecf58Sghi$lang ['report_date'] = "Report date";
433168ecf58Sghi$lang ['close_date'] = "Close date";
434168ecf58Sghi
435168ecf58Sghi$lang['jan'] = 'January';
436168ecf58Sghi$lang['feb'] = 'February';
437168ecf58Sghi$lang['mar'] = 'March';
438168ecf58Sghi$lang['apr'] = 'April';
439168ecf58Sghi$lang['may'] = 'May';
440168ecf58Sghi$lang['june'] = 'June';
441168ecf58Sghi$lang['july'] = 'July';
442168ecf58Sghi$lang['aug'] = 'August';
443168ecf58Sghi$lang['sept'] = 'September';
444168ecf58Sghi$lang['oct'] = 'October';
445168ecf58Sghi$lang['nov'] = 'November';
446168ecf58Sghi$lang['dec'] = 'December';
447168ecf58Sghi
448f2c81100SSzymon Olewniczak$lang['mon1_a'] = 'January';
449f2c81100SSzymon Olewniczak$lang['mon2_a'] = 'February';
450f2c81100SSzymon Olewniczak$lang['mon3_a'] = 'March';
451f2c81100SSzymon Olewniczak$lang['mon4_a'] = 'April';
452f2c81100SSzymon Olewniczak$lang['mon5_a'] = 'May';
453f2c81100SSzymon Olewniczak$lang['mon6_a'] = 'June';
454f2c81100SSzymon Olewniczak$lang['mon7_a'] = 'July';
455f2c81100SSzymon Olewniczak$lang['mon8_a'] = 'August';
456f2c81100SSzymon Olewniczak$lang['mon9_a'] = 'September';
457f2c81100SSzymon Olewniczak$lang['mon10_a'] = 'October';
458f2c81100SSzymon Olewniczak$lang['mon11_a'] = 'November';
459f2c81100SSzymon Olewniczak$lang['mon12_a'] = 'December';
460f2c81100SSzymon Olewniczak
461f2c81100SSzymon Olewniczak$lang['at_hour'] = 'at';
462f2c81100SSzymon Olewniczak
463168ecf58Sghi$lang['hours_no'] = 'Number of hours';
464168ecf58Sghi
465168ecf58Sghi$lang['show_desc'] = 'Show descriptions';
466168ecf58Sghi$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations';
467168ecf58Sghi
468168ecf58Sghi$lang['hide_desc'] = 'Hide descripitons';
469168ecf58Sghi$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations';
470d6002863Sghi
471d6002863Sghi$lang['users'] = 'users';
472d6002863Sghi$lang['groups'] = 'groups';
4732c7864e8Sghi
4742c7864e8Sghi$lang['duplicate'] = 'Duplicate';
4755c5b6101SSzymon Olewniczak
4765c5b6101SSzymon Olewniczak$lang['show_issue'] = 'Show issue';
477c54650bdSSzymon Olewniczak
478c54650bdSSzymon Olewniczak$lang['select'] = 'select';
4799f68d181SSzymon Olewniczak
4809f68d181SSzymon Olewniczak$lang['not_relevant'] = 'not relevant';
4815c4f5b95SSzymon Olewniczak
4825c4f5b95SSzymon Olewniczak$lang['validate_is_null'] = 'cannot be empty.';
4835c4f5b95SSzymon Olewniczak$lang['validate_validate_iso_date'] = 'bad date format.';
484157c9989SSzymon Olewniczak$lang['validate_must_be_0'] = 'must be 0.';
485157c9989SSzymon Olewniczak$lang['refs'] = 'References';
48661645219SSzymon Olewniczak
48761645219SSzymon Olewniczak$lang['comment_last_activity'] = 'Last activity';
48861645219SSzymon Olewniczak$lang['comment_participants'] = 'Participants';
48961645219SSzymon Olewniczak
490085d47f1SSzymon Olewniczak$lang['issue_type_no_specified'] = 'type no specified';
4917c304d96SSzymon Olewniczak
4927c304d96SSzymon Olewniczak$lang['involvement'] = 'Involvement';
4937c304d96SSzymon Olewniczak$lang['commentator'] = 'Commentator';
4947c304d96SSzymon Olewniczak
4957c304d96SSzymon Olewniczak$lang['activity_report'] = 'Activity report';
4967c304d96SSzymon Olewniczak
4977c304d96SSzymon Olewniczak$lang['user'] = 'User';
498b2c9de2bSSzymon Olewniczak
499b2c9de2bSSzymon Olewniczak$lang['activity_in_issues'] = 'Activity in issues';
500b2c9de2bSSzymon Olewniczak
501b2c9de2bSSzymon Olewniczak$lang['activity_in_tasks'] = 'Activity in tasks';
502b2c9de2bSSzymon Olewniczak
503b2c9de2bSSzymon Olewniczak$lang['rejected_tasks'] = 'Rejected tasks';
504b2c9de2bSSzymon Olewniczak
50567bf4d0dSSzymon Olewniczak$lang['subscribe'] = 'Subscribe';
50667bf4d0dSSzymon Olewniczak
507a99642a4SSzymon Olewniczak$lang['subscribent'] = 'Subscribent';
508a99642a4SSzymon Olewniczak
50967bf4d0dSSzymon Olewniczak$lang['unsubscribe'] = 'Unsubscribe';
51067bf4d0dSSzymon Olewniczak
51167bf4d0dSSzymon Olewniczak$lang['subscribed_info'] = "You're receiving notifications about changes in this problem.";
51267bf4d0dSSzymon Olewniczak
51367bf4d0dSSzymon Olewniczak$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem.";
51467bf4d0dSSzymon Olewniczak
515e8827d73SSzymon Olewniczak$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task.";
516e8827d73SSzymon Olewniczak
517e8827d73SSzymon Olewniczak$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task.";
518e8827d73SSzymon Olewniczak
51967bf4d0dSSzymon Olewniczak$lang['show_comments'] = 'Show comments';
52067bf4d0dSSzymon Olewniczak$lang['hide_comments'] = 'Hide comments';
521a99642a4SSzymon Olewniczak
522a99642a4SSzymon Olewniczak$lang['correct'] = 'Correct';
523a99642a4SSzymon Olewniczak
524a99642a4SSzymon Olewniczak$lang['from_hour'] = 'from';
525a99642a4SSzymon Olewniczak$lang['to_hour'] = 'to';
526aa89e6f8SSzymon Olewniczak
527aa89e6f8SSzymon Olewniczak$lang['next_open'] = 'Next open';
528aa89e6f8SSzymon Olewniczak$lang['prev_open'] = 'Previous open';
529aa89e6f8SSzymon Olewniczak
530aa89e6f8SSzymon Olewniczak$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?';
531f2c81100SSzymon Olewniczak
532f2c81100SSzymon Olewniczak$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.';
533d29be7a0SSzymon Olewniczak
534d29be7a0SSzymon Olewniczak$lang['issue_added'] = 'Issue added';
535d29be7a0SSzymon Olewniczak
536d29be7a0SSzymon Olewniczak$lang['timeline_cause_added'] = 'Cause added';
537d29be7a0SSzymon Olewniczak$lang['timeline_comment_added'] = 'Comment added';
538d29be7a0SSzymon Olewniczak
539d29be7a0SSzymon Olewniczak$lang['issue_invite_header'] = 'Invite user';
540d29be7a0SSzymon Olewniczak$lang['issue_invite_button'] = 'Invite';
54144189046SSzymon Olewniczak
54214a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue';
54344189046SSzymon Olewniczak$lang['mail_mail_notify_invite_subject'] = 'Problem invitation';
54444189046SSzymon Olewniczak
54544189046SSzymon Olewniczak$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem';
54644189046SSzymon Olewniczak
54744189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_action'] = 'has changed state';
54844189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem';
54944189046SSzymon Olewniczak
55044189046SSzymon Olewniczak$lang['js']['combobox_show_all_items'] = 'Show All Items';
55144189046SSzymon Olewniczak$lang['js']['combobox_did_not_match'] = "didn't match any item";
55244189046SSzymon Olewniczak
55360c2063dSSzymon Olewniczak$lang['invitation_has_been_send'] = 'Invitation has been sent to';
55460c2063dSSzymon Olewniczak
555ef159648SSzymon Olewniczak$lang['no_evaluation'] = 'No evaluation';
556c45b82bdSSzymon Olewniczak
557c45b82bdSSzymon Olewniczak$lang['edit_metadata'] = 'Edit metadata';
558c45b82bdSSzymon Olewniczak
559c45b82bdSSzymon Olewniczak$lang['metadata_edit_header'] = 'Edit metadata';
56004f149d4SSzymon Olewniczak
56104f149d4SSzymon Olewniczak$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.';
5628a638198SSzymon Olewniczak
5638a638198SSzymon Olewniczak$lang['task_type_correction'] = 'Correction';
5648a638198SSzymon Olewniczak$lang['task_type_corrective'] = 'Corrective';
5658a638198SSzymon Olewniczak$lang['task_type_preventive'] = 'Preventive';
5668a638198SSzymon Olewniczak$lang['task_type_program'] = 'Program';
567e8827d73SSzymon Olewniczak
568e8827d73SSzymon Olewniczak$lang['nav my_activities'] = 'My activities';
569e8827d73SSzymon Olewniczak$lang['nav projects'] = 'Projects';
570e8827d73SSzymon Olewniczak
571e8827d73SSzymon Olewniczak$lang['user_did_task'] = '%s did task %s';
572e8827d73SSzymon Olewniczak
573e8827d73SSzymon Olewniczak$lang['user_closed_issue'] = '%s closed issue %s';
574e8827d73SSzymon Olewniczak$lang['user_rejected_issue'] = '%s rejected issue %s';
57553df74e7SSzymon Olewniczak
57653df74e7SSzymon Olewniczak$lang['private'] = 'Private';
577f7519ef1SSzymon Olewniczak
578f7519ef1SSzymon Olewniczak$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.';
579f7519ef1SSzymon Olewniczak$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.';
580f7519ef1SSzymon Olewniczak$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.';
581f7519ef1SSzymon Olewniczak
582f7519ef1SSzymon Olewniczak$lang['js']['close_issue_project'] = 'Close project';
583f7519ef1SSzymon Olewniczak$lang['js']['reject_issue_project'] = 'Reject project';
584f7519ef1SSzymon Olewniczak$lang['js']['reopen_issue_project'] = 'Reopen project';
585f7519ef1SSzymon Olewniczak
586f7519ef1SSzymon Olewniczak$lang['user_closed_issue_project'] = '%s closed project %s';
587f7519ef1SSzymon Olewniczak$lang['user_rejected_issue_project'] = '%s rejected project %s';
588f7519ef1SSzymon Olewniczak
589f7519ef1SSzymon Olewniczak$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.';
590f7519ef1SSzymon Olewniczak$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.';
59105c09eb1SSzymon Olewniczak
59205c09eb1SSzymon Olewniczak$lang['correction_add_project'] = 'Add task';
59314a1f0a4SSzymon Olewniczak
59414a1f0a4SSzymon Olewniczak$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task';
59514a1f0a4SSzymon Olewniczak
59614a1f0a4SSzymon Olewniczak$lang['mail_task_comment_added'] = 'has added comment in task';
59714a1f0a4SSzymon Olewniczak
59814a1f0a4SSzymon Olewniczak
59914a1f0a4SSzymon Olewniczak$lang['mail_thread_closed'] = 'closed issue';
60014a1f0a4SSzymon Olewniczak$lang['mail_thread_rejected'] = 'rejected issue';
60114a1f0a4SSzymon Olewniczak$lang['mail_thread_reopened'] = 'reopened';
60214a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue';
60314a1f0a4SSzymon Olewniczak$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue';
60414a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue';
60514a1f0a4SSzymon Olewniczak$lang['mail_thread_task_added'] = 'added task in issue';
60614a1f0a4SSzymon Olewniczak$lang['mail_thread_task_done'] = 'closed task in issue';
60714a1f0a4SSzymon Olewniczak$lang['mail_thread_task_reopened'] = 'reopened task in issue';
60814a1f0a4SSzymon Olewniczak$lang['mail_task_done'] = 'closed task';
60914a1f0a4SSzymon Olewniczak$lang['mail_task_repened'] = 'reopened task';
61014a1f0a4SSzymon Olewniczak
61114a1f0a4SSzymon Olewniczak$lang['mail_task_assignee'] = 'assigned you to task';
612e09b232fSSzymon Olewniczak$lang['mail_mail_inform_admins_action'] = 'reported proposal';
613b331b892SSzymon Olewniczak
614b331b892SSzymon Olewniczak$lang['participant_removed'] = '<strong>%s</strong> has been removed.';
615a5de966aSSzymon Olewniczak
616a5de966aSSzymon Olewniczak$lang['pin_to_the_issue'] = 'Pin to the issue';
617a5de966aSSzymon Olewniczak$lang['unpin_from_the_issue'] = 'Unpin from the issue';
618a5de966aSSzymon Olewniczak
619a5de966aSSzymon Olewniczak$lang['validate_pin_task'] = "Thread doesn't exists or isn't opened.";
620a5de966aSSzymon Olewniczak$lang['thread_id'] = "Thread id";
621a5de966aSSzymon Olewniczak$lang['confirm_unpin_task'] = "Do you really want to unpin this task?";
622a5de966aSSzymon Olewniczak$lang['pin_button'] = 'Pin';
623bc2653b0SSzymon Olewniczak
624bc2653b0SSzymon Olewniczak$lang['timeline thread_proposal'] = 'Proposal added by <strong>%s</strong>';
625bc2653b0SSzymon Olewniczak$lang['timeline thread_opened'] = 'Problem opened. Coordinator: <strong>%s</strong>';
626bc2653b0SSzymon Olewniczak$lang['timeline thread_done'] = 'Problem done. Coordinator: <strong>%s</strong>';
627bc2653b0SSzymon Olewniczak$lang['timeline thread_closed'] = 'Problem closed. Coordinator: <strong>%s</strong>';
628bc2653b0SSzymon Olewniczak$lang['timeline thread_rejected'] = 'Problem rejected. Coordinator: <strong>%s</strong>';
629bc2653b0SSzymon Olewniczak
630bc2653b0SSzymon Olewniczak$lang['timeline thread_comment_cause_added'] = 'Cause added by <strong>%s</strong>';
631bc2653b0SSzymon Olewniczak$lang['timeline thread_comment_added'] = 'Comment added by <strong>%s</strong>';
632bc2653b0SSzymon Olewniczak
633bc2653b0SSzymon Olewniczak$lang['timeline task_opened'] = 'Task opened. Performer: <strong>%s</strong>';
634bc2653b0SSzymon Olewniczak$lang['timeline task_done'] = 'Task closed. Performer: <strong>%s</strong>';
635bc2653b0SSzymon Olewniczak
636bc2653b0SSzymon Olewniczak$lang['timeline task_comment_added'] = 'Komentarz dodany przez <strong>%s</strong>';
637bc2653b0SSzymon Olewniczak
638bc2653b0SSzymon Olewniczak$lang['timeline thread_proposal_project'] = 'Proposal added by <strong>%s</strong>';
639bc2653b0SSzymon Olewniczak$lang['timeline thread_opened_project'] = 'Project opened. Coordinator: <strong>%s</strong>';
640bc2653b0SSzymon Olewniczak$lang['timeline thread_done_project'] = 'Project done. Coordinator: <strong>%s</strong>';
641bc2653b0SSzymon Olewniczak$lang['timeline thread_closed_project'] = 'Project closed. Coordinator: <strong>%s</strong>';
642bc2653b0SSzymon Olewniczak$lang['timeline thread_rejected_project'] = 'Project rejected. Coordinator: <strong>%s</strong>';
643bc2653b0SSzymon Olewniczak
644bc2653b0SSzymon Olewniczak$lang['report from'] = 'from';
645bc2653b0SSzymon Olewniczak$lang['report to'] = 'to';
646bc2653b0SSzymon Olewniczak
647bc2653b0SSzymon Olewniczak$lang['report threads done'] = 'Done';
648bc2653b0SSzymon Olewniczak$lang['report threads cost'] = 'Total cost';
649bc2653b0SSzymon Olewniczak$lang['report threads cost closed'] = 'Total closed cost';
650bc2653b0SSzymon Olewniczak
651bc2653b0SSzymon Olewniczak$lang['report threads rejected'] = 'Rejected';
652bc2653b0SSzymon Olewniczak
653d01047f3SSzymon Olewniczak$lang['info set baseurl'] = 'Set "baseurl" to enable bez mail notifications.';
654bc0bd078SSzymon Olewniczak
655bc0bd078SSzymon Olewniczak$lang['mute_notifications'] = 'Mute BEZ notifications for <strong>%s</strong>';
656bc0bd078SSzymon Olewniczak$lang['unmute_notifications'] = 'Unmute BEZ notifications for <strong>%s</strong>';
6574da807daSSzymon Olewniczak
6584da807daSSzymon Olewniczak$lang['js']['close_with_comment'] = 'Close with comment';
6594da807daSSzymon Olewniczak$lang['js']['close_without_comment'] = 'Close without comment';
66092a18be1SSzymon Olewniczak
66116bc480cSSzymon Olewniczak$lang['notification problems_without_tasks'] = 'You are a coordinator of the problem without tasks %s.';
66292a18be1SSzymon Olewniczak$lang['notification problems_coming'] = 'You have coming problem %s.';
66392a18be1SSzymon Olewniczak$lang['notification problems_outdated'] = 'You have outdated problem %s.';
66492a18be1SSzymon Olewniczak$lang['notification tasks_coming'] = 'You have comming task %s.';
66592a18be1SSzymon Olewniczak$lang['notification tasks_outdated'] = 'You have outdated task %s.';
6660a76bbd8SSzymon Olewniczak
6670a76bbd8SSzymon Olewniczak$lang['risk_noun'] = "Risk";
6680a76bbd8SSzymon Olewniczak$lang['opportunity_noun'] = "Opportunity";
6690a76bbd8SSzymon Olewniczak$lang['risk_added'] = "added risk";
6700a76bbd8SSzymon Olewniczak$lang['opportunity_added'] = "added opportunity";
6710a76bbd8SSzymon Olewniczak$lang['improvement_action_add'] = "Add action";
67279fbde34SSzymon Olewniczak
67379fbde34SSzymon Olewniczak$lang['risks'] = "Risks";
67479fbde34SSzymon Olewniczak$lang['opportunities'] = "Opportunities";
67579fbde34SSzymon Olewniczak
67679fbde34SSzymon Olewniczak$lang['4d'] = "Causes";
67779fbde34SSzymon Olewniczak$lang['6d'] = "Risks and opportunities";
67879fbde34SSzymon Olewniczak$lang['7d'] = "Actions for risks and opportunities";
679b5ae36a1SSzymon Olewniczak
680b5ae36a1SSzymon Olewniczak$lang['task_program_id'] = 'Programme';
681*6a122ad4SSzymon Olewniczak
682*6a122ad4SSzymon Olewniczak$lang['risk'] = "risk";
683*6a122ad4SSzymon Olewniczak$lang['opportunity'] = "opportunity";
684