blob: 6f9887de52563bd317ad4727dfe8d1417a289588 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// 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 Usuarios";
$TbMsg[5]="Usuario";
$TbMsg[6]="Password";
$TbMsg[7]="Nombre completo";
$TbMsg[8]="E-mail";
$TbMsg[9]="Unidad organizativa";
$TbMsg[10]="Idioma ";
?>
|