vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ THIS FILE IS ENCODED IN UTF-8 ]]--
2  
3 --[[
4 Bagnon Forever Localization file
5 This provides a way to translate Bagnon_Forever into different languages.
6 --]]
7  
8 --[[
9 Chinese by Diablohu
10 --]]
11  
12 if ( GetLocale() == "zhCN" ) then
13 --[[ Slash Commands ]]--
14  
15 BAGNON_FOREVER_COMMAND_DELETE_CHARACTER = "delete"
16  
17 --[[ Messages from the slash commands ]]--
18  
19 --/bgn help
20 BAGNON_FOREVER_HELP_DELETE_CHARACTER = "/bgn " .. BAGNON_FOREVER_COMMAND_DELETE_CHARACTER ..
21 " <角色> <服务器> - 删除该角色的背包和银行数据。";
22  
23 --/bgn delete <character> <realm>
24 BAGNON_FOREVER_CHARACTER_DELETED = "删除%s(%s)的背包数据。";
25  
26 --[[ System Messages ]]--
27  
28 --Bagnon Forever version update
29 BAGNON_FOREVER_UPDATED = "Bagnon Forever 数据更新至 v" .. BAGNON_FOREVER_VERSION .. "。";
30  
31 --[[ Tooltips ]]--
32  
33 --Title tooltip
34 --BAGNON_TITLE_FOREVERTOOLTIP = "<双击>切换角色";
35  
36 --Total gold on realm
37 BAGNON_FOREVER_MONEY_ON_REALM = "%s服务器上的总资产";
38 end