2009-07-23 16:43:03 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
|
|
*
|
|
|
|
* Administration Language File
|
|
|
|
*
|
|
|
|
*/
|
2013-02-28 17:48:18 +01:00
|
|
|
|
2013-03-26 13:02:28 +01:00
|
|
|
define("BNRLAN_00", "No banners created yet."); // 15
|
2013-03-03 15:42:56 +01:00
|
|
|
define("BNRLAN_01", "Banner ID not found.");
|
|
|
|
|
2015-01-30 20:29:01 -08:00
|
|
|
// define("BNRLAN_1", "Client"); //27
|
2015-01-31 01:09:25 -08:00
|
|
|
// define("BNRLAN_2", "Clickthroughs");
|
|
|
|
// define("BNRLAN_3", "Click %");
|
|
|
|
// define("BNRLAN_4", "Impressions");
|
|
|
|
// define("BNRLAN_5", "Impressions Left");
|
2013-03-03 15:42:56 +01:00
|
|
|
|
2015-01-31 01:09:25 -08:00
|
|
|
// define("BNRLAN_6", "Unlimited"); // 35
|
2013-03-03 15:42:56 +01:00
|
|
|
define("BNRLAN_7", "Stats"); // 65
|
|
|
|
define("BNRLAN_8", "N/A"); // 66
|
|
|
|
define("BNRLAN_9", "Starts"); // 45
|
|
|
|
define("BNRLAN_10", "Ends"); // 21
|
|
|
|
|
|
|
|
define("BNRLAN_11", "Campaign"); // 24
|
|
|
|
define("BNRLAN_12", "Client Login"); // 30
|
|
|
|
define("BNRLAN_13", "Client Password"); //31
|
|
|
|
define("BNRLAN_14", "Banner Image"); // 32
|
|
|
|
define("BNRLAN_15", "Click URL"); // 33
|
|
|
|
define("BNRLAN_16", "Number of impressions purchased"); // 34
|
|
|
|
define("BNRLAN_17", "Start Date"); // 36
|
|
|
|
define("BNRLAN_18", "End Date"); //37
|
|
|
|
|
|
|
|
// 19 - 24 extra space
|
|
|
|
|
|
|
|
define("BNRLAN_25", "Add new or choose existing campaign");
|
2015-01-31 01:09:25 -08:00
|
|
|
// define("BNRLAN_26", "Enter new campaign");
|
|
|
|
// define("BNRLAN_27", "New Campaign"); // 26a
|
2013-03-03 15:42:56 +01:00
|
|
|
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
|
|
|
|
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 in a single menu"); // BANNER_MENU_L12
|
|
|
|
define("BNRLAN_46", "All selected campaigns in one single menu"); // BANNER_MENU_L13
|
2015-02-07 22:20:31 -08:00
|
|
|
define("BNRLAN_47", "All selected campaigns in separate menus"); // BANNER_MENU_L14
|
2013-03-03 15:42:56 +01:00
|
|
|
|
2009-07-23 16:43:03 +00:00
|
|
|
?>
|