diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/accionmenu_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/accionmenu_eng.php | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/accionmenu_eng.php b/admin/WebConsole/idiomas/php/eng/accionmenu_eng.php index 084b607e..1e7389b1 100644 --- a/admin/WebConsole/idiomas/php/eng/accionmenu_eng.php +++ b/admin/WebConsole/idiomas/php/eng/accionmenu_eng.php @@ -1,25 +1,22 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: accionmenu_eng.php -// Idioma: Ingés +// 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]='Jobs'; - $TbMsg[5]='Público'; + $TbMsg[4]='Menus'; + $TbMsg[5]='Public'; $TbMsg[6]='Private'; - $TbMsg[7]='Publics Items'; - $TbMsg[8]='Privates Items'; + $TbMsg[7]='Public Items'; + $TbMsg[8]='Private Items'; $TbMsg[9]='Menu name'; $TbMsg[10]='Item type'; - $TbMsg[11]='Image of the item'; - $TbMsg[12]='Literal of the item'; + $TbMsg[11]='Item Pic'; + $TbMsg[12]='Item Literal'; $TbMsg[13]='Ord'; - $TbMsg[14]='(*)To include some action in this menu you must click in the corresponding checkbox. For update click over image'; - - -?>
\ No newline at end of file + $TbMsg[14]='(*)To add or exclude any action to this menu you must click the appropiate checkbox. Click image to update'; |