blob: b63611370d972157309e39537565d1a9e2686af9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//______________________________________________________________
//
// Fichero de idiomas php: propiedades_proyectores_esp.php
// Idioma: Español
//______________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]="Sin Opción";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestión Proyectores";
$TbMsg["PROP_IPADDR"]="Dirección IP";
$TbMsg["PROP_MODEL"]="Marca y Modelo";
$TbMsg["PROP_NAME"]="Nombre";
$TbMsg["PROP_TYPE"]="Tipo de Proyector";
|