101 lines
4.0 KiB
Lua
101 lines
4.0 KiB
Lua
--[[ $Id$ ]]
|
|
-- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "deDE")
|
|
if not L then return end
|
|
|
|
-- L["%s Bar"] = true
|
|
-- L["ALT"] = true
|
|
-- L["ActionBar Switching"] = true
|
|
-- L["Alignment"] = true
|
|
-- L["Alpha"] = true
|
|
-- L["Always Hide"] = true
|
|
-- L["Always Show"] = true
|
|
-- L["Auto-Assist"] = true
|
|
-- L["Bag Bar"] = true
|
|
-- L["Bar %s"] = true
|
|
-- L["Bar Style & Layout"] = true
|
|
-- L["Bars"] = true
|
|
-- L["Button Grid"] = true
|
|
-- L["Button Look"] = true
|
|
-- L["Button Tooltip"] = true
|
|
-- L["Buttons"] = true
|
|
-- L["CTRL"] = true
|
|
-- L["Colors"] = true
|
|
-- L["Configure the Stance Bar"] = true
|
|
-- L["Configure Bar %s"] = true
|
|
-- L["Configure actionbar paging when the alt key is down."] = true
|
|
-- L["Configure actionbar paging when the ctrl key is down."] = true
|
|
-- L["Configure actionbar paging when the shift key is down."] = true
|
|
-- L["Configure how the Out of Range Indicator should display on the buttons."] = true
|
|
-- L["Configure the Bag Bar"] = true
|
|
-- L["Configure the Button Tooltip."] = true
|
|
-- L["Configure the Micro Menu"] = true
|
|
-- L["Configure the Pet Bar"] = true
|
|
-- L["Configure the alpha of the bar."] = true
|
|
-- L["Configure the padding of the buttons."] = true
|
|
-- L["Configure the scale of the bar."] = true
|
|
-- L["Configure when to Show/Hide the bar."] = true
|
|
-- L["Default Bar State"] = true
|
|
-- L["Disabled"] = true
|
|
-- L["Disabled in Combat"] = true
|
|
-- L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = true
|
|
-- L["Enable Bar Switching based on the actionbar controls provided by the game."] = true
|
|
-- L["Enable State-based Button Swaping"] = true
|
|
-- L["Enable the Bag Bar"] = true
|
|
-- L["Enable the FadeOut mode"] = true
|
|
-- L["Enable the Micro Menu"] = true
|
|
-- L["Enable the PetBar"] = true
|
|
-- L["Enable the StanceBar"] = true
|
|
-- L["Enable/Disable the bar."] = true
|
|
-- L["Enabled"] = true
|
|
-- L["FAQ"] = true
|
|
-- L["FAQ_TEXT"] = true
|
|
-- L["Fade Out"] = true
|
|
-- L["Fade Out Alpha"] = true
|
|
-- L["Fade Out Delay"] = true
|
|
-- L["Frequently Asked Questions"] = true
|
|
-- L["Full Button Mode"] = true
|
|
-- L["General Settings"] = true
|
|
-- L["Hide Hotkey"] = true
|
|
-- L["Hide Macro Text"] = true
|
|
-- L["Hide in Combat"] = true
|
|
-- L["Hide the Hotkey on the buttons of this bar."] = true
|
|
-- L["Hide the Macro Text on the buttons of this bar."] = true
|
|
-- L["Hotkey Mode"] = true
|
|
-- L["Keyring"] = true
|
|
-- L["Lock"] = true
|
|
-- L["Lock all bars."] = true
|
|
-- L["Micro Menu"] = true
|
|
-- L["Modifier Based Switching"] = true
|
|
-- L["No Display"] = true
|
|
-- L["Number of buttons."] = true
|
|
-- L["Number of rows."] = true
|
|
-- L["One Bag"] = true
|
|
-- L["Only show one Bag Button in the BagBar."] = true
|
|
-- L["Out of Mana Indicator"] = true
|
|
-- L["Out of Range Indicator"] = true
|
|
-- L["Padding"] = true
|
|
-- L["Pet Bar"] = true
|
|
-- L["Possess Bar"] = true
|
|
-- L["Right-click Self-Cast"] = true
|
|
-- L["Rows"] = true
|
|
-- L["SHIFT"] = true
|
|
-- L["Scale"] = true
|
|
-- L["Self-Cast by modifier"] = true
|
|
-- L["Show in Combat"] = true
|
|
-- L["Show the keyring button."] = true
|
|
-- L["Show/Hide"] = true
|
|
-- L["Specify the Color of the Out of Mana Indicator"] = true
|
|
-- L["Specify the Color of the Out of Range Indicator"] = true
|
|
-- L["Stance Bar"] = true
|
|
-- L["Stance Configuration"] = true
|
|
-- L["State Configuration"] = true
|
|
-- L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = true
|
|
-- L["The Alignment menu is still on the TODO.\n\nAs a quick preview of whats planned:\n\n\t- Absolute and relative Bar Positioning\n\t- Bars \"snapping\" together and building clusters"] = true
|
|
-- L["The default behaviour of this bar when no state-based paging option affects it."] = true
|
|
-- L["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"] = true
|
|
-- L["Toggle the button grid."] = true
|
|
-- L["Toggle the use of the modifier-based self-cast functionality."] = true
|
|
-- L["Toggle the use of the right-click self-cast functionality."] = true
|
|
-- L["Zoom"] = true
|