blob: c96dea6913f41dab154b6f8ab717d7456f6e31e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_servidoresdhcp_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sin Opción";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestión Servidores Dhcp";
$TbMsg[5]="Nombre del Servidor";
$TbMsg[6]="Dirección IP";
$TbMsg[7]="Comentarios";
?>
|