15 lines
503 B
PHP
15 lines
503 B
PHP
<?
|
|
//________________________________________________________________________________________________________
|
|
//
|
|
// Fichero de idiomas php: propiedades_perfilsoftwares_esp.php
|
|
// Idioma: Español
|
|
//________________________________________________________________________________________________________
|
|
$TbMsg=array();
|
|
$TbMsg[0]="Sin Opción";
|
|
$TbMsg[1]="Insertar";
|
|
$TbMsg[2]="Modificar";
|
|
$TbMsg[3]="Eliminar";
|
|
$TbMsg[4]="Gestión de Perfiles software";
|
|
$TbMsg[5]="Nombre";
|
|
$TbMsg[6]="Comentarios";
|
|
?>
|