xref: /plugin/bez/lang/en/lang.php (revision 6e94bebd6747e89afbf8c65c7b5be0aa47344cfb)
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";
797183698Sghi$lang['report'] = "Report of closed";
897183698Sghi$lang['report_open'] = 'Raport of opened';
9c9044e56Sghi$lang['bez_tasks'] = 'Tasks';
1065cfcae3Sghi
1165cfcae3Sghi$lang['issues'] = "Problems";
1265cfcae3Sghi$lang['tasks'] = "Tasks";
1365cfcae3Sghi$lang['reports'] = 'Registers';
1465cfcae3Sghi
15f01326efSghi$lang['issue'] = 'Issue';
16f01326efSghi$lang['task'] = 'Task';
17f01326efSghi
1865cfcae3Sghi$lang['report_issue'] = "Report a problem";
1965cfcae3Sghi$lang['id'] = "No";
2065cfcae3Sghi$lang['_id'] = "No";
2165cfcae3Sghi$lang['type'] = "Type of problem";
22e51d1175Sghi$lang['just_type'] = 'Type';
2365cfcae3Sghi$lang['title'] = "Title";
2465cfcae3Sghi$lang['state'] = "Status";
2565cfcae3Sghi$lang['reporter'] = "Person reporting the problem";
2665cfcae3Sghi$lang['executor'] = "Performer";
2765cfcae3Sghi$lang['coordinator'] = "Coordinator";
2865cfcae3Sghi$lang['description'] = "Description";
2965cfcae3Sghi$lang['date'] = "Reported";
3065cfcae3Sghi$lang['last_mod_date'] = "last change";
3165cfcae3Sghi$lang['opened_for'] = "Open since";
3205c9d3bcSghi$lang['last_modified'] = "Last change";
3365cfcae3Sghi$lang['last_modified_by'] = "Last changed by";
3465cfcae3Sghi$lang['opened_tasks'] = "Open tasks";
3565cfcae3Sghi
3665cfcae3Sghi$lang['entity'] = "Source of report";
373cc1f839Sghi$lang['entities'] = "Sources of report (one per line)";
38e51d1175Sghi$lang['entities_confirm'] = 'New sources of report saved.';
3965cfcae3Sghi
4065cfcae3Sghi$lang['opinion'] = "Effectiveness evaluation";
4165cfcae3Sghi$lang['root_cause'] = "Cause category";
423a6ce6fbSghi$lang['causes'] = "Causes";
4365cfcae3Sghi
4465cfcae3Sghi$lang['save'] = "Save";
4565cfcae3Sghi$lang['proposal'] = "Proposal";
4665cfcae3Sghi$lang['reported_by'] = "Reported by";
4765cfcae3Sghi$lang['executor_not_specified'] = "Unspecified";
4865cfcae3Sghi$lang['account_removed'] = "Removed account";
4965cfcae3Sghi$lang['none'] = "none";
5065cfcae3Sghi
5165cfcae3Sghi$lang['changes_history'] = "Change history";
5265cfcae3Sghi$lang['add_comment'] = "Add comment";
5365cfcae3Sghi$lang['add_task'] = "Add task";
5465cfcae3Sghi$lang['change_issue'] = "Change the report of problem ";
5565cfcae3Sghi
5665cfcae3Sghi$lang['changed'] = "It has been changed";
5765cfcae3Sghi$lang['changed_field'] = "It has been changed";
583a6ce6fbSghi$lang['by'] = "by";
593a6ce6fbSghi$lang['from'] = "from";
603a6ce6fbSghi$lang['to'] = "to";
6165cfcae3Sghi$lang['diff'] = "Differences";
6265cfcae3Sghi$lang['comment'] = "Add";
6365cfcae3Sghi$lang['replay'] = "Reply";
6465cfcae3Sghi$lang['edit'] = "Edit";
6565cfcae3Sghi$lang['change_task_state'] = "Change a status of task";
6665cfcae3Sghi$lang['replay_to'] = "Reply to";
6765cfcae3Sghi$lang['quoted_in'] = "Replies";
6865cfcae3Sghi
6965cfcae3Sghi$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. ";
7065cfcae3Sghi$lang['error_issue_id_unknown'] = "Row you want to read does not exist.";
7165cfcae3Sghi$lang['error_db_connection'] = "Cannot connect to the database.";
7265cfcae3Sghi$lang['error_issue_insert'] = "The problem cannot be added. ";
7365cfcae3Sghi$lang['error_task_add'] = "You cannot add tasks. Access denied.";
7465cfcae3Sghi$lang['error_table_unknown'] = "The table dosn't exist.";
7565cfcae3Sghi$lang['error_report_unknown'] = "The report dosn't exist";
76da9ebf75Sghi$lang['error_issue_report'] = 'You cannot add new issues.';
773cc1f839Sghi$lang['error_entity'] = 'You cannot add new soruces of report.';
7885f5e5e7Sghi$lang['error_issues'] = 'You cannot view issues.';
79eb950a4cSghi$lang['error_no_permission'] = 'You do not have permission to view this page.';
8065cfcae3Sghi
813a6ce6fbSghi$lang['vald_root_cause'] = "Select cause category.";
823a6ce6fbSghi
8365cfcae3Sghi$lang['vald_type_required'] = "Specify a type of the problem";
84395c0b57Sghi$lang['vald_entity_required'] = "Choose a source of report from the list";
8565cfcae3Sghi$lang['vald_title_required'] = "Provide a title.";
8665cfcae3Sghi$lang['vald_title_too_long'] = "Title is too long, max: %d  characters.";
872f89dd93Sghi$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numbers, spaces, dashes, floors, points and commas are allowed.";
88eb950a4cSghi
8965cfcae3Sghi$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified.";
90da9ebf75Sghi$lang['vald_coordinator_required'] = "Coordinator has to be wiki user.";
9165cfcae3Sghi
9265cfcae3Sghi$lang['vald_desc_required'] = "Describe a problem";
9365cfcae3Sghi$lang['vald_desc_too_long'] = "Too long description, max %d  characters.";
9465cfcae3Sghi$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters.";
95a42d0169Sghi$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.';
9665cfcae3Sghi$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open.";
9765cfcae3Sghi$lang['vald_cannot_give_reason'] = "You didn't change a status of the task.";
9865cfcae3Sghi
9965cfcae3Sghi$lang['vald_content_required'] = "Insert a text";
10065cfcae3Sghi$lang['vald_content_too_long'] = "Text is too long, max: %d";
10165cfcae3Sghi$lang['vald_replay_to_not_exists'] = "Comment dosn't exist";
10265cfcae3Sghi$lang['vald_state_required'] = "Specified a status of problem";
1032f530577Sghi$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.';
10465cfcae3Sghi
10565cfcae3Sghi$lang['vald_task_state_required'] = "Specified a status of task";
10665cfcae3Sghi$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t";
10765cfcae3Sghi
10829e1374dSghi$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB.";
10965cfcae3Sghi$lang['vald_cost_too_big'] = "Cost is too high, max: %d";
11012fd0ef2Sghi$lang['vald_cost_wrong_format'] = "Cost should be integer.";
111a45cff15Sghi$lang['vald_action_required'] = "Provide an action of the task";
11265cfcae3Sghi
11365cfcae3Sghi$lang['vald_days_should_be_numeric'] = "Days have to be decimal.";
11465cfcae3Sghi
1153cc1f839Sghi$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.';
116d00bbb0cSghi$lang['vald_entity_no_ascii'] = 'Source of report contains non-ASCII charters.';
1173cc1f839Sghi
118eb950a4cSghi
119eb950a4cSghi$lang['vald_type_wrong_chars'] = 'Type has to contain only numbers and letters.';
120eb950a4cSghi$lang['vald_type_required'] = 'You must provide type name in both languages.';
121eb950a4cSghi
122c9044e56Sghi$lang['priority_marginal'] = 'marginal';
123c9044e56Sghi$lang['priority_important'] = 'important';
124c9044e56Sghi$lang['priority_crucial'] = 'crucial';
12565cfcae3Sghi
12665cfcae3Sghi$lang['type_complaint'] = "complaint";
12765cfcae3Sghi$lang['type_noneconformity'] = "nonconformity";
128e51d1175Sghi$lang['type_noneconformity_internal'] = 'internal noneconformity';
129e51d1175Sghi$lang['type_noneconformity_customer'] = 'customer noneconformity';
130e51d1175Sghi$lang['type_noneconformity_supplier'] = 'supplier noneconformity';
131c9044e56Sghi$lang['type_opportunity'] = 'opportunity';
132c9044e56Sghi$lang['type_threat'] = 'threat';
13365cfcae3Sghi
13465cfcae3Sghi$lang['state_proposal'] = "proposal";
13565cfcae3Sghi$lang['state_opened'] = "open";
13665cfcae3Sghi$lang['state_rejected'] = "rejected";
13729e1374dSghi$lang['state_closed'] = "closed";
13865cfcae3Sghi
139*6e94bebdSghi$lang['reject_issue'] = 'Reject';
140*6e94bebdSghi$lang['close_issue'] = 'Close';
14165cfcae3Sghi
14265cfcae3Sghi$lang['just_now'] = "minute before";
14365cfcae3Sghi$lang['seconds'] = "seconds";
14465cfcae3Sghi$lang['minutes'] = "minutes";
14565cfcae3Sghi$lang['hours'] = "hours";
14665cfcae3Sghi$lang['days'] = "days";
14765cfcae3Sghi$lang['ago'] = "ago";
14865cfcae3Sghi
1492f530577Sghi$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled.";
15065cfcae3Sghi$lang['reopen_issue'] = "Change a status of the problem";
15165cfcae3Sghi$lang['add'] = "Add";
15265cfcae3Sghi
15305c9d3bcSghi$lang['class'] = 'Action';
15405c9d3bcSghi
155a45cff15Sghi$lang['action'] = "Action";
15665cfcae3Sghi
15765cfcae3Sghi$lang['open'] = "Open";
15865cfcae3Sghi$lang['closed'] = "Closed";
15965cfcae3Sghi
16065cfcae3Sghi$lang['cost'] = "Cost (PLN)";
16165cfcae3Sghi$lang['executor'] = "Performer";
16265cfcae3Sghi
16365cfcae3Sghi$lang['task_state'] = "Status";
1642f530577Sghi$lang['reason'] = "Rejection reason";
16565cfcae3Sghi
16665cfcae3Sghi$lang['task_added'] = "Task has been added";
16765cfcae3Sghi$lang['task_changed'] = "Task has been changed";
16865cfcae3Sghi$lang['task_rejected_header'] = "Task has been rejected";
16965cfcae3Sghi$lang['task_closed'] = "Task has been completed";
17065cfcae3Sghi$lang['task_reopened'] = "Task has been reopend";
17165cfcae3Sghi$lang['comment_added'] = "Comment has been added";
17265cfcae3Sghi$lang['comment_changed'] = "Comment has been changed";
17365cfcae3Sghi
1743a6ce6fbSghi$lang['cause_added'] = "Cause added";
1753a6ce6fbSghi$lang['cause_noun'] = "Cause";
1763a6ce6fbSghi$lang['change_cause_button'] = "Correct the cause";
17727712358Sghi$lang['added'] = 'Added';
1783a6ce6fbSghi
1793a6ce6fbSghi
18065cfcae3Sghi$lang['replay_by_task'] = "Add task in replay";
18165cfcae3Sghi$lang['change_made'] = "Change has been made";
18265cfcae3Sghi
18365cfcae3Sghi$lang['change_comment'] = "Correct the comment";
18465cfcae3Sghi$lang['change_comment_button'] = "Correct the comment";
18565cfcae3Sghi$lang['change_task'] = "Change the task";
18665cfcae3Sghi$lang['change_task_button'] = "Change the task";
18765cfcae3Sghi
18865cfcae3Sghi$lang['preview'] = "preview";
18965cfcae3Sghi$lang['next'] = "next";
19065cfcae3Sghi
19165cfcae3Sghi$lang['version'] = "Version";
19265cfcae3Sghi
19365cfcae3Sghi$lang['comment_noun'] = "Comment";
19465cfcae3Sghi$lang['change'] = "Change";
19565cfcae3Sghi$lang['task'] = "Task";
19665cfcae3Sghi
19765cfcae3Sghi$lang['change_state_button'] = "Change the status";
19865cfcae3Sghi
19965cfcae3Sghi
20065cfcae3Sghi$lang['correction'] = "Correction";
201510f3b21Sghi$lang['correction_h'] = 'Correction';
20265cfcae3Sghi$lang['corrective_action'] = "Corrective action";
20365cfcae3Sghi$lang['preventive_action'] = "Preventive action";
20465cfcae3Sghi
20527712358Sghi$lang['correction_add'] = 'Add correction';
20627712358Sghi$lang['corrective_action_add'] = 'Add corrective action';
20727712358Sghi$lang['preventive_action_add'] = 'Add preventive action';
20827712358Sghi
20927712358Sghi$lang[show_all_tasks] = 'Show all tasks';
21027712358Sghi
21165cfcae3Sghi$lang['none_comment'] = "none(comment)";
21265cfcae3Sghi$lang['manpower'] = "Manpower";
21365cfcae3Sghi$lang['method'] = "Method";
21465cfcae3Sghi$lang['machine'] = "Machine";
21565cfcae3Sghi$lang['material'] = "Material";
21665cfcae3Sghi$lang['managment'] = "Management";
21765cfcae3Sghi$lang['measurement'] = "Measurement";
21865cfcae3Sghi$lang['money'] = "Money";
21965cfcae3Sghi$lang['environment'] = "Environment";
22080487b8aSghi$lang['communication'] = "Communication";
22165cfcae3Sghi
22265cfcae3Sghi$lang['task_opened'] = "Open";
22365cfcae3Sghi$lang ['task_done'] = "Done";
22465cfcae3Sghi$lang ['task_rejected'] = "Rejected";
22565cfcae3Sghi
22665cfcae3Sghi$lang['reason_reopen'] = "Reason for reopening ";
22765cfcae3Sghi$lang['reason_done']  = "Reason for closing";
22865cfcae3Sghi$lang['reason_reject'] = "Reason for rejecting";
22965cfcae3Sghi
23065cfcae3Sghi$lang['issue_created'] = "Reported";
23165cfcae3Sghi
23265cfcae3Sghi$lang['issue_closed'] = "Problem has been closed";
23365cfcae3Sghi$lang['issue_reopened'] = "Problem has been reopened";
23465cfcae3Sghi
235*6e94bebdSghi$lang['issue_reopen'] = 'Reopen issue';
236*6e94bebdSghi
23765cfcae3Sghi$lang['today'] = "Today";
23865cfcae3Sghi$lang['yesterday'] = "Yesterday";
23965cfcae3Sghi
24065cfcae3Sghi$lang['task_for'] = "for";
24165cfcae3Sghi$lang['content'] = "Description";
24265cfcae3Sghi
24305c9d3bcSghi$lang['8d_report'] = "8D Report";
24465cfcae3Sghi$lang['8d_report_for'] = "for";
24565cfcae3Sghi$lang['open_date'] = "Open date";
24666b54849Sghi$lang['2d'] = "1D – Team";
24765cfcae3Sghi$lang['2d'] = "2D – Problem";
24865cfcae3Sghi$lang['3d'] = "3D – Cause";
24965cfcae3Sghi$lang['4d'] = "4D - Correction";
25065cfcae3Sghi$lang['5d'] = "5D - Corrective action";
25165cfcae3Sghi$lang['6d'] = "6D - Preventive action";
25265cfcae3Sghi$lang['7d'] = "7D - Effectiveness evaluation";
25365cfcae3Sghi$lang['8d'] = "8D - Conclusion";
25465cfcae3Sghi
25565cfcae3Sghi$lang['number'] = 'Quantity';
25665cfcae3Sghi$lang['true_date'] = "Date";
25765cfcae3Sghi
25865cfcae3Sghi
259d21fa58cSghi$lang['report_issues'] = 'Issues';
260d21fa58cSghi$lang['report_tasks'] = 'Tasks';
261d21fa58cSghi$lang['report_causes'] = 'Causes';
262d21fa58cSghi$lang['report_priority'] = 'Raction time';
2637050d94cSghi$lang['report_subhead'] = 'for closed issues and tasks';
26465cfcae3Sghi
265d21fa58cSghi$lang['priority'] = 'Priority';
266d21fa58cSghi$lang['average'] = 'Average';
26765cfcae3Sghi
268d21fa58cSghi$lang['totalcost'] = 'Value';
269d21fa58cSghi$lang['report_total'] = 'Total';
27065cfcae3Sghi
27165cfcae3Sghi$lang['show'] = "show";
27265cfcae3Sghi
27365cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest";
27465cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
27565cfcae3Sghi
27665cfcae3Sghi$lang['ns'] = "NA";
27765cfcae3Sghi
27865cfcae3Sghi$lang['ended'] = "Completed";
27965cfcae3Sghi
28065cfcae3Sghi//Mail
28165cfcae3Sghi$lang['new_task'] = "New task";
28265cfcae3Sghi$lang['new_issue'] = "New issue";
28365cfcae3Sghi$lang['send_mail'] = "Send";
28465cfcae3Sghi
28565cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)";
28665cfcae3Sghi
28765cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska";
28829e1374dSghi
28929e1374dSghi$lang['comments'] = 'Comments';
2905536eef6Sghi
2915536eef6Sghi$lang['delete'] = 'Delete';
29212fd0ef2Sghi$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
2932f530577Sghi$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
29412fd0ef2Sghi
29538b5c5c4Sghi$lang['types_manage'] = 'Types of issues';
2963cc1f839Sghi
2973cc1f839Sghi$lang['sort'] = 'Sort';
2983cc1f839Sghi$lang['cancel'] = 'Cancel';
299a6dcc2a9Sghi
300a6dcc2a9Sghi$lang['menu_close_task'] = 'My tasks (%d)';
301a6dcc2a9Sghi$lang['menu_close_issue'] = 'My issues(%d)';
302a6dcc2a9Sghi$lang['menu_comment_issue'] = 'Opened issues (%d)';
303a6dcc2a9Sghi
304a6dcc2a9Sghi$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
305a6dcc2a9Sghi$lang['yes'] = 'Yes';
306a6dcc2a9Sghi$lang['no'] = 'No';
30705c9d3bcSghi
30805c9d3bcSghi$lang['all'] = 'everything';
30985f5e5e7Sghi$lang['year'] = 'Year';
3107f853d3aSghi$lang['in_year'] = 'in year';
31185f5e5e7Sghi$lang['filter'] = 'Filter';
3128ce39bb5Sghi
3138ce39bb5Sghi$lang['close_issues'] = 'My issues';
3148ce39bb5Sghi$lang['close_tasks'] = 'My tasks';
3158ce39bb5Sghi
3168ce39bb5Sghi$lang['proposals'] = 'Proposals';
317eb950a4cSghi
318eb950a4cSghi$lang['show_tasks_hidden'] = 'Show closed and rejected tasks';
319eb950a4cSghi$lang['add_task'] = 'Add new task';
320127ad254Sghi
321127ad254Sghi$lang['save_without_changing_date'] = 'Save without changing date';
32275280174Sghi
32375280174Sghi$lang['sort_by_open_date'] = 'Sort by open date';
3242e8f2263Sghi
3252e8f2263Sghi$lang['issue_is_proposal'] = 'You cannot add causes and tasks until this issue is porposal.';
326510f3b21Sghi
327510f3b21Sghi$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.';
32827712358Sghi
32927712358Sghi$lang['add_cause'] = 'Add cause';
33027712358Sghi$lang['add_correction'] = 'Add correction';
33127712358Sghi
33227712358Sghi$lang['cause'] = 'cause';
33327712358Sghi$lang['pontential_cause'] = 'potential cause';
33427712358Sghi
33527712358Sghi$lang['cause_type'] = 'Cause type';
33627712358Sghi
33727712358Sghi$lang['type_default'] = 'normal';
33827712358Sghi$lang['type_potential'] = 'potential';
3399a30fd19Sghi
34076473fecSghi$lang['evaluation'] = 'Ocena';
3419a30fd19Sghi
34276473fecSghi$lang['rr_report'] = 'RR Report';
3439a30fd19Sghi
34476473fecSghi$lang['rr_team'] = 'Risk evaluation team';
34576473fecSghi$lang['rr_desc'] = 'Risk description';
34676473fecSghi$lang['rr_eval'] = 'Risk evaluacion';
34776473fecSghi$lang['rr_suceval'] = 'Effectiveness evalutation';
3489fbfe943Sghi
34976473fecSghi$lang['correction_nav'] = 'Corrections';
35076473fecSghi$lang['closed_tasks'] = 'Closed tasks';
35176473fecSghi$lang['root_causes'] = 'Cause categories';
352ea5c5471Sghi
35376473fecSghi$lang['version'] = 'version';
35476473fecSghi
35576473fecSghi$lang['issues_juxtaposition'] = 'Juxtaposition of issues';
35676473fecSghi$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks';
357*6e94bebdSghi
358*6e94bebdSghi$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.';
359