- Author: gilles69
- Date: 2006-08-27 14:34:22 -0400 (Sun, 27 Aug 2006)
- New Revision: 248
- Modified:
- trunk/traductions/modules/formicula/pnlang/fra/admin.php
- trunk/traductions/modules/formicula/pnlang/fra/adminapi.php
- trunk/traductions/modules/formicula/pnlang/fra/init.php
- trunk/traductions/modules/formicula/pnlang/fra/user.php
- trunk/traductions/modules/formicula/pnlang/fra/userapi.php
- trunk/traductions/modules/formicula/pnlang/fra/version.php
- Log:
- traduction de YokaV !
- Modified: trunk/traductions/modules/formicula/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/admin.php 2006-08-26 20:51:32 UTC (rev 247)
- +++ trunk/traductions/modules/formicula/pnlang/fra/admin.php 2006-08-27 18:34:22 UTC (rev 248)
- @@ -1,63 +1,69 @@
- -<?php
- -// $Id: admin.php 47 2006-08-26 14:07:25Z landseer $
- -// ----------------------------------------------------------------------
- -// Original Author of file: Sebastian Fränk
- -// Purpose of file: english Translation Files
- -// ----------------------------------------------------------------------
- -//
- -
- -//new
- -define('_FOR_EXCLUDEFROMSPAMCHECK', 'Do not use spam check in these forms<br />(comma separated list of form ids, e.g. embedded forms in pagesetter. The redirect may not work here correctly');
- -define('_FOR_ACTIVATESPAMCHECK', 'Activate spamcheck<br />(make sure you the necessary form fields<br />are available, see the docs for more information');
- -define('_FOR_VISITHOMEPAGE', 'Visit Formicula on NOC');
- -define('_FOR_ILLEGALEMAIL', 'invalid email address detected');
- -define('_FOR_SENDERINFO', 'Use this information in the users confirmation mail');
- -define('_FOR_SENDERNAME', 'Sender name');
- -define('_FOR_SENDEREMAIL', 'Sender email');
- -define('_FOR_SENDERSUBJECT', 'Subject');
- -define('_FOR_SENDERSUBJECTHINT', '
- -with <ul>
- - <li>%s = sitename</li>
- - <li>%l = slogan</li>
- - <li>%u = site url</li>
- - <li>%c = contacts sender name</li>
- - <li>%n<num> = user defined field name <num></li>
- - <li>%d<num> = user defined field data <num></li>
- -</ul>
- -');
- -
- -//original
- -define( '_FOR_ADDCONTACT','Add contact' );
- -define( '_FOR_CANCELDELETE','Cancel deletion routine' );
- -define( '_FOR_CONFIRMDELETE','Click here to delete this contact' );
- -define( '_FOR_CONTACTID','ID' );
- -define( '_FOR_DELETE','Delete contact' );
- -define( '_FOR_DELETECONTACT','Delete contact' );
- -define( '_FOR_DELETEUPLOADEDFILE','Delete file after sending' );
- -define( '_FOR_EDIT','Edit contact' );
- -define( '_FOR_EDITCONFIG','Change configuration' );
- -define( '_FOR_EDITCONTACT','Edit contact' );
- -define( '_FOR_EMAIL','Email' );
- -define( '_FOR_FORMICULA','Formicula!' );
- -define( '_FOR_NAME','Contact name' );
- -define( '_FOR_OPTIONS','Options' );
- -define( '_FOR_PUBLIC', 'Public' );
- -define( '_FOR_SENDUSER','Send confirmation email to user?' );
- -define( '_FOR_SHOWCOMMENT', 'Show comments textarea' );
- -define( '_FOR_SHOWCOMPANY','Show company?' );
- -define( '_FOR_SHOWLOCATION','Show location?' );
- -define( '_FOR_SHOWPHONE','Show phone number?' );
- -define( '_FOR_SHOWURL','Show URL?' );
- -define( '_FOR_UPLOADDIRNOTWRITABLE','The webserver cannot write into this folder!' );
- -define( '_FOR_UPLOADFILEDIR', 'Folder for uploaded files' );
- -define( '_FOR_VIEWCONTACT','View contacts' );
- -
- -if( !defined(_FOR_BADAUTHKEY) ) { define('_FOR_BADAUTHKEY', 'Bad AuthKey'); }
- -if( !defined(_FOR_CONTACTCREATED) ) { define('_FOR_CONTACTCREATED', 'Contact created'); }
- -if( !defined(_FOR_CONTACTDELETED) ) { define('_FOR_CONTACTDELETED', 'Contact has been Delete'); }
- -if( !defined(_FOR_CONTACTUPDATED) ) { define('_FOR_CONTACTUPDATED', 'Contact info has been updated'); }
- -if( !defined(_FOR_ERRORCREATINGCONTACT) ) { define('_FOR_ERRORCREATINGCONTACT', 'Unable to create contact!'); }
- -if( !defined(_FOR_NOAUTH) ) { define('_FOR_NOAUTH', 'You are not allowed to administer the Formicula module!'); }
- -if( !defined(_FOR_NOSUCHCONTACT) ) { define('_FOR_NOSUCHCONTACT', 'We do not have a contact with that name.'); }
- -
- -?>
- +<?php
- +// $Id: admin.php 47 2006-08-26 14:07:25Z landseer $
- +// ----------------------------------------------------------------------
- +// Original Author of file: Sebastian Fränk
- +// Purpose of file: english Translation Files
- +// ----------------------------------------------------------------------
- +//
- +
- +//new
- +define('_FOR_EXCLUDEFROMSPAMCHECK', 'Ne pas activer l\'anti-spam pour ces formulaires
- +(utiliser la virgule pour séparer les ID des formulaires,
- +ex : formulaires incorporés dans pagesetter. La redirection
- +peut ne pas fonctionner correctement pour ceux-ci)');
- +define('_FOR_ACTIVATESPAMCHECK', 'Activer l\'anti-spam
- +(il faut être certain que les champs
- +du formulaire soient disponibles,
- +lire la documentation pour plus d\'informations)
- +');
- +define('_FOR_VISITHOMEPAGE', 'Se rendre sur le NOC de Formicula');
- +define('_FOR_ILLEGALEMAIL', 'Adresse e-mail invalide détectée');
- +define('_FOR_SENDERINFO', 'Utiliser cette information dans le mail de confirmation envoyé à l\'expéditeur');
- +define('_FOR_SENDERNAME', 'Nom de l\'expéditeur');
- +define('_FOR_SENDEREMAIL', 'E-mail de l\'expéditeur');
- +define('_FOR_SENDERSUBJECT', 'Sujet');
- +define('_FOR_SENDERSUBJECTHINT', '
- +avec <ul>
- + <li>%s = nom du site</li>
- + <li>%l = slogan du site</li>
- + <li>%u = url du site</li>
- + <li>%c = nom de l\'expéditeur</li>
- + <li>%n<num> = nom de champ défini pour l\'utilisateur<num></li>
- + <li>%d<num> = nom de champ défini pour les données<num></li>
- +</ul>
- +');
- +
- +//original
- +define( '_FOR_ADDCONTACT','Ajouter un contact' );
- +define( '_FOR_CANCELDELETE','Annuler la supression automatique' ); //?? Cancel deletion routine
- +define( '_FOR_CONFIRMDELETE','Cliquer ici pour supprimer ce contact' );
- +define( '_FOR_CONTACTID','ID' );
- +define( '_FOR_DELETE','Supprimer le contact' );
- +define( '_FOR_DELETECONTACT','Supprimer le contact' );
- +define( '_FOR_DELETEUPLOADEDFILE','Supprimer le fichier après l\'envoi' );
- +define( '_FOR_EDIT','Editer le contact' );
- +define( '_FOR_EDITCONFIG','Modifier la configuration' );
- +define( '_FOR_EDITCONTACT','Editer le contact' );
- +define( '_FOR_EMAIL','E-mail' );
- +define( '_FOR_FORMICULA','Formicula!' );
- +define( '_FOR_NAME','Nom du contact' );
- +define( '_FOR_OPTIONS','Options' );
- +define( '_FOR_PUBLIC', 'Public' );
- +define( '_FOR_SENDUSER','Envoyer un e-mail de confirmation à l\'expéditeur ?' );
- +define( '_FOR_SHOWCOMMENT', 'Afficher la zone de commentaire' );
- +define( '_FOR_SHOWCOMPANY','Afficher la société ?' );
- +define( '_FOR_SHOWLOCATION','Afficher l\'adresse?' );
- +define( '_FOR_SHOWPHONE','Afficher le numéro de téléphone ?' );
- +define( '_FOR_SHOWURL','Afficher l\'url ?' );
- +define( '_FOR_UPLOADDIRNOTWRITABLE','Le serveur ne peut pas écrire dans ce dossier !' );
- +define( '_FOR_UPLOADFILEDIR', 'Dossier d\'upload des fichiers' );
- +define( '_FOR_VIEWCONTACT','Afficher les contacts' );
- +
- +if( !defined(_FOR_BADAUTHKEY) ) { define('_FOR_BADAUTHKEY', 'Mauvaise clé d\'authentification'); }
- +if( !defined(_FOR_CONTACTCREATED) ) { define('_FOR_CONTACTCREATED', 'Contact créé'); }
- +if( !defined(_FOR_CONTACTDELETED) ) { define('_FOR_CONTACTDELETED', 'Contact supprimé'); }
- +if( !defined(_FOR_CONTACTUPDATED) ) { define('_FOR_CONTACTUPDATED', 'Contact mis à jour'); }
- +if( !defined(_FOR_ERRORCREATINGCONTACT) ) { define('_FOR_ERRORCREATINGCONTACT', 'Impossible de créer le contact !'); }
- +if( !defined(_FOR_NOAUTH) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé d\'administrer le module Formicula !'); }
- +if( !defined(_FOR_NOSUCHCONTACT) ) { define('_FOR_NOSUCHCONTACT', 'Nous n\'avons pas de contact ayant ce nom.'); }
- +?>
- Modified: trunk/traductions/modules/formicula/pnlang/fra/adminapi.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 2006-08-26 20:51:32 UTC (rev 247)
- +++ trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 2006-08-27 18:34:22 UTC (rev 248)
- @@ -1,15 +1,15 @@
- -<?php
- -
- -// made with DefineMachine 0.4 (c) Frank Schummertz, frank.schummertz@landseer-stuttgart.de, 22.03.2003
- -// sourcefile : /var/www/modules/formicula/pnadminapi.php
- -// defines read from /var/www/modules/formicula/pnlang/eng
- -// file created on Thursday 12th February 2004 20:14:12
- -
- -//new
- -
- -//existing
- -if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'You have no authorization for this action'); }
- -if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'No contacts found.'); }
- -if( !defined( _FOR_NOSUCHCONTACT ) ) { define('_FOR_NOSUCHCONTACT', 'Unkown Contact'); }
- -
- +<?php
- +
- +// made with DefineMachine 0.4 (c) Frank Schummertz, frank.schummertz@landseer-stuttgart.de, 22.03.2003
- +// sourcefile : /var/www/modules/formicula/pnadminapi.php
- +// defines read from /var/www/modules/formicula/pnlang/eng
- +// file created on Thursday 12th February 2004 20:14:12
- +
- +//new
- +
- +//existing
- +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé à faire cela'); }
- +if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'Pas de contacts trouvé.'); }
- +if( !defined( _FOR_NOSUCHCONTACT ) ) { define('_FOR_NOSUCHCONTACT', 'Contact inconnu'); }
- +
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/modules/formicula/pnlang/fra/init.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/init.php 2006-08-26 20:51:32 UTC (rev 247)
- +++ trunk/traductions/modules/formicula/pnlang/fra/init.php 2006-08-27 18:34:22 UTC (rev 248)
- @@ -1,34 +1,34 @@
- -<?php
- -// $Id: init.php 52 2006-08-26 16:07:13Z landseer $
- -// ----------------------------------------------------------------------
- -// POST-NUKE Content Management System
- -// Copyright (C) 2002 by the PostNuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program 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.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -
- -//new
- -define('_FOR_EMAILFROM', 'Email from');
- -define('_FOR_CREATETABLEFAILED', 'could not create table');
- -define('_FOR_ALTERTABLEFAILED', 'could not alter table');
- -define('_FOR_DELETETABLEFAILED', 'could not delete table');
- -
- -
- +<?php
- +// $Id: init.php 52 2006-08-26 16:07:13Z landseer $
- +// ----------------------------------------------------------------------
- +// POST-NUKE Content Management System
- +// Copyright (C) 2002 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program 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.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +
- +//new
- +define('_FOR_EMAILFROM', 'E-mail en provenance de');
- +define('_FOR_CREATETABLEFAILED', 'impossible de créer la table');
- +define('_FOR_ALTERTABLEFAILED', 'impossible de modifier la table');
- +define('_FOR_DELETETABLEFAILED', 'impossible de supprimer la table');
- +
- +
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/modules/formicula/pnlang/fra/user.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/user.php 2006-08-26 20:51:32 UTC (rev 247)
- +++ trunk/traductions/modules/formicula/pnlang/fra/user.php 2006-08-27 18:34:22 UTC (rev 248)
- @@ -1,79 +1,79 @@
- -<?php
- -// $Id: user.php 41 2006-08-26 10:22:30Z landseer $
- -// ----------------------------------------------------------------------
- -// POST-NUKE Content Management System
- -// Copyright (C) 2001 by the Post-Nuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program 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.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -// Original Author of file: Sebastian Fränk
- -// Purpose of file: English Translation files
- -// Translation team: Read credits in /docs/CREDITS.txt
- -// ----------------------------------------------------------------------
- -
- -//new
- -define('_FOR_WRONGCAPTCHA', 'Mauvais en mathématiques? Vous devez être meilleur! Essayez encore.');
- -define('_FOR_SIMPLEMATHEQUATION', 'Merci de donner la réponse à ce simple calcul.');
- -define('_FOR_ADVICE_EMAIL', 'Merci d\'entrer une adresse valide de la forme example@example.com');
- -define('_FOR_ADVICE_URL', 'Merci d\'entrer une adresse internet valide de la forme http://www.example.com');
- -define('_FOR_ADVICE_MANDATORY', 'This is a mandatory field.');
- -define('_FOR_UPLOADLIMIT', '(Upload, max. 2MB)');
- -
- -//existing
- -define( '_FOR_BACK', 'Back to Contact Form' );
- -define( '_FOR_COMMENT', 'Comment' );
- -define( '_FOR_COMPANY', 'Company' );
- -define( '_FOR_CONTACTTITLE', 'Contact our team' );
- -define( '_FOR_EMAIL', 'Your Email' );
- -define( '_FOR_ERROR', 'There is an error in your form' );
- -define( '_FOR_ERRORSENDINGUSERMAIL', 'There was an internal error when sending confirmation mail' );
- -define( '_FOR_HTMLMAIL', 'HTML' );
- -define( '_FOR_LOCATION', 'Location' );
- -define( '_FOR_MUSTBE', 'Mandatory field' );
- -define( '_FOR_NAME', 'Your Name' );
- -define( '_FOR_ONLINEAPPLYAS', 'Apply as' );
- -define( '_FOR_ONLINEBIRTHDATE', 'Date of birth' );
- -define( '_FOR_ONLINECOUNTRY', 'Country' );
- -define( '_FOR_ONLINEDATE', 'Entry date' );
- -define( '_FOR_ONLINEJOBAPPLY', 'Apply online!' );
- -define( '_FOR_ONLINEPRIVACY', 'Thanks for applying, we will keep your data strictly confidential' );
- -define( '_FOR_ONLINESALARY', 'Salary' );
- -define( '_FOR_ONLINESTREET', 'Street' );
- -define( '_FOR_ONLINEZIPCITY', 'Zip City' );
- -define( '_FOR_PHONE', 'Phone Number' );
- -define( '_FOR_RESUME','Resume');
- -define( '_FOR_SEND', 'Send' );
- -define( '_FOR_SENDTOADMIN', 'This data was sent to us:');
- -define( '_FOR_SENDTOUSER', 'Confirmation of your submission will be emailed to you in a few minutes.' );
- -define( '_FOR_TEXTMAIL', 'Text' );
- -define( '_FOR_THANKS', 'Thank you for your questions/comments to our website!<br>We will reply as soon as possible.' );
- -define( '_FOR_THEME', 'Contact or Theme' );
- -define( '_FOR_UPLOADERROR1', 'upload-error: file too big (php.ini)' );
- -define( '_FOR_UPLOADERROR2', 'upload-error: file too big (form)' );
- -define( '_FOR_UPLOADERROR3', 'upload-error: file received partially' );
- -define( '_FOR_UPLOADERROR4', 'upload-error: no file received' );
- -define( '_FOR_URL', 'Homepage' );
- -define( '_FOR_USERMAILFORMAT', 'Email Format' );
- -
- -if( !defined( _FOR_ERRORSENDINGMAIL ) ) { define('_FOR_ERRORSENDINGMAIL', 'There was an error sending the email.'); }
- -if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'No authorization for this action.'); }
- -if( !defined( _FOR_NOAUTHFORFORM ) ) { define('_FOR_NOAUTHFORFORM', 'No authorization for this form.'); }
- -
- +<?php
- +// $Id: user.php 41 2006-08-26 10:22:30Z landseer $
- +// ----------------------------------------------------------------------
- +// POST-NUKE Content Management System
- +// Copyright (C) 2001 by the Post-Nuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program 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.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +// Original Author of file: Sebastian Fränk
- +// Purpose of file: English Translation files
- +// Translation team: Read credits in /docs/CREDITS.txt
- +// ----------------------------------------------------------------------
- +
- +//new
- +define('_FOR_WRONGCAPTCHA', 'Mauvais en mathématiques ? Vous pouvez faire mieux, réessayez.');
- +define('_FOR_SIMPLEMATHEQUATION', 'Svp résolvez ce simple problème de math');
- +define('_FOR_ADVICE_EMAIL', 'Svp entrez une adresse e-mail valide. ex : nom@exemple.com.');
- +define('_FOR_ADVICE_URL', 'Svp entrez un site internet valide. ex : http://www.exemple.com.');
- +define('_FOR_ADVICE_MANDATORY', 'Ceci est un champ obligatoire.');
- +define('_FOR_UPLOADLIMIT', '(Upload, max. 2MB)');
- +
- +//existing
- +define( '_FOR_BACK', 'Revenir au formulaire de contact' );
- +define( '_FOR_COMMENT', 'Commentaire' );
- +define( '_FOR_COMPANY', 'Société' );
- +define( '_FOR_CONTACTTITLE', 'Contacter notre groupe' );
- +define( '_FOR_EMAIL', 'E-mail' );
- +define( '_FOR_ERROR', 'Il y a une erreur dans votre formulaire' );
- +define( '_FOR_ERRORSENDINGUSERMAIL', 'Il y a eu une erreur interne lors de l\'envoi de l\'e-mail de confirmation' );
- +define( '_FOR_HTMLMAIL', 'HTML' );
- +define( '_FOR_LOCATION', 'Adresse' );
- +define( '_FOR_MUSTBE', 'Champs obligatoires :' );
- +define( '_FOR_NAME', 'Nom' );
- +define( '_FOR_ONLINEAPPLYAS', 'Appliquer à' ); //?? Apply as
- +define( '_FOR_ONLINEBIRTHDATE', 'Date anniversaire' );
- +define( '_FOR_ONLINECOUNTRY', 'Pays' );
- +define( '_FOR_ONLINEDATE', 'Date d\'entrée' ); //?? Entry date
- +define( '_FOR_ONLINEJOBAPPLY', 'Appliquer en ligne !' ); //?? Aplly online!
- +define( '_FOR_ONLINEPRIVACY', 'Merci pour votre message, vos données seront gardées de façon strictement confidentiel' ); //?? Thanks for applying,
- +define( '_FOR_ONLINESALARY', 'Salaire' ); //?? Salary
- +define( '_FOR_ONLINESTREET', 'Rue' );
- +define( '_FOR_ONLINEZIPCITY', 'Code postal' );
- +define( '_FOR_PHONE', 'Numéro de téléphone' );
- +define( '_FOR_RESUME','Résumé');
- +define( '_FOR_SEND', 'Envoyer' );
- +define( '_FOR_SENDTOADMIN', 'Cette donnée nous a été envoyée :');
- +define( '_FOR_SENDTOUSER', 'La confirmation de votre soumission vous sera envoyée dans quelques minutes.' );
- +define( '_FOR_TEXTMAIL', 'Texte' );
- +define( '_FOR_THANKS', 'Merci pour vos questions/commentaires sûr notre website !<br>Nous répondrons dés que possible.' );
- +define( '_FOR_THEME', 'Contacter' );
- +define( '_FOR_UPLOADERROR1', 'upload-erreur: fichier trop gros (php.ini)' );
- +define( '_FOR_UPLOADERROR2', 'upload-erreur: fichier trop gros (form)' );
- +define( '_FOR_UPLOADERROR3', 'upload-erreur: fichier reçu partiellement' );
- +define( '_FOR_UPLOADERROR4', 'upload-erreur: pas de fichier reçu' );
- +define( '_FOR_URL', 'Site web' );
- +define( '_FOR_USERMAILFORMAT', 'Format de l\'e-mail' );
- +
- +if( !defined( _FOR_ERRORSENDINGMAIL ) ) { define('_FOR_ERRORSENDINGMAIL', 'Il y a eu une erreur lors de l\'envoi de l\'e-mail.'); }
- +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé à faire cela.'); }
- +if( !defined( _FOR_NOAUTHFORFORM ) ) { define('_FOR_NOAUTHFORFORM', 'Pas d\'autorisation pour ce formulaire.'); }
- +
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/modules/formicula/pnlang/fra/userapi.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/userapi.php 2006-08-26 20:51:32 UTC (rev 247)
- +++ trunk/traductions/modules/formicula/pnlang/fra/userapi.php 2006-08-27 18:34:22 UTC (rev 248)
- @@ -1,47 +1,47 @@
- -<?php
- -// $Id: userapi.php 3 2005-07-05 05:42:53Z landseer $
- -// ----------------------------------------------------------------------
- -// POST-NUKE Content Management System
- -// Copyright (C) 2001 by the PostNuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program 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.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -// Original Author of file: Jim McDonald
- -// Purpose of file: Language defines for pnuserapi.php
- -// ----------------------------------------------------------------------
- -
- -//new
- -
- -
- -//existing
- -define( '_FOR_ADMINMAIL1', 'A visitor of to your web site used the form for contact and sent the following:' );
- -define( '_FOR_ADMINMAIL2', 'The user has the following IP address/hostname: ' );
- -define( '_FOR_FORMNUMBER', 'Form #' );
- -define( '_FOR_HELLO', 'Hello,' );
- -define( '_FOR_TEAM', 'Team' );
- -define( '_FOR_THE', 'The' );
- -define( '_FOR_USERMAIL1', 'Thank you for the comments posted from our Website. The sent data is:' );
- -define( '_FOR_USERMAIL2', 'We will respond to your email as soon as possible.' );
- -
- -if( !defined( _FOR_CONTACTFORM ) ) { define('_FOR_CONTACTFORM', 'Contact Form'); }
- -if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'No authorization for this action!'); }
- -if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'No Contacts were found.'); }
- -
- +<?php
- +// $Id: userapi.php 3 2005-07-05 05:42:53Z landseer $
- +// ----------------------------------------------------------------------
- +// POST-NUKE Content Management System
- +// Copyright (C) 2001 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program 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.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +// Original Author of file: Jim McDonald
- +// Purpose of file: Language defines for pnuserapi.php
- +// ----------------------------------------------------------------------
- +
- +//new
- +
- +
- +//existing
- +define( '_FOR_ADMINMAIL1', 'Un visiteur de votre site web a utilisé le formulaire de contact pour vous envoyer ceci :' );
- +define( '_FOR_ADMINMAIL2', 'L\'utilisateur avait l\'adresse IP/FAI suivant : ' );
- +define( '_FOR_FORMNUMBER', 'Formulaire #' );
- +define( '_FOR_HELLO', 'Bonjour,' );
- +define( '_FOR_TEAM', 'Groupe' );
- +define( '_FOR_THE', 'Le' );
- +define( '_FOR_USERMAIL1', 'Merci pour le commentaire posté via notre site web. Les données envoyées sont :' );
- +define( '_FOR_USERMAIL2', 'Nous répondrons à votre e-mail dés que possible.' );
- +
- +if( !defined( _FOR_CONTACTFORM ) ) { define('_FOR_CONTACTFORM', 'Formulaire de Contact'); }
- +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé à faire cela!'); }
- +if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'Aucun contact trouvé.'); }
- +
- ?>
- \ No newline at end of file
- Modified: trunk/traductions/modules/formicula/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/version.php 2006-08-26 20:51:32 UTC (rev 247)
- +++ trunk/traductions/modules/formicula/pnlang/fra/version.php 2006-08-27 18:34:22 UTC (rev 248)
- @@ -1,29 +1,30 @@
- -<?php
- -// $Id: version.php 37 2006-08-24 20:21:49Z landseer $
- -// ----------------------------------------------------------------------
- -// POST-NUKE Content Management System
- -// Copyright (C) 2002 by the PostNuke Development Team.
- -// http://www.postnuke.com/
- -// ----------------------------------------------------------------------
- -// Based on:
- -// PHP-NUKE Web Portal System - http://phpnuke.org/
- -// Thatware - http://thatware.org/
- -// ----------------------------------------------------------------------
- -// LICENSE
- -//
- -// This program is free software; you can redistribute it and/or
- -// modify it under the terms of the GNU General Public License (GPL)
- -// as published by the Free Software Foundation; either version 2
- -// of the License, or (at your option) any later version.
- -//
- -// This program 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.
- -//
- -// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- -// ----------------------------------------------------------------------
- -
- -define('_FOR_DESC', 'Tool for creating contact forms of all kinds');
- -
- +<?php
- +// $Id: version.php 37 2006-08-24 20:21:49Z landseer $
- +// ----------------------------------------------------------------------
- +// POST-NUKE Content Management System
- +// Copyright (C) 2002 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program 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.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +
- +define('_FOR_DESC', 'Module permettant de créer des formulaires de contact de toute sorte');
- +
- +
- ?>
- \ No newline at end of file
- _______________________________________________
- Pnfrance-commits mailing list
- Pnfrance-commits@noc.postnuke.com
- http://noc.postnuke.com/mailman/listinfo/pnfrance-commits
| [pnfrance-commits] r248 - trunk/traductions/modules/formicula/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 27.08.2006, 20:50 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




