diff --git a/TitanClassic/TitanClassic.toc b/TitanClassic/TitanClassic.toc index b1c315b..1d9cd46 100644 --- a/TitanClassic/TitanClassic.toc +++ b/TitanClassic/TitanClassic.toc @@ -1,7 +1,7 @@ ## Interface: 11304 -## Title: Titan Panel Classic |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic |cff00aa001.2.2.11304|r ## Author: Titan Panel Development Team -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu ## Notes: Adds a display bar on the top and/or bottom of the screen. Allows users to show and control information/launcher plugins. diff --git a/TitanClassic/locale/Localization.BR.lua b/TitanClassic/locale/Localization.BR.lua index a6bed42..ce30ff3 100644 --- a/TitanClassic/locale/Localization.BR.lua +++ b/TitanClassic/locale/Localization.BR.lua @@ -498,15 +498,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Informações de Conserto", button = "Durabilidade: ", normal = "Custo de Conserto (Normal): ", - friendly = "Custo de Conserto (Respeitado): ", honored = "Custo de Conserto (Honrado): ", - revered = "Custo de Conserto (Reverenciado): ", - exalted = "Custo de Conserto (Exaltado): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Exibir Normal", - buttonFriendly = "Exibir Respeitado (5%)", buttonHonored = "Exibir Honrado (10%)", - buttonRevered = "Exibir Reverenciado (15%)", - buttonExalted = "Exibir Exaltado (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Exibir como Porcentagem", itemnames = "Exibir Nome dos Itens", mostdamaged = "Exibir o Mais Danificado", diff --git a/TitanClassic/locale/Localization.CN.lua b/TitanClassic/locale/Localization.CN.lua index 7ced0bb..430e669 100644 --- a/TitanClassic/locale/Localization.CN.lua +++ b/TitanClassic/locale/Localization.CN.lua @@ -480,8 +480,8 @@ L["TITAN_REGEN_MENU_TOOLTIP_TITLE"] = "恢复速度" L["TITAN_REGEN_MENU_SHOW2"] = "生命值" L["TITAN_REGEN_MENU_SHOW3"] = "法力值" L["TITAN_REGEN_MENU_SHOW4"] = "显示百分比" -L["TITAN_REGEN_BUTTON_TEXT_HP"] = "法力值: " -L["TITAN_REGEN_BUTTON_TEXT_MP"] = "生命值: " +L["TITAN_REGEN_BUTTON_TEXT_HP"] = "生命值: " +L["TITAN_REGEN_BUTTON_TEXT_MP"] = "法力值: " L["TITAN_REGEN_TOOLTIP1"] = "生命值: \t"..GREEN_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." / " ..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..RED_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE..")"; L["TITAN_REGEN_TOOLTIP2"] = "法力值: \t"..GREEN_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." / " ..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..RED_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE..")"; L["TITAN_REGEN_TOOLTIP3"] = "最快生命回复速度: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; @@ -496,15 +496,13 @@ L["REPAIR_LOCALE"] = { tooltip = "耐久度信息", button = "耐久度: ", normal = "修理费用 (正常): ", - friendly = "修理费用 (友善): ", honored = "修理费用 (尊敬): ", - revered = "修理费用 (崇敬): ", - exalted = "修理费用 (崇拜): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "显示正常费用", - buttonFriendly = "显示(声望友善)费用 (5%折扣)", buttonHonored = "显示(声望尊敬)费用 (10%折扣)", - buttonRevered = "显示(声望崇敬)费用 (15%折扣)", - buttonExalted = "显示(声望崇拜)费用 (20%折扣)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "显示为百分比", itemnames = "显示物品名称", mostdamaged = "耐久度最低的", diff --git a/TitanClassic/locale/Localization.DE.lua b/TitanClassic/locale/Localization.DE.lua index c8227fc..8945549 100644 --- a/TitanClassic/locale/Localization.DE.lua +++ b/TitanClassic/locale/Localization.DE.lua @@ -496,15 +496,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Haltbarkeits-Info", button = "Haltbarkeit: ", normal = "Reparaturkosten (Normal): ", - friendly = "Reparaturkosten (freundlich): ", honored = "Reparaturkosten (wohlwollend): ", - revered = "Reparaturkosten (respektvoll): ", - exalted = "Reparaturkosten (ehrf\195\188rchtig): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Zeige normal", - buttonFriendly = "Zeige freundlich (5%)", buttonHonored = "Zeige wohlwollend (10%)", - buttonRevered = "Zeige respektvoll (15%)", - buttonExalted = "Zeige ehrf\195\188rchtig (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Prozent anzeigen", itemnames = "Zeige Gegenstandsnamen an", mostdamaged = "Zeige die am meisten besch\195\164digten an", diff --git a/TitanClassic/locale/Localization.ES.lua b/TitanClassic/locale/Localization.ES.lua index a3ee04b..8860ac6 100644 --- a/TitanClassic/locale/Localization.ES.lua +++ b/TitanClassic/locale/Localization.ES.lua @@ -512,15 +512,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Información de reparación", button = "Durabilidad: ", normal = "Coste de reparación (Neutral): ", - friendly = "Coste de reparación (Amistoso): ", honored = "Coste de reparación (Honorable): ", - revered = "Coste de reparación (Venerado): ", - exalted = "Coste de reparación (Exaltado): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Mostrar neutral", - buttonFriendly = "Mostrar amistoso (5%)", buttonHonored = "Mostrar honorable (10%)", - buttonRevered = "Mostrar venerado (15%)", - buttonExalted = "Mostrar exaltado (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Mostrar como porcentaje", itemnames = "Mostrar nombres de objetos", mostdamaged = "Mostrar el más dañado", diff --git a/TitanClassic/locale/Localization.FR.lua b/TitanClassic/locale/Localization.FR.lua index 66a83e7..f374e43 100644 --- a/TitanClassic/locale/Localization.FR.lua +++ b/TitanClassic/locale/Localization.FR.lua @@ -498,15 +498,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Infos de réparation", button = "Durabilité: ", normal = "Coût de réparation (normal) : ", - friendly = "Coût de réparation (amical) : ", honored = "Coût de réparation (honoré) : ", - revered = "Coût de réparation (révéré) : ", - exalted = "Coût de réparation (exalté) : ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Afficher normal", - buttonFriendly = "Afficher amical (5%)", buttonHonored = "Afficher honoré (10%)", - buttonRevered = "Afficher révéré (15%)", - buttonExalted = "Afficher exalté (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Afficher en pourcentage", itemnames = "Afficher le nom des objets", mostdamaged = "Afficher le plus endommagé", diff --git a/TitanClassic/locale/Localization.IT.lua b/TitanClassic/locale/Localization.IT.lua index e55dc8c..891e94d 100644 --- a/TitanClassic/locale/Localization.IT.lua +++ b/TitanClassic/locale/Localization.IT.lua @@ -496,15 +496,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Info Riparazione", button = "Integrità: ", normal = "Costo Riparazione (Normale): ", - friendly = "Costo Riparazione (Amichevole): ", honored = "Costo Riparazione (Onorato): ", - revered = "Costo Riparazione (Riverito): ", - exalted = "Costo Riparazione (Osannato): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Mostra Normale", - buttonFriendly = "Mostra Amichevole (5%)", buttonHonored = "Mostra Onorato (10%)", - buttonRevered = "Mostra Riverito (15%)", - buttonExalted = "Mostra Osannato (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Mostra come percentuale", itemnames = "Mostra nomi oggetti", mostdamaged = "Mostra più danneggiato", diff --git a/TitanClassic/locale/Localization.KR.lua b/TitanClassic/locale/Localization.KR.lua index 358776c..e397145 100644 --- a/TitanClassic/locale/Localization.KR.lua +++ b/TitanClassic/locale/Localization.KR.lua @@ -495,15 +495,13 @@ L["REPAIR_LOCALE"] = { tooltip = "내구도 정보", button = "내구도: ", normal = "수리비용 (중립적): ", - friendly = "수리비용 (약간 우호적): ", honored = "수리비용 (우호적): ", - revered = "수리비용 (매우 우호적): ", - exalted = "수리비용 (확고한 동맹): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "중립적 표시", - buttonFriendly = "약간 우호적 표시 (5%)", buttonHonored = "우호적 표시 (10%)", - buttonRevered = "매우 우호적 표시 (15%)", - buttonExalted = "확고한 동맹 표시 (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "백분율로 표시", itemnames = "아이템 이름 표시", mostdamaged = "최대 공격력 표시", diff --git a/TitanClassic/locale/Localization.RU.lua b/TitanClassic/locale/Localization.RU.lua index 0b75541..330d9fd 100644 --- a/TitanClassic/locale/Localization.RU.lua +++ b/TitanClassic/locale/Localization.RU.lua @@ -496,15 +496,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Информация о прочности амуниции", button = "Прочность: ", normal = "Стоимость ремонта (Стандарт): ", - friendly = "Стоимость ремонта (Дружелюбие): ", honored = "Стоимость ремонта (Уважение): ", - revered = "Стоимость ремонта (Почтение): ", - exalted = "Стоимость ремонта (Превознесение): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Показать обычное", - buttonFriendly = "Показать Дружелюбие (5%)", buttonHonored = "Показать Уважение (10%)", - buttonRevered = "Показать Почтение (15%)", - buttonExalted = "Показать Превознесение (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Показывать в процентах", itemnames = "Показывать название предмета", mostdamaged = "Показывать наибольше повреждённую", diff --git a/TitanClassic/locale/Localization.TW.lua b/TitanClassic/locale/Localization.TW.lua index ad68009..cd47508 100644 --- a/TitanClassic/locale/Localization.TW.lua +++ b/TitanClassic/locale/Localization.TW.lua @@ -480,8 +480,8 @@ L["TITAN_REGEN_MENU_TOOLTIP_TITLE"] = "恢復速率" L["TITAN_REGEN_MENU_SHOW2"] = "HP" L["TITAN_REGEN_MENU_SHOW3"] = "MP" L["TITAN_REGEN_MENU_SHOW4"] = "顯示百分比" -L["TITAN_REGEN_BUTTON_TEXT_HP"] = "法力值: " -L["TITAN_REGEN_BUTTON_TEXT_MP"] = "生命值: " +L["TITAN_REGEN_BUTTON_TEXT_HP"] = "生命值: " +L["TITAN_REGEN_BUTTON_TEXT_MP"] = "法力值: " L["TITAN_REGEN_TOOLTIP1"] = "生命: \t"..GREEN_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." / " ..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..RED_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE..")"; L["TITAN_REGEN_TOOLTIP2"] = "法力: \t"..GREEN_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." / " ..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..RED_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE..")"; L["TITAN_REGEN_TOOLTIP3"] = "最高 HP 恢復速度: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; @@ -496,15 +496,13 @@ L["REPAIR_LOCALE"] = { tooltip = "裝備耐久度", button = "裝備耐久度: ", normal = "修裝花費 (正常): ", - friendly = "修裝花費 (友善): ", honored = "修裝花費 (尊敬): ", - revered = "修裝花費 (崇敬): ", - exalted = "修裝花費 (崇拜): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "顯示正常", - buttonFriendly = "顯示友善 (5%)", buttonHonored = "顯示尊敬 (10%)", - buttonRevered = "顯示崇敬 (15%)", - buttonExalted = "顯示崇拜 (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "顯示百分比", itemnames = "顯示物品的名稱", mostdamaged = "損壞最多的", diff --git a/TitanClassic/locale/Localization.lua b/TitanClassic/locale/Localization.lua index 818a4e3..5ed816e 100644 --- a/TitanClassic/locale/Localization.lua +++ b/TitanClassic/locale/Localization.lua @@ -501,15 +501,13 @@ L["REPAIR_LOCALE"] = { tooltip = "Repair Info", button = "Durability: ", normal = "Repair Cost (Normal): ", - friendly = "Repair Cost (Friendly): ", honored = "Repair Cost (Honored): ", - revered = "Repair Cost (Revered): ", - exalted = "Repair Cost (Exalted): ", + pvp = "Repair Cost (PVP Rank 3): ", + combined = "Repair Cost (Combined): ", buttonNormal = "Show Normal", - buttonFriendly = "Show Friendly (5%)", buttonHonored = "Show Honored (10%)", - buttonRevered = "Show Revered (15%)", - buttonExalted = "Show Exalted (20%)", + buttonPVP = "Show PVP Rank 3 (10%)", + buttonCombined = "Show Combined (20%)", percentage = "Show as Percentage", itemnames = "Show Item Names", mostdamaged = "Show Most Damaged", diff --git a/TitanClassicAmmo/TitanClassicAmmo.toc b/TitanClassicAmmo/TitanClassicAmmo.toc index 5869c83..6c7ce8c 100644 --- a/TitanClassicAmmo/TitanClassicAmmo.toc +++ b/TitanClassicAmmo/TitanClassicAmmo.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.2.2.11304|r ## Notes: Adds an ammo monitor to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicAmmo.xml \ No newline at end of file diff --git a/TitanClassicBag/TitanClassicBag.toc b/TitanClassicBag/TitanClassicBag.toc index 971700a..453834f 100644 --- a/TitanClassicBag/TitanClassicBag.toc +++ b/TitanClassicBag/TitanClassicBag.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.2.2.11304|r ## Notes: Adds bag and free slot information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicBag.xml diff --git a/TitanClassicClock/TitanClassicClock.toc b/TitanClassicClock/TitanClassicClock.toc index 41023be..7181576 100644 --- a/TitanClassicClock/TitanClassicClock.toc +++ b/TitanClassicClock/TitanClassicClock.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.2.2.11304|r ## Notes: Adds a clock to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicClock.xml diff --git a/TitanClassicGold/TitanClassicGold.toc b/TitanClassicGold/TitanClassicGold.toc index 6ade5fe..fcb9a73 100644 --- a/TitanClassicGold/TitanClassicGold.toc +++ b/TitanClassicGold/TitanClassicGold.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.2.2.11304|r ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis. ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: GoldSave ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicGold.xml diff --git a/TitanClassicLocation/TitanClassicLocation.toc b/TitanClassicLocation/TitanClassicLocation.toc index 894a941..68ea83e 100644 --- a/TitanClassicLocation/TitanClassicLocation.toc +++ b/TitanClassicLocation/TitanClassicLocation.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.2.2.11304|r ## Notes: Adds coordinates and location information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicLocation.xml diff --git a/TitanClassicLootType/TitanClassicLootType.toc b/TitanClassicLootType/TitanClassicLootType.toc index 0464718..8f75134 100644 --- a/TitanClassicLootType/TitanClassicLootType.toc +++ b/TitanClassicLootType/TitanClassicLootType.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.2.2.11304|r ## Notes: Adds group loot and instance difficulty information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: TitanClassicLootTypeSaved ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicLootType.xml diff --git a/TitanClassicPerformance/TitanClassicPerformance.toc b/TitanClassicPerformance/TitanClassicPerformance.toc index 75bf645..e3321bf 100644 --- a/TitanClassicPerformance/TitanClassicPerformance.toc +++ b/TitanClassicPerformance/TitanClassicPerformance.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.2.2.11304|r ## Notes: Adds FPS and Garbage collection information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicPerformance.xml diff --git a/TitanClassicRegen/TitanClassicRegen.toc b/TitanClassicRegen/TitanClassicRegen.toc index e04293d..a4ddc28 100644 --- a/TitanClassicRegen/TitanClassicRegen.toc +++ b/TitanClassicRegen/TitanClassicRegen.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fRegen|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fRegen|r] |cff00aa001.2.2.11304|r ## Notes: Adds a regen monitor to Titan panel to show HP/MANA regen ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicRegen.xml \ No newline at end of file diff --git a/TitanClassicRepair/TitanClassicRepair.lua b/TitanClassicRepair/TitanClassicRepair.lua index 2e8e4ff..201fe91 100644 --- a/TitanClassicRepair/TitanClassicRepair.lua +++ b/TitanClassicRepair/TitanClassicRepair.lua @@ -1047,10 +1047,9 @@ function TitanPanelRepairButton_GetTooltipText() if (sum > 0) then out = out..TitanUtils_GetGoldText(L["REPAIR_LOCALE"]["Discounts"])..TitanUtils_GetHighlightText("") local costStr = TitanPanelRepair_GetTextGSC(sum); - --local costfrStr = TitanPanelRepair_GetTextGSC(sum * 0.95); local costhonStr = TitanPanelRepair_GetTextGSC(sum * 0.90); - --local costrevStr = TitanPanelRepair_GetTextGSC(sum * 0.85); - --local costexStr = TitanPanelRepair_GetTextGSC(sum * 0.80); + local costpvpStr = TitanPanelRepair_GetTextGSC(sum * 0.90); + local costcomStr = TitanPanelRepair_GetTextGSC(sum * 0.80); if (costStr) then if TPR.MerchantisOpen then out = out .. "\n" .. TitanUtils_GetHighlightText(REPAIR_COST) .. " " .. costStr; @@ -1063,10 +1062,9 @@ function TitanPanelRepairButton_GetTooltipText() out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["normal"]) .. "\t" .. costStr; end if (not TPR.MerchantisOpen) and (not TPR.WholeScanInProgress) then - --out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["friendly"]) .. "\t" .. costfrStr; out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["honored"]) .. "\t" .. costhonStr; - --out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["revered"]) .. "\t" .. costrevStr; - --out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["exalted"]) .. "\t" .. costexStr; + out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["pvp"]) .. "\t" .. costpvpStr; + out = out .. "\n" .. TitanUtils_GetHighlightText(L["REPAIR_LOCALE"]["combined"]) .. "\t" .. costcomStr; end end out = out.."\n\n" diff --git a/TitanClassicRepair/TitanClassicRepair.toc b/TitanClassicRepair/TitanClassicRepair.toc index 556d34f..eee09ea 100644 --- a/TitanClassicRepair/TitanClassicRepair.toc +++ b/TitanClassicRepair/TitanClassicRepair.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.2.2.11304|r ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicRepair.xml diff --git a/TitanClassicVolume/TitanClassicVolume.toc b/TitanClassicVolume/TitanClassicVolume.toc index 2820b5c..5d83dc8 100644 --- a/TitanClassicVolume/TitanClassicVolume.toc +++ b/TitanClassicVolume/TitanClassicVolume.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.2.2.11304|r ## Notes: Adds a volume control icon on your Titan Bar ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicVolume.xml diff --git a/TitanClassicXP/TitanClassicXP.toc b/TitanClassicXP/TitanClassicXP.toc index 977776c..31532d9 100644 --- a/TitanClassicXP/TitanClassicXP.toc +++ b/TitanClassicXP/TitanClassicXP.toc @@ -1,10 +1,10 @@ ## Interface: 11304 -## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.2.1.11304|r +## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.2.2.11304|r ## Notes: Adds information to Titan Panel about XP earned and time to level ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.2.1.11304 +## Version: 1.2.2.11304 ## X-Child-Of: TitanClassic TitanClassicXP.xml