mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
022ceb9997
Replace duplicates with common terms in Banner Plugin. Created this TODO term also LAN_DEFAULT_TABLE_DATA - for use in other plugins too.
72 lines
2.6 KiB
PHP
72 lines
2.6 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2016 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*/
|
|
|
|
|
|
define("BNRLAN_00", "No banners created yet."); // 15
|
|
define("BNRLAN_01", "Banner ID not found.");
|
|
|
|
// define("BNRLAN_1", "Client"); //27
|
|
// define("BNRLAN_2", "Clickthroughs");
|
|
// define("BNRLAN_3", "Click %");
|
|
// define("BNRLAN_4", "Impressions");
|
|
// define("BNRLAN_5", "Impressions Left");
|
|
|
|
// define("BNRLAN_6", "Unlimited"); // 35
|
|
//define("BNRLAN_7", "Stats"); // 65 LAN_STATS
|
|
//define("BNRLAN_8", "N/A"); // 66 BANNERLAN_31
|
|
//define("BNRLAN_9", "Starts"); // 45 //LAN_START
|
|
//define("BNRLAN_10", "Ends"); // 21 //LAN_END
|
|
|
|
define("BNRLAN_11", "Campaign"); // 24
|
|
define("BNRLAN_12", "Client Login"); // 30
|
|
//define("BNRLAN_13", "Client Password"); //31
|
|
//define("BNRLAN_14", "Banner Image"); // 32 LAN_IMAGE
|
|
define("BNRLAN_15", "Click URL"); // 33
|
|
define("BNRLAN_16", "Number of impressions purchased"); // 34
|
|
//define("BNRLAN_17", "Start Date"); // 36 //LAN_START
|
|
//define("BNRLAN_18", "End Date"); //37 //LAN_END
|
|
|
|
// 19 - 24 extra space
|
|
|
|
define("BNRLAN_25", "Add new or choose existing campaign");
|
|
// define("BNRLAN_26", "Enter new campaign");
|
|
// define("BNRLAN_27", "New Campaign"); // 26a
|
|
define("BNRLAN_28", "Add new or choose existing client");
|
|
define("BNRLAN_29", "Enter new client");
|
|
//define("BNRLAN_30", "New Client"); // 29a
|
|
|
|
define("BNRLAN_31", "No limit when left blank."); // 38
|
|
define("BNRLAN_32", "Choose banner image"); // 43
|
|
define("BNRLAN_33", "Code"); //46
|
|
|
|
// 34 - 35 extra space
|
|
|
|
define("BNRLAN_35", "Banner menu"); // 61
|
|
//define("BNRLAN_36", "Banner Menu Configuration"); //68
|
|
|
|
//define("BNRLAN_37", "Caption"); // BANNER_MENU_L3 LAN_CAPTION
|
|
define("BNRLAN_38", "Advertisement"); // BANNER_MENU_L1
|
|
|
|
define("BNRLAN_39", "Campaigns to show in menu"); // BANNER_MENU_L6
|
|
define("BNRLAN_40", "No campaigns yet."); // 67
|
|
|
|
define("BNRLAN_41", "Number of banners to show"); // BANNER_MENU_L19
|
|
define("BNRLAN_42", "This is only used when multiple campaigns are selected."); // BANNER_MENU_L20
|
|
|
|
define("BNRLAN_43", "How to show the campaigns?"); // BANNER_MENU_L10
|
|
define("BNRLAN_44", "Choose render type ..."); // BANNER_MENU_L11
|
|
define("BNRLAN_45", "One campaign rendered in a single menu"); // BANNER_MENU_L12
|
|
define("BNRLAN_46", "All selected campaigns rendered in one single menu"); // BANNER_MENU_L13
|
|
define("BNRLAN_47", "All selected campaigns rendered in separate menus"); // BANNER_MENU_L14
|
|
define("BNRLAN_48", "All selected campaigns (no box rendering)");
|
|
|
|
//define("BNRLAN_49", "Tooltip");//LAN_TOOLTIP Linkwords also
|
|
?>
|