mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
56 lines
2.1 KiB
PHP
56 lines
2.1 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2017 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Language file - Site Links Admin
|
|
*
|
|
*/
|
|
|
|
// define("LCLAN_1", "Options Saved");
|
|
// define("LCLAN_2", "Saving link to database.");
|
|
// define("LCLAN_3", "Updating link in database.");
|
|
// define("LCLAN_4", "Link deleted.");
|
|
// define("LCLAN_6", "Order updated.");
|
|
// define("LCLAN_8", "Site Navigation Links");
|
|
// define("LCLAN_12", "Link Rendertype");
|
|
// define("LCLAN_13", "Render");
|
|
//define("LCLAN_15", "Link Name");//LAN_NAME
|
|
// define("LCLAN_16", "Link URL");
|
|
// define("LCLAN_17", "Link Description");
|
|
// define("LCLAN_18", "Link Button / Icon");
|
|
|
|
return [
|
|
'LCLAN_19' => "Link Open Type",
|
|
'LCLAN_20' => "Opens in same window",
|
|
'LCLAN_23' => "Opens in new window",
|
|
'LCLAN_24' => "Opens in 600x400 mini-window",
|
|
'LCLAN_78' => "Show Description as Screen-Tip",
|
|
'LCLAN_79' => "Description will be shown when the mouse hovers over the link",
|
|
'LCLAN_80' => "Activate expanding sub-menus",
|
|
'LCLAN_81' => "Sub-menus will display only after clicking their parent. (Link parent is disabled)",
|
|
'LCLAN_105' => "Function",
|
|
'LCLAN_106' => "Owned by",
|
|
'LCLAN_107' => "Enable to override URL with a dynamically created Search-Engine-Friendly URL",
|
|
'LCLAN_108' => "Some selections omitted - you can't set Link as a Sublink of its Sublink.",
|
|
'LCLAN_109' => "Please choose a parent",
|
|
'LCLAN_110' => "Please choose a generator module",
|
|
'LCLAN_111' => "Not valid generator module data",
|
|
'LCLAN_112' => "1 - Main",
|
|
'LCLAN_113' => "2 - Sidebar",
|
|
'LCLAN_114' => "3 - Footer",
|
|
'LCLAN_115' => "Alt",
|
|
'LCLAN_116' => "(Unassigned)",
|
|
'LINKLAN_1' => "Opens in 800x600 window",
|
|
'LINKLAN_4' => "Sublink Generator",
|
|
'LINKLAN_5' => "Generate Sublinks",
|
|
'LINKLAN_6' => "Create sublinks from",
|
|
'LINKLAN_7' => "Create sublinks under which link?",
|
|
'LINKLAN_8' => "News Categories",
|
|
'LINKLAN_9' => "Download Categories",
|
|
'LINKLAN_10' => "Theme Shortcodes",
|
|
];
|