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)"] = "当你在副本内时显示 Omen(5人或团队)"
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