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