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