blob: aa4d10b3f0a04aadc541e4934659da6fce6e5c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?
//________________________________________________________________________________________________________
//
// 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';
$TbMsg[10]='Exit';
$TbMsg[11]='Help';
$TbMsg[12]='Administrators';
$TbMsg[14]='Search';
?>
|