You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.6 KiB

5 years ago
-- Last update: 12/20/2012 (20/12/2012 in french format)
-- By Edoz (stephanelc35@msn.com)
if GetLocale() ~= "frFR" then return end
local L
--------------------------
-- Blastenheimer 5000 --
--------------------------
L = DBM:GetModLocalization("Cannon")
L:SetGeneralLocalization({
name = "Ultra-canon Explonheimer 5000"
})
-------------
-- Gnoll --
-------------
L = DBM:GetModLocalization("Gnoll")
L:SetGeneralLocalization({
name = "Cogne-gnoll"
})
L:SetWarningLocalization({
warnGameOverQuest = "Vous avez gagné %d des %d points possibles",
warnGameOverNoQuest = "Jeu terminé avec un total de %d points possibles",
warnGnoll = "Gnoll apparu",
warnHogger = "Lardeur apparu",
specWarnHogger = "Lardeur apparu!"
})
L:SetOptionLocalization({
warnGameOver = "Afficher le total des points qui était possibles quand le jeu est terminé",
warnGnoll = "Alerte quand un Gnoll apparait",
warnHogger = "Alerte quand Lardeur apparait",
specWarnHogger = "Alerte spécial quand Lardeur apparait"
})
------------------------
-- Shooting Gallery --
------------------------
L = DBM:GetModLocalization("Shot")
L:SetGeneralLocalization({
name = "Tir réflexe"
})
L:SetOptionLocalization({
SetBubbles = "Désactiver les bulles de texte pendant $spell:101871<br/>(Restaure les paramètres à la fin du jeu)"
})
----------------------
-- Tonk Challenge --
----------------------
L = DBM:GetModLocalization("Tonks")
L:SetGeneralLocalization({
name = "Jeu de chariottes"
})
-----------------------
-- Darkmoon Rabbit --
-----------------------
L = DBM:GetModLocalization("Rabbit")
L:SetGeneralLocalization({
name = "Lapin de Sombrelune"
})