WoWInterface SVN CompactBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 13 to Rev 12
    Reverse comparison

Rev 13 → Rev 12

trunk/CompactBars/localization/localization.xml
2,6 → 2,4
..\FrameXML\UI.xsd">
<script file="enUS.lua"/>
<script file="deDE.lua"/>
<script file="zhCN.lua"/>
<script file="zhTW.lua"/>
</Ui>
\ No newline at end of file
trunk/CompactBars/localization/zhCN.lua
1,4 → 1,4
local L = LibStub("AceLocale-3.0"):NewLocale("CompactBars", "zhTW")
[CODE]local L = LibStub("AceLocale-3.0"):NewLocale("CompactBars", "zhTW")
if L then
L["Duration"] = "更新时间"
L["This should return the time. For example if you want that this spell is 10 seconds then type: return 10 (you can use any lua code here)"] = "这里输入该法术的冷却/持续时间,例如你有个冷却时间是10秒的技能/持续时间是10秒的负面效果,就输入return 10(可输入lua代码,lua代码介绍http://zh.wikipedia.org/w/index.php?title=Lua"
124,4 → 124,4
L["The class which uses the spell"] = "使用该法术的职业"
L["Bar order"] = "时间条排序Shortbuffs,Cooldowns,Bossmods,Debuffs用英文逗号分开,只能输入英文(翻译:短期正面效果,冷却,BOSS模组,负面效果)"
L["Invalid input!"] = "无效的输入"
end
\ No newline at end of file +end[/CODE] \ No newline at end of file