1 | local i=CzWoW_interface;
|
---|
2 | local n=CzWoW_interface_entoname;
|
---|
3 |
|
---|
4 | CzWoW_MAIN_MENU:SetText(i["MAIN_MENU"]);
|
---|
5 |
|
---|
6 | -- for index, value in pairs(OptionsFrameSliders) do
|
---|
7 | -- value.text = i[n[value.text]];
|
---|
8 | --value.tooltipText = i[n[value.tooltipText]];
|
---|
9 | -- end;
|
---|
10 | --OptionsFrame end
|
---|
11 |
|
---|
12 |
|
---|
13 | -- for index, value in pairs(SoundOptionsFrameSliders) do
|
---|
14 | -- value.text = i[n[value.text]];
|
---|
15 | --value.tooltipText = i[n[value.tooltipText]];
|
---|
16 | -- end;
|
---|
17 | --SoundOptionsFrame end
|
---|
18 |
|
---|
19 |
|
---|
20 | for index, value in pairs(uvarInfo) do
|
---|
21 | --value.text = i[n[value.text]];
|
---|
22 | value.event = i[n[value.event]];
|
---|
23 | end;
|
---|
24 | --UI Options end
|
---|
25 |
|
---|
26 | --hooksecurefunc(GameTooltip, "SetOwner", function(a, object) DEFAULT_CHAT_FRAME:AddMessage(object:GetName()); end);
|
---|
27 |
|
---|
28 | --GameTooltipFrame begin
|
---|
29 | local oldTooltipSetText=GameTooltip["SetText"];
|
---|
30 | GameTooltip["SetText"]=function(object, text, r, g, b, alphaValue, textWrap)
|
---|
31 | if type(n[text])=="string" then
|
---|
32 | text=i[n[text]];
|
---|
33 | end
|
---|
34 | oldTooltipSetText(object, text, r, g, b, alphaValue, textWrap);
|
---|
35 | end
|
---|
36 | --hooksecurefunc(GameTooltip, "SetText", TooltipSetText);
|
---|
37 |
|
---|
38 | --GameTooltipFrame end
|
---|
39 |
|
---|
40 |
|
---|
41 | --Set global var with CZ texts
|
---|
42 | for index, value in pairs(i) do
|
---|
43 | setglobal(index,i[index]);
|
---|
44 | end
|
---|
45 |
|
---|
46 |
|
---|
47 |
|
---|
48 | --ActionBarFrame.xml
|
---|
49 |
|
---|
50 |
|
---|
51 | --ActionButtonTemplate.xml
|
---|
52 |
|
---|
53 |
|
---|
54 | --AlertFrames.xml
|
---|
55 |
|
---|
56 | --AchievementAlertFrameTemplateUnlocked:SetText(i["ACHIEVEMENT_UNLOCKED"]);
|
---|
57 | --AchievementAlertFrameTemplateName:SetText(i["For the Alliance!"]);
|
---|
58 |
|
---|
59 | --ArenaFrame.xml
|
---|
60 |
|
---|
61 | ArenaFrameFrameLabel:SetText(i["ARENA_BATTLES"]);
|
---|
62 | ArenaFrameNameHeader:SetText(i["ARENA_RATED_BATTLE"]);
|
---|
63 | ArenaFrameZoneDescription:SetText(i["ARENA_MASTER_TEXT"]);
|
---|
64 | ArenaFrameNameHeader2:SetText(i["ARENA_PRACTICE_BATTLE"]);
|
---|
65 | ArenaFrameCancelButton:SetText(i["CANCEL"]);
|
---|
66 | ArenaFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]);
|
---|
67 | ArenaFrameGroupJoinButton:SetText(i["BATTLEFIELD_GROUP_JOIN"]);
|
---|
68 |
|
---|
69 | --ArenaRegistrarFrame.xml
|
---|
70 |
|
---|
71 | AvailableServicesText:SetText(i["ARENA_CHARTER_PURCHASE"]);
|
---|
72 | RegistrationText:SetText(i["ARENA_CHARTER_TURN_IN"]);
|
---|
73 | ArenaRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]);
|
---|
74 | ArenaRegistrarButton1:SetText(i["ARENA_TEAM_2V2"]);
|
---|
75 | ArenaRegistrarButton2:SetText(i["ARENA_TEAM_3V3"]);
|
---|
76 | ArenaRegistrarButton3:SetText(i["ARENA_TEAM_5V5"]);
|
---|
77 | ArenaRegistrarButton4:SetText(i["ARENA_TEAM_2V2"]);
|
---|
78 | ArenaRegistrarButton5:SetText(i["ARENA_TEAM_3V3"]);
|
---|
79 | ArenaRegistrarButton6:SetText(i["ARENA_TEAM_5V5"]);
|
---|
80 | ArenaRegistrarPurchaseText:SetText(i["ARENA_REGISTRAR_PURCHASE_TEXT"]);
|
---|
81 | ArenaRegistrarCostLabel:SetText(i["COSTS_LABEL"]);
|
---|
82 | ArenaRegistrarFrameCancelButton:SetText(i["CANCEL"]);
|
---|
83 | ArenaRegistrarFramePurchaseButton:SetText(i["PURCHASE"]);
|
---|
84 | PVPBannerFrameGreetingText:SetText(i["ARENA_BANNER_VENDOR_GREETING"]);
|
---|
85 | PVPColorPickerButton1:SetText(i["EMBLEM_SYMBOL_COLOR"]);
|
---|
86 | PVPColorPickerButton2:SetText(i["EMBLEM_BORDER_COLOR"]);
|
---|
87 | PVPColorPickerButton3:SetText(i["EMBLEM_BACKGROUND"]);
|
---|
88 | PVPBannerFrameCancelButton:SetText(i["CLOSE"]);
|
---|
89 | PVPBannerFrameSaveButton:SetText(i["SAVE"]);
|
---|
90 | PVPBannerFrameAcceptButton:SetText(i["ACCEPT"]);
|
---|
91 | PVPBannerFrameCancelButton:SetText(i["CANCEL"]);
|
---|
92 |
|
---|
93 | --AudioOptionsFrame.xml
|
---|
94 |
|
---|
95 | AudioOptionsFrameCancel:SetText(i["CANCEL"]);
|
---|
96 | AudioOptionsFrameOkay:SetText(i["OKAY"]);
|
---|
97 | AudioOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
---|
98 |
|
---|
99 | --AudioOptionsPanels.xml
|
---|
100 |
|
---|
101 | AudioOptionsSoundPanelTitle:SetText(i["SOUND_LABEL"]);
|
---|
102 | AudioOptionsSoundPanelSubText:SetText(i["SOUND_SUBTEXT"]);
|
---|
103 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownLabel:SetText(i["GAME_SOUND_OUTPUT"]);
|
---|
104 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeLabel:SetText(i["SOUND_VOLUME"]);
|
---|
105 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeMusicVolumeLabel:SetText(i["MUSIC_VOLUME"]);
|
---|
106 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeMusicVolumeAmbienceVolumeLabel:SetText(i["AMBIENCE_VOLUME"]);
|
---|
107 | AudioOptionsVoicePanelTitle:SetText(i["VOICE_LABEL"]);
|
---|
108 | AudioOptionsVoicePanelSubText:SetText(i["VOICE_SUBTEXT"]);
|
---|
109 | --AudioOptionsVoicePanelTitleSubTextDisabledMessageText:SetText(i["VOICECHAT_DISABLED"]);
|
---|
110 | --AudioOptionsVoicePanelTitleSubTextDisabledMessageEnableVoiceTalkingEnableMicrophoneInputDeviceDropDownMicrophoneVolumeMicTestText:SetText(i["VOICE_MICROPHONE_TEST"]);
|
---|
111 | --PlayLoopbackSoundButtonBindingChatModeDropDownLabel:SetText(i["VOICE_CHAT_MODE"]);
|
---|
112 | --PlayLoopbackSoundButtonBindingChatModeDropDownChatMode1Label:SetText(i["KEY_BINDING"]);
|
---|
113 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownLabel:SetText(i["VOICE_CHAT_OUTPUT_DEVICE"]);
|
---|
114 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioLabel:SetText(i["VOICE_GAME_DUCKING"]);
|
---|
115 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioDescription:SetText(i["VOICE_CHAT_AUDIO_DUCKING"]);
|
---|
116 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioOff:SetText(i["OFF"]);
|
---|
117 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioNormal:SetText(i["VOICE_CHAT_NORMAL"]);
|
---|
118 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeLabel:SetText(i["SOUND_VOLUME"]);
|
---|
119 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeMusicFadeLabel:SetText(i["MUSIC_VOLUME"]);
|
---|
120 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeMusicFadeAmbienceFadeLabel:SetText(i["AMBIENCE_VOLUME"]);
|
---|
121 |
|
---|
122 | --BankFrame.xml
|
---|
123 |
|
---|
124 | BankFrameTitleText:SetText(i["ITEMSLOTTEXT"]);
|
---|
125 | BankFrameTitleText:SetText(i["BAGSLOTTEXT"]);
|
---|
126 | --BankFramePurchaseInfo:SetText(i["BANKSLOTPURCHASE_LABEL"]);
|
---|
127 | BankFrameSlotCost:SetText(i["COSTS_LABEL"]);
|
---|
128 | BankFramePurchaseButton:SetText(i["BANKSLOTPURCHASE"]);
|
---|
129 |
|
---|
130 | --BasicControls.xml
|
---|
131 |
|
---|
132 | --DialogBoxFrameButtonButton:SetText(i["OKAY"]);
|
---|
133 |
|
---|
134 | --BattlefieldFrame.xml
|
---|
135 |
|
---|
136 | BattlefieldFrameFrameLabel:SetText(i["BATTLEFIELDS"]);
|
---|
137 | BattlefieldFrameNameHeader:SetText(i["BATTLEFIELD_NAME"]);
|
---|
138 | BattlefieldFrameCancelButton:SetText(i["CANCEL"]);
|
---|
139 | BattlefieldFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]);
|
---|
140 | BattlefieldFrameGroupJoinButton:SetText(i["BATTLEFIELD_GROUP_JOIN"]);
|
---|
141 |
|
---|
142 | --Bindings.xml
|
---|
143 |
|
---|
144 |
|
---|
145 | --Blizzard_TalentUITemplates.xml
|
---|
146 |
|
---|
147 |
|
---|
148 | --BonusActionBarFrame.xml
|
---|
149 |
|
---|
150 |
|
---|
151 | --BuffFrame.xml
|
---|
152 |
|
---|
153 |
|
---|
154 | --CastingBarFrame.xml
|
---|
155 |
|
---|
156 |
|
---|
157 | --ChannelFrame.xml
|
---|
158 |
|
---|
159 | --ChannelRosterButtonTemplateName:SetText(i["Player Name"]);
|
---|
160 | --ChannelFrameVerticalBarAutoJoinAutoJoin:SetText(i["VOICE_CHAT"]);
|
---|
161 | ChannelFrameNewButton:SetText(i["ADD"]);
|
---|
162 | ChannelRosterChannelName:SetText(i["Channel Name"]);
|
---|
163 | --ChannelMemberButton22DropDownDaughterFrameName:SetText(i["CHANNEL_NEW_CHANNEL"]);
|
---|
164 | --ChannelMemberButton22DropDownDaughterFrameNameTitlebarCornerChannelNameLabel:SetText(i["CHANNEL_CHANNEL_NAME"]);
|
---|
165 | --ChannelMemberButton22DropDownDaughterFrameNameTitlebarCornerChannelNameChannelPasswordLabel:SetText(i["PASSWORD"]);
|
---|
166 | --ChannelMemberButton22DropDownDaughterFrameNameTitlebarCornerChannelNameChannelPasswordOptional:SetText(i["OPTIONAL_PARENS"]);
|
---|
167 | --ChannelRosterDaughterFrameOkayButton:SetText(i["OKAY"]);
|
---|
168 | --ChannelRosterDaughterFrameCancelButton:SetText(i["CANCEL"]);
|
---|
169 | ChannelPulloutTabText:SetText(i["Channel Roster"]);
|
---|
170 |
|
---|
171 | --CharacterFrame.xml
|
---|
172 |
|
---|
173 | CharacterNameText:SetText(i["NAME"]);
|
---|
174 | CharacterFrameTab1:SetText(i["CHARACTER"]);
|
---|
175 | CharacterFrameTab2:SetText(i["PETS"]);
|
---|
176 | CharacterFrameTab3:SetText(i["REPUTATION"]);
|
---|
177 | CharacterFrameTab4:SetText(i["SKILLS"]);
|
---|
178 | CharacterFrameTab5:SetText(i["CURRENCY"]);
|
---|
179 |
|
---|
180 | --CharacterFrameTemplates.xml
|
---|
181 |
|
---|
182 |
|
---|
183 | --ChatConfigFrame.xml
|
---|
184 |
|
---|
185 | ChatConfigCategoryFrameTitle:SetText(i["CATEGORIES"]);
|
---|
186 | ChatConfigCategoryFrameButton1:SetText(i["CHAT"]);
|
---|
187 | ChatConfigCategoryFrameButton2:SetText(i["COMBAT"]);
|
---|
188 | ChatConfigCategoryFrameButton3:SetText(i["GLOBAL_CHANNELS"]);
|
---|
189 | ChatConfigCategoryFrameButton4:SetText(i["OTHER"]);
|
---|
190 | --ChatConfigCombatSettings:SetText(i["FILTERS"]);
|
---|
191 | ChatConfigCombatSettingsFiltersDeleteButton:SetText(i["DELETE"]);
|
---|
192 | ChatConfigCombatSettingsFiltersAddFilterButton:SetText(i["ADD_FILTER"]);
|
---|
193 | ChatConfigCombatSettingsFiltersCopyFilterButton:SetText(i["COPY_FILTER"]);
|
---|
194 | --CombatConfigMessageTypesLeftRightMiscMisc:SetText(i["MISCELLANEOUS"]);
|
---|
195 | CombatConfigColorsExampleTitle:SetText(i["EXAMPLE_TEXT"]);
|
---|
196 | --CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitle:SetText(i["HIGHLIGHTING"]);
|
---|
197 | --CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitleLineAbilityDamageSchoolColorizeUnitNameUnitName:SetText(i["COLORIZE"]);
|
---|
198 | CombatConfigFormattingExampleTitle:SetText(i["EXAMPLE_TEXT"]);
|
---|
199 | --CombatConfigSettingsNameEditBoxNameEditBox:SetText(i["FILTER_NAME"]);
|
---|
200 | CombatConfigSettingsSaveButton:SetText(i["SAVE"]);
|
---|
201 | ChatConfigFrameDefaultButton:SetText(i["CHAT_DEFAULTS"]);
|
---|
202 | CombatLogDefaultButton:SetText(i["COMBATLOG_DEFAULTS"]);
|
---|
203 | ChatConfigFrameCancelButton:SetText(i["CANCEL"]);
|
---|
204 | ChatConfigFrameOkayButton:SetText(i["OKAY"]);
|
---|
205 |
|
---|
206 | --ChatFrame.xml
|
---|
207 |
|
---|
208 |
|
---|
209 | --CinematicFrame.xml
|
---|
210 |
|
---|
211 |
|
---|
212 | --ClassTrainerFrameTemplates.xml
|
---|
213 |
|
---|
214 |
|
---|
215 | --CoinPickupFrame.xml
|
---|
216 |
|
---|
217 | CoinPickupOkayButton:SetText(i["OKAY"]);
|
---|
218 | CoinPickupCancelButton:SetText(i["COINPICKUP_CANCEL"]);
|
---|
219 |
|
---|
220 | --ColorPickerFrame.xml
|
---|
221 |
|
---|
222 | --ColorPickerFrameHeader:SetText(i["COLOR_PICKER"]);
|
---|
223 | ColorPickerCancelButton:SetText(i["CANCEL"]);
|
---|
224 | ColorPickerOkayButton:SetText(i["OKAY"]);
|
---|
225 | OpacitySliderFrameText:SetText(i["0%"]);
|
---|
226 | OpacitySliderFrameText:SetText(i["100%"]);
|
---|
227 | OpacityFrameSliderText:SetText(i["OPACITY"]);
|
---|
228 | OpacityFrameSliderText:SetText(i["0%"]);
|
---|
229 | OpacityFrameSliderText:SetText(i["100%"]);
|
---|
230 |
|
---|
231 | --CombatFeedback.xml
|
---|
232 |
|
---|
233 |
|
---|
234 | --CombatLog.xml
|
---|
235 |
|
---|
236 |
|
---|
237 | --ComboFrame.xml
|
---|
238 |
|
---|
239 |
|
---|
240 | --ContainerFrame.xml
|
---|
241 |
|
---|
242 |
|
---|
243 | --Cooldown.xml
|
---|
244 |
|
---|
245 |
|
---|
246 | --DressUpFrame.xml
|
---|
247 |
|
---|
248 | DressUpFrameTitleText:SetText(i["DRESSUP_FRAME"]);
|
---|
249 | DressUpFrameDescriptionText:SetText(i["DRESSUP_FRAME_INSTRUCTIONS"]);
|
---|
250 | DressUpFrameCancelButton:SetText(i["CLOSE"]);
|
---|
251 | DressUpFrameResetButton:SetText(i["RESET"]);
|
---|
252 |
|
---|
253 | --DurabilityFrame.xml
|
---|
254 |
|
---|
255 |
|
---|
256 | --FadingFrame.xml
|
---|
257 |
|
---|
258 |
|
---|
259 | --FloatingChatFrame.xml
|
---|
260 |
|
---|
261 |
|
---|
262 | --FocusFrame.xml
|
---|
263 |
|
---|
264 | FocusFrameNumericalThreatValue:SetText(i["100%"]);
|
---|
265 | TargetofFocusDeadText:SetText(i["DEAD"]);
|
---|
266 |
|
---|
267 | --FontStyles.xml
|
---|
268 |
|
---|
269 |
|
---|
270 | --Fonts.xml
|
---|
271 |
|
---|
272 |
|
---|
273 | --FriendsFrame.xml
|
---|
274 |
|
---|
275 | FriendsFrameToggleTab1:SetText(i["FRIENDS"]);
|
---|
276 | FriendsFrameToggleTab2:SetText(i["IGNORE"]);
|
---|
277 | FriendsFrameToggleTab3:SetText(i["MUTED"]);
|
---|
278 | FriendsFrameAddFriendButton:SetText(i["ADD_FRIEND"]);
|
---|
279 | FriendsFrameRemoveFriendButton:SetText(i["REMOVE_FRIEND"]);
|
---|
280 | FriendsFrameSendMessageButton:SetText(i["SEND_MESSAGE"]);
|
---|
281 | FriendsFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
---|
282 | IgnoreFrameToggleTab1:SetText(i["FRIENDS"]);
|
---|
283 | IgnoreFrameToggleTab2:SetText(i["IGNORE"]);
|
---|
284 | IgnoreFrameToggleTab3:SetText(i["MUTED"]);
|
---|
285 | FriendsFrameIgnorePlayerButton:SetText(i["IGNORE_PLAYER"]);
|
---|
286 | FriendsFrameStopIgnoreButton:SetText(i["STOP_IGNORE"]);
|
---|
287 | MutedFrameToggleTab1:SetText(i["FRIENDS"]);
|
---|
288 | MutedFrameToggleTab2:SetText(i["IGNORE"]);
|
---|
289 | MutedFrameToggleTab3:SetText(i["MUTED"]);
|
---|
290 | FriendsFrameMutedPlayerButton:SetText(i["MUTE_PLAYER"]);
|
---|
291 | FriendsFrameUnmuteButton:SetText(i["UNMUTE"]);
|
---|
292 | WhoFrameColumnHeader1:SetText(i["NAME"]);
|
---|
293 | WhoFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
|
---|
294 | WhoFrameColumnHeader4:SetText(i["CLASS"]);
|
---|
295 | WhoFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
---|
296 | WhoFrameAddFriendButton:SetText(i["ADD_FRIEND"]);
|
---|
297 | WhoFrameWhoButton:SetText(i["REFRESH"]);
|
---|
298 | GuildFrameNotesLabel:SetText(i["GUILD_MOTD_LABEL"]);
|
---|
299 | GuildFrameLFGButtonText:SetText(i["SHOW_OFFLINE_MEMBERS"]);
|
---|
300 | GuildFrameColumnHeader1:SetText(i["NAME"]);
|
---|
301 | GuildFrameColumnHeader2:SetText(i["ZONE"]);
|
---|
302 | GuildFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
|
---|
303 | GuildFrameColumnHeader4:SetText(i["CLASS"]);
|
---|
304 | GuildFrameGuildStatusColumnHeader1:SetText(i["NAME"]);
|
---|
305 | GuildFrameGuildStatusColumnHeader2:SetText(i["RANK"]);
|
---|
306 | GuildFrameGuildStatusColumnHeader3:SetText(i["LABEL_NOTE"]);
|
---|
307 | GuildFrameGuildStatusColumnHeader4:SetText(i["LASTONLINE"]);
|
---|
308 | GuildFrameControlButton:SetText(i["GUILDCONTROL"]);
|
---|
309 | GuildFrameAddMemberButton:SetText(i["ADDMEMBER"]);
|
---|
310 | GuildFrameGuildInformationButton:SetText(i["GUILD_INFORMATION"]);
|
---|
311 | --GuildControlPopupFrame:SetText(i["GUILDCONTROL_SELECTRANK"]);
|
---|
312 | --GuildControlPopupFrame:SetText(i["GUILDCONTROL_ALLOWRANK"]);
|
---|
313 | GuildControlWithdrawGoldText:SetText(i["GUILDCONTROL_WITHDRAW_GOLD"]);
|
---|
314 | GuildControlWithdrawGoldAmountText:SetText(i["GOLD_PER_DAY"]);
|
---|
315 | GuildControlPopupFrameCancelButton:SetText(i["CANCEL"]);
|
---|
316 | GuildControlPopupAcceptButton:SetText(i["ACCEPT"]);
|
---|
317 | GuildControlPopupFrameEditBox:SetText(i["GUILDCONTROL_RANKLABEL"]);
|
---|
318 | GuildBankTabLabel:SetText(i["GUILDBANK_TAB_COLON"]);
|
---|
319 | GuildControlTabPermissionsWithdrawItemsText:SetText(i["GUILDCONTROL_WITHDRAW_ITEMS"]);
|
---|
320 | GuildBankTabPermissionsTab6:SetText(i["6"]);
|
---|
321 | GuildBankTabPermissionsTab5:SetText(i["5"]);
|
---|
322 | GuildBankTabPermissionsTab4:SetText(i["4"]);
|
---|
323 | GuildBankTabPermissionsTab3:SetText(i["3"]);
|
---|
324 | GuildBankTabPermissionsTab2:SetText(i["2"]);
|
---|
325 | GuildBankTabPermissionsTab1:SetText(i["1"]);
|
---|
326 | GuildInfoTitle:SetText(i["GUILD_INFORMATION"]);
|
---|
327 | GuildInfoSaveButton:SetText(i["ACCEPT"]);
|
---|
328 | GuildInfoCancelButton:SetText(i["CLOSE"]);
|
---|
329 | GuildInfoGuildEventButton:SetText(i["GUILD_EVENT_LOG"]);
|
---|
330 | GuildMemberDetailZoneLabel:SetText(i["ZONE_COLON"]);
|
---|
331 | GuildMemberDetailRankLabel:SetText(i["RANK_COLON"]);
|
---|
332 | GuildMemberDetailOnlineLabel:SetText(i["LAST_ONLINE_COLON"]);
|
---|
333 | GuildMemberDetailNoteLabel:SetText(i["NOTE_COLON"]);
|
---|
334 | GuildMemberDetailOfficerNoteLabel:SetText(i["OFFICER_NOTE_COLON"]);
|
---|
335 | GuildMemberRemoveButton:SetText(i["REMOVE"]);
|
---|
336 | GuildMemberGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
---|
337 | GuildEventLogTitle:SetText(i["GUILD_EVENT_LOG"]);
|
---|
338 | GuildEventLogCancelButton:SetText(i["CLOSE"]);
|
---|
339 | FriendsFrameTab1:SetText(i["FRIENDS"]);
|
---|
340 | FriendsFrameTab2:SetText(i["WHO"]);
|
---|
341 | FriendsFrameTab3:SetText(i["GUILD"]);
|
---|
342 | FriendsFrameTab4:SetText(i["CHAT"]);
|
---|
343 | FriendsFrameTab5:SetText(i["RAID"]);
|
---|
344 |
|
---|
345 | --GameMenuFrame.xml
|
---|
346 |
|
---|
347 | --GameMenuFrameHeader:SetText(i["MAIN_MENU"]);
|
---|
348 | GameMenuButtonOptions:SetText(i["VIDEOOPTIONS_MENU"]);
|
---|
349 | --GameMenuButtonSoundOptions:SetText(i["SOUNDOPTIONS_MENU"]);
|
---|
350 | GameMenuButtonUIOptions:SetText(i["UIOPTIONS_MENU"]);
|
---|
351 | GameMenuButtonMacOptions:SetText(i["MAC_OPTIONS"]);
|
---|
352 | GameMenuButtonKeybindings:SetText(i["KEY_BINDINGS"]);
|
---|
353 | GameMenuButtonMacros:SetText(i["MACROS"]);
|
---|
354 | GameMenuButtonRatings:SetText(i["RATINGS_MENU"]);
|
---|
355 | GameMenuButtonLogout:SetText(i["LOGOUT"]);
|
---|
356 | GameMenuButtonQuit:SetText(i["EXIT_GAME"]);
|
---|
357 | GameMenuButtonContinue:SetText(i["RETURN_TO_GAME"]);
|
---|
358 |
|
---|
359 | --GameTime.xml
|
---|
360 |
|
---|
361 |
|
---|
362 | --GameTooltip.xml
|
---|
363 |
|
---|
364 |
|
---|
365 | --GameTooltipTemplate.xml
|
---|
366 |
|
---|
367 |
|
---|
368 | --GossipFrame.xml
|
---|
369 |
|
---|
370 | GossipFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]);
|
---|
371 | GossipGreetingText:SetText(i["Filler Text"]);
|
---|
372 |
|
---|
373 | --GuildRegistrarFrame.xml
|
---|
374 |
|
---|
375 | AvailableServicesText:SetText(i["AVAILABLE_SERVICES"]);
|
---|
376 | GuildRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]);
|
---|
377 | GuildRegistrarButton1:SetText(i["GUILD_CHARTER_PURCHASE"]);
|
---|
378 | GuildRegistrarButton2:SetText(i["GUILD_CHARTER_REGISTER"]);
|
---|
379 | GuildRegistrarPurchaseText:SetText(i["GUILD_REGISTRAR_PURCHASE_TEXT"]);
|
---|
380 | GuildRegistrarCostLabel:SetText(i["COSTS_LABEL"]);
|
---|
381 | GuildRegistrarFrameCancelButton:SetText(i["CANCEL"]);
|
---|
382 | GuildRegistrarFramePurchaseButton:SetText(i["PURCHASE"]);
|
---|
383 |
|
---|
384 | --HelpFrame.xml
|
---|
385 |
|
---|
386 | --HelpFrameCancelButtonTemplate:SetText(i["CANCEL"]);
|
---|
387 | --HelpFrameHeader:SetText(i["HELP_FRAME_TITLE"]);
|
---|
388 | HelpFrameGMTalkTitle:SetText(i["HELPFRAME_GMTALK_TITLE"]);
|
---|
389 | HelpFrameGMTalkText1:SetText(i["HELPFRAME_GMTALK_TEXT1"]);
|
---|
390 | HelpFrameGMTalkIssue1Header:SetText(i["HELPFRAME_GMTALK_ISSUE1_HEADER"]);
|
---|
391 | HelpFrameGMTalkIssue1:SetText(i["HELPFRAME_GMTALK_ISSUE1"]);
|
---|
392 | HelpFrameGMTalkIssue2Header:SetText(i["HELPFRAME_GMTALK_ISSUE2_HEADER"]);
|
---|
393 | HelpFrameGMTalkIssue2:SetText(i["HELPFRAME_GMTALK_ISSUE2"]);
|
---|
394 | HelpFrameGMTalkIssue3Header:SetText(i["HELPFRAME_GMTALK_ISSUE3_HEADER"]);
|
---|
395 | HelpFrameGMTalkIssue3:SetText(i["HELPFRAME_GMTALK_ISSUE3"]);
|
---|
396 | HelpFrameGMTalkPvpPolicyUrl:SetText(i["PVP_POLICY_URL"]);
|
---|
397 | HelpFrameGMTalkText2:SetText(i["HELPFRAME_GMTALK_TEXT2"]);
|
---|
398 | HelpFrameGMTalkOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
|
---|
399 | HelpFrameReportIssueTitle:SetText(i["HELPFRAME_REPORTISSUE_TITLE"]);
|
---|
400 | HelpFrameReportIssueText1:SetText(i["HELPFRAME_REPORTISSUE_TEXT1"]);
|
---|
401 | HelpFrameReportIssueBulletTitle1:SetText(i["HELPFRAME_REPORTISSUE_BULLET_TITLE1"]);
|
---|
402 | HelpFrameReportIssueText2:SetText(i["HELPFRAME_REPORTISSUE_TEXT2"]);
|
---|
403 | HelpFrameReportIssueOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
|
---|
404 | HelpFrameStuckTitle:SetText(i["HELPFRAME_STUCK_TITLE"]);
|
---|
405 | HelpFrameStuckText1:SetText(i["HELPFRAME_STUCK_TEXT1"]);
|
---|
406 | HelpFrameStuckStuck:SetText(i["STUCK_BUTTON_TEXT"]);
|
---|
407 | HelpFrameStuckOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
|
---|
408 | HelpFrameOpenTicketLabel:SetText(i["HELPFRAME_OPENTICKET_TEXT"]);
|
---|
409 | HelpFrameOpenTicketSubmit:SetText(i["SUBMIT"]);
|
---|
410 | HelpFrameWelcomeTitle:SetText(i["HELPFRAME_WELCOME_TITLE"]);
|
---|
411 | HelpFrameWelcomeText1:SetText(i["HELPFRAME_WELCOME_TEXT1"]);
|
---|
412 | HelpFrameWelcomeGMTalk:SetText(i["KBASE_GMTALK"]);
|
---|
413 | HelpFrameWelcomeReportIssue:SetText(i["KBASE_REPORTISSUE"]);
|
---|
414 | HelpFrameWelcomeStuck:SetText(i["KBASE_CHARSTUCK"]);
|
---|
415 |
|
---|
416 | --HonorFrame.xml
|
---|
417 |
|
---|
418 | HonorLevelText:SetText(i["Level level race class"]);
|
---|
419 | HonorFrameCurrentSessionTitle:SetText(i["HONOR_THIS_SESSION"]);
|
---|
420 | HonorFrameYesterdayTitle:SetText(i["HONOR_YESTERDAY"]);
|
---|
421 | HonorFrameThisWeekTitle:SetText(i["HONOR_THISWEEK"]);
|
---|
422 | HonorFrameLastWeekTitle:SetText(i["HONOR_LASTWEEK"]);
|
---|
423 | HonorFrameLifeTimeTitle:SetText(i["HONOR_LIFETIME"]);
|
---|
424 |
|
---|
425 | --HonorFrameTemplates.xml
|
---|
426 |
|
---|
427 | --HonorFrameHKButtonTemplateText:SetText(i["HONORABLE_KILLS"]);
|
---|
428 | --HonorFrameDKButtonTemplateText:SetText(i["DISHONORABLE_KILLS"]);
|
---|
429 | --HonorFrameContributionButtonTemplateText:SetText(i["HONOR_CONTRIBUTION_POINTS"]);
|
---|
430 | --HonorFrameStandingButtonTemplateText:SetText(i["HONOR_STANDING"]);
|
---|
431 | --HonorFrameRankButtonTemplateText:SetText(i["HONOR_HIGHEST_RANK"]);
|
---|
432 |
|
---|
433 | --HybridScrollFrame.xml
|
---|
434 |
|
---|
435 |
|
---|
436 | --ItemButtonTemplate.xml
|
---|
437 |
|
---|
438 |
|
---|
439 | --ItemRef.xml
|
---|
440 |
|
---|
441 |
|
---|
442 | --ItemTextFrame.xml
|
---|
443 |
|
---|
444 | ItemTextPrevPageButton:SetText(i["PREV"]);
|
---|
445 | ItemTextNextPageButton:SetText(i["NEXT"]);
|
---|
446 |
|
---|
447 | --KnowledgeBaseFrame.xml
|
---|
448 |
|
---|
449 | --KnowledgeBaseFrameHeader:SetText(i["KNOWLEDGEBASE_FRAME_TITLE"]);
|
---|
450 | KnowledgeBaseMotdLabel:SetText(i["MOTD_COLON"]);
|
---|
451 | KnowledgeBaseServerMessageLabel:SetText(i["SERVER_MESSAGE_COLON"]);
|
---|
452 | KnowledgeBaseFrameTopIssuesButton:SetText(i["KBASE_TOP_ISSUES"]);
|
---|
453 | GMChatOpenLog:SetText(i["GM_CHAT_OPEN"]);
|
---|
454 | KnowledgeBaseFrameSearchButton:SetText(i["SEARCH"]);
|
---|
455 | KnowledgeBaseArticleListFrameTitle:SetText(i["KBASE_TOP_ISSUES"]);
|
---|
456 | KnowledgeBaseArticleListFrameCount:SetText(i["ARTICLE_COUNT"]);
|
---|
457 | KnowledgeBaseArticleListFrameNextButtonText:SetText(i["NEXT"]);
|
---|
458 | KnowledgeBaseArticleListFramePreviousButtonText:SetText(i["PREVIOUS"]);
|
---|
459 | KnowledgeBaseArticleScrollChildFrameBackButton:SetText(i["BACK"]);
|
---|
460 | KnowledgeBaseErrorFrameText:SetText(i["ERROR"]);
|
---|
461 | KnowledgeBaseFrameGMTalk:SetText(i["KBASE_GMTALK"]);
|
---|
462 | KnowledgeBaseFrameReportIssue:SetText(i["KBASE_REPORTISSUE"]);
|
---|
463 | KnowledgeBaseFrameStuck:SetText(i["KBASE_CHARSTUCK"]);
|
---|
464 | KnowledgeBaseFrameOpenTicketEdit:SetText(i["HELP_TICKET_EDIT"]);
|
---|
465 | KnowledgeBaseFrameOpenTicketCancel:SetText(i["HELP_TICKET_ABANDON"]);
|
---|
466 |
|
---|
467 | --LFGFrame.xml
|
---|
468 |
|
---|
469 | LFGParentFrameTitle:SetText(i["LFM_TITLE"]);
|
---|
470 | --LookingForGroupIcon:SetText(i["LOOKING_FOR_GROUP"]);
|
---|
471 | LookingForGroupText:SetText(i["LOOKING_FOR_GROUP_TEXT"]);
|
---|
472 | --LookingForMoreIcon:SetText(i["LOOKING_FOR_MORE"]);
|
---|
473 | --LookingForMoreIcon:SetText(i["LOOKING_FOR_MORE_TEXT"]);
|
---|
474 | LFGWizardFrameLFGButton:SetText(i["LOOK_FOR_GROUP"]);
|
---|
475 | LFGWizardFrameLFMButton:SetText(i["LOOK_FOR_MORE"]);
|
---|
476 | LFMFrameColumnHeader1:SetText(i["NAME"]);
|
---|
477 | LFMFrameColumnHeader2:SetText(i["ZONE"]);
|
---|
478 | LFMFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
|
---|
479 | LFMFrameColumnHeader4:SetText(i["CLASS"]);
|
---|
480 | LFMFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
---|
481 | LFMFrameSendMessageButton:SetText(i["SEND_MESSAGE"]);
|
---|
482 | LFMFrameSearchButton:SetText(i["REFRESH"]);
|
---|
483 | LFGLabel1:SetText(i["LOOKING_FOR_GROUP_LABEL"]);
|
---|
484 | LFGLabel2:SetText(i["LOOKING_FOR_GROUP_LABEL2"]);
|
---|
485 | LFGLabel3:SetText(i["LOOKING_FOR_GROUP_LABEL2"]);
|
---|
486 | LFGFrameDoneButton:SetText(i["CLOSE"]);
|
---|
487 | LFGFrameClearAllButton:SetText(i["CLEAR_ALL"]);
|
---|
488 | LFGParentFrameTab1:SetText(i["LFG_TITLE"]);
|
---|
489 | LFGParentFrameTab2:SetText(i["LFM_TITLE"]);
|
---|
490 | LFGCommentLabel:SetText(i["COMMENT"]);
|
---|
491 |
|
---|
492 | --Localization.xml
|
---|
493 |
|
---|
494 |
|
---|
495 | --LocalizationPost.xml
|
---|
496 |
|
---|
497 |
|
---|
498 | --LootFrame.xml
|
---|
499 |
|
---|
500 | --LootFramePortraitOverlay:SetText(i["ITEMS"]);
|
---|
501 | LootFramePrev:SetText(i["PREV"]);
|
---|
502 | LootFrameNext:SetText(i["NEXT"]);
|
---|
503 | --GroupLootFrameTemplateName:SetText(i["Item Name"]);
|
---|
504 |
|
---|
505 | --MacOptionsFrame.xml
|
---|
506 |
|
---|
507 | --MacOptionsFrameHeader:SetText(i["MAC_OPTIONS"]);
|
---|
508 | MacOptionsFrameResolutionDropDownLabel:SetText(i["RESOLUTION"]);
|
---|
509 | MacOptionsFrameFramerateDropDownLabel:SetText(i["MOVIE_RECORDING_FRAMERATE"]);
|
---|
510 | MacOptionsFrameCodecDropDownLabel:SetText(i["MOVIE_RECORDING_COMPRESSION"]);
|
---|
511 | MacOptionsButtonCompress:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]);
|
---|
512 | MacOptionsFrameText1:SetText(i["MOVIE_RECORDING_TIME"]);
|
---|
513 | MacOptionsFrameText2:SetText(i["00:00:00"]);
|
---|
514 | MacOptionsFrameText3:SetText(i["MOVIE_RECORDING_DATA_RATE"]);
|
---|
515 | MacOptionsFrameCancel:SetText(i["CANCEL"]);
|
---|
516 | MacOptionsFrameOkay:SetText(i["OKAY"]);
|
---|
517 | MacOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
---|
518 | MacOptionsButtonKeybindings:SetText(i["KEY_BINDINGS_MAC"]);
|
---|
519 | --MacOptionsCompressFrameHeader:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]);
|
---|
520 | MacOptionsCompressFrameDelete:SetText(i["DELETE"]);
|
---|
521 | MacOptionsCompressFrameSkip:SetText(i["IGNORE"]);
|
---|
522 | MacOptionsCompressFrameCompress:SetText(i["MOVIE_RECORDING_COMPRESSBUTTON"]);
|
---|
523 | --MacOptionsCancelFrameHeader:SetText(i["CANCEL"]);
|
---|
524 | MacOptionsCancelFrameQuestion:SetText(i["MOVIE_RECORDING_CANCEL_CONFIRMATION"]);
|
---|
525 | MacOptionsCancelFrameNo:SetText(i["NO"]);
|
---|
526 | MacOptionsCancelFrameYes:SetText(i["YES"]);
|
---|
527 | --FolderPickerHeader:SetText(i["Folder..."]);
|
---|
528 | FolderPickerButton01:SetText(i["YES"]);
|
---|
529 | FolderPickerButton01Name:SetText(i["Player Name"]);
|
---|
530 |
|
---|
531 | --MailFrame.xml
|
---|
532 |
|
---|
533 | --MailItemTemplateSenderSubjectExpireTimeButtonCOD:SetText(i["CASH_ON_DELIVERY"]);
|
---|
534 | InboxTitleText:SetText(i["INBOX"]);
|
---|
535 | InboxPrevPageButton:SetText(i["PREV"]);
|
---|
536 | InboxNextPageButton:SetText(i["NEXT"]);
|
---|
537 | SendMailTitleText:SetText(i["SENDMAIL"]);
|
---|
538 | SendMailNameEditBox:SetText(i["MAIL_TO_LABEL"]);
|
---|
539 | --SendMailCostMoneyFrame:SetText(i["SEND_MAIL_COST"]);
|
---|
540 | SendMailSubjectEditBox:SetText(i["MAIL_SUBJECT_LABEL"]);
|
---|
541 | SendMailMoneyText:SetText(i["SEND_MONEY"]);
|
---|
542 | SendMailCancelButton:SetText(i["CANCEL"]);
|
---|
543 | SendMailMailButton:SetText(i["SEND_LABEL"]);
|
---|
544 | MailFrameTab1:SetText(i["INBOX"]);
|
---|
545 | MailFrameTab2:SetText(i["SENDMAIL"]);
|
---|
546 | --StationeryPopupFrame:SetText(i["CHOOSE_STATIONERY"]);
|
---|
547 | StationeryPopupCancelButton:SetText(i["CANCEL"]);
|
---|
548 | StationeryPopupOkayButton:SetText(i["OKAY"]);
|
---|
549 | OpenMailTitleText:SetText(i["OPENMAIL"]);
|
---|
550 | OpenMailAttachmentText:SetText(i["TAKE_ATTACHMENTS"]);
|
---|
551 | OpenMailSenderLabel:SetText(i["FROM"]);
|
---|
552 | OpenMailSubjectLabel:SetText(i["MAIL_SUBJECT_LABEL"]);
|
---|
553 | OpenMailReportSpamButton:SetText(i["REPORT_SPAM"]);
|
---|
554 | OpenMailInvoiceItemLabel:SetText(i["ITEM_SOLD_COLON"]);
|
---|
555 | OpenMailInvoicePurchaser:SetText(i["PURCHASED_BY_COLON"]);
|
---|
556 | OpenMailInvoiceSalePrice:SetText(i["SALE_PRICE_COLON"]);
|
---|
557 | OpenMailInvoiceDeposit:SetText(i["DEPOSIT_COLON"]);
|
---|
558 | OpenMailInvoiceHouseCut:SetText(i["AUCTION_HOUSE_CUT_COLON"]);
|
---|
559 | OpenMailInvoiceAmountReceived:SetText(i["AMOUNT_RECEIVED_COLON"]);
|
---|
560 | OpenMailInvoiceNotYetSent:SetText(i["AUCTION_INVOICE_FUNDS_NOT_YET_SENT"]);
|
---|
561 | --OpenMailDepositMoneyFrame:SetText(i["+"]);
|
---|
562 | --OpenMailHouseCutMoneyFrame:SetText(i["-"]);
|
---|
563 | OpenMailCancelButton:SetText(i["CLOSE"]);
|
---|
564 | OpenMailDeleteButton:SetText(i["DELETE"]);
|
---|
565 | OpenMailReplyButton:SetText(i["REPLY_MESSAGE"]);
|
---|
566 |
|
---|
567 | --MainMenuBar.xml
|
---|
568 |
|
---|
569 |
|
---|
570 | --MainMenuBarBagButtons.xml
|
---|
571 |
|
---|
572 |
|
---|
573 | --MainMenuBarMicroButtons.xml
|
---|
574 |
|
---|
575 |
|
---|
576 | --MerchantFrame.xml
|
---|
577 |
|
---|
578 | --MerchantItemTemplateName:SetText(i["Item Name"]);
|
---|
579 | MerchantNameText:SetText(i["Merchant Name"]);
|
---|
580 | MerchantPageText:SetText(i["Page"]);
|
---|
581 | MerchantRepairText:SetText(i["REPAIR_ITEMS"]);
|
---|
582 | MerchantBuyBackItemName:SetText(i["Item Name"]);
|
---|
583 | MerchantPrevPageButton:SetText(i["PREV"]);
|
---|
584 | MerchantNextPageButton:SetText(i["NEXT"]);
|
---|
585 | MerchantFrameTab1:SetText(i["MERCHANT"]);
|
---|
586 | MerchantFrameTab2:SetText(i["BUYBACK"]);
|
---|
587 |
|
---|
588 | --MinigameFrame.xml
|
---|
589 |
|
---|
590 |
|
---|
591 | --Minimap.xml
|
---|
592 |
|
---|
593 |
|
---|
594 | --MirrorTimer.xml
|
---|
595 |
|
---|
596 |
|
---|
597 | --MoneyFrame.xml
|
---|
598 |
|
---|
599 |
|
---|
600 | --MoneyInputFrame.xml
|
---|
601 |
|
---|
602 |
|
---|
603 | --MovieFrame.xml
|
---|
604 |
|
---|
605 |
|
---|
606 | --MovieRecordingProgress.xml
|
---|
607 |
|
---|
608 | MovieProgressBarText:SetText(i["Compressing"]);
|
---|
609 |
|
---|
610 | --MultiActionBars.xml
|
---|
611 |
|
---|
612 |
|
---|
613 | --OpacitySliderFrame.xml
|
---|
614 |
|
---|
615 | OpacitySliderFrameText:SetText(i["LOW"]);
|
---|
616 | OpacitySliderFrameText:SetText(i["HIGH"]);
|
---|
617 |
|
---|
618 | --OptionsFrameTemplates.xml
|
---|
619 |
|
---|
620 | --OptionsFrameTemplateHeaderText:SetText(i["OPTIONS"]);
|
---|
621 |
|
---|
622 | --OptionsPanelTemplates.xml
|
---|
623 |
|
---|
624 | --OptionsSliderTemplateLow:SetText(i["LOW"]);
|
---|
625 | --OptionsSliderTemplateHigh:SetText(i["HIGH"]);
|
---|
626 |
|
---|
627 | --PVPFrame.xml
|
---|
628 |
|
---|
629 | --PVPFramePortrait:SetText(i["PLAYER_V_PLAYER"]);
|
---|
630 | --PVPFramePortraitBackgroundBlackFilterOffSeasonText:SetText(i["CANHAZDUMMYTEXT"]);
|
---|
631 | --PVPFramePortraitBackgroundBlackFilterOffSeasonCloseButtonHonorLabel:SetText(i["PVP_LABEL_HONOR"]);
|
---|
632 | --PVPFramePortraitBackgroundBlackFilterOffSeasonCloseButtonHonorPoints:SetText(i["12,123,213"]);
|
---|
633 | PVPFrameArenaLabel:SetText(i["PVP_LABEL_ARENA"]);
|
---|
634 | PVPFrameArenaPoints:SetText(i["12,123,213"]);
|
---|
635 | PVPHonorKillsLabel:SetText(i["KILLS_PVP"]);
|
---|
636 | PVPHonorHonorLabel:SetText(i["HONOR"]);
|
---|
637 | PVPHonorTodayLabel:SetText(i["HONOR_TODAY"]);
|
---|
638 | PVPHonorYesterdayLabel:SetText(i["HONOR_YESTERDAY"]);
|
---|
639 | PVPHonorLifetimeLabel:SetText(i["HONOR_LIFETIME"]);
|
---|
640 | PVPHonorLifetimeHonor:SetText(i["-"]);
|
---|
641 | --PVPTeam3ToggleButtonToggleButton:SetText(i["Show Season Stats"]);
|
---|
642 | PVPTeamDetailsGamesLabel:SetText(i["GAMES"]);
|
---|
643 | PVPTeamDetailsGames:SetText(i["45"]);
|
---|
644 | PVPTeamDetailsWinLossLabel:SetText(i["WIN_LOSS"]);
|
---|
645 | PVPTeamDetailsRankLabel:SetText(i["RANK"]);
|
---|
646 | PVPTeamDetailsRatingLabel:SetText(i["ARENA_TEAM_RATING"]);
|
---|
647 | PVPTeamDetailsFrameColumnHeader1:SetText(i["NAME"]);
|
---|
648 | PVPTeamDetailsFrameColumnHeader2:SetText(i["CLASS"]);
|
---|
649 | PVPTeamDetailsFrameColumnHeader3:SetText(i["PLAYED"]);
|
---|
650 | PVPTeamDetailsFrameColumnHeader4:SetText(i["WIN_LOSS"]);
|
---|
651 | PVPTeamDetailsFrameColumnHeader5:SetText(i["RATING"]);
|
---|
652 | PVPTeamDetailsAddTeamMember:SetText(i["ADDMEMBER_TEAM"]);
|
---|
653 |
|
---|
654 | --PVPFrameTemplates.xml
|
---|
655 |
|
---|
656 | --PVPTeamDataTemplateRatingLabel:SetText(i["ARENA_TEAM_RATING"]);
|
---|
657 | --PVPTeamDataTemplateTypeLabel:SetText(i["ARENA_THIS_WEEK"]);
|
---|
658 | --PVPTeamDataTemplateGamesLabel:SetText(i["GAMES"]);
|
---|
659 | --PVPTeamDataTemplateWinLossLabel:SetText(i["WIN_LOSS"]);
|
---|
660 | --PVPTeamDataTemplatePlayedLabel:SetText(i["PLAYED"]);
|
---|
661 |
|
---|
662 | --PaperDollFrame.xml
|
---|
663 |
|
---|
664 | CharacterLevelText:SetText(i["Level level race class"]);
|
---|
665 | CharacterTitleText:SetText(i["title of the player"]);
|
---|
666 | MagicResText1:SetText(i["X"]);
|
---|
667 | MagicResText2:SetText(i["X"]);
|
---|
668 | MagicResText3:SetText(i["X"]);
|
---|
669 | MagicResText4:SetText(i["X"]);
|
---|
670 | MagicResText5:SetText(i["X"]);
|
---|
671 |
|
---|
672 | --PartyFrame.xml
|
---|
673 |
|
---|
674 |
|
---|
675 | --PartyFrameTemplates.xml
|
---|
676 |
|
---|
677 |
|
---|
678 | --PetActionBarFrame.xml
|
---|
679 |
|
---|
680 |
|
---|
681 | --PetFrame.xml
|
---|
682 |
|
---|
683 |
|
---|
684 | --PetPaperDollFrame.xml
|
---|
685 |
|
---|
686 | PetLevelText:SetText(i["Level level race class"]);
|
---|
687 | PetPaperDollCloseButton:SetText(i["CLOSE"]);
|
---|
688 | PetMagicResText1:SetText(i["X"]);
|
---|
689 | PetMagicResText2:SetText(i["X"]);
|
---|
690 | PetMagicResText3:SetText(i["X"]);
|
---|
691 | PetMagicResText4:SetText(i["X"]);
|
---|
692 | PetMagicResText5:SetText(i["X"]);
|
---|
693 | CompanionSummonButton:SetText(i["SUMMON"]);
|
---|
694 | PetPaperDollFrameTab1:SetText(i["PET"]);
|
---|
695 | PetPaperDollFrameTab2:SetText(i["COMPANIONS"]);
|
---|
696 | PetPaperDollFrameTab3:SetText(i["MOUNTS"]);
|
---|
697 |
|
---|
698 | --PetPopup.xml
|
---|
699 |
|
---|
700 | --PetRenamePopup:SetText(i["PET_RENAME_LABEL"]);
|
---|
701 | --PetRenamePopupAcceptButton:SetText(i["ACCEPT"]);
|
---|
702 | --PetRenamePopupCancelButton:SetText(i["CANCEL"]);
|
---|
703 |
|
---|
704 | --PetStable.xml
|
---|
705 |
|
---|
706 | PetStableTitleLabel:SetText(i["STABLES"]);
|
---|
707 | PetStableLevelText:SetText(i["Bobby The Fleshripper (Level 99 Raptor)"]);
|
---|
708 | PetStableSlotText:SetText(i["STABLE_SLOT_TEXT"]);
|
---|
709 | PetStableCostLabel:SetText(i["COSTS_LABEL"]);
|
---|
710 | PetStableCurrentPet:SetText(i["CURRENT_PET"]);
|
---|
711 | PetStableStabledPet2:SetText(i["STABLED_PETS"]);
|
---|
712 | PetStablePurchaseButton:SetText(i["PURCHASE"]);
|
---|
713 |
|
---|
714 | --PetitionFrame.xml
|
---|
715 |
|
---|
716 | PetitionFrameMemberTitle:SetText(i["MEMBERS"]);
|
---|
717 | PetitionFrameCancelButton:SetText(i["CLOSE"]);
|
---|
718 | PetitionFrameSignButton:SetText(i["SIGN_CHARTER"]);
|
---|
719 | PetitionFrameRequestButton:SetText(i["REQUEST_SIGNATURE"]);
|
---|
720 | PetitionFrameRenameButton:SetText(i["RENAME_GUILD"]);
|
---|
721 |
|
---|
722 | --PlayerFrame.xml
|
---|
723 |
|
---|
724 |
|
---|
725 | --QuestFrame.xml
|
---|
726 |
|
---|
727 | QuestFrameNpcNameText:SetText(i["Title Text"]);
|
---|
728 | QuestFrameCancelButton:SetText(i["CANCEL"]);
|
---|
729 | QuestFrameCompleteQuestButton:SetText(i["COMPLETE_QUEST"]);
|
---|
730 | QuestRewardRewardTitleText:SetText(i["QUEST_REWARDS"]);
|
---|
731 | QuestRewardItemChooseText:SetText(i["REWARD_CHOOSE"]);
|
---|
732 | QuestFrameGoodbyeButton:SetText(i["CANCEL"]);
|
---|
733 | QuestFrameCompleteButton:SetText(i["CONTINUE"]);
|
---|
734 | QuestProgressTitleText:SetText(i["Quest Title"]);
|
---|
735 | QuestProgressRequiredItemsText:SetText(i["TURN_IN_ITEMS"]);
|
---|
736 | QuestProgressRequiredMoneyText:SetText(i["REQUIRED_MONEY"]);
|
---|
737 | QuestFrameDeclineButton:SetText(i["DECLINE"]);
|
---|
738 | QuestFrameAcceptButton:SetText(i["ACCEPT"]);
|
---|
739 | QuestDetailObjectiveTitleText:SetText(i["QUEST_OBJECTIVES"]);
|
---|
740 | QuestDetailRewardTitleText:SetText(i["QUEST_REWARDS"]);
|
---|
741 | QuestDetailItemChooseText:SetText(i["REWARD_CHOICES"]);
|
---|
742 | QuestDetailItemReceiveText:SetText(i["Reward receive text"]);
|
---|
743 | QuestFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]);
|
---|
744 | GreetingText:SetText(i["Filler Text"]);
|
---|
745 | CurrentQuestsText:SetText(i["CURRENT_QUESTS"]);
|
---|
746 | AvailableQuestsText:SetText(i["AVAILABLE_QUESTS"]);
|
---|
747 |
|
---|
748 | --QuestFrameTemplates.xml
|
---|
749 |
|
---|
750 | --QuestHonorFrameTemplateHonorReceiveText:SetText(i["BONUS_HONOR"]);
|
---|
751 | --QuestTalentFrameTemplateTalentReceiveText:SetText(i["BONUS_TALENTS"]);
|
---|
752 | --QuestPlayerTitleFrameTemplateTitleLabel:SetText(i["REWARD_TITLE"]);
|
---|
753 |
|
---|
754 | --QuestLogFrame.xml
|
---|
755 |
|
---|
756 | --AchievementProgressBarTemplateText:SetText(i["700/700"]);
|
---|
757 | QuestLogTitleText:SetText(i["QUEST_LOG"]);
|
---|
758 | QuestLogCollapseAllButton:SetText(i["ALL"]);
|
---|
759 | QuestLogTrackTitle:SetText(i["TRACK_QUEST"]);
|
---|
760 | QuestLogNoQuestsText:SetText(i["QUESTLOG_NO_QUESTS_TEXT"]);
|
---|
761 | QuestLogFrameAbandonButton:SetText(i["ABANDON_QUEST"]);
|
---|
762 | QuestFrameExitButton:SetText(i["EXIT"]);
|
---|
763 | QuestFramePushQuestButton:SetText(i["SHARE_QUEST"]);
|
---|
764 | QuestLogQuestTitle:SetText(i["Quest title"]);
|
---|
765 | QuestLogRequiredMoneyText:SetText(i["REQUIRED_MONEY"]);
|
---|
766 | QuestLogDescriptionTitle:SetText(i["QUEST_DESCRIPTION"]);
|
---|
767 | QuestLogRewardTitleText:SetText(i["QUEST_REWARDS"]);
|
---|
768 | QuestLogItemChooseText:SetText(i["REWARD_CHOICES"]);
|
---|
769 |
|
---|
770 | --QuestTimerFrame.xml
|
---|
771 |
|
---|
772 | --QuestTimerHeader:SetText(i["QUEST_TIMERS"]);
|
---|
773 |
|
---|
774 | --RaidFrame.xml
|
---|
775 |
|
---|
776 | RaidFrameRaidDescription:SetText(i["RAID_DESCRIPTION"]);
|
---|
777 | RaidFrameConvertToRaidButton:SetText(i["CONVERT_TO_RAID"]);
|
---|
778 | RaidFrameRaidInfoButton:SetText(i["RAID_INFO"]);
|
---|
779 | RaidInfoHeader:SetText(i["RAID_INFORMATION"]);
|
---|
780 | RaidInfoSubheader:SetText(i["RAID_INFO_DESC"]);
|
---|
781 | RaidInfoInstanceLabel:SetText(i["INSTANCE"]);
|
---|
782 | RaidInfoIDLabel:SetText(i["ID"]);
|
---|
783 |
|
---|
784 | --RaidWarning.xml
|
---|
785 |
|
---|
786 |
|
---|
787 | --RatingMenuFrame.xml
|
---|
788 |
|
---|
789 | --RatingMenuFrameHeader:SetText(i["RATINGS_MENU"]);
|
---|
790 | RatingMenuFrameText:SetText(i["RATINGS_TEXT"]);
|
---|
791 | RatingMenuButtonOkay:SetText(i["OKAY"]);
|
---|
792 |
|
---|
793 | --ReadyCheck.xml
|
---|
794 |
|
---|
795 | ReadyCheckFrameYesButton:SetText(i["YES"]);
|
---|
796 | ReadyCheckFrameNoButton:SetText(i["NO"]);
|
---|
797 |
|
---|
798 | --ReputationFrame.xml
|
---|
799 |
|
---|
800 | --ReputationBarTemplateExpandOrCollapseButtonHighlightReputationBarFactionStanding:SetText(i["Revered"]);
|
---|
801 | ReputationFrameFactionLabel:SetText(i["FACTION"]);
|
---|
802 | ReputationFrameStandingLabel:SetText(i["STANDING"]);
|
---|
803 |
|
---|
804 | --RuneFrame.xml
|
---|
805 |
|
---|
806 |
|
---|
807 | --SecureHandlerTemplates.xml
|
---|
808 |
|
---|
809 |
|
---|
810 | --SecureTemplates.xml
|
---|
811 |
|
---|
812 |
|
---|
813 | --SkillFrame.xml
|
---|
814 |
|
---|
815 | SkillFrameCancelButton:SetText(i["CLOSE"]);
|
---|
816 |
|
---|
817 | --SparkleFrame.xml
|
---|
818 |
|
---|
819 |
|
---|
820 | --SpellBookFrame.xml
|
---|
821 |
|
---|
822 | SpellBookTitleText:SetText(i["SPELLBOOK"]);
|
---|
823 | SpellBookPrevPageButton:SetText(i["PREV"]);
|
---|
824 | SpellBookNextPageButton:SetText(i["NEXT"]);
|
---|
825 |
|
---|
826 | --StackSplitFrame.xml
|
---|
827 |
|
---|
828 | StackSplitOkayButton:SetText(i["OKAY"]);
|
---|
829 | StackSplitCancelButton:SetText(i["CANCEL"]);
|
---|
830 |
|
---|
831 | --StaticPopup.xml
|
---|
832 |
|
---|
833 |
|
---|
834 | --StatsFrame.xml
|
---|
835 |
|
---|
836 |
|
---|
837 | --TabardFrame.xml
|
---|
838 |
|
---|
839 | TabardFrameGreetingText:SetText(i["TABARDVENDORGREETING"]);
|
---|
840 | TabardFrameCostLabel:SetText(i["TABARDVENDORCOST"]);
|
---|
841 | TabardFrameAcceptButton:SetText(i["ACCEPT"]);
|
---|
842 | TabardFrameCancelButton:SetText(i["CANCEL"]);
|
---|
843 |
|
---|
844 | --TargetFrame.xml
|
---|
845 |
|
---|
846 | TargetDeadText:SetText(i["DEAD"]);
|
---|
847 | TargetFrameNumericalThreatValue:SetText(i["100%"]);
|
---|
848 | TargetofTargetDeadText:SetText(i["DEAD"]);
|
---|
849 |
|
---|
850 | --TaxiFrame.xml
|
---|
851 |
|
---|
852 |
|
---|
853 | --TextStatusBar.xml
|
---|
854 |
|
---|
855 |
|
---|
856 | --TicTacToeFrame.xml
|
---|
857 |
|
---|
858 | --TicTacToeFrameTitleText:SetText(i["DRESSUP_FRAME"]);
|
---|
859 | --TicTacToeFrameDescriptionText:SetText(i["DRESSUP_FRAME_INSTRUCTIONS"]);
|
---|
860 |
|
---|
861 | --TotemFrame.xml
|
---|
862 |
|
---|
863 |
|
---|
864 | --TradeFrame.xml
|
---|
865 |
|
---|
866 | --TradeItemTemplateName:SetText(i["Item Name"]);
|
---|
867 | TradeFrameRecipientNameText:SetText(i["Player Name"]);
|
---|
868 | TradeFramePlayerNameText:SetText(i["Recipient Name"]);
|
---|
869 | TradeFramePlayerEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]);
|
---|
870 | TradeFrameRecipientEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]);
|
---|
871 | TradeFrameTradeButton:SetText(i["TRADE"]);
|
---|
872 | TradeFrameTradeButton:SetText(i["TRADE"]);
|
---|
873 | TradeFrameCancelButton:SetText(i["CANCEL"]);
|
---|
874 | TradeFrameCancelButton:SetText(i["CANCEL"]);
|
---|
875 |
|
---|
876 | --TutorialFrame.xml
|
---|
877 |
|
---|
878 | TutorialFrameCheckboxText:SetText(i["ENABLE_TUTORIAL_TEXT"]);
|
---|
879 | TutorialFrameOkayButton:SetText(i["OKAY"]);
|
---|
880 |
|
---|
881 | --UIDropDownMenu.xml
|
---|
882 |
|
---|
883 |
|
---|
884 | --UIDropDownMenuTemplates.xml
|
---|
885 |
|
---|
886 |
|
---|
887 | --UIErrorsFrame.xml
|
---|
888 |
|
---|
889 |
|
---|
890 | --UIMenu.xml
|
---|
891 |
|
---|
892 |
|
---|
893 | --UIOptionsFrame.xml
|
---|
894 |
|
---|
895 | InterfaceOptionsFrameHeaderText:SetText(i["UIOPTIONS_MENU"]);
|
---|
896 | InterfaceOptionsFrameCancel:SetText(i["CANCEL"]);
|
---|
897 | InterfaceOptionsFrameOkay:SetText(i["OKAY"]);
|
---|
898 | InterfaceOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
---|
899 | InterfaceOptionsFrameTab1:SetText(i["GAME"]);
|
---|
900 | InterfaceOptionsFrameTab2:SetText(i["ADDONS"]);
|
---|
901 |
|
---|
902 | --UIOptionsPanels.xml
|
---|
903 |
|
---|
904 | InterfaceOptionsControlsPanelTitle:SetText(i["CONTROLS_LABEL"]);
|
---|
905 | InterfaceOptionsControlsPanelSubText:SetText(i["CONTROLS_SUBTEXT"]);
|
---|
906 | --InterfaceOptionsControlsPanelTitleSubTextStickyTargetingAutoDismountAutoClearAFKBlockTradesLootAtMouseAutoLootCorpseAutoLootKeyDropDownLabel:SetText(i["AUTO_LOOT_KEY_TEXT"]);
|
---|
907 | InterfaceOptionsCombatPanelTitle:SetText(i["COMBAT_LABEL"]);
|
---|
908 | InterfaceOptionsCombatPanelSubText:SetText(i["COMBAT_SUBTEXT"]);
|
---|
909 | --InterfaceOptionsCombatPanelTitleSubTextAttackOnAssistAutoRangeStopAutoAttackNameplateClassColorsAutoSelfCastSelfCastKeyDropDownLabel:SetText(i["AUTO_SELF_CAST_KEY_TEXT"]);
|
---|
910 | --InterfaceOptionsCombatPanelTitleSubTextAttackOnAssistAutoRangeStopAutoAttackNameplateClassColorsAutoSelfCastSelfCastKeyDropDownEnemyCastBarsLabel:SetText(i["SHOW_ENEMY_CAST"]);
|
---|
911 | --InterfaceOptionsCombatPanelTitleSubTextAttackOnAssistAutoRangeStopAutoAttackNameplateClassColorsAutoSelfCastSelfCastKeyDropDownEnemyCastBarsOnPortraitOnNameplatesTargetOfTargetTOTDropDownFocusCastKeyDropDownLabel:SetText(i["FOCUS_CAST_KEY_TEXT"]);
|
---|
912 | InterfaceOptionsDisplayPanelTitle:SetText(i["DISPLAY_LABEL"]);
|
---|
913 | InterfaceOptionsDisplayPanelSubText:SetText(i["DISPLAY_SUBTEXT"]);
|
---|
914 | --InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayLabel:SetText(i["AGGRO_WARNING_DISPLAY"]);
|
---|
915 | --InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayShowAggroPercentageWorldPVPObjectiveDisplayLabel:SetText(i["WORLD_PVP_DISPLAY"]);
|
---|
916 | InterfaceOptionsQuestsPanelTitle:SetText(i["QUESTS_LABEL"]);
|
---|
917 | InterfaceOptionsQuestsPanelSubText:SetText(i["QUESTS_SUBTEXT"]);
|
---|
918 | InterfaceOptionsSocialPanelTitle:SetText(i["SOCIAL_LABEL"]);
|
---|
919 | InterfaceOptionsSocialPanelSubText:SetText(i["SOCIAL_SUBTEXT"]);
|
---|
920 | InterfaceOptionsActionBarsPanelTitle:SetText(i["ACTIONBARS_LABEL"]);
|
---|
921 | InterfaceOptionsActionBarsPanelSubText:SetText(i["ACTIONBARS_SUBTEXT"]);
|
---|
922 | InterfaceOptionsNamesPanelTitle:SetText(i["NAMES_LABEL"]);
|
---|
923 | InterfaceOptionsNamesPanelSubText:SetText(i["NAMES_SUBTEXT"]);
|
---|
924 | InterfaceOptionsCombatTextPanelTitle:SetText(i["COMBATTEXT_LABEL"]);
|
---|
925 | InterfaceOptionsCombatTextPanelSubText:SetText(i["COMBATTEXT_SUBTEXT"]);
|
---|
926 | --InterfaceOptionsCombatTextPanelTitleSubTextTargetDamagePeriodicDamagePetDamageHealingEnableFCTFCTDropDownLabel:SetText(i["MODE"]);
|
---|
927 | InterfaceOptionsStatusTextPanelTitle:SetText(i["STATUSTEXT_LABEL"]);
|
---|
928 | InterfaceOptionsStatusTextPanelSubText:SetText(i["STATUSTEXT_SUBTEXT"]);
|
---|
929 | InterfaceOptionsPartyRaidPanelTitle:SetText(i["PARTYRAID_LABEL"]);
|
---|
930 | InterfaceOptionsPartyRaidPanelSubText:SetText(i["PARTYRAID_SUBTEXT"]);
|
---|
931 | InterfaceOptionsCameraPanelTitle:SetText(i["CAMERA_LABEL"]);
|
---|
932 | InterfaceOptionsCameraPanelSubText:SetText(i["CAMERA_SUBTEXT"]);
|
---|
933 | --InterfaceOptionsCameraPanelTitleSubTextStyleDropDownLabel:SetText(i["CAMERA_FOLLOWING_STYLE"]);
|
---|
934 | InterfaceOptionsMousePanelTitle:SetText(i["MOUSE_LABEL"]);
|
---|
935 | InterfaceOptionsMousePanelSubText:SetText(i["MOUSE_SUBTEXT"]);
|
---|
936 | --InterfaceOptionsMousePanelTitleSubTextInvertMouseClickToMoveMouseSensitivitySliderMouseLookSpeedSliderClickMoveStyleDropDownLabel:SetText(i["CLICK_CAMERA_STYLE"]);
|
---|
937 | InterfaceOptionsHelpPanelTitle:SetText(i["HELP_LABEL"]);
|
---|
938 | InterfaceOptionsHelpPanelSubText:SetText(i["HELP_SUBTEXT"]);
|
---|
939 | InterfaceOptionsHelpPanelResetTutorials:SetText(i["RESET_TUTORIALS"]);
|
---|
940 | InterfaceOptionsLanguagesPanelTitle:SetText(i["LANGUAGES_LABEL"]);
|
---|
941 | InterfaceOptionsLanguagesPanelSubText:SetText(i["LANGUAGES_SUBTEXT"]);
|
---|
942 | --InterfaceOptionsLanguagesPanelTitleSubTextLocaleDropDownLabel:SetText(i["LOCALE_INFORMATION"]);
|
---|
943 |
|
---|
944 | --UIPanelTemplates.xml
|
---|
945 |
|
---|
946 |
|
---|
947 | --UIParent.xml
|
---|
948 |
|
---|
949 |
|
---|
950 | --UnitFrame.xml
|
---|
951 |
|
---|
952 |
|
---|
953 | --UnitPopup.xml
|
---|
954 |
|
---|
955 |
|
---|
956 | --VehicleMenuBar.xml
|
---|
957 |
|
---|
958 |
|
---|
959 | --VideoOptionsFrame.xml
|
---|
960 |
|
---|
961 | VideoOptionsFrameApply:SetText(i["APPLY"]);
|
---|
962 | VideoOptionsFrameCancel:SetText(i["CANCEL"]);
|
---|
963 | VideoOptionsFrameOkay:SetText(i["OKAY"]);
|
---|
964 | VideoOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
---|
965 |
|
---|
966 | --VideoOptionsPanels.xml
|
---|
967 |
|
---|
968 | VideoOptionsResolutionPanelTitle:SetText(i["RESOLUTION_LABEL"]);
|
---|
969 | VideoOptionsResolutionPanelSubText:SetText(i["RESOLUTION_SUBTEXT"]);
|
---|
970 | --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownLabel:SetText(i["RESOLUTION"]);
|
---|
971 | --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownLabel:SetText(i["REFRESH_RATE"]);
|
---|
972 | --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownMultiSampleDropDownLabel:SetText(i["MULTISAMPLE"]);
|
---|
973 | VideoOptionsEffectsPanelTitle:SetText(i["EFFECTS_LABEL"]);
|
---|
974 | VideoOptionsEffectsPanelSubText:SetText(i["EFFECTS_SUBTEXT"]);
|
---|
975 | --VideoOptionsEffectsPanelTitleSubTextQualityLabel:SetText(i["LOW"]);
|
---|
976 | --VideoOptionsEffectsPanelTitleSubTextQualitySubText:SetText(i["This is a description of what happens when you set the quality slider to its Low setting."]);
|
---|
977 | --VideoOptionsEffectsPanelTitleSubTextQualityQualitySliderCustom:SetText(i["CUSTOM"]);
|
---|
978 | VideoOptionsStereoPanelTitle:SetText(i["STEREO_VIDEO_LABEL"]);
|
---|
979 | VideoOptionsStereoPanelSubText:SetText(i["STEREO_VIDEO_SUBTEXT"]);
|
---|
980 |
|
---|
981 | --VoiceChat.xml
|
---|
982 |
|
---|
983 |
|
---|
984 | --WorldFrame.xml
|
---|
985 |
|
---|
986 | FramerateLabel:SetText(i["FRAMERATE_LABEL"]);
|
---|
987 |
|
---|
988 | --WorldMapFrame.xml
|
---|
989 |
|
---|
990 | --WorldMapFrameTexture12:SetText(i["WORLD_MAP"]);
|
---|
991 | --WorldMapContinentDropDown:SetText(i["CONTINENT"]);
|
---|
992 | --WorldMapZoneDropDown:SetText(i["ZONE"]);
|
---|
993 | --WorldMapZoneMinimapDropDown:SetText(i["BATTLEFIELD_MINIMAP"]);
|
---|
994 | --WorldMapZoomOutButton:SetText(i["ZOOM_OUT"]);
|
---|
995 | --WorldMapLevelDropDown:SetText(i["FLOOR"]);
|
---|
996 | --WorldMapMagnifyingGlassButton:SetText(i["ZOOM_OUT_BUTTON_TEXT"]);
|
---|
997 | --WorldMapFrameAreaLabel:SetText(i["BLAH!"]);
|
---|
998 |
|
---|
999 | --WorldMapFrameTemplates.xml
|
---|
1000 |
|
---|
1001 |
|
---|
1002 | --WorldStateFrame.xml
|
---|
1003 |
|
---|
1004 | WorldStateScoreFrameLabel:SetText(i["BATTLEFIELDS"]);
|
---|
1005 | WorldStateScoreFrameTimerLabel:SetText(i["TIME_TO_PORT"]);
|
---|
1006 | WorldStateScoreFrameTab1:SetText(i["ALL"]);
|
---|
1007 | WorldStateScoreFrameTab2:SetText(i["FACTION_ALLIANCE"]);
|
---|
1008 | WorldStateScoreFrameTab3:SetText(i["FACTION_HORDE"]);
|
---|
1009 | WorldStateScoreFrameLeaveButton:SetText(i["LEAVE_BATTLEGROUND"]);
|
---|
1010 |
|
---|
1011 | --ZoneText.xml
|
---|
1012 |
|
---|