vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local AceLocale = AceLibrary("AceLocale-2.1")
2 AceLocale:RegisterTranslation("BatFu", "enUS", function()
3 return {
4 ["Base"] = "Base",
5 ["Bases"] = "Bases",
6 ["Bases held"] = "Bases held",
7 ["Battlefields Queued"] = "Battlefields Queued",
8 ["Bonus Honor"] = "Bonus Honor",
9 ["Carrier"] = "Carrier",
10 ["Click displays scoreboard"] = "Click displays scoreboard",
11 ["Click to cycle through Scoreboard/Battlefield List frames."] = "Click to cycle through Scoreboard/Battlefield List frames.",
12 ["Click to toggle scoreboard display."] = "Click to toggle scoreboard display.",
13 ["Confirm"] = "Confirm",
14 ["Deaths"] = "Deaths",
15 ["Destroyed"] = "Destroyed",
16 ["Flag Carriers"] = "Flag Carriers",
17 ["Flag"] = "Flag",
18 ["Hide default battle objectives frame"] = "Hide default battle objectives frame",
19 ["Hide minimap button"] = "Hide minimap button",
20 ["In Conflict"] = "In Conflict",
21 ["Inverted queue timers"] = "Inverted queue timers",
22 ["Killing Blows"] = "Killing Blows",
23 ["Kills"] = "Kills",
24 ["N/A"] = "N/A",
25 ["No Queues"] = "No Queues",
26 ["Objective status"] = "Objective status",
27 ["Players"] = "Players",
28 ["Player stats"] = "Player stats",
29 ["Player Stats"] = "Player Stats",
30 ["Progress"] = "Progress",
31 ["Queues"] = "Queues",
32 ["Remaining"] = "Remaining",
33 ["Resources"] = "Resources",
34 ["Score"] = "Score",
35 ["Show only the status of those nodes which are currently in conflict or not yet claimed."] = "Show only the status of those nodes which are currently in conflict or not yet claimed.",
36 ["Standing"] = "Standing",
37 ["Status"] = "Status",
38 ["Team scores"] = "Team scores",
39 ["Team sizes"] = "Team sizes",
40 ["Time-to-victory"] = "Time-to-victory",
41 ["Toggle click-to-target (alt-click if tooltip is locked) display of CTF flag carriers on the in-battle tooltip."] = "Toggle click-to-target (alt-click if tooltip is locked) display of CTF flag carriers on the in-battle tooltip.",
42 ["Toggle display of pending battlefield queues on the tooltip."] = "Toggle display of pending battlefield queues on the tooltip.",
43 ["Toggle display of the Battlegrounds minimap button"] = "Toggle display of the Battlegrounds minimap button",
44 ["Toggle display of the default battle objectives frame"] = "Toggle display of the default battle objectives frame",
45 ["Toggle in-battle behavior for clicking on the BatFu plugin (scoreboard only/scoreboard and battlefield instance frames)."] = "Toggle in-battle behavior for clicking on the BatFu plugin (scoreboard only/scoreboard and battlefield instance frames).",
46 ["Toggles display of elements of the tooltip."] = "Toggles display of elements of the tooltip.",
47 ["Toggle the Bases Held line on the in-battle tooltip."] = "Toggle the Bases Held line on the in-battle tooltip.",
48 ["Toggle the display of objective status (node controllers, capture timers, etc.) on the in-battle tooltip."] = "Toggle the display of objective status (node controllers, capture timers, etc.) on the in-battle tooltip.",
49 ["Toggle the player statistics (kills, deaths, killing blows, bonus honor) on the in-battle tooltip."] = "Toggle the player statistics (kills, deaths, killing blows, bonus honor) on the in-battle tooltip.",
50 ["Toggle the Team Score line on the in-battle tooltip."] = "Toggle the Team Score line on the in-battle tooltip.",
51 ["Toggle the Team Size line on the in-battle tooltip."] = "Toggle the Team Size line on the in-battle tooltip.",
52 ["Toggle the Time-To-Victory (TTV) line on the in-battle tooltip (for resource collection Battlegrounds)."] = "Toggle the Time-To-Victory (TTV) line on the in-battle tooltip (for resource collection Battlegrounds).",
53 ["Toggle whether BatFu's queue timer displays count down from the estimated queue duration or up from zero."] = "Toggle whether BatFu's queue timer displays count down from the estimated queue duration or up from zero.",
54 ["Tooltip Options"] = "Tooltip Options",
55 ["TTV"] = "TTV",
56 ["Uncontested objectives"] = "Uncontested objectives",
57 }
58 end)