KoopsMaillingListX fr-FR

From MODx Wiki

Jump to: navigation, search
<?
/*    Copyright Jasper Koops 2006
    This file is part of Koops Mailinglist.
 
    Koops Mailinglist 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, or
    any later version.
 
    Koops Mailinglist is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
    along with Foobar; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
	
    Last Modified 29-07-2006  
	
    support@koops-projects.com
 
********************************************************************************    
    
    Ported to MODx 12-08-2006 by sottwell@sottwell.com
 
********************************************************************************
	
*/
$l_mailinglist = "Entrez votre adresse email pour vous inscrire à notre lettre d'information:";
$l_submit = 'Soumettre';
$l_subscribe = "S'inscrire";
$l_unsubscribe = 'D&eacute;sinscrire';
$l_password = 'Mot de passe';
$login = 'Connection';
$loggedin = 'Connect&eacute;';
$l_wrong = 'Mauvais';
$l_subject = 'Sujet'; 
$l_page = 'Page';
$sent = 'Le mail &aagrave; &eacute;t&eacute; envoy&eacute;';
$l_notvalid = "Cette adresse email n'est pas valide.";
$l_added = "D'ici quelques minutes vous recevrez un eMail d'activation. Cliquer sur le lien du message pour confirmer votre inscription.
			Ceci doit &ecirc;tre fait sous 48h.";
$l_confirmed = "Confirm&eacute;, à partir de maintenant vous recevrez notre lettre d'information.";
$l_falseconfirmation = "Ce code de confirmation n'existe pas. Peut &ecirc;tre avez vous d&eacute;ja confirm&eacute; votre inscription?";
$l_removed = 'Vous avez &eacute;t&eacute; supprim&eacute; de notre liste.';
 
$l_id = 'ID';
$l_email = 'email';
$l_date = 'date';
$l_delete = 'efface';
$l_deleted = 'effac&eacute;';
$l_amnotactivated = 'Nombre non activ&eacute;';
$l_48hours = 'Plus vieux que 48 heures';
$l_removenotactivated = 'Efface toute les demande non activ&eacute; depuis 48h';
$l_amountsubscribed = 'Nombre de personnes inscrite';
$l_alreadysubscribed = 'Cette adresse est d&eacute;ja inscrite';
$l_notsubscribed = "Cette adresse n'est pas inscrite";
$l_notactivated = "Cette adresse n'est pas encore activ&eacute;e";
 
 
$l_installwelcome = "<b>Koops Mailinglist Installer<br/></b>Before you proceed, you need to have configured config.php properly.
					Click on next to prepare the database. After that Koops Mailinglist is installed and ready for use. Read install.txt
					for more instructions about installing Koops Mailinglist on your website.
					<br/><br/><b>Do not forget to remove install.php when the installation is completed!</b><br/><br/>";
 
$l_next = 'Next'; 
 
$l_installationsucces = 'The installation is completed. Read install.txt for more instructions about installing Koops Mailinglist on your website.';
 
$l_installerror = '<b>Error</b><br/>An error occured during the installation, are you sure you configured config.php properly? The 
					error message is below:<br/>';							
					
$l_home = 'Principal';
$l_sendmail = 'Envoi Mail';
$l_list = 'Liste';
$l_help = 'Aide';
$l_notactivated = 'Non Activ&eacute;';
$l_logout = 'D&eacute;connect&eacute;';			
 
$msg_activate1 = "Merci de vous &ecirc;tre inscrit à notre lettre d'information.. Cliquer sur le lien pour confirmer votre inscription. Vous avez 48h pour proc&eacute;der, sinon votre adresse email sera supprim&eacute;e
					<br/><br/>";					
					
					
$msg_activate2 = "Salutation,<br/><br/>
					
					Webmaster";
					
//~ $l_firefoxproblem = "Vous ne pouvez pas saisir dans les champs cidessous? cliquer sur l'icone 'Nouvelle page' .";
 
$l_registration = 'Enregistrement';
$l_activate = 'Activ&eacute;';
?>
<code>
Personal tools