blob: 084b607e143123c333df82a4d6862543d3d3f733 (
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
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: accionmenu_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Items';
$TbMsg[1]='Menu items management';
$TbMsg[2]='Procedure';
$TbMsg[3]='Task';
$TbMsg[4]='Jobs';
$TbMsg[5]='Público';
$TbMsg[6]='Private';
$TbMsg[7]='Publics Items';
$TbMsg[8]='Privates Items';
$TbMsg[9]='Menu name';
$TbMsg[10]='Item type';
$TbMsg[11]='Image of the item';
$TbMsg[12]='Literal of the item';
$TbMsg[13]='Ord';
$TbMsg[14]='(*)To include some action in this menu you must click in the corresponding checkbox. For update click over image';
?>
|