This commit is contained in:
Crum
2018-07-19 20:02:12 -05:00
parent fb97c8b35b
commit 1b2077b1e2
7 changed files with 1 additions and 7 deletions
-1
View File
@@ -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人团队框架"
-1
View File
@@ -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;
-1
View File
@@ -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"
-1
View File
@@ -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
-1
View File
@@ -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인)"
-1
View File
@@ -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;
+1 -1
View File
@@ -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