2006-12-02 04:36:16 +00:00
< ? php
/*
2013-03-24 19:44:14 +01:00
* Copyright ( C ) 2008 - 2013 e107 Inc ( e107 . org ), Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
*
* Admin Language File
*
2006-12-02 04:36:16 +00:00
*/
2013-03-24 19:44:14 +01:00
2006-12-02 04:36:16 +00:00
define ( " MENLAN_1 " , " Visible to all " );
define ( " MENLAN_2 " , " Visible to members only " );
define ( " MENLAN_3 " , " Visible to administrators only " );
define ( " MENLAN_4 " , " Only visible to: " );
// define("MENLAN_5", "class");
define ( " MENLAN_6 " , " Save visibility options " );
define ( " MENLAN_7 " , " Configure visibility options for " );
define ( " MENLAN_8 " , " Visibility options updated " );
define ( " MENLAN_9 " , " New custom menu installed " );
define ( " MENLAN_10 " , " New menu installed " );
define ( " MENLAN_11 " , " Menu removed " );
define ( " MENLAN_12 " , " Activate: choose area " );
define ( " MENLAN_13 " , " Activate in Area " );
define ( " MENLAN_14 " , " Area " );
define ( " MENLAN_15 " , " Deactivate " );
2009-07-15 09:38:00 +00:00
// define("MENLAN_16", "Configure"); // now in lan_admin.php
2006-12-02 04:36:16 +00:00
define ( " MENLAN_17 " , " Move Up " );
define ( " MENLAN_18 " , " Move Down " );
define ( " MENLAN_19 " , " Move to Area " );
2015-07-02 14:33:04 +01:00
//define("MENLAN_20", "Visibility");//LAN_VISIBILITY
2006-12-02 04:36:16 +00:00
// define("MENLAN_21", "Visible to Guests only");
define ( " MENLAN_22 " , " Inactive Menus " );
define ( " MENLAN_23 " , " Move to bottom " );
define ( " MENLAN_24 " , " Move to top " );
2013-04-14 17:06:02 -07:00
define ( " MENLAN_25 " , " Action... " );
2006-12-02 04:36:16 +00:00
2015-05-01 17:54:44 +02:00
define ( " MENLAN_26 " , " This menu will only be [b]SHOWN[/b] on the following pages " );
define ( " MENLAN_27 " , " This menu will only be [b]HIDDEN[/b] on the following pages " );
define ( " MENLAN_28 " , " Enter one page per line, enter enough of the url to distinguish it properly. If you need the ending of the url to match exactly, use a ! at the end of the page name. For example: [b]page.php?1![/b] " );
2006-12-02 04:36:16 +00:00
define ( " MENLAN_29 " , " Select Layout " );
2013-04-14 17:06:02 -07:00
define ( " MENLAN_30 " , " To see the menu areas and their positions for custom layouts, select the custom layout here. " );
2006-12-02 04:36:16 +00:00
define ( " MENLAN_31 " , " Default Layout " );
define ( " MENLAN_32 " , " Newsheader Layout " );
define ( " MENLAN_33 " , " Custom Layout " );
define ( " MENLAN_34 " , " Embedded " );
2009-07-15 09:38:00 +00:00
// define("MENLAN_35", "Configure Menus"); now in lan_admin.php
2006-12-02 04:36:16 +00:00
define ( " MENLAN_36 " , " Choose the menu(s) to activate " );
define ( " MENLAN_37 " , " and where to activate them. " );
define ( " MENLAN_38 " , " Hold down CTRL to select multiple menus. " );
2009-07-05 11:57:40 +00:00
// --
define ( " MENLAN_39 " , " Preset Area " );
define ( " MENLAN_40 " , " Use Menu Presets " );
define ( " MENLAN_41 " , " The position of all your menus for this layout will be lost. Do you still wish to continue? " );
define ( " MENLAN_42 " , " Custom " );
2009-07-16 02:55:19 +00:00
define ( " MENLAN_43 " , " Menu Preset Activated " );
2015-05-01 17:54:44 +02:00
define ( " MENLAN_44 " , " Menu parameters " );
define ( " MENLAN_45 " , " Parameters (query string format): " );
2006-12-02 04:36:16 +00:00
?>