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