XOOPS  2.6.0
menu.php
Go to the documentation of this file.
1 <?php
2 
3 // Traslaction by timgno
4 
5 define ('_MENU_XMF_GOTOMOD', 'Vai al modulo');
6 define ('_MENU_XMF_PREFERENCES', 'Preferenze');
7 define ('_MENU_XMF_COMMENTS', 'Commenti');
8 define ('_MENU_XMF_UPDATE', 'Aggiorna');
9 define ('_MENU_XMF_ABOUT', 'Info');
10 define ('_MENU_XMF_BLOCKS', 'Blocchi');
11 define ('_MENU_XMF_IMPORT', 'Importa');
12 define ('_MENU_XMF_CLONE', 'Clona');
13 define ('_MENU_XMF_HELP', 'Guida');
14 ?>