xref: /plugin/bez/lang/en/lang.php (revision d01047f3931a6897b8d899d2639c6dcac2cf16d2)
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";
19665cfcae3Sghi$lang['comment_changed'] = "Comment has been changed";
19765cfcae3Sghi
198f2c81100SSzymon Olewniczak$lang['cause_added'] = 'added cause';
1993a6ce6fbSghi$lang['cause_noun'] = "Cause";
2003a6ce6fbSghi$lang['change_cause_button'] = "Correct the cause";
20127712358Sghi$lang['added'] = 'Added';
2023a6ce6fbSghi
2033a6ce6fbSghi
20465cfcae3Sghi$lang['replay_by_task'] = "Add task in replay";
20565cfcae3Sghi$lang['change_made'] = "Change has been made";
20665cfcae3Sghi
20765cfcae3Sghi$lang['change_comment'] = "Correct the comment";
20865cfcae3Sghi$lang['change_comment_button'] = "Correct the comment";
20965cfcae3Sghi$lang['change_task'] = "Change the task";
21065cfcae3Sghi$lang['change_task_button'] = "Change the task";
21165cfcae3Sghi
21265cfcae3Sghi$lang['preview'] = "preview";
21365cfcae3Sghi$lang['next'] = "next";
21465cfcae3Sghi
21565cfcae3Sghi$lang['version'] = "Version";
21665cfcae3Sghi
21765cfcae3Sghi$lang['comment_noun'] = "Comment";
21865cfcae3Sghi$lang['change'] = "Change";
21965cfcae3Sghi$lang['task'] = "Task";
22065cfcae3Sghi
22165cfcae3Sghi$lang['change_state_button'] = "Change the status";
22265cfcae3Sghi
22365cfcae3Sghi
22465cfcae3Sghi$lang['correction'] = "Correction";
225510f3b21Sghi$lang['correction_h'] = 'Correction';
22665cfcae3Sghi$lang['corrective_action'] = "Corrective action";
22765cfcae3Sghi$lang['preventive_action'] = "Preventive action";
22865cfcae3Sghi
22905c09eb1SSzymon Olewniczak$lang['correction_add'] = 'Add correction';
23027712358Sghi$lang['corrective_action_add'] = 'Add corrective action';
23127712358Sghi$lang['preventive_action_add'] = 'Add preventive action';
23227712358Sghi
233489061b8Sghi$lang['show_all_tasks'] = 'Show all tasks';
23427712358Sghi
23565cfcae3Sghi$lang['none_comment'] = "none(comment)";
23665cfcae3Sghi$lang['manpower'] = "Manpower";
23765cfcae3Sghi$lang['method'] = "Method";
23865cfcae3Sghi$lang['machine'] = "Machine";
23965cfcae3Sghi$lang['material'] = "Material";
24065cfcae3Sghi$lang['managment'] = "Management";
24165cfcae3Sghi$lang['measurement'] = "Measurement";
24265cfcae3Sghi$lang['money'] = "Money";
24365cfcae3Sghi$lang['environment'] = "Environment";
24480487b8aSghi$lang['communication'] = "Communication";
24565cfcae3Sghi
24665cfcae3Sghi$lang['task_opened'] = "Open";
24724f91664SSzymon Olewniczak$lang ['task_outdated'] = 'Outdated';
24865cfcae3Sghi$lang ['task_done'] = "Done";
249fc2a4337Sghi$lang ['task_plan'] = "Plan";
25065cfcae3Sghi$lang ['task_rejected'] = "Rejected";
25165cfcae3Sghi
252489061b8Sghi$lang ['task_do'] = 'Done';
253489061b8Sghi$lang ['task_reject'] = 'Reject';
2545c4f5b95SSzymon Olewniczak$lang ['task_reopen'] = 'Reopen';
25560fa9366Sghi
25665cfcae3Sghi$lang['reason_reopen'] = "Reason for reopening ";
25765cfcae3Sghi$lang['reason_done']  = "Reason for closing";
25865cfcae3Sghi$lang['reason_reject'] = "Reason for rejecting";
25965cfcae3Sghi
26065cfcae3Sghi$lang['issue_created'] = "Reported";
26165cfcae3Sghi
26265cfcae3Sghi$lang['issue_closed'] = "Problem has been closed";
26365cfcae3Sghi$lang['issue_reopened'] = "Problem has been reopened";
26465cfcae3Sghi
2656e94bebdSghi$lang['issue_reopen'] = 'Reopen issue';
2666e94bebdSghi
26765cfcae3Sghi$lang['today'] = "Today";
26865cfcae3Sghi$lang['yesterday'] = "Yesterday";
26965cfcae3Sghi
27065cfcae3Sghi$lang['task_for'] = "for";
27165cfcae3Sghi$lang['content'] = "Description";
27265cfcae3Sghi
27305c9d3bcSghi$lang['8d_report'] = "8D Report";
274c8bd19cbSSzymon Olewniczak$lang['8d_report_header'] = "%dD Report";
27565cfcae3Sghi$lang['8d_report_for'] = "for";
27665cfcae3Sghi$lang['open_date'] = "Open date";
277e2b0e8caSSzymon Olewniczak$lang['1d'] = "Team";
278e2b0e8caSSzymon Olewniczak$lang['2d'] = "Problem";
279e2b0e8caSSzymon Olewniczak$lang['3d'] = "Correction";
280e2b0e8caSSzymon Olewniczak$lang['4d'] = "Real causes";
281e2b0e8caSSzymon Olewniczak$lang['5d'] = "Corrective action";
282e2b0e8caSSzymon Olewniczak$lang['6d'] = "Potential causes";
283e2b0e8caSSzymon Olewniczak$lang['7d'] = "Preventive action";
284e2b0e8caSSzymon Olewniczak$lang['8d'] = "Effectiveness evaluation";
28565cfcae3Sghi
28665cfcae3Sghi$lang['number'] = 'Quantity';
28765cfcae3Sghi$lang['true_date'] = "Date";
28865cfcae3Sghi
28965cfcae3Sghi
290d21fa58cSghi$lang['report_issues'] = 'Issues';
291d21fa58cSghi$lang['report_tasks'] = 'Tasks';
292d21fa58cSghi$lang['report_causes'] = 'Causes';
293d21fa58cSghi$lang['report_priority'] = 'Raction time';
2947050d94cSghi$lang['report_subhead'] = 'for closed issues and tasks';
29565cfcae3Sghi
296d21fa58cSghi$lang['priority'] = 'Priority';
297d21fa58cSghi$lang['average'] = 'Average';
29865cfcae3Sghi
299d21fa58cSghi$lang['totalcost'] = 'Value';
300d21fa58cSghi$lang['report_total'] = 'Total';
30165cfcae3Sghi
30265cfcae3Sghi$lang['show'] = "show";
30365cfcae3Sghi
30465cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest";
30565cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
30665cfcae3Sghi
30765cfcae3Sghi$lang['ns'] = "NA";
30865cfcae3Sghi
30965cfcae3Sghi$lang['ended'] = "Completed";
31065cfcae3Sghi
31165cfcae3Sghi//Mail
31265cfcae3Sghi$lang['new_task'] = "New task";
31365cfcae3Sghi$lang['new_issue'] = "New issue";
31465cfcae3Sghi$lang['send_mail'] = "Send";
31565cfcae3Sghi
31665cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)";
31765cfcae3Sghi
31865cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska";
31929e1374dSghi
32029e1374dSghi$lang['comments'] = 'Comments';
3215536eef6Sghi
3225536eef6Sghi$lang['delete'] = 'Delete';
32312fd0ef2Sghi$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
3242f530577Sghi$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
32512fd0ef2Sghi
32638b5c5c4Sghi$lang['types_manage'] = 'Types of issues';
3273cc1f839Sghi
3283cc1f839Sghi$lang['sort'] = 'Sort';
3293cc1f839Sghi$lang['cancel'] = 'Cancel';
330a6dcc2a9Sghi
3315b88664dSSzymon Olewniczak$lang['menu_activity'] = 'Activity';
332a6dcc2a9Sghi$lang['menu_close_task'] = 'My tasks (%d)';
333a6dcc2a9Sghi$lang['menu_close_issue'] = 'My issues(%d)';
334a6dcc2a9Sghi$lang['menu_comment_issue'] = 'Opened issues (%d)';
335a6dcc2a9Sghi
336a6dcc2a9Sghi$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
337a6dcc2a9Sghi$lang['yes'] = 'Yes';
338a6dcc2a9Sghi$lang['no'] = 'No';
33905c9d3bcSghi
34005c9d3bcSghi$lang['all'] = 'everything';
34185f5e5e7Sghi$lang['year'] = 'Year';
3427f853d3aSghi$lang['in_year'] = 'in year';
34385f5e5e7Sghi$lang['filter'] = 'Filter';
3448ce39bb5Sghi
3458ce39bb5Sghi$lang['close_issues'] = 'My issues';
3468ce39bb5Sghi$lang['close_tasks'] = 'My tasks';
347eb2e6be9SSzymon Olewniczak$lang['my_reported_threads'] = 'Threads reported by me';
348eb2e6be9SSzymon Olewniczak$lang['my_reported_tasks'] = 'Tasks reported by me';
3498ce39bb5Sghi
3508ce39bb5Sghi$lang['proposals'] = 'Proposals';
351eb950a4cSghi
352eb950a4cSghi$lang['show_tasks_hidden'] = 'Show closed and rejected tasks';
353eb950a4cSghi$lang['add_task'] = 'Add new task';
354127ad254Sghi
355127ad254Sghi$lang['save_without_changing_date'] = 'Save without changing date';
35675280174Sghi
35775280174Sghi$lang['sort_by_open_date'] = 'Sort by open date';
3582e8f2263Sghi
359510f3b21Sghi$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.';
36027712358Sghi
36127712358Sghi$lang['add_cause'] = 'Add cause';
36227712358Sghi$lang['add_correction'] = 'Add correction';
36327712358Sghi
36427712358Sghi$lang['cause'] = 'cause';
36527712358Sghi$lang['pontential_cause'] = 'potential cause';
36627712358Sghi
36727712358Sghi$lang['cause_type'] = 'Cause type';
36827712358Sghi
369e8827d73SSzymon Olewniczak$lang['cause_real'] = 'real';
370e8827d73SSzymon Olewniczak$lang['cause_potential'] = 'potential';
3719a30fd19Sghi
37276473fecSghi$lang['evaluation'] = 'Ocena';
3739a30fd19Sghi
37476473fecSghi$lang['rr_report'] = 'RR Report';
3759a30fd19Sghi
37676473fecSghi$lang['rr_team'] = 'Risk evaluation team';
37776473fecSghi$lang['rr_desc'] = 'Risk description';
37876473fecSghi$lang['rr_eval'] = 'Risk evaluacion';
37976473fecSghi$lang['rr_suceval'] = 'Effectiveness evalutation';
3809fbfe943Sghi
38176473fecSghi$lang['correction_nav'] = 'Corrections';
38276473fecSghi$lang['closed_tasks'] = 'Closed tasks';
38376473fecSghi$lang['root_causes'] = 'Cause categories';
384ea5c5471Sghi
38576473fecSghi$lang['version'] = 'version';
38676473fecSghi
38776473fecSghi$lang['issues_juxtaposition'] = 'Juxtaposition of issues';
38876473fecSghi$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks';
3896e94bebdSghi
3906e94bebdSghi$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.';
391a99642a4SSzymon Olewniczak$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.';
392489061b8Sghi$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.';
393ac36b828Sghi$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.';
394fc2a4337Sghi
395fc2a4337Sghi$lang['number_of_open'] = 'Number of open';
396fc2a4337Sghi$lang['number_of_close'] = 'Number of closed';
397d2894507SSzymon Olewniczak$lang['number_of_close_on_time'] = 'Number of closed on time';
398d2894507SSzymon Olewniczak$lang['number_of_close_off_time'] = 'Number of closed off time';
399fc2a4337Sghi$lang['diffirence'] = 'Diffirence';
400fc2a4337Sghi
401fc2a4337Sghi$lang['cost_of_open'] = 'Cost of open';
402fc2a4337Sghi
403fc2a4337Sghi$lang['average_of_close'] = 'Avarage close time';
404fc2a4337Sghi
405fc2a4337Sghi$lang['plan_date'] = 'Plan date';
406fc2a4337Sghi$lang['all_day_event'] = 'All day event';
407fc2a4337Sghi$lang['start_time'] = 'Start time';
408fc2a4337Sghi$lang['finish_time'] = 'Finish time';
409fc2a4337Sghi
410fc2a4337Sghi$lang['vald_valid_date_required'] = 'Valid date required.';
411fc2a4337Sghi$lang['vald_valid_start_hour_required'] = 'Valid start time required.';
412fc2a4337Sghi$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.';
413fc2a4337Sghi
414168ecf58Sghi$lang['download_in_icalendar'] = 'iCalendar';
415168ecf58Sghi
416168ecf58Sghi$lang['task_types'] = 'Task types';
417168ecf58Sghi$lang['task_type'] = 'Typ zadań';
418168ecf58Sghi
419168ecf58Sghi$lang['programme'] = 'Programme';
420168ecf58Sghi
421168ecf58Sghi$lang['tasks_no_type'] = '--- without type ---';
422168ecf58Sghi
423168ecf58Sghi$lang ['plan'] = "Plan";
424168ecf58Sghi
425168ecf58Sghi$lang ['task_plan'] = "Plan";
426168ecf58Sghi$lang ['task_realization'] = "Realization";
427168ecf58Sghi
428168ecf58Sghi$lang ['month'] = "Month";
429168ecf58Sghi
430168ecf58Sghi$lang ['report_date'] = "Report date";
431168ecf58Sghi$lang ['close_date'] = "Close date";
432168ecf58Sghi
433168ecf58Sghi$lang['jan'] = 'January';
434168ecf58Sghi$lang['feb'] = 'February';
435168ecf58Sghi$lang['mar'] = 'March';
436168ecf58Sghi$lang['apr'] = 'April';
437168ecf58Sghi$lang['may'] = 'May';
438168ecf58Sghi$lang['june'] = 'June';
439168ecf58Sghi$lang['july'] = 'July';
440168ecf58Sghi$lang['aug'] = 'August';
441168ecf58Sghi$lang['sept'] = 'September';
442168ecf58Sghi$lang['oct'] = 'October';
443168ecf58Sghi$lang['nov'] = 'November';
444168ecf58Sghi$lang['dec'] = 'December';
445168ecf58Sghi
446f2c81100SSzymon Olewniczak$lang['mon1_a'] = 'January';
447f2c81100SSzymon Olewniczak$lang['mon2_a'] = 'February';
448f2c81100SSzymon Olewniczak$lang['mon3_a'] = 'March';
449f2c81100SSzymon Olewniczak$lang['mon4_a'] = 'April';
450f2c81100SSzymon Olewniczak$lang['mon5_a'] = 'May';
451f2c81100SSzymon Olewniczak$lang['mon6_a'] = 'June';
452f2c81100SSzymon Olewniczak$lang['mon7_a'] = 'July';
453f2c81100SSzymon Olewniczak$lang['mon8_a'] = 'August';
454f2c81100SSzymon Olewniczak$lang['mon9_a'] = 'September';
455f2c81100SSzymon Olewniczak$lang['mon10_a'] = 'October';
456f2c81100SSzymon Olewniczak$lang['mon11_a'] = 'November';
457f2c81100SSzymon Olewniczak$lang['mon12_a'] = 'December';
458f2c81100SSzymon Olewniczak
459f2c81100SSzymon Olewniczak$lang['at_hour'] = 'at';
460f2c81100SSzymon Olewniczak
461168ecf58Sghi$lang['hours_no'] = 'Number of hours';
462168ecf58Sghi
463168ecf58Sghi$lang['show_desc'] = 'Show descriptions';
464168ecf58Sghi$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations';
465168ecf58Sghi
466168ecf58Sghi$lang['hide_desc'] = 'Hide descripitons';
467168ecf58Sghi$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations';
468d6002863Sghi
469d6002863Sghi$lang['users'] = 'users';
470d6002863Sghi$lang['groups'] = 'groups';
4712c7864e8Sghi
4722c7864e8Sghi$lang['duplicate'] = 'Duplicate';
4735c5b6101SSzymon Olewniczak
4745c5b6101SSzymon Olewniczak$lang['show_issue'] = 'Show issue';
475c54650bdSSzymon Olewniczak
476c54650bdSSzymon Olewniczak$lang['select'] = 'select';
4779f68d181SSzymon Olewniczak
4789f68d181SSzymon Olewniczak$lang['not_relevant'] = 'not relevant';
4795c4f5b95SSzymon Olewniczak
4805c4f5b95SSzymon Olewniczak$lang['validate_is_null'] = 'cannot be empty.';
4815c4f5b95SSzymon Olewniczak$lang['validate_validate_iso_date'] = 'bad date format.';
482157c9989SSzymon Olewniczak$lang['validate_must_be_0'] = 'must be 0.';
483157c9989SSzymon Olewniczak$lang['refs'] = 'References';
48461645219SSzymon Olewniczak
48561645219SSzymon Olewniczak$lang['comment_last_activity'] = 'Last activity';
48661645219SSzymon Olewniczak$lang['comment_participants'] = 'Participants';
48761645219SSzymon Olewniczak
488085d47f1SSzymon Olewniczak$lang['issue_type_no_specified'] = 'type no specified';
4897c304d96SSzymon Olewniczak
4907c304d96SSzymon Olewniczak$lang['involvement'] = 'Involvement';
4917c304d96SSzymon Olewniczak$lang['commentator'] = 'Commentator';
4927c304d96SSzymon Olewniczak
4937c304d96SSzymon Olewniczak$lang['activity_report'] = 'Activity report';
4947c304d96SSzymon Olewniczak
4957c304d96SSzymon Olewniczak$lang['user'] = 'User';
496b2c9de2bSSzymon Olewniczak
497b2c9de2bSSzymon Olewniczak$lang['activity_in_issues'] = 'Activity in issues';
498b2c9de2bSSzymon Olewniczak
499b2c9de2bSSzymon Olewniczak$lang['activity_in_tasks'] = 'Activity in tasks';
500b2c9de2bSSzymon Olewniczak
501b2c9de2bSSzymon Olewniczak$lang['rejected_tasks'] = 'Rejected tasks';
502b2c9de2bSSzymon Olewniczak
50367bf4d0dSSzymon Olewniczak$lang['subscribe'] = 'Subscribe';
50467bf4d0dSSzymon Olewniczak
505a99642a4SSzymon Olewniczak$lang['subscribent'] = 'Subscribent';
506a99642a4SSzymon Olewniczak
50767bf4d0dSSzymon Olewniczak$lang['unsubscribe'] = 'Unsubscribe';
50867bf4d0dSSzymon Olewniczak
50967bf4d0dSSzymon Olewniczak$lang['subscribed_info'] = "You're receiving notifications about changes in this problem.";
51067bf4d0dSSzymon Olewniczak
51167bf4d0dSSzymon Olewniczak$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem.";
51267bf4d0dSSzymon Olewniczak
513e8827d73SSzymon Olewniczak$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task.";
514e8827d73SSzymon Olewniczak
515e8827d73SSzymon Olewniczak$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task.";
516e8827d73SSzymon Olewniczak
51767bf4d0dSSzymon Olewniczak$lang['show_comments'] = 'Show comments';
51867bf4d0dSSzymon Olewniczak$lang['hide_comments'] = 'Hide comments';
519a99642a4SSzymon Olewniczak
520a99642a4SSzymon Olewniczak$lang['correct'] = 'Correct';
521a99642a4SSzymon Olewniczak
522a99642a4SSzymon Olewniczak$lang['from_hour'] = 'from';
523a99642a4SSzymon Olewniczak$lang['to_hour'] = 'to';
524aa89e6f8SSzymon Olewniczak
525aa89e6f8SSzymon Olewniczak$lang['next_open'] = 'Next open';
526aa89e6f8SSzymon Olewniczak$lang['prev_open'] = 'Previous open';
527aa89e6f8SSzymon Olewniczak
528aa89e6f8SSzymon Olewniczak$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?';
529f2c81100SSzymon Olewniczak
530f2c81100SSzymon Olewniczak$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.';
531d29be7a0SSzymon Olewniczak
532d29be7a0SSzymon Olewniczak$lang['issue_added'] = 'Issue added';
533d29be7a0SSzymon Olewniczak
534d29be7a0SSzymon Olewniczak$lang['timeline_cause_added'] = 'Cause added';
535d29be7a0SSzymon Olewniczak$lang['timeline_comment_added'] = 'Comment added';
536d29be7a0SSzymon Olewniczak
537d29be7a0SSzymon Olewniczak$lang['issue_invite_header'] = 'Invite user';
538d29be7a0SSzymon Olewniczak$lang['issue_invite_button'] = 'Invite';
53944189046SSzymon Olewniczak
54014a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue';
54144189046SSzymon Olewniczak$lang['mail_mail_notify_invite_subject'] = 'Problem invitation';
54244189046SSzymon Olewniczak
54344189046SSzymon Olewniczak$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem';
54444189046SSzymon Olewniczak
54544189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_action'] = 'has changed state';
54644189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem';
54744189046SSzymon Olewniczak
54844189046SSzymon Olewniczak$lang['js']['combobox_show_all_items'] = 'Show All Items';
54944189046SSzymon Olewniczak$lang['js']['combobox_did_not_match'] = "didn't match any item";
55044189046SSzymon Olewniczak
55160c2063dSSzymon Olewniczak$lang['invitation_has_been_send'] = 'Invitation has been sent to';
55260c2063dSSzymon Olewniczak
553ef159648SSzymon Olewniczak$lang['no_evaluation'] = 'No evaluation';
554c45b82bdSSzymon Olewniczak
555c45b82bdSSzymon Olewniczak$lang['edit_metadata'] = 'Edit metadata';
556c45b82bdSSzymon Olewniczak
557c45b82bdSSzymon Olewniczak$lang['metadata_edit_header'] = 'Edit metadata';
55804f149d4SSzymon Olewniczak
55904f149d4SSzymon Olewniczak$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.';
5608a638198SSzymon Olewniczak
5618a638198SSzymon Olewniczak$lang['task_type_correction'] = 'Correction';
5628a638198SSzymon Olewniczak$lang['task_type_corrective'] = 'Corrective';
5638a638198SSzymon Olewniczak$lang['task_type_preventive'] = 'Preventive';
5648a638198SSzymon Olewniczak$lang['task_type_program'] = 'Program';
565e8827d73SSzymon Olewniczak
566e8827d73SSzymon Olewniczak$lang['nav my_activities'] = 'My activities';
567e8827d73SSzymon Olewniczak$lang['nav projects'] = 'Projects';
568e8827d73SSzymon Olewniczak
569e8827d73SSzymon Olewniczak$lang['user_did_task'] = '%s did task %s';
570e8827d73SSzymon Olewniczak
571e8827d73SSzymon Olewniczak$lang['user_closed_issue'] = '%s closed issue %s';
572e8827d73SSzymon Olewniczak$lang['user_rejected_issue'] = '%s rejected issue %s';
57353df74e7SSzymon Olewniczak
57453df74e7SSzymon Olewniczak$lang['private'] = 'Private';
575f7519ef1SSzymon Olewniczak
576f7519ef1SSzymon Olewniczak$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.';
577f7519ef1SSzymon Olewniczak$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.';
578f7519ef1SSzymon Olewniczak$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.';
579f7519ef1SSzymon Olewniczak
580f7519ef1SSzymon Olewniczak$lang['js']['close_issue_project'] = 'Close project';
581f7519ef1SSzymon Olewniczak$lang['js']['reject_issue_project'] = 'Reject project';
582f7519ef1SSzymon Olewniczak$lang['js']['reopen_issue_project'] = 'Reopen project';
583f7519ef1SSzymon Olewniczak
584f7519ef1SSzymon Olewniczak$lang['user_closed_issue_project'] = '%s closed project %s';
585f7519ef1SSzymon Olewniczak$lang['user_rejected_issue_project'] = '%s rejected project %s';
586f7519ef1SSzymon Olewniczak
587f7519ef1SSzymon Olewniczak$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.';
588f7519ef1SSzymon Olewniczak$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.';
58905c09eb1SSzymon Olewniczak
59005c09eb1SSzymon Olewniczak$lang['correction_add_project'] = 'Add task';
59114a1f0a4SSzymon Olewniczak
59214a1f0a4SSzymon Olewniczak$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task';
59314a1f0a4SSzymon Olewniczak
59414a1f0a4SSzymon Olewniczak$lang['mail_task_comment_added'] = 'has added comment in task';
59514a1f0a4SSzymon Olewniczak
59614a1f0a4SSzymon Olewniczak
59714a1f0a4SSzymon Olewniczak$lang['mail_thread_closed'] = 'closed issue';
59814a1f0a4SSzymon Olewniczak$lang['mail_thread_rejected'] = 'rejected issue';
59914a1f0a4SSzymon Olewniczak$lang['mail_thread_reopened'] = 'reopened';
60014a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue';
60114a1f0a4SSzymon Olewniczak$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue';
60214a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue';
60314a1f0a4SSzymon Olewniczak$lang['mail_thread_task_added'] = 'added task in issue';
60414a1f0a4SSzymon Olewniczak$lang['mail_thread_task_done'] = 'closed task in issue';
60514a1f0a4SSzymon Olewniczak$lang['mail_thread_task_reopened'] = 'reopened task in issue';
60614a1f0a4SSzymon Olewniczak$lang['mail_task_done'] = 'closed task';
60714a1f0a4SSzymon Olewniczak$lang['mail_task_repened'] = 'reopened task';
60814a1f0a4SSzymon Olewniczak
60914a1f0a4SSzymon Olewniczak$lang['mail_task_assignee'] = 'assigned you to task';
610e09b232fSSzymon Olewniczak$lang['mail_mail_inform_admins_action'] = 'reported proposal';
611b331b892SSzymon Olewniczak
612b331b892SSzymon Olewniczak$lang['participant_removed'] = '<strong>%s</strong> has been removed.';
613a5de966aSSzymon Olewniczak
614a5de966aSSzymon Olewniczak$lang['pin_to_the_issue'] = 'Pin to the issue';
615a5de966aSSzymon Olewniczak$lang['unpin_from_the_issue'] = 'Unpin from the issue';
616a5de966aSSzymon Olewniczak
617a5de966aSSzymon Olewniczak$lang['validate_pin_task'] = "Thread doesn't exists or isn't opened.";
618a5de966aSSzymon Olewniczak$lang['thread_id'] = "Thread id";
619a5de966aSSzymon Olewniczak$lang['confirm_unpin_task'] = "Do you really want to unpin this task?";
620a5de966aSSzymon Olewniczak$lang['pin_button'] = 'Pin';
621bc2653b0SSzymon Olewniczak
622bc2653b0SSzymon Olewniczak$lang['timeline thread_proposal'] = 'Proposal added by <strong>%s</strong>';
623bc2653b0SSzymon Olewniczak$lang['timeline thread_opened'] = 'Problem opened. Coordinator: <strong>%s</strong>';
624bc2653b0SSzymon Olewniczak$lang['timeline thread_done'] = 'Problem done. Coordinator: <strong>%s</strong>';
625bc2653b0SSzymon Olewniczak$lang['timeline thread_closed'] = 'Problem closed. Coordinator: <strong>%s</strong>';
626bc2653b0SSzymon Olewniczak$lang['timeline thread_rejected'] = 'Problem rejected. Coordinator: <strong>%s</strong>';
627bc2653b0SSzymon Olewniczak
628bc2653b0SSzymon Olewniczak$lang['timeline thread_comment_cause_added'] = 'Cause added by <strong>%s</strong>';
629bc2653b0SSzymon Olewniczak$lang['timeline thread_comment_added'] = 'Comment added by <strong>%s</strong>';
630bc2653b0SSzymon Olewniczak
631bc2653b0SSzymon Olewniczak$lang['timeline task_opened'] = 'Task opened. Performer: <strong>%s</strong>';
632bc2653b0SSzymon Olewniczak$lang['timeline task_done'] = 'Task closed. Performer: <strong>%s</strong>';
633bc2653b0SSzymon Olewniczak
634bc2653b0SSzymon Olewniczak$lang['timeline task_comment_added'] = 'Komentarz dodany przez <strong>%s</strong>';
635bc2653b0SSzymon Olewniczak
636bc2653b0SSzymon Olewniczak$lang['timeline thread_proposal_project'] = 'Proposal added by <strong>%s</strong>';
637bc2653b0SSzymon Olewniczak$lang['timeline thread_opened_project'] = 'Project opened. Coordinator: <strong>%s</strong>';
638bc2653b0SSzymon Olewniczak$lang['timeline thread_done_project'] = 'Project done. Coordinator: <strong>%s</strong>';
639bc2653b0SSzymon Olewniczak$lang['timeline thread_closed_project'] = 'Project closed. Coordinator: <strong>%s</strong>';
640bc2653b0SSzymon Olewniczak$lang['timeline thread_rejected_project'] = 'Project rejected. Coordinator: <strong>%s</strong>';
641bc2653b0SSzymon Olewniczak
642bc2653b0SSzymon Olewniczak$lang['report from'] = 'from';
643bc2653b0SSzymon Olewniczak$lang['report to'] = 'to';
644bc2653b0SSzymon Olewniczak
645bc2653b0SSzymon Olewniczak$lang['report threads done'] = 'Done';
646bc2653b0SSzymon Olewniczak$lang['report threads cost'] = 'Total cost';
647bc2653b0SSzymon Olewniczak$lang['report threads cost closed'] = 'Total closed cost';
648bc2653b0SSzymon Olewniczak
649bc2653b0SSzymon Olewniczak$lang['report threads rejected'] = 'Rejected';
650bc2653b0SSzymon Olewniczak
651*d01047f3SSzymon Olewniczak$lang['info set baseurl'] = 'Set "baseurl" to enable bez mail notifications.';