<?php
/**
 * English language file
 *
 * @author J. Ferre
 */

$lang['panel_24rj']  = "Insert a panel 24 ports with no name";
$lang['panel_1x24']  = "Insert a panel 24 ports with name";
$lang['panel_1x48']  = "Insert a panel 48 ports with name";
$lang['panel_2x24']  = "Insert a panel 48 ports with two names";
$lang['panel_2x12']  = "Insert a panel 2x12 ports with name";
$lang['panel_4x12']  = "Insert a panel 4x12 ports with two names";
$lang['panel_logo']  = "Insert a panel 24 ports with logo";
$lang['panel_ears']  = "Insert a panel 24 ports with fixings";
$lang['panel_info']  = "Documentation and bug reports: https://github.com/GreenItSolutions/dokuwiki-plugin-switchpanel";
$lang['name_1x24a']  = "24 ports on 1U (01-24)";
$lang['name_1x48a']  = "48 ports on 2U (01-48)";
$lang['name_2x24a']  = "48 ports on 2U (01-24)";
$lang['name_2x24b']  = "48 ports on 2U (25-48)";
$lang['name_2x12a']  = "2x12 ports on 1U (01-12 & 13-24)";
$lang['name_4x12a']  = "4x12 ports on 2U (01-12 & 13-24)";
$lang['name_4x12b']  = "4x12 ports on 2U (25-36 & 37-48)";
$lang['name_logo']   = "Panel with logo";
$lang['name_ears']   = "Panel with fixings without logo";
$lang['rj']          = "RJ45 port";
$lang['of']          = "OF port";
$lang['2of']         = "2xOF port";
$lang['gbic']        = "Gbic port";
$lang['serial']      = "Serial port";
$lang['close']       = "Closed port";
$lang['none']        = "No port";
$lang['syntax']      = "List of options for a port";
$lang['port_of']     = "Optical Fiber";
$lang['port_2of']    = "Dual Fiber";
$lang['port_gbic']   = "Gbic port";
$lang['port_close']  = "Closed";
$lang['port_serial'] = "Serial port";
$lang['port_title']  = "Info";
$lang['port_url']    = "http://link.address";

//Setup VIM: ex: et ts=2 enc=utf-8 :
