Added new "Hide on Vehicle" preset option, currently in use by the PetBar to hide the single "Attack" button being shown on the engineering chopper mounts and possible other Vehicle-type mounts.

This commit is contained in:
Hendrik Leppkes
2009-01-04 17:15:25 +01:00
parent 632c74aed7
commit 9065b0e95e
12 changed files with 30 additions and 4 deletions
+4 -3
View File
@@ -1,6 +1,5 @@
-- Generated by Babelfish script, do not add strings manually, only translate existing strings.
-- Generated by Babelfish script, do not add strings manually, only translate existing strings.
-- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶
--revise TChinese translation 12/DEC/08 天明@眾星之子
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhTW")
if not L then return end
@@ -43,7 +42,7 @@ L["Configure the padding of the buttons."] = "設定按鈕間距"
L["Configure the scale of the bar."] = "設定動作條大小"
L["Copy Conditionals"] = "條件複製"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "複製一個自動生成條件的副本 定制配置為基礎的範本"
L["Custom Conditionals"] ="自訂條件"
L["Custom Conditionals"] = "自訂條件"
L["Default Bar State"] = "預設動作條狀態"
L["Disabled"] = "關閉"
L["Disabled in Combat"] = "戰鬥中關閉"
@@ -75,11 +74,13 @@ L["Hide Hotkey"] = "隱藏熱鍵"
L["Hide Macro Text"] = "隱藏巨集文字"
L["Hide in Combat"] = "戰鬥中隱藏"
L["Hide in Stance/Form"] = "姿態/型態隱藏"
-- L["Hide on Vehicle"] = true
L["Hide out of Combat"] = "非戰鬥時隱藏"
L["Hide the Hotkey on the buttons of this bar."] = "隱藏這個動作條的熱鍵文字"
L["Hide the Macro Text on the buttons of this bar."] = "隱藏這個動作條的巨集名稱"
L["Hide this bar in a specific Stance or Form."] = "在使用某指定姿態或變形後隱藏"
L["Hide this bar when you are possessing a NPC."] = "當控制NPC時隱藏"
-- L["Hide this bar when you are riding on a vehicle."] = true
L["Hide this bar when you have a pet."] = "當你有寵物時隱藏"
L["Hide this bar when you have no pet."] = "當你沒有寵物時隱藏"
L["Hide when Possessing"] = "控制中隱藏"