Added very basic Reputation/XP Bar modules
Support for the XP and Reputation Bar, Bartender4 hides them so it can show them again. Disabled by default. Note: The XP Bar hides itself when you reach max-level, and the Reputation Bar hides itself if you are not tracking any reputation.
This commit is contained in:
@@ -28,6 +28,8 @@ L["Configure the Bag Bar"] = "Настройка панели Сумок"
|
||||
L["Configure the Button Tooltip."] = "Отображение всплывающих подсказок для кнопок."
|
||||
L["Configure the Micro Menu"] = "Настройка Микроменю"
|
||||
L["Configure the Pet Bar"] = "Настройка панели питомца"
|
||||
-- L["Configure the Reputation Bar"] = true
|
||||
-- L["Configure the XP Bar"] = true
|
||||
L["Configure the alpha of the bar."] = "Настройка степени прозрачности панели (1 - непрозрачная)."
|
||||
L["Configure the padding of the buttons."] = "Настройка ширины промежутков между кнопками."
|
||||
L["Configure the scale of the bar."] = "Настройка масштаба панели"
|
||||
@@ -44,7 +46,9 @@ L["Enable the Bag Bar"] = "Включить панель Сумок"
|
||||
L["Enable the FadeOut mode"] = "Включить режим сокрытия панели когда она не используется"
|
||||
L["Enable the Micro Menu"] = "Включить Микроменю"
|
||||
L["Enable the PetBar"] = "Включить панель питомца"
|
||||
-- L["Enable the Reputation Bar"] = true
|
||||
L["Enable the StanceBar"] = "Включить панель стоек"
|
||||
-- L["Enable the XP Bar"] = true
|
||||
-- L["Enable the use of a custom condition, disabling all of the above."] = true
|
||||
L["Enable/Disable the bar."] = "Включить/Отключить панель"
|
||||
L["Enabled"] = "Включено"
|
||||
@@ -88,6 +92,7 @@ L["Out of Range Indicator"] = "Индикатор 'Вне Зоны'"
|
||||
L["Padding"] = "Промежутки"
|
||||
L["Pet Bar"] = "Панель питомца"
|
||||
L["Possess Bar"] = "Панель контроля"
|
||||
-- L["Reputation Bar"] = true
|
||||
L["Right-click Self-Cast"] = "ПКМ чтение на себя"
|
||||
L["Rows"] = "Строки"
|
||||
L["SHIFT"] = "SHIFT"
|
||||
@@ -114,6 +119,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "Перекл
|
||||
-- L["Use Custom Condition"] = true
|
||||
-- L["Vertical MicroMenu"] = true
|
||||
-- L["Visibility"] = true
|
||||
-- L["XP Bar"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
|
||||
Reference in New Issue
Block a user