xref: /plugin/bez/lang/en/lang.php (revision d2894507a0665ce96107b4c2bf67ecdcb91a999e)
165cfcae3Sghi<?php
208e8ea12Sghi$lang['bez'] = "Risk Elimination Base";
308e8ea12Sghi$lang['bez_short'] = "BEZ";
465cfcae3Sghi$lang['bds_timeline'] = "History";
565cfcae3Sghi$lang['bds_issues'] = "Registers";
665cfcae3Sghi$lang['bds_issue_report'] = "Report a problem";
7ecefc57aSghi$lang['bds_task_report'] = "Add a task";
8260e885eSghi$lang['report'] = "Report";
997183698Sghi$lang['report_open'] = 'Raport of opened';
10c9044e56Sghi$lang['bez_tasks'] = 'Tasks';
1165cfcae3Sghi
1265cfcae3Sghi$lang['issues'] = "Problems";
1365cfcae3Sghi$lang['tasks'] = "Tasks";
1465cfcae3Sghi$lang['reports'] = 'Registers';
1565cfcae3Sghi
16f01326efSghi$lang['issue'] = 'Issue';
17f01326efSghi$lang['task'] = 'Task';
18f01326efSghi
1965cfcae3Sghi$lang['report_issue'] = "Report a problem";
2065cfcae3Sghi$lang['id'] = "No";
2165cfcae3Sghi$lang['_id'] = "No";
2265cfcae3Sghi$lang['type'] = "Type of problem";
23e51d1175Sghi$lang['just_type'] = 'Type';
2465cfcae3Sghi$lang['title'] = "Title";
2565cfcae3Sghi$lang['state'] = "Status";
2665cfcae3Sghi$lang['reporter'] = "Person reporting the problem";
2765cfcae3Sghi$lang['executor'] = "Performer";
2865cfcae3Sghi$lang['coordinator'] = "Coordinator";
2965cfcae3Sghi$lang['description'] = "Description";
3065cfcae3Sghi$lang['date'] = "Reported";
3165cfcae3Sghi$lang['last_mod_date'] = "last change";
3265cfcae3Sghi$lang['opened_for'] = "Open since";
3305c9d3bcSghi$lang['last_modified'] = "Last change";
3465cfcae3Sghi$lang['last_modified_by'] = "Last changed by";
3565cfcae3Sghi$lang['opened_tasks'] = "Open tasks";
3665cfcae3Sghi
3765cfcae3Sghi$lang['entity'] = "Source of report";
383cc1f839Sghi$lang['entities'] = "Sources of report (one per line)";
39e51d1175Sghi$lang['entities_confirm'] = 'New sources of report saved.';
4065cfcae3Sghi
4165cfcae3Sghi$lang['opinion'] = "Effectiveness evaluation";
4265cfcae3Sghi$lang['root_cause'] = "Cause category";
433a6ce6fbSghi$lang['causes'] = "Causes";
4465cfcae3Sghi
4565cfcae3Sghi$lang['save'] = "Save";
4665cfcae3Sghi$lang['proposal'] = "Proposal";
4765cfcae3Sghi$lang['reported_by'] = "Reported by";
4865cfcae3Sghi$lang['executor_not_specified'] = "Unspecified";
4965cfcae3Sghi$lang['account_removed'] = "Removed account";
5065cfcae3Sghi$lang['none'] = "none";
5165cfcae3Sghi
5265cfcae3Sghi$lang['changes_history'] = "Change history";
5365cfcae3Sghi$lang['add_comment'] = "Add comment";
5465cfcae3Sghi$lang['add_task'] = "Add task";
5565cfcae3Sghi$lang['change_issue'] = "Change the report of problem ";
5665cfcae3Sghi
5765cfcae3Sghi$lang['changed'] = "It has been changed";
5865cfcae3Sghi$lang['changed_field'] = "It has been changed";
593a6ce6fbSghi$lang['by'] = "by";
603a6ce6fbSghi$lang['from'] = "from";
613a6ce6fbSghi$lang['to'] = "to";
6265cfcae3Sghi$lang['diff'] = "Differences";
6365cfcae3Sghi$lang['comment'] = "Add";
6465cfcae3Sghi$lang['replay'] = "Reply";
6565cfcae3Sghi$lang['edit'] = "Edit";
6665cfcae3Sghi$lang['change_task_state'] = "Change a status of task";
6765cfcae3Sghi$lang['replay_to'] = "Reply to";
6865cfcae3Sghi$lang['quoted_in'] = "Replies";
6965cfcae3Sghi
7065cfcae3Sghi$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. ";
7165cfcae3Sghi$lang['error_issue_id_unknown'] = "Row you want to read does not exist.";
7265cfcae3Sghi$lang['error_db_connection'] = "Cannot connect to the database.";
7365cfcae3Sghi$lang['error_issue_insert'] = "The problem cannot be added. ";
7465cfcae3Sghi$lang['error_task_add'] = "You cannot add tasks. Access denied.";
7565cfcae3Sghi$lang['error_table_unknown'] = "The table dosn't exist.";
7665cfcae3Sghi$lang['error_report_unknown'] = "The report dosn't exist";
77da9ebf75Sghi$lang['error_issue_report'] = 'You cannot add new issues.';
783cc1f839Sghi$lang['error_entity'] = 'You cannot add new soruces of report.';
7985f5e5e7Sghi$lang['error_issues'] = 'You cannot view issues.';
80eb950a4cSghi$lang['error_no_permission'] = 'You do not have permission to view this page.';
8165cfcae3Sghi
823a6ce6fbSghi$lang['vald_root_cause'] = "Select cause category.";
833a6ce6fbSghi
8465cfcae3Sghi$lang['vald_type_required'] = "Specify a type of the problem";
85395c0b57Sghi$lang['vald_entity_required'] = "Choose a source of report from the list";
8665cfcae3Sghi$lang['vald_title_required'] = "Provide a title.";
8765cfcae3Sghi$lang['vald_title_too_long'] = "Title is too long, max: %d  characters.";
882f89dd93Sghi$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numbers, spaces, dashes, floors, points and commas are allowed.";
89eb950a4cSghi
9065cfcae3Sghi$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified.";
91da9ebf75Sghi$lang['vald_coordinator_required'] = "Coordinator has to be wiki user.";
9265cfcae3Sghi
9365cfcae3Sghi$lang['vald_desc_required'] = "Describe a problem";
9465cfcae3Sghi$lang['vald_desc_too_long'] = "Too long description, max %d  characters.";
9565cfcae3Sghi$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters.";
96a42d0169Sghi$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.';
9765cfcae3Sghi$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open.";
9865cfcae3Sghi$lang['vald_cannot_give_reason'] = "You didn't change a status of the task.";
9965cfcae3Sghi
10065cfcae3Sghi$lang['vald_content_required'] = "Insert a text";
10165cfcae3Sghi$lang['vald_content_too_long'] = "Text is too long, max: %d";
10265cfcae3Sghi$lang['vald_replay_to_not_exists'] = "Comment dosn't exist";
10365cfcae3Sghi$lang['vald_state_required'] = "Specified a status of problem";
1042f530577Sghi$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.';
10565cfcae3Sghi
10665cfcae3Sghi$lang['vald_task_state_required'] = "Specified a status of task";
10765cfcae3Sghi$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t";
10865cfcae3Sghi
10929e1374dSghi$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB.";
11065cfcae3Sghi$lang['vald_cost_too_big'] = "Cost is too high, max: %d";
11112fd0ef2Sghi$lang['vald_cost_wrong_format'] = "Cost should be integer.";
112a45cff15Sghi$lang['vald_action_required'] = "Provide an action of the task";
11365cfcae3Sghi
11465cfcae3Sghi$lang['vald_days_should_be_numeric'] = "Days have to be decimal.";
11565cfcae3Sghi
1163cc1f839Sghi$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.';
117d00bbb0cSghi$lang['vald_entity_no_ascii'] = 'Source of report contains non-ASCII charters.';
1183cc1f839Sghi
119eb950a4cSghi
120eb950a4cSghi$lang['vald_type_wrong_chars'] = 'Type has to contain only numbers and letters.';
121eb950a4cSghi$lang['vald_type_required'] = 'You must provide type name in both languages.';
122eb950a4cSghi
123c9044e56Sghi$lang['priority_marginal'] = 'marginal';
124c9044e56Sghi$lang['priority_important'] = 'important';
125c9044e56Sghi$lang['priority_crucial'] = 'crucial';
12665cfcae3Sghi
12765cfcae3Sghi$lang['type_complaint'] = "complaint";
12865cfcae3Sghi$lang['type_noneconformity'] = "nonconformity";
129e51d1175Sghi$lang['type_noneconformity_internal'] = 'internal noneconformity';
130e51d1175Sghi$lang['type_noneconformity_customer'] = 'customer noneconformity';
131e51d1175Sghi$lang['type_noneconformity_supplier'] = 'supplier noneconformity';
132c9044e56Sghi$lang['type_opportunity'] = 'opportunity';
133c9044e56Sghi$lang['type_threat'] = 'threat';
13465cfcae3Sghi
13565cfcae3Sghi$lang['state_proposal'] = "proposal";
13665cfcae3Sghi$lang['state_opened'] = "open";
137ecefc57aSghi$lang['state_done'] = "done";
13865cfcae3Sghi$lang['state_rejected'] = "rejected";
13929e1374dSghi$lang['state_closed'] = "closed";
14065cfcae3Sghi
1416e94bebdSghi$lang['reject_issue'] = 'Reject';
1426e94bebdSghi$lang['close_issue'] = 'Close';
14365cfcae3Sghi
14465cfcae3Sghi$lang['just_now'] = "minute before";
14565cfcae3Sghi$lang['seconds'] = "seconds";
14665cfcae3Sghi$lang['minutes'] = "minutes";
14765cfcae3Sghi$lang['hours'] = "hours";
14865cfcae3Sghi$lang['days'] = "days";
14965cfcae3Sghi$lang['ago'] = "ago";
15065cfcae3Sghi
1512f530577Sghi$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled.";
15265cfcae3Sghi$lang['reopen_issue'] = "Change a status of the problem";
15365cfcae3Sghi$lang['add'] = "Add";
15465cfcae3Sghi
155168ecf58Sghi$lang['class'] = 'Task type';
15605c9d3bcSghi
157a45cff15Sghi$lang['action'] = "Action";
15865cfcae3Sghi
15965cfcae3Sghi$lang['open'] = "Open";
16065cfcae3Sghi$lang['closed'] = "Closed";
16165cfcae3Sghi
16265cfcae3Sghi$lang['cost'] = "Cost (PLN)";
16365cfcae3Sghi$lang['executor'] = "Performer";
16465cfcae3Sghi
16565cfcae3Sghi$lang['task_state'] = "Status";
1662f530577Sghi$lang['reason'] = "Rejection reason";
16765cfcae3Sghi
16865cfcae3Sghi$lang['task_added'] = "Task has been added";
16965cfcae3Sghi$lang['task_changed'] = "Task has been changed";
17065cfcae3Sghi$lang['task_rejected_header'] = "Task has been rejected";
17165cfcae3Sghi$lang['task_closed'] = "Task has been completed";
17265cfcae3Sghi$lang['task_reopened'] = "Task has been reopend";
17365cfcae3Sghi$lang['comment_added'] = "Comment has been added";
17465cfcae3Sghi$lang['comment_changed'] = "Comment has been changed";
17565cfcae3Sghi
1763a6ce6fbSghi$lang['cause_added'] = "Cause added";
1773a6ce6fbSghi$lang['cause_noun'] = "Cause";
1783a6ce6fbSghi$lang['change_cause_button'] = "Correct the cause";
17927712358Sghi$lang['added'] = 'Added';
1803a6ce6fbSghi
1813a6ce6fbSghi
18265cfcae3Sghi$lang['replay_by_task'] = "Add task in replay";
18365cfcae3Sghi$lang['change_made'] = "Change has been made";
18465cfcae3Sghi
18565cfcae3Sghi$lang['change_comment'] = "Correct the comment";
18665cfcae3Sghi$lang['change_comment_button'] = "Correct the comment";
18765cfcae3Sghi$lang['change_task'] = "Change the task";
18865cfcae3Sghi$lang['change_task_button'] = "Change the task";
18965cfcae3Sghi
19065cfcae3Sghi$lang['preview'] = "preview";
19165cfcae3Sghi$lang['next'] = "next";
19265cfcae3Sghi
19365cfcae3Sghi$lang['version'] = "Version";
19465cfcae3Sghi
19565cfcae3Sghi$lang['comment_noun'] = "Comment";
19665cfcae3Sghi$lang['change'] = "Change";
19765cfcae3Sghi$lang['task'] = "Task";
19865cfcae3Sghi
19965cfcae3Sghi$lang['change_state_button'] = "Change the status";
20065cfcae3Sghi
20165cfcae3Sghi
20265cfcae3Sghi$lang['correction'] = "Correction";
203510f3b21Sghi$lang['correction_h'] = 'Correction';
20465cfcae3Sghi$lang['corrective_action'] = "Corrective action";
20565cfcae3Sghi$lang['preventive_action'] = "Preventive action";
20665cfcae3Sghi
20727712358Sghi$lang['correction_add'] = 'Add correction';
20827712358Sghi$lang['corrective_action_add'] = 'Add corrective action';
20927712358Sghi$lang['preventive_action_add'] = 'Add preventive action';
21027712358Sghi
211489061b8Sghi$lang['show_all_tasks'] = 'Show all tasks';
21227712358Sghi
21365cfcae3Sghi$lang['none_comment'] = "none(comment)";
21465cfcae3Sghi$lang['manpower'] = "Manpower";
21565cfcae3Sghi$lang['method'] = "Method";
21665cfcae3Sghi$lang['machine'] = "Machine";
21765cfcae3Sghi$lang['material'] = "Material";
21865cfcae3Sghi$lang['managment'] = "Management";
21965cfcae3Sghi$lang['measurement'] = "Measurement";
22065cfcae3Sghi$lang['money'] = "Money";
22165cfcae3Sghi$lang['environment'] = "Environment";
22280487b8aSghi$lang['communication'] = "Communication";
22365cfcae3Sghi
22465cfcae3Sghi$lang['task_opened'] = "Open";
22524f91664SSzymon Olewniczak$lang ['task_outdated'] = 'Outdated';
22665cfcae3Sghi$lang ['task_done'] = "Done";
227fc2a4337Sghi$lang ['task_plan'] = "Plan";
22865cfcae3Sghi$lang ['task_rejected'] = "Rejected";
22965cfcae3Sghi
230489061b8Sghi$lang ['task_do'] = 'Done';
231489061b8Sghi$lang ['task_reject'] = 'Reject';
23260fa9366Sghi
23365cfcae3Sghi$lang['reason_reopen'] = "Reason for reopening ";
23465cfcae3Sghi$lang['reason_done']  = "Reason for closing";
23565cfcae3Sghi$lang['reason_reject'] = "Reason for rejecting";
23665cfcae3Sghi
23765cfcae3Sghi$lang['issue_created'] = "Reported";
23865cfcae3Sghi
23965cfcae3Sghi$lang['issue_closed'] = "Problem has been closed";
24065cfcae3Sghi$lang['issue_reopened'] = "Problem has been reopened";
24165cfcae3Sghi
2426e94bebdSghi$lang['issue_reopen'] = 'Reopen issue';
2436e94bebdSghi
24465cfcae3Sghi$lang['today'] = "Today";
24565cfcae3Sghi$lang['yesterday'] = "Yesterday";
24665cfcae3Sghi
24765cfcae3Sghi$lang['task_for'] = "for";
24865cfcae3Sghi$lang['content'] = "Description";
24965cfcae3Sghi
25005c9d3bcSghi$lang['8d_report'] = "8D Report";
25165cfcae3Sghi$lang['8d_report_for'] = "for";
25265cfcae3Sghi$lang['open_date'] = "Open date";
253683e6b20Sghi$lang['1d'] = "1D - Team";
254683e6b20Sghi$lang['2d'] = "2D - Problem";
255683e6b20Sghi$lang['3d'] = "3D - Correction";
256683e6b20Sghi$lang['4d'] = "4D - Cause";
25765cfcae3Sghi$lang['5d'] = "5D - Corrective action";
25865cfcae3Sghi$lang['6d'] = "6D - Preventive action";
25965cfcae3Sghi$lang['7d'] = "7D - Effectiveness evaluation";
26065cfcae3Sghi$lang['8d'] = "8D - Conclusion";
26165cfcae3Sghi
26265cfcae3Sghi$lang['number'] = 'Quantity';
26365cfcae3Sghi$lang['true_date'] = "Date";
26465cfcae3Sghi
26565cfcae3Sghi
266d21fa58cSghi$lang['report_issues'] = 'Issues';
267d21fa58cSghi$lang['report_tasks'] = 'Tasks';
268d21fa58cSghi$lang['report_causes'] = 'Causes';
269d21fa58cSghi$lang['report_priority'] = 'Raction time';
2707050d94cSghi$lang['report_subhead'] = 'for closed issues and tasks';
27165cfcae3Sghi
272d21fa58cSghi$lang['priority'] = 'Priority';
273d21fa58cSghi$lang['average'] = 'Average';
27465cfcae3Sghi
275d21fa58cSghi$lang['totalcost'] = 'Value';
276d21fa58cSghi$lang['report_total'] = 'Total';
27765cfcae3Sghi
27865cfcae3Sghi$lang['show'] = "show";
27965cfcae3Sghi
28065cfcae3Sghi$lang['by_last_activity'] = "Open, from latest to earliest";
28165cfcae3Sghi$lang['issues_by_last_activity'] = "Open problems, from latest to earliest";
28265cfcae3Sghi
28365cfcae3Sghi$lang['ns'] = "NA";
28465cfcae3Sghi
28565cfcae3Sghi$lang['ended'] = "Completed";
28665cfcae3Sghi
28765cfcae3Sghi//Mail
28865cfcae3Sghi$lang['new_task'] = "New task";
28965cfcae3Sghi$lang['new_issue'] = "New issue";
29065cfcae3Sghi$lang['send_mail'] = "Send";
29165cfcae3Sghi
29265cfcae3Sghi$lang['average_days'] = "Average time of task closing(days)";
29365cfcae3Sghi
29465cfcae3Sghi$lang['bds_switch_lang'] = "Wersja polska";
29529e1374dSghi
29629e1374dSghi$lang['comments'] = 'Comments';
2975536eef6Sghi
2985536eef6Sghi$lang['delete'] = 'Delete';
29912fd0ef2Sghi$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.';
3002f530577Sghi$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.';
30112fd0ef2Sghi
30238b5c5c4Sghi$lang['types_manage'] = 'Types of issues';
3033cc1f839Sghi
3043cc1f839Sghi$lang['sort'] = 'Sort';
3053cc1f839Sghi$lang['cancel'] = 'Cancel';
306a6dcc2a9Sghi
307a6dcc2a9Sghi$lang['menu_close_task'] = 'My tasks (%d)';
308a6dcc2a9Sghi$lang['menu_close_issue'] = 'My issues(%d)';
309a6dcc2a9Sghi$lang['menu_comment_issue'] = 'Opened issues (%d)';
310a6dcc2a9Sghi
311a6dcc2a9Sghi$lang['do_you_want_remove'] = 'Do you really want to remove this row?';
312a6dcc2a9Sghi$lang['yes'] = 'Yes';
313a6dcc2a9Sghi$lang['no'] = 'No';
31405c9d3bcSghi
31505c9d3bcSghi$lang['all'] = 'everything';
31685f5e5e7Sghi$lang['year'] = 'Year';
3177f853d3aSghi$lang['in_year'] = 'in year';
31885f5e5e7Sghi$lang['filter'] = 'Filter';
3198ce39bb5Sghi
3208ce39bb5Sghi$lang['close_issues'] = 'My issues';
3218ce39bb5Sghi$lang['close_tasks'] = 'My tasks';
3228ce39bb5Sghi
3238ce39bb5Sghi$lang['proposals'] = 'Proposals';
324eb950a4cSghi
325eb950a4cSghi$lang['show_tasks_hidden'] = 'Show closed and rejected tasks';
326eb950a4cSghi$lang['add_task'] = 'Add new task';
327127ad254Sghi
328127ad254Sghi$lang['save_without_changing_date'] = 'Save without changing date';
32975280174Sghi
33075280174Sghi$lang['sort_by_open_date'] = 'Sort by open date';
3312e8f2263Sghi
3322e8f2263Sghi$lang['issue_is_proposal'] = 'You cannot add causes and tasks until this issue is porposal.';
333510f3b21Sghi
334510f3b21Sghi$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.';
33527712358Sghi
33627712358Sghi$lang['add_cause'] = 'Add cause';
33727712358Sghi$lang['add_correction'] = 'Add correction';
33827712358Sghi
33927712358Sghi$lang['cause'] = 'cause';
34027712358Sghi$lang['pontential_cause'] = 'potential cause';
34127712358Sghi
34227712358Sghi$lang['cause_type'] = 'Cause type';
34327712358Sghi
34427712358Sghi$lang['type_default'] = 'normal';
34527712358Sghi$lang['type_potential'] = 'potential';
3469a30fd19Sghi
34776473fecSghi$lang['evaluation'] = 'Ocena';
3489a30fd19Sghi
34976473fecSghi$lang['rr_report'] = 'RR Report';
3509a30fd19Sghi
35176473fecSghi$lang['rr_team'] = 'Risk evaluation team';
35276473fecSghi$lang['rr_desc'] = 'Risk description';
35376473fecSghi$lang['rr_eval'] = 'Risk evaluacion';
35476473fecSghi$lang['rr_suceval'] = 'Effectiveness evalutation';
3559fbfe943Sghi
35676473fecSghi$lang['correction_nav'] = 'Corrections';
35776473fecSghi$lang['closed_tasks'] = 'Closed tasks';
35876473fecSghi$lang['root_causes'] = 'Cause categories';
359ea5c5471Sghi
36076473fecSghi$lang['version'] = 'version';
36176473fecSghi
36276473fecSghi$lang['issues_juxtaposition'] = 'Juxtaposition of issues';
36376473fecSghi$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks';
3646e94bebdSghi
3656e94bebdSghi$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.';
366489061b8Sghi$lang['issue_is_proposal'] = 'You cannot add causes and tasks until issue is proposal.';
367489061b8Sghi$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.';
368ac36b828Sghi$lang['cause_without_task'] = 'You cannot close the issue if you have some causes without tasks.';
369fc2a4337Sghi
370fc2a4337Sghi$lang['number_of_open'] = 'Number of open';
371fc2a4337Sghi$lang['number_of_close'] = 'Number of closed';
372*d2894507SSzymon Olewniczak$lang['number_of_close_on_time'] = 'Number of closed on time';
373*d2894507SSzymon Olewniczak$lang['number_of_close_off_time'] = 'Number of closed off time';
374fc2a4337Sghi$lang['diffirence'] = 'Diffirence';
375fc2a4337Sghi
376fc2a4337Sghi$lang['cost_of_open'] = 'Cost of open';
377fc2a4337Sghi
378fc2a4337Sghi$lang['average_of_close'] = 'Avarage close time';
379fc2a4337Sghi
380fc2a4337Sghi$lang['plan_date'] = 'Plan date';
381fc2a4337Sghi$lang['all_day_event'] = 'All day event';
382fc2a4337Sghi$lang['start_time'] = 'Start time';
383fc2a4337Sghi$lang['finish_time'] = 'Finish time';
384fc2a4337Sghi
385fc2a4337Sghi$lang['vald_valid_date_required'] = 'Valid date required.';
386fc2a4337Sghi$lang['vald_valid_start_hour_required'] = 'Valid start time required.';
387fc2a4337Sghi$lang['vald_valid_finish_hour_required'] = 'Valid finish time required.';
388fc2a4337Sghi
389168ecf58Sghi$lang['download_in_icalendar'] = 'iCalendar';
390168ecf58Sghi
391168ecf58Sghi$lang['task_types'] = 'Task types';
392168ecf58Sghi$lang['task_type'] = 'Typ zadań';
393168ecf58Sghi
394168ecf58Sghi$lang['programme'] = 'Programme';
395168ecf58Sghi
396168ecf58Sghi$lang['tasks_no_type'] = '--- without type ---';
397168ecf58Sghi
398168ecf58Sghi$lang ['plan'] = "Plan";
399168ecf58Sghi
400168ecf58Sghi$lang ['task_plan'] = "Plan";
401168ecf58Sghi$lang ['task_realization'] = "Realization";
402168ecf58Sghi
403168ecf58Sghi$lang ['month'] = "Month";
404168ecf58Sghi
405168ecf58Sghi$lang ['report_date'] = "Report date";
406168ecf58Sghi$lang ['close_date'] = "Close date";
407168ecf58Sghi
408168ecf58Sghi$lang['jan'] = 'January';
409168ecf58Sghi$lang['feb'] = 'February';
410168ecf58Sghi$lang['mar'] = 'March';
411168ecf58Sghi$lang['apr'] = 'April';
412168ecf58Sghi$lang['may'] = 'May';
413168ecf58Sghi$lang['june'] = 'June';
414168ecf58Sghi$lang['july'] = 'July';
415168ecf58Sghi$lang['aug'] = 'August';
416168ecf58Sghi$lang['sept'] = 'September';
417168ecf58Sghi$lang['oct'] = 'October';
418168ecf58Sghi$lang['nov'] = 'November';
419168ecf58Sghi$lang['dec'] = 'December';
420168ecf58Sghi
421168ecf58Sghi$lang['hours_no'] = 'Number of hours';
422168ecf58Sghi
423168ecf58Sghi$lang['show_desc'] = 'Show descriptions';
424168ecf58Sghi$lang['show_desc_and_eval'] = 'Show descrpitions and evaluations';
425168ecf58Sghi
426168ecf58Sghi$lang['hide_desc'] = 'Hide descripitons';
427168ecf58Sghi$lang['hide_desc_and_eval'] = 'Hide descripitons and evaluations';
428d6002863Sghi
429d6002863Sghi$lang['users'] = 'users';
430d6002863Sghi$lang['groups'] = 'groups';
4312c7864e8Sghi
4322c7864e8Sghi$lang['duplicate'] = 'Duplicate';
4335c5b6101SSzymon Olewniczak
4345c5b6101SSzymon Olewniczak$lang['show_issue'] = 'Show issue';
435c54650bdSSzymon Olewniczak
436c54650bdSSzymon Olewniczak$lang['select'] = 'select';
437