- Author: gilles69
- Date: 2006-08-26 16:33:03 -0400 (Sat, 26 Aug 2006)
- New Revision: 246
- Added:
- trunk/traductions/modules/formicula/
- trunk/traductions/modules/formicula/pnlang/
- trunk/traductions/modules/formicula/pnlang/fra/
- trunk/traductions/modules/formicula/pnlang/fra/admin.php
- trunk/traductions/modules/formicula/pnlang/fra/adminapi.php
- trunk/traductions/modules/formicula/pnlang/fra/index.html
- 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:
- Tout reste ?\195?\160 faire...
- Added: trunk/traductions/modules/formicula/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/admin.php 2006-08-17 14:37:57 UTC (rev 245)
- +++ trunk/traductions/modules/formicula/pnlang/fra/admin.php 2006-08-26 20:33:03 UTC (rev 246)
- @@ -0,0 +1,63 @@
- +<?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.'); }
- +
- +?>
- Added: trunk/traductions/modules/formicula/pnlang/fra/adminapi.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 2006-08-17 14:37:57 UTC (rev 245)
- +++ trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 2006-08-26 20:33:03 UTC (rev 246)
- @@ -0,0 +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'); }
- +
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/formicula/pnlang/fra/index.html
- ===================================================================
- Added: trunk/traductions/modules/formicula/pnlang/fra/init.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/init.php 2006-08-17 14:37:57 UTC (rev 245)
- +++ trunk/traductions/modules/formicula/pnlang/fra/init.php 2006-08-26 20:33:03 UTC (rev 246)
- @@ -0,0 +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');
- +
- +
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/formicula/pnlang/fra/user.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/user.php 2006-08-17 14:37:57 UTC (rev 245)
- +++ trunk/traductions/modules/formicula/pnlang/fra/user.php 2006-08-26 20:33:03 UTC (rev 246)
- @@ -0,0 +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.'); }
- +
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/formicula/pnlang/fra/userapi.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/userapi.php 2006-08-17 14:37:57 UTC (rev 245)
- +++ trunk/traductions/modules/formicula/pnlang/fra/userapi.php 2006-08-26 20:33:03 UTC (rev 246)
- @@ -0,0 +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.'); }
- +
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/formicula/pnlang/fra/version.php
- ===================================================================
- --- trunk/traductions/modules/formicula/pnlang/fra/version.php 2006-08-17 14:37:57 UTC (rev 245)
- +++ trunk/traductions/modules/formicula/pnlang/fra/version.php 2006-08-26 20:33:03 UTC (rev 246)
- @@ -0,0 +1,29 @@
- +<?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');
- +
- +?>
- \ 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] r246 - in trunk/traductions/modules: . formicula formicula/pnlang formicula/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 26.08.2006, 22: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




