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