<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP

if (!defined('_ECRIRE_INC_VERSION')) return;


$GLOBALS[$GLOBALS['idx_lang']] = array(

	// B
	"bouton_subscribe" => "Subscribe to the Newsletter",
	"bouton_unsubscribe" => "Unsubscribe from the Newsletter",
	'bouton_unsubscribe_all' => 'Unsubscribe from ALL Newsletters',

	// L
	"label_email_subscribe" => "Email",
	"label_email_unsubscribe" => "Email",
	"label_link_unsubscribe" => "Unsubscribe from this Newsletter",

	// S
	"subscribe_message_ok" => "Your subscription with the address @email@ has been taken into account",
	'subscribe_message_ok_confirm' => 'A mail has been sent to @email@ to let you confirm your subscription.',
	'subscribe_message_ok_confirm_invite_singulier' => 'A mail has been sent to email @email@ with an invitation to subscribe.',
	'subscribe_message_ok_confirm_invite_pluriel' => 'A mail has been sent to emails @email@ with an invitation to subscribe.',
	"unsubscribe_message_ok" => "The address @email@ has been delisted from the Newsletter",


);

?>