xref: /plugin/bez/lang/en/lang.php (revision 724c103d39504bc7ca1d52064b47a47e1e07192f)
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$lang['error_issues'] = 'You cannot view issues.';
72
73$lang['vald_root_cause'] = "Select cause category.";
74
75$lang['vald_type_required'] = "Specify a type of the problem";
76$lang['vald_entity_required'] = "Choose a source of report from the list";
77$lang['vald_title_required'] = "Provide a title.";
78$lang['vald_title_too_long'] = "Title is too long, max: %d  characters.";
79$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numerals, space, dasches, poins, commas are allowed.";
80$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified.";
81$lang['vald_coordinator_required'] = "Coordinator has to be wiki user.";
82
83$lang['vald_desc_required'] = "Describe a problem";
84$lang['vald_desc_too_long'] = "Too long description, max %d  characters.";
85$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters.";
86$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.';
87$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open.";
88$lang['vald_cannot_give_reason'] = "You didn't change a status of the task.";
89
90$lang['vald_content_required'] = "Insert a text";
91$lang['vald_content_too_long'] = "Text is too long, max: %d";
92$lang['vald_replay_to_not_exists'] = "Comment dosn't exist";
93$lang['vald_state_required'] = "Specified a status of problem";
94$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.';
95
96$lang['vald_task_state_required'] = "Specified a status of task";
97$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t";
98
99$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB.";
100$lang['vald_cost_too_big'] = "Cost is too high, max: %d";
101$lang['vald_cost_wrong_format'] = "Cost should be integer.";
102$lang['vald_action_required'] = "Provide an action of the task";
103
104$lang['vald_days_should_be_numeric'] = "Days have to be decimal.";
105
106$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.';
107
108
109$lang['type_complaint'] = "complaint";
110$lang['type_noneconformity'] = "nonconformity";
111$lang['type_risk'] = "risk";
112
113$lang['state_proposal'] = "proposal";
114$lang['state_opened'] = "open";
115$lang['state_rejected'] = "rejected";
116$lang['state_closed'] = "closed";
117
118
119$lang['just_now'] = "minute before";
120$lang['seconds'] = "seconds";
121$lang['minutes'] = "minutes";
122$lang['hours'] = "hours";
123$lang['days'] = "days";
124$lang['ago'] = "ago";
125
126$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled.";
127$lang['reopen_issue'] = "Change a status of the problem";
128$lang['add'] = "Add";
129
130$lang['action'] = "Action";
131
132$lang['open'] = "Open";
133$lang['closed'] = "Closed";
134
135$lang['cost'] = "Cost (PLN)";
136$lang['executor'] = "Performer";
137
138$lang['task_state'] = "Status";
139$lang['reason'] = "Rejection reason";
140
141$lang['task_added'] = "Task has been added";
142$lang['task_changed'] = "Task has been changed";
143$lang['task_rejected_header'] = "Task has been rejected";
144$lang['task_closed'] = "Task has been completed";
145$lang['task_reopened'] = "Task has been reopend";
146$lang['comment_added'] = "Comment has been added";
147$lang['comment_changed'] = "Comment has been changed";
148
149$lang['cause_added'] = "Cause added";
150$lang['cause_noun'] = "Cause";
151$lang['change_cause_button'] = "Correct the cause";
152
153
154$lang['replay_by_task'] = "Add task in replay";
155$lang['change_made'] = "Change has been made";
156
157$lang['change_comment'] = "Correct the comment";
158$lang['change_comment_button'] = "Correct the comment";
159$lang['change_task'] = "Change the task";
160$lang['change_task_button'] = "Change the task";
161
162$lang['preview'] = "preview";
163$lang['next'] = "next";
164
165$lang['version'] = "Version";
166
167$lang['comment_noun'] = "Comment";
168$lang['change'] = "Change";
169$lang['task'] = "Task";
170
171$lang['change_state_button'] = "Change the status";
172
173
174$lang['correction'] = "Correction";
175$lang['corrective_action'] = "Corrective action";
176$lang['preventive_action'] = "Preventive action";
177
178$lang['none_comment'] = "none(comment)";
179$lang['manpower'] = "Manpower";
180$lang['method'] = "Method";
181$lang['machine'] = "Machine";
182$lang['material'] = "Material";
183$lang['managment'] = "Management";
184$lang['measurement'] = "Measurement";
185$lang['money'] = "Money";
186$lang['environment'] = "Environment";
187
188$lang['task_opened'] = "Open";
189$lang ['task_done'] = "Done";
190$lang ['task_rejected'] = "Rejected";
191
192$lang['reason_reopen'] = "Reason for reopening ";
193$lang['reason_done']  = "Reason for closing";
194$lang['reason_reject'] = "Reason for rejecting";
195
196$lang['issue_created'] = "Reported";
197
198$lang['issue_closed'] = "Problem has been closed";
199$lang['issue_reopened'] = "Problem has been reopened";
200
201$lang['today'] = "Today";
202$lang['yesterday'] = "Yesterday";
203
204$lang['task_for'] = "for";
205$lang['content'] = "Description";
206
207$lang['8d_report'] = "8d Report";
208$lang['8d_report_for'] = "for";
209$lang['open_date'] = "Open date";
210$lang['2d'] = "2D – Problem";
211$lang['3d'] = "3D – Cause";
212$lang['4d'] = "4D - Correction";
213$lang['5d'] = "5D - Corrective action";
214$lang['6d'] = "6D - Preventive action";
215$lang['7d'] = "7D - Effectiveness evaluation";
216$lang['8d'] = "8D - Conclusion";
217
218$lang['cost_total'] = "Total cost (PLN)";
219$lang['number'] = 'Quantity';
220$lang['true_date'] = "Date";
221
222$lang['newest_to_oldest'] = "Open problems from latest to earliest";
223$lang['issues_newest_to_oldest'] = "";
224$lang['tasks_newest_to_oldest'] = "Open tasks from latest to earliest";
225$lang['tasks_newest_than_rep'] = "Tasks for %d";
226
227$lang['newest_than'] = "All for";
228$lang['newest_than_cost'] = "Cost statement for";
229$lang['issues_newest_than'] = "Problems for ";
230$lang['issues_cost_statement'] = 'Cost statement for %d';
231
232$lang['my_opened_issues'] = "Open problems which I am involved";
233$lang['my_opened'] = "Open, which I am involved";
234
235$lang['me_executor'] = "My";
236$lang['task_me_executor'] = "My tasks";
237
238$lang['issues_newest_than'] = "All for";
239$lang['issues_newest_than_rep'] = "Problems for %d";
240$lang['newest_than_cost_rep'] = "Cost statement for %d";
241
242$lang['report_issues'] = 'Register of problems for';
243$lang['report_issues_from'] = 'Register of problems for %d';
244$lang['report_tasks'] = 'Register of tasks for';
245$lang['report_tasks_from'] = 'Register of tasks for %d';
246$lang['report_causes'] = 'Register of causes for';
247$lang['report_causes_from'] = 'Register of causes for %d';
248
249$lang['show'] = "show";
250
251$lang['by_last_activity'] = "Open, from latest to earliest";
252$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
253
254$lang['ns'] = "NA";
255
256$lang['ended'] = "Completed";
257
258//Mail
259$lang['new_task'] = "New task";
260$lang['new_issue'] = "New issue";
261$lang['send_mail'] = "Send";
262
263$lang['average_days'] = "Average time of task closing(days)";
264
265$lang['bds_switch_lang'] = "Wersja polska";
266
267$lang['comments'] = 'Comments';
268
269$lang['delete'] = 'Delete';
270$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
271$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
272
273$lang['entity_manage'] = 'Sources of report';
274
275$lang['sort'] = 'Sort';
276$lang['cancel'] = 'Cancel';
277
278$lang['menu_close_task'] = 'My tasks (%d)';
279$lang['menu_close_issue'] = 'My issues(%d)';
280$lang['menu_comment_issue'] = 'Opened issues (%d)';
281
282$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
283$lang['yes'] = 'Yes';
284$lang['no'] = 'No';
285$lang['year'] = 'Year';
286$lang['filter'] = 'Filter';
287