WoWInterface SVN Broker_BubbleToggle

[/] [Localization.lua] - Rev 2

Compare with Previous | Blame | View Log

-- Broker_BubbleToggle Localization File
-- THIS CONTENTS OF THIS FILE ARE AUTO-GENERATED BY THE WOWACE PACKAGER
-- Please use the Localization App on WowAce to update this
-- at http://www.wowace.com/projects/broker-windowed-mode/localization/

local addonName = ...
local AL3 = LibStub("AceLocale-3.0")
local debug = false
--[===[@debug@
debug = true
--@end-debug@]===]

local L = AL3:NewLocale(addonName, "enUS", true, debug)
if L then
L["Can't keybind in combat."] = true
L["Bubbles"] = true
L["Chat Bubbles"] = true
L["Hide Text"] = true
L["Left-Click"] = true
L["Middle-Click"] = true
L[ [=[Press a key to bind.

Or press ESC to cancel.]=] ] = true
L["Right-Click"] = true
L["Show Text"] = true
L["Toggle Chat Bubbles"] = true
L["No Bubbles"] = true

if GetLocale() == "enUS" or GetLocale() == "enGB" then return end
end

Compare with Previous | Blame