local i=CzWoW_interface; local n=CzWoW_interface_entoname; CzWoW_MAIN_MENU:SetText(i["MAIN_MENU"]); -- for index, value in pairs(OptionsFrameSliders) do -- value.text = i[n[value.text]]; --value.tooltipText = i[n[value.tooltipText]]; -- end; --OptionsFrame end -- for index, value in pairs(SoundOptionsFrameSliders) do -- value.text = i[n[value.text]]; --value.tooltipText = i[n[value.tooltipText]]; -- end; --SoundOptionsFrame end for index, value in pairs(uvarInfo) do --value.text = i[n[value.text]]; value.event = i[n[value.event]]; end; --UI Options end --hooksecurefunc(GameTooltip, "SetOwner", function(a, object) DEFAULT_CHAT_FRAME:AddMessage(object:GetName()); end); --GameTooltipFrame begin local oldTooltipSetText=GameTooltip["SetText"]; GameTooltip["SetText"]=function(object, text, r, g, b, alphaValue, textWrap) if type(n[text])=="string" then text=i[n[text]]; end oldTooltipSetText(object, text, r, g, b, alphaValue, textWrap); end --hooksecurefunc(GameTooltip, "SetText", TooltipSetText); --GameTooltipFrame end --Set global var with CZ texts for index, value in pairs(i) do setglobal(index,i[index]); end --ActionBarFrame.xml --ActionButtonTemplate.xml --AlertFrames.xml --AchievementAlertFrameTemplateUnlocked:SetText(i["ACHIEVEMENT_UNLOCKED"]); --AchievementAlertFrameTemplateName:SetText(i["For the Alliance!"]); --ArenaFrame.xml ArenaFrameFrameLabel:SetText(i["ARENA_BATTLES"]); ArenaFrameNameHeader:SetText(i["ARENA_RATED_BATTLE"]); ArenaFrameZoneDescription:SetText(i["ARENA_MASTER_TEXT"]); ArenaFrameNameHeader2:SetText(i["ARENA_PRACTICE_BATTLE"]); ArenaFrameCancelButton:SetText(i["CANCEL"]); ArenaFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]); ArenaFrameGroupJoinButton:SetText(i["BATTLEFIELD_GROUP_JOIN"]); --ArenaRegistrarFrame.xml AvailableServicesText:SetText(i["ARENA_CHARTER_PURCHASE"]); RegistrationText:SetText(i["ARENA_CHARTER_TURN_IN"]); ArenaRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]); ArenaRegistrarButton1:SetText(i["ARENA_TEAM_2V2"]); ArenaRegistrarButton2:SetText(i["ARENA_TEAM_3V3"]); ArenaRegistrarButton3:SetText(i["ARENA_TEAM_5V5"]); ArenaRegistrarButton4:SetText(i["ARENA_TEAM_2V2"]); ArenaRegistrarButton5:SetText(i["ARENA_TEAM_3V3"]); ArenaRegistrarButton6:SetText(i["ARENA_TEAM_5V5"]); ArenaRegistrarPurchaseText:SetText(i["ARENA_REGISTRAR_PURCHASE_TEXT"]); ArenaRegistrarCostLabel:SetText(i["COSTS_LABEL"]); ArenaRegistrarFrameCancelButton:SetText(i["CANCEL"]); ArenaRegistrarFramePurchaseButton:SetText(i["PURCHASE"]); PVPBannerFrameGreetingText:SetText(i["ARENA_BANNER_VENDOR_GREETING"]); PVPColorPickerButton1:SetText(i["EMBLEM_SYMBOL_COLOR"]); PVPColorPickerButton2:SetText(i["EMBLEM_BORDER_COLOR"]); PVPColorPickerButton3:SetText(i["EMBLEM_BACKGROUND"]); PVPBannerFrameCancelButton:SetText(i["CLOSE"]); PVPBannerFrameSaveButton:SetText(i["SAVE"]); PVPBannerFrameAcceptButton:SetText(i["ACCEPT"]); PVPBannerFrameCancelButton:SetText(i["CANCEL"]); --AudioOptionsFrame.xml AudioOptionsFrameCancel:SetText(i["CANCEL"]); AudioOptionsFrameOkay:SetText(i["OKAY"]); AudioOptionsFrameDefaults:SetText(i["DEFAULTS"]); --AudioOptionsPanels.xml AudioOptionsSoundPanelTitle:SetText(i["SOUND_LABEL"]); AudioOptionsSoundPanelSubText:SetText(i["SOUND_SUBTEXT"]); --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownLabel:SetText(i["GAME_SOUND_OUTPUT"]); --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeLabel:SetText(i["SOUND_VOLUME"]); --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeMusicVolumeLabel:SetText(i["MUSIC_VOLUME"]); --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeMusicVolumeAmbienceVolumeLabel:SetText(i["AMBIENCE_VOLUME"]); AudioOptionsVoicePanelTitle:SetText(i["VOICE_LABEL"]); AudioOptionsVoicePanelSubText:SetText(i["VOICE_SUBTEXT"]); --AudioOptionsVoicePanelTitleSubTextDisabledMessageText:SetText(i["VOICECHAT_DISABLED"]); --AudioOptionsVoicePanelTitleSubTextDisabledMessageEnableVoiceTalkingEnableMicrophoneInputDeviceDropDownMicrophoneVolumeMicTestText:SetText(i["VOICE_MICROPHONE_TEST"]); --PlayLoopbackSoundButtonBindingChatModeDropDownLabel:SetText(i["VOICE_CHAT_MODE"]); --PlayLoopbackSoundButtonBindingChatModeDropDownChatMode1Label:SetText(i["KEY_BINDING"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownLabel:SetText(i["VOICE_CHAT_OUTPUT_DEVICE"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioLabel:SetText(i["VOICE_GAME_DUCKING"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioDescription:SetText(i["VOICE_CHAT_AUDIO_DUCKING"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioOff:SetText(i["OFF"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioNormal:SetText(i["VOICE_CHAT_NORMAL"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeLabel:SetText(i["SOUND_VOLUME"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeMusicFadeLabel:SetText(i["MUSIC_VOLUME"]); --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeMusicFadeAmbienceFadeLabel:SetText(i["AMBIENCE_VOLUME"]); --BankFrame.xml BankFrameTitleText:SetText(i["ITEMSLOTTEXT"]); BankFrameTitleText:SetText(i["BAGSLOTTEXT"]); --BankFramePurchaseInfo:SetText(i["BANKSLOTPURCHASE_LABEL"]); BankFrameSlotCost:SetText(i["COSTS_LABEL"]); BankFramePurchaseButton:SetText(i["BANKSLOTPURCHASE"]); --BasicControls.xml --DialogBoxFrameButtonButton:SetText(i["OKAY"]); --BattlefieldFrame.xml BattlefieldFrameFrameLabel:SetText(i["BATTLEFIELDS"]); BattlefieldFrameNameHeader:SetText(i["BATTLEFIELD_NAME"]); BattlefieldFrameCancelButton:SetText(i["CANCEL"]); BattlefieldFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]); BattlefieldFrameGroupJoinButton:SetText(i["BATTLEFIELD_GROUP_JOIN"]); --Bindings.xml --Blizzard_TalentUITemplates.xml --BonusActionBarFrame.xml --BuffFrame.xml --CastingBarFrame.xml --ChannelFrame.xml --ChannelRosterButtonTemplateName:SetText(i["Player Name"]); --ChannelFrameVerticalBarAutoJoinAutoJoin:SetText(i["VOICE_CHAT"]); ChannelFrameNewButton:SetText(i["ADD"]); ChannelRosterChannelName:SetText(i["Channel Name"]); --ChannelMemberButton22DropDownDaughterFrameName:SetText(i["CHANNEL_NEW_CHANNEL"]); --ChannelMemberButton22DropDownDaughterFrameNameTitlebarCornerChannelNameLabel:SetText(i["CHANNEL_CHANNEL_NAME"]); --ChannelMemberButton22DropDownDaughterFrameNameTitlebarCornerChannelNameChannelPasswordLabel:SetText(i["PASSWORD"]); --ChannelMemberButton22DropDownDaughterFrameNameTitlebarCornerChannelNameChannelPasswordOptional:SetText(i["OPTIONAL_PARENS"]); --ChannelRosterDaughterFrameOkayButton:SetText(i["OKAY"]); --ChannelRosterDaughterFrameCancelButton:SetText(i["CANCEL"]); ChannelPulloutTabText:SetText(i["Channel Roster"]); --CharacterFrame.xml CharacterNameText:SetText(i["NAME"]); CharacterFrameTab1:SetText(i["CHARACTER"]); CharacterFrameTab2:SetText(i["PETS"]); CharacterFrameTab3:SetText(i["REPUTATION"]); CharacterFrameTab4:SetText(i["SKILLS"]); CharacterFrameTab5:SetText(i["CURRENCY"]); --CharacterFrameTemplates.xml --ChatConfigFrame.xml ChatConfigCategoryFrameTitle:SetText(i["CATEGORIES"]); ChatConfigCategoryFrameButton1:SetText(i["CHAT"]); ChatConfigCategoryFrameButton2:SetText(i["COMBAT"]); ChatConfigCategoryFrameButton3:SetText(i["GLOBAL_CHANNELS"]); ChatConfigCategoryFrameButton4:SetText(i["OTHER"]); --ChatConfigCombatSettings:SetText(i["FILTERS"]); ChatConfigCombatSettingsFiltersDeleteButton:SetText(i["DELETE"]); ChatConfigCombatSettingsFiltersAddFilterButton:SetText(i["ADD_FILTER"]); ChatConfigCombatSettingsFiltersCopyFilterButton:SetText(i["COPY_FILTER"]); --CombatConfigMessageTypesLeftRightMiscMisc:SetText(i["MISCELLANEOUS"]); CombatConfigColorsExampleTitle:SetText(i["EXAMPLE_TEXT"]); --CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitle:SetText(i["HIGHLIGHTING"]); --CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitleLineAbilityDamageSchoolColorizeUnitNameUnitName:SetText(i["COLORIZE"]); CombatConfigFormattingExampleTitle:SetText(i["EXAMPLE_TEXT"]); --CombatConfigSettingsNameEditBoxNameEditBox:SetText(i["FILTER_NAME"]); CombatConfigSettingsSaveButton:SetText(i["SAVE"]); ChatConfigFrameDefaultButton:SetText(i["CHAT_DEFAULTS"]); CombatLogDefaultButton:SetText(i["COMBATLOG_DEFAULTS"]); ChatConfigFrameCancelButton:SetText(i["CANCEL"]); ChatConfigFrameOkayButton:SetText(i["OKAY"]); --ChatFrame.xml --CinematicFrame.xml --ClassTrainerFrameTemplates.xml --CoinPickupFrame.xml CoinPickupOkayButton:SetText(i["OKAY"]); CoinPickupCancelButton:SetText(i["COINPICKUP_CANCEL"]); --ColorPickerFrame.xml --ColorPickerFrameHeader:SetText(i["COLOR_PICKER"]); ColorPickerCancelButton:SetText(i["CANCEL"]); ColorPickerOkayButton:SetText(i["OKAY"]); OpacitySliderFrameText:SetText(i["0%"]); OpacitySliderFrameText:SetText(i["100%"]); OpacityFrameSliderText:SetText(i["OPACITY"]); OpacityFrameSliderText:SetText(i["0%"]); OpacityFrameSliderText:SetText(i["100%"]); --CombatFeedback.xml --CombatLog.xml --ComboFrame.xml --ContainerFrame.xml --Cooldown.xml --DressUpFrame.xml DressUpFrameTitleText:SetText(i["DRESSUP_FRAME"]); DressUpFrameDescriptionText:SetText(i["DRESSUP_FRAME_INSTRUCTIONS"]); DressUpFrameCancelButton:SetText(i["CLOSE"]); DressUpFrameResetButton:SetText(i["RESET"]); --DurabilityFrame.xml --FadingFrame.xml --FloatingChatFrame.xml --FocusFrame.xml FocusFrameNumericalThreatValue:SetText(i["100%"]); TargetofFocusDeadText:SetText(i["DEAD"]); --FontStyles.xml --Fonts.xml --FriendsFrame.xml FriendsFrameToggleTab1:SetText(i["FRIENDS"]); FriendsFrameToggleTab2:SetText(i["IGNORE"]); FriendsFrameToggleTab3:SetText(i["MUTED"]); FriendsFrameAddFriendButton:SetText(i["ADD_FRIEND"]); FriendsFrameRemoveFriendButton:SetText(i["REMOVE_FRIEND"]); FriendsFrameSendMessageButton:SetText(i["SEND_MESSAGE"]); FriendsFrameGroupInviteButton:SetText(i["GROUP_INVITE"]); IgnoreFrameToggleTab1:SetText(i["FRIENDS"]); IgnoreFrameToggleTab2:SetText(i["IGNORE"]); IgnoreFrameToggleTab3:SetText(i["MUTED"]); FriendsFrameIgnorePlayerButton:SetText(i["IGNORE_PLAYER"]); FriendsFrameStopIgnoreButton:SetText(i["STOP_IGNORE"]); MutedFrameToggleTab1:SetText(i["FRIENDS"]); MutedFrameToggleTab2:SetText(i["IGNORE"]); MutedFrameToggleTab3:SetText(i["MUTED"]); FriendsFrameMutedPlayerButton:SetText(i["MUTE_PLAYER"]); FriendsFrameUnmuteButton:SetText(i["UNMUTE"]); WhoFrameColumnHeader1:SetText(i["NAME"]); WhoFrameColumnHeader3:SetText(i["LEVEL_ABBR"]); WhoFrameColumnHeader4:SetText(i["CLASS"]); WhoFrameGroupInviteButton:SetText(i["GROUP_INVITE"]); WhoFrameAddFriendButton:SetText(i["ADD_FRIEND"]); WhoFrameWhoButton:SetText(i["REFRESH"]); GuildFrameNotesLabel:SetText(i["GUILD_MOTD_LABEL"]); GuildFrameLFGButtonText:SetText(i["SHOW_OFFLINE_MEMBERS"]); GuildFrameColumnHeader1:SetText(i["NAME"]); GuildFrameColumnHeader2:SetText(i["ZONE"]); GuildFrameColumnHeader3:SetText(i["LEVEL_ABBR"]); GuildFrameColumnHeader4:SetText(i["CLASS"]); GuildFrameGuildStatusColumnHeader1:SetText(i["NAME"]); GuildFrameGuildStatusColumnHeader2:SetText(i["RANK"]); GuildFrameGuildStatusColumnHeader3:SetText(i["LABEL_NOTE"]); GuildFrameGuildStatusColumnHeader4:SetText(i["LASTONLINE"]); GuildFrameControlButton:SetText(i["GUILDCONTROL"]); GuildFrameAddMemberButton:SetText(i["ADDMEMBER"]); GuildFrameGuildInformationButton:SetText(i["GUILD_INFORMATION"]); --GuildControlPopupFrame:SetText(i["GUILDCONTROL_SELECTRANK"]); --GuildControlPopupFrame:SetText(i["GUILDCONTROL_ALLOWRANK"]); GuildControlWithdrawGoldText:SetText(i["GUILDCONTROL_WITHDRAW_GOLD"]); GuildControlWithdrawGoldAmountText:SetText(i["GOLD_PER_DAY"]); GuildControlPopupFrameCancelButton:SetText(i["CANCEL"]); GuildControlPopupAcceptButton:SetText(i["ACCEPT"]); GuildControlPopupFrameEditBox:SetText(i["GUILDCONTROL_RANKLABEL"]); GuildBankTabLabel:SetText(i["GUILDBANK_TAB_COLON"]); GuildControlTabPermissionsWithdrawItemsText:SetText(i["GUILDCONTROL_WITHDRAW_ITEMS"]); GuildBankTabPermissionsTab6:SetText(i["6"]); GuildBankTabPermissionsTab5:SetText(i["5"]); GuildBankTabPermissionsTab4:SetText(i["4"]); GuildBankTabPermissionsTab3:SetText(i["3"]); GuildBankTabPermissionsTab2:SetText(i["2"]); GuildBankTabPermissionsTab1:SetText(i["1"]); GuildInfoTitle:SetText(i["GUILD_INFORMATION"]); GuildInfoSaveButton:SetText(i["ACCEPT"]); GuildInfoCancelButton:SetText(i["CLOSE"]); GuildInfoGuildEventButton:SetText(i["GUILD_EVENT_LOG"]); GuildMemberDetailZoneLabel:SetText(i["ZONE_COLON"]); GuildMemberDetailRankLabel:SetText(i["RANK_COLON"]); GuildMemberDetailOnlineLabel:SetText(i["LAST_ONLINE_COLON"]); GuildMemberDetailNoteLabel:SetText(i["NOTE_COLON"]); GuildMemberDetailOfficerNoteLabel:SetText(i["OFFICER_NOTE_COLON"]); GuildMemberRemoveButton:SetText(i["REMOVE"]); GuildMemberGroupInviteButton:SetText(i["GROUP_INVITE"]); GuildEventLogTitle:SetText(i["GUILD_EVENT_LOG"]); GuildEventLogCancelButton:SetText(i["CLOSE"]); FriendsFrameTab1:SetText(i["FRIENDS"]); FriendsFrameTab2:SetText(i["WHO"]); FriendsFrameTab3:SetText(i["GUILD"]); FriendsFrameTab4:SetText(i["CHAT"]); FriendsFrameTab5:SetText(i["RAID"]); --GameMenuFrame.xml --GameMenuFrameHeader:SetText(i["MAIN_MENU"]); GameMenuButtonOptions:SetText(i["VIDEOOPTIONS_MENU"]); --GameMenuButtonSoundOptions:SetText(i["SOUNDOPTIONS_MENU"]); GameMenuButtonUIOptions:SetText(i["UIOPTIONS_MENU"]); GameMenuButtonMacOptions:SetText(i["MAC_OPTIONS"]); GameMenuButtonKeybindings:SetText(i["KEY_BINDINGS"]); GameMenuButtonMacros:SetText(i["MACROS"]); GameMenuButtonRatings:SetText(i["RATINGS_MENU"]); GameMenuButtonLogout:SetText(i["LOGOUT"]); GameMenuButtonQuit:SetText(i["EXIT_GAME"]); GameMenuButtonContinue:SetText(i["RETURN_TO_GAME"]); --GameTime.xml --GameTooltip.xml --GameTooltipTemplate.xml --GossipFrame.xml GossipFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]); GossipGreetingText:SetText(i["Filler Text"]); --GuildRegistrarFrame.xml AvailableServicesText:SetText(i["AVAILABLE_SERVICES"]); GuildRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]); GuildRegistrarButton1:SetText(i["GUILD_CHARTER_PURCHASE"]); GuildRegistrarButton2:SetText(i["GUILD_CHARTER_REGISTER"]); GuildRegistrarPurchaseText:SetText(i["GUILD_REGISTRAR_PURCHASE_TEXT"]); GuildRegistrarCostLabel:SetText(i["COSTS_LABEL"]); GuildRegistrarFrameCancelButton:SetText(i["CANCEL"]); GuildRegistrarFramePurchaseButton:SetText(i["PURCHASE"]); --HelpFrame.xml --HelpFrameCancelButtonTemplate:SetText(i["CANCEL"]); --HelpFrameHeader:SetText(i["HELP_FRAME_TITLE"]); HelpFrameGMTalkTitle:SetText(i["HELPFRAME_GMTALK_TITLE"]); HelpFrameGMTalkText1:SetText(i["HELPFRAME_GMTALK_TEXT1"]); HelpFrameGMTalkIssue1Header:SetText(i["HELPFRAME_GMTALK_ISSUE1_HEADER"]); HelpFrameGMTalkIssue1:SetText(i["HELPFRAME_GMTALK_ISSUE1"]); HelpFrameGMTalkIssue2Header:SetText(i["HELPFRAME_GMTALK_ISSUE2_HEADER"]); HelpFrameGMTalkIssue2:SetText(i["HELPFRAME_GMTALK_ISSUE2"]); HelpFrameGMTalkIssue3Header:SetText(i["HELPFRAME_GMTALK_ISSUE3_HEADER"]); HelpFrameGMTalkIssue3:SetText(i["HELPFRAME_GMTALK_ISSUE3"]); HelpFrameGMTalkPvpPolicyUrl:SetText(i["PVP_POLICY_URL"]); HelpFrameGMTalkText2:SetText(i["HELPFRAME_GMTALK_TEXT2"]); HelpFrameGMTalkOpenTicket:SetText(i["HELP_TICKET_OPEN"]); HelpFrameReportIssueTitle:SetText(i["HELPFRAME_REPORTISSUE_TITLE"]); HelpFrameReportIssueText1:SetText(i["HELPFRAME_REPORTISSUE_TEXT1"]); HelpFrameReportIssueBulletTitle1:SetText(i["HELPFRAME_REPORTISSUE_BULLET_TITLE1"]); HelpFrameReportIssueText2:SetText(i["HELPFRAME_REPORTISSUE_TEXT2"]); HelpFrameReportIssueOpenTicket:SetText(i["HELP_TICKET_OPEN"]); HelpFrameStuckTitle:SetText(i["HELPFRAME_STUCK_TITLE"]); HelpFrameStuckText1:SetText(i["HELPFRAME_STUCK_TEXT1"]); HelpFrameStuckStuck:SetText(i["STUCK_BUTTON_TEXT"]); HelpFrameStuckOpenTicket:SetText(i["HELP_TICKET_OPEN"]); HelpFrameOpenTicketLabel:SetText(i["HELPFRAME_OPENTICKET_TEXT"]); HelpFrameOpenTicketSubmit:SetText(i["SUBMIT"]); HelpFrameWelcomeTitle:SetText(i["HELPFRAME_WELCOME_TITLE"]); HelpFrameWelcomeText1:SetText(i["HELPFRAME_WELCOME_TEXT1"]); HelpFrameWelcomeGMTalk:SetText(i["KBASE_GMTALK"]); HelpFrameWelcomeReportIssue:SetText(i["KBASE_REPORTISSUE"]); HelpFrameWelcomeStuck:SetText(i["KBASE_CHARSTUCK"]); --HonorFrame.xml HonorLevelText:SetText(i["Level level race class"]); HonorFrameCurrentSessionTitle:SetText(i["HONOR_THIS_SESSION"]); HonorFrameYesterdayTitle:SetText(i["HONOR_YESTERDAY"]); HonorFrameThisWeekTitle:SetText(i["HONOR_THISWEEK"]); HonorFrameLastWeekTitle:SetText(i["HONOR_LASTWEEK"]); HonorFrameLifeTimeTitle:SetText(i["HONOR_LIFETIME"]); --HonorFrameTemplates.xml --HonorFrameHKButtonTemplateText:SetText(i["HONORABLE_KILLS"]); --HonorFrameDKButtonTemplateText:SetText(i["DISHONORABLE_KILLS"]); --HonorFrameContributionButtonTemplateText:SetText(i["HONOR_CONTRIBUTION_POINTS"]); --HonorFrameStandingButtonTemplateText:SetText(i["HONOR_STANDING"]); --HonorFrameRankButtonTemplateText:SetText(i["HONOR_HIGHEST_RANK"]); --HybridScrollFrame.xml --ItemButtonTemplate.xml --ItemRef.xml --ItemTextFrame.xml ItemTextPrevPageButton:SetText(i["PREV"]); ItemTextNextPageButton:SetText(i["NEXT"]); --KnowledgeBaseFrame.xml --KnowledgeBaseFrameHeader:SetText(i["KNOWLEDGEBASE_FRAME_TITLE"]); KnowledgeBaseMotdLabel:SetText(i["MOTD_COLON"]); KnowledgeBaseServerMessageLabel:SetText(i["SERVER_MESSAGE_COLON"]); KnowledgeBaseFrameTopIssuesButton:SetText(i["KBASE_TOP_ISSUES"]); GMChatOpenLog:SetText(i["GM_CHAT_OPEN"]); KnowledgeBaseFrameSearchButton:SetText(i["SEARCH"]); KnowledgeBaseArticleListFrameTitle:SetText(i["KBASE_TOP_ISSUES"]); KnowledgeBaseArticleListFrameCount:SetText(i["ARTICLE_COUNT"]); KnowledgeBaseArticleListFrameNextButtonText:SetText(i["NEXT"]); KnowledgeBaseArticleListFramePreviousButtonText:SetText(i["PREVIOUS"]); KnowledgeBaseArticleScrollChildFrameBackButton:SetText(i["BACK"]); KnowledgeBaseErrorFrameText:SetText(i["ERROR"]); KnowledgeBaseFrameGMTalk:SetText(i["KBASE_GMTALK"]); KnowledgeBaseFrameReportIssue:SetText(i["KBASE_REPORTISSUE"]); KnowledgeBaseFrameStuck:SetText(i["KBASE_CHARSTUCK"]); KnowledgeBaseFrameOpenTicketEdit:SetText(i["HELP_TICKET_EDIT"]); KnowledgeBaseFrameOpenTicketCancel:SetText(i["HELP_TICKET_ABANDON"]); --LFGFrame.xml LFGParentFrameTitle:SetText(i["LFM_TITLE"]); --LookingForGroupIcon:SetText(i["LOOKING_FOR_GROUP"]); LookingForGroupText:SetText(i["LOOKING_FOR_GROUP_TEXT"]); --LookingForMoreIcon:SetText(i["LOOKING_FOR_MORE"]); --LookingForMoreIcon:SetText(i["LOOKING_FOR_MORE_TEXT"]); LFGWizardFrameLFGButton:SetText(i["LOOK_FOR_GROUP"]); LFGWizardFrameLFMButton:SetText(i["LOOK_FOR_MORE"]); LFMFrameColumnHeader1:SetText(i["NAME"]); LFMFrameColumnHeader2:SetText(i["ZONE"]); LFMFrameColumnHeader3:SetText(i["LEVEL_ABBR"]); LFMFrameColumnHeader4:SetText(i["CLASS"]); LFMFrameGroupInviteButton:SetText(i["GROUP_INVITE"]); LFMFrameSendMessageButton:SetText(i["SEND_MESSAGE"]); LFMFrameSearchButton:SetText(i["REFRESH"]); LFGLabel1:SetText(i["LOOKING_FOR_GROUP_LABEL"]); LFGLabel2:SetText(i["LOOKING_FOR_GROUP_LABEL2"]); LFGLabel3:SetText(i["LOOKING_FOR_GROUP_LABEL2"]); LFGFrameDoneButton:SetText(i["CLOSE"]); LFGFrameClearAllButton:SetText(i["CLEAR_ALL"]); LFGParentFrameTab1:SetText(i["LFG_TITLE"]); LFGParentFrameTab2:SetText(i["LFM_TITLE"]); LFGCommentLabel:SetText(i["COMMENT"]); --Localization.xml --LocalizationPost.xml --LootFrame.xml --LootFramePortraitOverlay:SetText(i["ITEMS"]); LootFramePrev:SetText(i["PREV"]); LootFrameNext:SetText(i["NEXT"]); --GroupLootFrameTemplateName:SetText(i["Item Name"]); --MacOptionsFrame.xml --MacOptionsFrameHeader:SetText(i["MAC_OPTIONS"]); MacOptionsFrameResolutionDropDownLabel:SetText(i["RESOLUTION"]); MacOptionsFrameFramerateDropDownLabel:SetText(i["MOVIE_RECORDING_FRAMERATE"]); MacOptionsFrameCodecDropDownLabel:SetText(i["MOVIE_RECORDING_COMPRESSION"]); MacOptionsButtonCompress:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]); MacOptionsFrameText1:SetText(i["MOVIE_RECORDING_TIME"]); MacOptionsFrameText2:SetText(i["00:00:00"]); MacOptionsFrameText3:SetText(i["MOVIE_RECORDING_DATA_RATE"]); MacOptionsFrameCancel:SetText(i["CANCEL"]); MacOptionsFrameOkay:SetText(i["OKAY"]); MacOptionsFrameDefaults:SetText(i["DEFAULTS"]); MacOptionsButtonKeybindings:SetText(i["KEY_BINDINGS_MAC"]); --MacOptionsCompressFrameHeader:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]); MacOptionsCompressFrameDelete:SetText(i["DELETE"]); MacOptionsCompressFrameSkip:SetText(i["IGNORE"]); MacOptionsCompressFrameCompress:SetText(i["MOVIE_RECORDING_COMPRESSBUTTON"]); --MacOptionsCancelFrameHeader:SetText(i["CANCEL"]); MacOptionsCancelFrameQuestion:SetText(i["MOVIE_RECORDING_CANCEL_CONFIRMATION"]); MacOptionsCancelFrameNo:SetText(i["NO"]); MacOptionsCancelFrameYes:SetText(i["YES"]); --FolderPickerHeader:SetText(i["Folder..."]); FolderPickerButton01:SetText(i["YES"]); FolderPickerButton01Name:SetText(i["Player Name"]); --MailFrame.xml --MailItemTemplateSenderSubjectExpireTimeButtonCOD:SetText(i["CASH_ON_DELIVERY"]); InboxTitleText:SetText(i["INBOX"]); InboxPrevPageButton:SetText(i["PREV"]); InboxNextPageButton:SetText(i["NEXT"]); SendMailTitleText:SetText(i["SENDMAIL"]); SendMailNameEditBox:SetText(i["MAIL_TO_LABEL"]); --SendMailCostMoneyFrame:SetText(i["SEND_MAIL_COST"]); SendMailSubjectEditBox:SetText(i["MAIL_SUBJECT_LABEL"]); SendMailMoneyText:SetText(i["SEND_MONEY"]); SendMailCancelButton:SetText(i["CANCEL"]); SendMailMailButton:SetText(i["SEND_LABEL"]); MailFrameTab1:SetText(i["INBOX"]); MailFrameTab2:SetText(i["SENDMAIL"]); --StationeryPopupFrame:SetText(i["CHOOSE_STATIONERY"]); StationeryPopupCancelButton:SetText(i["CANCEL"]); StationeryPopupOkayButton:SetText(i["OKAY"]); OpenMailTitleText:SetText(i["OPENMAIL"]); OpenMailAttachmentText:SetText(i["TAKE_ATTACHMENTS"]); OpenMailSenderLabel:SetText(i["FROM"]); OpenMailSubjectLabel:SetText(i["MAIL_SUBJECT_LABEL"]); OpenMailReportSpamButton:SetText(i["REPORT_SPAM"]); OpenMailInvoiceItemLabel:SetText(i["ITEM_SOLD_COLON"]); OpenMailInvoicePurchaser:SetText(i["PURCHASED_BY_COLON"]); OpenMailInvoiceSalePrice:SetText(i["SALE_PRICE_COLON"]); OpenMailInvoiceDeposit:SetText(i["DEPOSIT_COLON"]); OpenMailInvoiceHouseCut:SetText(i["AUCTION_HOUSE_CUT_COLON"]); OpenMailInvoiceAmountReceived:SetText(i["AMOUNT_RECEIVED_COLON"]); OpenMailInvoiceNotYetSent:SetText(i["AUCTION_INVOICE_FUNDS_NOT_YET_SENT"]); --OpenMailDepositMoneyFrame:SetText(i["+"]); --OpenMailHouseCutMoneyFrame:SetText(i["-"]); OpenMailCancelButton:SetText(i["CLOSE"]); OpenMailDeleteButton:SetText(i["DELETE"]); OpenMailReplyButton:SetText(i["REPLY_MESSAGE"]); --MainMenuBar.xml --MainMenuBarBagButtons.xml --MainMenuBarMicroButtons.xml --MerchantFrame.xml --MerchantItemTemplateName:SetText(i["Item Name"]); MerchantNameText:SetText(i["Merchant Name"]); MerchantPageText:SetText(i["Page"]); MerchantRepairText:SetText(i["REPAIR_ITEMS"]); MerchantBuyBackItemName:SetText(i["Item Name"]); MerchantPrevPageButton:SetText(i["PREV"]); MerchantNextPageButton:SetText(i["NEXT"]); MerchantFrameTab1:SetText(i["MERCHANT"]); MerchantFrameTab2:SetText(i["BUYBACK"]); --MinigameFrame.xml --Minimap.xml --MirrorTimer.xml --MoneyFrame.xml --MoneyInputFrame.xml --MovieFrame.xml --MovieRecordingProgress.xml MovieProgressBarText:SetText(i["Compressing"]); --MultiActionBars.xml --OpacitySliderFrame.xml OpacitySliderFrameText:SetText(i["LOW"]); OpacitySliderFrameText:SetText(i["HIGH"]); --OptionsFrameTemplates.xml --OptionsFrameTemplateHeaderText:SetText(i["OPTIONS"]); --OptionsPanelTemplates.xml --OptionsSliderTemplateLow:SetText(i["LOW"]); --OptionsSliderTemplateHigh:SetText(i["HIGH"]); --PVPFrame.xml --PVPFramePortrait:SetText(i["PLAYER_V_PLAYER"]); --PVPFramePortraitBackgroundBlackFilterOffSeasonText:SetText(i["CANHAZDUMMYTEXT"]); --PVPFramePortraitBackgroundBlackFilterOffSeasonCloseButtonHonorLabel:SetText(i["PVP_LABEL_HONOR"]); --PVPFramePortraitBackgroundBlackFilterOffSeasonCloseButtonHonorPoints:SetText(i["12,123,213"]); PVPFrameArenaLabel:SetText(i["PVP_LABEL_ARENA"]); PVPFrameArenaPoints:SetText(i["12,123,213"]); PVPHonorKillsLabel:SetText(i["KILLS_PVP"]); PVPHonorHonorLabel:SetText(i["HONOR"]); PVPHonorTodayLabel:SetText(i["HONOR_TODAY"]); PVPHonorYesterdayLabel:SetText(i["HONOR_YESTERDAY"]); PVPHonorLifetimeLabel:SetText(i["HONOR_LIFETIME"]); PVPHonorLifetimeHonor:SetText(i["-"]); --PVPTeam3ToggleButtonToggleButton:SetText(i["Show Season Stats"]); PVPTeamDetailsGamesLabel:SetText(i["GAMES"]); PVPTeamDetailsGames:SetText(i["45"]); PVPTeamDetailsWinLossLabel:SetText(i["WIN_LOSS"]); PVPTeamDetailsRankLabel:SetText(i["RANK"]); PVPTeamDetailsRatingLabel:SetText(i["ARENA_TEAM_RATING"]); PVPTeamDetailsFrameColumnHeader1:SetText(i["NAME"]); PVPTeamDetailsFrameColumnHeader2:SetText(i["CLASS"]); PVPTeamDetailsFrameColumnHeader3:SetText(i["PLAYED"]); PVPTeamDetailsFrameColumnHeader4:SetText(i["WIN_LOSS"]); PVPTeamDetailsFrameColumnHeader5:SetText(i["RATING"]); PVPTeamDetailsAddTeamMember:SetText(i["ADDMEMBER_TEAM"]); --PVPFrameTemplates.xml --PVPTeamDataTemplateRatingLabel:SetText(i["ARENA_TEAM_RATING"]); --PVPTeamDataTemplateTypeLabel:SetText(i["ARENA_THIS_WEEK"]); --PVPTeamDataTemplateGamesLabel:SetText(i["GAMES"]); --PVPTeamDataTemplateWinLossLabel:SetText(i["WIN_LOSS"]); --PVPTeamDataTemplatePlayedLabel:SetText(i["PLAYED"]); --PaperDollFrame.xml CharacterLevelText:SetText(i["Level level race class"]); CharacterTitleText:SetText(i["title of the player"]); MagicResText1:SetText(i["X"]); MagicResText2:SetText(i["X"]); MagicResText3:SetText(i["X"]); MagicResText4:SetText(i["X"]); MagicResText5:SetText(i["X"]); --PartyFrame.xml --PartyFrameTemplates.xml --PetActionBarFrame.xml --PetFrame.xml --PetPaperDollFrame.xml PetLevelText:SetText(i["Level level race class"]); PetPaperDollCloseButton:SetText(i["CLOSE"]); PetMagicResText1:SetText(i["X"]); PetMagicResText2:SetText(i["X"]); PetMagicResText3:SetText(i["X"]); PetMagicResText4:SetText(i["X"]); PetMagicResText5:SetText(i["X"]); CompanionSummonButton:SetText(i["SUMMON"]); PetPaperDollFrameTab1:SetText(i["PET"]); PetPaperDollFrameTab2:SetText(i["COMPANIONS"]); PetPaperDollFrameTab3:SetText(i["MOUNTS"]); --PetPopup.xml --PetRenamePopup:SetText(i["PET_RENAME_LABEL"]); --PetRenamePopupAcceptButton:SetText(i["ACCEPT"]); --PetRenamePopupCancelButton:SetText(i["CANCEL"]); --PetStable.xml PetStableTitleLabel:SetText(i["STABLES"]); PetStableLevelText:SetText(i["Bobby The Fleshripper (Level 99 Raptor)"]); PetStableSlotText:SetText(i["STABLE_SLOT_TEXT"]); PetStableCostLabel:SetText(i["COSTS_LABEL"]); PetStableCurrentPet:SetText(i["CURRENT_PET"]); PetStableStabledPet2:SetText(i["STABLED_PETS"]); PetStablePurchaseButton:SetText(i["PURCHASE"]); --PetitionFrame.xml PetitionFrameMemberTitle:SetText(i["MEMBERS"]); PetitionFrameCancelButton:SetText(i["CLOSE"]); PetitionFrameSignButton:SetText(i["SIGN_CHARTER"]); PetitionFrameRequestButton:SetText(i["REQUEST_SIGNATURE"]); PetitionFrameRenameButton:SetText(i["RENAME_GUILD"]); --PlayerFrame.xml --QuestFrame.xml QuestFrameNpcNameText:SetText(i["Title Text"]); QuestFrameCancelButton:SetText(i["CANCEL"]); QuestFrameCompleteQuestButton:SetText(i["COMPLETE_QUEST"]); QuestRewardRewardTitleText:SetText(i["QUEST_REWARDS"]); QuestRewardItemChooseText:SetText(i["REWARD_CHOOSE"]); QuestFrameGoodbyeButton:SetText(i["CANCEL"]); QuestFrameCompleteButton:SetText(i["CONTINUE"]); QuestProgressTitleText:SetText(i["Quest Title"]); QuestProgressRequiredItemsText:SetText(i["TURN_IN_ITEMS"]); QuestProgressRequiredMoneyText:SetText(i["REQUIRED_MONEY"]); QuestFrameDeclineButton:SetText(i["DECLINE"]); QuestFrameAcceptButton:SetText(i["ACCEPT"]); QuestDetailObjectiveTitleText:SetText(i["QUEST_OBJECTIVES"]); QuestDetailRewardTitleText:SetText(i["QUEST_REWARDS"]); QuestDetailItemChooseText:SetText(i["REWARD_CHOICES"]); QuestDetailItemReceiveText:SetText(i["Reward receive text"]); QuestFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]); GreetingText:SetText(i["Filler Text"]); CurrentQuestsText:SetText(i["CURRENT_QUESTS"]); AvailableQuestsText:SetText(i["AVAILABLE_QUESTS"]); --QuestFrameTemplates.xml --QuestHonorFrameTemplateHonorReceiveText:SetText(i["BONUS_HONOR"]); --QuestTalentFrameTemplateTalentReceiveText:SetText(i["BONUS_TALENTS"]); --QuestPlayerTitleFrameTemplateTitleLabel:SetText(i["REWARD_TITLE"]); --QuestLogFrame.xml --AchievementProgressBarTemplateText:SetText(i["700/700"]); QuestLogTitleText:SetText(i["QUEST_LOG"]); QuestLogCollapseAllButton:SetText(i["ALL"]); QuestLogTrackTitle:SetText(i["TRACK_QUEST"]); QuestLogNoQuestsText:SetText(i["QUESTLOG_NO_QUESTS_TEXT"]); QuestLogFrameAbandonButton:SetText(i["ABANDON_QUEST"]); QuestFrameExitButton:SetText(i["EXIT"]); QuestFramePushQuestButton:SetText(i["SHARE_QUEST"]); QuestLogQuestTitle:SetText(i["Quest title"]); QuestLogRequiredMoneyText:SetText(i["REQUIRED_MONEY"]); QuestLogDescriptionTitle:SetText(i["QUEST_DESCRIPTION"]); QuestLogRewardTitleText:SetText(i["QUEST_REWARDS"]); QuestLogItemChooseText:SetText(i["REWARD_CHOICES"]); --QuestTimerFrame.xml --QuestTimerHeader:SetText(i["QUEST_TIMERS"]); --RaidFrame.xml RaidFrameRaidDescription:SetText(i["RAID_DESCRIPTION"]); RaidFrameConvertToRaidButton:SetText(i["CONVERT_TO_RAID"]); RaidFrameRaidInfoButton:SetText(i["RAID_INFO"]); RaidInfoHeader:SetText(i["RAID_INFORMATION"]); RaidInfoSubheader:SetText(i["RAID_INFO_DESC"]); RaidInfoInstanceLabel:SetText(i["INSTANCE"]); RaidInfoIDLabel:SetText(i["ID"]); --RaidWarning.xml --RatingMenuFrame.xml --RatingMenuFrameHeader:SetText(i["RATINGS_MENU"]); RatingMenuFrameText:SetText(i["RATINGS_TEXT"]); RatingMenuButtonOkay:SetText(i["OKAY"]); --ReadyCheck.xml ReadyCheckFrameYesButton:SetText(i["YES"]); ReadyCheckFrameNoButton:SetText(i["NO"]); --ReputationFrame.xml --ReputationBarTemplateExpandOrCollapseButtonHighlightReputationBarFactionStanding:SetText(i["Revered"]); ReputationFrameFactionLabel:SetText(i["FACTION"]); ReputationFrameStandingLabel:SetText(i["STANDING"]); --RuneFrame.xml --SecureHandlerTemplates.xml --SecureTemplates.xml --SkillFrame.xml SkillFrameCancelButton:SetText(i["CLOSE"]); --SparkleFrame.xml --SpellBookFrame.xml SpellBookTitleText:SetText(i["SPELLBOOK"]); SpellBookPrevPageButton:SetText(i["PREV"]); SpellBookNextPageButton:SetText(i["NEXT"]); --StackSplitFrame.xml StackSplitOkayButton:SetText(i["OKAY"]); StackSplitCancelButton:SetText(i["CANCEL"]); --StaticPopup.xml --StatsFrame.xml --TabardFrame.xml TabardFrameGreetingText:SetText(i["TABARDVENDORGREETING"]); TabardFrameCostLabel:SetText(i["TABARDVENDORCOST"]); TabardFrameAcceptButton:SetText(i["ACCEPT"]); TabardFrameCancelButton:SetText(i["CANCEL"]); --TargetFrame.xml TargetDeadText:SetText(i["DEAD"]); TargetFrameNumericalThreatValue:SetText(i["100%"]); TargetofTargetDeadText:SetText(i["DEAD"]); --TaxiFrame.xml --TextStatusBar.xml --TicTacToeFrame.xml --TicTacToeFrameTitleText:SetText(i["DRESSUP_FRAME"]); --TicTacToeFrameDescriptionText:SetText(i["DRESSUP_FRAME_INSTRUCTIONS"]); --TotemFrame.xml --TradeFrame.xml --TradeItemTemplateName:SetText(i["Item Name"]); TradeFrameRecipientNameText:SetText(i["Player Name"]); TradeFramePlayerNameText:SetText(i["Recipient Name"]); TradeFramePlayerEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]); TradeFrameRecipientEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]); TradeFrameTradeButton:SetText(i["TRADE"]); TradeFrameTradeButton:SetText(i["TRADE"]); TradeFrameCancelButton:SetText(i["CANCEL"]); TradeFrameCancelButton:SetText(i["CANCEL"]); --TutorialFrame.xml TutorialFrameCheckboxText:SetText(i["ENABLE_TUTORIAL_TEXT"]); TutorialFrameOkayButton:SetText(i["OKAY"]); --UIDropDownMenu.xml --UIDropDownMenuTemplates.xml --UIErrorsFrame.xml --UIMenu.xml --UIOptionsFrame.xml InterfaceOptionsFrameHeaderText:SetText(i["UIOPTIONS_MENU"]); InterfaceOptionsFrameCancel:SetText(i["CANCEL"]); InterfaceOptionsFrameOkay:SetText(i["OKAY"]); InterfaceOptionsFrameDefaults:SetText(i["DEFAULTS"]); InterfaceOptionsFrameTab1:SetText(i["GAME"]); InterfaceOptionsFrameTab2:SetText(i["ADDONS"]); --UIOptionsPanels.xml InterfaceOptionsControlsPanelTitle:SetText(i["CONTROLS_LABEL"]); InterfaceOptionsControlsPanelSubText:SetText(i["CONTROLS_SUBTEXT"]); --InterfaceOptionsControlsPanelTitleSubTextStickyTargetingAutoDismountAutoClearAFKBlockTradesLootAtMouseAutoLootCorpseAutoLootKeyDropDownLabel:SetText(i["AUTO_LOOT_KEY_TEXT"]); InterfaceOptionsCombatPanelTitle:SetText(i["COMBAT_LABEL"]); InterfaceOptionsCombatPanelSubText:SetText(i["COMBAT_SUBTEXT"]); --InterfaceOptionsCombatPanelTitleSubTextAttackOnAssistAutoRangeStopAutoAttackNameplateClassColorsAutoSelfCastSelfCastKeyDropDownLabel:SetText(i["AUTO_SELF_CAST_KEY_TEXT"]); --InterfaceOptionsCombatPanelTitleSubTextAttackOnAssistAutoRangeStopAutoAttackNameplateClassColorsAutoSelfCastSelfCastKeyDropDownEnemyCastBarsLabel:SetText(i["SHOW_ENEMY_CAST"]); --InterfaceOptionsCombatPanelTitleSubTextAttackOnAssistAutoRangeStopAutoAttackNameplateClassColorsAutoSelfCastSelfCastKeyDropDownEnemyCastBarsOnPortraitOnNameplatesTargetOfTargetTOTDropDownFocusCastKeyDropDownLabel:SetText(i["FOCUS_CAST_KEY_TEXT"]); InterfaceOptionsDisplayPanelTitle:SetText(i["DISPLAY_LABEL"]); InterfaceOptionsDisplayPanelSubText:SetText(i["DISPLAY_SUBTEXT"]); --InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayLabel:SetText(i["AGGRO_WARNING_DISPLAY"]); --InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayShowAggroPercentageWorldPVPObjectiveDisplayLabel:SetText(i["WORLD_PVP_DISPLAY"]); InterfaceOptionsQuestsPanelTitle:SetText(i["QUESTS_LABEL"]); InterfaceOptionsQuestsPanelSubText:SetText(i["QUESTS_SUBTEXT"]); InterfaceOptionsSocialPanelTitle:SetText(i["SOCIAL_LABEL"]); InterfaceOptionsSocialPanelSubText:SetText(i["SOCIAL_SUBTEXT"]); InterfaceOptionsActionBarsPanelTitle:SetText(i["ACTIONBARS_LABEL"]); InterfaceOptionsActionBarsPanelSubText:SetText(i["ACTIONBARS_SUBTEXT"]); InterfaceOptionsNamesPanelTitle:SetText(i["NAMES_LABEL"]); InterfaceOptionsNamesPanelSubText:SetText(i["NAMES_SUBTEXT"]); InterfaceOptionsCombatTextPanelTitle:SetText(i["COMBATTEXT_LABEL"]); InterfaceOptionsCombatTextPanelSubText:SetText(i["COMBATTEXT_SUBTEXT"]); --InterfaceOptionsCombatTextPanelTitleSubTextTargetDamagePeriodicDamagePetDamageHealingEnableFCTFCTDropDownLabel:SetText(i["MODE"]); InterfaceOptionsStatusTextPanelTitle:SetText(i["STATUSTEXT_LABEL"]); InterfaceOptionsStatusTextPanelSubText:SetText(i["STATUSTEXT_SUBTEXT"]); InterfaceOptionsPartyRaidPanelTitle:SetText(i["PARTYRAID_LABEL"]); InterfaceOptionsPartyRaidPanelSubText:SetText(i["PARTYRAID_SUBTEXT"]); InterfaceOptionsCameraPanelTitle:SetText(i["CAMERA_LABEL"]); InterfaceOptionsCameraPanelSubText:SetText(i["CAMERA_SUBTEXT"]); --InterfaceOptionsCameraPanelTitleSubTextStyleDropDownLabel:SetText(i["CAMERA_FOLLOWING_STYLE"]); InterfaceOptionsMousePanelTitle:SetText(i["MOUSE_LABEL"]); InterfaceOptionsMousePanelSubText:SetText(i["MOUSE_SUBTEXT"]); --InterfaceOptionsMousePanelTitleSubTextInvertMouseClickToMoveMouseSensitivitySliderMouseLookSpeedSliderClickMoveStyleDropDownLabel:SetText(i["CLICK_CAMERA_STYLE"]); InterfaceOptionsHelpPanelTitle:SetText(i["HELP_LABEL"]); InterfaceOptionsHelpPanelSubText:SetText(i["HELP_SUBTEXT"]); InterfaceOptionsHelpPanelResetTutorials:SetText(i["RESET_TUTORIALS"]); InterfaceOptionsLanguagesPanelTitle:SetText(i["LANGUAGES_LABEL"]); InterfaceOptionsLanguagesPanelSubText:SetText(i["LANGUAGES_SUBTEXT"]); --InterfaceOptionsLanguagesPanelTitleSubTextLocaleDropDownLabel:SetText(i["LOCALE_INFORMATION"]); --UIPanelTemplates.xml --UIParent.xml --UnitFrame.xml --UnitPopup.xml --VehicleMenuBar.xml --VideoOptionsFrame.xml VideoOptionsFrameApply:SetText(i["APPLY"]); VideoOptionsFrameCancel:SetText(i["CANCEL"]); VideoOptionsFrameOkay:SetText(i["OKAY"]); VideoOptionsFrameDefaults:SetText(i["DEFAULTS"]); --VideoOptionsPanels.xml VideoOptionsResolutionPanelTitle:SetText(i["RESOLUTION_LABEL"]); VideoOptionsResolutionPanelSubText:SetText(i["RESOLUTION_SUBTEXT"]); --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownLabel:SetText(i["RESOLUTION"]); --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownLabel:SetText(i["REFRESH_RATE"]); --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownMultiSampleDropDownLabel:SetText(i["MULTISAMPLE"]); VideoOptionsEffectsPanelTitle:SetText(i["EFFECTS_LABEL"]); VideoOptionsEffectsPanelSubText:SetText(i["EFFECTS_SUBTEXT"]); --VideoOptionsEffectsPanelTitleSubTextQualityLabel:SetText(i["LOW"]); --VideoOptionsEffectsPanelTitleSubTextQualitySubText:SetText(i["This is a description of what happens when you set the quality slider to its Low setting."]); --VideoOptionsEffectsPanelTitleSubTextQualityQualitySliderCustom:SetText(i["CUSTOM"]); VideoOptionsStereoPanelTitle:SetText(i["STEREO_VIDEO_LABEL"]); VideoOptionsStereoPanelSubText:SetText(i["STEREO_VIDEO_SUBTEXT"]); --VoiceChat.xml --WorldFrame.xml FramerateLabel:SetText(i["FRAMERATE_LABEL"]); --WorldMapFrame.xml --WorldMapFrameTexture12:SetText(i["WORLD_MAP"]); --WorldMapContinentDropDown:SetText(i["CONTINENT"]); --WorldMapZoneDropDown:SetText(i["ZONE"]); --WorldMapZoneMinimapDropDown:SetText(i["BATTLEFIELD_MINIMAP"]); --WorldMapZoomOutButton:SetText(i["ZOOM_OUT"]); --WorldMapLevelDropDown:SetText(i["FLOOR"]); --WorldMapMagnifyingGlassButton:SetText(i["ZOOM_OUT_BUTTON_TEXT"]); --WorldMapFrameAreaLabel:SetText(i["BLAH!"]); --WorldMapFrameTemplates.xml --WorldStateFrame.xml WorldStateScoreFrameLabel:SetText(i["BATTLEFIELDS"]); WorldStateScoreFrameTimerLabel:SetText(i["TIME_TO_PORT"]); WorldStateScoreFrameTab1:SetText(i["ALL"]); WorldStateScoreFrameTab2:SetText(i["FACTION_ALLIANCE"]); WorldStateScoreFrameTab3:SetText(i["FACTION_HORDE"]); WorldStateScoreFrameLeaveButton:SetText(i["LEAVE_BATTLEGROUND"]); --ZoneText.xml