Revision 821
Added by thorn over 17 years ago
| FR.php | ||
|---|---|---|
| 4 | 4 |
|
| 5 | 5 |
/* |
| 6 | 6 |
|
| 7 |
Website Baker Project <http://www.websitebaker.org/>
|
|
| 8 |
Copyright (C) 2004-2008, Ryan Djurovich
|
|
| 7 |
Website Baker Project <http://www.websitebaker.org/> |
|
| 8 |
Copyright (C) 2004-2008, Ryan Djurovich |
|
| 9 | 9 |
|
| 10 |
Website Baker is free software; you can redistribute it and/or modify
|
|
| 11 |
it under the terms of the GNU General Public License as published by
|
|
| 12 |
the Free Software Foundation; either version 2 of the License, or
|
|
| 13 |
(at your option) any later version.
|
|
| 10 |
Website Baker is free software; you can redistribute it and/or modify |
|
| 11 |
it under the terms of the GNU General Public License as published by |
|
| 12 |
the Free Software Foundation; either version 2 of the License, or |
|
| 13 |
(at your option) any later version. |
|
| 14 | 14 |
|
| 15 |
Website Baker is distributed in the hope that it will be useful,
|
|
| 16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
| 17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
| 18 |
GNU General Public License for more details.
|
|
| 15 |
Website Baker is distributed in the hope that it will be useful, |
|
| 16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 18 |
GNU General Public License for more details. |
|
| 19 | 19 |
|
| 20 |
You should have received a copy of the GNU General Public License
|
|
| 21 |
along with Website Baker; if not, write to the Free Software
|
|
| 22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
| 20 |
You should have received a copy of the GNU General Public License |
|
| 21 |
along with Website Baker; if not, write to the Free Software |
|
| 22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
| 23 | 23 |
|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 |
// use languageedit-module to modify this file |
|
| 27 |
|
|
| 26 | 28 |
// Define that this file is loaded |
| 27 | 29 |
if(!defined('LANGUAGE_LOADED')) {
|
| 28 |
define('LANGUAGE_LOADED', true);
|
|
| 30 |
define('LANGUAGE_LOADED', true);
|
|
| 29 | 31 |
} |
| 30 | 32 |
|
| 31 | 33 |
// Set the language information |
| ... | ... | |
| 39 | 41 |
// Menu titles |
| 40 | 42 |
$MENU['START'] = 'Accueil'; |
| 41 | 43 |
$MENU['PAGES'] = 'Contenu'; |
| 42 |
$MENU['MEDIA'] = 'Media'; //needs to be translated
|
|
| 44 |
$MENU['MEDIA'] = 'Media'; |
|
| 43 | 45 |
$MENU['ADDONS'] = 'Ajouts'; |
| 44 |
$MENU['MODULES'] = 'Modules'; //needs to be translated
|
|
| 46 |
$MENU['MODULES'] = 'Modules'; |
|
| 45 | 47 |
$MENU['TEMPLATES'] = 'Modèles'; |
| 46 | 48 |
$MENU['LANGUAGES'] = 'Langages'; |
| 47 | 49 |
$MENU['PREFERENCES'] = 'Préférences'; |
| 48 | 50 |
$MENU['SETTINGS'] = 'Réglages'; |
| 49 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
|
|
| 51 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; |
|
| 50 | 52 |
$MENU['ACCESS'] = 'Accès'; |
| 51 | 53 |
$MENU['USERS'] = 'Utilisateurs'; |
| 52 | 54 |
$MENU['GROUPS'] = 'Groupes'; |
| ... | ... | |
| 69 | 71 |
$OVERVIEW['GROUPS'] = 'Gestions des groupes d\'utilisateurs et des permissions'; |
| 70 | 72 |
$OVERVIEW['HELP'] = 'Aide et FAQ sur l\'utilisation du site'; |
| 71 | 73 |
$OVERVIEW['VIEW'] = 'Aperçu du site dans une nouvelle fenêtre'; |
| 72 |
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
|
|
| 74 |
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; |
|
| 73 | 75 |
|
| 74 | 76 |
// Headings |
| 75 | 77 |
$HEADING['MODIFY_DELETE_PAGE'] = 'Modifier/Supprimer une page'; |
| ... | ... | |
| 107 | 109 |
$HEADING['SEARCH_SETTINGS'] = 'Réglages de recherche'; |
| 108 | 110 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Réglages des fichiers systèmes'; |
| 109 | 111 |
$HEADING['SERVER_SETTINGS'] = 'Réglages Serveur'; |
| 110 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
|
|
| 112 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; |
|
| 111 | 113 |
$HEADING['ADMINISTRATION_TOOLS'] = 'Outils d\'Administration'; |
| 112 | 114 |
|
| 113 | 115 |
$HEADING['MODIFY_DELETE_USER'] = 'Modifier/Supprimer un utilisateur'; |
| ... | ... | |
| 119 | 121 |
$HEADING['MODIFY_GROUP'] = 'Modifier un groupe'; |
| 120 | 122 |
|
| 121 | 123 |
// Other text |
| 122 |
$TEXT['OPEN'] = 'Open'; //needs to be translated
|
|
| 124 |
$TEXT['OPEN'] = 'Open'; |
|
| 123 | 125 |
$TEXT['ADD'] = 'Ajouter'; |
| 124 | 126 |
$TEXT['MODIFY'] = 'Modifier'; |
| 125 | 127 |
$TEXT['SETTINGS'] = 'Réglages'; |
| ... | ... | |
| 132 | 134 |
$TEXT['NAME'] = 'Nom'; |
| 133 | 135 |
$TEXT['PLEASE_SELECT'] = 'Sélectionnez'; |
| 134 | 136 |
$TEXT['TITLE'] = 'Titre'; |
| 135 |
$TEXT['PARENT'] = 'Parent'; //needs to be translated
|
|
| 136 |
$TEXT['TYPE'] = 'Type'; //needs to be translated
|
|
| 137 |
$TEXT['PARENT'] = 'Parent'; |
|
| 138 |
$TEXT['TYPE'] = 'Type'; |
|
| 137 | 139 |
$TEXT['VISIBILITY'] = 'Visibilité'; |
| 138 | 140 |
$TEXT['PRIVATE'] = 'Privé'; |
| 139 |
$TEXT['PUBLIC'] = 'Public'; //needs to be translated
|
|
| 141 |
$TEXT['PUBLIC'] = 'Public'; |
|
| 140 | 142 |
$TEXT['NONE'] = 'Aucun'; |
| 141 | 143 |
$TEXT['NONE_FOUND'] = 'Introuvable'; |
| 142 | 144 |
$TEXT['CURRENT'] = 'Courant'; |
| 143 | 145 |
$TEXT['CHANGE'] = 'Changer'; |
| 144 | 146 |
$TEXT['WINDOW'] = 'Fenêtre'; |
| 145 |
$TEXT['DESCRIPTION'] = 'Description'; //needs to be translated
|
|
| 147 |
$TEXT['DESCRIPTION'] = 'Description'; |
|
| 146 | 148 |
$TEXT['KEYWORDS'] = 'Mots clés'; |
| 147 | 149 |
$TEXT['ADMINISTRATORS'] = 'Administrateurs'; |
| 148 | 150 |
$TEXT['PRIVATE_VIEWERS'] = 'Utilisateurs privés'; |
| ... | ... | |
| 177 | 179 |
$TEXT['VIEW_DETAILS'] = 'Propriétés'; |
| 178 | 180 |
$TEXT['DISPLAY_NAME'] = 'Afficher le nom'; |
| 179 | 181 |
$TEXT['AUTHOR'] = 'Auteur'; |
| 180 |
$TEXT['VERSION'] = 'Version'; //needs to be translated
|
|
| 182 |
$TEXT['VERSION'] = 'Version'; |
|
| 181 | 183 |
$TEXT['DESIGNED_FOR'] = 'Créé par'; |
| 182 |
$TEXT['DESCRIPTION'] = 'Description'; //needs to be translated
|
|
| 183 |
$TEXT['EMAIL'] = 'Email'; //needs to be translated
|
|
| 184 |
$TEXT['DESCRIPTION'] = 'Description'; |
|
| 185 |
$TEXT['EMAIL'] = 'Email'; |
|
| 184 | 186 |
$TEXT['LANGUAGE'] = 'Langage'; |
| 185 | 187 |
$TEXT['TIMEZONE'] = 'Fuseau horaire'; |
| 186 | 188 |
$TEXT['CURRENT_PASSWORD'] = 'Mot de passe actuel'; |
| ... | ... | |
| 204 | 206 |
$TEXT['HEADER'] = 'Entête'; |
| 205 | 207 |
$TEXT['FOOTER'] = 'Pied de page'; |
| 206 | 208 |
$TEXT['TEMPLATE'] = 'Modèle'; |
| 207 |
$TEXT['INSTALLATION'] = 'Installation'; //needs to be translated
|
|
| 209 |
$TEXT['INSTALLATION'] = 'Installation'; |
|
| 208 | 210 |
$TEXT['DATABASE'] = 'Base de données'; |
| 209 | 211 |
$TEXT['HOST'] = 'Hôte'; |
| 210 |
$TEXT['INTRO'] = 'Intro'; //needs to be translated
|
|
| 211 |
$TEXT['PAGE'] = 'Page'; //needs to be translated
|
|
| 212 |
$TEXT['INTRO'] = 'Intro'; |
|
| 213 |
$TEXT['PAGE'] = 'Page'; |
|
| 212 | 214 |
$TEXT['SIGNUP'] = 'Créer un compte'; |
| 213 | 215 |
$TEXT['PHP_ERROR_LEVEL'] = 'Niveau d\'erreur PHP'; |
| 214 |
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
|
|
| 216 |
$TEXT['ADMIN'] = 'Admin'; |
|
| 215 | 217 |
$TEXT['PATH'] = 'Chemin'; |
| 216 |
$TEXT['URL'] = 'URL'; //needs to be translated
|
|
| 218 |
$TEXT['URL'] = 'URL'; |
|
| 217 | 219 |
$TEXT['FRONTEND'] = 'Page d\'Accueil'; |
| 218 |
$TEXT['EXTENSION'] = 'Extension'; //needs to be translated
|
|
| 220 |
$TEXT['EXTENSION'] = 'Extension'; |
|
| 219 | 221 |
$TEXT['TABLE_PREFIX'] = 'Préfixe de la table'; |
| 220 | 222 |
$TEXT['CHANGES'] = 'Changements'; |
| 221 |
$TEXT['ADMINISTRATION'] = 'Administration'; //needs to be translated
|
|
| 223 |
$TEXT['ADMINISTRATION'] = 'Administration'; |
|
| 222 | 224 |
$TEXT['FORGOT_DETAILS'] = 'Identifiants oubliés ?'; |
| 223 | 225 |
$TEXT['LOGGED_IN'] = 'Connecté'; |
| 224 | 226 |
$TEXT['WELCOME_BACK'] = 'Re-Bienvenue'; |
| 225 | 227 |
$TEXT['FULL_NAME'] = 'Nom complet'; |
| 226 | 228 |
$TEXT['ACCOUNT_SIGNUP'] = 'Créer un compte'; |
| 227 | 229 |
$TEXT['LINK'] = 'Lien'; |
| 228 |
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
|
|
| 230 |
$TEXT['ANCHOR'] = 'Anchor'; |
|
| 229 | 231 |
$TEXT['TARGET'] = 'Cible'; |
| 230 | 232 |
$TEXT['NEW_WINDOW'] = 'Nouvelle fenêtre'; |
| 231 | 233 |
$TEXT['SAME_WINDOW'] = 'Même fenêtre'; |
| 232 |
$TEXT['TOP_FRAME'] = 'Top Frame'; //needs to be translated
|
|
| 234 |
$TEXT['TOP_FRAME'] = 'Top Frame'; |
|
| 233 | 235 |
$TEXT['PAGE_LEVEL_LIMIT'] = 'Limite de niveau de page'; |
| 234 | 236 |
$TEXT['SUCCESS'] = 'Opération réussie'; |
| 235 | 237 |
$TEXT['ERROR'] = 'Erreur'; |
| ... | ... | |
| 239 | 241 |
$TEXT['SYSTEM_DEFAULT'] = 'Système par défaut'; |
| 240 | 242 |
$TEXT['PAGE_TITLE'] = 'Titre de la page'; |
| 241 | 243 |
$TEXT['MENU_TITLE'] = 'Titre du menu'; |
| 242 |
$TEXT['ACTIONS'] = 'Actions'; //needs to be translated
|
|
| 244 |
$TEXT['ACTIONS'] = 'Actions'; |
|
| 243 | 245 |
$TEXT['UNKNOWN'] = 'Inconnu'; |
| 244 | 246 |
$TEXT['BLOCK'] = 'Bloc'; |
| 245 | 247 |
$TEXT['SEARCH'] = 'Rechercher'; |
| ... | ... | |
| 249 | 251 |
$TEXT['COMMENTS'] = 'Commentaires'; |
| 250 | 252 |
$TEXT['COMMENTING'] = 'Commentaire en cours'; |
| 251 | 253 |
$TEXT['SHORT'] = 'Court'; |
| 252 |
$TEXT['LONG'] = 'Long'; //needs to be translated
|
|
| 254 |
$TEXT['LONG'] = 'Long'; |
|
| 253 | 255 |
$TEXT['LOOP'] = 'Boucle'; |
| 254 | 256 |
$TEXT['FIELD'] = 'Champ'; |
| 255 | 257 |
$TEXT['REQUIRED'] = 'Obligatoire'; |
| 256 | 258 |
$TEXT['LENGTH'] = 'Longueur'; |
| 257 |
$TEXT['MESSAGE'] = 'Message'; //needs to be translated
|
|
| 259 |
$TEXT['MESSAGE'] = 'Message'; |
|
| 258 | 260 |
$TEXT['SUBJECT'] = 'Sujet'; |
| 259 | 261 |
$TEXT['MATCH'] = 'montrer'; |
| 260 | 262 |
$TEXT['ALL_WORDS'] = 'Tous les mots'; |
| ... | ... | |
| 264 | 266 |
$TEXT['HIDE'] = 'Cacher'; |
| 265 | 267 |
$TEXT['START_PUBLISHING'] = 'Début de publication'; |
| 266 | 268 |
$TEXT['FINISH_PUBLISHING'] = 'Fin de publication'; |
| 267 |
$TEXT['DATE'] = 'Date'; //needs to be translated
|
|
| 269 |
$TEXT['DATE'] = 'Date'; |
|
| 268 | 270 |
$TEXT['START'] = 'Début'; |
| 269 | 271 |
$TEXT['END'] = 'Fin'; |
| 270 | 272 |
$TEXT['IMAGE'] = 'Image'; |
| ... | ... | |
| 275 | 277 |
$TEXT['RESULTS'] = 'Résultats'; |
| 276 | 278 |
$TEXT['RESIZE'] = 'Redimensionner'; |
| 277 | 279 |
$TEXT['MANAGE'] = 'Gérer'; |
| 278 |
$TEXT['CODE'] = 'Code'; //needs to be translated
|
|
| 280 |
$TEXT['CODE'] = 'Code'; |
|
| 279 | 281 |
$TEXT['WIDTH'] = 'Largeur'; |
| 280 | 282 |
$TEXT['HEIGHT'] = 'Hauteur'; |
| 281 | 283 |
$TEXT['MORE'] = 'Plus'; |
| ... | ... | |
| 299 | 301 |
$TEXT['LEVEL'] = 'Niveau'; |
| 300 | 302 |
$TEXT['NOT_FOUND'] = 'Impossible de trouver'; |
| 301 | 303 |
$TEXT['PAGE_SPACER'] = 'Ecart de page'; |
| 302 |
$TEXT['MATCHING'] = 'Matching'; //needs to be translated
|
|
| 304 |
$TEXT['MATCHING'] = 'Matching'; |
|
| 303 | 305 |
$TEXT['TEMPLATE_PERMISSIONS'] = 'Permissions sur les modèles'; |
| 304 | 306 |
$TEXT['PAGES_DIRECTORY'] = 'Répertoire des pages'; |
| 305 | 307 |
$TEXT['MEDIA_DIRECTORY'] = 'Répertoire des fichiers media'; |
| ... | ... | |
| 315 | 317 |
$TEXT['DIRECTORIES'] = 'Répertoires'; |
| 316 | 318 |
$TEXT['DIRECTORY_MODE'] = 'Propriétés répertoire'; |
| 317 | 319 |
$TEXT['LIST_OPTIONS'] = 'Liste des options'; |
| 318 |
$TEXT['OPTION'] = 'Option'; //needs to be translated
|
|
| 320 |
$TEXT['OPTION'] = 'Option'; |
|
| 319 | 321 |
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Autoriser la sélection multiple'; |
| 320 | 322 |
$TEXT['TEXTFIELD'] = 'Champ de texte'; |
| 321 | 323 |
$TEXT['TEXTAREA'] = 'Zone de texte'; |
| ... | ... | |
| 337 | 339 |
$TEXT['START'] = 'Débuter'; |
| 338 | 340 |
$TEXT['SECTION_BLOCKS'] = 'Bloc de rubrique'; |
| 339 | 341 |
$TEXT['REGISTERED_VIEWERS'] = 'Utilisateurs enregistrés'; |
| 340 |
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; //needs to be translated
|
|
| 342 |
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; |
|
| 341 | 343 |
$TEXT['SUBMISSION_ID'] = 'Soummission ID'; |
| 342 | 344 |
$TEXT['SUBMISSIONS'] = 'Soummissions'; |
| 343 | 345 |
$TEXT['SUBMITTED'] = 'Soumis'; |
| ... | ... | |
| 349 | 351 |
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Serveur sur lequel est basé le système'; |
| 350 | 352 |
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permissions d\'écriture sur fichier'; |
| 351 | 353 |
$TEXT['LINUX_UNIX_BASED'] = 'Basé sur Linux/Unix'; |
| 352 |
$TEXT['WINDOWS'] = 'Windows'; //needs to be translated
|
|
| 354 |
$TEXT['WINDOWS'] = 'Windows'; |
|
| 353 | 355 |
$TEXT['HOME_FOLDER'] = 'Fichier d\'Accueil'; |
| 354 | 356 |
$TEXT['HOME_FOLDERS'] = 'Fichiers d\'Accueil'; |
| 355 | 357 |
$TEXT['PAGE_TRASH'] = 'Page à la corbeille'; |
| ... | ... | |
| 378 | 380 |
$TEXT['WYSIWYG_STYLE'] = 'Style WYSIWYG'; |
| 379 | 381 |
$TEXT['WYSIWYG_EDITOR'] = 'Editeur WYSIWYG'; |
| 380 | 382 |
$TEXT['SERVER_EMAIL'] = 'Serveur email'; |
| 381 |
$TEXT['MENU'] = 'Menu'; //needs to be translated
|
|
| 383 |
$TEXT['MENU'] = 'Menu'; |
|
| 382 | 384 |
$TEXT['MANAGE_GROUPS'] = 'Gestion des groupes'; |
| 383 | 385 |
$TEXT['MANAGE_USERS'] = 'Gestion des utilisateurs'; |
| 384 | 386 |
$TEXT['PAGE_LANGUAGES'] = 'Langages'; |
| 385 | 387 |
$TEXT['HIDDEN'] = 'Caché'; |
| 386 | 388 |
$TEXT['MAIN'] = 'Principal'; |
| 387 | 389 |
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Renommer les fichiers au chargement'; |
| 388 |
$TEXT['APP_NAME'] = 'Nom de l\application';
|
|
| 390 |
$TEXT['APP_NAME'] = 'Nom de lapplication'; |
|
| 389 | 391 |
$TEXT['SESSION_IDENTIFIER'] = 'Identifiant de session'; |
| 390 | 392 |
$TEXT['BACKUP'] = 'Sauvegarde'; |
| 391 | 393 |
$TEXT['RESTORE'] = 'Restaurer'; |
| 392 | 394 |
$TEXT['BACKUP_DATABASE'] = 'Sauvegarde de la base de données'; |
| 393 | 395 |
$TEXT['RESTORE_DATABASE'] = 'Restauration de la base de données'; |
| 394 |
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; //needs to be translated
|
|
| 395 |
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; //needs to be translated
|
|
| 396 |
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; |
|
| 397 |
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; |
|
| 396 | 398 |
$TEXT['BACKUP_MEDIA'] = 'Sauvegarde des fichiers medias'; |
| 397 | 399 |
$TEXT['RESTORE_MEDIA'] = 'Restauration des fichiers medias'; |
| 398 | 400 |
$TEXT['ADMINISTRATION_TOOL'] = 'Outils d\'administration'; |
| ... | ... | |
| 400 | 402 |
$TEXT['VERIFICATION'] = 'Vérification'; |
| 401 | 403 |
$TEXT['DEFAULT_CHARSET'] = 'Encodage par défaut'; |
| 402 | 404 |
$TEXT['CHARSET'] = 'Encodage'; |
| 403 |
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; //needs to be translated
|
|
| 404 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated
|
|
| 405 |
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; //needs to be translated
|
|
| 406 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated
|
|
| 407 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated
|
|
| 408 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated
|
|
| 409 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated
|
|
| 410 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated
|
|
| 411 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated
|
|
| 412 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated
|
|
| 413 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title="Simple mail transfer protocol">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.'; //needs to be translated
|
|
| 414 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; //needs to be translated
|
|
| 415 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; //needs to be translated
|
|
| 416 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; //needs to be translated
|
|
| 417 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; //needs to be translated
|
|
| 418 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; //needs to be translated
|
|
| 419 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; //needs to be translated
|
|
| 420 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; //needs to be translated
|
|
| 421 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; //needs to be translated
|
|
| 422 |
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
|
|
| 423 |
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; //needs to be translated
|
|
| 424 |
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; //needs to be translated
|
|
| 425 |
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; //needs to be translated
|
|
| 405 |
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; |
|
| 406 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; |
|
| 407 |
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; |
|
| 408 |
$TEXT['PUBL_START_DATE'] = 'Start date'; |
|
| 409 |
$TEXT['PUBL_END_DATE'] = 'End date'; |
|
| 410 |
$TEXT['CALENDAR'] = 'Calender'; |
|
| 411 |
$TEXT['DELETE_DATE'] = 'Delete date'; |
|
| 412 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; |
|
| 413 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
|
| 414 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
|
| 415 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title="Simple mail transfer protocol">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.'; |
|
| 416 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
|
| 417 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; |
|
| 418 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
|
| 419 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
|
| 420 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
|
| 421 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; |
|
| 422 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; |
|
| 423 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; |
|
| 424 |
$TEXT['PLEASE_LOGIN'] = 'Please login'; |
|
| 425 |
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; |
|
| 426 |
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; |
|
| 427 |
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; |
|
| 426 | 428 |
|
| 427 | 429 |
// Success/error messages |
| 428 | 430 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Désolé, vous n\'avez pas les droits pour visualiser cette page'; |
| 429 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; //needs to be translated
|
|
| 431 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; |
|
| 430 | 432 |
|
| 431 | 433 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Droits insuffisants pour être ici'; |
| 432 | 434 |
|
| ... | ... | |
| 537 | 539 |
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Les fichiers chargés doivent être aux formats suivants : '; |
| 538 | 540 |
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Impossible de charger le fichier'; |
| 539 | 541 |
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Déjà installé'; |
| 540 |
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed'; //needs to be translated
|
|
| 542 |
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed'; |
|
| 541 | 543 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Impossible de désinstaller'; |
| 542 | 544 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Impossible de dézipper le fichier'; |
| 543 | 545 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Installation réussie avec succès'; |
| ... | ... | |
| 553 | 555 |
|
| 554 | 556 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Vous devez renseigner les champs suivants'; |
| 555 | 557 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Désolé mais vous avez utilisé ce formulaire trop de fois durant cette heure. Merci de réessayer à l\'heure suivante'; |
| 556 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Le numéro de vérification (Captcha) que vous avez entré est incorrect. Si vous rencontrez des problèmes quant à la lecture de ce numéro, merci d\'envoyer un email à : '.SERVER_EMAIL; |
|
| 558 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Le numéro de vérification (Captcha) que vous avez entré est incorrect. Si vous rencontrez des problèmes quant à la lecture de ce numéro, merci d\'envoyer un email à : '.SERVER_EMAIL.'';
|
|
| 557 | 559 |
|
| 558 | 560 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Sélectionnez les ADD-ON que vous souhaitez réinstaller'; |
| 559 | 561 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules réinstallés avec succès'; |
| 560 | 562 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Modèles réinstallés avec succès'; |
| 561 | 563 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Langages réinstallés avec succès'; |
| 562 | 564 |
|
| 563 |
?> |
|
| 565 |
?> |
|
Also available in: Unified diff
fixed language-files