blob: 023af70c248945b554ea213cf38829ef98db6e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: administracion_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Administración"';
$TbMsg[1]='"New entity group"';
$TbMsg[2]='"New entity entidad"';
$TbMsg[3]='"New Superadministrator"';
$TbMsg[4]='"Properties"';
$TbMsg[5]='"Remove"';
$TbMsg[6]='"Rename"';
$TbMsg[7]='"Remove Entity group"';
$TbMsg[8]='"New organizing unit"';
$TbMsg[9]='"New Administrator"';
?>
|