xref: /plugin/bez/lang/en/lang.php (revision c9044e5613ae69914c6a02f0f0c12afdae8eb88a)
1<?php
2$lang['bez'] = "Risk Elimination Base";
3$lang['bez_short'] = "BEZ";
4$lang['bds_timeline'] = "History";
5$lang['bds_issues'] = "Registers";
6$lang['bds_issue_report'] = "Report a problem";
7$lang['bds_reports'] = "Reports";
8$lang['bez_tasks'] = 'Tasks';
9
10$lang['issues'] = "Problems";
11$lang['tasks'] = "Tasks";
12$lang['reports'] = 'Registers';
13
14$lang['report_issue'] = "Report a problem";
15$lang['id'] = "No";
16$lang['_id'] = "No";
17$lang['type'] = "Type of problem";
18$lang['title'] = "Title";
19$lang['state'] = "Status";
20$lang['reporter'] = "Person reporting the problem";
21$lang['executor'] = "Performer";
22$lang['coordinator'] = "Coordinator";
23$lang['description'] = "Description";
24$lang['date'] = "Reported";
25$lang['last_mod_date'] = "last change";
26$lang['opened_for'] = "Open since";
27$lang['last_modified'] = "last change";
28$lang['last_modified_by'] = "Last changed by";
29$lang['opened_tasks'] = "Open tasks";
30
31$lang['entity'] = "Source of report";
32$lang['entities'] = "Sources of report (one per line)";
33
34$lang['opinion'] = "Effectiveness evaluation";
35$lang['root_cause'] = "Cause category";
36$lang['causes'] = "Causes";
37
38$lang['save'] = "Save";
39$lang['proposal'] = "Proposal";
40$lang['reported_by'] = "Reported by";
41$lang['executor_not_specified'] = "Unspecified";
42$lang['account_removed'] = "Removed account";
43$lang['none'] = "none";
44
45$lang['changes_history'] = "Change history";
46$lang['add_comment'] = "Add comment";
47$lang['add_task'] = "Add task";
48$lang['change_issue'] = "Change the report of problem ";
49
50$lang['changed'] = "It has been changed";
51$lang['changed_field'] = "It has been changed";
52$lang['by'] = "by";
53$lang['from'] = "from";
54$lang['to'] = "to";
55$lang['diff'] = "Differences";
56$lang['comment'] = "Add";
57$lang['replay'] = "Reply";
58$lang['edit'] = "Edit";
59$lang['change_task_state'] = "Change a status of task";
60$lang['replay_to'] = "Reply to";
61$lang['quoted_in'] = "Replies";
62
63$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. ";
64$lang['error_issue_id_unknown'] = "Row you want to read does not exist.";
65$lang['error_db_connection'] = "Cannot connect to the database.";
66$lang['error_issue_insert'] = "The problem cannot be added. ";
67$lang['error_task_add'] = "You cannot add tasks. Access denied.";
68$lang['error_table_unknown'] = "The table dosn't exist.";
69$lang['error_report_unknown'] = "The report dosn't exist";
70$lang['error_issue_report'] = 'You cannot add new issues.';
71$lang['error_entity'] = 'You cannot add new soruces of report.';
72$lang['error_issues'] = 'You cannot view issues.';
73
74$lang['vald_root_cause'] = "Select cause category.";
75
76$lang['vald_type_required'] = "Specify a type of the problem";
77$lang['vald_entity_required'] = "Choose a source of report from the list";
78$lang['vald_title_required'] = "Provide a title.";
79$lang['vald_title_too_long'] = "Title is too long, max: %d  characters.";
80$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numerals, space, dasches, poins, commas are allowed.";
81$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified.";
82$lang['vald_coordinator_required'] = "Coordinator has to be wiki user.";
83
84$lang['vald_desc_required'] = "Describe a problem";
85$lang['vald_desc_too_long'] = "Too long description, max %d  characters.";
86$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters.";
87$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.';
88$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open.";
89$lang['vald_cannot_give_reason'] = "You didn't change a status of the task.";
90
91$lang['vald_content_required'] = "Insert a text";
92$lang['vald_content_too_long'] = "Text is too long, max: %d";
93$lang['vald_replay_to_not_exists'] = "Comment dosn't exist";
94$lang['vald_state_required'] = "Specified a status of problem";
95$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.';
96
97$lang['vald_task_state_required'] = "Specified a status of task";
98$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t";
99
100$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB.";
101$lang['vald_cost_too_big'] = "Cost is too high, max: %d";
102$lang['vald_cost_wrong_format'] = "Cost should be integer.";
103$lang['vald_action_required'] = "Provide an action of the task";
104
105$lang['vald_days_should_be_numeric'] = "Days have to be decimal.";
106
107$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.';
108
109$lang['priority_marginal'] = 'marginal';
110$lang['priority_important'] = 'important';
111$lang['priority_crucial'] = 'crucial';
112
113$lang['type_complaint'] = "complaint";
114$lang['type_noneconformity'] = "nonconformity";
115$lang['type_opportunity'] = 'opportunity';
116$lang['type_threat'] = 'threat';
117
118$lang['state_proposal'] = "proposal";
119$lang['state_opened'] = "open";
120$lang['state_rejected'] = "rejected";
121$lang['state_closed'] = "closed";
122
123
124$lang['just_now'] = "minute before";
125$lang['seconds'] = "seconds";
126$lang['minutes'] = "minutes";
127$lang['hours'] = "hours";
128$lang['days'] = "days";
129$lang['ago'] = "ago";
130
131$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled.";
132$lang['reopen_issue'] = "Change a status of the problem";
133$lang['add'] = "Add";
134
135$lang['action'] = "Action";
136
137$lang['open'] = "Open";
138$lang['closed'] = "Closed";
139
140$lang['cost'] = "Cost (PLN)";
141$lang['executor'] = "Performer";
142
143$lang['task_state'] = "Status";
144$lang['reason'] = "Rejection reason";
145
146$lang['task_added'] = "Task has been added";
147$lang['task_changed'] = "Task has been changed";
148$lang['task_rejected_header'] = "Task has been rejected";
149$lang['task_closed'] = "Task has been completed";
150$lang['task_reopened'] = "Task has been reopend";
151$lang['comment_added'] = "Comment has been added";
152$lang['comment_changed'] = "Comment has been changed";
153
154$lang['cause_added'] = "Cause added";
155$lang['cause_noun'] = "Cause";
156$lang['change_cause_button'] = "Correct the cause";
157
158
159$lang['replay_by_task'] = "Add task in replay";
160$lang['change_made'] = "Change has been made";
161
162$lang['change_comment'] = "Correct the comment";
163$lang['change_comment_button'] = "Correct the comment";
164$lang['change_task'] = "Change the task";
165$lang['change_task_button'] = "Change the task";
166
167$lang['preview'] = "preview";
168$lang['next'] = "next";
169
170$lang['version'] = "Version";
171
172$lang['comment_noun'] = "Comment";
173$lang['change'] = "Change";
174$lang['task'] = "Task";
175
176$lang['change_state_button'] = "Change the status";
177
178
179$lang['correction'] = "Correction";
180$lang['corrective_action'] = "Corrective action";
181$lang['preventive_action'] = "Preventive action";
182
183$lang['none_comment'] = "none(comment)";
184$lang['manpower'] = "Manpower";
185$lang['method'] = "Method";
186$lang['machine'] = "Machine";
187$lang['material'] = "Material";
188$lang['managment'] = "Management";
189$lang['measurement'] = "Measurement";
190$lang['money'] = "Money";
191$lang['environment'] = "Environment";
192
193$lang['task_opened'] = "Open";
194$lang ['task_done'] = "Done";
195$lang ['task_rejected'] = "Rejected";
196
197$lang['reason_reopen'] = "Reason for reopening ";
198$lang['reason_done']  = "Reason for closing";
199$lang['reason_reject'] = "Reason for rejecting";
200
201$lang['issue_created'] = "Reported";
202
203$lang['issue_closed'] = "Problem has been closed";
204$lang['issue_reopened'] = "Problem has been reopened";
205
206$lang['today'] = "Today";
207$lang['yesterday'] = "Yesterday";
208
209$lang['task_for'] = "for";
210$lang['content'] = "Description";
211
212$lang['8d_report'] = "8d Report";
213$lang['8d_report_for'] = "for";
214$lang['open_date'] = "Open date";
215$lang['2d'] = "1D – Team";
216$lang['2d'] = "2D – Problem";
217$lang['3d'] = "3D – Cause";
218$lang['4d'] = "4D - Correction";
219$lang['5d'] = "5D - Corrective action";
220$lang['6d'] = "6D - Preventive action";
221$lang['7d'] = "7D - Effectiveness evaluation";
222$lang['8d'] = "8D - Conclusion";
223
224$lang['cost_total'] = "Total cost (PLN)";
225$lang['number'] = 'Quantity';
226$lang['true_date'] = "Date";
227
228$lang['newest_to_oldest'] = "Open problems from latest to earliest";
229$lang['issues_newest_to_oldest'] = "";
230$lang['tasks_newest_to_oldest'] = "Open tasks from latest to earliest";
231$lang['tasks_newest_than_rep'] = "Tasks for %d";
232
233$lang['newest_than'] = "All for";
234$lang['newest_than_cost'] = "Cost statement for";
235$lang['issues_newest_than'] = "Problems for ";
236$lang['issues_cost_statement'] = 'Cost statement for %d';
237
238$lang['my_opened_issues'] = "Open problems which I am involved";
239$lang['my_opened'] = "Open, which I am involved";
240
241$lang['me_executor'] = "My";
242$lang['task_me_executor'] = "My tasks";
243
244$lang['issues_newest_than'] = "All for";
245$lang['issues_newest_than_rep'] = "Problems for %d";
246$lang['newest_than_cost_rep'] = "Cost statement for %d";
247
248$lang['report_issues'] = 'Register of problems for';
249$lang['report_issues_from'] = 'Register of problems for %d';
250$lang['report_tasks'] = 'Register of tasks for';
251$lang['report_tasks_from'] = 'Register of tasks for %d';
252$lang['report_causes'] = 'Register of causes for';
253$lang['report_causes_from'] = 'Register of causes for %d';
254
255$lang['show'] = "show";
256
257$lang['by_last_activity'] = "Open, from latest to earliest";
258$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
259
260$lang['ns'] = "NA";
261
262$lang['ended'] = "Completed";
263
264//Mail
265$lang['new_task'] = "New task";
266$lang['new_issue'] = "New issue";
267$lang['send_mail'] = "Send";
268
269$lang['average_days'] = "Average time of task closing(days)";
270
271$lang['bds_switch_lang'] = "Wersja polska";
272
273$lang['comments'] = 'Comments';
274
275$lang['delete'] = 'Delete';
276$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
277$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
278
279$lang['entity_manage'] = 'Sources of report';
280
281$lang['sort'] = 'Sort';
282$lang['cancel'] = 'Cancel';
283
284$lang['menu_close_task'] = 'My tasks (%d)';
285$lang['menu_close_issue'] = 'My issues(%d)';
286$lang['menu_comment_issue'] = 'Opened issues (%d)';
287
288$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
289$lang['yes'] = 'Yes';
290$lang['no'] = 'No';
291$lang['year'] = 'Year';
292$lang['filter'] = 'Filter';
293
294$lang['close_issues'] = 'My issues';
295$lang['close_tasks'] = 'My tasks';
296
297$lang['proposals'] = 'Proposals';
298