vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --
2 -- LevelRange :: Translatable Strings - English
3 -- Copyright (c) 2006 Philip Hughes (Bull3t)
4 --
5  
6  
7 --------------------------------------------------------------------------------------------------
8 -- Localised Strings - English
9 --------------------------------------------------------------------------------------------------
10  
11 -- LevelRange
12 LEVELRANGE_NAME = "LevelRange";
13 LEVELRANGE_DESCRIPTION = "Shows the zone level range on the World Map";
14  
15 -- Factions
16 LEVELRANGE_ALLIANCE = "Alliance";
17 LEVELRANGE_HORDE = "Horde";
18 LEVELRANGE_CONTESTED = "Contested";
19  
20 -- Zones
21 LEVELRANGE_MOONGLADE = "Moonglade";
22 LEVELRANGE_ELWYNN = "Elwynn Forest";
23 LEVELRANGE_DUNMOROGH = "Dun Morogh";
24 LEVELRANGE_TIRISFAL = "Tirisfal Glades";
25 LEVELRANGE_LOCHMODAN = "Loch Modan";
26 LEVELRANGE_SILVERPINE = "Silverpine Forest";
27 LEVELRANGE_WESTFALL = "Westfall";
28 LEVELRANGE_REDRIDGE = "Redridge Mountains";
29 LEVELRANGE_DUSKWOOD = "Duskwood";
30 LEVELRANGE_HILLSBRAD = "Hillsbrad Foothills";
31 LEVELRANGE_WETLANDS = "Wetlands";
32 LEVELRANGE_ALTERAC = "Alterac Mountains";
33 LEVELRANGE_ARATHI = "Arathi Highlands";
34 LEVELRANGE_STRANGLETHORN = "Stranglethorn Vale";
35 LEVELRANGE_BADLANDS = "Badlands";
36 LEVELRANGE_SORROWS = "Swamp of Sorrows";
37 LEVELRANGE_HINTERLANDS = "The Hinterlands";
38 LEVELRANGE_SEARINGGORGE = "Searing Gorge";
39 LEVELRANGE_BLASTEDLANDS = "Blasted Lands";
40 LEVELRANGE_BURNINGSTEPPE = "Burning Steppes";
41 LEVELRANGE_WESTERNPLAGUE = "Western Plaguelands";
42 LEVELRANGE_EASTERNPLAGUE = "Eastern Plaguelands";
43 LEVELRANGE_DUROTAR = "Durotar";
44 LEVELRANGE_MULGORE = "Mulgore";
45 LEVELRANGE_DARKSHORE = "Darkshore";
46 LEVELRANGE_BARRENS = "The Barrens";
47 LEVELRANGE_STONETALON = "Stonetalon Mountains";
48 LEVELRANGE_ASHENVALE = "Ashenvale";
49 LEVELRANGE_1KNEEDLES = "Thousand Needles";
50 LEVELRANGE_DESOLACE = "Desolace";
51 LEVELRANGE_DUSTWALLOW = "Dustwallow Marsh";
52 LEVELRANGE_FERALAS = "Feralas";
53 LEVELRANGE_TANARIS = "Tanaris";
54 LEVELRANGE_AZSHARA = "Azshara";
55 LEVELRANGE_FELWOOD = "Felwood";
56 LEVELRANGE_UNGOROCRATER = "Un'Goro Crater";
57 LEVELRANGE_SILITHUS = "Silithus";
58 LEVELRANGE_WINTERSPRING = "Winterspring";
59 LEVELRANGE_TELDRASSIL = "Teldrassil";
60 LEVELRANGE_DEADWINDPASS = "Deadwind Pass";
61 LEVELRANGE_ORGRIMMAR = "Orgrimmar";
62 LEVELRANGE_THUNDERBLUFF = "Thunder Bluff";
63 LEVELRANGE_UNDERCITY = "Undercity";
64 LEVELRANGE_IRONFORGE = "Ironforge";
65 LEVELRANGE_STORMWIND = "Stormwind City";
66 LEVELRANGE_DARNASSUS = "Darnassus";
67  
68 -- Instances
69 LEVELRANGE_DEADMINES = "Deadmines";
70 LEVELRANGE_WAILINGCAVERNS = "Wailing Caverns";
71 LEVELRANGE_SHADOWFANGKEEP = "Shadowfang Keep";
72 LEVELRANGE_BLACKFATHOMDEEPS = "Blackfathom Deeps";
73 LEVELRANGE_GNOMEREGAN = "Gnomeregan";
74 LEVELRANGE_RAZORFENKRAUL = "Razorfen Kraul";
75 LEVELRANGE_SCARLETMONASTERY = "The Scarlet Monastery";
76 LEVELRANGE_RAZORFENDOWNS = "Razorfen Downs";
77 LEVELRANGE_ULDAMAN = "Uldaman";
78 LEVELRANGE_MARAUDON = "Maraudon";
79 LEVELRANGE_SUNKENTEMPLE = "The Sunken Temple";
80 LEVELRANGE_BLACKROCKDEPTH = "Blackrock Depths";
81 LEVELRANGE_BLACKROCKSPIRE = "Blackrock Spire";
82 LEVELRANGE_STRATHOLME = "Stratholme";
83 LEVELRANGE_DIREMAUL = "Dire Maul";
84 LEVELRANGE_SCHOLOMANCE = "Scholomance";
85 LEVELRANGE_RAGEFIRECHASM = "Ragefire Chasm";
86 LEVELRANGE_STOCKADES = "The Stockades";
87 LEVELRANGE_ZULFARRAK = "Zul'Farrak";
88  
89 LEVELRANGE_INSTANCESTEXT = "Instances:";
90  
91 -- Raids
92 LEVELRANGE_NAXXRAMAS = "Naxxramas";
93 LEVELRANGE_ONYXIASLAIR = "Onyxia's Lair";
94 LEVELRANGE_RUINSAHNQIRAJ = "Ruins of Ahn'Qiraj";
95 LEVELRANGE_TEMPLEAHNQIRAJ = "Temple of Ahn'Qiraj";
96 LEVELRANGE_ZULGURUB = "Zul'Gurub";
97  
98 LEVELRANGE_RAIDSTEXT = "Raids:";
99  
100 -- General Strings
101 LEVELRANGE_LEVELS = "Levels %d - %d";
102  
103 -- Message Strings
104 LEVELRANGE_LOADEDPREFIX = "LevelRange version "
105 LEVELRANGE_LOADEDSUFFIX = " loaded."
106  
107 -- Instances List
108 LEVELRANGE_INSTANCES1 = LEVELRANGE_DEADMINES .. " (17, 26)"
109 LEVELRANGE_INSTANCES2 = LEVELRANGE_WAILINGCAVERNS .. " (17, 24)"
110 LEVELRANGE_INSTANCES3 = LEVELRANGE_SHADOWFANGKEEP .. " (22, 30)"
111 LEVELRANGE_INSTANCES4 = LEVELRANGE_BLACKFATHOMDEEPS .. " (24, 32)"
112 LEVELRANGE_INSTANCES5 = LEVELRANGE_GNOMEREGAN .. " (29, 38)"
113 LEVELRANGE_INSTANCES6 = LEVELRANGE_RAZORFENKRAUL .. " (25, 30)"
114 LEVELRANGE_INSTANCES7 = LEVELRANGE_SCARLETMONASTERY .. " (34, 45)"
115 LEVELRANGE_INSTANCES8 = LEVELRANGE_RAZORFENDOWNS .. " (33, 45)"
116 LEVELRANGE_INSTANCES9 = LEVELRANGE_ULDAMAN .. " (35, 47)"
117 LEVELRANGE_INSTANCES10 = LEVELRANGE_MARAUDON .. " (46, 55)"
118 LEVELRANGE_INSTANCES11 = LEVELRANGE_SUNKENTEMPLE .. " (45, 55)"
119 LEVELRANGE_INSTANCES12 = LEVELRANGE_BLACKROCKDEPTH .. " (52, 60)"
120 LEVELRANGE_INSTANCES13 = LEVELRANGE_BLACKROCKSPIRE .. " (58, 60)"
121 LEVELRANGE_INSTANCES14 = LEVELRANGE_STRATHOLME .. " (58, 60)"
122 LEVELRANGE_INSTANCES15 = LEVELRANGE_DIREMAUL .. " (55, 60)"
123 LEVELRANGE_INSTANCES16 = LEVELRANGE_SCHOLOMANCE .. " (57, 60)"
124  
125 LEVELRANGE_INSTANCES17 = LEVELRANGE_RAGEFIRECHASM .. " (13, 18)"
126 LEVELRANGE_INSTANCES18 = LEVELRANGE_STOCKADES .. " (24, 32)"
127 LEVELRANGE_INSTANCES19 = LEVELRANGE_ZULFARRAK .. " (44, 54)"
128  
129 -- Help Strings
130 LEVELRANGE_HELP0 = "Use the following commands to change LevelRange options."
131 LEVELRANGE_HELP1 = "/lr >> Open LevelRange options frame."
132 LEVELRANGE_HELP2 = "/lr toggle >> Toggle showing of the LevelRange tooltip."
133 LEVELRANGE_HELP3 = "/lr instances >> Toggle showing of instances on the tooltip."
134 LEVELRANGE_HELP4 = "/lr pvp >> Toggle showing of PvP diplomacy on the tooltip."
135 LEVELRANGE_HELP5 = "Long Command: /levelrange can also be used inplace of /lr."
136  
137 -- Toggle Message Strings
138 LEVELRANGE_ON = "ON"
139 LEVELRANGE_OFF = "OFF"
140  
141 LEVELRANGE_ENABLED = "Enabled."
142 LEVELRANGE_DISABLED = "Disabled."
143  
144 LEVELRANGE_TOGGLESHOW = "LevelRange Tooltip"
145 LEVELRANGE_TOGGLEINSTANCES = "Display LevelRange Instances"
146 LEVELRANGE_TOGGLERAIDS = "Display LevelRange Raids"
147 LEVELRANGE_TOGGLEPVP = "Display LevelRange PvP Diplomacy"
148  
149 -- Options Frame Strings
150 LEVELRANGE_OPTIONS_CLOSE = "Close"
151 LEVELRANGE_OPTIONS_TITLE = "LevelRange Options"
152  
153 LEVELRANGE_OPTIONS = {};
154 LEVELRANGE_OPTIONS[1] = { -- Option 1
155 label = "Enable LevelRange",
156 option = "showLevelRange",
157 tooltip = "Show/hide LevelRange tooltip",
158 children = {2, 3, 4},
159 };
160 LEVELRANGE_OPTIONS[2] = { -- Option 2
161 label = "Show Instances",
162 option = "showInstances",
163 tooltip = "Show/hide instances on tooltip",
164 };
165 LEVELRANGE_OPTIONS[3] = { -- Option 3
166 label = "Show Raids",
167 option = "showRaids",
168 tooltip = "Show/hide raids on tooltip",
169 };
170 LEVELRANGE_OPTIONS[4] = { -- Option 4
171 label = "Show PvP Diplomacy",
172 option = "showPvP",
173 tooltip = "Show/hide PvP Diplomacy on tooltip",
174 };
175  
176 LEVELRANGE_DEFAULT_OPTS = {
177 ["showLevelRange"] = true,
178 ["showInstances"] = true,
179 ["showPvP"] = true,
180 };