Files
coa-dbm/DBM-GUI/localization.en.lua
Andrew6810 39c0ed874e init
2022-10-21 06:50:13 -07:00

144 lines
5.2 KiB
Lua

DBM_GUI_Translations = {}
local L = DBM_GUI_Translations
L.MainFrame = "Deadly Boss Mods"
L.TranslationBy = "Nitram, Tandanu & Tennberg"
L.TabCategory_Options = "General Options"
L.TabCategory_WOTLK = "Wrath of the Lich King"
L.TabCategory_BC = "The Burning Crusade"
L.TabCategory_VANILLA = "Vanilla"
L.TabCategory_OTHER = "Misc Mods"
L.BossModLoaded = "%s statistics"
L.BossModLoad_now = [[This boss mod is not loaded.
It will be loaded when you enter the instance.
You can also click the button to load the mod manually.]]
L.PosX = 'Position X'
L.PosY = 'Position Y'
L.MoveMe = 'Move me'
L.Button_OK = 'OK'
L.Button_Cancel = 'Cancel'
L.Button_LoadMod = 'Load AddOn'
L.Mod_Enabled = "Enable boss mod"
L.Mod_EnableAnnounce = "Announce to raid"
L.Reset = "Reset"
L.Enable = "Enable"
L.Disable = "Disable"
L.NoSound = "No sound"
L.IconsInUse = "Icons used by this mod"
-- Tab: Boss Statistics
L.BossStatistics = "Boss Statistics"
L.Statistic_Kills = "Kills:"
L.Statistic_Wipes = "Wipes:"
L.Statistic_BestKill = "Best Kill:"
L.Statistic_Heroic = "Heroic"
L.Statistic_Heroic10 = "Heroic 10"
L.Statistic_Heroic25 = "Heroic 25"
-- Tab: General Options
L.General = "General DBM Options"
L.EnableDBM = "Enable DBM"
L.EnableStatus = "Reply to 'status' whispers"
L.AutoRespond = "Enable auto-respond while fighting"
L.EnableMiniMapIcon = "Show minimap button"
L.FixCLEUOnCombatStart = "Clear combat log cache on pull"
L.Latency_Text = "Set max latency sync threshold: %d"
L.Button_RangeFrame = "Show/hide range frame"
L.Button_TestBars = "Start test bars"
L.PizzaTimer_Headline = 'Create a "Pizza Timer"'
L.PizzaTimer_Title = 'Name (e.g. "Pizza!")'
L.PizzaTimer_Hours = "Hours"
L.PizzaTimer_Mins = "Min"
L.PizzaTimer_Secs = "Sec"
L.PizzaTimer_ButtonStart = "Start timer"
L.PizzaTimer_BroadCast = "Broadcast to raid"
-- Tab: Raidwarning
L.Tab_RaidWarning = "Raid Warnings"
L.RaidWarning_Header = "Raid Warning Options"
L.RaidWarnColors = "Raid Warning Colors"
L.RaidWarnColor_1 = "Color 1"
L.RaidWarnColor_2 = "Color 2"
L.RaidWarnColor_3 = "Color 3"
L.RaidWarnColor_4 = "Color 4"
L.InfoRaidWarning = [[You can specify the position and colors of the raid warning frame.
This frame is used for messages like "Player X is affected by Y".]]
L.ColorResetted = "The color settings of this field have been reset."
L.ShowWarningsInChat = "Show warnings in chat frame"
L.ShowFakedRaidWarnings = "Show warnings as faked raid warning messages"
L.WarningIconLeft = "Show icon on left side"
L.WarningIconRight = "Show icon on right side"
L.RaidWarnMessage = "Thanks for using Deadly Boss Mods"
L.BarWhileMove = "Raid warning movable"
L.RaidWarnSound = "Play sound on raid warning"
L.SpecialWarnSound = "Play sound on special warning"
-- Tab: Barsetup
L.BarSetup = "Bar Style"
L.BarTexture = "Bar texture"
L.BarStartColor = "Start color"
L.BarEndColor = "End color"
L.ExpandUpwards = "Expand bars upward"
L.Bar_Font = "Font used for bars"
L.Bar_FontSize = "Font size"
L.Slider_BarOffSetX = "Offset X: %d"
L.Slider_BarOffSetY = "Offset Y: %d"
L.Slider_BarWidth = "Bar width: %d"
L.Slider_BarScale = "Bar scale: %0.2f"
L.AreaTitle_BarSetup = "General Bar Options"
L.AreaTitle_BarSetupSmall = "Small Bar Options"
L.AreaTitle_BarSetupHuge = "Huge Bar Options"
L.BarIconLeft = "Left icon"
L.BarIconRight = "Right icon"
L.EnableHugeBar = "Enable huge bar (aka Bar 2)"
L.FillUpBars = "Fill up bars"
L.ClickThrough = "Disable mouse events (allows you to click through bars)"
-- Tab: Spec Warn Frame
L.Panel_SpecWarnFrame = "Special Warnings"
L.Area_SpecWarn = "Special Warning Options"
L.SpecWarn_Enabled = "Show special warnings for boss abilities"
L.SpecWarn_Font = "Font used for special warnings"
L.SpecWarn_DemoButton = "Show example"
L.SpecWarn_MoveMe = "Set position"
L.SpecWarn_FontSize = "Font size"
L.SpecWarn_FontColor = "Font color"
L.SpecWarn_FontType = "Select font"
L.SpecWarn_ResetMe = "Reset to defaults"
-- Tab: HealthFrame
L.Panel_HPFrame = "Health Frame"
L.Area_HPFrame = "Health Frame Options"
L.HP_Enabled = "Always show health frame (Overrides boss-specific option)"
L.HP_GrowUpwards = "Expand health frame upward"
L.HP_ShowDemo = "Show HP frame"
L.BarWidth = "Bar width: %d"
-- Tab: Spam Filter
L.Panel_SpamFilter = "Global and Spam Filters"
L.Area_SpamFilter = "Spam Filter Options"
L.HideBossEmoteFrame = "Hide raid boss emote frame"
L.SpamBlockRaidWarning = "Filter announces from other boss mods"
L.SpamBlockBossWhispers = "Filter <DBM> warning whispers while fighting"
L.BlockVersionUpdatePopup = "Disable update notification popup"
L.ShowBigBrotherOnCombatStart = "Perform Big Brother buff check on combat start"
L.BigBrotherAnnounceToRaid = "Announce Big Brother results to raid"
L.Area_SpamFilter_Outgoing = "Global Filter Options"
L.SpamBlockNoShowAnnounce = "Do not show announces or play warning sounds"
L.SpamBlockNoSendAnnounce = "Do not send announces to raid chat"
L.SpamBlockNoSendWhisper = "Do not send whispers to other players"
L.SpamBlockNoSetIcon = "Do not set icons on targets"