From 1b2077b1e29be2ae472ccfdaf2b45fecd609bc81 Mon Sep 17 00:00:00 2001 From: Crum Date: Thu, 19 Jul 2018 20:02:12 -0500 Subject: [PATCH] locale --- ElvUI/Locales/Chinese_UI.lua | 1 - ElvUI/Locales/English_UI.lua | 1 - ElvUI/Locales/French_UI.lua | 1 - ElvUI/Locales/German_UI.lua | 1 - ElvUI/Locales/Korean_UI.lua | 1 - ElvUI/Locales/Portuguese_UI.lua | 1 - ElvUI/Modules/Blizzard/CaptureBar.lua | 2 +- 7 files changed, 1 insertion(+), 7 deletions(-) diff --git a/ElvUI/Locales/Chinese_UI.lua b/ElvUI/Locales/Chinese_UI.lua index 997b146..153aa50 100644 --- a/ElvUI/Locales/Chinese_UI.lua +++ b/ElvUI/Locales/Chinese_UI.lua @@ -236,7 +236,6 @@ L["Player Castbar"] = "玩家施法条" L["Player Debuffs"] = "玩家减益" L["Player Frame"] = "玩家框架" L["Player Powerbar"] = "玩家能量条" -L["PvP"] = true; L["Raid Frames"] = "团队框架" L["Raid Pet Frames"] = "团队宠物框架" L["Raid-40 Frames"] = "40人团队框架" diff --git a/ElvUI/Locales/English_UI.lua b/ElvUI/Locales/English_UI.lua index 33592c8..5fc1979 100644 --- a/ElvUI/Locales/English_UI.lua +++ b/ElvUI/Locales/English_UI.lua @@ -236,7 +236,6 @@ L["Player Castbar"] = true; L["Player Debuffs"] = true; L["Player Frame"] = true; --Also used in UnitFrames L["Player Powerbar"] = true; -L["PvP"] = true; L["Raid Frames"] = true; L["Raid Pet Frames"] = true; L["Raid-40 Frames"] = true; diff --git a/ElvUI/Locales/French_UI.lua b/ElvUI/Locales/French_UI.lua index 669fe45..685af0c 100644 --- a/ElvUI/Locales/French_UI.lua +++ b/ElvUI/Locales/French_UI.lua @@ -236,7 +236,6 @@ L["Player Castbar"] = "Barre d'incantation du joueur" L["Player Debuffs"] = "Affaiblissements du joueur" L["Player Frame"] = "Cadre du joueur" --Also used in UnitFrames L["Player Powerbar"] = "Barre de pouvoir du joueur" -- need review. -L["PvP"] = true; L["Raid Frames"] = "Cadres de Raid" L["Raid Pet Frames"] = "Cadres de Raid des Familiers" L["Raid-40 Frames"] = "Cadres de Raid 40" diff --git a/ElvUI/Locales/German_UI.lua b/ElvUI/Locales/German_UI.lua index 30dc7f8..cbb14f5 100644 --- a/ElvUI/Locales/German_UI.lua +++ b/ElvUI/Locales/German_UI.lua @@ -236,7 +236,6 @@ L["Player Castbar"] = "Spieler Zauberbalken" L["Player Debuffs"] = "Spieler Debuffs" L["Player Frame"] = "Spielerfenster" --Also used in UnitFrames L["Player Powerbar"] = "Spieler Kraftleiste" -L["PvP"] = true; L["Raid Frames"] = "Schlachtzugsfenster" --Also used in UnitFrames L["Raid Pet Frames"] = "Schlachtzugspets-Fenster" L["Raid-40 Frames"] = "40er Schlachtzugsfenster" --Also used in UnitFrames diff --git a/ElvUI/Locales/Korean_UI.lua b/ElvUI/Locales/Korean_UI.lua index 0f458eb..7943342 100644 --- a/ElvUI/Locales/Korean_UI.lua +++ b/ElvUI/Locales/Korean_UI.lua @@ -236,7 +236,6 @@ L["Player Castbar"] = "플레이어 시전바" L["Player Debuffs"] = "플레이어 디버프" L["Player Frame"] = "플레이어 프레임" L["Player Powerbar"] = true; -L["PvP"] = true; L["Raid Frames"] = "레이드 프레임" L["Raid Pet Frames"] = "레이드 소환수 프레임" L["Raid-40 Frames"] = "레이드 프레임(40인)" diff --git a/ElvUI/Locales/Portuguese_UI.lua b/ElvUI/Locales/Portuguese_UI.lua index c98323f..de33a03 100644 --- a/ElvUI/Locales/Portuguese_UI.lua +++ b/ElvUI/Locales/Portuguese_UI.lua @@ -236,7 +236,6 @@ L["Player Castbar"] = "Barra de lançamento do Jogador" L["Player Debuffs"] = true; L["Player Frame"] = "Quadro do Jogador" L["Player Powerbar"] = true; -L["PvP"] = true; L["Raid Frames"] = true; L["Raid Pet Frames"] = true; L["Raid-40 Frames"] = true; diff --git a/ElvUI/Modules/Blizzard/CaptureBar.lua b/ElvUI/Modules/Blizzard/CaptureBar.lua index 820399d..402b9a0 100644 --- a/ElvUI/Modules/Blizzard/CaptureBar.lua +++ b/ElvUI/Modules/Blizzard/CaptureBar.lua @@ -49,5 +49,5 @@ function B:PositionCaptureBar() E:Size(pvpHolder, 30, 70) E:Point(pvpHolder, "TOP", E.UIParent, "TOP", 0, -4) - E:CreateMover(pvpHolder, "PvPMover", L["PvP"], nil, nil, nil, "ALL") + E:CreateMover(pvpHolder, "PvPMover", HELPFRAME_HOME_ISSUE3_HEADER, nil, nil, nil, "ALL") end \ No newline at end of file