source: admin/WebConsole/idiomas/php/eng/informacion_menus_eng.php @ 814c308

Last change on this file since 814c308 was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 989 bytes
Line 
1<?
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: informacion_menus_eng.php
5//      Idioma: Inglés
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg[0]='Items of the Menus';
9        $TbMsg[1]='Information about Menus';
10        $TbMsg[2]='Menu';
11        $TbMsg[3]='Menus information';
12        $TbMsg[4]='Properties of the items';
13        $TbMsg[5]='Properties';
14        $TbMsg[6]='Remove Item';
15        $TbMsg[7]='Title';
16        $TbMsg[8]='Publics Items Menu properties';
17        $TbMsg[9]='Coordinate x';
18        $TbMsg[10]='Coordinate y';
19        $TbMsg[11]='Modality';
20        $TbMsg[12]='Private Items Menu properties';
21        $TbMsg[13]='Public items';
22        $TbMsg[14]='Private items';
23        $TbMsg[15]='Item order';
24        $TbMsg[16]='Item literal';
25        $TbMsg[17]='Image name';
26        $TbMsg[18]='Simple menu';
27        $TbMsg[19]='Double menu';
28        $TbMsg[20]='Item key';
29        $TbMsg[21]='Computers with this menu';
30        $TbMsg[22]='Items';
31?>
32
Note: See TracBrowser for help on using the repository browser.