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"] = "Configure la barre des sacs."
|
||||
L["Configure the Button Tooltip."] = "Configure la bulle d'aide des boutons."
|
||||
L["Configure the Micro Menu"] = "Configure le micro menu."
|
||||
L["Configure the Pet Bar"] = "Configure la barre du familier."
|
||||
-- L["Configure the Reputation Bar"] = true
|
||||
-- L["Configure the XP Bar"] = true
|
||||
L["Configure the alpha of the bar."] = "Configure la transparence de la barre."
|
||||
L["Configure the padding of the buttons."] = "Configure l'espacement entre les boutons."
|
||||
L["Configure the scale of the bar."] = "Configure l'échelle de la barre."
|
||||
@@ -44,7 +46,9 @@ L["Enable the Bag Bar"] = "Active la barre des sacs."
|
||||
L["Enable the FadeOut mode"] = "Active le mode Fondu."
|
||||
L["Enable the Micro Menu"] = "Active le micro menu."
|
||||
L["Enable the PetBar"] = "Active la barre du familier."
|
||||
-- L["Enable the Reputation Bar"] = true
|
||||
L["Enable the StanceBar"] = "Active la barre des postures."
|
||||
-- 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."] = "Active/Désactive la barre."
|
||||
L["Enabled"] = "Activée"
|
||||
@@ -88,6 +92,7 @@ L["Out of Range Indicator"] = "Indic. Hors de portée"
|
||||
L["Padding"] = "Espacement"
|
||||
L["Pet Bar"] = "Barre du familier"
|
||||
L["Possess Bar"] = "Posses."
|
||||
-- L["Reputation Bar"] = true
|
||||
L["Right-click Self-Cast"] = "Ciblage auto. clic droit"
|
||||
L["Rows"] = "Rangées"
|
||||
L["SHIFT"] = "SHIFT"
|
||||
@@ -114,6 +119,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "Utilise ou no
|
||||
-- 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