diff --git a/TitanClassic/TitanClassic.toc b/TitanClassic/TitanClassic.toc index 935c517..fd0fc8b 100644 --- a/TitanClassic/TitanClassic.toc +++ b/TitanClassic/TitanClassic.toc @@ -1,7 +1,7 @@ ## Interface: 11302 -## Title: Titan Panel Classic |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic |cff00aa001.1.1.11302|r ## Author: Titan Panel Development Team -## Version: 1.1.0.11302 +## Version: 1.1.1.11302 ## 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 37c566c..049d96f 100644 --- a/TitanClassic/locale/Localization.BR.lua +++ b/TitanClassic/locale/Localization.BR.lua @@ -247,10 +247,13 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Thrown: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Ammo/Thrown: "; L["TITAN_AMMO_TOOLTIP"] = "Equipped Ammo/Thrown Count"; L["TITAN_AMMO_MENU_TEXT"] = "Ammo/Thrown"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "No Ammo"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Refresh Display"; L["TITAN_AMMO_BULLET_NAME"] = "Show Ammo Name"; - +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; + L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "Bolsas: "; L["TITAN_BAG_TOOLTIP"] = "Informações de Bolsas"; diff --git a/TitanClassic/locale/Localization.CN.lua b/TitanClassic/locale/Localization.CN.lua index c64ab95..00bfac9 100644 --- a/TitanClassic/locale/Localization.CN.lua +++ b/TitanClassic/locale/Localization.CN.lua @@ -245,9 +245,12 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "投掷武器: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "弹药/投掷武器: "; L["TITAN_AMMO_TOOLTIP"] = "已装备的弹药和投掷武器计数"; L["TITAN_AMMO_MENU_TEXT"] = "弹药/投掷武器"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "无弹药"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "刷新"; L["TITAN_AMMO_BULLET_NAME"] = "显示弹药名称"; +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "背包: "; diff --git a/TitanClassic/locale/Localization.DE.lua b/TitanClassic/locale/Localization.DE.lua index 032ba47..6eac4cb 100644 --- a/TitanClassic/locale/Localization.DE.lua +++ b/TitanClassic/locale/Localization.DE.lua @@ -245,9 +245,12 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Geworfen: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Munition/Geworfen: "; L["TITAN_AMMO_TOOLTIP"] = "Angelegte Munition/Geworfen Z\195\164hler"; L["TITAN_AMMO_MENU_TEXT"] = "Munition/Geworfen"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "Keine Munition"; --SENSITY +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Aktualisiere Display"; --SENSITY L["TITAN_AMMO_BULLET_NAME"] = "Show Ammo Name"; +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "Taschen: "; diff --git a/TitanClassic/locale/Localization.ES.lua b/TitanClassic/locale/Localization.ES.lua index b4019ce..ab3aa0e 100644 --- a/TitanClassic/locale/Localization.ES.lua +++ b/TitanClassic/locale/Localization.ES.lua @@ -263,10 +263,13 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Arrojadiza: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Munición/Arrojadiza: "; L["TITAN_AMMO_TOOLTIP"] = "Contador de munición/arrojadiza equipada"; L["TITAN_AMMO_MENU_TEXT"] = "Munición/Arrojadiza"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "No hay munición"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Actualizar información"; L["TITAN_AMMO_BULLET_NAME"] = "Mostrar nombre de la munición"; - +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; + L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "Bolsas: "; L["TITAN_BAG_TOOLTIP"] = "Uso de bolsas"; diff --git a/TitanClassic/locale/Localization.FR.lua b/TitanClassic/locale/Localization.FR.lua index 0c60adc..be11a71 100644 --- a/TitanClassic/locale/Localization.FR.lua +++ b/TitanClassic/locale/Localization.FR.lua @@ -249,9 +249,12 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Armes de jet : "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Munitions/Jet : "; L["TITAN_AMMO_TOOLTIP"] = "Nombre de Munitions/Armes de jet"; L["TITAN_AMMO_MENU_TEXT"] = "Munitions/Armes de jet"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "Pas de munitions"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Rafra\195\174chir l'affichage"; L["TITAN_AMMO_BULLET_NAME"] = "Montrer le nom des munitions"; +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "Sacs : "; diff --git a/TitanClassic/locale/Localization.IT.lua b/TitanClassic/locale/Localization.IT.lua index 8601e71..004e6d6 100644 --- a/TitanClassic/locale/Localization.IT.lua +++ b/TitanClassic/locale/Localization.IT.lua @@ -244,10 +244,13 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Thrown: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Ammo/Thrown: "; L["TITAN_AMMO_TOOLTIP"] = "Equipped Ammo/Thrown Count"; L["TITAN_AMMO_MENU_TEXT"] = "Ammo/Thrown"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "No Ammo"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Refresh Display"; L["TITAN_AMMO_BULLET_NAME"] = "Show Ammo Name"; - +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; + L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "Zaino: "; L["TITAN_BAG_TOOLTIP"] = "Info Zaino"; diff --git a/TitanClassic/locale/Localization.KR.lua b/TitanClassic/locale/Localization.KR.lua index 824e583..e4e5905 100644 --- a/TitanClassic/locale/Localization.KR.lua +++ b/TitanClassic/locale/Localization.KR.lua @@ -245,10 +245,13 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Thrown: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Ammo/Thrown: "; L["TITAN_AMMO_TOOLTIP"] = "Equipped Ammo/Thrown Count"; L["TITAN_AMMO_MENU_TEXT"] = "Ammo/Thrown"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "No Ammo"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Refresh Display"; L["TITAN_AMMO_BULLET_NAME"] = "Show Ammo Name"; - +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; + L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "가방: "; L["TITAN_BAG_TOOLTIP"] = "가방 정보"; diff --git a/TitanClassic/locale/Localization.RU.lua b/TitanClassic/locale/Localization.RU.lua index a483bb9..5ba0f4e 100644 --- a/TitanClassic/locale/Localization.RU.lua +++ b/TitanClassic/locale/Localization.RU.lua @@ -245,10 +245,13 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "Бросок: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "Боеприпасов/Бросок: "; L["TITAN_AMMO_TOOLTIP"] = "Число доступных Боеприпасов/Бросков"; L["TITAN_AMMO_MENU_TEXT"] = "Боеприпасы/Броски"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "Нет боеприпасов"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "Обновление отображения"; L["TITAN_AMMO_BULLET_NAME"] = "Отображать название боеприпасов"; - +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; + L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "Сумки: "; L["TITAN_BAG_TOOLTIP"] = "Использование сумок"; diff --git a/TitanClassic/locale/Localization.TW.lua b/TitanClassic/locale/Localization.TW.lua index 82310bc..2a6ae19 100644 --- a/TitanClassic/locale/Localization.TW.lua +++ b/TitanClassic/locale/Localization.TW.lua @@ -245,9 +245,12 @@ L["TITAN_AMMO_BUTTON_LABEL_THROWN"] = "投擲: "; L["TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN"] = "彈藥/投擲: "; L["TITAN_AMMO_TOOLTIP"] = "已裝備 彈藥/投擲 數量"; L["TITAN_AMMO_MENU_TEXT"] = "彈藥/投擲"; -L["TITAN_AMMO_BUTTON_NOAMMO"] = "沒有彈藥"; +L["TITAN_AMMO_BUTTON_NOAMMO"] = "--"; L["TITAN_AMMO_MENU_REFRESH"] = "重新整理"; L["TITAN_AMMO_BULLET_NAME"] = "顯示彈藥名稱"; +L["TITAN_AMMO_THROWN"] = "Thrown"; +L["TITAN_AMMO_GUN"] = "Bullets"; +L["TITAN_AMMO_BOW"] = "Arrows"; L["TITAN_BAG_FORMAT"] = "%d/%d"; L["TITAN_BAG_BUTTON_LABEL"] = "背包: "; diff --git a/TitanClassicAmmo/TitanClassicAmmo.toc b/TitanClassicAmmo/TitanClassicAmmo.toc index eb89b79..02236d2 100644 --- a/TitanClassicAmmo/TitanClassicAmmo.toc +++ b/TitanClassicAmmo/TitanClassicAmmo.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.1.1.11302|r ## Notes: Adds an ammo monitor to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicAmmo.xml \ No newline at end of file diff --git a/TitanClassicBag/TitanClassicBag.toc b/TitanClassicBag/TitanClassicBag.toc index 9ea3159..121848f 100644 --- a/TitanClassicBag/TitanClassicBag.toc +++ b/TitanClassicBag/TitanClassicBag.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicBag.xml diff --git a/TitanClassicClock/TitanClassicClock.toc b/TitanClassicClock/TitanClassicClock.toc index 2c4e977..a296e55 100644 --- a/TitanClassicClock/TitanClassicClock.toc +++ b/TitanClassicClock/TitanClassicClock.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.1.1.11302|r ## Notes: Adds a clock to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicClock.xml diff --git a/TitanClassicGold/TitanClassicGold.toc b/TitanClassicGold/TitanClassicGold.toc index f14b3e3..172d028 100644 --- a/TitanClassicGold/TitanClassicGold.toc +++ b/TitanClassicGold/TitanClassicGold.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicGold.xml diff --git a/TitanClassicLocation/TitanClassicLocation.toc b/TitanClassicLocation/TitanClassicLocation.toc index 89a6e88..409e9b2 100644 --- a/TitanClassicLocation/TitanClassicLocation.toc +++ b/TitanClassicLocation/TitanClassicLocation.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicLocation.xml diff --git a/TitanClassicLootType/TitanClassicLootType.toc b/TitanClassicLootType/TitanClassicLootType.toc index d7fe5a6..eeb5c83 100644 --- a/TitanClassicLootType/TitanClassicLootType.toc +++ b/TitanClassicLootType/TitanClassicLootType.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.1.1.11302|r ## Notes: Adds group loot and instance difficulty information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicLootType.xml diff --git a/TitanClassicPerformance/TitanClassicPerformance.toc b/TitanClassicPerformance/TitanClassicPerformance.toc index 42aa2fa..0b601ff 100644 --- a/TitanClassicPerformance/TitanClassicPerformance.toc +++ b/TitanClassicPerformance/TitanClassicPerformance.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicPerformance.xml diff --git a/TitanClassicRepair/TitanClassicRepair.toc b/TitanClassicRepair/TitanClassicRepair.toc index e8e78fb..d364bee 100644 --- a/TitanClassicRepair/TitanClassicRepair.toc +++ b/TitanClassicRepair/TitanClassicRepair.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicRepair.xml diff --git a/TitanClassicVolume/TitanClassicVolume.toc b/TitanClassicVolume/TitanClassicVolume.toc index f25b28b..91016e5 100644 --- a/TitanClassicVolume/TitanClassicVolume.toc +++ b/TitanClassicVolume/TitanClassicVolume.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicVolume.xml diff --git a/TitanClassicXP/TitanClassicXP.toc b/TitanClassicXP/TitanClassicXP.toc index 4b081d3..bf7a592 100644 --- a/TitanClassicXP/TitanClassicXP.toc +++ b/TitanClassicXP/TitanClassicXP.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.1.0.11302|r +## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.1.1.11302|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.1.0.11302 +## Version: 1.1.1.11302 ## X-Child-Of: TitanClassic TitanClassicXP.xml