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['report'] = "Report of closed"; 8$lang['report_open'] = 'Raport of opened'; 9$lang['bez_tasks'] = 'Tasks'; 10 11$lang['issues'] = "Problems"; 12$lang['tasks'] = "Tasks"; 13$lang['reports'] = 'Registers'; 14 15$lang['issue'] = 'Issue'; 16$lang['task'] = 'Task'; 17 18$lang['report_issue'] = "Report a problem"; 19$lang['id'] = "No"; 20$lang['_id'] = "No"; 21$lang['type'] = "Type of problem"; 22$lang['just_type'] = 'Type'; 23$lang['title'] = "Title"; 24$lang['state'] = "Status"; 25$lang['reporter'] = "Person reporting the problem"; 26$lang['executor'] = "Performer"; 27$lang['coordinator'] = "Coordinator"; 28$lang['description'] = "Description"; 29$lang['date'] = "Reported"; 30$lang['last_mod_date'] = "last change"; 31$lang['opened_for'] = "Open since"; 32$lang['last_modified'] = "Last change"; 33$lang['last_modified_by'] = "Last changed by"; 34$lang['opened_tasks'] = "Open tasks"; 35 36$lang['entity'] = "Source of report"; 37$lang['entities'] = "Sources of report (one per line)"; 38$lang['entities_confirm'] = 'New sources of report saved.'; 39 40$lang['opinion'] = "Effectiveness evaluation"; 41$lang['root_cause'] = "Cause category"; 42$lang['causes'] = "Causes"; 43 44$lang['save'] = "Save"; 45$lang['proposal'] = "Proposal"; 46$lang['reported_by'] = "Reported by"; 47$lang['executor_not_specified'] = "Unspecified"; 48$lang['account_removed'] = "Removed account"; 49$lang['none'] = "none"; 50 51$lang['changes_history'] = "Change history"; 52$lang['add_comment'] = "Add comment"; 53$lang['add_task'] = "Add task"; 54$lang['change_issue'] = "Change the report of problem "; 55 56$lang['changed'] = "It has been changed"; 57$lang['changed_field'] = "It has been changed"; 58$lang['by'] = "by"; 59$lang['from'] = "from"; 60$lang['to'] = "to"; 61$lang['diff'] = "Differences"; 62$lang['comment'] = "Add"; 63$lang['replay'] = "Reply"; 64$lang['edit'] = "Edit"; 65$lang['change_task_state'] = "Change a status of task"; 66$lang['replay_to'] = "Reply to"; 67$lang['quoted_in'] = "Replies"; 68 69$lang['error_issue_id_not_specifed'] = "You didn't provide the row number, you are trying to read. "; 70$lang['error_issue_id_unknown'] = "Row you want to read does not exist."; 71$lang['error_db_connection'] = "Cannot connect to the database."; 72$lang['error_issue_insert'] = "The problem cannot be added. "; 73$lang['error_task_add'] = "You cannot add tasks. Access denied."; 74$lang['error_table_unknown'] = "The table dosn't exist."; 75$lang['error_report_unknown'] = "The report dosn't exist"; 76$lang['error_issue_report'] = 'You cannot add new issues.'; 77$lang['error_entity'] = 'You cannot add new soruces of report.'; 78$lang['error_issues'] = 'You cannot view issues.'; 79$lang['error_no_permission'] = 'You do not have permission to view this page.'; 80 81$lang['vald_root_cause'] = "Select cause category."; 82 83$lang['vald_type_required'] = "Specify a type of the problem"; 84$lang['vald_entity_required'] = "Choose a source of report from the list"; 85$lang['vald_title_required'] = "Provide a title."; 86$lang['vald_title_too_long'] = "Title is too long, max: %d characters."; 87$lang['vald_title_wrong_chars'] = "Forbidden characters in the title. Only letters, numbers, spaces, dashes, floors, points and commas are allowed."; 88 89$lang['vald_executor_required'] = "Choose the existing user or leave a problem unspecified."; 90$lang['vald_coordinator_required'] = "Coordinator has to be wiki user."; 91 92$lang['vald_desc_required'] = "Describe a problem"; 93$lang['vald_desc_too_long'] = "Too long description, max %d characters."; 94$lang['vald_opinion_too_long'] = "Effectiveness of evaluation is too long, max: %d characters."; 95$lang['vald_opinion_required'] = 'Effectiveness of evaluation is required.'; 96$lang['vald_cannot_give_opinion'] = "You cannot evaluate effectiveness when a problem is still open."; 97$lang['vald_cannot_give_reason'] = "You didn't change a status of the task."; 98 99$lang['vald_content_required'] = "Insert a text"; 100$lang['vald_content_too_long'] = "Text is too long, max: %d"; 101$lang['vald_replay_to_not_exists'] = "Comment dosn't exist"; 102$lang['vald_state_required'] = "Specified a status of problem"; 103$lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.'; 104 105$lang['vald_task_state_required'] = "Specified a status of task"; 106$lang['vald_task_state_tasks_not_closed'] = "You cannot close the problem before closing all the tasks. Open tasks: %t"; 107 108$lang['vald_executor_not_exists'] = "Specified performer is nor a user of REB."; 109$lang['vald_cost_too_big'] = "Cost is too high, max: %d"; 110$lang['vald_cost_wrong_format'] = "Cost should be integer."; 111$lang['vald_action_required'] = "Provide an action of the task"; 112 113$lang['vald_days_should_be_numeric'] = "Days have to be decimal."; 114 115$lang['vald_entity_too_long'] = 'Single source of report can have not have more than %d characters.'; 116$lang['vald_entity_no_ascii'] = 'Source of report contains non-ASCII charters.'; 117 118 119$lang['vald_type_wrong_chars'] = 'Type has to contain only numbers and letters.'; 120$lang['vald_type_required'] = 'You must provide type name in both languages.'; 121 122$lang['priority_marginal'] = 'marginal'; 123$lang['priority_important'] = 'important'; 124$lang['priority_crucial'] = 'crucial'; 125 126$lang['type_complaint'] = "complaint"; 127$lang['type_noneconformity'] = "nonconformity"; 128$lang['type_noneconformity_internal'] = 'internal noneconformity'; 129$lang['type_noneconformity_customer'] = 'customer noneconformity'; 130$lang['type_noneconformity_supplier'] = 'supplier noneconformity'; 131$lang['type_opportunity'] = 'opportunity'; 132$lang['type_threat'] = 'threat'; 133 134$lang['state_proposal'] = "proposal"; 135$lang['state_opened'] = "open"; 136$lang['state_rejected'] = "rejected"; 137$lang['state_closed'] = "closed"; 138 139$lang['reject_issue'] = 'Reject'; 140$lang['close_issue'] = 'Close'; 141 142$lang['just_now'] = "minute before"; 143$lang['seconds'] = "seconds"; 144$lang['minutes'] = "minutes"; 145$lang['hours'] = "hours"; 146$lang['days'] = "days"; 147$lang['ago'] = "ago"; 148 149$lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled."; 150$lang['reopen_issue'] = "Change a status of the problem"; 151$lang['add'] = "Add"; 152 153$lang['class'] = 'Action'; 154 155$lang['action'] = "Action"; 156 157$lang['open'] = "Open"; 158$lang['closed'] = "Closed"; 159 160$lang['cost'] = "Cost (PLN)"; 161$lang['executor'] = "Performer"; 162 163$lang['task_state'] = "Status"; 164$lang['reason'] = "Rejection reason"; 165 166$lang['task_added'] = "Task has been added"; 167$lang['task_changed'] = "Task has been changed"; 168$lang['task_rejected_header'] = "Task has been rejected"; 169$lang['task_closed'] = "Task has been completed"; 170$lang['task_reopened'] = "Task has been reopend"; 171$lang['comment_added'] = "Comment has been added"; 172$lang['comment_changed'] = "Comment has been changed"; 173 174$lang['cause_added'] = "Cause added"; 175$lang['cause_noun'] = "Cause"; 176$lang['change_cause_button'] = "Correct the cause"; 177$lang['added'] = 'Added'; 178 179 180$lang['replay_by_task'] = "Add task in replay"; 181$lang['change_made'] = "Change has been made"; 182 183$lang['change_comment'] = "Correct the comment"; 184$lang['change_comment_button'] = "Correct the comment"; 185$lang['change_task'] = "Change the task"; 186$lang['change_task_button'] = "Change the task"; 187 188$lang['preview'] = "preview"; 189$lang['next'] = "next"; 190 191$lang['version'] = "Version"; 192 193$lang['comment_noun'] = "Comment"; 194$lang['change'] = "Change"; 195$lang['task'] = "Task"; 196 197$lang['change_state_button'] = "Change the status"; 198 199 200$lang['correction'] = "Correction"; 201$lang['correction_h'] = 'Correction'; 202$lang['corrective_action'] = "Corrective action"; 203$lang['preventive_action'] = "Preventive action"; 204 205$lang['correction_add'] = 'Add correction'; 206$lang['corrective_action_add'] = 'Add corrective action'; 207$lang['preventive_action_add'] = 'Add preventive action'; 208 209$lang['show_all_tasks'] = 'Show all tasks'; 210 211$lang['none_comment'] = "none(comment)"; 212$lang['manpower'] = "Manpower"; 213$lang['method'] = "Method"; 214$lang['machine'] = "Machine"; 215$lang['material'] = "Material"; 216$lang['managment'] = "Management"; 217$lang['measurement'] = "Measurement"; 218$lang['money'] = "Money"; 219$lang['environment'] = "Environment"; 220$lang['communication'] = "Communication"; 221 222$lang['task_opened'] = "Open"; 223$lang ['task_done'] = "Done"; 224$lang ['task_rejected'] = "Rejected"; 225 226$lang ['task_do'] = 'Done'; 227$lang ['task_reject'] = 'Reject'; 228 229$lang['reason_reopen'] = "Reason for reopening "; 230$lang['reason_done'] = "Reason for closing"; 231$lang['reason_reject'] = "Reason for rejecting"; 232 233$lang['issue_created'] = "Reported"; 234 235$lang['issue_closed'] = "Problem has been closed"; 236$lang['issue_reopened'] = "Problem has been reopened"; 237 238$lang['issue_reopen'] = 'Reopen issue'; 239 240$lang['today'] = "Today"; 241$lang['yesterday'] = "Yesterday"; 242 243$lang['task_for'] = "for"; 244$lang['content'] = "Description"; 245 246$lang['8d_report'] = "8D Report"; 247$lang['8d_report_for'] = "for"; 248$lang['open_date'] = "Open date"; 249$lang['1d'] = "1D – Team"; 250$lang['2d'] = "2D – Problem"; 251$lang['3d'] = "3D – Cause"; 252$lang['4d'] = "4D - Correction"; 253$lang['5d'] = "5D - Corrective action"; 254$lang['6d'] = "6D - Preventive action"; 255$lang['7d'] = "7D - Effectiveness evaluation"; 256$lang['8d'] = "8D - Conclusion"; 257 258$lang['number'] = 'Quantity'; 259$lang['true_date'] = "Date"; 260 261 262$lang['report_issues'] = 'Issues'; 263$lang['report_tasks'] = 'Tasks'; 264$lang['report_causes'] = 'Causes'; 265$lang['report_priority'] = 'Raction time'; 266$lang['report_subhead'] = 'for closed issues and tasks'; 267 268$lang['priority'] = 'Priority'; 269$lang['average'] = 'Average'; 270 271$lang['totalcost'] = 'Value'; 272$lang['report_total'] = 'Total'; 273 274$lang['show'] = "show"; 275 276$lang['by_last_activity'] = "Open, from latest to earliest"; 277$lang['issues_by_last_activity'] = "Open problems, from latest to earliest"; 278 279$lang['ns'] = "NA"; 280 281$lang['ended'] = "Completed"; 282 283//Mail 284$lang['new_task'] = "New task"; 285$lang['new_issue'] = "New issue"; 286$lang['send_mail'] = "Send"; 287 288$lang['average_days'] = "Average time of task closing(days)"; 289 290$lang['bds_switch_lang'] = "Wersja polska"; 291 292$lang['comments'] = 'Comments'; 293 294$lang['delete'] = 'Delete'; 295$lang['info_no_causes_added'] = 'You have to add cause in order to add corrective and preventive actions.'; 296$lang['info_no_all_tasks_closed'] = 'You have to close all tasks before closing the problem.'; 297 298$lang['types_manage'] = 'Types of issues'; 299 300$lang['sort'] = 'Sort'; 301$lang['cancel'] = 'Cancel'; 302 303$lang['menu_close_task'] = 'My tasks (%d)'; 304$lang['menu_close_issue'] = 'My issues(%d)'; 305$lang['menu_comment_issue'] = 'Opened issues (%d)'; 306 307$lang['do_you_want_remove'] = 'Do you really want to remove this row?'; 308$lang['yes'] = 'Yes'; 309$lang['no'] = 'No'; 310 311$lang['all'] = 'everything'; 312$lang['year'] = 'Year'; 313$lang['in_year'] = 'in year'; 314$lang['filter'] = 'Filter'; 315 316$lang['close_issues'] = 'My issues'; 317$lang['close_tasks'] = 'My tasks'; 318 319$lang['proposals'] = 'Proposals'; 320 321$lang['show_tasks_hidden'] = 'Show closed and rejected tasks'; 322$lang['add_task'] = 'Add new task'; 323 324$lang['save_without_changing_date'] = 'Save without changing date'; 325 326$lang['sort_by_open_date'] = 'Sort by open date'; 327 328$lang['issue_is_proposal'] = 'You cannot add causes and tasks until this issue is porposal.'; 329 330$lang['casue_cant_remove'] = 'You cannot remove cause with related tasks.'; 331 332$lang['add_cause'] = 'Add cause'; 333$lang['add_correction'] = 'Add correction'; 334 335$lang['cause'] = 'cause'; 336$lang['pontential_cause'] = 'potential cause'; 337 338$lang['cause_type'] = 'Cause type'; 339 340$lang['type_default'] = 'normal'; 341$lang['type_potential'] = 'potential'; 342 343$lang['evaluation'] = 'Ocena'; 344 345$lang['rr_report'] = 'RR Report'; 346 347$lang['rr_team'] = 'Risk evaluation team'; 348$lang['rr_desc'] = 'Risk description'; 349$lang['rr_eval'] = 'Risk evaluacion'; 350$lang['rr_suceval'] = 'Effectiveness evalutation'; 351 352$lang['correction_nav'] = 'Corrections'; 353$lang['closed_tasks'] = 'Closed tasks'; 354$lang['root_causes'] = 'Cause categories'; 355 356$lang['version'] = 'version'; 357 358$lang['issues_juxtaposition'] = 'Juxtaposition of issues'; 359$lang['tasks_juxtaposition'] = 'Juxtaposition of tasks'; 360 361$lang['issue_unclosed_tasks'] = 'You cannot close issues until some tasks are not closed.'; 362$lang['issue_is_proposal'] = 'You cannot add causes and tasks until issue is proposal.'; 363$lang['issue_no_tasks'] = 'You cannot close the issue until it has no tasks.'; 364