mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
35 lines
1.5 KiB
PHP
35 lines
1.5 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/banner/languages/English_menu_banner.php,v $
|
|
| $Revision: 1.1 $
|
|
| $Date: 2009-09-18 22:20:39 $
|
|
| $Author: e107coders $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
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');
|
|
|
|
?>
|