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