blob: ba1b0395f7bf3dbd0eb4e7abc92a38464ca5067f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_perfilsoftwares_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="Software Profiles Management";
$TbMsg[5]="Name";
$TbMsg[6]="Comments";
?>
|