23 lines
1.4 KiB
Lua
23 lines
1.4 KiB
Lua
-- Guda Localization
|
|
|
|
-- Keybinding localization
|
|
BINDING_HEADER_GUDA = "Guda"
|
|
BINDING_NAME_GUDA_TOGGLE_BAGS = "Toggle Bags"
|
|
BINDING_NAME_GUDA_TOGGLE_BANK = "Toggle Bank"
|
|
BINDING_NAME_GUDA_USE_QUEST_ITEM_1 = "Quest Bar 1"
|
|
BINDING_NAME_GUDA_USE_QUEST_ITEM_2 = "Quest Bar 2"
|
|
|
|
-- Additional localization strings can be added here
|
|
L_SHOW_TOOLTIP_COUNTS = "Tooltip Extension"
|
|
L_SHOW_TOOLTIP_COUNTS_TT = "Show how many of this item you have across all your characters in the item tooltip."
|
|
|
|
L_LOCK_BAGS_TT = "Lock the bag frames in place so they cannot be moved by dragging."
|
|
L_HIDE_BORDERS_TT = "Hide the thick borders around the bag and bank frames for a cleaner look."
|
|
L_QUALITY_BORDER_EQ_TT = "Show a color-coded border around equipped items based on their quality (Common, Rare, Epic, etc.)."
|
|
L_QUALITY_BORDER_OTHER_TT = "Show a color-coded border around non-equipped items in your bags and bank based on their quality."
|
|
L_SHOW_SEARCH_BAR_TT = "Show a search bar at the top of your bags to quickly find items."
|
|
L_SHOW_QUEST_BAR_TT = "Show a bar for quickly accessing quest-related items."
|
|
L_HOVER_BAGLINE_TT = "Minimizes the bag container to show only the main bag and keyring. Hover over the main bag to view the other bags."
|
|
L_HIDE_BAGLINE_TT = "Hides bag slots 1-4 from the footer. Click the main bag to show a flyout with all bag slots."
|
|
L_HIDE_FOOTER_TT = "Hide the bottom section of the bag frame containing money and bag slots."
|