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