mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
61 lines
2.8 KiB
PHP
61 lines
2.8 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2016 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
//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:");//LAN_VISIBLE_TO
|
|
// define("MENLAN_5", "class");
|
|
//define("MENLAN_6", "Save visibility options");
|
|
|
|
return [
|
|
'MENLAN_7' => "Configure visibility options for",
|
|
'MENLAN_10' => "New menu installed",
|
|
'MENLAN_11' => "Menu removed",
|
|
'MENLAN_13' => "Activate in Area",
|
|
'MENLAN_14' => "Area",
|
|
'MENLAN_15' => "Deactivate",
|
|
'MENLAN_17' => "Move Up",
|
|
'MENLAN_18' => "Move Down",
|
|
'MENLAN_19' => "Move to Area",
|
|
'MENLAN_22' => "Inactive Menus",
|
|
'MENLAN_23' => "Move to bottom",
|
|
'MENLAN_24' => "Move to top",
|
|
'MENLAN_25' => "Action...",
|
|
'MENLAN_26' => "This menu will only be [b]SHOWN[/b] on the following pages",
|
|
'MENLAN_27' => "This menu will only be [b]HIDDEN[/b] on the following pages",
|
|
'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]",
|
|
'MENLAN_30' => "To see the menu areas and their positions for custom layouts, select the custom layout here.",
|
|
'MENLAN_31' => "Default Layout",
|
|
'MENLAN_33' => "Custom Layout",
|
|
'MENLAN_34' => "Embedded",
|
|
'MENLAN_36' => "Choose the menu(s) to activate",
|
|
'MENLAN_37' => "and where to activate them.",
|
|
'MENLAN_39' => "Preset Area",
|
|
'MENLAN_40' => "Use Menu Presets",
|
|
'MENLAN_41' => "The position of all your menus for this layout will be lost. Do you still wish to continue?",
|
|
'MENLAN_43' => "Menu Preset Activated",
|
|
'MENLAN_44' => "Menu parameters",
|
|
'MENLAN_45' => "Parameters (query string format):",
|
|
'MENLAN_46' => "[x] object not found. Try re-scanning plugin directories in Tools > Database.",
|
|
'MENLAN_47' => "No Fields Set in",
|
|
'MENLAN_48' => "Menu could not be loaded",
|
|
'MENLAN_49' => "Your Menus",
|
|
'MENLAN_50' => "Plugin Menus",
|
|
'MENLAN_51' => "This layout does NOT contain any dynamic {MENU} areas.",
|
|
'MENLAN_52' => "It DOES contain the following custom menus:",
|
|
'MENLAN_53' => "Go to Custom-Menu Area",
|
|
'MENLAN_54' => "Theme Layout",
|
|
'MENLAN_55' => "Menu Layout",
|
|
'MENLAN_56' => "Custom Pages",
|
|
'MENLAN_57' => "Drag-and-Drop Menus",
|
|
'MENLAN_58' => "The Menu-Manager allows you to place and arrange your menus within your theme template. Hover over the sub-areas to modify existing menu items.",
|
|
'MENLAN_59' => "Area [x]",
|
|
'MENLAN_60' => "This theme is using deprecated elements. All [x]HEADER and [x]FOOTER variables should be removed from theme.php.",
|
|
];
|