1<?php 2/** 3 * i18n/fr_FR/main.php 4 * 5 * Copyright © 2006 Stephane Gully <stephane.gully@gmail.com> 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library; if not, write to the 19 * Free Software Foundation, 51 Franklin St, Fifth Floor, 20 * Boston, MA 02110-1301 USA 21 */ 22 23/** 24 * French translation of the messages (utf8 encoded!) 25 * 26 * @author Stephane Gully <stephane.gully@gmail.com> 27 */ 28 29// line 45 in phpfreechatconfig.class.php 30$GLOBALS["i18n"]["My Chat"] = "Mon chat"; 31 32// line 201 in phpfreechatconfig.class.php 33$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s non trouvé, la librairie %s n'existe pas à l'endroit spécifié."; 34 35// line 355 in phpfreechat.class.php 36$GLOBALS["i18n"]["Please enter your nickname"] = "Entrez votre pseudonyme"; 37 38// line 565 in phpfreechat.class.php 39$GLOBALS["i18n"]["Text cannot be empty"] = "Le message ne peut pas être vide"; 40 41// line 392 in phpfreechat.class.php 42$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s s'appelle maintenant %s"; 43 44// line 398 in phpfreechat.class.php 45$GLOBALS["i18n"]["%s is connected"] = "%s vient de se connecter"; 46 47// line 452 in phpfreechat.class.php 48$GLOBALS["i18n"]["%s quit"] = "%s a quitté"; 49 50// line 468 in phpfreechat.class.php 51$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s a été déconnecté (timeout)"; 52 53// line 262 in phpfreechat.class.php 54$GLOBALS["i18n"]["Unknown command [%s]"] = "Commande inconnue [%s]"; 55 56// line 149 in phpfreechatconfig.class.php 57$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s n'existe pas: %s"; 58 59// line 180 in phpfreechatconfig.class.php 60$GLOBALS["i18n"]["You need %s"] = "Vous avez besoin de %s"; 61 62// line 241 in phpfreechatconfig.class.php 63$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s n'existe pas, la librairie %s n'a pas été trouvée"; 64 65// line 280 in phpfreechatconfig.class.php 66$GLOBALS["i18n"]["%s doesn't exist"] = "%s n'existe pas"; 67 68// line 433 in phpfreechatconfig.class.php 69$GLOBALS["i18n"]["%s directory must be specified"] = "le répertoire %s doit être indiqué"; 70 71// line 439 in phpfreechatconfig.class.php 72$GLOBALS["i18n"]["%s must be a directory"] = "%s doit être un répertoire"; 73 74// line 446 in phpfreechatconfig.class.php 75$GLOBALS["i18n"]["%s can't be created"] = "%s ne peut pas être créé"; 76 77// line 451 in phpfreechatconfig.class.php 78$GLOBALS["i18n"]["%s is not writeable"] = "%s ne peut pas être écrit"; 79 80// line 496 in phpfreechatconfig.class.php 81$GLOBALS["i18n"]["%s is not readable"] = "%s ne peut pas être lu"; 82 83// line 469 in phpfreechatconfig.class.php 84$GLOBALS["i18n"]["%s is not a file"] = "%s n'est pas un fichier"; 85 86// line 491 in phpfreechatconfig.class.php 87$GLOBALS["i18n"]["%s is not a directory"] = "%s n'est pas un répertoire"; 88 89// line 23 in chat.html.tpl.php 90$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [propulsé par phpFreeChat-%s]"; 91 92// line 296 in javascript1.js.tpl.php 93$GLOBALS["i18n"]["Hide nickname marker"] = "Cacher la couleur des pseudonymes"; 94 95// line 304 in javascript1.js.tpl.php 96$GLOBALS["i18n"]["Show nickname marker"] = "Montrer la couleur des pseudonymes"; 97 98// line 389 in javascript1.js.tpl.php 99$GLOBALS["i18n"]["Disconnect"] = "Se déconnecter"; 100 101// line 395 in javascript1.js.tpl.php 102$GLOBALS["i18n"]["Connect"] = "Se connecter"; 103 104// line 427 in javascript1.js.tpl.php 105$GLOBALS["i18n"]["Magnify"] = "Agrandir"; 106 107// line 434 in javascript1.js.tpl.php 108$GLOBALS["i18n"]["Cut down"] = "Réduire"; 109 110// line 345 in javascript1.js.tpl.php 111$GLOBALS["i18n"]["Hide dates and hours"] = "Cacher la date"; 112 113// line 353 in javascript1.js.tpl.php 114$GLOBALS["i18n"]["Show dates and hours"] = "Montrer la date"; 115 116// line 21 in chat.html.tpl.php 117$GLOBALS["i18n"]["Enter your message here"] = "Entrez votre message dans cette zone"; 118 119// line 24 in chat.html.tpl.php 120$GLOBALS["i18n"]["Enter your nickname here"] = "Entrez votre pseudonyme ici"; 121 122// line 93 in phpfreechatconfig.class.php 123$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Erreur : paramètre inconnu ou obsolète '%s', corrigez ou enlevez ce paramètre"; 124 125// line 86 in pfcclient.js.tpl.php 126$GLOBALS["i18n"]["Hide smiley box"] = "Cacher les smileys"; 127 128// line 87 in pfcclient.js.tpl.php 129$GLOBALS["i18n"]["Show smiley box"] = "Afficher les smileys"; 130 131// line 88 in pfcclient.js.tpl.php 132$GLOBALS["i18n"]["Hide online users box"] = "Cacher les utilisateurs en ligne"; 133 134// line 89 in pfcclient.js.tpl.php 135$GLOBALS["i18n"]["Show online users box"] = "Afficher les utilisateurs en ligne"; 136 137// line 33 in chat.html.tpl.php 138$GLOBALS["i18n"]["Bold"] = "Gras"; 139 140// line 34 in chat.html.tpl.php 141$GLOBALS["i18n"]["Italics"] = "Italique"; 142 143// line 35 in chat.html.tpl.php 144$GLOBALS["i18n"]["Underline"] = "Souligné"; 145 146// line 36 in chat.html.tpl.php 147$GLOBALS["i18n"]["Delete"] = "Supprimé"; 148 149// line 37 in chat.html.tpl.php 150$GLOBALS["i18n"]["Pre"] = "Texte préformaté"; 151 152// line 38 in chat.html.tpl.php 153$GLOBALS["i18n"]["Mail"] = "Courriel"; 154 155// line 39 in chat.html.tpl.php 156$GLOBALS["i18n"]["Color"] = "Couleur"; 157 158// line 48 in phpfreechattemplate.class.php 159$GLOBALS["i18n"]["%s template could not be found"] = "le fichier model '%s' n'a pas été trouvé"; 160 161// line 512 in phpfreechatconfig.class.php 162$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Erreur: '%s' n'a pas été trouvé, vérifiez que votre répertoires de thème '%s' est bon et que le nom de votre thème '%s' existe bien"; 163 164// line 75 in pfccommand.class.php 165$GLOBALS["i18n"]["%s must be implemented"] = "%s doit être implementé"; 166 167 168// line 343 in phpfreechatconfig.class.php 169$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "Le paramètre '%s' est obligatoire, par défaut, vous pouvez utiliser la valeur '%s'"; 170 171// line 378 in phpfreechatconfig.class.php 172$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "Le paramètre '%s' doit être un nombre positif"; 173 174// line 386 in phpfreechatconfig.class.php 175$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "Le paramètre '%s' n'est pas valide. Les valeurs authorisées sont : '%s'"; 176 177// line 185 in pfcglobalconfig.class.php 178$GLOBALS["i18n"]["My room"] = "Mon salon"; 179 180// line 109 in pfcclient.js.tpl.php 181$GLOBALS["i18n"]["Private message"] = "Message privé"; 182 183// line 110 in pfcclient.js.tpl.php 184$GLOBALS["i18n"]["Close this tab"] = "Fermer l'onglet"; 185 186// line 225 in pfcgui.js.tpl.php 187$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Voulez vous vraiment quitter ce salon ?"; 188 189// line 19 in unban.class.php 190$GLOBALS["i18n"]["Missing parameter"] = "Paramètre manquant"; 191 192// line 38 in ban.class.php 193$GLOBALS["i18n"]["banished from %s by %s"] = "bannis du salon %s par %s"; 194 195// line 23 in banlist.class.php 196$GLOBALS["i18n"]["The banished user's id list is:"] = "La liste des id bannis est :"; 197 198// line 32 in banlist.class.php 199$GLOBALS["i18n"]["Empty"] = "Vide"; 200 201// line 34 in banlist.class.php 202$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' va débannir l'utilisateur identifié par {id}"; 203 204// line 35 in banlist.class.php 205$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = "'/unban all' va débannir tous les bannis de ce salon"; 206 207// line 24 in update.class.php 208$GLOBALS["i18n"]["%s quit (timeout)"] = "%s a quitté (timeout)"; 209 210// line 46 in join.class.php 211$GLOBALS["i18n"]["%s joins %s"] = "%s a rejoint %s"; 212 213// line 31 in kick.class.php 214$GLOBALS["i18n"]["kicked from %s by %s"] = "kické de %s par %s"; 215 216// line 38 in send.class.php 217$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Le message n'a pas été envoyé, %s n'est pas connecté"; 218 219// line 27 in unban.class.php 220$GLOBALS["i18n"]["Nobody has been unbanished"] = "Personne n'a été débanni"; 221 222// line 42 in unban.class.php 223$GLOBALS["i18n"]["%s has been unbanished"] = "%s a été débanni"; 224 225// line 49 in unban.class.php 226$GLOBALS["i18n"]["%s users have been unbanished"] = "%s utilisateurs ont été débanni"; 227 228// line 47 in auth.class.php 229$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "Vous n'êtes pas authorisé à lancer la commande '%s'"; 230 231// line 67 in auth.class.php 232$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Vous ne pouvez pas rejoindre %s car vous êtes bannis"; 233 234// line 79 in auth.class.php 235$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Vous n'êtes pas autorisé à changer votre pseudonyme"; 236 237// line 76 in auth.class.php 238$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Vous ne pouvez pas rejoindre %s car il n'est pas dans la liste des salons autorisés"; 239 240// line 56 in noflood.class.php 241$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Svp, ne postez pas autant de messages à la suite, le flood n'est pas toléré"; 242 243// line 169 in pfcglobalconfig.class.php 244$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "Erreur: le paramètre '%s' est privé, vous ne pouvez pas l'assigner"; 245 246// line 253 in pfcglobalconfig.class.php 247$GLOBALS["i18n"]["'%s' parameter must be an array"] = "Le paramètre '%s' doit être un tableau (array)"; 248 249// line 265 in pfcglobalconfig.class.php 250$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "Le paramètre '%s' doit être un boolean (true ou false)"; 251 252// line 271 in pfcglobalconfig.class.php 253$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "Le paramètre '%s' doit être une chaîne de caractères"; 254 255// line 395 in pfcglobalconfig.class.php 256$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' doit être accessible en écriture"; 257 258// line 425 in pfcglobalconfig.class.php 259$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "Le répertoire '%s' n'existe pas"; 260 261// line 544 in pfcglobalconfig.class.php 262$GLOBALS["i18n"]["Please correct these errors"] = "Merci de corriger ces erreurs"; 263 264// line 21 in pfcinfo.class.php 265$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "Erreur : le fichier de cache contenant la configuration n'existe pas"; 266 267// line 190 in phpfreechat.class.php 268$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = "Erreur : le chat ne peut pas être chargé! soit votre navigateur ne supporte pas le javascript, soit vous n'avez pas donné les bons droits aux répertoires. N'hésitez pas à demander de l'aide sur le forum"; 269 270// line 31 in help.class.php 271$GLOBALS["i18n"]["Here is the command list:"] = "Voici la liste des commandes :"; 272 273// line 63 in identify.class.php 274$GLOBALS["i18n"]["Succesfully identified"] = "Identification réussie"; 275 276// line 68 in identify.class.php 277$GLOBALS["i18n"]["Identification failure"] = "Identification incorrecte"; 278 279// line 25 in send.class.php 280$GLOBALS["i18n"]["Your must be connected to send a message"] = "Vous devez être connecté pour envoyer un message"; 281 282// line 87 in chat.js.tpl.php 283$GLOBALS["i18n"]["Click here to send your message"] = "Cliquez ici pour envoyer votre message"; 284 285// line 80 in chat.js.tpl.php 286$GLOBALS["i18n"]["Enter the text to format"] = "Entrez le texte à formater"; 287 288// line 81 in chat.js.tpl.php 289$GLOBALS["i18n"]["Configuration has been rehashed"] = "La configuration a été rechargée (rehashed)"; 290 291// line 82 in chat.js.tpl.php 292$GLOBALS["i18n"]["A problem occurs during rehash"] = "Un problème est survenu pendant le rehash"; 293 294// line 83 in chat.js.tpl.php 295$GLOBALS["i18n"]["Chosen nickname is already used"] = "Le pseudonyme est déjà utilisé"; 296 297// line 84 in chat.js.tpl.php 298$GLOBALS["i18n"]["phpfreechat current version is %s"] = "La version courante de phpfreechat est %s"; 299 300// line 85 in chat.js.tpl.php 301$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "Le nombre maximum de salons autorisés a été atteint"; 302 303// line 86 in chat.js.tpl.php 304$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "Le nombre maximum de chat privés a été atteint"; 305 306// line 88 in chat.js.tpl.php 307$GLOBALS["i18n"]["Send"] = "Envoyer"; 308 309// line 86 in mysql.class.php 310$GLOBALS["i18n"]["Mysql container: connect error"] = "Erreur du conteneur mysql : connexion"; 311 312// line 101 in mysql.class.php 313$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Erreur du conteneur mysql : création de la base de donnée '%s'"; 314 315// line 112 in mysql.class.php 316$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Erreur du conteneur mysql : création de la table '%s'"; 317 318// line 80 in chat.js.tpl.php 319$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Vous n'êtes pas autorisés à vous parler"; 320 321// line 82 in chat.js.tpl.php 322$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "Le pseudonyme choisi n'est pas autorisé"; 323 324// line 83 in chat.js.tpl.php 325$GLOBALS["i18n"]["Enable sound notifications"] = "Activer la notification sonore"; 326 327// line 84 in chat.js.tpl.php 328$GLOBALS["i18n"]["Disable sound notifications"] = "Désactiver la notification sonore"; 329 330// line 23 in kick.class.php 331$GLOBALS["i18n"]["no reason"] = "pas de raison"; 332 333// line 24 in banlist.class.php 334$GLOBALS["i18n"]["The banished user list is:"] = "La liste des utilisateurs bannis est :"; 335 336// line 39 in banlist.class.php 337$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {id}' va débannir l'utilisateur identifié par {nickname}"; 338 339// line 43 in kick.class.php 340$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kické de %s par %s - raison : %s"; 341 342// line 20 in quit.class.php 343$GLOBALS["i18n"]["%s quit (%s)"] = "%s a quitté (%s)"; 344 345// line 124 in chat.js.tpl.php 346$GLOBALS["i18n"]["Chat loading ..."] = "Chargement du chat ..."; 347 348// line 124 in chat.js.tpl.php 349$GLOBALS["i18n"]["Please wait"] = "Patientez"; 350 351// line 139 in chat.js.tpl.php 352$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s semble être désactivé ou pas/mal supporté par votre navigateur."; 353 354// line 139 in chat.js.tpl.php 355$GLOBALS["i18n"]["This web application requires %s to work properly."] = "Cette application web nécessite %s pour fonctionner correctement."; 356 357// line 135 in chat.js.tpl.php 358$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "Veuillez activer %s dans les paramètres de votre navigateur, ou utilisez un navigateur qui supporte %s et essayez denouveau."; 359 360// line 137 in chat.js.tpl.php 361$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "Veuillez utiliser un navigateur qui supporte %s et essayez denouveau."; 362 363// line 139 in chat.js.tpl.php 364$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "Dans les version d\'Internet Explorer inférieures à 7.0, Ajax est implémenté par ActiveX. Veuillez activer ActiveX dans les paramètres de sécurité ou utiliser un navigateur qui supporte Ajax et essayez denouveau"; 365 366// line 359 in pfcglobalconfig.class.php 367$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s n'existe pas, data_public_path ne peut pas être installé"; 368 369// line 73 in invite.class.php 370$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "Vous devez rejoindre %s pour pouvoir y inviter des utilisateurs"; 371 372// line 47 in chat.html.tpl.php 373$GLOBALS["i18n"]["Ping"] = "Temps de réponse"; 374 375// line 477 in phpfreechat.class.php 376$GLOBALS["i18n"]["Input Required"] = "Veuillez répondre"; 377 378// line 478 in phpfreechat.class.php 379$GLOBALS["i18n"]["OK"] = "OK"; 380 381// line 479 in phpfreechat.class.php 382$GLOBALS["i18n"]["Cancel"] = "Annuler"; 383 384// line 430 in pfcglobalconfig.class.php 385$GLOBALS["i18n"]["cannot create %s"] = "Impossible de créer %s"; 386 387// line 436 in pfcglobalconfig.class.php 388$GLOBALS["i18n"]["cannot copy %s in %s"] = "Impossible de copier %s dans %s"; 389 390// line 667 in pfcglobalconfig.class.php 391$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Erreur : '%s' introuvable, vérifiez que votre theme_path '%s' et que votre theme '%s' sont correctes"; 392 393// line 414 in phpfreechat.class.php 394$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Êtes vous certain de vouloir fermer cet onglet ?"; 395 396// line 42 in ban.class.php 397$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s banni de %s par %s"; 398 399// line 461 in phpfreechat.class.php 400$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = "Vous essayez de parler à un utilisateur inconnu (ou inconnu)"; 401 402// line 89 in invite.class.php 403$GLOBALS["i18n"]["%s was invited by %s"] = "%s a été invité par %s"; 404 405?> 406