xref: /plugin/bez/lang/en/lang.php (revision a45cff15a74d1fc09f4696d44dc41381d3952ee8)
165cfcae3Sghi<?php
265cfcae3Sghi$lang['bds'] = "Risk Elimination Base";
365cfcae3Sghi$lang['bds_short'] = "REB";
465cfcae3Sghi$lang['bds_timeline'] = "History";
565cfcae3Sghi$lang['bds_issues'] = "Registers";
665cfcae3Sghi$lang['bds_issue_report'] = "Report a problem";
765cfcae3Sghi$lang['bds_reports'] = "Reports";
865cfcae3Sghi
965cfcae3Sghi$lang['issues'] = "Problems";
1065cfcae3Sghi$lang['tasks'] = "Tasks";
1165cfcae3Sghi$lang['reports'] = 'Registers';
1265cfcae3Sghi
1365cfcae3Sghi$lang['report_issue'] = "Report a problem";
1465cfcae3Sghi$lang['id'] = "No";
1565cfcae3Sghi$lang['_id'] = "No";
1665cfcae3Sghi$lang['type'] = "Type of problem";
1765cfcae3Sghi$lang['title'] = "Title";
1865cfcae3Sghi$lang['state'] = "Status";
1965cfcae3Sghi$lang['reporter'] = "Person reporting the problem";
2065cfcae3Sghi$lang['executor'] = "Performer";
2165cfcae3Sghi$lang['coordinator'] = "Coordinator";
2265cfcae3Sghi$lang['description'] = "Description";
2365cfcae3Sghi$lang['date'] = "Reported";
2465cfcae3Sghi$lang['last_mod_date'] = "last change";
2565cfcae3Sghi$lang['opened_for'] = "Open since";
2665cfcae3Sghi$lang['last_modified'] = "last change";
2765cfcae3Sghi$lang['last_modified_by'] = "Last changed by";
2865cfcae3Sghi$lang['opened_tasks'] = "Open tasks";
2965cfcae3Sghi
3065cfcae3Sghi$lang['entity'] = "Source of report";
3165cfcae3Sghi
3265cfcae3Sghi$lang['opinion'] = "Effectiveness evaluation";
3365cfcae3Sghi$lang['root_cause'] = "Cause category";
343a6ce6fbSghi$lang['causes'] = "Causes";
3565cfcae3Sghi
3665cfcae3Sghi$lang['save'] = "Save";
3765cfcae3Sghi$lang['proposal'] = "Proposal";
3865cfcae3Sghi$lang['reported_by'] = "Reported by";
3965cfcae3Sghi$lang['executor_not_specified'] = "Unspecified";
4065cfcae3Sghi$lang['account_removed'] = "Removed account";
4165cfcae3Sghi$lang['none'] = "none";
4265cfcae3Sghi
4365cfcae3Sghi$lang['changes_history'] = "Change history";
4465cfcae3Sghi$lang['add_comment'] = "Add comment";
4565cfcae3Sghi$lang['add_task'] = "Add task";
4665cfcae3Sghi$lang['change_issue'] = "Change the report of problem ";
4765cfcae3Sghi
4865cfcae3Sghi$lang['changed'] = "It has been changed";
4965cfcae3Sghi$lang['changed_field'] = "It has been changed";
503a6ce6fbSghi$lang['by'] = "by";
513a6ce6fbSghi$lang['from'] = "from";
523a6ce6fbSghi$lang['to'] = "to";
5365cfcae3Sghi$lang['diff'] = "Differences";
5465cfcae3Sghi$lang['comment'] = "Add";
5565cfcae3Sghi$lang['replay'] = "Reply";
5665cfcae3Sghi$lang['edit'] = "Edit";
5765cfcae3Sghi$lang['change_task_state'] = "Change a status of task";
5865cfcae3Sghi$lang['replay_to'] = "Reply to";
5965cfcae3Sghi$lang['quoted_in'] = "Replies";
6065cfcae3Sghi
6165cfcae3Sghi$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. ";
6265cfcae3Sghi$lang['error_issue_id_unknown'] = "Row you want to read does not exist.";
6365cfcae3Sghi$lang['error_db_connection'] = "Cannot connect to the database.";
6465cfcae3Sghi$lang['error_issue_insert'] = "The problem cannot be added. ";
6565cfcae3Sghi$lang['error_task_add'] = "You cannot add tasks. Access denied.";
6665cfcae3Sghi$lang['error_table_unknown'] = "The table dosn't exist.";
6765cfcae3Sghi$lang['error_report_unknown'] = "The report dosn't exist";
6865cfcae3Sghi
693a6ce6fbSghi$lang['vald_root_cause'] = "Select cause category.";
703a6ce6fbSghi
7165cfcae3Sghi$lang['vald_type_required'] = "Specify a type of the problem";
72395c0b57Sghi$lang['vald_entity_required'] = "Choose a source of report from the list";
7365cfcae3Sghi$lang['vald_title_required'] = "Provide a title.";
7465cfcae3Sghi$lang['vald_title_too_long'] = "Title is too long, max: %d  characters.";
7565cfcae3Sghi$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numerals, space, dasches, poins, commas are allowed.";
7665cfcae3Sghi$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified.";
7729e1374dSghi$lang['vald_coordinator_required'] = "Coordinator have to be REB coordinator.";
7865cfcae3Sghi
7965cfcae3Sghi$lang['vald_desc_required'] = "Describe a problem";
8065cfcae3Sghi$lang['vald_desc_too_long'] = "Too long description, max %d  characters.";
8165cfcae3Sghi$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters.";
8265cfcae3Sghi$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open.";
8365cfcae3Sghi$lang['vald_cannot_give_reason'] = "You didn't change a status of the task.";
8465cfcae3Sghi
8565cfcae3Sghi$lang['vald_content_required'] = "Insert a text";
8665cfcae3Sghi$lang['vald_content_too_long'] = "Text is too long, max: %d";
8765cfcae3Sghi$lang['vald_replay_to_not_exists'] = "Comment dosn't exist";
8865cfcae3Sghi$lang['vald_state_required'] = "Specified a status of problem";
8965cfcae3Sghi
9065cfcae3Sghi$lang['vald_task_state_required'] = "Specified a status of task";
9165cfcae3Sghi$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t";
9265cfcae3Sghi
9329e1374dSghi$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB.";
9465cfcae3Sghi$lang['vald_cost_too_big'] = "Cost is too high, max: %d";
9565cfcae3Sghi$lang['vald_cost_wrong_format'] = "Correct format-number. Ex: 300,000.54";
96*a45cff15Sghi$lang['vald_action_required'] = "Provide an action of the task";
9765cfcae3Sghi
9865cfcae3Sghi$lang['vald_days_should_be_numeric'] = "Days have to be decimal.";
9965cfcae3Sghi
10065cfcae3Sghi
10165cfcae3Sghi$lang['type_complaint'] = "complaint";
10265cfcae3Sghi$lang['type_noneconformity'] = "nonconformity";
10365cfcae3Sghi$lang['type_risk'] = "risk";
10465cfcae3Sghi
10565cfcae3Sghi$lang['state_proposal'] = "proposal";
10665cfcae3Sghi$lang['state_opened'] = "open";
10765cfcae3Sghi$lang['state_rejected'] = "rejected";
10829e1374dSghi$lang['state_closed'] = "closed";
10965cfcae3Sghi
11065cfcae3Sghi
11165cfcae3Sghi$lang['just_now'] = "minute before";
11265cfcae3Sghi$lang['seconds'] = "seconds";
11365cfcae3Sghi$lang['minutes'] = "minutes";
11465cfcae3Sghi$lang['hours'] = "hours";
11565cfcae3Sghi$lang['days'] = "days";
11665cfcae3Sghi$lang['ago'] = "ago";
11765cfcae3Sghi
11865cfcae3Sghi$lang['issue_closed'] = "Problem was closed %d, by %u, further changes are disabled.";
11965cfcae3Sghi$lang['reopen_issue'] = "Change a status of the problem";
12065cfcae3Sghi$lang['add'] = "Add";
12165cfcae3Sghi
122*a45cff15Sghi$lang['action'] = "Action";
12365cfcae3Sghi
12465cfcae3Sghi$lang['open'] = "Open";
12565cfcae3Sghi$lang['closed'] = "Closed";
12665cfcae3Sghi
12765cfcae3Sghi$lang['cost'] = "Cost (PLN)";
12865cfcae3Sghi$lang['executor'] = "Performer";
12965cfcae3Sghi
13065cfcae3Sghi$lang['task_state'] = "Status";
13165cfcae3Sghi$lang['reason'] = "Reason of status change";
13265cfcae3Sghi
13365cfcae3Sghi$lang['task_added'] = "Task has been added";
13465cfcae3Sghi$lang['task_changed'] = "Task has been changed";
13565cfcae3Sghi$lang['task_rejected_header'] = "Task has been rejected";
13665cfcae3Sghi$lang['task_closed'] = "Task has been completed";
13765cfcae3Sghi$lang['task_reopened'] = "Task has been reopend";
13865cfcae3Sghi$lang['comment_added'] = "Comment has been added";
13965cfcae3Sghi$lang['comment_changed'] = "Comment has been changed";
14065cfcae3Sghi
1413a6ce6fbSghi$lang['cause_added'] = "Cause added";
1423a6ce6fbSghi$lang['cause_noun'] = "Cause";
1433a6ce6fbSghi$lang['change_cause_button'] = "Correct the cause";
1443a6ce6fbSghi
1453a6ce6fbSghi
14665cfcae3Sghi$lang['replay_by_task'] = "Add task in replay";
14765cfcae3Sghi$lang['change_made'] = "Change has been made";
14865cfcae3Sghi
14965cfcae3Sghi$lang['change_comment'] = "Correct the comment";
15065cfcae3Sghi$lang['change_comment_button'] = "Correct the comment";
15165cfcae3Sghi$lang['change_task'] = "Change the task";
15265cfcae3Sghi$lang['change_task_button'] = "Change the task";
15365cfcae3Sghi
15465cfcae3Sghi$lang['preview'] = "preview";
15565cfcae3Sghi$lang['next'] = "next";
15665cfcae3Sghi
15765cfcae3Sghi$lang['version'] = "Version";
15865cfcae3Sghi
15965cfcae3Sghi$lang['comment_noun'] = "Comment";
16065cfcae3Sghi$lang['change'] = "Change";
16165cfcae3Sghi$lang['task'] = "Task";
16265cfcae3Sghi
16365cfcae3Sghi$lang['change_state_button'] = "Change the status";
16465cfcae3Sghi
16565cfcae3Sghi
16665cfcae3Sghi$lang['correction'] = "Correction";
16765cfcae3Sghi$lang['corrective_action'] = "Corrective action";
16865cfcae3Sghi$lang['preventive_action'] = "Preventive action";
16965cfcae3Sghi
17065cfcae3Sghi$lang['none_comment'] = "none(comment)";
17165cfcae3Sghi$lang['manpower'] = "Manpower";
17265cfcae3Sghi$lang['method'] = "Method";
17365cfcae3Sghi$lang['machine'] = "Machine";
17465cfcae3Sghi$lang['material'] = "Material";
17565cfcae3Sghi$lang['managment'] = "Management";
17665cfcae3Sghi$lang['measurement'] = "Measurement";
17765cfcae3Sghi$lang['money'] = "Money";
17865cfcae3Sghi$lang['environment'] = "Environment";
17965cfcae3Sghi
18065cfcae3Sghi$lang['task_opened'] = "Open";
18165cfcae3Sghi$lang ['task_done'] = "Done";
18265cfcae3Sghi$lang ['task_rejected'] = "Rejected";
18365cfcae3Sghi
18465cfcae3Sghi$lang['reason_reopen'] = "Reason for reopening ";
18565cfcae3Sghi$lang['reason_done']  = "Reason for closing";
18665cfcae3Sghi$lang['reason_reject'] = "Reason for rejecting";
18765cfcae3Sghi
18865cfcae3Sghi$lang['issue_created'] = "Reported";
18965cfcae3Sghi
19065cfcae3Sghi$lang['issue_closed'] = "Problem has been closed";
19165cfcae3Sghi$lang['issue_reopened'] = "Problem has been reopened";
19265cfcae3Sghi
19365cfcae3Sghi$lang['today'] = "Today";
19465cfcae3Sghi$lang['yesterday'] = "Yesterday";
19565cfcae3Sghi
19665cfcae3Sghi$lang['task_for'] = "for";
19765cfcae3Sghi$lang['content'] = "Description";
19865cfcae3Sghi
19965cfcae3Sghi$lang['8d_report'] = "8d Report";
20065cfcae3Sghi$lang['8d_report_for'] = "for";
20165cfcae3Sghi$lang['open_date'] = "Open date";
20265cfcae3Sghi$lang['2d'] = "2D – Problem";
20365cfcae3Sghi$lang['3d'] = "3D – Cause";
20465cfcae3Sghi$lang['4d'] = "4D - Correction";
20565cfcae3Sghi$lang['5d'] = "5D - Corrective action";
20665cfcae3Sghi$lang['6d'] = "6D - Preventive action";
20765cfcae3Sghi$lang['7d'] = "7D - Effectiveness evaluation";
20865cfcae3Sghi$lang['8d'] = "8D - Conclusion";
20965cfcae3Sghi
21065cfcae3Sghi$lang['cost_total'] = "Total cost (PLN)";
21165cfcae3Sghi$lang['number'] = 'Quantity';
21265cfcae3Sghi$lang['true_date'] = "Date";
21365cfcae3Sghi
21465cfcae3Sghi$lang['newest_to_oldest'] = "Open problems from latest to earliest";
21565cfcae3Sghi$lang['issues_newest_to_oldest'] = "";
21665cfcae3Sghi$lang['tasks_newest_to_oldest'] = "Open tasks from latest to earliest";
21765cfcae3Sghi$lang['tasks_newest_than_rep'] = "Tasks for %d";
21865cfcae3Sghi
21965cfcae3Sghi$lang['newest_than'] = "All for";
22065cfcae3Sghi$lang['newest_than_cost'] = "Cost statement for";
22165cfcae3Sghi$lang['issues_newest_than'] = "Problems for ";
22265cfcae3Sghi$lang['issues_cost_statement'] = 'Cost statement for %d';
22365cfcae3Sghi
22465cfcae3Sghi$lang['my_opened_issues'] = "Open problems which I am involved";
22565cfcae3Sghi$lang['my_opened'] = "Open, which I am involved";
22665cfcae3Sghi
22765cfcae3Sghi$lang['me_executor'] = "My";
22865cfcae3Sghi$lang['task_me_executor'] = "My tasks";
22965cfcae3Sghi
23065cfcae3Sghi$lang['issues_newest_than'] = "All for";
23165cfcae3Sghi$lang['issues_newest_than_rep'] = "Problems for %d";
23265cfcae3Sghi$lang['newest_than_cost_rep'] = "Cost statement for %d";
23365cfcae3Sghi
23465cfcae3Sghi$lang['report_issues'] = 'Register of problems for';
23565cfcae3Sghi$lang['report_issues_from'] = 'Register of problems for %d';
23665cfcae3Sghi$lang['report_tasks'] = 'Register of tasks for';
23765cfcae3Sghi$lang['report_tasks_from'] = 'Register of tasks for %d';
23865cfcae3Sghi$lang['report_causes'] = 'Register of causes for';
23965cfcae3Sghi$lang['report_causes_from'] = 'Register of causes for %d';
24065cfcae3Sghi
24165cfcae3Sghi$lang['show'] = "show";
24265cfcae3Sghi
24365cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest";
24465cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
24565cfcae3Sghi
24665cfcae3Sghi$lang['ns'] = "NA";
24765cfcae3Sghi
24865cfcae3Sghi$lang['ended'] = "Completed";
24965cfcae3Sghi
25065cfcae3Sghi//Mail
25165cfcae3Sghi$lang['new_task'] = "New task";
25265cfcae3Sghi$lang['new_issue'] = "New issue";
25365cfcae3Sghi$lang['send_mail'] = "Send";
25465cfcae3Sghi
25565cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)";
25665cfcae3Sghi
25765cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska";
25829e1374dSghi
25929e1374dSghi$lang['comments'] = 'Comments';
260