blob: 6b44d216b96da73b6b26e9e6f5641a861e235231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_ordenadores_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 Entidades";
$TbMsg[5]="Nombre de la Entidad";
$TbMsg[6]="Comentarios";
?>
|