blob: 9b414a2f3b0258c18377d2ec8b0f11dec39f1efb (
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
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_menus_eng.php
// Idioma: Ingé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]='Privates Items Menu properties';
$TbMsg[13]='Publics items';
$TbMsg[14]='Privates 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';
?>
|