XOOPS  2.6.0
admin.php
Go to the documentation of this file.
1 <?php
2 // Author: Trabis
3 // URL: http://www.xuups.com
4 // E-Mail: lusopoemas@gmail.com
5 
6 define('_AM_MENUS_MENU_TITLE',"Title");
7 define('_AM_MENUS_MENU_ALTTITLE',"Alt title");
8 define('_AM_MENUS_MENU_LINK',"Link");
9 define('_AM_MENUS_MENU_PARENT',"Parent menu");
10 define('_AM_MENUS_MENU_VISIBLE',"Visible");
11 define('_AM_MENUS_MENU_TARGET',"Target");
12 define('_AM_MENUS_MENU_GROUPS',"Groups");
13 define('_AM_MENUS_MENU_GROUPS_HELP',"Choose groups which can view this link");
14 define('_AM_MENUS_MENU_HOOKS',"Hooks");
15 define('_AM_MENUS_MENU_IMAGE',"Image");
16 define('_AM_MENUS_MENU_CSS',"Css");
17 
18 define('_AM_MENUS_MENU_ACCESS_FILTER',"Access filter");
19 
20 define('_AM_MENUS_ADD_MENUS',"Add a menu");
21 define('_AM_MENUS_LIST_MENUS',"List of menus");
22 define('_AM_MENUS_EDIT_MENUS',"Edit a menu");
23 define('_AM_MENUS_SAVE',"Menu saved");
24 
25 define('_AM_MENUS_MENU_TARG_SELF',"Self");
26 define('_AM_MENUS_MENU_TARG_BLANK',"Blank");
27 define('_AM_MENUS_MENU_TARG_PARENT',"Parent");
28 define('_AM_MENUS_MENU_TARG_TOP',"Top");
29 
30 define('_AM_MENUS_ACTION_GOTO_MENU',"Go to Menu");
31 define('_AM_MENUS_ACTION_TOGGLE',"Toggle visibility");
32 define('_AM_MENUS_ACTION_UP',"Move menu up");
33 define('_AM_MENUS_ACTION_DOWN',"Move menu down");
34 
35 define('_AM_MENUS_MSG_SUCCESS',"Done!");
36 define("_AM_MENUS_MSG_SUREDEL","Are you sure you want to delete this menu?");
37 define('_AM_MENUS_MSG_NOTFOUND',"No entries found!");
38 define('_AM_MENUS_MSG_NOMENUS',"Please create a menu first!");