Viewing file: userlog.lang.php (1.69 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php // $Revision: 1.3 $
/************************************************************************/
/* phpAdsNew 2 */
/* =========== */
/* */
/* Copyright (c) 2001 by the phpAdsNew developers */
/* http://sourceforge.net/projects/phpadsnew */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
// Set translation strings
$GLOBALS['strDeliveryEngine'] = "Delivery Engine";
$GLOBALS['strMaintenance'] = "Maintenance";
$GLOBALS['strAdministrator'] = "Administrator";
$GLOBALS['strUserlog'] = array (
phpAds_actionAdvertiserReportMailed => "Report for advertiser {id} send by e-mail",
phpAds_actionPublisherReportMailed => "Report for publisher {id} send by e-mail",
phpAds_actionWarningMailed => "Deactivation warning for campaign {id} send by e-mail",
phpAds_actionDeactivationMailed => "Deactivation notification for campaign {id} send by e-mail",
phpAds_actionPriorityCalculation => "Priority recalculated",
phpAds_actionPriorityAutoTargeting => "Campaign targets recalculated",
phpAds_actionDeactiveCampaign => "Campaign {id} deactivated",
phpAds_actionActiveCampaign => "Campaign {id} activated"
);
?>
|