blob: f8d3bfeb14c71ab06fa1abeea0de114b3c330750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_ordenadores_eng.php
// Idioma: Inglé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]="Organitative Unit";
$TbMsg[10]="Language ";
$TbMsg[11]="Super-Administrator";
$TbMsg[12]="Administrator";
$TbMsg[13]="Operator";
?>
|