vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuXP")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["AceConsole-commands"] = { "/FuXPFu" },
5  
6 ["Current XP"] = true,
7 ["Sets the color of the XP Bar"] = true,
8  
9 ["Rested XP"] = true,
10 ["Sets the color of the Rested Bar"] = true,
11  
12 ["No XP"] = true,
13 ["Sets the empty color of the XP Bar"] = true,
14  
15 ["Spark intensity"] = true,
16 ["Brightness level of Spark"] = true,
17  
18 ["Thickness"] = true,
19 ["Sets thickness of XP Bar"] = true,
20  
21 ["Shadow"] = true,
22 ["Toggles Shadow under XP Bar"] = true,
23  
24 ["Remaining"] = true,
25 ["Show Remaining in Bar"] = true,
26  
27 ["%s:%s %3.0f%% left (%s/%s)"] = true,
28 ["%s to go (%3.0f%%)"] = true,
29  
30 ["Current XP"] = true,
31 ["To Level"] = true,
32 ["Rested XP"] = true,
33 ["Click to send your current xp to an open editbox."] = true,
34 ["Faction"] = true,
35 ["Rep to next standing"] = true,
36 ["Current rep"] = true,
37 ["Click to send your current rep to an open editbox."] = true,
38  
39 ["%s/%s (%3.0f%%) %d to go"] = true,
40 ["%s:%s/%s (%3.2f%%) Currently %s with %d to go"] = true,
41 } end)