blob: d5d44eafc233037f43011a4bb1c33218199e910f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: barramenu_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Labs';
$TbMsg[1]='Actions';
$TbMsg[2]='Images';
$TbMsg[3]='Hardware';
$TbMsg[4]='Software';
$TbMsg[5]='Servers';
$TbMsg[6]='Menus';
$TbMsg[7]='Reserves';
$TbMsg[8]='Administration';
$TbMsg[9]='Icons';
?>
|