Viewing file: userlog.lang.php (1.88 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php // $Revision: 1.1 $
/************************************************************************/
/* phpAdsNew 2 */
/* =========== */
/* */
/* Copyright (c) 2001 by the phpAdsNew developers */
/* http://sourceforge.net/projects/phpadsnew */
/* */
/* Translations by Francesco Lia */
/* */
/* 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'] = "Motore di Distribuzione";
$GLOBALS['strMaintenance'] = "Manutenzione";
$GLOBALS['strAdministrator'] = "Amministratore";
$GLOBALS['strUserlog'] = array (
phpAds_actionAdvertiserReportMailed => "Rapporto per inserzionista {id} spedito via email",
phpAds_actionPublisherReportMailed => "Rapporto per editore {id} spedito via email",
phpAds_actionWarningMailed => "Avvertimento disattivazione per campagna {id} spedito via email",
phpAds_actionDeactivationMailed => "Notifica disattivazione per campagna {id} spedito via email",
phpAds_actionPriorityCalculation => "Priorità ricalcolata",
phpAds_actionPriorityAutoTargeting => "Limiti giornalieri ricalcolati",
phpAds_actionDeactiveCampaign => "Campagna {id} disattivata",
phpAds_actionActiveCampaign => "Campagna {id} attivata"
);
?>
|