1<?php 2/** 3 * English language file 4 * 5 * @author J. Ferre 6 */ 7 8$lang['panel_24rj'] = "Insert a panel 24 ports with no name"; 9$lang['panel_1x24'] = "Insert a panel 24 ports with name"; 10$lang['panel_1x48'] = "Insert a panel 48 ports with name"; 11$lang['panel_2x24'] = "Insert a panel 48 ports with two names"; 12$lang['panel_2x12'] = "Insert a panel 2x12 ports with name"; 13$lang['panel_4x12'] = "Insert a panel 4x12 ports with two names"; 14$lang['panel_logo'] = "Insert a panel 24 ports with logo"; 15$lang['panel_ears'] = "Insert a panel 24 ports with fixings"; 16$lang['panel_info'] = "Documentation and bug reports: https://github.com/GreenItSolutions/dokuwiki-plugin-switchpanel"; 17$lang['name_1x24a'] = "24 ports on 1U (01-24)"; 18$lang['name_1x48a'] = "48 ports on 2U (01-48)"; 19$lang['name_2x24a'] = "48 ports on 2U (01-24)"; 20$lang['name_2x24b'] = "48 ports on 2U (25-48)"; 21$lang['name_2x12a'] = "2x12 ports on 1U (01-12 & 13-24)"; 22$lang['name_4x12a'] = "4x12 ports on 2U (01-12 & 13-24)"; 23$lang['name_4x12b'] = "4x12 ports on 2U (25-36 & 37-48)"; 24$lang['name_logo'] = "Panel with logo"; 25$lang['name_ears'] = "Panel with fixings without logo"; 26$lang['rj'] = "RJ45 port"; 27$lang['of'] = "OF port"; 28$lang['2of'] = "2xOF port"; 29$lang['gbic'] = "Gbic port"; 30$lang['serial'] = "Serial port"; 31$lang['close'] = "Closed port"; 32$lang['none'] = "No port"; 33$lang['syntax'] = "List of options for a port"; 34$lang['port_of'] = "Optical Fiber"; 35$lang['port_2of'] = "Dual Fiber"; 36$lang['port_gbic'] = "Gbic port"; 37$lang['port_close'] = "Closed"; 38$lang['port_serial'] = "Serial port"; 39$lang['port_title'] = "Info"; 40$lang['port_url'] = "http://link.address"; 41 42//Setup VIM: ex: et ts=2 enc=utf-8 : 43