blob: 5c74cce15587257fbe99e0930a0e04f438bc6820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_menus_eng.php
// Idioma: Inglés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Items of the Menus';
$TbMsg[1]='Information about Menus';
$TbMsg[2]='Menu';
$TbMsg[3]='Menus information';
$TbMsg[4]='Properties of the items';
$TbMsg[5]='Properties';
$TbMsg[6]='Remove Item';
$TbMsg[7]='Title';
$TbMsg[8]='Publics Items Menu properties';
$TbMsg[9]='Coordinate x';
$TbMsg[10]='Coordinate y';
$TbMsg[11]='Modality';
$TbMsg[12]='Private Items Menu properties';
$TbMsg[13]='Public items';
$TbMsg[14]='Private items';
$TbMsg[15]='Item order';
$TbMsg[16]='Item literal';
$TbMsg[17]='Image name';
$TbMsg[18]='Simple menu';
$TbMsg[19]='Double menu';
$TbMsg[20]='Item key';
$TbMsg[21]='Computers with this menu';
$TbMsg[22]='Items';
?>
|