blob: dd6fb44fc703cb5b8406333f96351622443c8f72 (
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_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="User Management";
$TbMsg[5]="User";
$TbMsg[6]="Password";
$TbMsg[7]="Name";
$TbMsg[8]="E-mail";
$TbMsg[9]="Organizing Unit";
$TbMsg[10]="Language ";
?>
|