blob: 12d660231725ce29db2447396fb2c137a0ea1183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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]="Entity Management";
$TbMsg[5]="Name of Entity";
$TbMsg[6]="Comments";
$TbMsg['OGUNIT']="Separate Organizational Units";
|