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.
13 lines
439 B
13 lines
439 B
|
4 years ago
|
if GetLocale() ~= "frFR" then return end
|
||
|
|
if not DBM_COMMON_L then DBM_COMMON_L = {} end
|
||
|
|
|
||
|
|
local CL = DBM_COMMON_L
|
||
|
|
|
||
|
|
CL.UNKNOWN = "inconnu"
|
||
|
|
CL.LEFT = "Gauche"
|
||
|
|
CL.RIGHT = "Droite"
|
||
|
|
CL.BACK = "Derrière"
|
||
|
|
CL.MIDDLE = "Milieu"
|
||
|
|
CL.FRONT = "Devant"--"En face"?/In front
|
||
|
|
CL.INTERMISSION = "Intermission"--No blizz global for this, and will probably be used in most end tier fights with intermission phases
|