mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Banner management/menu config ready;
Banlist administration - work in progress
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: lan_admin.php,v 1.14 2008-12-21 12:59:56 e107steved Exp $
|
||||
* $Id: lan_admin.php,v 1.15 2008-12-22 16:50:07 secretr Exp $
|
||||
*
|
||||
* Admin Language File
|
||||
*/
|
||||
@@ -216,7 +216,7 @@ define("LAN_SAVE","Save");
|
||||
define("LAN_SAVED","Saved");
|
||||
define("LAN_SETSAVED","Your settings have been saved");
|
||||
define("LAN_CONFIRMDEL","Please confirm you wish to delete");
|
||||
define("LAN_JSCONFIRM","Please confirm you wish to delete");
|
||||
define("LAN_JSCONFIRM","Are you sure?");
|
||||
define("LAN_OPTIONS","Options");
|
||||
define("LAN_PREFS","Preferences");
|
||||
define("LAN_DELETED","Successfully deleted");
|
||||
|
@@ -1,15 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_banner.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2008-08-26 19:45:22 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: lan_banner.php,v 1.3 2008-12-22 16:50:07 secretr Exp $
|
||||
*
|
||||
* Administration Language File
|
||||
*
|
||||
*/
|
||||
define("BNRLAN_1", "Banner deleted.");
|
||||
define("BNRLAN_1", "Banner #%d deleted.");
|
||||
define("BNRLAN_2", "Please confirm you wish to delete this banner - once deleted it cannot be retrieved");
|
||||
define("BNRLAN_5", "Confirm Delete Banner");
|
||||
define("BNRLAN_6", "Delete cancelled.");
|
||||
@@ -27,11 +24,9 @@ define("BNRLAN_21", "Ends");
|
||||
define("BNRLAN_22", "Update Banner");
|
||||
define("BNRLAN_23", "Add New Banner");
|
||||
define("BNRLAN_24", "Campaign");
|
||||
define("BNRLAN_25", "choose existing campaign");
|
||||
define("BNRLAN_26", "enter new campaign");
|
||||
|
||||
define("BNRLAN_27", "Client");
|
||||
define("BNRLAN_28", "choose existing client");
|
||||
define("BNRLAN_29", "enter new client");
|
||||
|
||||
define("BNRLAN_30", "Client Login");
|
||||
define("BNRLAN_31", "Client Password");
|
||||
define("BNRLAN_32", "Banner Image");
|
||||
@@ -48,26 +43,38 @@ define("BNRLAN_42", "Banner Rotation System");
|
||||
define("BNRLAN_43", "Choose banner image");
|
||||
define("BNRLAN_45", "Starts");
|
||||
define("BNRLAN_46", "Code");
|
||||
define("BNRLAN_58", "banner front page");
|
||||
define("BNRLAN_59", "create new banner");
|
||||
define("BNRLAN_58", "Banner front page");
|
||||
define("BNRLAN_59", "Create new banner");
|
||||
define("BNRLAN_60", "campaigns");
|
||||
define("BNRLAN_61", "banner menu ");
|
||||
define("BNRLAN_62", "banner options");
|
||||
define("BNRLAN_61", "Banner menu");
|
||||
define("BNRLAN_62", "Banner Options");
|
||||
define("BNRLAN_63", "Banner Created");
|
||||
define("BNRLAN_64", "Banner Updated");
|
||||
|
||||
define("BANNER_MENU_L1", "Advertisement");
|
||||
define("BANNER_MENU_L2", "Banner menu configuration saved");
|
||||
define("BANNER_MENU_L3", "Caption");
|
||||
define("BANNER_MENU_L5", "Banner Configuration");
|
||||
//define("BANNER_MENU_L5", "Banner 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_L7", "available campaigns");
|
||||
//define("BANNER_MENU_L8", "selected campaigns");
|
||||
//define("BANNER_MENU_L9", "remove selection");
|
||||
define("BANNER_MENU_L10", "Render type");
|
||||
//define("BANNER_MENU_L12", "plain");
|
||||
//define("BANNER_MENU_L13", "in captioned box");
|
||||
define("BANNER_MENU_L18", "Update Menu Settings");
|
||||
define("BANNER_MENU_L19", "number of banners to show:<br />this is only used when multiple campaigns are selected");
|
||||
|
||||
define("BNRLAN_25", "add new or choose existing campaign");
|
||||
define("BNRLAN_26", "enter new campaign");
|
||||
define("BNRLAN_26a", "New Campaign");
|
||||
define("BNRLAN_28", "add new or choose existing client");
|
||||
define("BNRLAN_29", "enter new client");
|
||||
define("BNRLAN_29a", "New Client");
|
||||
|
||||
define("BNRLAN_65", "Stats");
|
||||
define("BNRLAN_66", "N/A");
|
||||
|
||||
define("BNRLAN_67", "No campaigns yet.");
|
||||
define("BNRLAN_68", "Banner Menu Configuration");
|
||||
?>
|
Reference in New Issue
Block a user