blob: 1e7389b193ec305e1b73316b55be8813b771e359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: accionmenu_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Items';
$TbMsg[1]='Menu items management';
$TbMsg[2]='Procedure';
$TbMsg[3]='Task';
$TbMsg[4]='Menus';
$TbMsg[5]='Public';
$TbMsg[6]='Private';
$TbMsg[7]='Public Items';
$TbMsg[8]='Private Items';
$TbMsg[9]='Menu name';
$TbMsg[10]='Item type';
$TbMsg[11]='Item Pic';
$TbMsg[12]='Item Literal';
$TbMsg[13]='Ord';
$TbMsg[14]='(*)To add or exclude any action to this menu you must click the appropiate checkbox. Click image to update';
|