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.
12 lines
469 B
12 lines
469 B
-- Last update by GlitterStorm @ Azralon on Feb,28th,2015
|
|
if GetLocale() ~= "ptBR" then return end
|
|
if not DBM_COMMON_L then DBM_COMMON_L = {} end
|
|
|
|
local CL = DBM_COMMON_L
|
|
|
|
CL.UNKNOWN = "desconhecido"
|
|
CL.LEFT = "Esquerda"
|
|
CL.RIGHT = "Direita"
|
|
CL.BACK = "Atrás"
|
|
CL.FRONT = "A frente"
|
|
CL.INTERMISSION = "Intermissão"--No blizz global for this, and will probably be used in most end tier fights with intermission phases
|
|
|