continue to work

This commit is contained in:
cwdg
2008-06-18 19:35:03 +00:00
parent 6ff195efd3
commit b65818e89b
7 changed files with 149 additions and 50 deletions
+49
View File
@@ -21,6 +21,55 @@ L["Button Tooltip"] = true
L["Configure the Button Tooltip."] = true
L["FAQ"] = true
L["Frequently Asked Questions"] = true
--ActionBarPrototype.lua
L["Enabled"] = true
L["Enable/Disable the bar."] = true
L["Button Grid"] = true
L["Toggle the button grid."] = true
L["Buttons"] = true
L["Number of buttons."] = true
L["Button Look"] = true
L["Hide Macro Text"] = true
L["Hide the Macro Text on the buttons of this bar."] = true
L["Hide Hotkey"] = true
L["Hide the Hotkey on the buttons of this bar."] = true
L["State Configuration"] = true
--ActionBars.lua
L["General Settings"] = true
L["Enabled"] = true
L["Enable/Disable the bar."] = true
L["Bar %s"] = true
L["Configure Bar %s"] = true
--ActionBarStates.lua
L["Enabled"] = true
L["Enable State-based Button Swaping"] = true
L["ActionBar Switching"] = true
L["Enable Bar Switching based on the actionbar controls provided by the game."] = true
L["Possess Bar"] = true
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = true
L["Auto-Assist"] = true
L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = true
L["The default behaviour of this bar when no state-based paging option affects it."] = true
L["Default Bar State"] = true
L["Modifier Based Switching"] = true
L["CTRL"] = true
L["Configure actionbar paging when the ctrl key is down."] = true
L["ALT"] = true
L["Configure actionbar paging when the alt key is down."] = true
L["SHIFT"] = true
L["Stance Configuration"] = true
--BagBar.lua
L["Enabled"] = true
L["Enable the Bag Bar"] = true
L["One Bag"] = true
L["Only show one Bag Button in the BagBar."] = true
L["Keyring"] = true
L["Show the keyring button."] = true
L["General Settings"] = true
L["Bag Bar"] = true
L["Configure the Bag Bar"] = true
--Bar.lua
L["Show/Hide"] = true
L["FAQ_TEXT"] = [[
|cffffd200
+50
View File
@@ -21,3 +21,53 @@ L["Button Tooltip"] = "按钮鼠标提示"
L["Configure the Button Tooltip"] = "设置按钮的鼠标提示。"
L["FAQ"] = "帮助"
L["Frequently Asked Questions"] = "帮助信息"
--ActionBarPrototype.lua
L["Enabled"] = "开启"
L["Enable/Disable the bar."] = "开启/关闭 该动作条"
L["Button Grid"] = "显示空按钮"
L["Toggle the button grid."] = "勾选该选项将显示空的按钮。"
L["Buttons"] = "按钮"
L["Number of buttons."] = "设置按钮的数量。"
L["Button Look"] = "锁定按键"
L["Hide Macro Text"] = "隐藏宏名称"
L["Hide the Macro Text on the buttons of this bar."] = "在该动作条上不显示宏的名称。"
L["Hide Hotkey"] = "隐藏快捷键"
L["Hide the Hotkey on the buttons of this bar."] = "在该动作条上不显示按钮的快捷键提示。"
L["State Configuration"] = "状态配置"
--ActionBars.lua
L["General Settings"] = "一般设置"
L["Enabled"] = "开启"
L["Enable/Disable the bar."] = "开启/关闭 该动作条。"
L["Bar %s"] = "动作条 %s"
L["Configure Bar %s"] = "设置动作条 %s"
--ActionBarStates.lua
L["Enabled"] = "开启"
L["Enable State-based Button Swaping"] = "开始基于状态配置的按钮切换功能。"
L["ActionBar Switching"] = "切换动作条"
L["Enable Bar Switching based on the actionbar controls provided by the game"] = "开启游戏本身的动作条切换功能。(诸如战士的不同姿态下主动作条1的切换)"
L["Possess Bar"] = "控制栏"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "当控制某个NPC时切换该动作条至控制技能栏。(例如心灵控制)"
L["Auto-Assist"] = "自动协助"
L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = "为该动作条开启自动协助。\n 当你所尝试使用的技能不能对你当前目标生效时,自动协助会尝试对目标的目标使用该技能。"
L["The default behaviour of this bar when no state-based paging option affects it."] = "当没有状态配置作用于该动作条时的动作条默认行为"
L["Default Bar State"] = "默认动作条状态"
L["Modifier Based Switching"] = "修改基本切换"
L["CTRL"] = "按下CTRL"
L["Configure actionbar paging when the ctrl key is down."] = "配置当按下CTRL键时动作条的页面"
L["ALT"] = "按下ALT"
L["Configure actionbar paging when the alt key is down."] = "配置当按下ALT键时动作条的页面"
L["SHIFT"] = "按下SHIFT"
L["Configure actionbar paging when the shift key is down."] = "配置当按下SHIFT键时动作条的页面"
L["Stance Configuration"] = "姿态配置"
--BagBar.lua
L["Enabled"] = "开启"
L["Enable the Bag Bar"] = "开启背包栏"
L["One Bag"] = "单背包"
L["Only show one Bag Button in the BagBar."] = "仅仅显示一个背包来代表背包栏。"
L["Keyring"] = "钥匙链"
L["Show the keyring button."] = "显示钥匙链"
L["General Settings"] = "一般设置"
L["Bag Bar"] = "背包栏"
L["Configure the Bag Bar"] = "设置背包栏。"
--Bar.lua
L["Show/Hide"]