PHPLIST version 3.0.12
Hallo I’m using the Italian version in the interface an all work ok
I’ve a problem with the place-holders [FORWARD] and [UNSUBSCRIBE] putting in my message:
Se pensi che questa Newsletter possa interessare qualcuno dei tuoi amici, inserisci l’email e fai click su [FORWARD]
and
Se non desidera più ricevere le nostre informazioni può cliccare sul bottone [UNSUBSCRIBE]
When the subscriber receive the message, this place-holders are translate in English and noti in Italian.
GUI interface: Italian
file: phplist/texts/italian.inc exist with
$strUnsubscribe = “Annulla l’iscrizione”;
…
$strClickHere = ‘Clicca qui’;
in the /phplist/admin/sendemaillib.php is set
$language_module = “italian.inc”;
I’ve look in sendemaillib.php file and the function function sendEmail
global $strThisLink,$strUnsubscribe,$PoweredByImage,$PoweredByText,$cached,$website,$counters;
The variable $strUnsubscribe are set with english text
what can I do ?