È una trappola!
- Posts:
- 6,767
- Group:
- Developer
- Member
- #223,645
- Joined:
- October 30, 2006
- I'm Browsing With
- Firefox
|
This topic has been moved from our official support board.
Originally posted by: flobig92 - [CODE
-
French language hack]Copy in the footer - Code:
-
<script language=javascript>
<!-- function change(item,item2) { var range = document.body.createTextRange(); range.collapse(true); if (location.href.indexOf("action=") != -1 ) { return false; } else { while (range.findText(item)) { range.text=item2; range.collapse(false); } } } change("Welcome Guest ","Bienvenue "); change("Log In","Connection"); change("I agree ","Accepter"); change("Please read fully and check the 'I agree' box ONLY if you agree to the terms","Cliquer sur accepter les regle son detailler dans le forum"); change("Terms of Service",""); change("Only numbers are allowed, a '0' is a numerical zero, not the alphabetical 'O'.","Marquer les chiffres ci-dessus"); change("Please enter the 6 digit code shown above in image format.",""); change("If you do not see any numbers, or see broken images, please contact a board administrator to rectify the problem.",""); change("Confirm security code","Marquer votre code"); change("Your unique security code","Votre code de securité"); change("Security Code Confirmation","Code de confirmation"); change("You will need to enter a real email address",""); change("It must match exactly",""); change("Passwords must be between 3 and 32 characters long","Votre mot de passe doit contenir plus de 3 caractere"); change("Usernames must be between 3 and 32 characters long","Votre pseudo doit contenir plus de 3 caractere"); change("Please re-enter your email address","Re-entrez votre adresse email"); change("Please enter your email address","Entrez votre adresse email"); change("Please re-enter your password","Re-entrez votre mot de passe"); change("Please choose a Password","Entrez votre mot de passe"); change("Please choose a Username","Entrez votre pseudo"); change("Please complete the form fully","S'il vous plaît completez les informations"); change("Registration Form","Panneau d'enregistrement"), change("Register","Enregistrez-vous"); change("Portal","Portail"); change("After posting...","Apres le post"); change("Maximum file size: 48.83mb","Taille de fichier maximale : 48.83mb"); change("You may attach a file to this message.","Vous pouvez attacher un fichier à ce message."); change("File Attachments","Fichier attaché"); change("Use None","Rien"); change("Post Icons","Icônes du post"); change("Enable email notification of replies","Permettez l'envoi d'email de Réponse"); change("Enable signature","Activer la signature"); change("Enable emoticons","Activer emoticons"); change("Check Post Length","Verifier la longueur du texte"); change("Post Options","Option de post"); change("Show All","Tout voir"); change("Clickable Smilies","Smilies clicable"); change("Enter your Post","Taper votre post"); change("Close all Tags","Fermer tous les tag"); change("Open Tags:","Tag ouvert:"); change("Normal Mode","Mode normal"); change("Guided Mode","Mode guider"); change("Code Buttons","Boutons de Code"); change("No replies allowed","Pas de reponse permise"); change("Make Poll Only","Sondage seul"); change("[URL] and [IMG] tags allowed","Tag [URL] et [IMG] permit"); change("Maximum 15 answers.","Maximum 15 réponses."); change("Please put one answer per line.","Mettez s'il vous plaît une réponse par ligne."); change("Poll Choices","Choix de sondage"); change("Poll Question","Question du sondage"); change("Poll Settings","Configuration du sondage"); change("Topic Description","Description du topic"); change("Topic Settings","Configuration du topic"); change("Creating a Poll:","Créé un sondage:"); change("Subscribe to this forum","Souscriver a ce forum"); change("Mark this forum as read","Marquer ce forum comme lus"); change("Important Topics","Topic important"); change("Last Action","Dernière action"); change("Views","Vus"); change(" View New Posts "," Voir les nouveau post "); change("Topic Starter","Topic débuter par"); change("Topic Title","Titre du topic"); change("Last Post","Dernier post"); change("Moved Topic","Topic déplacer"); change("Locked Topic","Topic fermer"); change("new ","Nouvelle "); change("no Nouvelle ","Pas de nouvelle "); change(" Open Topic "," Topic Ouvert "); change("Our Members have made a total of ","Nos membres ont fait un total de "); change("No Members are celebrating a birthday today","Aucun membre ne fête son anniversaire aujourd'hui"); change("Today's Birthdays","Anniverssaire du jour"); change("Show detailed list ","Calssement "); change(" anonymous members "," Membre Invisible "); change("guests","Invité"); change("user(s) active in the past 15 minutes","utilisateur(s) actif depuis 15 minutes"); change("In:","Dans:"); change("Log Out","Deconnexion"); change("The newest member is","Le nouveau membre est"); change("inbox","Boite de réception"); change("my controls","Mes contrôles"); change("View New Posts","Voir les nouveau post"); change("My Assistant","Mon assistant"); change("members","Membres"); change("help","Aide"); change("search","Recherche"); change("calendar","Calendrier"); change("latest news","Dernière nouvelle "); change("Welcome back; your last visit was on","Bienvenue, vôtres dernière visite date du : "); change("Topics","Topics"); change("Last Post Info","Dernier post"); change("Replies","Réponse"); change("The moderating team","L’équipe des modérateurs"); change("Today's active topics","Sujet actif d'aujourd’hui"); change("Today's top 10 posters","Top 10 posteurs du jours"); change("Overall top 10 posters","Top 10 des posteurs"); change("Board Statistics","Statistique"); change("Our members have made a total of","Nos membres on fait un total de "); change("We have","Nous avons"); change("registered members The newest member is","Denier membres enregistré est"); change("Most users ever online was","Le plus grand nombres de membres connecté en même temps est de :"); change(" on "," le "); change("Delete cookies set by this board","Supprimer les cookies enregistrés par ce forum"); change("Mark all posts as read","Marquer tous les post comme lus"); change("by:","Par:"); change("Last Click","Le dernier clic"); change("Member Name","Nom de membres"); change("Next Newest","Le plus récent"); change("Next Oldest","Le plus ancien") change("Posted:","Posté:") change("Group:","Groupe:") change("Posts:","Postes:") change("Member No.:","Membre n°:") change("Joined:","Inscrit le:") change("Warn:","Avertissez:") change("Attach New Poll","Attacher le nouveau sondage") change("Track this topic","Suivre ce sujet") change("Email this topic","Envoyer ce sujet par email") change("Print this topic","Imprimer ce sujet") change("QUOTE","CITATION") change("Logged in as:","Connecter comme:") // --> </script>
|