From MODx Wiki
<?
/* 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ésinscrire';
$l_password = 'Mot de passe';
$login = 'Connection';
$loggedin = 'Connecté';
$l_wrong = 'Mauvais';
$l_subject = 'Sujet';
$l_page = 'Page';
$sent = 'Le mail &aagrave; été envoyé';
$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 être fait sous 48h.";
$l_confirmed = "Confirmé, à partir de maintenant vous recevrez notre lettre d'information.";
$l_falseconfirmation = "Ce code de confirmation n'existe pas. Peut être avez vous déja confirmé votre inscription?";
$l_removed = 'Vous avez été supprimé de notre liste.';
$l_id = 'ID';
$l_email = 'email';
$l_date = 'date';
$l_delete = 'efface';
$l_deleted = 'effacé';
$l_amnotactivated = 'Nombre non activé';
$l_48hours = 'Plus vieux que 48 heures';
$l_removenotactivated = 'Efface toute les demande non activé depuis 48h';
$l_amountsubscribed = 'Nombre de personnes inscrite';
$l_alreadysubscribed = 'Cette adresse est déja inscrite';
$l_notsubscribed = "Cette adresse n'est pas inscrite";
$l_notactivated = "Cette adresse n'est pas encore activé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é';
$l_logout = 'Déconnecté';
$msg_activate1 = "Merci de vous être inscrit à notre lettre d'information.. Cliquer sur le lien pour confirmer votre inscription. Vous avez 48h pour procéder, sinon votre adresse email sera supprimé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é';
?>
<code>