Rewrite Auto Show/Hide options to be more intuitive. Add option not to use Auto Show/Hide.

This commit is contained in:
Xinhuan
2008-10-31 14:45:16 +08:00
parent 3992eacb48
commit 14def8a171
7 changed files with 140 additions and 118 deletions
+6 -6
View File
@@ -81,6 +81,8 @@ L["Control the font size of the title text"] = "제목 문자 글꼴 크기"
-- Config strings, show when... section
L["Show When..."] = "표시 방법..."
L["Show Omen when..."] = "Omen을 언제 표시할지..."
L["This section controls when Omen is automatically shown or hidden."] = true
L["Use Auto Show/Hide"] = true
L["Show Omen when any of the following are true"] = "선택한 항목에 따라 Omen을 표시합니다."
L["You have a pet"] = "소환수를 가졌을때"
L["Show Omen when you have a pet out"] = "소환수를 가진 경우에 Omen을 표시합니다"
@@ -90,14 +92,12 @@ L["You are in a party"] = "파티 참여"
L["Show Omen when you are in a 5-man party"] = "5인 파티일 경우에 Omen을 표시합니다."
L["You are in a raid"] = "공격대 참여"
L["Show Omen when you are in a raid"] = "공격대일 경우에 Omen을 표시합니다."
L["However, hide Omen if any of the following are true (higher priority than the above)."] = true
L["You are resting"] = "휴식 상태시"
L["Show Omen when you are resting"] = "휴식 상태일 경우에 Omen을 표시합니다."
L["Turning this on will cause Omen to hide whenever you are in a city or inn."] = true
L["You are in a battleground"] = "전장 참여"
L["Show Omen when you are in a battleground or arena"] = "전장 또는 투기장일 경우에 Omen을 표시합니다."
L["You are in a dungeon"] = "던전 입장"
L["Show Omen when you are in a dungeon (5 man and raid)"] = "던전(5인 또는 공격대) 입장 경우에 Omen을 표시합니다."
L["In addition to the above options..."] = "상기 옵션 외..."
L["Only show when in combat"] = "전투 중 항상 표시"
L["Turning this on will cause Omen to hide whenever you are in a battleground or arena."] = true
L["You are not in combat"] = true
L["Turning this on will cause Omen to hide whenever you are not in combat."] = "당신이 전투 중이 아닐 때 Omen을 숨깁니다."
-- Config strings, show classes... section