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

Last change on this file was 181, checked in by maron, 16 years ago

Vygenerované překládání z XML souborů

  • Property svn:executable set to *
File size: 38.8 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--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"]);
161ChannelFrameNewButton:SetText(i["ADD"]);
162ChannelRosterChannelName: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"]);
169ChannelPulloutTabText:SetText(i["Channel Roster"]);
170
171--CharacterFrame.xml
172
173CharacterNameText:SetText(i["NAME"]);
174CharacterFrameTab1:SetText(i["CHARACTER"]);
175CharacterFrameTab2:SetText(i["PETS"]);
176CharacterFrameTab3:SetText(i["REPUTATION"]);
177CharacterFrameTab4:SetText(i["SKILLS"]);
178CharacterFrameTab5:SetText(i["CURRENCY"]);
179
180--CharacterFrameTemplates.xml
181
182
183--ChatConfigFrame.xml
184
185ChatConfigCategoryFrameTitle:SetText(i["CATEGORIES"]);
186ChatConfigCategoryFrameButton1:SetText(i["CHAT"]);
187ChatConfigCategoryFrameButton2:SetText(i["COMBAT"]);
188ChatConfigCategoryFrameButton3:SetText(i["GLOBAL_CHANNELS"]);
189ChatConfigCategoryFrameButton4:SetText(i["OTHER"]);
190--ChatConfigCombatSettings:SetText(i["FILTERS"]);
191ChatConfigCombatSettingsFiltersDeleteButton:SetText(i["DELETE"]);
192ChatConfigCombatSettingsFiltersAddFilterButton:SetText(i["ADD_FILTER"]);
193ChatConfigCombatSettingsFiltersCopyFilterButton:SetText(i["COPY_FILTER"]);
194--CombatConfigMessageTypesLeftRightMiscMisc:SetText(i["MISCELLANEOUS"]);
195CombatConfigColorsExampleTitle:SetText(i["EXAMPLE_TEXT"]);
196--CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitle:SetText(i["HIGHLIGHTING"]);
197--CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitleLineAbilityDamageSchoolColorizeUnitNameUnitName:SetText(i["COLORIZE"]);
198CombatConfigFormattingExampleTitle:SetText(i["EXAMPLE_TEXT"]);
199--CombatConfigSettingsNameEditBoxNameEditBox:SetText(i["FILTER_NAME"]);
200CombatConfigSettingsSaveButton:SetText(i["SAVE"]);
201ChatConfigFrameDefaultButton:SetText(i["CHAT_DEFAULTS"]);
202CombatLogDefaultButton:SetText(i["COMBATLOG_DEFAULTS"]);
203ChatConfigFrameCancelButton:SetText(i["CANCEL"]);
204ChatConfigFrameOkayButton:SetText(i["OKAY"]);
205
206--ChatFrame.xml
207
208
209--CinematicFrame.xml
210
211
212--ClassTrainerFrameTemplates.xml
213
214
215--CoinPickupFrame.xml
216
217CoinPickupOkayButton:SetText(i["OKAY"]);
218CoinPickupCancelButton:SetText(i["COINPICKUP_CANCEL"]);
219
220--ColorPickerFrame.xml
221
222--ColorPickerFrameHeader:SetText(i["COLOR_PICKER"]);
223ColorPickerCancelButton:SetText(i["CANCEL"]);
224ColorPickerOkayButton:SetText(i["OKAY"]);
225OpacitySliderFrameText:SetText(i["0%"]);
226OpacitySliderFrameText:SetText(i["100%"]);
227OpacityFrameSliderText:SetText(i["OPACITY"]);
228OpacityFrameSliderText:SetText(i["0%"]);
229OpacityFrameSliderText: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
248DressUpFrameTitleText:SetText(i["DRESSUP_FRAME"]);
249DressUpFrameDescriptionText:SetText(i["DRESSUP_FRAME_INSTRUCTIONS"]);
250DressUpFrameCancelButton:SetText(i["CLOSE"]);
251DressUpFrameResetButton:SetText(i["RESET"]);
252
253--DurabilityFrame.xml
254
255
256--FadingFrame.xml
257
258
259--FloatingChatFrame.xml
260
261
262--FocusFrame.xml
263
264FocusFrameNumericalThreatValue:SetText(i["100%"]);
265TargetofFocusDeadText:SetText(i["DEAD"]);
266
267--FontStyles.xml
268
269
270--Fonts.xml
271
272
273--FriendsFrame.xml
274
275FriendsFrameToggleTab1:SetText(i["FRIENDS"]);
276FriendsFrameToggleTab2:SetText(i["IGNORE"]);
277FriendsFrameToggleTab3:SetText(i["MUTED"]);
278FriendsFrameAddFriendButton:SetText(i["ADD_FRIEND"]);
279FriendsFrameRemoveFriendButton:SetText(i["REMOVE_FRIEND"]);
280FriendsFrameSendMessageButton:SetText(i["SEND_MESSAGE"]);
281FriendsFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
282IgnoreFrameToggleTab1:SetText(i["FRIENDS"]);
283IgnoreFrameToggleTab2:SetText(i["IGNORE"]);
284IgnoreFrameToggleTab3:SetText(i["MUTED"]);
285FriendsFrameIgnorePlayerButton:SetText(i["IGNORE_PLAYER"]);
286FriendsFrameStopIgnoreButton:SetText(i["STOP_IGNORE"]);
287MutedFrameToggleTab1:SetText(i["FRIENDS"]);
288MutedFrameToggleTab2:SetText(i["IGNORE"]);
289MutedFrameToggleTab3:SetText(i["MUTED"]);
290FriendsFrameMutedPlayerButton:SetText(i["MUTE_PLAYER"]);
291FriendsFrameUnmuteButton:SetText(i["UNMUTE"]);
292WhoFrameColumnHeader1:SetText(i["NAME"]);
293WhoFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
294WhoFrameColumnHeader4:SetText(i["CLASS"]);
295WhoFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
296WhoFrameAddFriendButton:SetText(i["ADD_FRIEND"]);
297WhoFrameWhoButton:SetText(i["REFRESH"]);
298GuildFrameNotesLabel:SetText(i["GUILD_MOTD_LABEL"]);
299GuildFrameLFGButtonText:SetText(i["SHOW_OFFLINE_MEMBERS"]);
300GuildFrameColumnHeader1:SetText(i["NAME"]);
301GuildFrameColumnHeader2:SetText(i["ZONE"]);
302GuildFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
303GuildFrameColumnHeader4:SetText(i["CLASS"]);
304GuildFrameGuildStatusColumnHeader1:SetText(i["NAME"]);
305GuildFrameGuildStatusColumnHeader2:SetText(i["RANK"]);
306GuildFrameGuildStatusColumnHeader3:SetText(i["LABEL_NOTE"]);
307GuildFrameGuildStatusColumnHeader4:SetText(i["LASTONLINE"]);
308GuildFrameControlButton:SetText(i["GUILDCONTROL"]);
309GuildFrameAddMemberButton:SetText(i["ADDMEMBER"]);
310GuildFrameGuildInformationButton:SetText(i["GUILD_INFORMATION"]);
311--GuildControlPopupFrame:SetText(i["GUILDCONTROL_SELECTRANK"]);
312--GuildControlPopupFrame:SetText(i["GUILDCONTROL_ALLOWRANK"]);
313GuildControlWithdrawGoldText:SetText(i["GUILDCONTROL_WITHDRAW_GOLD"]);
314GuildControlWithdrawGoldAmountText:SetText(i["GOLD_PER_DAY"]);
315GuildControlPopupFrameCancelButton:SetText(i["CANCEL"]);
316GuildControlPopupAcceptButton:SetText(i["ACCEPT"]);
317GuildControlPopupFrameEditBox:SetText(i["GUILDCONTROL_RANKLABEL"]);
318GuildBankTabLabel:SetText(i["GUILDBANK_TAB_COLON"]);
319GuildControlTabPermissionsWithdrawItemsText:SetText(i["GUILDCONTROL_WITHDRAW_ITEMS"]);
320GuildBankTabPermissionsTab6:SetText(i["6"]);
321GuildBankTabPermissionsTab5:SetText(i["5"]);
322GuildBankTabPermissionsTab4:SetText(i["4"]);
323GuildBankTabPermissionsTab3:SetText(i["3"]);
324GuildBankTabPermissionsTab2:SetText(i["2"]);
325GuildBankTabPermissionsTab1:SetText(i["1"]);
326GuildInfoTitle:SetText(i["GUILD_INFORMATION"]);
327GuildInfoSaveButton:SetText(i["ACCEPT"]);
328GuildInfoCancelButton:SetText(i["CLOSE"]);
329GuildInfoGuildEventButton:SetText(i["GUILD_EVENT_LOG"]);
330GuildMemberDetailZoneLabel:SetText(i["ZONE_COLON"]);
331GuildMemberDetailRankLabel:SetText(i["RANK_COLON"]);
332GuildMemberDetailOnlineLabel:SetText(i["LAST_ONLINE_COLON"]);
333GuildMemberDetailNoteLabel:SetText(i["NOTE_COLON"]);
334GuildMemberDetailOfficerNoteLabel:SetText(i["OFFICER_NOTE_COLON"]);
335GuildMemberRemoveButton:SetText(i["REMOVE"]);
336GuildMemberGroupInviteButton:SetText(i["GROUP_INVITE"]);
337GuildEventLogTitle:SetText(i["GUILD_EVENT_LOG"]);
338GuildEventLogCancelButton:SetText(i["CLOSE"]);
339FriendsFrameTab1:SetText(i["FRIENDS"]);
340FriendsFrameTab2:SetText(i["WHO"]);
341FriendsFrameTab3:SetText(i["GUILD"]);
342FriendsFrameTab4:SetText(i["CHAT"]);
343FriendsFrameTab5:SetText(i["RAID"]);
344
345--GameMenuFrame.xml
346
347--GameMenuFrameHeader:SetText(i["MAIN_MENU"]);
348GameMenuButtonOptions:SetText(i["VIDEOOPTIONS_MENU"]);
349--GameMenuButtonSoundOptions:SetText(i["SOUNDOPTIONS_MENU"]);
350GameMenuButtonUIOptions:SetText(i["UIOPTIONS_MENU"]);
351GameMenuButtonMacOptions:SetText(i["MAC_OPTIONS"]);
352GameMenuButtonKeybindings:SetText(i["KEY_BINDINGS"]);
353GameMenuButtonMacros:SetText(i["MACROS"]);
354GameMenuButtonRatings:SetText(i["RATINGS_MENU"]);
355GameMenuButtonLogout:SetText(i["LOGOUT"]);
356GameMenuButtonQuit:SetText(i["EXIT_GAME"]);
357GameMenuButtonContinue: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
370GossipFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]);
371GossipGreetingText:SetText(i["Filler Text"]);
372
373--GuildRegistrarFrame.xml
374
375AvailableServicesText:SetText(i["AVAILABLE_SERVICES"]);
376GuildRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]);
377GuildRegistrarButton1:SetText(i["GUILD_CHARTER_PURCHASE"]);
378GuildRegistrarButton2:SetText(i["GUILD_CHARTER_REGISTER"]);
379GuildRegistrarPurchaseText:SetText(i["GUILD_REGISTRAR_PURCHASE_TEXT"]);
380GuildRegistrarCostLabel:SetText(i["COSTS_LABEL"]);
381GuildRegistrarFrameCancelButton:SetText(i["CANCEL"]);
382GuildRegistrarFramePurchaseButton:SetText(i["PURCHASE"]);
383
384--HelpFrame.xml
385
386--HelpFrameCancelButtonTemplate:SetText(i["CANCEL"]);
387--HelpFrameHeader:SetText(i["HELP_FRAME_TITLE"]);
388HelpFrameGMTalkTitle:SetText(i["HELPFRAME_GMTALK_TITLE"]);
389HelpFrameGMTalkText1:SetText(i["HELPFRAME_GMTALK_TEXT1"]);
390HelpFrameGMTalkIssue1Header:SetText(i["HELPFRAME_GMTALK_ISSUE1_HEADER"]);
391HelpFrameGMTalkIssue1:SetText(i["HELPFRAME_GMTALK_ISSUE1"]);
392HelpFrameGMTalkIssue2Header:SetText(i["HELPFRAME_GMTALK_ISSUE2_HEADER"]);
393HelpFrameGMTalkIssue2:SetText(i["HELPFRAME_GMTALK_ISSUE2"]);
394HelpFrameGMTalkIssue3Header:SetText(i["HELPFRAME_GMTALK_ISSUE3_HEADER"]);
395HelpFrameGMTalkIssue3:SetText(i["HELPFRAME_GMTALK_ISSUE3"]);
396HelpFrameGMTalkPvpPolicyUrl:SetText(i["PVP_POLICY_URL"]);
397HelpFrameGMTalkText2:SetText(i["HELPFRAME_GMTALK_TEXT2"]);
398HelpFrameGMTalkOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
399HelpFrameReportIssueTitle:SetText(i["HELPFRAME_REPORTISSUE_TITLE"]);
400HelpFrameReportIssueText1:SetText(i["HELPFRAME_REPORTISSUE_TEXT1"]);
401HelpFrameReportIssueBulletTitle1:SetText(i["HELPFRAME_REPORTISSUE_BULLET_TITLE1"]);
402HelpFrameReportIssueText2:SetText(i["HELPFRAME_REPORTISSUE_TEXT2"]);
403HelpFrameReportIssueOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
404HelpFrameStuckTitle:SetText(i["HELPFRAME_STUCK_TITLE"]);
405HelpFrameStuckText1:SetText(i["HELPFRAME_STUCK_TEXT1"]);
406HelpFrameStuckStuck:SetText(i["STUCK_BUTTON_TEXT"]);
407HelpFrameStuckOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
408HelpFrameOpenTicketLabel:SetText(i["HELPFRAME_OPENTICKET_TEXT"]);
409HelpFrameOpenTicketSubmit:SetText(i["SUBMIT"]);
410HelpFrameWelcomeTitle:SetText(i["HELPFRAME_WELCOME_TITLE"]);
411HelpFrameWelcomeText1:SetText(i["HELPFRAME_WELCOME_TEXT1"]);
412HelpFrameWelcomeGMTalk:SetText(i["KBASE_GMTALK"]);
413HelpFrameWelcomeReportIssue:SetText(i["KBASE_REPORTISSUE"]);
414HelpFrameWelcomeStuck:SetText(i["KBASE_CHARSTUCK"]);
415
416--HonorFrame.xml
417
418HonorLevelText:SetText(i["Level level race class"]);
419HonorFrameCurrentSessionTitle:SetText(i["HONOR_THIS_SESSION"]);
420HonorFrameYesterdayTitle:SetText(i["HONOR_YESTERDAY"]);
421HonorFrameThisWeekTitle:SetText(i["HONOR_THISWEEK"]);
422HonorFrameLastWeekTitle:SetText(i["HONOR_LASTWEEK"]);
423HonorFrameLifeTimeTitle: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
444ItemTextPrevPageButton:SetText(i["PREV"]);
445ItemTextNextPageButton:SetText(i["NEXT"]);
446
447--KnowledgeBaseFrame.xml
448
449--KnowledgeBaseFrameHeader:SetText(i["KNOWLEDGEBASE_FRAME_TITLE"]);
450KnowledgeBaseMotdLabel:SetText(i["MOTD_COLON"]);
451KnowledgeBaseServerMessageLabel:SetText(i["SERVER_MESSAGE_COLON"]);
452KnowledgeBaseFrameTopIssuesButton:SetText(i["KBASE_TOP_ISSUES"]);
453GMChatOpenLog:SetText(i["GM_CHAT_OPEN"]);
454KnowledgeBaseFrameSearchButton:SetText(i["SEARCH"]);
455KnowledgeBaseArticleListFrameTitle:SetText(i["KBASE_TOP_ISSUES"]);
456KnowledgeBaseArticleListFrameCount:SetText(i["ARTICLE_COUNT"]);
457KnowledgeBaseArticleListFrameNextButtonText:SetText(i["NEXT"]);
458KnowledgeBaseArticleListFramePreviousButtonText:SetText(i["PREVIOUS"]);
459KnowledgeBaseArticleScrollChildFrameBackButton:SetText(i["BACK"]);
460KnowledgeBaseErrorFrameText:SetText(i["ERROR"]);
461KnowledgeBaseFrameGMTalk:SetText(i["KBASE_GMTALK"]);
462KnowledgeBaseFrameReportIssue:SetText(i["KBASE_REPORTISSUE"]);
463KnowledgeBaseFrameStuck:SetText(i["KBASE_CHARSTUCK"]);
464KnowledgeBaseFrameOpenTicketEdit:SetText(i["HELP_TICKET_EDIT"]);
465KnowledgeBaseFrameOpenTicketCancel:SetText(i["HELP_TICKET_ABANDON"]);
466
467--LFGFrame.xml
468
469LFGParentFrameTitle:SetText(i["LFM_TITLE"]);
470--LookingForGroupIcon:SetText(i["LOOKING_FOR_GROUP"]);
471LookingForGroupText:SetText(i["LOOKING_FOR_GROUP_TEXT"]);
472--LookingForMoreIcon:SetText(i["LOOKING_FOR_MORE"]);
473--LookingForMoreIcon:SetText(i["LOOKING_FOR_MORE_TEXT"]);
474LFGWizardFrameLFGButton:SetText(i["LOOK_FOR_GROUP"]);
475LFGWizardFrameLFMButton:SetText(i["LOOK_FOR_MORE"]);
476LFMFrameColumnHeader1:SetText(i["NAME"]);
477LFMFrameColumnHeader2:SetText(i["ZONE"]);
478LFMFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
479LFMFrameColumnHeader4:SetText(i["CLASS"]);
480LFMFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
481LFMFrameSendMessageButton:SetText(i["SEND_MESSAGE"]);
482LFMFrameSearchButton:SetText(i["REFRESH"]);
483LFGLabel1:SetText(i["LOOKING_FOR_GROUP_LABEL"]);
484LFGLabel2:SetText(i["LOOKING_FOR_GROUP_LABEL2"]);
485LFGLabel3:SetText(i["LOOKING_FOR_GROUP_LABEL2"]);
486LFGFrameDoneButton:SetText(i["CLOSE"]);
487LFGFrameClearAllButton:SetText(i["CLEAR_ALL"]);
488LFGParentFrameTab1:SetText(i["LFG_TITLE"]);
489LFGParentFrameTab2:SetText(i["LFM_TITLE"]);
490LFGCommentLabel:SetText(i["COMMENT"]);
491
492--Localization.xml
493
494
495--LocalizationPost.xml
496
497
498--LootFrame.xml
499
500--LootFramePortraitOverlay:SetText(i["ITEMS"]);
501LootFramePrev:SetText(i["PREV"]);
502LootFrameNext:SetText(i["NEXT"]);
503--GroupLootFrameTemplateName:SetText(i["Item Name"]);
504
505--MacOptionsFrame.xml
506
507--MacOptionsFrameHeader:SetText(i["MAC_OPTIONS"]);
508MacOptionsFrameResolutionDropDownLabel:SetText(i["RESOLUTION"]);
509MacOptionsFrameFramerateDropDownLabel:SetText(i["MOVIE_RECORDING_FRAMERATE"]);
510MacOptionsFrameCodecDropDownLabel:SetText(i["MOVIE_RECORDING_COMPRESSION"]);
511MacOptionsButtonCompress:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]);
512MacOptionsFrameText1:SetText(i["MOVIE_RECORDING_TIME"]);
513MacOptionsFrameText2:SetText(i["00:00:00"]);
514MacOptionsFrameText3:SetText(i["MOVIE_RECORDING_DATA_RATE"]);
515MacOptionsFrameCancel:SetText(i["CANCEL"]);
516MacOptionsFrameOkay:SetText(i["OKAY"]);
517MacOptionsFrameDefaults:SetText(i["DEFAULTS"]);
518MacOptionsButtonKeybindings:SetText(i["KEY_BINDINGS_MAC"]);
519--MacOptionsCompressFrameHeader:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]);
520MacOptionsCompressFrameDelete:SetText(i["DELETE"]);
521MacOptionsCompressFrameSkip:SetText(i["IGNORE"]);
522MacOptionsCompressFrameCompress:SetText(i["MOVIE_RECORDING_COMPRESSBUTTON"]);
523--MacOptionsCancelFrameHeader:SetText(i["CANCEL"]);
524MacOptionsCancelFrameQuestion:SetText(i["MOVIE_RECORDING_CANCEL_CONFIRMATION"]);
525MacOptionsCancelFrameNo:SetText(i["NO"]);
526MacOptionsCancelFrameYes:SetText(i["YES"]);
527--FolderPickerHeader:SetText(i["Folder..."]);
528FolderPickerButton01:SetText(i["YES"]);
529FolderPickerButton01Name:SetText(i["Player Name"]);
530
531--MailFrame.xml
532
533--MailItemTemplateSenderSubjectExpireTimeButtonCOD:SetText(i["CASH_ON_DELIVERY"]);
534InboxTitleText:SetText(i["INBOX"]);
535InboxPrevPageButton:SetText(i["PREV"]);
536InboxNextPageButton:SetText(i["NEXT"]);
537SendMailTitleText:SetText(i["SENDMAIL"]);
538SendMailNameEditBox:SetText(i["MAIL_TO_LABEL"]);
539--SendMailCostMoneyFrame:SetText(i["SEND_MAIL_COST"]);
540SendMailSubjectEditBox:SetText(i["MAIL_SUBJECT_LABEL"]);
541SendMailMoneyText:SetText(i["SEND_MONEY"]);
542SendMailCancelButton:SetText(i["CANCEL"]);
543SendMailMailButton:SetText(i["SEND_LABEL"]);
544MailFrameTab1:SetText(i["INBOX"]);
545MailFrameTab2:SetText(i["SENDMAIL"]);
546--StationeryPopupFrame:SetText(i["CHOOSE_STATIONERY"]);
547StationeryPopupCancelButton:SetText(i["CANCEL"]);
548StationeryPopupOkayButton:SetText(i["OKAY"]);
549OpenMailTitleText:SetText(i["OPENMAIL"]);
550OpenMailAttachmentText:SetText(i["TAKE_ATTACHMENTS"]);
551OpenMailSenderLabel:SetText(i["FROM"]);
552OpenMailSubjectLabel:SetText(i["MAIL_SUBJECT_LABEL"]);
553OpenMailReportSpamButton:SetText(i["REPORT_SPAM"]);
554OpenMailInvoiceItemLabel:SetText(i["ITEM_SOLD_COLON"]);
555OpenMailInvoicePurchaser:SetText(i["PURCHASED_BY_COLON"]);
556OpenMailInvoiceSalePrice:SetText(i["SALE_PRICE_COLON"]);
557OpenMailInvoiceDeposit:SetText(i["DEPOSIT_COLON"]);
558OpenMailInvoiceHouseCut:SetText(i["AUCTION_HOUSE_CUT_COLON"]);
559OpenMailInvoiceAmountReceived:SetText(i["AMOUNT_RECEIVED_COLON"]);
560OpenMailInvoiceNotYetSent:SetText(i["AUCTION_INVOICE_FUNDS_NOT_YET_SENT"]);
561--OpenMailDepositMoneyFrame:SetText(i["+"]);
562--OpenMailHouseCutMoneyFrame:SetText(i["-"]);
563OpenMailCancelButton:SetText(i["CLOSE"]);
564OpenMailDeleteButton:SetText(i["DELETE"]);
565OpenMailReplyButton: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"]);
579MerchantNameText:SetText(i["Merchant Name"]);
580MerchantPageText:SetText(i["Page"]);
581MerchantRepairText:SetText(i["REPAIR_ITEMS"]);
582MerchantBuyBackItemName:SetText(i["Item Name"]);
583MerchantPrevPageButton:SetText(i["PREV"]);
584MerchantNextPageButton:SetText(i["NEXT"]);
585MerchantFrameTab1:SetText(i["MERCHANT"]);
586MerchantFrameTab2: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
608MovieProgressBarText:SetText(i["Compressing"]);
609
610--MultiActionBars.xml
611
612
613--OpacitySliderFrame.xml
614
615OpacitySliderFrameText:SetText(i["LOW"]);
616OpacitySliderFrameText: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"]);
633PVPFrameArenaLabel:SetText(i["PVP_LABEL_ARENA"]);
634PVPFrameArenaPoints:SetText(i["12,123,213"]);
635PVPHonorKillsLabel:SetText(i["KILLS_PVP"]);
636PVPHonorHonorLabel:SetText(i["HONOR"]);
637PVPHonorTodayLabel:SetText(i["HONOR_TODAY"]);
638PVPHonorYesterdayLabel:SetText(i["HONOR_YESTERDAY"]);
639PVPHonorLifetimeLabel:SetText(i["HONOR_LIFETIME"]);
640PVPHonorLifetimeHonor:SetText(i["-"]);
641--PVPTeam3ToggleButtonToggleButton:SetText(i["Show Season Stats"]);
642PVPTeamDetailsGamesLabel:SetText(i["GAMES"]);
643PVPTeamDetailsGames:SetText(i["45"]);
644PVPTeamDetailsWinLossLabel:SetText(i["WIN_LOSS"]);
645PVPTeamDetailsRankLabel:SetText(i["RANK"]);
646PVPTeamDetailsRatingLabel:SetText(i["ARENA_TEAM_RATING"]);
647PVPTeamDetailsFrameColumnHeader1:SetText(i["NAME"]);
648PVPTeamDetailsFrameColumnHeader2:SetText(i["CLASS"]);
649PVPTeamDetailsFrameColumnHeader3:SetText(i["PLAYED"]);
650PVPTeamDetailsFrameColumnHeader4:SetText(i["WIN_LOSS"]);
651PVPTeamDetailsFrameColumnHeader5:SetText(i["RATING"]);
652PVPTeamDetailsAddTeamMember: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
664CharacterLevelText:SetText(i["Level level race class"]);
665CharacterTitleText:SetText(i["title of the player"]);
666MagicResText1:SetText(i["X"]);
667MagicResText2:SetText(i["X"]);
668MagicResText3:SetText(i["X"]);
669MagicResText4:SetText(i["X"]);
670MagicResText5: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
686PetLevelText:SetText(i["Level level race class"]);
687PetPaperDollCloseButton:SetText(i["CLOSE"]);
688PetMagicResText1:SetText(i["X"]);
689PetMagicResText2:SetText(i["X"]);
690PetMagicResText3:SetText(i["X"]);
691PetMagicResText4:SetText(i["X"]);
692PetMagicResText5:SetText(i["X"]);
693CompanionSummonButton:SetText(i["SUMMON"]);
694PetPaperDollFrameTab1:SetText(i["PET"]);
695PetPaperDollFrameTab2:SetText(i["COMPANIONS"]);
696PetPaperDollFrameTab3: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
706PetStableTitleLabel:SetText(i["STABLES"]);
707PetStableLevelText:SetText(i["Bobby The Fleshripper (Level 99 Raptor)"]);
708PetStableSlotText:SetText(i["STABLE_SLOT_TEXT"]);
709PetStableCostLabel:SetText(i["COSTS_LABEL"]);
710PetStableCurrentPet:SetText(i["CURRENT_PET"]);
711PetStableStabledPet2:SetText(i["STABLED_PETS"]);
712PetStablePurchaseButton:SetText(i["PURCHASE"]);
713
714--PetitionFrame.xml
715
716PetitionFrameMemberTitle:SetText(i["MEMBERS"]);
717PetitionFrameCancelButton:SetText(i["CLOSE"]);
718PetitionFrameSignButton:SetText(i["SIGN_CHARTER"]);
719PetitionFrameRequestButton:SetText(i["REQUEST_SIGNATURE"]);
720PetitionFrameRenameButton:SetText(i["RENAME_GUILD"]);
721
722--PlayerFrame.xml
723
724
725--QuestFrame.xml
726
727QuestFrameNpcNameText:SetText(i["Title Text"]);
728QuestFrameCancelButton:SetText(i["CANCEL"]);
729QuestFrameCompleteQuestButton:SetText(i["COMPLETE_QUEST"]);
730QuestRewardRewardTitleText:SetText(i["QUEST_REWARDS"]);
731QuestRewardItemChooseText:SetText(i["REWARD_CHOOSE"]);
732QuestFrameGoodbyeButton:SetText(i["CANCEL"]);
733QuestFrameCompleteButton:SetText(i["CONTINUE"]);
734QuestProgressTitleText:SetText(i["Quest Title"]);
735QuestProgressRequiredItemsText:SetText(i["TURN_IN_ITEMS"]);
736QuestProgressRequiredMoneyText:SetText(i["REQUIRED_MONEY"]);
737QuestFrameDeclineButton:SetText(i["DECLINE"]);
738QuestFrameAcceptButton:SetText(i["ACCEPT"]);
739QuestDetailObjectiveTitleText:SetText(i["QUEST_OBJECTIVES"]);
740QuestDetailRewardTitleText:SetText(i["QUEST_REWARDS"]);
741QuestDetailItemChooseText:SetText(i["REWARD_CHOICES"]);
742QuestDetailItemReceiveText:SetText(i["Reward receive text"]);
743QuestFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]);
744GreetingText:SetText(i["Filler Text"]);
745CurrentQuestsText:SetText(i["CURRENT_QUESTS"]);
746AvailableQuestsText: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"]);
757QuestLogTitleText:SetText(i["QUEST_LOG"]);
758QuestLogCollapseAllButton:SetText(i["ALL"]);
759QuestLogTrackTitle:SetText(i["TRACK_QUEST"]);
760QuestLogNoQuestsText:SetText(i["QUESTLOG_NO_QUESTS_TEXT"]);
761QuestLogFrameAbandonButton:SetText(i["ABANDON_QUEST"]);
762QuestFrameExitButton:SetText(i["EXIT"]);
763QuestFramePushQuestButton:SetText(i["SHARE_QUEST"]);
764QuestLogQuestTitle:SetText(i["Quest title"]);
765QuestLogRequiredMoneyText:SetText(i["REQUIRED_MONEY"]);
766QuestLogDescriptionTitle:SetText(i["QUEST_DESCRIPTION"]);
767QuestLogRewardTitleText:SetText(i["QUEST_REWARDS"]);
768QuestLogItemChooseText:SetText(i["REWARD_CHOICES"]);
769
770--QuestTimerFrame.xml
771
772--QuestTimerHeader:SetText(i["QUEST_TIMERS"]);
773
774--RaidFrame.xml
775
776RaidFrameRaidDescription:SetText(i["RAID_DESCRIPTION"]);
777RaidFrameConvertToRaidButton:SetText(i["CONVERT_TO_RAID"]);
778RaidFrameRaidInfoButton:SetText(i["RAID_INFO"]);
779RaidInfoHeader:SetText(i["RAID_INFORMATION"]);
780RaidInfoSubheader:SetText(i["RAID_INFO_DESC"]);
781RaidInfoInstanceLabel:SetText(i["INSTANCE"]);
782RaidInfoIDLabel:SetText(i["ID"]);
783
784--RaidWarning.xml
785
786
787--RatingMenuFrame.xml
788
789--RatingMenuFrameHeader:SetText(i["RATINGS_MENU"]);
790RatingMenuFrameText:SetText(i["RATINGS_TEXT"]);
791RatingMenuButtonOkay:SetText(i["OKAY"]);
792
793--ReadyCheck.xml
794
795ReadyCheckFrameYesButton:SetText(i["YES"]);
796ReadyCheckFrameNoButton:SetText(i["NO"]);
797
798--ReputationFrame.xml
799
800--ReputationBarTemplateExpandOrCollapseButtonHighlightReputationBarFactionStanding:SetText(i["Revered"]);
801ReputationFrameFactionLabel:SetText(i["FACTION"]);
802ReputationFrameStandingLabel:SetText(i["STANDING"]);
803
804--RuneFrame.xml
805
806
807--SecureHandlerTemplates.xml
808
809
810--SecureTemplates.xml
811
812
813--SkillFrame.xml
814
815SkillFrameCancelButton:SetText(i["CLOSE"]);
816
817--SparkleFrame.xml
818
819
820--SpellBookFrame.xml
821
822SpellBookTitleText:SetText(i["SPELLBOOK"]);
823SpellBookPrevPageButton:SetText(i["PREV"]);
824SpellBookNextPageButton:SetText(i["NEXT"]);
825
826--StackSplitFrame.xml
827
828StackSplitOkayButton:SetText(i["OKAY"]);
829StackSplitCancelButton:SetText(i["CANCEL"]);
830
831--StaticPopup.xml
832
833
834--StatsFrame.xml
835
836
837--TabardFrame.xml
838
839TabardFrameGreetingText:SetText(i["TABARDVENDORGREETING"]);
840TabardFrameCostLabel:SetText(i["TABARDVENDORCOST"]);
841TabardFrameAcceptButton:SetText(i["ACCEPT"]);
842TabardFrameCancelButton:SetText(i["CANCEL"]);
843
844--TargetFrame.xml
845
846TargetDeadText:SetText(i["DEAD"]);
847TargetFrameNumericalThreatValue:SetText(i["100%"]);
848TargetofTargetDeadText: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"]);
867TradeFrameRecipientNameText:SetText(i["Player Name"]);
868TradeFramePlayerNameText:SetText(i["Recipient Name"]);
869TradeFramePlayerEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]);
870TradeFrameRecipientEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]);
871TradeFrameTradeButton:SetText(i["TRADE"]);
872TradeFrameTradeButton:SetText(i["TRADE"]);
873TradeFrameCancelButton:SetText(i["CANCEL"]);
874TradeFrameCancelButton:SetText(i["CANCEL"]);
875
876--TutorialFrame.xml
877
878TutorialFrameCheckboxText:SetText(i["ENABLE_TUTORIAL_TEXT"]);
879TutorialFrameOkayButton: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
895InterfaceOptionsFrameHeaderText:SetText(i["UIOPTIONS_MENU"]);
896InterfaceOptionsFrameCancel:SetText(i["CANCEL"]);
897InterfaceOptionsFrameOkay:SetText(i["OKAY"]);
898InterfaceOptionsFrameDefaults:SetText(i["DEFAULTS"]);
899InterfaceOptionsFrameTab1:SetText(i["GAME"]);
900InterfaceOptionsFrameTab2:SetText(i["ADDONS"]);
901
902--UIOptionsPanels.xml
903
904InterfaceOptionsControlsPanelTitle:SetText(i["CONTROLS_LABEL"]);
905InterfaceOptionsControlsPanelSubText:SetText(i["CONTROLS_SUBTEXT"]);
906--InterfaceOptionsControlsPanelTitleSubTextStickyTargetingAutoDismountAutoClearAFKBlockTradesLootAtMouseAutoLootCorpseAutoLootKeyDropDownLabel:SetText(i["AUTO_LOOT_KEY_TEXT"]);
907InterfaceOptionsCombatPanelTitle:SetText(i["COMBAT_LABEL"]);
908InterfaceOptionsCombatPanelSubText: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"]);
912InterfaceOptionsDisplayPanelTitle:SetText(i["DISPLAY_LABEL"]);
913InterfaceOptionsDisplayPanelSubText:SetText(i["DISPLAY_SUBTEXT"]);
914--InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayLabel:SetText(i["AGGRO_WARNING_DISPLAY"]);
915--InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayShowAggroPercentageWorldPVPObjectiveDisplayLabel:SetText(i["WORLD_PVP_DISPLAY"]);
916InterfaceOptionsQuestsPanelTitle:SetText(i["QUESTS_LABEL"]);
917InterfaceOptionsQuestsPanelSubText:SetText(i["QUESTS_SUBTEXT"]);
918InterfaceOptionsSocialPanelTitle:SetText(i["SOCIAL_LABEL"]);
919InterfaceOptionsSocialPanelSubText:SetText(i["SOCIAL_SUBTEXT"]);
920InterfaceOptionsActionBarsPanelTitle:SetText(i["ACTIONBARS_LABEL"]);
921InterfaceOptionsActionBarsPanelSubText:SetText(i["ACTIONBARS_SUBTEXT"]);
922InterfaceOptionsNamesPanelTitle:SetText(i["NAMES_LABEL"]);
923InterfaceOptionsNamesPanelSubText:SetText(i["NAMES_SUBTEXT"]);
924InterfaceOptionsCombatTextPanelTitle:SetText(i["COMBATTEXT_LABEL"]);
925InterfaceOptionsCombatTextPanelSubText:SetText(i["COMBATTEXT_SUBTEXT"]);
926--InterfaceOptionsCombatTextPanelTitleSubTextTargetDamagePeriodicDamagePetDamageHealingEnableFCTFCTDropDownLabel:SetText(i["MODE"]);
927InterfaceOptionsStatusTextPanelTitle:SetText(i["STATUSTEXT_LABEL"]);
928InterfaceOptionsStatusTextPanelSubText:SetText(i["STATUSTEXT_SUBTEXT"]);
929InterfaceOptionsPartyRaidPanelTitle:SetText(i["PARTYRAID_LABEL"]);
930InterfaceOptionsPartyRaidPanelSubText:SetText(i["PARTYRAID_SUBTEXT"]);
931InterfaceOptionsCameraPanelTitle:SetText(i["CAMERA_LABEL"]);
932InterfaceOptionsCameraPanelSubText:SetText(i["CAMERA_SUBTEXT"]);
933--InterfaceOptionsCameraPanelTitleSubTextStyleDropDownLabel:SetText(i["CAMERA_FOLLOWING_STYLE"]);
934InterfaceOptionsMousePanelTitle:SetText(i["MOUSE_LABEL"]);
935InterfaceOptionsMousePanelSubText:SetText(i["MOUSE_SUBTEXT"]);
936--InterfaceOptionsMousePanelTitleSubTextInvertMouseClickToMoveMouseSensitivitySliderMouseLookSpeedSliderClickMoveStyleDropDownLabel:SetText(i["CLICK_CAMERA_STYLE"]);
937InterfaceOptionsHelpPanelTitle:SetText(i["HELP_LABEL"]);
938InterfaceOptionsHelpPanelSubText:SetText(i["HELP_SUBTEXT"]);
939InterfaceOptionsHelpPanelResetTutorials:SetText(i["RESET_TUTORIALS"]);
940InterfaceOptionsLanguagesPanelTitle:SetText(i["LANGUAGES_LABEL"]);
941InterfaceOptionsLanguagesPanelSubText: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
961VideoOptionsFrameApply:SetText(i["APPLY"]);
962VideoOptionsFrameCancel:SetText(i["CANCEL"]);
963VideoOptionsFrameOkay:SetText(i["OKAY"]);
964VideoOptionsFrameDefaults:SetText(i["DEFAULTS"]);
965
966--VideoOptionsPanels.xml
967
968VideoOptionsResolutionPanelTitle:SetText(i["RESOLUTION_LABEL"]);
969VideoOptionsResolutionPanelSubText:SetText(i["RESOLUTION_SUBTEXT"]);
970--VideoOptionsResolutionPanelTitleSubTextResolutionDropDownLabel:SetText(i["RESOLUTION"]);
971--VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownLabel:SetText(i["REFRESH_RATE"]);
972--VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownMultiSampleDropDownLabel:SetText(i["MULTISAMPLE"]);
973VideoOptionsEffectsPanelTitle:SetText(i["EFFECTS_LABEL"]);
974VideoOptionsEffectsPanelSubText: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"]);
978VideoOptionsStereoPanelTitle:SetText(i["STEREO_VIDEO_LABEL"]);
979VideoOptionsStereoPanelSubText:SetText(i["STEREO_VIDEO_SUBTEXT"]);
980
981--VoiceChat.xml
982
983
984--WorldFrame.xml
985
986FramerateLabel: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
1004WorldStateScoreFrameLabel:SetText(i["BATTLEFIELDS"]);
1005WorldStateScoreFrameTimerLabel:SetText(i["TIME_TO_PORT"]);
1006WorldStateScoreFrameTab1:SetText(i["ALL"]);
1007WorldStateScoreFrameTab2:SetText(i["FACTION_ALLIANCE"]);
1008WorldStateScoreFrameTab3:SetText(i["FACTION_HORDE"]);
1009WorldStateScoreFrameLeaveButton:SetText(i["LEAVE_BATTLEGROUND"]);
1010
1011--ZoneText.xml
1012
Note: See TracBrowser for help on using the repository browser.