Bartender4:

Fixed missing locals
This commit is contained in:
cwdg
2008-06-18 22:45:58 +00:00
parent 6705db12b5
commit cf8b217a1c
3 changed files with 13 additions and 1 deletions
+6
View File
@@ -87,6 +87,12 @@ L["Always Show"] = true
L["Always Hide"] = true
L["Show in Combat"] = true
L["Hide in Combat"] = true
L["Bar "] = true
--L[id.." Bar"]
L["Pet Bar"] = true
L["Bag Bar"] = true
L["Stance Bar"] = true
L["MicroMenu Bar"] = true
--ButtonBar.lua
L["Padding"] = true
L["Configure the padding of the buttons."] = true
+6
View File
@@ -88,6 +88,12 @@ L["Always Show"] = "始终显示"
L["Always Hide"] = "始终隐藏"
L["Show in Combat"] = "战斗中显示"
L["Hide in Combat"] = "战斗中隐藏"
L["Bar "] = "动作条 "
--L[id.." Bar"]
L["Pet Bar"] = "宠物动作条"
L["Bag Bar"] = "背包栏"
L["Stance Bar"] = "姿态栏"
L["MicroMenu Bar"] = "微型菜单栏"
--ButtonBar.lua
L["Padding"] = "间距"
L["Configure the padding of the buttons."] = "配置按钮之间的距离"