Bastion aims to serve as a highly performant, simplisitic, and expandable World of Warcraft data visualization framework.
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.
Bastion/scripts/Locales/enUS/enUS.lua

25 lines
670 B

local Tinkr, Bastion = ...
local L = Bastion.Locale:NewLocale("Bastion", "enUS", true)
L["Available commands:"] = true
L["[MythicPlusUtils] Unknown command"] = true
L["Bastion"] = true
L["Cast logging "] = true
L["Debuff logging "] = true
L["Debug mode disabled"] = true
L["Debug mode enabled"] = true
L["Disabled"] = true
L["Dump spells to a file"] = true
L["Enabled"] = true
L["Module not found"] = true
L["Tinkr"] = true
L["Toggle a module on/off"] = true
L["Toggle bastion on/off"] = true
L["Toggle debug mode on/off"] = true
L["Toggle m+ module on/off"] = true
L["Toggle trace mode on/off"] = true
L["Trace mode disabled"] = true
L["Trace mode enabled"] = true