WoWInterface SVN CompactBars

Compare Revisions

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

Rev 12 → Rev 13

trunk/CompactBars/localization/zhCN.lua
1,4 → 1,4
[CODE]local L = LibStub("AceLocale-3.0"):NewLocale("CompactBars", "zhTW")
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[/CODE]
\ No newline at end of file +end \ No newline at end of file
trunk/CompactBars/localization/localization.xml
2,4 → 2,6
..\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