-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlocalization.fr.lua
68 lines (55 loc) · 1.63 KB
/
localization.fr.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
-- 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"
})