mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -12,71 +12,49 @@
|
||||
//define("MENLAN_4", "Only visible to:");//LAN_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");
|
||||
//define("MENLAN_16", "Configure"); // now in lan_admin.php
|
||||
define("MENLAN_17", "Move Up");
|
||||
define("MENLAN_18", "Move Down");
|
||||
define("MENLAN_19", "Move to Area");
|
||||
//define("MENLAN_20", "Visibility");//LAN_VISIBILITY
|
||||
|
||||
// define("MENLAN_21", "Visible to Guests only");
|
||||
define("MENLAN_22", "Inactive Menus");
|
||||
|
||||
define("MENLAN_23", "Move to bottom");
|
||||
define("MENLAN_24", "Move to top");
|
||||
define("MENLAN_25", "Action...");
|
||||
|
||||
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]");
|
||||
|
||||
//define("MENLAN_29", "Select Layout");
|
||||
define("MENLAN_30", "To see the menu areas and their positions for custom layouts, select the custom layout here.");
|
||||
define("MENLAN_31", "Default Layout");
|
||||
//define("MENLAN_32", "Newsheader Layout");
|
||||
define("MENLAN_33", "Custom Layout");
|
||||
define("MENLAN_34", "Embedded");
|
||||
//define("MENLAN_35", "Configure Menus"); now in lan_admin.php
|
||||
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.");
|
||||
|
||||
// --
|
||||
|
||||
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");//LAN_CUSTOM
|
||||
define("MENLAN_43", "Menu Preset Activated");
|
||||
|
||||
define("MENLAN_44", "Menu parameters");
|
||||
define("MENLAN_45", "Parameters (query string format):");
|
||||
|
||||
define("MENLAN_46", "[x] object not found. Try re-scanning plugin directories in Tools > Database.");
|
||||
define("MENLAN_47", "No Fields Set in");
|
||||
define("MENLAN_48", "Menu could not be loaded");
|
||||
define("MENLAN_49", "Your Menus");
|
||||
define("MENLAN_50", "Plugin Menus");
|
||||
define("MENLAN_51", "This layout does NOT contain any dynamic {MENU} areas.");
|
||||
define("MENLAN_52", "It DOES contain the following custom menus: ");
|
||||
define("MENLAN_53", "Go to Custom-Menu Area");
|
||||
define("MENLAN_54", "Theme Layout");
|
||||
define("MENLAN_55", "Menu Layout");
|
||||
define("MENLAN_56", "Custom Pages");
|
||||
define("MENLAN_57", "Drag-and-Drop Menus");
|
||||
define("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.");
|
||||
|
||||
define("MENLAN_59", "Area [x]");
|
||||
define("MENLAN_60", "This theme is using deprecated elements. All [x]HEADER and [x]FOOTER variables should be removed from theme.php.");
|
||||
|
||||
|
||||
|
||||
|
||||
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.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user