source: trunk/Modules/Export/files/3.1.3/CzWoW/Localization.lua

Last change on this file was 195, checked in by maron, 17 years ago

Vývoj addonu 3.1.3, script generování XML souboru

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