mirror of
https://github.com/e107inc/e107.git
synced 2025-02-07 07:47:59 +01:00
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
/*
|
|
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Banner Menu Language File
|
|
*
|
|
*/
|
|
|
|
// DEPRECATED - ENTIRE LANGUAGE FILE MOVED INTO English_admin_banner.php
|
|
|
|
/*
|
|
define("BANNER_MENU_L1", "Advertisement");
|
|
define("BANNER_MENU_L2", "Banner menu configuration saved");
|
|
|
|
//v.617
|
|
define("BANNER_MENU_L3", "Caption");
|
|
define("BANNER_MENU_L4", "Campaign");
|
|
define("BANNER_MENU_L5", "Banner Menu Configuration");
|
|
define("BANNER_MENU_L6", "choose campaigns to show in menu");
|
|
define("BANNER_MENU_L7", "available campaigns");
|
|
define("BANNER_MENU_L8", "selected campaigns");
|
|
define("BANNER_MENU_L9", "remove selection");
|
|
define("BANNER_MENU_L10", "how should the selected campaigns be shown ?");
|
|
define("BANNER_MENU_L11", "choose render type ...");
|
|
define("BANNER_MENU_L12", "one campaign in single menu");
|
|
define("BANNER_MENU_L13", "all selected campaigns in single menu");
|
|
define("BANNER_MENU_L14", "all selected campaigns in separate menus");
|
|
define("BANNER_MENU_L15", "how many banners should be shown ?");
|
|
define("BANNER_MENU_L16", "this setting will only be used with options 2 and 3.<br />if less banners are present the maximum available amount will be used.");
|
|
define("BANNER_MENU_L17", "set amount ...");
|
|
//define("BANNER_MENU_L18", "Update Menu Settings");
|
|
//define('BANNER_MENU_L19', "Nothing changed - not saved");
|
|
*/
|
|
?>
|