xref: /plugin/bez/lang/en/lang.php (revision e09b232ffd94bc38ec04930c9ddc745874b0ba41)
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";
27465cfcae3Sghi$lang['8d_report_for'] = "for";
27565cfcae3Sghi$lang['open_date'] = "Open date";
276e2b0e8caSSzymon Olewniczak$lang['1d'] = "Team";
277e2b0e8caSSzymon Olewniczak$lang['2d'] = "Problem";
278e2b0e8caSSzymon Olewniczak$lang['3d'] = "Correction";
279e2b0e8caSSzymon Olewniczak$lang['4d'] = "Real causes";
280e2b0e8caSSzymon Olewniczak$lang['5d'] = "Corrective action";
281e2b0e8caSSzymon Olewniczak$lang['6d'] = "Potential causes";
282e2b0e8caSSzymon Olewniczak$lang['7d'] = "Preventive action";
283e2b0e8caSSzymon Olewniczak$lang['8d'] = "Effectiveness evaluation";
28465cfcae3Sghi
28565cfcae3Sghi$lang['number'] = 'Quantity';
28665cfcae3Sghi$lang['true_date'] = "Date";
28765cfcae3Sghi
28865cfcae3Sghi
289d21fa58cSghi$lang['report_issues'] = 'Issues';
290d21fa58cSghi$lang['report_tasks'] = 'Tasks';
291d21fa58cSghi$lang['report_causes'] = 'Causes';
292d21fa58cSghi$lang['report_priority'] = 'Raction time';
2937050d94cSghi$lang['report_subhead'] = 'for closed issues and tasks';
29465cfcae3Sghi
295d21fa58cSghi$lang['priority'] = 'Priority';
296d21fa58cSghi$lang['average'] = 'Average';
29765cfcae3Sghi
298d21fa58cSghi$lang['totalcost'] = 'Value';
299d21fa58cSghi$lang['report_total'] = 'Total';
30065cfcae3Sghi
30165cfcae3Sghi$lang['show'] = "show";
30265cfcae3Sghi
30365cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest";
30465cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
30565cfcae3Sghi
30665cfcae3Sghi$lang['ns'] = "NA";
30765cfcae3Sghi
30865cfcae3Sghi$lang['ended'] = "Completed";
30965cfcae3Sghi
31065cfcae3Sghi//Mail
31165cfcae3Sghi$lang['new_task'] = "New task";
31265cfcae3Sghi$lang['new_issue'] = "New issue";
31365cfcae3Sghi$lang['send_mail'] = "Send";
31465cfcae3Sghi
31565cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)";
31665cfcae3Sghi
31765cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska";
31829e1374dSghi
31929e1374dSghi$lang['comments'] = 'Comments';
3205536eef6Sghi
3215536eef6Sghi$lang['delete'] = 'Delete';
32212fd0ef2Sghi$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
3232f530577Sghi$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
32412fd0ef2Sghi
32538b5c5c4Sghi$lang['types_manage'] = 'Types of issues';
3263cc1f839Sghi
3273cc1f839Sghi$lang['sort'] = 'Sort';
3283cc1f839Sghi$lang['cancel'] = 'Cancel';
329a6dcc2a9Sghi
330a6dcc2a9Sghi$lang['menu_close_task'] = 'My tasks (%d)';
331a6dcc2a9Sghi$lang['menu_close_issue'] = 'My issues(%d)';
332a6dcc2a9Sghi$lang['menu_comment_issue'] = 'Opened issues (%d)';
333a6dcc2a9Sghi
334a6dcc2a9Sghi$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
335a6dcc2a9Sghi$lang['yes'] = 'Yes';
336a6dcc2a9Sghi$lang['no'] = 'No';
33705c9d3bcSghi
33805c9d3bcSghi$lang['all'] = 'everything';
33985f5e5e7Sghi$lang['year'] = 'Year';
3407f853d3aSghi$lang['in_year'] = 'in year';
34185f5e5e7Sghi$lang['filter'] = 'Filter';
3428ce39bb5Sghi
3438ce39bb5Sghi$lang['close_issues'] = 'My issues';
3448ce39bb5Sghi$lang['close_tasks'] = 'My tasks';
3458ce39bb5Sghi
3468ce39bb5Sghi$lang['proposals'] = 'Proposals';
347eb950a4cSghi
348eb950a4cSghi$lang['show_tasks_hidden'] = 'Show closed and rejected tasks';
349eb950a4cSghi$lang['add_task'] = 'Add new task';
350127ad254Sghi
351127ad254Sghi$lang['save_without_changing_date'] = 'Save without changing date';
35275280174Sghi
35375280174Sghi$lang['sort_by_open_date'] = 'Sort by open date';
3542e8f2263Sghi
355510f3b21Sghi$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.';
35627712358Sghi
35727712358Sghi$lang['add_cause'] = 'Add cause';
35827712358Sghi$lang['add_correction'] = 'Add correction';
35927712358Sghi
36027712358Sghi$lang['cause'] = 'cause';
36127712358Sghi$lang['pontential_cause'] = 'potential cause';
36227712358Sghi
36327712358Sghi$lang['cause_type'] = 'Cause type';
36427712358Sghi
365e8827d73SSzymon Olewniczak$lang['cause_real'] = 'real';
366e8827d73SSzymon Olewniczak$lang['cause_potential'] = 'potential';
3679a30fd19Sghi
36876473fecSghi$lang['evaluation'] = 'Ocena';
3699a30fd19Sghi
37076473fecSghi$lang['rr_report'] = 'RR Report';
3719a30fd19Sghi
37276473fecSghi$lang['rr_team'] = 'Risk evaluation team';
37376473fecSghi$lang['rr_desc'] = 'Risk description';
37476473fecSghi$lang['rr_eval'] = 'Risk evaluacion';
37576473fecSghi$lang['rr_suceval'] = 'Effectiveness evalutation';
3769fbfe943Sghi
37776473fecSghi$lang['correction_nav'] = 'Corrections';
37876473fecSghi$lang['closed_tasks'] = 'Closed tasks';
37976473fecSghi$lang['root_causes'] = 'Cause categories';
380ea5c5471Sghi
38176473fecSghi$lang['version'] = 'version';
38276473fecSghi
38376473fecSghi$lang['issues_juxtaposition'] = 'Juxtaposition of issues';
38476473fecSghi$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks';
3856e94bebdSghi
3866e94bebdSghi$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.';
387a99642a4SSzymon Olewniczak$lang['issue_is_proposal'] = 'You cannot add tasks until the issue is proposal.';
388489061b8Sghi$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.';
389ac36b828Sghi$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.';
390fc2a4337Sghi
391fc2a4337Sghi$lang['number_of_open'] = 'Number of open';
392fc2a4337Sghi$lang['number_of_close'] = 'Number of closed';
393d2894507SSzymon Olewniczak$lang['number_of_close_on_time'] = 'Number of closed on time';
394d2894507SSzymon Olewniczak$lang['number_of_close_off_time'] = 'Number of closed off time';
395fc2a4337Sghi$lang['diffirence'] = 'Diffirence';
396fc2a4337Sghi
397fc2a4337Sghi$lang['cost_of_open'] = 'Cost of open';
398fc2a4337Sghi
399fc2a4337Sghi$lang['average_of_close'] = 'Avarage close time';
400fc2a4337Sghi
401fc2a4337Sghi$lang['plan_date'] = 'Plan date';
402fc2a4337Sghi$lang['all_day_event'] = 'All day event';
403fc2a4337Sghi$lang['start_time'] = 'Start time';
404fc2a4337Sghi$lang['finish_time'] = 'Finish time';
405fc2a4337Sghi
406fc2a4337Sghi$lang['vald_valid_date_required'] = 'Valid date required.';
407fc2a4337Sghi$lang['vald_valid_start_hour_required'] = 'Valid start time required.';
408fc2a4337Sghi$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.';
409fc2a4337Sghi
410168ecf58Sghi$lang['download_in_icalendar'] = 'iCalendar';
411168ecf58Sghi
412168ecf58Sghi$lang['task_types'] = 'Task types';
413168ecf58Sghi$lang['task_type'] = 'Typ zadań';
414168ecf58Sghi
415168ecf58Sghi$lang['programme'] = 'Programme';
416168ecf58Sghi
417168ecf58Sghi$lang['tasks_no_type'] = '--- without type ---';
418168ecf58Sghi
419168ecf58Sghi$lang ['plan'] = "Plan";
420168ecf58Sghi
421168ecf58Sghi$lang ['task_plan'] = "Plan";
422168ecf58Sghi$lang ['task_realization'] = "Realization";
423168ecf58Sghi
424168ecf58Sghi$lang ['month'] = "Month";
425168ecf58Sghi
426168ecf58Sghi$lang ['report_date'] = "Report date";
427168ecf58Sghi$lang ['close_date'] = "Close date";
428168ecf58Sghi
429168ecf58Sghi$lang['jan'] = 'January';
430168ecf58Sghi$lang['feb'] = 'February';
431168ecf58Sghi$lang['mar'] = 'March';
432168ecf58Sghi$lang['apr'] = 'April';
433168ecf58Sghi$lang['may'] = 'May';
434168ecf58Sghi$lang['june'] = 'June';
435168ecf58Sghi$lang['july'] = 'July';
436168ecf58Sghi$lang['aug'] = 'August';
437168ecf58Sghi$lang['sept'] = 'September';
438168ecf58Sghi$lang['oct'] = 'October';
439168ecf58Sghi$lang['nov'] = 'November';
440168ecf58Sghi$lang['dec'] = 'December';
441168ecf58Sghi
442f2c81100SSzymon Olewniczak$lang['mon1_a'] = 'January';
443f2c81100SSzymon Olewniczak$lang['mon2_a'] = 'February';
444f2c81100SSzymon Olewniczak$lang['mon3_a'] = 'March';
445f2c81100SSzymon Olewniczak$lang['mon4_a'] = 'April';
446f2c81100SSzymon Olewniczak$lang['mon5_a'] = 'May';
447f2c81100SSzymon Olewniczak$lang['mon6_a'] = 'June';
448f2c81100SSzymon Olewniczak$lang['mon7_a'] = 'July';
449f2c81100SSzymon Olewniczak$lang['mon8_a'] = 'August';
450f2c81100SSzymon Olewniczak$lang['mon9_a'] = 'September';
451f2c81100SSzymon Olewniczak$lang['mon10_a'] = 'October';
452f2c81100SSzymon Olewniczak$lang['mon11_a'] = 'November';
453f2c81100SSzymon Olewniczak$lang['mon12_a'] = 'December';
454f2c81100SSzymon Olewniczak
455f2c81100SSzymon Olewniczak$lang['at_hour'] = 'at';
456f2c81100SSzymon Olewniczak
457168ecf58Sghi$lang['hours_no'] = 'Number of hours';
458168ecf58Sghi
459168ecf58Sghi$lang['show_desc'] = 'Show descriptions';
460168ecf58Sghi$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations';
461168ecf58Sghi
462168ecf58Sghi$lang['hide_desc'] = 'Hide descripitons';
463168ecf58Sghi$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations';
464d6002863Sghi
465d6002863Sghi$lang['users'] = 'users';
466d6002863Sghi$lang['groups'] = 'groups';
4672c7864e8Sghi
4682c7864e8Sghi$lang['duplicate'] = 'Duplicate';
4695c5b6101SSzymon Olewniczak
4705c5b6101SSzymon Olewniczak$lang['show_issue'] = 'Show issue';
471c54650bdSSzymon Olewniczak
472c54650bdSSzymon Olewniczak$lang['select'] = 'select';
4739f68d181SSzymon Olewniczak
4749f68d181SSzymon Olewniczak$lang['not_relevant'] = 'not relevant';
4755c4f5b95SSzymon Olewniczak
4765c4f5b95SSzymon Olewniczak$lang['validate_is_null'] = 'cannot be empty.';
4775c4f5b95SSzymon Olewniczak$lang['validate_validate_iso_date'] = 'bad date format.';
478157c9989SSzymon Olewniczak$lang['validate_must_be_0'] = 'must be 0.';
479157c9989SSzymon Olewniczak$lang['refs'] = 'References';
48061645219SSzymon Olewniczak
48161645219SSzymon Olewniczak$lang['comment_last_activity'] = 'Last activity';
48261645219SSzymon Olewniczak$lang['comment_participants'] = 'Participants';
48361645219SSzymon Olewniczak
484085d47f1SSzymon Olewniczak$lang['issue_type_no_specified'] = 'type no specified';
4857c304d96SSzymon Olewniczak
4867c304d96SSzymon Olewniczak$lang['involvement'] = 'Involvement';
4877c304d96SSzymon Olewniczak$lang['commentator'] = 'Commentator';
4887c304d96SSzymon Olewniczak
4897c304d96SSzymon Olewniczak$lang['activity_report'] = 'Activity report';
4907c304d96SSzymon Olewniczak
4917c304d96SSzymon Olewniczak$lang['user'] = 'User';
492b2c9de2bSSzymon Olewniczak
493b2c9de2bSSzymon Olewniczak$lang['activity_in_issues'] = 'Activity in issues';
494b2c9de2bSSzymon Olewniczak
495b2c9de2bSSzymon Olewniczak$lang['activity_in_tasks'] = 'Activity in tasks';
496b2c9de2bSSzymon Olewniczak
497b2c9de2bSSzymon Olewniczak$lang['rejected_tasks'] = 'Rejected tasks';
498b2c9de2bSSzymon Olewniczak
49967bf4d0dSSzymon Olewniczak$lang['subscribe'] = 'Subscribe';
50067bf4d0dSSzymon Olewniczak
501a99642a4SSzymon Olewniczak$lang['subscribent'] = 'Subscribent';
502a99642a4SSzymon Olewniczak
50367bf4d0dSSzymon Olewniczak$lang['unsubscribe'] = 'Unsubscribe';
50467bf4d0dSSzymon Olewniczak
50567bf4d0dSSzymon Olewniczak$lang['subscribed_info'] = "You're receiving notifications about changes in this problem.";
50667bf4d0dSSzymon Olewniczak
50767bf4d0dSSzymon Olewniczak$lang['not_subscribed_info'] = "You're not receiving notifications about changes in this problem.";
50867bf4d0dSSzymon Olewniczak
509e8827d73SSzymon Olewniczak$lang['task_subscribed_info'] = "You're receiving notifications about changes in this task.";
510e8827d73SSzymon Olewniczak
511e8827d73SSzymon Olewniczak$lang['task_not_subscribed_info'] = "You're not receiving notifications about changes in this task.";
512e8827d73SSzymon Olewniczak
51367bf4d0dSSzymon Olewniczak$lang['show_comments'] = 'Show comments';
51467bf4d0dSSzymon Olewniczak$lang['hide_comments'] = 'Hide comments';
515a99642a4SSzymon Olewniczak
516a99642a4SSzymon Olewniczak$lang['correct'] = 'Correct';
517a99642a4SSzymon Olewniczak
518a99642a4SSzymon Olewniczak$lang['from_hour'] = 'from';
519a99642a4SSzymon Olewniczak$lang['to_hour'] = 'to';
520aa89e6f8SSzymon Olewniczak
521aa89e6f8SSzymon Olewniczak$lang['next_open'] = 'Next open';
522aa89e6f8SSzymon Olewniczak$lang['prev_open'] = 'Previous open';
523aa89e6f8SSzymon Olewniczak
524aa89e6f8SSzymon Olewniczak$lang['js']['remove_confirm'] = 'Do you realy want to delete this item?';
525f2c81100SSzymon Olewniczak
526f2c81100SSzymon Olewniczak$lang['unsubscribed_com'] = 'You’ve been unsubscribed from this problem.';
527d29be7a0SSzymon Olewniczak
528d29be7a0SSzymon Olewniczak$lang['issue_added'] = 'Issue added';
529d29be7a0SSzymon Olewniczak
530d29be7a0SSzymon Olewniczak$lang['timeline_cause_added'] = 'Cause added';
531d29be7a0SSzymon Olewniczak$lang['timeline_comment_added'] = 'Comment added';
532d29be7a0SSzymon Olewniczak
533d29be7a0SSzymon Olewniczak$lang['issue_invite_header'] = 'Invite user';
534d29be7a0SSzymon Olewniczak$lang['issue_invite_button'] = 'Invite';
53544189046SSzymon Olewniczak
53614a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue';
53744189046SSzymon Olewniczak$lang['mail_mail_notify_invite_subject'] = 'Problem invitation';
53844189046SSzymon Olewniczak
53944189046SSzymon Olewniczak$lang['mail_mail_inform_coordinator_subject'] = 'Assignment to the problem';
54044189046SSzymon Olewniczak
54144189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_action'] = 'has changed state';
54244189046SSzymon Olewniczak$lang['mail_mail_notify_change_state_subject'] = 'State change in the problem';
54344189046SSzymon Olewniczak
54444189046SSzymon Olewniczak$lang['js']['combobox_show_all_items'] = 'Show All Items';
54544189046SSzymon Olewniczak$lang['js']['combobox_did_not_match'] = "didn't match any item";
54644189046SSzymon Olewniczak
54760c2063dSSzymon Olewniczak$lang['invitation_has_been_send'] = 'Invitation has been sent to';
54860c2063dSSzymon Olewniczak
549ef159648SSzymon Olewniczak$lang['no_evaluation'] = 'No evaluation';
550c45b82bdSSzymon Olewniczak
551c45b82bdSSzymon Olewniczak$lang['edit_metadata'] = 'Edit metadata';
552c45b82bdSSzymon Olewniczak
553c45b82bdSSzymon Olewniczak$lang['metadata_edit_header'] = 'Edit metadata';
55404f149d4SSzymon Olewniczak
55504f149d4SSzymon Olewniczak$lang['unsubscribed_task_com'] = 'You\'ve been unsubscribed from this task.';
5568a638198SSzymon Olewniczak
5578a638198SSzymon Olewniczak$lang['task_type_correction'] = 'Correction';
5588a638198SSzymon Olewniczak$lang['task_type_corrective'] = 'Corrective';
5598a638198SSzymon Olewniczak$lang['task_type_preventive'] = 'Preventive';
5608a638198SSzymon Olewniczak$lang['task_type_program'] = 'Program';
561e8827d73SSzymon Olewniczak
562e8827d73SSzymon Olewniczak$lang['nav my_activities'] = 'My activities';
563e8827d73SSzymon Olewniczak$lang['nav projects'] = 'Projects';
564e8827d73SSzymon Olewniczak
565e8827d73SSzymon Olewniczak$lang['user_did_task'] = '%s did task %s';
566e8827d73SSzymon Olewniczak
567e8827d73SSzymon Olewniczak$lang['user_closed_issue'] = '%s closed issue %s';
568e8827d73SSzymon Olewniczak$lang['user_rejected_issue'] = '%s rejected issue %s';
56953df74e7SSzymon Olewniczak
57053df74e7SSzymon Olewniczak$lang['private'] = 'Private';
571f7519ef1SSzymon Olewniczak
572f7519ef1SSzymon Olewniczak$lang['issue_unclosed_tasks_project'] = 'You cannot close project until some tasks are not closed.';
573f7519ef1SSzymon Olewniczak$lang['issue_is_proposal_project'] = 'You cannot add tasks until the project is proposal.';
574f7519ef1SSzymon Olewniczak$lang['issue_no_tasks_project'] = 'You cannot close the project until it has no tasks.';
575f7519ef1SSzymon Olewniczak
576f7519ef1SSzymon Olewniczak$lang['js']['close_issue_project'] = 'Close project';
577f7519ef1SSzymon Olewniczak$lang['js']['reject_issue_project'] = 'Reject project';
578f7519ef1SSzymon Olewniczak$lang['js']['reopen_issue_project'] = 'Reopen project';
579f7519ef1SSzymon Olewniczak
580f7519ef1SSzymon Olewniczak$lang['user_closed_issue_project'] = '%s closed project %s';
581f7519ef1SSzymon Olewniczak$lang['user_rejected_issue_project'] = '%s rejected project %s';
582f7519ef1SSzymon Olewniczak
583f7519ef1SSzymon Olewniczak$lang['subscribed_info_project'] = 'You\'re receiving notifications about changes in this project.';
584f7519ef1SSzymon Olewniczak$lang['not_subscribed_info_project'] = 'You aren\'t receiving notifications about changes in this project.';
58505c09eb1SSzymon Olewniczak
58605c09eb1SSzymon Olewniczak$lang['correction_add_project'] = 'Add task';
58714a1f0a4SSzymon Olewniczak
58814a1f0a4SSzymon Olewniczak$lang['task_unsubscribed_com'] = 'You’ve been unsubscribed from this task';
58914a1f0a4SSzymon Olewniczak
59014a1f0a4SSzymon Olewniczak$lang['mail_task_comment_added'] = 'has added comment in task';
59114a1f0a4SSzymon Olewniczak
59214a1f0a4SSzymon Olewniczak
59314a1f0a4SSzymon Olewniczak$lang['mail_thread_closed'] = 'closed issue';
59414a1f0a4SSzymon Olewniczak$lang['mail_thread_rejected'] = 'rejected issue';
59514a1f0a4SSzymon Olewniczak$lang['mail_thread_reopened'] = 'reopened';
59614a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_invite_action'] = 'invited you to take part in the discussion in issue';
59714a1f0a4SSzymon Olewniczak$lang['mail_mail_inform_coordinator_action'] = 'has assigned you as coordinator in issue';
59814a1f0a4SSzymon Olewniczak$lang['mail_mail_notify_issue_inactive'] = 'No activity in issue';
59914a1f0a4SSzymon Olewniczak$lang['mail_thread_task_added'] = 'added task in issue';
60014a1f0a4SSzymon Olewniczak$lang['mail_thread_task_done'] = 'closed task in issue';
60114a1f0a4SSzymon Olewniczak$lang['mail_thread_task_reopened'] = 'reopened task in issue';
60214a1f0a4SSzymon Olewniczak$lang['mail_task_done'] = 'closed task';
60314a1f0a4SSzymon Olewniczak$lang['mail_task_repened'] = 'reopened task';
60414a1f0a4SSzymon Olewniczak
60514a1f0a4SSzymon Olewniczak$lang['mail_task_assignee'] = 'assigned you to task';
606*e09b232fSSzymon Olewniczak$lang['mail_mail_inform_admins_action'] = 'reported proposal';