vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | function TitanLocalizeEN() |
2 | TITAN_DEBUG = "<Titan>"; |
||
3 | TITAN_INFO = "<Titan>" |
||
4 | |||
5 | TITAN_NA = "N/A"; |
||
6 | TITAN_SECONDS = "seconds"; |
||
7 | TITAN_MINUTES = "minutes"; |
||
8 | TITAN_HOURS = "hours"; |
||
9 | TITAN_DAYS = "days"; |
||
10 | TITAN_SECONDS_ABBR = "s"; |
||
11 | TITAN_MINUTES_ABBR = "m"; |
||
12 | TITAN_HOURS_ABBR = "h"; |
||
13 | TITAN_DAYS_ABBR = "d"; |
||
14 | TITAN_MILLISECOND = "ms"; |
||
15 | TITAN_KILOBYTES_PER_SECOND = "KB/s"; |
||
16 | TITAN_KILOBITS_PER_SECOND = "kbps" |
||
17 | TITAN_MEGABYTE = "MB"; |
||
18 | |||
19 | TITAN_MOVABLE_TOOLTIP = "Drag to move around"; |
||
20 | |||
21 | TITAN_PANEL_ERROR_DUP_PLUGIN = " appears to be registered twice this will cause Titan panel to fail please correct this problem" |
||
22 | |||
23 | TITAN_PANEL = "Titan Panel"; |
||
24 | TITAN_PANEL_MENU_TITLE = "Titan Panel"; |
||
25 | TITAN_PANEL_MENU_HIDE = "Hide"; |
||
26 | TITAN_PANEL_MENU_CUSTOMIZE = "Customize"; |
||
27 | TITAN_PANEL_MENU_SHOW_COLORED_TEXT = "Show colored text"; |
||
28 | TITAN_PANEL_MENU_SHOW_ICON = "Show icon"; |
||
29 | TITAN_PANEL_MENU_SHOW_LABEL_TEXT = "Show label text"; |
||
30 | TITAN_PANEL_MENU_AUTOHIDE = "Auto-hide"; |
||
31 | TITAN_PANEL_MENU_BGMINIMAP = "Battleground mini-map"; |
||
32 | TITAN_PANEL_MENU_CENTER_TEXT = "Center text"; |
||
33 | TITAN_PANEL_MENU_DISPLAY_ONTOP = "Display on top"; |
||
34 | TITAN_PANEL_MENU_DISPLAY_BOTH = "Display both bars"; |
||
35 | TITAN_PANEL_MENU_DISABLE_PUSH = "Disable screen adjust"; |
||
36 | TITAN_PANEL_MENU_BUILTINS = "Titan Built-ins"; |
||
37 | TITAN_PANEL_MENU_LEFT_SIDE = "Left Side"; |
||
38 | TITAN_PANEL_MENU_RIGHT_SIDE = "Right Side"; |
||
39 | TITAN_PANEL_MENU_LOAD_SETTINGS = "Load Settings"; |
||
40 | TITAN_PANEL_MENU_DOUBLE_BAR = "Double Bar"; |
||
41 | TITAN_PANEL_MENU_OPTIONS = "Options"; |
||
42 | TITAN_PANEL_MENU_PLUGINS = "Plugins"; |
||
43 | TITAN_PANEL_MENU_VERSION_SHOWN = "Show plugin versions"; |
||
44 | TITAN_PANEL_MENU_DISBALE_FONT = "Disbale font scaler"; |
||
45 | TITAN_PANEL_MENU_CATEGORIES = {"General","Combat","Information","Interface","Profession"} |
||
46 | TITAN_PANEL_MENU_TOOLTIPS_SHOWN = "Show tooltips"; |
||
47 | TITAN_PANEL_MENU_CASTINGBAR = "Move casting bar"; |
||
48 | TITAN_PANEL_MENU_RESET = "Reset Titan"; |
||
49 | |||
50 | TITAN_AUTOHIDE_TOOLTIP = "Toggles panel auto-hide on/off"; |
||
51 | TITAN_AUTOHIDE_MENU_TEXT = "Auto-hide"; |
||
52 | |||
53 | TITAN_AMMO_FORMAT = "%d"; |
||
54 | TITAN_AMMO_BUTTON_LABEL_AMMO = "Ammo: "; |
||
55 | TITAN_AMMO_BUTTON_LABEL_THROWN = "Thrown: "; |
||
56 | TITAN_AMMO_BUTTON_LABEL_AMMO_THROWN = "Ammo/Thrown: "; |
||
57 | TITAN_AMMO_TOOLTIP = "Equipped Ammo/Thrown Count"; |
||
58 | TITAN_AMMO_MENU_TEXT = "Ammo/Thrown"; |
||
59 | TITAN_AMMO_THROWN_KEYWORD = "Throw"; |
||
60 | |||
61 | TITAN_BAG_FORMAT = "%d/%d"; |
||
62 | TITAN_BAG_BUTTON_LABEL = "Bags: "; |
||
63 | TITAN_BAG_TOOLTIP = "Bag Usage"; |
||
64 | TITAN_BAG_TOOLTIP_HINTS = "Hint: Left-click to open all bags."; |
||
65 | TITAN_BAG_MENU_TEXT = "Bag"; |
||
66 | TITAN_BAG_MENU_SHOW_USED_SLOTS = "Show used slots"; |
||
67 | TITAN_BAG_MENU_SHOW_AVAILABLE_SLOTS = "Show available slots"; |
||
68 | TITAN_BAG_MENU_IGNORE_AMMO_POUCH_SLOTS = "Ignore ammo pouch slots"; |
||
69 | TITAN_BAG_MENU_IGNORE_SHARD_BAGS_SLOTS = "Ignore shard bags"; |
||
70 | TITAN_BAG_MENU_IGNORE_PROF_BAGS_SLOTS = "Ignore profession bags"; |
||
71 | TITAN_BAG_SHARD_BAG_NAMES = {"Soul","Felcloth Bag"}; |
||
72 | TITAN_BAG_AMMO_POUCH_NAMES = {"Ammo", "Quiver", "Bandolier", "Shot", "Lamina"}; |
||
73 | TITAN_BAG_PROF_BAG_NAMES = {"Enchanted Mageweave Pouch","Enchanted Runecloth Bag","Cenarion Herb Bag","Satchel of Cenarius"}; |
||
74 | |||
75 | TITAN_BGMINIMAP_MENU_TEXT = "Battleground minimap" |
||
76 | TITAN_BGMINIMAP_TOOLTIP = "Toggles battleground minimap" |
||
77 | |||
78 | TITAN_CLOCK_TOOLTIP = "Clock"; |
||
79 | TITAN_CLOCK_TOOLTIP_VALUE = "Offset hour value: "; |
||
80 | TITAN_CLOCK_TOOLTIP_HINT1 = "Hint: Left-click to adjust the offset" |
||
81 | TITAN_CLOCK_TOOLTIP_HINT2 = "hour and the 12/24H time format."; |
||
82 | TITAN_CLOCK_CONTROL_TOOLTIP = "Hour Offset: "; |
||
83 | TITAN_CLOCK_CONTROL_TITLE = "Offset"; |
||
84 | TITAN_CLOCK_CONTROL_HIGH = "+12"; |
||
85 | TITAN_CLOCK_CONTROL_LOW = "-12"; |
||
86 | TITAN_CLOCK_CHECKBUTTON = "24H Fmt"; |
||
87 | TITAN_CLOCK_CHECKBUTTON_TOOLTIP = "Toggles the time display between 12-hour and 24-hour format"; |
||
88 | TITAN_CLOCK_MENU_TEXT = "Clock"; |
||
89 | TITAN_CLOCK_MENU_DISPLAY_ON_RIGHT_SIDE = "Display on far right side"; |
||
90 | |||
91 | TITAN_COORDS_FORMAT = "(%.d, %.d)"; |
||
92 | TITAN_COORDS_BUTTON_LABEL = "Loc: "; |
||
93 | TITAN_COORDS_TOOLTIP = "Location Info"; |
||
94 | TITAN_COORDS_TOOLTIP_HINTS_1 = "Hint: Shift + left-click to add location"; |
||
95 | TITAN_COORDS_TOOLTIP_HINTS_2 = "info to the chat message."; |
||
96 | TITAN_COORDS_TOOLTIP_ZONE = "Zone: "; |
||
97 | TITAN_COORDS_TOOLTIP_SUBZONE = "SubZone: "; |
||
98 | TITAN_COORDS_TOOLTIP_PVPINFO = "PVP Info: "; |
||
99 | TITAN_COORDS_TOOLTIP_HOMELOCATION = "Home Location"; |
||
100 | TITAN_COORDS_TOOLTIP_INN = "Inn: "; |
||
101 | TITAN_COORDS_MENU_TEXT = "Location"; |
||
102 | TITAN_COORDS_MENU_SHOW_ZONE_ON_PANEL_TEXT = "Show zone text"; |
||
103 | TITAN_COORDS_MENU_SHOW_COORDS_ON_MAP_TEXT = "Show coordinates on world map"; |
||
104 | TITAN_COORDS_MAP_COORDS_TEXT = "%d, %d"; |
||
105 | TITAN_COORDS_MAP_CURSOR_COORDS_TEXT = "Cursor(X,Y): %s"; |
||
106 | TITAN_COORDS_MAP_PLAYER_COORDS_TEXT = "Player(X,Y): %s"; |
||
107 | |||
108 | TITAN_FPS_FORMAT = "%.1f"; |
||
109 | TITAN_FPS_BUTTON_LABEL = "FPS: "; |
||
110 | TITAN_FPS_MENU_TEXT = "FPS"; |
||
111 | TITAN_FPS_TOOLTIP_CURRENT_FPS = "Current FPS: "; |
||
112 | TITAN_FPS_TOOLTIP_AVG_FPS = "Average FPS: "; |
||
113 | TITAN_FPS_TOOLTIP_MIN_FPS = "Minimum FPS: "; |
||
114 | TITAN_FPS_TOOLTIP_MAX_FPS = "Maximum FPS: "; |
||
115 | TITAN_FPS_TOOLTIP = "Frames Per Second"; |
||
116 | |||
117 | TITAN_HONOR_BUTTON_LABEL_RANK = RANK..": "; |
||
118 | TITAN_HONOR_BUTTON_LABEL_HK = "HK: "; |
||
119 | TITAN_HONOR_BUTTON_LABEL_DK = "DK: "; |
||
120 | TITAN_HONOR_TOOLTIP = "PVP Honor Info"; |
||
121 | TITAN_HONOR_MENU_TEXT = "PVP Honor"; |
||
122 | |||
123 | TITAN_LATENCY_FORMAT = "%d"..TITAN_MILLISECOND; |
||
124 | TITAN_LATENCY_BANDWIDTH_FORMAT = "%.3f "..TITAN_KILOBYTES_PER_SECOND; |
||
125 | TITAN_LATENCY_BUTTON_LABEL = "Latency: "; |
||
126 | TITAN_LATENCY_TOOLTIP = "Network Status"; |
||
127 | TITAN_LATENCY_TOOLTIP_LATENCY = "Latency: "; |
||
128 | TITAN_LATENCY_TOOLTIP_BANDWIDTH_IN = "Bandwidth in: "; |
||
129 | TITAN_LATENCY_TOOLTIP_BANDWIDTH_OUT = "Bandwidth out: "; |
||
130 | TITAN_LATENCY_MENU_TEXT = "Latency"; |
||
131 | |||
132 | TITAN_LOOTTYPE_BUTTON_LABEL = "Loot: "; |
||
133 | TITAN_LOOTTYPE_FREE_FOR_ALL = "Free for all"; |
||
134 | TITAN_LOOTTYPE_ROUND_ROBIN = "Round robin"; |
||
135 | TITAN_LOOTTYPE_MASTER_LOOTER = "Master looter"; |
||
136 | TITAN_LOOTTYPE_GROUP_LOOT = "Group Loot"; |
||
137 | TITAN_LOOTTYPE_NEED_BEFORE_GREED = "Need Before Greed"; |
||
138 | TITAN_LOOTTYPE_TOOLTIP = "Loot Type"; |
||
139 | TITAN_LOOTTYPE_MENU_TEXT = "Loot Type"; |
||
140 | |||
141 | TITAN_MEMORY_FORMAT = "%.3f"..TITAN_MEGABYTE; |
||
142 | TITAN_MEMORY_RATE_FORMAT = "%.3f"..TITAN_KILOBYTES_PER_SECOND; |
||
143 | TITAN_MEMORY_BUTTON_LABEL = "Memory: "; |
||
144 | TITAN_MEMORY_TOOLTIP = "Memory Usage"; |
||
145 | TITAN_MEMORY_TOOLTIP_CURRENT_MEMORY = "Current: "; |
||
146 | TITAN_MEMORY_TOOLTIP_INITIAL_MEMORY = "Initial: "; |
||
147 | TITAN_MEMORY_TOOLTIP_INCREASING_RATE = "Increasing rate: "; |
||
148 | TITAN_MEMORY_TOOLTIP_GC_INFO = "Garbage-Collection Info: "; |
||
149 | TITAN_MEMORY_TOOLTIP_GC_THRESHOLD = "GC threshold: "; |
||
150 | TITAN_MEMORY_TOOLTIP_TIME_TO_GC = "Time to next GC: " |
||
151 | TITAN_MEMORY_MENU_TEXT = "Memory"; |
||
152 | TITAN_MEMORY_MENU_RESET_SESSION = "Reset memory data"; |
||
153 | |||
154 | TITAN_MONEY_GOLD = "g"; |
||
155 | TITAN_MONEY_SILVER = "s"; |
||
156 | TITAN_MONEY_COPPER = "c"; |
||
157 | TITAN_MONEY_FORMAT = "%d"..TITAN_MONEY_GOLD..", %d"..TITAN_MONEY_SILVER..", %d"..TITAN_MONEY_COPPER; |
||
158 | TITAN_MONEY_MENU_TEXT = "Money"; |
||
159 | TITAN_MONEY_MENU_RESET_SESSION = "Reset session"; |
||
160 | TITAN_MONEY_TOOLTIP = "Money Fluctuation"; |
||
161 | TITAN_MONEY_TOOLTIP_HINTS = "Hint: Left-click to pick up money."; |
||
162 | TITAN_MONEY_TOOLTIP_CURRENT = "Current: "; |
||
163 | TITAN_MONEY_TOOLTIP_INITIAL = "Initial: "; |
||
164 | TITAN_MONEY_TOOLTIP_EARNED = "Earned: "; |
||
165 | TITAN_MONEY_TOOLTIP_LOST = "Lost: "; |
||
166 | TITAN_MONEY_TOOLTIP_EARNED_HOUR = "Earned/hr: "; |
||
167 | TITAN_MONEY_TOOLTIP_LOST_HOUR = "Lost/hr: "; |
||
168 | |||
169 | TITAN_PERFORMANCE_TOOLTIP = "Performance"; |
||
170 | TITAN_PERFORMANCE_MENU_TEXT = "Performance"; |
||
171 | TITAN_PERFORMANCE_MENU_SHOW_FPS = "Show FPS"; |
||
172 | TITAN_PERFORMANCE_MENU_SHOW_LATENCY = "Show Latency"; |
||
173 | TITAN_PERFORMANCE_MENU_SHOW_MEMORY = "Show Memory"; |
||
174 | |||
175 | TITAN_RIDER_HINT = "You are currently: "; |
||
176 | TITAN_RIDER_OPTIONS_SHOWSTATE = "Show player state"; |
||
177 | TITAN_RIDER_OPTIONS_EQUIP = "Equip items"; |
||
178 | TITAN_RIDER_STATES = {"On foot", "On mount", "In flight", "Sheeped"}; |
||
179 | TITAN_RIDER_ITEMS = 3; |
||
180 | TITAN_RIDER_ITEM_NAMES = {nil,"Carrot on a Stick",nil}; |
||
181 | TITAN_RIDER_ITEM_DESCS = {"Mithril Spurs",nil,"Minor Mount Speed Increase"}; |
||
182 | TITAN_RIDER_ITEM_SLOTS = {"FeetSlot","Trinket0Slot","HandsSlot"} |
||
183 | |||
184 | TITAN_TRANS_TOOLTIP = "Transparency Control"; |
||
185 | TITAN_TRANS_TOOLTIP_VALUE = "Panel transparency: "; |
||
186 | TITAN_TRANS_TOOLTIP_HINT1 = "Hint: Left-click to adjust the"; |
||
187 | TITAN_TRANS_TOOLTIP_HINT2 = "transparency of the panel."; |
||
188 | TITAN_TRANS_CONTROL_TOOLTIP = "Panel Transparency: "; |
||
189 | TITAN_TRANS_CONTROL_TITLE = "Transparency"; |
||
190 | TITAN_TRANS_CONTROL_HIGH = "100%"; |
||
191 | TITAN_TRANS_CONTROL_LOW = "0%"; |
||
192 | TITAN_TRANS_MENU_TEXT = "Panel Transparency"; |
||
193 | |||
194 | TITAN_UISCALE_TOOLTIP = "UI/Panel/Font Scale"; |
||
195 | TITAN_UISCALE_TOOLTIP_VALUE_UI = "UI Scale: "; |
||
196 | TITAN_UISCALE_TOOLTIP_VALUE_PANEL = "Panel Scale: "; |
||
197 | TITAN_UISCALE_TOOLTIP_VALUE_FONT = "Font Scale: "; |
||
198 | TITAN_UISCALE_TOOLTIP_HINT1 = "Hint: Left-click to adjusts the size of"; |
||
199 | TITAN_UISCALE_TOOLTIP_HINT2 = "the panel or game's user interface."; |
||
200 | TITAN_UISCALE_CONTROL_TOOLTIP_UI = "UI Scale: "; |
||
201 | TITAN_UISCALE_CONTROL_TOOLTIP_PANEL = "Panel Scale: "; |
||
202 | TITAN_UISCALE_CONTROL_TOOLTIP_FONT = "Font Scale: "; |
||
203 | TITAN_UISCALE_CONTROL_TITLE_UI = "UI Scale"; |
||
204 | TITAN_UISCALE_CONTROL_TITLE_PANEL = "Panel Scale"; |
||
205 | TITAN_UISCALE_CONTROL_TITLE_FONT = "Font Scale"; |
||
206 | TITAN_UISCALE_CONTROL_HIGH_UI = "100%"; |
||
207 | TITAN_UISCALE_CONTROL_HIGH_PANEL = "125%"; |
||
208 | TITAN_UISCALE_CONTROL_HIGH_FONT = "200%"; |
||
209 | TITAN_UISCALE_CONTROL_LOW_UI = "64%"; |
||
210 | TITAN_UISCALE_CONTROL_LOW_PANEL = "75%"; |
||
211 | TITAN_UISCALE_CONTROL_LOW_FONT = "50%"; |
||
212 | TITAN_UISCALE_MENU_TEXT = "UI/Panel/Font Scale"; |
||
213 | |||
214 | TITAN_VOLUME_TOOLTIP = "Volume Control"; |
||
215 | TITAN_VOLUME_TOOLTIP_VALUE = "Master sound volume: "; |
||
216 | TITAN_VOLUME_TOOLTIP_HINT1 = "Hint: Left-click to adjust the" |
||
217 | TITAN_VOLUME_TOOLTIP_HINT2 = "master sound volume."; |
||
218 | TITAN_VOLUME_CONTROL_TOOLTIP = "Master Sound Volume: "; |
||
219 | TITAN_VOLUME_CONTROL_TITLE = "Volume"; |
||
220 | TITAN_VOLUME_CONTROL_HIGH = "High"; |
||
221 | TITAN_VOLUME_CONTROL_LOW = "Low"; |
||
222 | TITAN_VOLUME_MENU_TEXT = "Volume"; |
||
223 | |||
224 | TITAN_ZONE_SPEED_MENU_TEXT = "Zone Time"; |
||
225 | TITAN_ZONE_SPEED_LASTZONE = "Last zone time"; |
||
226 | |||
227 | TITAN_XP_FORMAT = "%d"; |
||
228 | TITAN_XP_PERCENT_FORMAT = TITAN_XP_FORMAT.." (%.1f%%)"; |
||
229 | TITAN_XP_BUTTON_LABEL_XPHR_LEVEL = "XP/hr this level: "; |
||
230 | TITAN_XP_BUTTON_LABEL_XPHR_SESSION = "XP/hr this session: "; |
||
231 | TITAN_XP_BUTTON_LABEL_TOLEVEL_TIME_LEVEL = "Time to level: "; |
||
232 | TITAN_XP_BUTTON_LABEL_TOLEVEL_TIME_SESSION = "Time to level: "; |
||
233 | TITAN_XP_TOOLTIP = "Experience(XP) Info"; |
||
234 | TITAN_XP_TOOLTIP_TOTAL_TIME = "Total time played: "; |
||
235 | TITAN_XP_TOOLTIP_LEVEL_TIME = "Time played this level: "; |
||
236 | TITAN_XP_TOOLTIP_SESSION_TIME = "Time played this session: "; |
||
237 | TITAN_XP_TOOLTIP_TOTAL_XP = "Total XP required this level: "; |
||
238 | TITAN_XP_TOOLTIP_LEVEL_XP = "XP gained this level: "; |
||
239 | TITAN_XP_TOOLTIP_TOLEVEL_XP = "XP needed to level: "; |
||
240 | TITAN_XP_TOOLTIP_SESSION_XP = "XP gained this session: "; |
||
241 | TITAN_XP_TOOLTIP_XPHR_LEVEL = "XP/hr this level: "; |
||
242 | TITAN_XP_TOOLTIP_XPHR_SESSION = "XP/hr this session: "; |
||
243 | TITAN_XP_TOOLTIP_TOLEVEL_LEVEL = "Time to level (level rate): "; |
||
244 | TITAN_XP_TOOLTIP_TOLEVEL_SESSION = "Time to level (session rate): "; |
||
245 | TITAN_XP_MENU_TEXT = "Experience(XP)"; |
||
246 | TITAN_XP_MENU_SHOW_XPHR_THIS_LEVEL = "Show XP/hr this level"; |
||
247 | TITAN_XP_MENU_SHOW_XPHR_THIS_SESSION = "Show XP/hr this session"; |
||
248 | TITAN_XP_MENU_RESET_SESSION = "Reset session"; |
||
249 | |||
250 | TITAN_REGEN_MENU_TEXT = "Regen" |
||
251 | TITAN_REGEN_MENU_TOOLTIP_TITLE = "Regen Rates" |
||
252 | TITAN_REGEN_MENU_SHOW1 = "Show" |
||
253 | TITAN_REGEN_MENU_SHOW2 = "HP" |
||
254 | TITAN_REGEN_MENU_SHOW3 = "MP" |
||
255 | TITAN_REGEN_MENU_SHOW4 = "As Percentage" |
||
256 | TITAN_REGEN_BUTTON_TEXT_HP = "HP: "..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; |
||
257 | TITAN_REGEN_BUTTON_TEXT_HP_PERCENT = "HP: "..HIGHLIGHT_FONT_COLOR_CODE.."%.2f"..FONT_COLOR_CODE_CLOSE; |
||
258 | TITAN_REGEN_BUTTON_TEXT_MP = " MP: "..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; |
||
259 | TITAN_REGEN_BUTTON_TEXT_MP_PERCENT = " MP: "..HIGHLIGHT_FONT_COLOR_CODE.."%.2f"..FONT_COLOR_CODE_CLOSE; |
||
260 | TITAN_REGEN_TOOLTIP1 = "Health: \t"..GREEN_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." / " ..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..RED_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE..")"; |
||
261 | TITAN_REGEN_TOOLTIP2 = "Mana: \t"..GREEN_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." / " ..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..RED_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE..")"; |
||
262 | TITAN_REGEN_TOOLTIP3 = "Best HP Regen: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; |
||
263 | TITAN_REGEN_TOOLTIP4 = "Worst HP Regen: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; |
||
264 | TITAN_REGEN_TOOLTIP5 = "Best MP Regen: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; |
||
265 | TITAN_REGEN_TOOLTIP6 = "Worst MP Regen: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE; |
||
266 | TITAN_REGEN_TOOLTIP7 = "MP Regen in Last Fight: \t"..HIGHLIGHT_FONT_COLOR_CODE.."%d"..FONT_COLOR_CODE_CLOSE.." ("..GREEN_FONT_COLOR_CODE.."%.2f"..FONT_COLOR_CODE_CLOSE.."%%)"; |
||
267 | |||
268 | TITAN_ITEMBONUSES_TEXT = "Item Bonuses"; |
||
269 | TITAN_ITEMBONUSES_DISPLAY_NONE = "Display none"; |
||
270 | TITAN_ITEMBONUSES_SHORTDISPLAY = "Brief label text"; |
||
271 | TITAN_ITEMBONUSES_BONUSSCANNER_MISSING = "BonusScanner AddOn required"; |
||
272 | |||
273 | TITAN_ITEMBONUSES_CAT_ATT = "Attributes"; |
||
274 | TITAN_ITEMBONUSES_CAT_RES = "Resistance"; |
||
275 | TITAN_ITEMBONUSES_CAT_SKILL = "Skills"; |
||
276 | TITAN_ITEMBONUSES_CAT_BON = "Melee and ranged combat"; |
||
277 | TITAN_ITEMBONUSES_CAT_SBON = "Spells"; |
||
278 | TITAN_ITEMBONUSES_CAT_OBON = "Life and mana"; |
||
279 | |||
280 | TITAN_HONORPLUS_BUTTON_LABEL_RANK = RANK..": "; |
||
281 | TITAN_HONORPLUS_CLASSINDEX = { |
||
282 | ["Druid"] = 1, |
||
283 | ["Hunter"] = 2, |
||
284 | ["Mage"] = 3, |
||
285 | ["Paladin"] = 4, |
||
286 | ["Priest"] = 5, |
||
287 | ["Rogue"] = 6, |
||
288 | ["Shaman"] = 7, |
||
289 | ["Warlock"] = 8, |
||
290 | ["Warrior"] = 9, |
||
291 | ["Druide"] = 1, |
||
292 | ["J\195\164ger"] = 2, |
||
293 | ["Magier"] = 3, |
||
294 | ["Paladin"] = 4, |
||
295 | ["Priester"] = 5, |
||
296 | ["Schurke"] = 6, |
||
297 | ["Schamane"] = 7, |
||
298 | ["Hexenmeister"] = 8, |
||
299 | ["Krieger"] = 9, |
||
300 | ["Druide"] = 1, |
||
301 | ["Chasseur"] = 2, |
||
302 | ["Mage"] = 3, |
||
303 | ["Paladin"] = 4, |
||
304 | ["Pr\195\170tre"] = 5, |
||
305 | ["Voleur"] = 6, |
||
306 | ["Chaman"] = 7, |
||
307 | ["D\195\169moniste"] = 8, |
||
308 | ["Guerrier"] = 9, |
||
309 | }; |
||
310 | |||
311 | TITAN_HONORPLUS_BUTTON_LABEL_HK = "HK: "; |
||
312 | TITAN_HONORPLUS_BUTTON_LABEL_DK = "DK: "; |
||
313 | TITAN_HONORPLUS_TOOLTIP = "PVP Honor+ Info"; |
||
314 | TITAN_HONORPLUS_TOOLTIP_THISWEEK = "This Week" |
||
315 | TITAN_HONORPLUS_MENU_TEXT = "Honor+"; |
||
316 | TITAN_HONORPLUS_MENU_CALCTODAY = "Add-on Calculates Today's HK"; |
||
317 | TITAN_HONORPLUS_MENU_SCT = "Scrolling Combat Text Display"; |
||
318 | TITAN_HONORPLUS_MENU_OPIUM = "Opium Support"; |
||
319 | TITAN_HONORPLUS_MENU_SCOREBOARDCLASSCOLORSYMBOL = "Scoreboard Color Class Symbol"; |
||
320 | TITAN_HONORPLUS_MENU_SCOREBOARDCLASSCOLORLIST = "Scoreboard Color Class Name"; |
||
321 | TITAN_HONORPLUS_MENU_SCOREBOARDKILLS = "Show Today's Kills on Scoreboard"; |
||
322 | TITAN_HONORPLUS_MENU_PRINTBONUS = "Display Bonus Honor in Chat Window"; |
||
323 | TITAN_HONORPLUS_MENU_TOOLTIP = "Show Tooltip Info"; |
||
324 | TITAN_HONORPLUS_MENU_SORTBYHONOR = "Sort by Honor"; |
||
325 | TITAN_HONORPLUS_MENU_SORTBYKILLS = "Sort by Kills"; |
||
326 | TITAN_HONORPLUS_ESTIMATED = "%s dies, [%d times today.], Rank: %s. [Educated Honor: %d]"; |
||
327 | TITAN_HONORPLUS_BONUSHONORGAINED = "You gain %s bonus honor."; |
||
328 | TITAN_HONORPLUS_BONUS = "Bonus"; |
||
329 | TITAN_HONORPLUS_PROGRESS = "Progress"; |
||
330 | TITAN_HONORPLUS_TODAYHONOR = "Today's Honor"; |
||
331 | TITAN_HONORPLUS_KILLS = "Kills"; |
||
332 | TITAN_HONORPLUS_DEATHS = "Deaths"; |
||
333 | TITAN_HONORPLUS_TOTAL = "Total"; |
||
334 | TITAN_HONORPLUS_TOP15 = "Top 15"; |
||
335 | TITAN_HONORPLUS_PVPSTATS = "PvP Stats"; |
||
336 | TITAN_HONORPLUS_NOKILLS = "No kills"; |
||
337 | TITAN_HONORPLUS_HINT = "Hint: Left-click for different statistics."; |
||
338 | TITAN_HONORPLUS_HINT_TOOLTIP = "(Left click for more)"; |
||
339 | TITAN_HONORPLUS_TOOLTIP_TODAYSKILLS = "Number of kills today.\nIf more than 4 kills, then no more honor from this player."; |
||
340 | TITAN_HONORPLUS_KILLEDTODAY = "Killed Today"; |
||
341 | TITAN_HONORPLUS_MENU_AUTORELEASE = "Auto-Release"; |
||
342 | TITAN_HONORPLUS_MENU_AUTOJOINBG = "Auto-Join Battlegrounds"; |
||
343 | TITAN_HONORPLUS_AUTOJOINBG = "Auto-joining battlegrounds in 10 seconds..."; |
||
344 | TITAN_HONORPLUS_AUTOJOINBG_CANCEL = "Cancelled joining battlegrounds."; |
||
345 | TITAN_HONORPLUS_AUTOJOINBG_DONE = "Now joining battlegrounds. Good luck!"; |
||
346 | |||
347 | --Titan Repair |
||
348 | REPAIR_LOCALE = { |
||
349 | pattern = "^Durability (%d+) / (%d+)$", |
||
350 | menu = "Durability Info", |
||
351 | tooltip = "Durability Info", |
||
352 | button = "Durability: ", |
||
353 | percentage = "Show as Percentage", |
||
354 | itemname = "Show Item Name", |
||
355 | undamaged = "Show undamaged Items", |
||
356 | nothing = "Nothing damaged", |
||
357 | confirmation = "Do you want to repair all equipped Items?", |
||
358 | popup = "Show repair popup", |
||
359 | repinventory = "Repair Inventory too", |
||
360 | showinventory = "Calculate Inventory damage" |
||
361 | }; |
||
362 | |||
363 | TITAN_PLUGINS_MENU_TITLE = "Plug-ins"; |
||
364 | |||
365 | CUSTOMIZATION_FEATURE_COMING_SOON = "Customization feature coming soon..."; |
||
366 | end |
||
367 | |||
368 | function Localize() |
||
369 | TitanLocalizeEN(); |
||
370 | |||
371 | local locale = GetLocale(); |
||
372 | if ( locale == "deDE" ) then |
||
373 | TitanLocalizeDE(); |
||
374 | elseif ( locale == "frFR" ) then |
||
375 | TitanLocalizeFR(); |
||
376 | end |
||
377 | end |
||
378 | |||
379 | function LocalizeFrames() |
||
380 | -- Put all locale specific UI adjustments here |
||
381 | end |