blob: d733bd9172fc5bf668cc00edb1fdd35174e1778a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: propiedades_ordenadores_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Delete";
$TbMsg[4]="Organizational Unit Management";
$TbMsg[5]="Unit Name";
$TbMsg[6]="Comments";
$TbMsg['DIR']="Directory";
$TbMsg['MSG_OGUNIT']="If you choose to separate by organizational units, directory <b>/opt/opengnsys/images</b><br> must content a subdirectory with the same name.";
|