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("FuBar_HonorFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["Target hostile flagholder"] = true,
5 ["Target the current opposing flagholder. (also /tflag or /tarflag)"] = true,
6 ["Show honor"] = true,
7 ["Show battlegrounds score"] = true,
8 ["Show kills and deaths"] = true,
9 ["Show PvP cooldown"] = true,
10 ["Auto-release when dead"] = true,
11 ["Toggle whether to automatically release when dead in battlegrounds"] = true,
12 ["Auto-open minimap for battlegrounds"] = true,
13 ["Toggle whether to automatically open the battlegrounds minimap"] = true,
14 ["Print out PvP reputation gains"] = true,
15 ["Print out honor gains"] = true,
16 ["Add info to enemy tooltip"] = true,
17 ["Reset battlegrounds scores"] = true,
18 ["Reset the battlegrounds scores to 0-0"] = true,
19 ["Gained %d reputation with %s"] = true, -- "Gained 50 reputation with Warsong Outriders"
20 ["Kill: %s %s. %d honor gained. Killed %d times today"] = true, -- "Kill: Private Guy. 50 honor gained. Killed 2 times today"
21 ["Gained %d bonus honor"] = true, -- "Gained 50 bonus honor"
22 ["Killed Today"] = true,
23 ["Number of kills today.\nIf more than 10 kills, then no more honor from this player."] = true,
24 ["%d Kills - |cff%s%.0f%% %s|r"] = true, -- "3 Kills - |cffcfcfcf70% Honor|r"
25 ["On"] = true,
26 ["Off"] = true,
27 ["Kills-Deaths:"] = true,
28 ["Today's HK honor:"] = true,
29 ["Today's bonus honor:"] = true,
30 ["Today's total honor:"] = true,
31 ["Flagged"] = true,
32 ["PvP Cooldown:"] = true,
33 ["Progress:"] = true,
34 ["Yesterday's honor:"] = true,
35 ["This week's honor:"] = true,
36 ["Last week's honor:"] = true,
37 ["Rating limit:"] = true,
38 ["Rank limit:"] = true,
39 ["Battlegrounds score:"] = true,
40 ["%s score"] = true, -- "Warsong Gulch score"
41 ["%s weekend"] = true, -- "Warsong Gulch weekend"
42 ["Click to target flag carrier (%s)"] = true, -- "Click to target flag carrier (Guy)"
43 } end)