| 1 | local i=CzWoW_interface;
|
|---|
| 2 | local n=CzWoW_interface_entoname;
|
|---|
| 3 |
|
|---|
| 4 | CzWoW_MAIN_MENU:SetText(i["MAIN_MENU"]);
|
|---|
| 5 |
|
|---|
| 6 | -- for index, value in pairs(OptionsFrameSliders) do
|
|---|
| 7 | -- value.text = i[n[value.text]];
|
|---|
| 8 | --value.tooltipText = i[n[value.tooltipText]];
|
|---|
| 9 | -- end;
|
|---|
| 10 | --OptionsFrame end
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | -- for index, value in pairs(SoundOptionsFrameSliders) do
|
|---|
| 14 | -- value.text = i[n[value.text]];
|
|---|
| 15 | --value.tooltipText = i[n[value.tooltipText]];
|
|---|
| 16 | -- end;
|
|---|
| 17 | --SoundOptionsFrame end
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | for index, value in pairs(uvarInfo) do
|
|---|
| 21 | --value.text = i[n[value.text]];
|
|---|
| 22 | value.event = i[n[value.event]];
|
|---|
| 23 | end;
|
|---|
| 24 | --UI Options end
|
|---|
| 25 |
|
|---|
| 26 | --hooksecurefunc(GameTooltip, "SetOwner", function(a, object) DEFAULT_CHAT_FRAME:AddMessage(object:GetName()); end);
|
|---|
| 27 |
|
|---|
| 28 | --GameTooltipFrame begin
|
|---|
| 29 | local oldTooltipSetText=GameTooltip["SetText"];
|
|---|
| 30 | GameTooltip["SetText"]=function(object, text, r, g, b, alphaValue, textWrap)
|
|---|
| 31 | if type(n[text])=="string" then
|
|---|
| 32 | text=i[n[text]];
|
|---|
| 33 | end
|
|---|
| 34 | oldTooltipSetText(object, text, r, g, b, alphaValue, textWrap);
|
|---|
| 35 | end
|
|---|
| 36 | --hooksecurefunc(GameTooltip, "SetText", TooltipSetText);
|
|---|
| 37 |
|
|---|
| 38 | --GameTooltipFrame end
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | --Set global var with CZ texts
|
|---|
| 42 | for index, value in pairs(i) do
|
|---|
| 43 | setglobal(index,i[index]);
|
|---|
| 44 | end
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | --ActionBarFrame.xml
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | --ActionButtonTemplate.xml
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 | --AlertFrames.xml
|
|---|
| 55 |
|
|---|
| 56 | --AchievementAlertFrameTemplateUnlocked:SetText(i["ACHIEVEMENT_UNLOCKED"]);
|
|---|
| 57 | --AchievementAlertFrameTemplateName:SetText(i["For the Alliance!"]);
|
|---|
| 58 |
|
|---|
| 59 | --ArenaFrame.xml
|
|---|
| 60 |
|
|---|
| 61 | ArenaFrameFrameLabel:SetText(i["ARENA_BATTLES"]);
|
|---|
| 62 | ArenaFrameNameHeader:SetText(i["ARENA_RATED_BATTLE"]);
|
|---|
| 63 | ArenaFrameZoneDescription:SetText(i["ARENA_MASTER_TEXT"]);
|
|---|
| 64 | ArenaFrameNameHeader2:SetText(i["ARENA_PRACTICE_BATTLE"]);
|
|---|
| 65 | ArenaFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 66 | ArenaFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]);
|
|---|
| 67 | ArenaFrameGroupJoinButton:SetText(i["BATTLEFIELD_GROUP_JOIN"]);
|
|---|
| 68 |
|
|---|
| 69 | --ArenaRegistrarFrame.xml
|
|---|
| 70 |
|
|---|
| 71 | AvailableServicesText:SetText(i["ARENA_CHARTER_PURCHASE"]);
|
|---|
| 72 | RegistrationText:SetText(i["ARENA_CHARTER_TURN_IN"]);
|
|---|
| 73 | ArenaRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]);
|
|---|
| 74 | ArenaRegistrarButton1:SetText(i["ARENA_TEAM_2V2"]);
|
|---|
| 75 | ArenaRegistrarButton2:SetText(i["ARENA_TEAM_3V3"]);
|
|---|
| 76 | ArenaRegistrarButton3:SetText(i["ARENA_TEAM_5V5"]);
|
|---|
| 77 | ArenaRegistrarButton4:SetText(i["ARENA_TEAM_2V2"]);
|
|---|
| 78 | ArenaRegistrarButton5:SetText(i["ARENA_TEAM_3V3"]);
|
|---|
| 79 | ArenaRegistrarButton6:SetText(i["ARENA_TEAM_5V5"]);
|
|---|
| 80 | ArenaRegistrarPurchaseText:SetText(i["ARENA_REGISTRAR_PURCHASE_TEXT"]);
|
|---|
| 81 | ArenaRegistrarCostLabel:SetText(i["COSTS_LABEL"]);
|
|---|
| 82 | ArenaRegistrarFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 83 | ArenaRegistrarFramePurchaseButton:SetText(i["PURCHASE"]);
|
|---|
| 84 | PVPBannerFrameGreetingText:SetText(i["ARENA_BANNER_VENDOR_GREETING"]);
|
|---|
| 85 | PVPColorPickerButton1:SetText(i["EMBLEM_SYMBOL_COLOR"]);
|
|---|
| 86 | PVPColorPickerButton2:SetText(i["EMBLEM_BORDER_COLOR"]);
|
|---|
| 87 | PVPColorPickerButton3:SetText(i["EMBLEM_BACKGROUND"]);
|
|---|
| 88 | PVPBannerFrameCancelButton:SetText(i["CLOSE"]);
|
|---|
| 89 | PVPBannerFrameSaveButton:SetText(i["SAVE"]);
|
|---|
| 90 | PVPBannerFrameAcceptButton:SetText(i["ACCEPT"]);
|
|---|
| 91 | PVPBannerFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 92 |
|
|---|
| 93 | --AudioOptionsFrame.xml
|
|---|
| 94 |
|
|---|
| 95 | AudioOptionsFrameCancel:SetText(i["CANCEL"]);
|
|---|
| 96 | AudioOptionsFrameOkay:SetText(i["OKAY"]);
|
|---|
| 97 | AudioOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
|---|
| 98 |
|
|---|
| 99 | --AudioOptionsPanels.xml
|
|---|
| 100 |
|
|---|
| 101 | AudioOptionsSoundPanelTitle:SetText(i["SOUND_LABEL"]);
|
|---|
| 102 | AudioOptionsSoundPanelSubText:SetText(i["SOUND_SUBTEXT"]);
|
|---|
| 103 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownLabel:SetText(i["GAME_SOUND_OUTPUT"]);
|
|---|
| 104 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeLabel:SetText(i["SOUND_VOLUME"]);
|
|---|
| 105 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeMusicVolumeLabel:SetText(i["MUSIC_VOLUME"]);
|
|---|
| 106 | --AudioOptionsSoundPanelTitleSubTextEnableSoundPlaybackSoundEffectsErrorSpeechEmoteSoundsMusicLoopMusicAmbientSoundsSoundInBGReverbHRTFEnableDSPsSoundQualityHardwareHardwareDropDownSoundChannelsUseHardwareVolumeMasterVolumeSoundVolumeMusicVolumeAmbienceVolumeLabel:SetText(i["AMBIENCE_VOLUME"]);
|
|---|
| 107 | AudioOptionsVoicePanelTitle:SetText(i["VOICE_LABEL"]);
|
|---|
| 108 | AudioOptionsVoicePanelSubText:SetText(i["VOICE_SUBTEXT"]);
|
|---|
| 109 | --AudioOptionsVoicePanelTitleSubTextDisabledMessageText:SetText(i["VOICECHAT_DISABLED"]);
|
|---|
| 110 | --AudioOptionsVoicePanelTitleSubTextDisabledMessageEnableVoiceTalkingEnableMicrophoneInputDeviceDropDownMicrophoneVolumeMicTestText:SetText(i["VOICE_MICROPHONE_TEST"]);
|
|---|
| 111 | --PlayLoopbackSoundButtonBindingChatModeDropDownLabel:SetText(i["VOICE_CHAT_MODE"]);
|
|---|
| 112 | --PlayLoopbackSoundButtonBindingChatModeDropDownChatMode1Label:SetText(i["KEY_BINDING"]);
|
|---|
| 113 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownLabel:SetText(i["VOICE_CHAT_OUTPUT_DEVICE"]);
|
|---|
| 114 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioLabel:SetText(i["VOICE_GAME_DUCKING"]);
|
|---|
| 115 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioDescription:SetText(i["VOICE_CHAT_AUDIO_DUCKING"]);
|
|---|
| 116 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioOff:SetText(i["OFF"]);
|
|---|
| 117 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioNormal:SetText(i["VOICE_CHAT_NORMAL"]);
|
|---|
| 118 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeLabel:SetText(i["SOUND_VOLUME"]);
|
|---|
| 119 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeMusicFadeLabel:SetText(i["MUSIC_VOLUME"]);
|
|---|
| 120 | --AudioOptionsVoicePanelVoiceActivateSliderListeningOutputDeviceDropDownSpeakerVolumeAudioSoundFadeMusicFadeAmbienceFadeLabel:SetText(i["AMBIENCE_VOLUME"]);
|
|---|
| 121 |
|
|---|
| 122 | --BankFrame.xml
|
|---|
| 123 |
|
|---|
| 124 | BankFrameTitleText:SetText(i["ITEMSLOTTEXT"]);
|
|---|
| 125 | BankFrameTitleText:SetText(i["BAGSLOTTEXT"]);
|
|---|
| 126 | --BankFramePurchaseInfo:SetText(i["BANKSLOTPURCHASE_LABEL"]);
|
|---|
| 127 | BankFrameSlotCost:SetText(i["COSTS_LABEL"]);
|
|---|
| 128 | BankFramePurchaseButton:SetText(i["BANKSLOTPURCHASE"]);
|
|---|
| 129 |
|
|---|
| 130 | --BasicControls.xml
|
|---|
| 131 |
|
|---|
| 132 | --DialogBoxFrameButtonButton:SetText(i["OKAY"]);
|
|---|
| 133 |
|
|---|
| 134 | --BattlefieldFrame.xml
|
|---|
| 135 |
|
|---|
| 136 | BattlefieldFrameFrameLabel:SetText(i["BATTLEFIELDS"]);
|
|---|
| 137 | BattlefieldFrameNameHeader:SetText(i["BATTLEFIELD_NAME"]);
|
|---|
| 138 | BattlefieldFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 139 | BattlefieldFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]);
|
|---|
| 140 | BattlefieldFrameGroupJoinButton:SetText(i["BATTLEFIELD_GROUP_JOIN"]);
|
|---|
| 141 |
|
|---|
| 142 | --Bindings.xml
|
|---|
| 143 |
|
|---|
| 144 |
|
|---|
| 145 | --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"]);
|
|---|
| 158 | ChannelFrameNewButton:SetText(i["ADD"]);
|
|---|
| 159 | ChannelRosterChannelName: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"]);
|
|---|
| 166 | ChannelPulloutTabText:SetText(i["Channel Roster"]);
|
|---|
| 167 |
|
|---|
| 168 | --CharacterFrame.xml
|
|---|
| 169 |
|
|---|
| 170 | CharacterNameText:SetText(i["NAME"]);
|
|---|
| 171 | CharacterFrameTab1:SetText(i["CHARACTER"]);
|
|---|
| 172 | CharacterFrameTab2:SetText(i["PETS"]);
|
|---|
| 173 | CharacterFrameTab3:SetText(i["REPUTATION"]);
|
|---|
| 174 | CharacterFrameTab4:SetText(i["SKILLS"]);
|
|---|
| 175 | CharacterFrameTab5:SetText(i["CURRENCY"]);
|
|---|
| 176 |
|
|---|
| 177 | --CharacterFrameTemplates.xml
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 | --ChatConfigFrame.xml
|
|---|
| 181 |
|
|---|
| 182 | ChatConfigCategoryFrameTitle:SetText(i["CATEGORIES"]);
|
|---|
| 183 | ChatConfigCategoryFrameButton1:SetText(i["CHAT"]);
|
|---|
| 184 | ChatConfigCategoryFrameButton2:SetText(i["COMBAT"]);
|
|---|
| 185 | ChatConfigCategoryFrameButton3:SetText(i["GLOBAL_CHANNELS"]);
|
|---|
| 186 | ChatConfigCategoryFrameButton4:SetText(i["OTHER"]);
|
|---|
| 187 | --ChatConfigCombatSettings:SetText(i["FILTERS"]);
|
|---|
| 188 | ChatConfigCombatSettingsFiltersDeleteButton:SetText(i["DELETE"]);
|
|---|
| 189 | ChatConfigCombatSettingsFiltersAddFilterButton:SetText(i["ADD_FILTER"]);
|
|---|
| 190 | ChatConfigCombatSettingsFiltersCopyFilterButton:SetText(i["COPY_FILTER"]);
|
|---|
| 191 | --CombatConfigMessageTypesLeftRightMiscMisc:SetText(i["MISCELLANEOUS"]);
|
|---|
| 192 | CombatConfigColorsExampleTitle:SetText(i["EXAMPLE_TEXT"]);
|
|---|
| 193 | --CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitle:SetText(i["HIGHLIGHTING"]);
|
|---|
| 194 | --CombatConfigColorsExampleString1ExampleString2ExampleTitleUnitColorsHighlightingTitleLineAbilityDamageSchoolColorizeUnitNameUnitName:SetText(i["COLORIZE"]);
|
|---|
| 195 | CombatConfigFormattingExampleTitle:SetText(i["EXAMPLE_TEXT"]);
|
|---|
| 196 | --CombatConfigSettingsNameEditBoxNameEditBox:SetText(i["FILTER_NAME"]);
|
|---|
| 197 | CombatConfigSettingsSaveButton:SetText(i["SAVE"]);
|
|---|
| 198 | ChatConfigFrameDefaultButton:SetText(i["CHAT_DEFAULTS"]);
|
|---|
| 199 | CombatLogDefaultButton:SetText(i["COMBATLOG_DEFAULTS"]);
|
|---|
| 200 | ChatConfigFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 201 | ChatConfigFrameOkayButton:SetText(i["OKAY"]);
|
|---|
| 202 |
|
|---|
| 203 | --ChatFrame.xml
|
|---|
| 204 |
|
|---|
| 205 |
|
|---|
| 206 | --CinematicFrame.xml
|
|---|
| 207 |
|
|---|
| 208 |
|
|---|
| 209 | --ClassTrainerFrameTemplates.xml
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 | --CoinPickupFrame.xml
|
|---|
| 213 |
|
|---|
| 214 | CoinPickupLabel:SetText(i["COPPER_AMOUNT_SYMBOL"]);
|
|---|
| 215 | CoinPickupOkayButton:SetText(i["OKAY"]);
|
|---|
| 216 | CoinPickupCancelButton:SetText(i["COINPICKUP_CANCEL"]);
|
|---|
| 217 |
|
|---|
| 218 | --ColorPickerFrame.xml
|
|---|
| 219 |
|
|---|
| 220 | --ColorPickerFrameHeader:SetText(i["COLOR_PICKER"]);
|
|---|
| 221 | ColorPickerCancelButton:SetText(i["CANCEL"]);
|
|---|
| 222 | ColorPickerOkayButton:SetText(i["OKAY"]);
|
|---|
| 223 | OpacitySliderFrameText:SetText(i["0%"]);
|
|---|
| 224 | OpacitySliderFrameText:SetText(i["100%"]);
|
|---|
| 225 | OpacityFrameSliderText:SetText(i["OPACITY"]);
|
|---|
| 226 | OpacityFrameSliderText:SetText(i["0%"]);
|
|---|
| 227 | OpacityFrameSliderText: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 |
|
|---|
| 246 | DressUpFrameTitleText:SetText(i["DRESSUP_FRAME"]);
|
|---|
| 247 | DressUpFrameDescriptionText:SetText(i["DRESSUP_FRAME_INSTRUCTIONS"]);
|
|---|
| 248 | DressUpFrameCancelButton:SetText(i["CLOSE"]);
|
|---|
| 249 | DressUpFrameResetButton:SetText(i["RESET"]);
|
|---|
| 250 |
|
|---|
| 251 | --DurabilityFrame.xml
|
|---|
| 252 |
|
|---|
| 253 |
|
|---|
| 254 | --FadingFrame.xml
|
|---|
| 255 |
|
|---|
| 256 |
|
|---|
| 257 | --FloatingChatFrame.xml
|
|---|
| 258 |
|
|---|
| 259 |
|
|---|
| 260 | --FocusFrame.xml
|
|---|
| 261 |
|
|---|
| 262 | FocusFrameNumericalThreatValue:SetText(i["100%"]);
|
|---|
| 263 | TargetofFocusDeadText:SetText(i["DEAD"]);
|
|---|
| 264 |
|
|---|
| 265 | --FontStyles.xml
|
|---|
| 266 |
|
|---|
| 267 |
|
|---|
| 268 | --Fonts.xml
|
|---|
| 269 |
|
|---|
| 270 |
|
|---|
| 271 | --FriendsFrame.xml
|
|---|
| 272 |
|
|---|
| 273 | FriendsFrameToggleTab1:SetText(i["FRIENDS"]);
|
|---|
| 274 | FriendsFrameToggleTab2:SetText(i["IGNORE"]);
|
|---|
| 275 | FriendsFrameToggleTab3:SetText(i["MUTED"]);
|
|---|
| 276 | FriendsFrameAddFriendButton:SetText(i["ADD_FRIEND"]);
|
|---|
| 277 | FriendsFrameRemoveFriendButton:SetText(i["REMOVE_FRIEND"]);
|
|---|
| 278 | FriendsFrameSendMessageButton:SetText(i["SEND_MESSAGE"]);
|
|---|
| 279 | FriendsFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
|---|
| 280 | IgnoreFrameToggleTab1:SetText(i["FRIENDS"]);
|
|---|
| 281 | IgnoreFrameToggleTab2:SetText(i["IGNORE"]);
|
|---|
| 282 | IgnoreFrameToggleTab3:SetText(i["MUTED"]);
|
|---|
| 283 | FriendsFrameIgnorePlayerButton:SetText(i["IGNORE_PLAYER"]);
|
|---|
| 284 | FriendsFrameStopIgnoreButton:SetText(i["STOP_IGNORE"]);
|
|---|
| 285 | MutedFrameToggleTab1:SetText(i["FRIENDS"]);
|
|---|
| 286 | MutedFrameToggleTab2:SetText(i["IGNORE"]);
|
|---|
| 287 | MutedFrameToggleTab3:SetText(i["MUTED"]);
|
|---|
| 288 | FriendsFrameMutedPlayerButton:SetText(i["MUTE_PLAYER"]);
|
|---|
| 289 | FriendsFrameUnmuteButton:SetText(i["UNMUTE"]);
|
|---|
| 290 | WhoFrameColumnHeader1:SetText(i["NAME"]);
|
|---|
| 291 | WhoFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
|
|---|
| 292 | WhoFrameColumnHeader4:SetText(i["CLASS"]);
|
|---|
| 293 | WhoFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
|---|
| 294 | WhoFrameAddFriendButton:SetText(i["ADD_FRIEND"]);
|
|---|
| 295 | WhoFrameWhoButton:SetText(i["REFRESH"]);
|
|---|
| 296 | GuildFrameNotesLabel:SetText(i["GUILD_MOTD_LABEL"]);
|
|---|
| 297 | GuildFrameLFGButtonText:SetText(i["SHOW_OFFLINE_MEMBERS"]);
|
|---|
| 298 | GuildFrameColumnHeader1:SetText(i["NAME"]);
|
|---|
| 299 | GuildFrameColumnHeader2:SetText(i["ZONE"]);
|
|---|
| 300 | GuildFrameColumnHeader3:SetText(i["LEVEL_ABBR"]);
|
|---|
| 301 | GuildFrameColumnHeader4:SetText(i["CLASS"]);
|
|---|
| 302 | GuildFrameGuildStatusColumnHeader1:SetText(i["NAME"]);
|
|---|
| 303 | GuildFrameGuildStatusColumnHeader2:SetText(i["RANK"]);
|
|---|
| 304 | GuildFrameGuildStatusColumnHeader3:SetText(i["LABEL_NOTE"]);
|
|---|
| 305 | GuildFrameGuildStatusColumnHeader4:SetText(i["LASTONLINE"]);
|
|---|
| 306 | GuildFrameControlButton:SetText(i["GUILDCONTROL"]);
|
|---|
| 307 | GuildFrameAddMemberButton:SetText(i["ADDMEMBER"]);
|
|---|
| 308 | GuildFrameGuildInformationButton:SetText(i["GUILD_INFORMATION"]);
|
|---|
| 309 | --GuildControlPopupFrame:SetText(i["GUILDCONTROL_SELECTRANK"]);
|
|---|
| 310 | --GuildControlPopupFrame:SetText(i["GUILDCONTROL_ALLOWRANK"]);
|
|---|
| 311 | GuildControlWithdrawGoldText:SetText(i["GUILDCONTROL_WITHDRAW_GOLD"]);
|
|---|
| 312 | GuildControlWithdrawGoldAmountText:SetText(i["GOLD_PER_DAY"]);
|
|---|
| 313 | GuildControlPopupFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 314 | GuildControlPopupAcceptButton:SetText(i["ACCEPT"]);
|
|---|
| 315 | GuildControlPopupFrameEditBox:SetText(i["GUILDCONTROL_RANKLABEL"]);
|
|---|
| 316 | GuildBankTabLabel:SetText(i["GUILDBANK_TAB_COLON"]);
|
|---|
| 317 | GuildControlTabPermissionsWithdrawItemsText:SetText(i["GUILDCONTROL_WITHDRAW_ITEMS"]);
|
|---|
| 318 | GuildBankTabPermissionsTab6:SetText(i["6"]);
|
|---|
| 319 | GuildBankTabPermissionsTab5:SetText(i["5"]);
|
|---|
| 320 | GuildBankTabPermissionsTab4:SetText(i["4"]);
|
|---|
| 321 | GuildBankTabPermissionsTab3:SetText(i["3"]);
|
|---|
| 322 | GuildBankTabPermissionsTab2:SetText(i["2"]);
|
|---|
| 323 | GuildBankTabPermissionsTab1:SetText(i["1"]);
|
|---|
| 324 | GuildInfoTitle:SetText(i["GUILD_INFORMATION"]);
|
|---|
| 325 | GuildInfoSaveButton:SetText(i["ACCEPT"]);
|
|---|
| 326 | GuildInfoCancelButton:SetText(i["CLOSE"]);
|
|---|
| 327 | GuildInfoGuildEventButton:SetText(i["GUILD_EVENT_LOG"]);
|
|---|
| 328 | GuildMemberDetailZoneLabel:SetText(i["ZONE_COLON"]);
|
|---|
| 329 | GuildMemberDetailRankLabel:SetText(i["RANK_COLON"]);
|
|---|
| 330 | GuildMemberDetailOnlineLabel:SetText(i["LAST_ONLINE_COLON"]);
|
|---|
| 331 | GuildMemberDetailNoteLabel:SetText(i["NOTE_COLON"]);
|
|---|
| 332 | GuildMemberDetailOfficerNoteLabel:SetText(i["OFFICER_NOTE_COLON"]);
|
|---|
| 333 | GuildMemberRemoveButton:SetText(i["REMOVE"]);
|
|---|
| 334 | GuildMemberGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
|---|
| 335 | GuildEventLogTitle:SetText(i["GUILD_EVENT_LOG"]);
|
|---|
| 336 | GuildEventLogCancelButton:SetText(i["CLOSE"]);
|
|---|
| 337 | FriendsFrameTab1:SetText(i["FRIENDS"]);
|
|---|
| 338 | FriendsFrameTab2:SetText(i["WHO"]);
|
|---|
| 339 | FriendsFrameTab3:SetText(i["GUILD"]);
|
|---|
| 340 | FriendsFrameTab4:SetText(i["CHAT"]);
|
|---|
| 341 | FriendsFrameTab5:SetText(i["RAID"]);
|
|---|
| 342 |
|
|---|
| 343 | --GameMenuFrame.xml
|
|---|
| 344 |
|
|---|
| 345 | --GameMenuFrameHeader:SetText(i["MAIN_MENU"]);
|
|---|
| 346 | GameMenuButtonOptions:SetText(i["VIDEOOPTIONS_MENU"]);
|
|---|
| 347 | --GameMenuButtonSoundOptions:SetText(i["SOUNDOPTIONS_MENU"]);
|
|---|
| 348 | GameMenuButtonUIOptions:SetText(i["UIOPTIONS_MENU"]);
|
|---|
| 349 | GameMenuButtonMacOptions:SetText(i["MAC_OPTIONS"]);
|
|---|
| 350 | GameMenuButtonKeybindings:SetText(i["KEY_BINDINGS"]);
|
|---|
| 351 | GameMenuButtonMacros:SetText(i["MACROS"]);
|
|---|
| 352 | GameMenuButtonRatings:SetText(i["RATINGS_MENU"]);
|
|---|
| 353 | GameMenuButtonLogout:SetText(i["LOGOUT"]);
|
|---|
| 354 | GameMenuButtonQuit:SetText(i["EXIT_GAME"]);
|
|---|
| 355 | GameMenuButtonContinue: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 |
|
|---|
| 368 | GossipFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]);
|
|---|
| 369 | GossipGreetingText:SetText(i["Filler Text"]);
|
|---|
| 370 |
|
|---|
| 371 | --GuildRegistrarFrame.xml
|
|---|
| 372 |
|
|---|
| 373 | AvailableServicesText:SetText(i["AVAILABLE_SERVICES"]);
|
|---|
| 374 | GuildRegistrarFrameGoodbyeButton:SetText(i["CANCEL"]);
|
|---|
| 375 | GuildRegistrarButton1:SetText(i["GUILD_CHARTER_PURCHASE"]);
|
|---|
| 376 | GuildRegistrarButton2:SetText(i["GUILD_CHARTER_REGISTER"]);
|
|---|
| 377 | GuildRegistrarPurchaseText:SetText(i["GUILD_REGISTRAR_PURCHASE_TEXT"]);
|
|---|
| 378 | GuildRegistrarCostLabel:SetText(i["COSTS_LABEL"]);
|
|---|
| 379 | GuildRegistrarFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 380 | GuildRegistrarFramePurchaseButton:SetText(i["PURCHASE"]);
|
|---|
| 381 |
|
|---|
| 382 | --HelpFrame.xml
|
|---|
| 383 |
|
|---|
| 384 | --HelpFrameCancelButtonTemplate:SetText(i["CANCEL"]);
|
|---|
| 385 | --HelpFrameHeader:SetText(i["HELP_FRAME_TITLE"]);
|
|---|
| 386 | HelpFrameGMTalkTitle:SetText(i["HELPFRAME_GMTALK_TITLE"]);
|
|---|
| 387 | HelpFrameGMTalkText1:SetText(i["HELPFRAME_GMTALK_TEXT1"]);
|
|---|
| 388 | HelpFrameGMTalkIssue1Header:SetText(i["HELPFRAME_GMTALK_ISSUE1_HEADER"]);
|
|---|
| 389 | HelpFrameGMTalkIssue1:SetText(i["HELPFRAME_GMTALK_ISSUE1"]);
|
|---|
| 390 | HelpFrameGMTalkIssue2Header:SetText(i["HELPFRAME_GMTALK_ISSUE2_HEADER"]);
|
|---|
| 391 | HelpFrameGMTalkIssue2:SetText(i["HELPFRAME_GMTALK_ISSUE2"]);
|
|---|
| 392 | HelpFrameGMTalkIssue3Header:SetText(i["HELPFRAME_GMTALK_ISSUE3_HEADER"]);
|
|---|
| 393 | HelpFrameGMTalkIssue3:SetText(i["HELPFRAME_GMTALK_ISSUE3"]);
|
|---|
| 394 | HelpFrameGMTalkPvpPolicyUrl:SetText(i["PVP_POLICY_URL"]);
|
|---|
| 395 | HelpFrameGMTalkText2:SetText(i["HELPFRAME_GMTALK_TEXT2"]);
|
|---|
| 396 | HelpFrameGMTalkOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
|
|---|
| 397 | HelpFrameReportIssueTitle:SetText(i["HELPFRAME_REPORTISSUE_TITLE"]);
|
|---|
| 398 | HelpFrameReportIssueText1:SetText(i["HELPFRAME_REPORTISSUE_TEXT1"]);
|
|---|
| 399 | HelpFrameReportIssueBulletTitle1:SetText(i["HELPFRAME_REPORTISSUE_BULLET_TITLE1"]);
|
|---|
| 400 | HelpFrameReportIssueText2:SetText(i["HELPFRAME_REPORTISSUE_TEXT2"]);
|
|---|
| 401 | HelpFrameReportIssueOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
|
|---|
| 402 | HelpFrameStuckTitle:SetText(i["HELPFRAME_STUCK_TITLE"]);
|
|---|
| 403 | HelpFrameStuckText1:SetText(i["HELPFRAME_STUCK_TEXT1"]);
|
|---|
| 404 | HelpFrameStuckStuck:SetText(i["STUCK_BUTTON_TEXT"]);
|
|---|
| 405 | HelpFrameStuckOpenTicket:SetText(i["HELP_TICKET_OPEN"]);
|
|---|
| 406 | HelpFrameOpenTicketLabel:SetText(i["HELPFRAME_OPENTICKET_TEXT"]);
|
|---|
| 407 | HelpFrameOpenTicketSubmit:SetText(i["SUBMIT"]);
|
|---|
| 408 | HelpFrameWelcomeTitle:SetText(i["HELPFRAME_WELCOME_TITLE"]);
|
|---|
| 409 | HelpFrameWelcomeText1:SetText(i["HELPFRAME_WELCOME_TEXT1"]);
|
|---|
| 410 | HelpFrameWelcomeGMTalk:SetText(i["KBASE_GMTALK"]);
|
|---|
| 411 | HelpFrameWelcomeReportIssue:SetText(i["KBASE_REPORTISSUE"]);
|
|---|
| 412 | HelpFrameWelcomeStuck:SetText(i["KBASE_CHARSTUCK"]);
|
|---|
| 413 |
|
|---|
| 414 | --HonorFrame.xml
|
|---|
| 415 |
|
|---|
| 416 | HonorLevelText:SetText(i["Level level race class"]);
|
|---|
| 417 | HonorFrameCurrentSessionTitle:SetText(i["HONOR_THIS_SESSION"]);
|
|---|
| 418 | HonorFrameYesterdayTitle:SetText(i["HONOR_YESTERDAY"]);
|
|---|
| 419 | HonorFrameThisWeekTitle:SetText(i["HONOR_THISWEEK"]);
|
|---|
| 420 | HonorFrameLastWeekTitle:SetText(i["HONOR_LASTWEEK"]);
|
|---|
| 421 | HonorFrameLifeTimeTitle: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 |
|
|---|
| 442 | ItemTextPrevPageButton:SetText(i["PREV"]);
|
|---|
| 443 | ItemTextNextPageButton:SetText(i["NEXT"]);
|
|---|
| 444 |
|
|---|
| 445 | --KnowledgeBaseFrame.xml
|
|---|
| 446 |
|
|---|
| 447 | --KnowledgeBaseFrameHeader:SetText(i["KNOWLEDGEBASE_FRAME_TITLE"]);
|
|---|
| 448 | KnowledgeBaseMotdLabel:SetText(i["MOTD_COLON"]);
|
|---|
| 449 | KnowledgeBaseServerMessageLabel:SetText(i["SERVER_MESSAGE_COLON"]);
|
|---|
| 450 | KnowledgeBaseFrameTopIssuesButton:SetText(i["KBASE_TOP_ISSUES"]);
|
|---|
| 451 | GMChatOpenLog:SetText(i["GM_CHAT_OPEN"]);
|
|---|
| 452 | KnowledgeBaseFrameSearchButton:SetText(i["SEARCH"]);
|
|---|
| 453 | KnowledgeBaseArticleListFrameTitle:SetText(i["KBASE_TOP_ISSUES"]);
|
|---|
| 454 | KnowledgeBaseArticleListFrameCount:SetText(i["ARTICLE_COUNT"]);
|
|---|
| 455 | KnowledgeBaseArticleListFrameNextButtonText:SetText(i["NEXT"]);
|
|---|
| 456 | KnowledgeBaseArticleListFramePreviousButtonText:SetText(i["PREVIOUS"]);
|
|---|
| 457 | KnowledgeBaseArticleScrollChildFrameBackButton:SetText(i["BACK"]);
|
|---|
| 458 | KnowledgeBaseErrorFrameText:SetText(i["ERROR"]);
|
|---|
| 459 | KnowledgeBaseFrameGMTalk:SetText(i["KBASE_GMTALK"]);
|
|---|
| 460 | KnowledgeBaseFrameReportIssue:SetText(i["KBASE_REPORTISSUE"]);
|
|---|
| 461 | KnowledgeBaseFrameStuck:SetText(i["KBASE_CHARSTUCK"]);
|
|---|
| 462 | KnowledgeBaseFrameOpenTicketEdit:SetText(i["HELP_TICKET_EDIT"]);
|
|---|
| 463 | KnowledgeBaseFrameOpenTicketCancel:SetText(i["HELP_TICKET_ABANDON"]);
|
|---|
| 464 |
|
|---|
| 465 | --LFGFrame.xml
|
|---|
| 466 |
|
|---|
| 467 | LFGParentFrameTitle:SetText(i["LFM_TITLE"]);
|
|---|
| 468 | LFMFrameColumnHeader2:SetText(i["LEVEL_ABBR"]);
|
|---|
| 469 | LFMFrameColumnHeader3:SetText(i["CLASS"]);
|
|---|
| 470 | LFMFrameColumnHeader4Group:SetText(i["PLAYERS_IN_GROUP"]);
|
|---|
| 471 | LFMFrameGroupInviteButton:SetText(i["GROUP_INVITE"]);
|
|---|
| 472 | LFMFrameSendMessageButton:SetText(i["SEND_MESSAGE"]);
|
|---|
| 473 | LFMFrameCommentButton:SetText(i["COMMENT"]);
|
|---|
| 474 | LFGRolesLabel:SetText(i["LFG_ROLES_TITLE"]);
|
|---|
| 475 | LFGLabel1:SetText(i["LOOKING_FOR_GROUP_LABEL"]);
|
|---|
| 476 | LFGLabel2:SetText(i["LOOKING_FOR_GROUP_LABEL2"]);
|
|---|
| 477 | LFGLabel3:SetText(i["LOOKING_FOR_GROUP_LABEL2"]);
|
|---|
| 478 | --TODO: LFGFrameRoleButton1Label:SetText(i["DAMAGER"]);
|
|---|
| 479 | --TODO: LFGFrameRoleButton2Label:SetText(i["TANK"]);
|
|---|
| 480 | --TODO: LFGFrameRoleButton3Label:SetText(i["HEALER"]);
|
|---|
| 481 | LFGFrameDoneButton:SetText(i["CLOSE"]);
|
|---|
| 482 | --TODO: LFGFrameClearAllButton:SetText(i["LEAVE_ALL"]);
|
|---|
| 483 | LFGFrameCommentButton:SetText(i["COMMENT"]);
|
|---|
| 484 | LFGFrameNoRoleBackgroundLabel:SetText(i["NO_ROLE_SELECTED"]);
|
|---|
| 485 | LFGParentFrameTab1:SetText(i["LFG_TITLE"]);
|
|---|
| 486 | LFGParentFrameTab2:SetText(i["LFM_TITLE"]);
|
|---|
| 487 |
|
|---|
| 488 | --Localization.xml
|
|---|
| 489 |
|
|---|
| 490 |
|
|---|
| 491 | --LocalizationPost.xml
|
|---|
| 492 |
|
|---|
| 493 |
|
|---|
| 494 | --LootFrame.xml
|
|---|
| 495 |
|
|---|
| 496 | --LootFramePortraitOverlay:SetText(i["ITEMS"]);
|
|---|
| 497 | LootFramePrev:SetText(i["PREV"]);
|
|---|
| 498 | LootFrameNext:SetText(i["NEXT"]);
|
|---|
| 499 | --GroupLootFrameTemplateName:SetText(i["Item Name"]);
|
|---|
| 500 |
|
|---|
| 501 | --MacOptionsFrame.xml
|
|---|
| 502 |
|
|---|
| 503 | --MacOptionsFrameHeader:SetText(i["MAC_OPTIONS"]);
|
|---|
| 504 | MacOptionsFrameResolutionDropDownLabel:SetText(i["RESOLUTION"]);
|
|---|
| 505 | MacOptionsFrameFramerateDropDownLabel:SetText(i["MOVIE_RECORDING_FRAMERATE"]);
|
|---|
| 506 | MacOptionsFrameCodecDropDownLabel:SetText(i["MOVIE_RECORDING_COMPRESSION"]);
|
|---|
| 507 | MacOptionsButtonCompress:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]);
|
|---|
| 508 | MacOptionsFrameText1:SetText(i["MOVIE_RECORDING_TIME"]);
|
|---|
| 509 | MacOptionsFrameText2:SetText(i["00:00:00"]);
|
|---|
| 510 | MacOptionsFrameText3:SetText(i["MOVIE_RECORDING_DATA_RATE"]);
|
|---|
| 511 | MacOptionsFrameCancel:SetText(i["CANCEL"]);
|
|---|
| 512 | MacOptionsFrameOkay:SetText(i["OKAY"]);
|
|---|
| 513 | MacOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
|---|
| 514 | MacOptionsButtonKeybindings:SetText(i["KEY_BINDINGS_MAC"]);
|
|---|
| 515 | --MacOptionsCompressFrameHeader:SetText(i["MOVIE_RECORDING_COMPRESSDIALOG"]);
|
|---|
| 516 | MacOptionsCompressFrameDelete:SetText(i["DELETE"]);
|
|---|
| 517 | MacOptionsCompressFrameSkip:SetText(i["IGNORE"]);
|
|---|
| 518 | MacOptionsCompressFrameCompress:SetText(i["MOVIE_RECORDING_COMPRESSBUTTON"]);
|
|---|
| 519 | --MacOptionsCancelFrameHeader:SetText(i["CANCEL"]);
|
|---|
| 520 | MacOptionsCancelFrameQuestion:SetText(i["MOVIE_RECORDING_CANCEL_CONFIRMATION"]);
|
|---|
| 521 | MacOptionsCancelFrameNo:SetText(i["NO"]);
|
|---|
| 522 | MacOptionsCancelFrameYes:SetText(i["YES"]);
|
|---|
| 523 | --FolderPickerHeader:SetText(i["Folder..."]);
|
|---|
| 524 | FolderPickerButton01:SetText(i["YES"]);
|
|---|
| 525 | FolderPickerButton01Name:SetText(i["Player Name"]);
|
|---|
| 526 |
|
|---|
| 527 | --MailFrame.xml
|
|---|
| 528 |
|
|---|
| 529 | --MailItemTemplateSenderSubjectExpireTimeButtonCOD:SetText(i["CASH_ON_DELIVERY"]);
|
|---|
| 530 | InboxTitleText:SetText(i["INBOX"]);
|
|---|
| 531 | InboxPrevPageButton:SetText(i["PREV"]);
|
|---|
| 532 | InboxNextPageButton:SetText(i["NEXT"]);
|
|---|
| 533 | SendMailTitleText:SetText(i["SENDMAIL"]);
|
|---|
| 534 | SendMailNameEditBox:SetText(i["MAIL_TO_LABEL"]);
|
|---|
| 535 | --SendMailCostMoneyFrame:SetText(i["SEND_MAIL_COST"]);
|
|---|
| 536 | SendMailSubjectEditBox:SetText(i["MAIL_SUBJECT_LABEL"]);
|
|---|
| 537 | SendMailMoneyText:SetText(i["SEND_MONEY"]);
|
|---|
| 538 | SendMailCancelButton:SetText(i["CANCEL"]);
|
|---|
| 539 | SendMailMailButton:SetText(i["SEND_LABEL"]);
|
|---|
| 540 | MailFrameTab1:SetText(i["INBOX"]);
|
|---|
| 541 | MailFrameTab2:SetText(i["SENDMAIL"]);
|
|---|
| 542 | --StationeryPopupFrame:SetText(i["CHOOSE_STATIONERY"]);
|
|---|
| 543 | StationeryPopupCancelButton:SetText(i["CANCEL"]);
|
|---|
| 544 | StationeryPopupOkayButton:SetText(i["OKAY"]);
|
|---|
| 545 | OpenMailTitleText:SetText(i["OPENMAIL"]);
|
|---|
| 546 | OpenMailAttachmentText:SetText(i["TAKE_ATTACHMENTS"]);
|
|---|
| 547 | OpenMailSenderLabel:SetText(i["FROM"]);
|
|---|
| 548 | OpenMailSubjectLabel:SetText(i["MAIL_SUBJECT_LABEL"]);
|
|---|
| 549 | OpenMailReportSpamButton:SetText(i["REPORT_SPAM"]);
|
|---|
| 550 | OpenMailInvoiceItemLabel:SetText(i["ITEM_SOLD_COLON"]);
|
|---|
| 551 | OpenMailInvoicePurchaser:SetText(i["PURCHASED_BY_COLON"]);
|
|---|
| 552 | OpenMailInvoiceSalePrice:SetText(i["SALE_PRICE_COLON"]);
|
|---|
| 553 | OpenMailInvoiceDeposit:SetText(i["DEPOSIT_COLON"]);
|
|---|
| 554 | OpenMailInvoiceHouseCut:SetText(i["AUCTION_HOUSE_CUT_COLON"]);
|
|---|
| 555 | OpenMailInvoiceAmountReceived:SetText(i["AMOUNT_RECEIVED_COLON"]);
|
|---|
| 556 | OpenMailInvoiceNotYetSent:SetText(i["AUCTION_INVOICE_FUNDS_NOT_YET_SENT"]);
|
|---|
| 557 | --OpenMailDepositMoneyFrame:SetText(i["+"]);
|
|---|
| 558 | --OpenMailHouseCutMoneyFrame:SetText(i["-"]);
|
|---|
| 559 | OpenMailCancelButton:SetText(i["CLOSE"]);
|
|---|
| 560 | OpenMailDeleteButton:SetText(i["DELETE"]);
|
|---|
| 561 | OpenMailReplyButton: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"]);
|
|---|
| 575 | MerchantNameText:SetText(i["Merchant Name"]);
|
|---|
| 576 | MerchantPageText:SetText(i["Page"]);
|
|---|
| 577 | MerchantRepairText:SetText(i["REPAIR_ITEMS"]);
|
|---|
| 578 | MerchantBuyBackItemName:SetText(i["Item Name"]);
|
|---|
| 579 | MerchantPrevPageButton:SetText(i["PREV"]);
|
|---|
| 580 | MerchantNextPageButton:SetText(i["NEXT"]);
|
|---|
| 581 | MerchantFrameTab1:SetText(i["MERCHANT"]);
|
|---|
| 582 | MerchantFrameTab2: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 |
|
|---|
| 607 | MovieProgressBarText:SetText(i["Compressing"]);
|
|---|
| 608 |
|
|---|
| 609 | --MultiActionBars.xml
|
|---|
| 610 |
|
|---|
| 611 |
|
|---|
| 612 | --OpacitySliderFrame.xml
|
|---|
| 613 |
|
|---|
| 614 | OpacitySliderFrameText:SetText(i["LOW"]);
|
|---|
| 615 | OpacitySliderFrameText: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 |
|
|---|
| 628 | PVPBattlegroundFrameFrameLabel:SetText(i["BATTLEGROUNDS"]);
|
|---|
| 629 | PVPBattlegroundFrameNameHeader:SetText(i["BATTLEGROUND"]);
|
|---|
| 630 | PVPBattlegroundFrameZoneDescription:SetText(i["BATTLEGROUND_LORETEXT_1"]);
|
|---|
| 631 | PVPBattlegroundFrameNameHeader2:SetText(i["BATTLEGROUND_INSTANCE"]);
|
|---|
| 632 | PVPBattlegroundFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 633 | PVPBattlegroundFrameJoinButton:SetText(i["BATTLEFIELD_JOIN"]);
|
|---|
| 634 | PVPBattlegroundFrameGroupJoinButton: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"]);
|
|---|
| 642 | PVPFrameArenaLabel:SetText(i["PVP_LABEL_ARENA"]);
|
|---|
| 643 | --PVPFrameArenaPoints:SetText(i["12,123,213"]);
|
|---|
| 644 | PVPHonorKillsLabel:SetText(i["KILLS_PVP"]);
|
|---|
| 645 | PVPHonorHonorLabel:SetText(i["HONOR"]);
|
|---|
| 646 | PVPHonorTodayLabel:SetText(i["HONOR_TODAY"]);
|
|---|
| 647 | PVPHonorYesterdayLabel:SetText(i["HONOR_YESTERDAY"]);
|
|---|
| 648 | PVPHonorLifetimeLabel:SetText(i["HONOR_LIFETIME"]);
|
|---|
| 649 | --PVPHonorLifetimeHonor:SetText(i["-"]);
|
|---|
| 650 | --PVPTeam3ToggleButtonToggleButton:SetText(i["Show Season Stats"]);
|
|---|
| 651 | PVPTeamDetailsGamesLabel:SetText(i["GAMES"]);
|
|---|
| 652 | PVPTeamDetailsGames:SetText(i["45"]);
|
|---|
| 653 | PVPTeamDetailsWinLossLabel:SetText(i["WIN_LOSS"]);
|
|---|
| 654 | PVPTeamDetailsRankLabel:SetText(i["RANK"]);
|
|---|
| 655 | PVPTeamDetailsRatingLabel:SetText(i["ARENA_TEAM_RATING"]);
|
|---|
| 656 | PVPTeamDetailsFrameColumnHeader1:SetText(i["NAME"]);
|
|---|
| 657 | PVPTeamDetailsFrameColumnHeader2:SetText(i["CLASS"]);
|
|---|
| 658 | PVPTeamDetailsFrameColumnHeader3:SetText(i["PLAYED"]);
|
|---|
| 659 | PVPTeamDetailsFrameColumnHeader4:SetText(i["WIN_LOSS"]);
|
|---|
| 660 | PVPTeamDetailsFrameColumnHeader5:SetText(i["RATING"]);
|
|---|
| 661 | PVPTeamDetailsAddTeamMember:SetText(i["ADDMEMBER_TEAM"]);
|
|---|
| 662 | PVPParentFrameTab1:SetText(i["PVP"]);
|
|---|
| 663 | PVPParentFrameTab2: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 |
|
|---|
| 675 | CharacterLevelText:SetText(i["Level level race class"]);
|
|---|
| 676 | CharacterTitleText:SetText(i["title of the player"]);
|
|---|
| 677 | MagicResText1:SetText(i["X"]);
|
|---|
| 678 | MagicResText2:SetText(i["X"]);
|
|---|
| 679 | MagicResText3:SetText(i["X"]);
|
|---|
| 680 | MagicResText4:SetText(i["X"]);
|
|---|
| 681 | MagicResText5:SetText(i["X"]);
|
|---|
| 682 | GearManagerDialogDeleteSet:SetText(i["DELETE"]);
|
|---|
| 683 | GearManagerDialogSaveSet: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 |
|
|---|
| 703 | PetLevelText:SetText(i["Level level race class"]);
|
|---|
| 704 | PetPaperDollCloseButton:SetText(i["CLOSE"]);
|
|---|
| 705 | PetMagicResText1:SetText(i["X"]);
|
|---|
| 706 | PetMagicResText2:SetText(i["X"]);
|
|---|
| 707 | PetMagicResText3:SetText(i["X"]);
|
|---|
| 708 | PetMagicResText4:SetText(i["X"]);
|
|---|
| 709 | PetMagicResText5:SetText(i["X"]);
|
|---|
| 710 | CompanionSummonButton:SetText(i["SUMMON"]);
|
|---|
| 711 | PetPaperDollFrameTab1:SetText(i["PET"]);
|
|---|
| 712 | PetPaperDollFrameTab2:SetText(i["COMPANIONS"]);
|
|---|
| 713 | PetPaperDollFrameTab3: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 |
|
|---|
| 723 | PetStableTitleLabel:SetText(i["STABLES"]);
|
|---|
| 724 | PetStableLevelText:SetText(i["Bobby The Fleshripper (Level 99 Raptor)"]);
|
|---|
| 725 | PetStableSlotText:SetText(i["STABLE_SLOT_TEXT"]);
|
|---|
| 726 | PetStableCostLabel:SetText(i["COSTS_LABEL"]);
|
|---|
| 727 | PetStableCurrentPet:SetText(i["CURRENT_PET"]);
|
|---|
| 728 | PetStableStabledPet2:SetText(i["STABLED_PETS"]);
|
|---|
| 729 | PetStablePurchaseButton:SetText(i["PURCHASE"]);
|
|---|
| 730 |
|
|---|
| 731 | --PetitionFrame.xml
|
|---|
| 732 |
|
|---|
| 733 | PetitionFrameMemberTitle:SetText(i["MEMBERS"]);
|
|---|
| 734 | PetitionFrameCancelButton:SetText(i["CLOSE"]);
|
|---|
| 735 | PetitionFrameSignButton:SetText(i["SIGN_CHARTER"]);
|
|---|
| 736 | PetitionFrameRequestButton:SetText(i["REQUEST_SIGNATURE"]);
|
|---|
| 737 | PetitionFrameRenameButton:SetText(i["RENAME_GUILD"]);
|
|---|
| 738 |
|
|---|
| 739 | --PlayerFrame.xml
|
|---|
| 740 |
|
|---|
| 741 |
|
|---|
| 742 | --QuestFrame.xml
|
|---|
| 743 |
|
|---|
| 744 | QuestFrameNpcNameText:SetText(i["Title Text"]);
|
|---|
| 745 | QuestFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 746 | QuestFrameCompleteQuestButton:SetText(i["COMPLETE_QUEST"]);
|
|---|
| 747 | QuestRewardRewardTitleText:SetText(i["QUEST_REWARDS"]);
|
|---|
| 748 | QuestRewardItemChooseText:SetText(i["REWARD_CHOOSE"]);
|
|---|
| 749 | QuestFrameGoodbyeButton:SetText(i["CANCEL"]);
|
|---|
| 750 | QuestFrameCompleteButton:SetText(i["CONTINUE"]);
|
|---|
| 751 | QuestProgressTitleText:SetText(i["Quest Title"]);
|
|---|
| 752 | QuestProgressRequiredItemsText:SetText(i["TURN_IN_ITEMS"]);
|
|---|
| 753 | QuestProgressRequiredMoneyText:SetText(i["REQUIRED_MONEY"]);
|
|---|
| 754 | QuestFrameDeclineButton:SetText(i["DECLINE"]);
|
|---|
| 755 | QuestFrameAcceptButton:SetText(i["ACCEPT"]);
|
|---|
| 756 | QuestDetailObjectiveTitleText:SetText(i["QUEST_OBJECTIVES"]);
|
|---|
| 757 | QuestDetailRewardTitleText:SetText(i["QUEST_REWARDS"]);
|
|---|
| 758 | QuestDetailItemChooseText:SetText(i["REWARD_CHOICES"]);
|
|---|
| 759 | QuestDetailItemReceiveText:SetText(i["Reward receive text"]);
|
|---|
| 760 | QuestFrameGreetingGoodbyeButton:SetText(i["GOODBYE"]);
|
|---|
| 761 | GreetingText:SetText(i["Filler Text"]);
|
|---|
| 762 | CurrentQuestsText:SetText(i["CURRENT_QUESTS"]);
|
|---|
| 763 | AvailableQuestsText: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 |
|
|---|
| 773 | QuestLogTitleText:SetText(i["QUEST_LOG"]);
|
|---|
| 774 | QuestLogCollapseAllButton:SetText(i["ALL"]);
|
|---|
| 775 | QuestLogTrackTitle:SetText(i["TRACK_QUEST"]);
|
|---|
| 776 | QuestLogNoQuestsText:SetText(i["QUESTLOG_NO_QUESTS_TEXT"]);
|
|---|
| 777 | QuestLogFrameAbandonButton:SetText(i["ABANDON_QUEST"]);
|
|---|
| 778 | QuestFrameExitButton:SetText(i["EXIT"]);
|
|---|
| 779 | QuestFramePushQuestButton:SetText(i["SHARE_QUEST"]);
|
|---|
| 780 | QuestLogQuestTitle:SetText(i["Quest title"]);
|
|---|
| 781 | QuestLogRequiredMoneyText:SetText(i["REQUIRED_MONEY"]);
|
|---|
| 782 | QuestLogDescriptionTitle:SetText(i["QUEST_DESCRIPTION"]);
|
|---|
| 783 | QuestLogRewardTitleText:SetText(i["QUEST_REWARDS"]);
|
|---|
| 784 | QuestLogItemChooseText:SetText(i["REWARD_CHOICES"]);
|
|---|
| 785 |
|
|---|
| 786 | --QuestTimerFrame.xml
|
|---|
| 787 |
|
|---|
| 788 | --QuestTimerHeader:SetText(i["QUEST_TIMERS"]);
|
|---|
| 789 |
|
|---|
| 790 | --RaidFrame.xml
|
|---|
| 791 |
|
|---|
| 792 | RaidFrameRaidDescription:SetText(i["RAID_DESCRIPTION"]);
|
|---|
| 793 | RaidFrameConvertToRaidButton:SetText(i["CONVERT_TO_RAID"]);
|
|---|
| 794 | RaidFrameRaidInfoButton:SetText(i["RAID_INFO"]);
|
|---|
| 795 | RaidInfoHeader:SetText(i["RAID_INFORMATION"]);
|
|---|
| 796 | RaidInfoSubheader:SetText(i["RAID_INFO_DESC"]);
|
|---|
| 797 | RaidInfoInstanceLabel:SetText(i["INSTANCE"]);
|
|---|
| 798 | RaidInfoIDLabel:SetText(i["ID"]);
|
|---|
| 799 |
|
|---|
| 800 | --RaidWarning.xml
|
|---|
| 801 |
|
|---|
| 802 |
|
|---|
| 803 | --RatingMenuFrame.xml
|
|---|
| 804 |
|
|---|
| 805 | --RatingMenuFrameHeader:SetText(i["RATINGS_MENU"]);
|
|---|
| 806 | RatingMenuFrameText:SetText(i["RATINGS_TEXT"]);
|
|---|
| 807 | RatingMenuButtonOkay:SetText(i["OKAY"]);
|
|---|
| 808 |
|
|---|
| 809 | --ReadyCheck.xml
|
|---|
| 810 |
|
|---|
| 811 | ReadyCheckFrameYesButton:SetText(i["YES"]);
|
|---|
| 812 | ReadyCheckFrameNoButton:SetText(i["NO"]);
|
|---|
| 813 |
|
|---|
| 814 | --ReputationFrame.xml
|
|---|
| 815 |
|
|---|
| 816 | --ReputationBarTemplateExpandOrCollapseButtonHighlightReputationBarFactionStanding:SetText(i["Revered"]);
|
|---|
| 817 | ReputationFrameFactionLabel:SetText(i["FACTION"]);
|
|---|
| 818 | ReputationFrameStandingLabel:SetText(i["STANDING"]);
|
|---|
| 819 |
|
|---|
| 820 | --RuneFrame.xml
|
|---|
| 821 |
|
|---|
| 822 |
|
|---|
| 823 | --SecureHandlerTemplates.xml
|
|---|
| 824 |
|
|---|
| 825 |
|
|---|
| 826 | --SecureTemplates.xml
|
|---|
| 827 |
|
|---|
| 828 |
|
|---|
| 829 | --SkillFrame.xml
|
|---|
| 830 |
|
|---|
| 831 | SkillFrameCancelButton:SetText(i["CLOSE"]);
|
|---|
| 832 |
|
|---|
| 833 | --SparkleFrame.xml
|
|---|
| 834 |
|
|---|
| 835 |
|
|---|
| 836 | --SpellBookFrame.xml
|
|---|
| 837 |
|
|---|
| 838 | SpellBookTitleText:SetText(i["SPELLBOOK"]);
|
|---|
| 839 | SpellBookPrevPageButton:SetText(i["PREV"]);
|
|---|
| 840 | SpellBookNextPageButton:SetText(i["NEXT"]);
|
|---|
| 841 |
|
|---|
| 842 | --StackSplitFrame.xml
|
|---|
| 843 |
|
|---|
| 844 | StackSplitOkayButton:SetText(i["OKAY"]);
|
|---|
| 845 | StackSplitCancelButton:SetText(i["CANCEL"]);
|
|---|
| 846 |
|
|---|
| 847 | --StaticPopup.xml
|
|---|
| 848 |
|
|---|
| 849 |
|
|---|
| 850 | --StatsFrame.xml
|
|---|
| 851 |
|
|---|
| 852 |
|
|---|
| 853 | --TabardFrame.xml
|
|---|
| 854 |
|
|---|
| 855 | TabardFrameGreetingText:SetText(i["TABARDVENDORGREETING"]);
|
|---|
| 856 | TabardFrameCostLabel:SetText(i["TABARDVENDORCOST"]);
|
|---|
| 857 | TabardFrameAcceptButton:SetText(i["ACCEPT"]);
|
|---|
| 858 | TabardFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 859 |
|
|---|
| 860 | --TalentFrameTemplates.xml
|
|---|
| 861 |
|
|---|
| 862 |
|
|---|
| 863 | --TargetFrame.xml
|
|---|
| 864 |
|
|---|
| 865 | TargetDeadText:SetText(i["DEAD"]);
|
|---|
| 866 | TargetFrameNumericalThreatValue:SetText(i["100%"]);
|
|---|
| 867 | TargetofTargetDeadText: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"]);
|
|---|
| 886 | TradeFrameRecipientNameText:SetText(i["Player Name"]);
|
|---|
| 887 | TradeFramePlayerNameText:SetText(i["Recipient Name"]);
|
|---|
| 888 | TradeFramePlayerEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]);
|
|---|
| 889 | TradeFrameRecipientEnchantText:SetText(i["TRADEFRAME_ENCHANT_SLOT_LABEL"]);
|
|---|
| 890 | TradeFrameTradeButton:SetText(i["TRADE"]);
|
|---|
| 891 | TradeFrameTradeButton:SetText(i["TRADE"]);
|
|---|
| 892 | TradeFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 893 | TradeFrameCancelButton:SetText(i["CANCEL"]);
|
|---|
| 894 |
|
|---|
| 895 | --TutorialFrame.xml
|
|---|
| 896 |
|
|---|
| 897 | TutorialFrameCheckboxText:SetText(i["ENABLE_TUTORIAL_TEXT"]);
|
|---|
| 898 | TutorialFrameOkayButton: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 |
|
|---|
| 914 | InterfaceOptionsFrameHeaderText:SetText(i["UIOPTIONS_MENU"]);
|
|---|
| 915 | InterfaceOptionsFrameCancel:SetText(i["CANCEL"]);
|
|---|
| 916 | InterfaceOptionsFrameOkay:SetText(i["OKAY"]);
|
|---|
| 917 | InterfaceOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
|---|
| 918 | InterfaceOptionsFrameTab1:SetText(i["GAME"]);
|
|---|
| 919 | InterfaceOptionsFrameTab2:SetText(i["ADDONS"]);
|
|---|
| 920 |
|
|---|
| 921 | --UIOptionsPanels.xml
|
|---|
| 922 |
|
|---|
| 923 | InterfaceOptionsControlsPanelTitle:SetText(i["CONTROLS_LABEL"]);
|
|---|
| 924 | InterfaceOptionsControlsPanelSubText:SetText(i["CONTROLS_SUBTEXT"]);
|
|---|
| 925 | --InterfaceOptionsControlsPanelTitleSubTextStickyTargetingAutoDismountAutoClearAFKBlockTradesLootAtMouseAutoLootCorpseAutoLootKeyDropDownLabel:SetText(i["AUTO_LOOT_KEY_TEXT"]);
|
|---|
| 926 | InterfaceOptionsCombatPanelTitle:SetText(i["COMBAT_LABEL"]);
|
|---|
| 927 | InterfaceOptionsCombatPanelSubText: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"]);
|
|---|
| 931 | InterfaceOptionsDisplayPanelTitle:SetText(i["DISPLAY_LABEL"]);
|
|---|
| 932 | InterfaceOptionsDisplayPanelSubText:SetText(i["DISPLAY_SUBTEXT"]);
|
|---|
| 933 | --InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayLabel:SetText(i["AGGRO_WARNING_DISPLAY"]);
|
|---|
| 934 | --InterfaceOptionsDisplayPanelTitleSubTextShowCloakShowHelmBuffDurationsRotateMinimapScreenEdgeFlashDetailedLootInfoShowFreeBagSpaceShowClockAggroWarningDisplayShowAggroPercentageColorblindModePreviewTalentChangesWorldPVPObjectiveDisplayLabel:SetText(i["WORLD_PVP_DISPLAY"]);
|
|---|
| 935 | InterfaceOptionsObjectivesPanelTitle:SetText(i["OBJECTIVES_LABEL"]);
|
|---|
| 936 | InterfaceOptionsObjectivesPanelSubText:SetText(i["OBJECTIVES_SUBTEXT"]);
|
|---|
| 937 | InterfaceOptionsSocialPanelTitle:SetText(i["SOCIAL_LABEL"]);
|
|---|
| 938 | InterfaceOptionsSocialPanelSubText:SetText(i["SOCIAL_SUBTEXT"]);
|
|---|
| 939 | InterfaceOptionsActionBarsPanelTitle:SetText(i["ACTIONBARS_LABEL"]);
|
|---|
| 940 | InterfaceOptionsActionBarsPanelSubText:SetText(i["ACTIONBARS_SUBTEXT"]);
|
|---|
| 941 | InterfaceOptionsNamesPanelTitle:SetText(i["NAMES_LABEL"]);
|
|---|
| 942 | InterfaceOptionsNamesPanelSubText:SetText(i["NAMES_SUBTEXT"]);
|
|---|
| 943 | InterfaceOptionsCombatTextPanelTitle:SetText(i["COMBATTEXT_LABEL"]);
|
|---|
| 944 | InterfaceOptionsCombatTextPanelSubText:SetText(i["COMBATTEXT_SUBTEXT"]);
|
|---|
| 945 | --InterfaceOptionsCombatTextPanelTitleSubTextTargetDamagePeriodicDamagePetDamageHealingEnableFCTFCTDropDownLabel:SetText(i["MODE"]);
|
|---|
| 946 | InterfaceOptionsStatusTextPanelTitle:SetText(i["STATUSTEXT_LABEL"]);
|
|---|
| 947 | InterfaceOptionsStatusTextPanelSubText:SetText(i["STATUSTEXT_SUBTEXT"]);
|
|---|
| 948 | InterfaceOptionsUnitFramePanelTitle:SetText(i["UNITFRAME_LABEL"]);
|
|---|
| 949 | InterfaceOptionsUnitFramePanelSubText:SetText(i["UNITFRAME_SUBTEXT"]);
|
|---|
| 950 | InterfaceOptionsCameraPanelTitle:SetText(i["CAMERA_LABEL"]);
|
|---|
| 951 | InterfaceOptionsCameraPanelSubText:SetText(i["CAMERA_SUBTEXT"]);
|
|---|
| 952 | --InterfaceOptionsCameraPanelTitleSubTextStyleDropDownLabel:SetText(i["CAMERA_FOLLOWING_STYLE"]);
|
|---|
| 953 | InterfaceOptionsMousePanelTitle:SetText(i["MOUSE_LABEL"]);
|
|---|
| 954 | InterfaceOptionsMousePanelSubText:SetText(i["MOUSE_SUBTEXT"]);
|
|---|
| 955 | --InterfaceOptionsMousePanelTitleSubTextInvertMouseClickToMoveMouseSensitivitySliderMouseLookSpeedSliderClickMoveStyleDropDownLabel:SetText(i["CLICK_CAMERA_STYLE"]);
|
|---|
| 956 | InterfaceOptionsHelpPanelTitle:SetText(i["HELP_LABEL"]);
|
|---|
| 957 | InterfaceOptionsHelpPanelSubText:SetText(i["HELP_SUBTEXT"]);
|
|---|
| 958 | InterfaceOptionsHelpPanelResetTutorials:SetText(i["RESET_TUTORIALS"]);
|
|---|
| 959 | InterfaceOptionsLanguagesPanelTitle:SetText(i["LANGUAGES_LABEL"]);
|
|---|
| 960 | InterfaceOptionsLanguagesPanelSubText: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 |
|
|---|
| 980 | VideoOptionsFrameApply:SetText(i["APPLY"]);
|
|---|
| 981 | VideoOptionsFrameCancel:SetText(i["CANCEL"]);
|
|---|
| 982 | VideoOptionsFrameOkay:SetText(i["OKAY"]);
|
|---|
| 983 | VideoOptionsFrameDefaults:SetText(i["DEFAULTS"]);
|
|---|
| 984 |
|
|---|
| 985 | --VideoOptionsPanels.xml
|
|---|
| 986 |
|
|---|
| 987 | VideoOptionsResolutionPanelTitle:SetText(i["RESOLUTION_LABEL"]);
|
|---|
| 988 | VideoOptionsResolutionPanelSubText:SetText(i["RESOLUTION_SUBTEXT"]);
|
|---|
| 989 | --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownLabel:SetText(i["RESOLUTION"]);
|
|---|
| 990 | --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownLabel:SetText(i["REFRESH_RATE"]);
|
|---|
| 991 | --VideoOptionsResolutionPanelTitleSubTextResolutionDropDownRefreshDropDownMultiSampleDropDownLabel:SetText(i["MULTISAMPLE"]);
|
|---|
| 992 | VideoOptionsEffectsPanelTitle:SetText(i["EFFECTS_LABEL"]);
|
|---|
| 993 | VideoOptionsEffectsPanelSubText: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"]);
|
|---|
| 997 | VideoOptionsStereoPanelTitle:SetText(i["STEREO_VIDEO_LABEL"]);
|
|---|
| 998 | VideoOptionsStereoPanelSubText: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"]);
|
|---|
| 1007 | WatchFrameTitle:SetText(i["OBJECTIVES_LABEL"]);
|
|---|
| 1008 |
|
|---|
| 1009 | --WorldFrame.xml
|
|---|
| 1010 |
|
|---|
| 1011 | FramerateLabel: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"]);
|
|---|
| 1019 | WorldMapZoomOutButton:SetText(i["ZOOM_OUT"]);
|
|---|
| 1020 | --WorldMapLevelDropDown:SetText(i["FLOOR"]);
|
|---|
| 1021 | WorldMapMagnifyingGlassButton:SetText(i["ZOOM_OUT_BUTTON_TEXT"]);
|
|---|
| 1022 | WorldMapFrameAreaLabel:SetText(i["BLAH!"]);
|
|---|
| 1023 |
|
|---|
| 1024 | --WorldMapFrameTemplates.xml
|
|---|
| 1025 |
|
|---|
| 1026 |
|
|---|
| 1027 | --WorldStateFrame.xml
|
|---|
| 1028 |
|
|---|
| 1029 | WorldStateScoreFrameLabel:SetText(i["BATTLEFIELDS"]);
|
|---|
| 1030 | WorldStateScoreFrameTimerLabel:SetText(i["TIME_TO_PORT"]);
|
|---|
| 1031 | WorldStateScoreFrameTab1:SetText(i["ALL"]);
|
|---|
| 1032 | WorldStateScoreFrameTab2:SetText(i["FACTION_ALLIANCE"]);
|
|---|
| 1033 | WorldStateScoreFrameTab3:SetText(i["FACTION_HORDE"]);
|
|---|
| 1034 | WorldStateScoreFrameLeaveButton:SetText(i["LEAVE_BATTLEGROUND"]);
|
|---|
| 1035 |
|
|---|
| 1036 | --ZoneText.xml
|
|---|
| 1037 |
|
|---|