1<?php 2/** 3 * English language file for bugzillaxmlrpc plugin 4 * 5 * @author Yuri Timofeev <tim4dev@gmail.com> 6 */ 7 8$lang['bug'] = 'Bug'; 9$lang['title'] = 'Detail Bug #'; 10$lang['opened'] = 'Opened'; 11$lang['bug_status'] = 'Status'; 12$lang['deadline'] = 'Deadline'; 13$lang['error_prefix'] = 'Message from Bugzilla WebService'; 14 15