blob: 7adf76d3e9a752e2cc30ffdfd911e93348a21b0c (
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
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: informacion_menus_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Menu Items';
$TbMsg[1]='Information about Menu';
$TbMsg[2]='Menu';
$TbMsg[3]='Menu information';
$TbMsg[4]='Item Properties';
$TbMsg[5]='Properties';
$TbMsg[6]='Delete Item';
$TbMsg[7]='Title';
$TbMsg[8]='Publics Items properties of Menu';
$TbMsg[9]='Coordinate x';
$TbMsg[10]='Coordinate y';
$TbMsg[11]='Modality';
$TbMsg[12]='Private Items properties of Menu';
$TbMsg[13]='Public items';
$TbMsg[14]='Private items';
$TbMsg[15]='Item sequence';
$TbMsg[16]='Action name';
$TbMsg[17]='Image Url';
$TbMsg[18]='Simple menu';
$TbMsg[19]='Double menu';
$TbMsg[20]='Item code';
$TbMsg[21]='Computers with this menu';
$TbMsg[22]='Items';
|