mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
38 lines
1.4 KiB
PHP
38 lines
1.4 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_banner.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:38 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
define("PAGE_NAME", "Banner");
|
|
|
|
define("BANNERLAN_16", "Username: ");
|
|
define("BANNERLAN_17", "Password: ");
|
|
define("BANNERLAN_18", "Continue");
|
|
define("BANNERLAN_19", "Please enter your client login and password to continue");
|
|
define("BANNERLAN_20", "Sorry, unable to find those details in the database. Please contact the site administrator for details.");
|
|
define("BANNERLAN_21", "Banners Statistics");
|
|
define("BANNERLAN_22", "Client");
|
|
define("BANNERLAN_23", "Banner ID");
|
|
define("BANNERLAN_24", "Clickthroughs");
|
|
define("BANNERLAN_25", "Click %");
|
|
define("BANNERLAN_26", "Impressions");
|
|
define("BANNERLAN_27", "Impressions Purchased");
|
|
define("BANNERLAN_28", "Impressions Left");
|
|
define("BANNERLAN_29", "No banners");
|
|
define("BANNERLAN_30", "Unlimited");
|
|
define("BANNERLAN_31", "Not applicable");
|
|
define("BANNERLAN_32", "Yes");
|
|
define("BANNERLAN_33", "No");
|
|
define("BANNERLAN_34", "Ends:");
|
|
define("BANNERLAN_35", "Clickthrough IP addresses");
|
|
define("BANNERLAN_36", "Active:");
|
|
define("BANNERLAN_37", "Starts:");
|
|
define("BANNERLAN_38", "Error");
|
|
|
|
?>
|