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."] = "設定動作條透明度"
|
||||
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