Back to Home
ESO Function Data v100028
SetText()
Function Aliases
No known aliases for this function.
Global Function Definitions
common/gamepad/zo_gamepadentrydata.lua:144
--
function ZO_GamepadEntryData:SetText(text)
ingame/centerscreenannounce/centerscreenannounce.lua:128
--
function ZO_CenterScreenMessageParams:SetText(mainText, secondaryText)
ingame/centerscreenannounce/centerscreenannounce.lua:427
--
function ZO_CenterScreenAnnouncementSmallLine:SetText(text)
ingame/centerscreenannounce/centerscreenannounce.lua:663
--
function ZO_CenterScreenAnnouncementMajorLine:SetText(text)
ingame/chatsystem/sharedchatsystem.lua:229
--
function TextEntry:SetText(text)
ingame/death/death.lua:38
--
SetText = function(control, text)
ingame/lorereader/lorereader.lua:493
--
function LoreReader:SetText(title, body, showTitle)
internalingame/market/gamepad/marketclasses_gamepad.lua:342
--
function ZO_GamepadMarketGenericTile:SetText(textStringOrFunction)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:115
--
function DialogKeybindStripDescriptor:SetText(text)
libraries/zo_keybindbutton/zo_keybindbutton.lua:51
--
function ZO_KeybindButtonMixin:SetText(text)
libraries/zo_savingeditbox/zo_savingeditbox.lua:110
--
function ZO_SavingEditBox:SetText(text, dontSetResetText)
Local Function Definitions
libraries/zo_templates/windowtemplates.lua:220
--
local function SetText(self, text)
Function Calls
app/loadingscreen/sharedloadingscreen.lua:214
--
self.zoneName:SetText(LocalizeString("<
>", gameTypeString))
app/loadingscreen/sharedloadingscreen.lua:229
--
self.instanceType:SetText(LocalizeString("<<1>>", battlegroundTeamName))
app/loadingscreen/sharedloadingscreen.lua:237
--
self.instanceType:SetText(GetString("SI_INSTANCEDISPLAYTYPE", instanceDisplayType))
app/loadingscreen/sharedloadingscreen.lua:240
--
self.zoneName:SetText(LocalizeString("<
>", zoneName))
app/loadingscreen/sharedloadingscreen.lua:366
--
self.zoneDescription:SetText(tip)
appandingame/voicechathud/console/zo_voicechathud.lua:51
--
textControl:SetText(text)
common/gamepad/zo_gamepadgrid.lua:166
--
pageLabel:SetText(zo_strformat(SI_GAMEPAD_PAGED_LIST_PAGE_NUMBER, self.currentPage))
common/gamepad/zo_gamepadiconselector.lua:192
--
self.iconHighlightHint:SetText(control.highlightHint)
common/gamepad/zo_gamepadtemplatescommon.lua:195
--
label:SetText(data.text)
common/gamepad/zo_gamepadtemplatescommon.lua:299
--
stackCountLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_AbbreviateNumber(stackCount, NUMBER_ABBREVIATION_PRECISION_TENTHS, USE_LOWERCASE_NUMBER_SUFFIXES)))
common/gamepad/zo_gamepadtemplatescommon.lua:301
--
stackCountLabel:SetText("")
common/gamepad/zo_gamepadtemplatescommon.lua:458
--
labelControl:SetText(subLabelText)
common/gamepad/zo_gamepadtemplatescommon.lua:542
--
control.subLabel:SetText(nil)
common/gamepad/zo_gamepadtemplatescommon.lua:544
--
control.subLabel:SetText(data.custom)
common/gamepad/zo_gamepadtemplatescommon.lua:627
--
control.label:SetText(text)
common/gamepad/zo_gamepadtemplatescommon.lua:646
--
control.stackCountLabel:SetText(stackCount)
common/gamepad/zo_gamepadtemplatescommon.lua:648
--
control.stackCountLabel:SetText("")
common/gamepad/zo_gamepadtemplatescommon.lua:702
--
control.label:SetText(text)
common/gamepad/zo_gamepadtemplatescommon.lua:756
--
control.text:SetText(text)
common/gamepad/zo_gamepadtemplatescommon.lua:825
--
control:SetText(data.text)
common/gamepad/genericfooters/genericfooters.lua:69
--
control:SetText(textData)
common/gamepad/genericheaders/genericheaders.lua:427
--
control:SetText(data)
common/gamepad/screenadjust/screenadjust.lua:51
--
self.saveButton:SetText(GetString(SI_SETTING_SHOW_SCREEN_ADJUST_DISABLED))
common/gamepad/screenadjust/screenadjust.lua:57
--
self.saveButton:SetText(GetString(SI_SAVE))
common/gamepad/screenadjust/screenadjust.lua:66
--
adjustButton:SetText(GetString(SI_SCREEN_ADJUST))
common/gamepad/screenadjust/screenadjust.lua:75
--
self.saveButton:SetText(GetString(SI_SAVE))
common/gamepad/screenadjust/screenadjust.lua:88
--
self.cancelButton:SetText(GetString(SI_CANCEL))
common/markettemplates/chapterupgradetemplates_shared.lua:34
--
self.titleLabel:SetText(data:GetFormattedName())
common/markettemplates/chapterupgradetemplates_shared.lua:37
--
self.purchaseStateLabel:SetText(GetString("SI_CHAPTERPURCHASESTATE", data:GetPurchasedState()))
common/markettemplates/chapterupgradetemplates_shared.lua:42
--
self.releaseDateLabel:SetText(data:GetReleaseDateText())
common/markettemplates/chapterupgradetemplates_shared.lua:84
--
textCalloutLabel:SetText(text)
common/zo_gamemenu/zo_gamemenu.lua:24
--
control:SetText(data.name)
common/zo_gamemenu/zo_gamemenu.lua:44
--
control:SetText(data.name)
common/zo_imecandidates/pc/zo_imecandidates.lua:86
--
textLabel:SetText(candidate)
common/zo_keybindings/keybindingutils.lua:168
--
label:SetText(bindingText)
common/zo_playerinventoryfooter/gamepad/zo_playerinventoryfooter_gamepad.lua:27
--
self.capacityAmountLabel:SetText(zo_strformat(SI_GAMEPAD_INVENTORY_CAPACITY_FORMAT, GetNumBagUsedSlots(BAG_BACKPACK), GetBagSize(BAG_BACKPACK)))
common/zo_tooltip/gamepad/zo_tooltip_gamepad.lua:172
--
tooltipContainer.statusLabel:SetText(stat)
common/zo_tooltip/gamepad/zo_tooltip_gamepad.lua:175
--
tooltipContainer.statusLabelValueForVisualLayer:SetText(value)
common/zo_tooltip/gamepad/zo_tooltip_gamepad.lua:177
--
tooltipContainer.statusLabelValue:SetText(value)
common/zo_tooltip/gamepad/zo_tooltip_gamepad.lua:180
--
tooltipContainer.statusLabelVisualLayer:SetText(visualLayer)
common/zo_uierrors/errorframe.lua:105
--
self.textEditControl:SetText(self.moreInfo and self.coloredFullError or self.simpleError)
common/zo_uierrors/errorframe.lua:107
--
self.textEditControl:SetText("")
common/zo_uierrors/errorframe.lua:117
--
self.textEditControl:SetText("")
ingame/achievements/gamepad/achievements_gamepad.lua:553
--
self.footerBarName:SetText(GetString(SI_GAMEPAD_ACHIEVEMENTS_POINTS_LABEL))
ingame/achievements/gamepad/achievements_gamepad.lua:554
--
self.footerBarValue:SetText(earnedPoints)
ingame/achievements/gamepad/achievements_gamepad.lua:625
--
self.footerBarName:SetText(categoryName)
ingame/achievements/gamepad/achievements_gamepad.lua:626
--
self.footerBarValue:SetText(earnedPoints)
ingame/achievements/keyboard/achievements.lua:133
--
self.title:SetText(zo_strformat(name))
ingame/achievements/keyboard/achievements.lua:134
--
self.description:SetText(zo_strformat(description))
ingame/achievements/keyboard/achievements.lua:138
--
self.points:SetText(tostring(points))
ingame/achievements/keyboard/achievements.lua:160
--
self.date:SetText(date)
ingame/achievements/keyboard/achievements.lua:316
--
bar.label:SetText(showBarDescription and zo_strformat(SI_ACHIEVEMENT_CRITERION_FORMAT, description) or "")
ingame/achievements/keyboard/achievements.lua:323
--
bar.progress:SetText(zo_strformat(SI_JOURNAL_PROGRESS_BAR_PROGRESS, numCompletedAsString, numRequiredAsString))
ingame/achievements/keyboard/achievements.lua:338
--
check.label:SetText(zo_strformat(SI_ACHIEVEMENT_CRITERION_FORMAT, description))
ingame/achievements/keyboard/achievements.lua:358
--
iconControl.label:SetText(name)
ingame/achievements/keyboard/achievements.lua:386
--
title:SetText(name)
ingame/achievements/keyboard/achievements.lua:389
--
titlePrefix:SetText(GetString(SI_ACHIEVEMENTS_TITLE))
ingame/achievements/keyboard/achievements.lua:402
--
dyeNamePrefix:SetText(GetString(SI_ACHIEVEMENTS_DYE))
ingame/achievements/keyboard/achievements.lua:409
--
dyeSwatch.label:SetText(zo_strformat(SI_DYEING_SWATCH_TOOLTIP_TITLE, dyeName))
ingame/achievements/keyboard/achievements.lua:420
--
collectibleNameLabel:SetText(collectibleData:GetFormattedName())
ingame/achievements/keyboard/achievements.lua:423
--
collectiblePrefixLabel:SetText(zo_strformat(SI_ACHIEVEMENTS_COLLECTIBLE_CATEGORY, collectibleData:GetCategoryTypeDisplayName()))
ingame/achievements/keyboard/achievements.lua:444
--
lineThumb.label:SetText(points)
ingame/achievements/keyboard/achievements.lua:1027
--
control.text:SetText(data.name)
ingame/achievements/keyboard/achievements.lua:1059
--
control:SetText(data.name)
ingame/achievements/keyboard/achievements.lua:1337
--
self.contentSearchEditBox:SetText("")
ingame/achievements/keyboard/achievements.lua:1466
--
self.categoryLabel:SetText(zo_strformat(SI_JOURNAL_PROGRESS_CATEGORY_SUBCATEGORY, parentData.name, data.name))
ingame/achievements/keyboard/achievements.lua:1468
--
self.categoryLabel:SetText(zo_strformat(SI_JOURNAL_PROGRESS_CATEGORY, data.name))
ingame/achievements/keyboard/achievements.lua:1614
--
self.categoryLabel:SetText(GetString(SI_JOURNAL_PROGRESS_SUMMARY))
ingame/achievements/keyboard/achievements.lua:1643
--
self.pointsDisplay:SetText(points)
ingame/achievements/keyboard/achievements.lua:1649
--
statusBar.category:SetText(category)
ingame/achievements/keyboard/achievements.lua:1658
--
statusBar.progress:SetText(numEntries)
ingame/achievements/keyboard/achievements.lua:1663
--
statusBar.progress:SetText(zo_strformat(SI_JOURNAL_PROGRESS_BAR_PROGRESS, ZO_CommaDelimitNumber(earned), ZO_CommaDelimitNumber(total)))
ingame/actionbar/actionbutton.lua:176
--
self.countText:SetText(stackCount)
ingame/actionbar/actionbutton.lua:218
--
self.countText:SetText("")
ingame/actionbar/actionbutton.lua:231
--
self.countText:SetText(GetUnitPower("player", POWERTYPE_ULTIMATE))
ingame/activecombattips/activecombattips.lua:60
--
self.tipText:SetText(tipText)
ingame/alerttext/gamepad/alerttext_gamepad.lua:43
--
control:SetText(data.text)
ingame/alerttext/keyboard/alerttext_keyboard.lua:27
--
control:SetText(data.text)
ingame/battleground/battlegroundhud.lua:56
--
self.headerLabel:SetText(GetString(SI_BATTLEGROUND_HUD_HEADER))
ingame/battleground/battlegroundhud.lua:118
--
messageParams:SetText(GetString(SI_BATTLEGROUND_WARNING_ONE_MINUTE_REMAINING))
ingame/battleground/battlegroundhud.lua:138
--
self.stateLabel:SetText(text)
ingame/battleground/battlegroundmedalinfo_shared.lua:29
--
self.nameLabel:SetText(name)
ingame/battleground/battlegroundmedalinfo_shared.lua:30
--
self.countLabel:SetText(count)
ingame/battleground/battlegroundmedalinfo_shared.lua:34
--
self.pointsLabel:SetText(points)
ingame/battleground/battlegroundmedalinfo_shared.lua:36
--
self.pointsLabel:SetText(zo_strformat(SI_BATTLEGROUND_MATCH_INFO_POINTS_FORMATTER_KEYBOARD, points))
ingame/battleground/battlegroundmedalinfo_shared.lua:64
--
damageDealtHeaderLabel:SetText(GetString("SI_SCORETRACKERENTRYTYPE", SCORE_TRACKER_TYPE_DAMAGE_DONE))
ingame/battleground/battlegroundmedalinfo_shared.lua:68
--
healingDoneHeaderLabel:SetText(GetString("SI_SCORETRACKERENTRYTYPE", SCORE_TRACKER_TYPE_HEALING_DONE))
ingame/battleground/battlegroundmedalinfo_shared.lua:117
--
rowValueLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_AbbreviateNumber(score, NUMBER_ABBREVIATION_PRECISION_TENTHS, USE_LOWERCASE_NUMBER_SUFFIXES)))
ingame/battleground/battlegroundmedalinfo_shared.lua:130
--
self.playerNameLabel:SetText(formattedName)
ingame/battleground/battlegroundscoreboard.lua:215
--
self.userIdHeaderLabel:SetText(ZO_GetPrimaryPlayerNameHeader())
ingame/battleground/battlegroundscoreboard.lua:542
--
self.nameControl:SetText(zo_strformat(SI_ALLIANCE_NAME, GetString("SI_BATTLEGROUNDALLIANCE", battlegroundAlliance)))
ingame/battleground/battlegroundscoreboard.lua:622
--
self.scoreControl:SetText(self.score)
ingame/battleground/battlegroundscoreboard.lua:776
--
self.nameLabel:SetText(formattedName)
ingame/battleground/battlegroundscoreboard.lua:777
--
self.medalScoreLabel:SetText(data.medalScore)
ingame/battleground/battlegroundscoreboard.lua:778
--
self.killsLabel:SetText(data.kills)
ingame/battleground/battlegroundscoreboard.lua:779
--
self.deathsLabel:SetText(data.deaths)
ingame/battleground/battlegroundscoreboard.lua:780
--
self.assistsLabel:SetText(data.assists)
ingame/battleground/battlegroundscoreboardendofgame.lua:129
--
keybindButton.nameLabel:SetText(nameText)
ingame/battleground/battlegroundscoreboardendofgame.lua:151
--
self.closingTimerLabel:SetText(zo_strformat(SI_BATTLEGROUND_SCOREBOARD_END_OF_GAME_CLOSING_TIME, timeLeft))
ingame/battleground/battlegroundscoreboardingame.lua:126
--
self.inGameTimerLabel:SetText(BATTLEGROUND_HUD_FRAGMENT:GetStateText())
ingame/battleground/battlegroundscorehud.lua:123
--
messageParams:SetText(text)
ingame/battleground/battlegroundscorehud.lua:130
--
self.scoreLabel:SetText(score)
ingame/buffdebuff/buffdebuffstyles.lua:174
--
durationLabel:SetText(timeLeftString)
ingame/buffdebuff/buffdebuffstyles.lua:197
--
stackLabel:SetText(data.stackCount)
ingame/cadwell/gamepad/cadwell_gamepad.lua:124
--
self.entryName:SetText("")
ingame/cadwell/gamepad/cadwell_gamepad.lua:136
--
self.entryBody:SetText(zo_strformat(SI_CADWELL_ZONE_DESC_FORMAT, zoneDescription))
ingame/cadwell/keyboard/cadwell.lua:67
--
control.text:SetText(GetString("SI_CADWELLPROGRESSIONLEVEL", progressionLevel))
ingame/cadwell/keyboard/cadwell.lua:78
--
control:SetText(zo_strformat(SI_CADWELL_QUEST_NAME_FORMAT, data.name))
ingame/cadwell/keyboard/cadwell.lua:164
--
self.titleText:SetText(zo_strformat(SI_CADWELL_ZONE_NAME_FORMAT, selectedData.name))
ingame/cadwell/keyboard/cadwell.lua:165
--
self.descriptionText:SetText(zo_strformat(SI_CADWELL_ZONE_DESC_FORMAT, selectedData.description))
ingame/cadwell/keyboard/cadwell.lua:176
--
objectiveLine:SetText(zo_strformat(SI_CADWELL_OBJECTIVE_FORMAT, objectiveInfo.name, objectiveInfo.openingText))
ingame/cadwell/keyboard/cadwell.lua:180
--
objectiveLine:SetText(zo_strformat(SI_CADWELL_OBJECTIVE_FORMAT, objectiveInfo.name, objectiveInfo.openingText))
ingame/cadwell/keyboard/cadwell.lua:184
--
objectiveLine:SetText(zo_strformat(SI_CADWELL_OBJECTIVE_FORMAT, objectiveInfo.name, objectiveInfo.closingText))
ingame/campaign/campaignavarank.lua:37
--
self.name:SetText(zo_strformat(SI_AVA_ALLIANCE_AND_RANK_NAME, GetAllianceName(alliance), GetAvARankName(GetUnitGender("player"), rank)))
ingame/campaign/campaignavarank.lua:38
--
self.rank:SetText(rank)
ingame/campaign/campaignbonuses.lua:44
--
control.headerLabel:SetText(data.headerString)
ingame/campaign/campaignbonuses.lua:45
--
control.countInfoLabel:SetText(data.infoString)
ingame/campaign/campaignbonuses.lua:64
--
control.count:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, data.countText))
ingame/campaign/campaignbonuses.lua:69
--
control.nameLabel:SetText(data.name)
ingame/campaign/campaignbrowser.lua:67
--
control.text:SetText(GetString("SI_CAMPAIGNRULESETTYPE", rulesetType))
ingame/campaign/campaignbrowser.lua:94
--
control:SetText(name)
ingame/campaign/campaignbrowser.lua:113
--
self.rules:SetText(GetCampaignRulesetDescription(rulesetId))
ingame/campaign/campaignbrowser.lua:303
--
description:SetText(message)
ingame/campaign/campaignbrowser.lua:404
--
name:SetText(data.name)
ingame/campaign/campaignbrowserdialogs.lua:216
--
self.title:SetText(GetString(SI_SELECT_HOME_CAMPAIGN_DIALOG_TITLE))
ingame/campaign/campaignbrowserdialogs.lua:221
--
self.unlockedQuery:SetText(zo_strformat(SI_SELECT_HOME_CAMPAIGN_QUERY, campaignName, initialCooldownString))
ingame/campaign/campaignbrowserdialogs.lua:234
--
self.allianceLockWarningLabel:SetText(zo_strformat(SI_ABOUT_TO_ALLIANCE_LOCK_CAMPAIGN_WARNING, allianceString, campaignEndCooldownString))
ingame/campaign/campaignbrowserdialogs.lua:248
--
self.title:SetText(GetString(SI_SELECT_HOME_CAMPAIGN_LOCKED_DIALOG_TITLE))
ingame/campaign/campaignbrowserdialogs.lua:255
--
self.lockedMessage:SetText(zo_strformat(SI_SELECT_HOME_CAMPAIGN_LOCKED_MESSAGE, timeUntilUnlock))
ingame/campaign/campaignbrowserdialogs.lua:397
--
self.title:SetText(GetString(SI_CAMPAIGN_BROWSER_ABANDON_CAMPAIGN))
ingame/campaign/campaignbrowserdialogs.lua:398
--
self.unlockedQuery:SetText(zo_strformat(SI_ABANDON_HOME_CAMPAIGN_QUERY, GetCampaignName(data.id)))
ingame/campaign/campaignbrowserdialogs.lua:404
--
self.title:SetText(GetString(SI_SELECT_HOME_CAMPAIGN_LOCKED_DIALOG_TITLE))
ingame/campaign/campaignbrowserdialogs.lua:411
--
self.lockedMessage:SetText(zo_strformat(SI_ABANDON_HOME_CAMPAIGN_LOCKED_MESSAGE, timeUntilUnlock))
ingame/campaign/campaignbrowserdialogs.lua:509
--
dialog.promptLabel:SetText(zo_strformat(SI_CAMPAIGN_BROWSER_QUEUE_DIALOG_PROMPT, campaignRulesetTypeString, data.campaignData.name))
ingame/campaign/campaignemperor.lua:46
--
leaderboardLabelControl:SetText(zo_strformat(SI_CAMPAIGN_EMPEROR_LEADERBOARD, shownAllianceString))
ingame/campaign/campaignemperor_shared.lua:30
--
self.emperorReignDuration:SetText(zo_strformat(SI_CAMPAIGN_EMPEROR_REIGN_DURATION, formattedDuration))
ingame/campaign/campaignemperor_shared.lua:123
--
self.emperorName:SetText(userFacingName)
ingame/campaign/campaignemperor_shared.lua:128
--
self.emperorName:SetText(GetString(SI_CAMPAIGN_NO_EMPEROR))
ingame/campaign/campaignemperor_shared.lua:157
--
keep.nameControl:SetText(keep.name)
ingame/campaign/campaignemperor_shared.lua:169
--
self.imperialKeepsRequired:SetText(GetString(SI_GAMEPAD_CAMPAIGN_EMPEROR_KEEPS_NEEDED))
ingame/campaign/campaignemperor_shared.lua:170
--
self.imperialKeepsRequiredData:SetText(zo_strformat(SI_GAMEPAD_CAMPAIGN_EMPEROR_KEEPS_NEEDED_FORMAT, numOwned, numRequired))
ingame/campaign/campaignemperor_shared.lua:172
--
self.imperialKeepsRequired:SetText(zo_strformat(SI_CAMPAIGN_EMPEROR_KEEPS_NEEDED, numOwned, numRequired))
ingame/campaign/campaignemperor_shared.lua:202
--
control.rankLabel:SetText(data.emperorRank)
ingame/campaign/campaignemperor_shared.lua:205
--
control.rankLabel:SetText(GetString(SI_CAMPAIGN_EMPEROR_RANK_NOT_APPLICABLE))
ingame/campaign/campaignemperor_shared.lua:210
--
control.nameLabel:SetText(userFacingName)
ingame/campaign/campaignemperor_shared.lua:211
--
control.pointsLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(data.points)))
ingame/campaign/campaignoverview.lua:22
--
self.campaignName:SetText(campaignName)
ingame/campaign/campaignoverview.lua:66
--
control.text:SetText(info.name)
ingame/campaign/campaignscoring_shared.lua:77
--
self.tierProgressRank:SetText(currentTier)
ingame/campaign/campaignscoring_shared.lua:145
--
scoreSection.allianceName:SetText(allianceInfo.allianceName)
ingame/campaign/campaignscoring_shared.lua:146
--
scoreSection.score:SetText(scoreInfo.score)
ingame/campaign/campaignscoring_shared.lua:147
--
scoreSection.potentialPoints:SetText(zo_strformat(SI_CAMPAIGN_SCORING_POTENTIAL_POINTS, scoreInfo.potentialScore))
ingame/campaign/campaignscoring_shared.lua:151
--
scoreSection.numKeeps:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numKeeps))
ingame/campaign/campaignscoring_shared.lua:152
--
scoreSection.numOutposts:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numOutposts))
ingame/campaign/campaignscoring_shared.lua:153
--
scoreSection.numResources:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numResources))
ingame/campaign/campaignscoring_shared.lua:154
--
scoreSection.numScrolls:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numScrolls))
ingame/campaign/campaignscoring_shared.lua:159
--
control:SetText(ZO_FormatTime(timeLeft, TIME_FORMAT_STYLE_COLONS, TIME_FORMAT_PRECISION_TWELVE_HOUR))
ingame/campaign/currentcampaigns.lua:21
--
label:SetText(ZO_CurrentCampaigns_GetName(campaignId))
ingame/campaign/gamepad/campaignbonuses_gamepad.lua:113
--
control.text:SetText(data.header)
ingame/campaign/gamepad/campaignbonuses_gamepad.lua:129
--
control.countText:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, GetNumHomeKeepsHeld(CAMPAIGN_BONUSES_GAMEPAD:GetCurrentCampaignId())))
ingame/campaign/gamepad/campaignbonuses_gamepad.lua:131
--
control.countText:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, data.countText))
ingame/campaign/gamepad/campaignbrowser_gamepad.lua:205
--
control.estimatedWaitValueControl:SetText(textEstimatedTime)
ingame/campaign/gamepad/campaignbrowser_gamepad.lua:227
--
stateMessageLabel:SetText(ZO_SUCCEEDED_TEXT:Colorize(message))
ingame/campaign/gamepad/campaignbrowser_gamepad.lua:229
--
stateMessageLabel:SetText(CAMPAIGN_BROWSER_MANAGER:GenerateAllianceLockStatusMessage(campaignData))
ingame/campaign/gamepad/campaignbrowser_gamepad.lua:254
--
self.campaignInfoRules:SetText(GetCampaignRulesetDescription(targetData.rulesetId))
ingame/campaign/gamepad/campaignbrowser_gamepad.lua:997
--
control.allianceNameControl:SetText(zo_strformat(GetString(SI_ALLIANCE_NAME), allianceName))
ingame/campaign/gamepad/campaignemperor_gamepad.lua:80
--
control.nameLabel:SetText(zo_strformat(SI_GAMEPAD_EMPERORSHIP_LEADERBOARD_HEADER, data.name))
ingame/campaign/gamepad/campaignemperor_gamepad.lua:176
--
keep.nameControl:SetText(keep.name)
ingame/campaign/gamepad/campaignemperor_gamepad.lua:192
--
keep.nameControl:SetText(keep.name)
ingame/campaign/gamepad/campaignemperor_gamepad.lua:204
--
self.imperialKeepsRequired:SetText(GetString(SI_GAMEPAD_CAMPAIGN_EMPEROR_KEEPS_NEEDED))
ingame/campaign/gamepad/campaignemperor_gamepad.lua:205
--
self.imperialKeepsRequiredData:SetText(zo_strformat(SI_GAMEPAD_CAMPAIGN_EMPEROR_KEEPS_NEEDED_FORMAT, numOwned, numRequired))
ingame/campaign/gamepad/campaignemperor_gamepad.lua:207
--
self.imperialKeepsRequired:SetText(zo_strformat(SI_CAMPAIGN_EMPEROR_KEEPS_NEEDED, numOwned, numRequired))
ingame/campaign/gamepad/campaignscoring_gamepad.lua:53
--
scoreSection.allianceName:SetText(allianceInfo.allianceName)
ingame/campaign/gamepad/campaignscoring_gamepad.lua:61
--
scoreSection.score:SetText(scoreInfo.score)
ingame/campaign/gamepad/campaignscoring_gamepad.lua:62
--
scoreSection.potentialPoints:SetText(zo_strformat(SI_CAMPAIGN_SCORING_POTENTIAL_POINTS, scoreInfo.potentialScore))
ingame/campaign/gamepad/campaignscoring_gamepad.lua:66
--
scoreSection.numKeeps:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numKeeps))
ingame/campaign/gamepad/campaignscoring_gamepad.lua:67
--
scoreSection.numOutposts:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numOutposts))
ingame/campaign/gamepad/campaignscoring_gamepad.lua:68
--
scoreSection.numResources:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numResources))
ingame/campaign/gamepad/campaignscoring_gamepad.lua:69
--
scoreSection.numScrolls:SetText(zo_strformat(SI_CAMPAIGN_SCORING_HOLDING, scoreInfo.numScrolls))
ingame/centerscreenannounce/centerscreenannounce.lua:273
--
self:SetText(message, combinedMessage)
ingame/centerscreenannounce/centerscreenannounce.lua:359
--
label:SetText(label.dynamicTextFunction())
ingame/centerscreenannounce/centerscreenannounce.lua:361
--
label:SetText(textOrFunction)
ingame/centerscreenannounce/centerscreenannounce.lua:731
--
self.countdownControl:SetText("")
ingame/centerscreenannounce/centerscreenannounce.lua:766
--
self.countdownControl:SetText(self.currentCountdownTimeS)
ingame/centerscreenannounce/centerscreenannounce.lua:787
--
self.countdownControl:SetText("")
ingame/centerscreenannounce/centerscreenannounce.lua:1358
--
announcementSmallLine:SetText(messageParams:GetMostUniqueMessage())
ingame/centerscreenannounce/centerscreenannounce.lua:1450
--
announcementMajorLine:SetText(messageParams:GetMostUniqueMessage())
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:180
--
messageParams:SetText(zo_strformat(SI_NOTIFYTEXT_QUEST_ACCEPT_WITH_ICON, zo_iconFormat(iconTexture, "75%", "75%"), questName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:182
--
messageParams:SetText(zo_strformat(SI_NOTIFYTEXT_QUEST_ACCEPT, questName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:194
--
messageParams:SetText(zo_strformat(SI_NOTIFYTEXT_QUEST_COMPLETE_WITH_ICON, zo_iconFormat(iconTexture, "75%", "75%"), questName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:196
--
messageParams:SetText(zo_strformat(SI_NOTIFYTEXT_QUEST_COMPLETE, questName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:207
--
messageParams:SetText(zo_strformat(SI_NOTIFYTEXT_OBJECTIVE_COMPLETE, name), finishedDescription)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:223
--
messageParams:SetText(zo_strformat(SI_TRACKED_QUEST_STEP_DONE, conditionText))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:227
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_FAIL, conditionText, newConditionVal, conditionMax))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:229
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_FAIL_NO_COUNT, conditionText))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:233
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_UPDATE, conditionText, newConditionVal, conditionMax))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:235
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_UPDATE_NO_COUNT, conditionText))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:240
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_FAIL_NO_COUNT, stepOverrideText))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:242
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_UPDATE_NO_COUNT, stepOverrideText))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:258
--
messageParams:SetText(zo_strformat(SI_ALERTTEXT_QUEST_CONDITION_UPDATE_NO_COUNT, text))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:268
--
messageParams:SetText(GetString(SI_ACHIEVEMENT_AWARDED_CENTER_SCREEN), zo_strformat(name))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:275
--
messageParams:SetText(string.format("|cffff00%s|r", message))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:286
--
messageParams:SetText(zo_strformat(SI_SUBZONE_NOTIFICATION_DISCOVER, subzoneName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:295
--
messageParams:SetText(zo_strformat(SI_NOTIFYTEXT_OBJECTIVE_DISCOVERED, name), startDescription)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:336
--
messageParams:SetText(GetString(SI_LEVEL_UP_NOTIFICATION))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:356
--
messageParams:SetText(zo_strformat(SI_ENLIGHTENED_STATE_GAINED_HEADER), zo_strformat(SI_ENLIGHTENED_STATE_GAINED_DESCRIPTION))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:375
--
messageParams:SetText(zo_strformat(SI_ENLIGHTENED_STATE_LOST_HEADER))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:399
--
messageParams:SetText(zo_strformat(SI_SKILL_RANK_UP, skillLineData:GetName(), rank))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:446
--
messageParams:SetText(zo_strformat(SI_MORPH_AVAILABLE_ANNOUNCEMENT, name))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:451
--
messageParams:SetText(zo_strformat(SI_ABILITY_RANK_UP, name, rank))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:481
--
messageParams:SetText(largeText, zo_strformat(SI_SKYSHARD_GAINED_POINTS, newPartialPoints, NUM_PARTIAL_SKILL_POINTS_FOR_FULL))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:491
--
messageParams:SetText(largeText, messageText)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:500
--
messageParams:SetText(zo_strformat(SI_SKILL_POINT_GAINED, numSkillPointsGained))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:515
--
messageParams:SetText(GetString(SI_LORE_LIBRARY_ANNOUNCE_BOOK_LEARNED))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:527
--
messageParams:SetText(GetString(SI_LORE_LIBRARY_COLLECTION_COMPLETED_LARGE), zo_strformat(SI_LORE_LIBRARY_COLLECTION_COMPLETED_SMALL, collectionName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:545
--
messageParams:SetText(GetString(SI_LORE_LIBRARY_COLLECTION_COMPLETED_LARGE), zo_strformat(SI_LORE_LIBRARY_COLLECTION_COMPLETED_SMALL, collectionName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:556
--
messageParams:SetText(GetString(SI_RITUAL_OF_MARA_COMPLETION_ANNOUNCE_LARGE), zo_strformat(SI_RITUAL_OF_MARA_COMPLETION_ANNOUNCE_SMALL, ZO_FormatUserFacingDisplayName(displayName), characterName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:563
--
messageParams:SetText(description)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:800
--
messageParams:SetText(primaryText, secondaryText)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:808
--
messageParams:SetText(zo_strformat(SI_TRIAL_STARTED, raidName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:824
--
messageParams:SetText(zo_strformat(SI_TRIAL_COMPLETED_LARGE, raidName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:833
--
messageParams:SetText(zo_strformat(SI_TRIAL_FAILED, raidName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:840
--
messageParams:SetText(zo_strformat(isWeekly and SI_TRIAL_NEW_BEST_SCORE_WEEKLY or SI_TRIAL_NEW_BEST_SCORE_LIFETIME, raidName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:852
--
messageParams:SetText(zo_strformat(SI_REVIVE_COUNTER_UPDATED_LARGE, "EsoUI/Art/Trials/VitalityDepletion.dds"))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:879
--
messageParams:SetText(zo_strformat(SI_TRIAL_SCORE_UPDATED_LARGE, reasonAssets.icon, scoreAmount))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:891
--
messageParams:SetText(zo_strformat(SI_CHAMPION_ANNOUNCEMENT_UNLOCKED, formattedIcon))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:938
--
messageParams:SetText(zo_strformat(SI_CHAMPION_POINT_EARNED, pointDelta), secondLine)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:948
--
messageParams:SetText(GetString(SI_INVENTORY_BAG_UPGRADE_ANOUNCEMENT_TITLE), zo_strformat(SI_INVENTORY_BAG_UPGRADE_ANOUNCEMENT_DESCRIPTION, previousCapacity, currentCapacity))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:957
--
messageParams:SetText(GetString(SI_INVENTORY_BANK_UPGRADE_ANOUNCEMENT_TITLE), zo_strformat(SI_INVENTORY_BANK_UPGRADE_ANOUNCEMENT_DESCRIPTION, previousCapacity, currentCapacity))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:965
--
messageParams:SetText(GetString(SI_ATTRIBUTE_FORCE_RESPEC_TITLE), zo_strformat(SI_ATTRIBUTE_FORCE_RESPEC_PROMPT, note))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:972
--
messageParams:SetText(GetString(SI_SKILLS_FORCE_RESPEC_TITLE), zo_strformat(SI_SKILLS_FORCE_RESPEC_PROMPT, note))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:979
--
messageParams:SetText(GetString(SI_ACTIVITY_FINDER_ACTIVITY_COMPLETE_ANNOUNCEMENT_TEXT))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1000
--
messageParams:SetText(GetString(SI_DUELING_NEAR_BOUNDARY_CSA))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1044
--
messageParams:SetText(resultString)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1054
--
messageParams:SetText(GetString(SI_RIDING_SKILL_ANNOUCEMENT_BANNER), zo_strformat(SI_RIDING_SKILL_ANNOUCEMENT_SKILL_INCREASE, GetString("SI_RIDINGTRAINTYPE", ridingSkill), previous, current))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1071
--
messageParams:SetText(text)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1081
--
messageParams:SetText(zo_strformat(GetString("SI_APPLYOUTFITCHANGESRESULT", result), outfitName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1093
--
messageParams:SetText(GetString(SI_DAILY_LOGIN_REWARDS_CLAIMED_ANNOUNCEMENT), secondaryText)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1180
--
messageParams:SetText(stepOverrideText)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1190
--
messageParams:SetText(conditionText)
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1295
--
messageParams:SetText(GetString(SI_COLLECTIONS_UPDATED_ANNOUNCEMENT_TITLE), zo_strformat(SI_COLLECTIBLES_UPDATED_ANNOUNCEMENT_BODY, #nowOwnedCollectibles))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1307
--
messageParams:SetText(GetString(SI_COLLECTIONS_UPDATED_ANNOUNCEMENT_TITLE), zo_strformat(SI_COLLECTIONS_UPDATED_ANNOUNCEMENT_BODY, collectibleName, categoryName))
ingame/centerscreenannounce/centerscreenannouncehandlers.lua:1328
--
messageParams:SetText(zo_strformat(SI_SKILL_LINE_ADDED, announceIcon, skillLineData:GetName()))
ingame/championperks/championperks.lua:892
--
control.pointsHeaderLabel:SetText(GetString(SI_CHAMPION_EARNED_POINTS_HEADER))
ingame/championperks/championperks.lua:912
--
self.inactiveAlert.messageLabel:SetText(GetString("SI_CHAMPIONPOINTACTIVEREASON", activeReason))
ingame/championperks/championperks.lua:1080
--
nameLabel:SetText(name)
ingame/championperks/championperks.lua:1081
--
spentPointsLabel:SetText(spentPoints)
ingame/championperks/championperks.lua:1082
--
descriptionLabel:SetText(description)
ingame/championperks/championperks.lua:1144
--
self.centerInfoNameLabel:SetText("")
ingame/championperks/championperks.lua:1145
--
self.centerInfoSpentPointsLabel:SetText("")
ingame/championperks/championperks.lua:1146
--
self.centerInfoDescriptionLabel:SetText("")
ingame/championperks/championperks.lua:1287
--
self.chosenAttributeTypePointCounter.pointsLabel:SetText(self:GetNumAvailablePointsThatCanBeSpent(chosenAttributeType))
ingame/championperks/championperks.lua:1297
--
self.chosenAttributeTypeEarnedPointCounter.pointsLabel:SetText(zo_strformat(SI_CHAMPION_EARNED_POINTS_FORMAT, earnedPoints, maxSpendable))
ingame/championperks/championperks.lua:1312
--
centerInfoPointCounter.pointsLabel:SetText(self:GetNumAvailablePointsThatCanBeSpent(attribute))
ingame/championperks/championstar.lua:526
--
self.nameLabel:SetText(zo_strformat(SI_CHAMPION_STAR_NAME, self.name))
ingame/chapterupgrade/gamepad/chapterupgrade_gamepad.lua:27
--
control.descriptor:SetText(data.text)
ingame/chapterupgrade/gamepad/chapterupgrade_gamepad.lua:32
--
control.displayName:SetText(data.text)
ingame/characterwindow/keyboard/characterwindow_keyboard.lua:112
--
stackCountLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_AbbreviateNumber(slotControl.stackCount, NUMBER_ABBREVIATION_PRECISION_LARGEST_UNIT, USE_LOWERCASE_NUMBER_SUFFIXES)))
ingame/characterwindow/keyboard/characterwindow_keyboard.lua:114
--
stackCountLabel:SetText("")
ingame/characterwindow/keyboard/characterwindow_keyboard.lua:118
--
stackCountLabel:SetText("")
ingame/characterwindow/keyboard/characterwindow_keyboard.lua:356
--
apparelHiddenLabel:SetText(ZO_SELECTED_TEXT:Colorize(GetString(SI_HIDDEN_GENERAL)))
ingame/chatsystem/chatoptions.lua:216
--
label:SetText(entry.name)
ingame/chatsystem/chatoptions.lua:243
--
guildLabel:SetText(GetString("SI_CHATCHANNELCATEGORIES", k))
ingame/chatsystem/chatoptions.lua:251
--
officerLabel:SetText(GetString("SI_CHATCHANNELCATEGORIES", officerChannel))
ingame/chatsystem/chatoptions.lua:270
--
label:SetText(guildName)
ingame/chatsystem/chatoptions.lua:273
--
label:SetText(zo_strformat(SI_EMPTY_GUILD_CHANNEL_NAME, i))
ingame/chatsystem/chatoptions.lua:298
--
self.tabName:SetText(tabName)
ingame/chatsystem/chatoptions.lua:325
--
self.tabName:SetText(tabName)
ingame/chatsystem/sharedchatsystem.lua:133
--
self.editControl:SetText("")
ingame/chatsystem/sharedchatsystem.lua:197
--
self:SetText(text)
ingame/chatsystem/sharedchatsystem.lua:230
--
self.editControl:SetText(text)
ingame/chatsystem/sharedchatsystem.lua:250
--
self.channelLabel:SetText(zo_strformat(SI_CHAT_ENTRY_TARGET_FORMAT, GetChannelName(channelData.id), target))
ingame/chatsystem/sharedchatsystem.lua:252
--
self.channelLabel:SetText(zo_strformat(SI_CHAT_ENTRY_GENERAL_FORMAT, GetChannelName(channelData.id)))
ingame/chatsystem/sharedchatsystem.lua:1969
--
self.textEntry:SetText(zo_strsub(newText, spaceStart + 1))
ingame/chatsystem/gamepad/chatmenu_gamepad.lua:548
--
self.selectedChannelLabel:SetText(channelText)
ingame/chatsystem/pc/chatsystem.lua:174
--
self.notificationsLabel:SetText(numNotifications)
ingame/chatsystem/pc/chatsystem.lua:210
--
self.mailLabel:SetText(numUnread)
ingame/chatsystem/pc/chatsystem.lua:215
--
self.friendsLabel:SetText(numOnline)
ingame/collections/gamepad/collectionsbook_gamepad.lua:272
--
self.outfitSelectorNameLabel:SetText(currentOutfit:GetOutfitName())
ingame/collections/gamepad/collectionsbook_gamepad.lua:274
--
self.outfitSelectorNameLabel:SetText(GetString(SI_NO_OUTFIT_EQUIP_ENTRY))
ingame/collections/gamepad/collectionsbook_gamepad.lua:979
--
infoPanel.nameControl:SetText(collectibleData:GetFormattedName())
ingame/collections/gamepad/collectionsbook_gamepad.lua:980
--
infoPanel.descriptionControl:SetText(collectibleData:GetDescription())
ingame/collections/gamepad/collectionsbook_gamepad.lua:981
--
infoPanel.unlockStatusControl:SetText(GetString("SI_COLLECTIBLEUNLOCKSTATE", collectibleData:GetUnlockState()))
ingame/collections/gamepad/collectionsbook_gamepad.lua:988
--
infoPanel.questStatusControl:SetText(zo_strformat(SI_GAMEPAD_DLC_BOOK_QUEST_STATUS_INFO, questName, GetString(questAcceptLabelStringId)))
ingame/collections/gamepad/collectionsbook_gamepad.lua:995
--
questAcceptIndicator:SetText(GetString(SI_COLLECTIONS_QUEST_AVAILABLE))
ingame/collections/gamepad/collectionsbook_gamepad.lua:998
--
questAcceptDescription:SetText(collectibleData:GetQuestDescription())
ingame/collections/gamepad/collectionsbook_gamepad.lua:1004
--
questAcceptIndicator:SetText(acquireText)
ingame/collections/gamepad/collectionsbook_gamepad.lua:1023
--
housingPanel.nameLabel:SetText(collectibleData:GetFormattedName())
ingame/collections/gamepad/collectionsbook_gamepad.lua:1024
--
housingPanel.locationLabel:SetText(collectibleData:GetFormattedHouseLocation())
ingame/collections/gamepad/collectionsbook_gamepad.lua:1025
--
housingPanel.houseTypeLabel:SetText(GetString("SI_HOUSECATEGORYTYPE", collectibleData:GetHouseCategoryType()))
ingame/collections/gamepad/collectionsbook_gamepad.lua:1026
--
housingPanel.descriptionLabel:SetText(collectibleData:GetDescription())
ingame/collections/gamepad/collectionsbook_gamepad.lua:1027
--
housingPanel.collectedStatusLabel:SetText(GetString("SI_COLLECTIBLEUNLOCKSTATE", collectibleData:GetUnlockState()))
ingame/collections/gamepad/collectionsbook_gamepad.lua:1028
--
housingPanel.nicknameLabel:SetText(collectibleData:GetFormattedNickname())
ingame/collections/gamepad/collectionsbook_gamepad.lua:1032
--
housingPanel.hintLabel:SetText(ZO_ERROR_COLOR:Colorize(disableReason))
ingame/collections/gamepad/collectionsbook_gamepad.lua:1038
--
housingPanel.primaryResidenceValueLabel:SetText(primaryResidenceText)
ingame/collections/gamepad/collectionsbook_gamepad.lua:1044
--
housingPanel.hintLabel:SetText(collectibleData:GetHint())
ingame/collections/gamepad/collectionsbook_gamepad.lua:1449
--
control.editBoxControl:SetText(zo_strformat(SI_COLLECTIBLE_NAME_FORMATTER, parametricDialog.data.name))
ingame/collections/keyboard/collectibletile_keyboard.lua:185
--
self.cooldownTimeLabel:SetText("")
ingame/collections/keyboard/collectibletile_keyboard.lua:204
--
self.cooldownTimeLabel:SetText(ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsRemaining))
ingame/collections/keyboard/collectibletile_keyboard.lua:206
--
self.cooldownTimeLabel:SetText("")
ingame/collections/keyboard/collectibletile_keyboard.lua:342
--
self.cooldownTimeLabel:SetText("")
ingame/collections/keyboard/collectionsbook.lua:139
--
control.text:SetText(categoryData:GetFormattedName())
ingame/collections/keyboard/collectionsbook.lua:170
--
control:SetText(categoryData:GetFormattedName())
ingame/collections/keyboard/dlcbook_keyboard.lua:46
--
self.unlockStatusControl:SetText(GetString("SI_COLLECTIBLEUNLOCKSTATE", collectibleData:GetUnlockState()))
ingame/collections/keyboard/dlcbook_keyboard.lua:54
--
self.questStatusControl:SetText(zo_strformat(SI_DLC_BOOK_QUEST_STATUS, questName, GetString(questAcceptLabelStringId)))
ingame/collections/keyboard/dlcbook_keyboard.lua:63
--
questAvailableControl:SetText(GetString(SI_COLLECTIONS_QUEST_AVAILABLE))
ingame/collections/keyboard/dlcbook_keyboard.lua:66
--
questDescriptionControl:SetText(collectibleData:GetQuestDescription())
ingame/collections/keyboard/dlcbook_keyboard.lua:71
--
questAvailableControl:SetText(acquireText)
ingame/collections/keyboard/dlcbook_keyboard.lua:83
--
self.questAcceptButton:SetText(GetString(questAcceptButtonStringId))
ingame/collections/keyboard/housingbook_keyboard.lua:52
--
self.nicknameLabel:SetText(nickname)
ingame/collections/keyboard/housingbook_keyboard.lua:58
--
self.locationLabel:SetText(zo_strformat(SI_HOUSING_BOOK_LOCATION_FORMATTER, collectibleData:GetHouseLocation()))
ingame/collections/keyboard/housingbook_keyboard.lua:59
--
self.houseTypeLabel:SetText(zo_strformat(SI_HOUSING_BOOK_HOUSE_TYPE_FORMATTER, GetString("SI_HOUSECATEGORYTYPE", collectibleData:GetHouseCategoryType())))
ingame/collections/keyboard/housingbook_keyboard.lua:62
--
self.hintLabel:SetText(ZO_ERROR_COLOR:Colorize(disableReason))
ingame/collections/keyboard/housingbook_keyboard.lua:68
--
self.primaryResidenceLabel:SetText(zo_strformat(SI_HOUSING_BOOK_PRIMARY_RESIDENCE_FORMATTER, isPrimaryResidence))
ingame/collections/keyboard/housingbook_keyboard.lua:73
--
self.hintLabel:SetText(collectibleData:GetHint())
ingame/collections/keyboard/specializedcollectionsbook_keyboard.lua:211
--
control.text:SetText(categoryData.name)
ingame/collections/keyboard/specializedcollectionsbook_keyboard.lua:224
--
control:SetText(data:GetFormattedName())
ingame/collections/keyboard/specializedcollectionsbook_keyboard.lua:339
--
self.nameLabel:SetText(data:GetFormattedName())
ingame/collections/keyboard/specializedcollectionsbook_keyboard.lua:340
--
self.descriptionLabel:SetText(data:GetDescription())
ingame/compass/compass.lua:561
--
self.areaOverrideLabel:SetText(conditionText)
ingame/compass/compass.lua:755
--
self.centerOverPinLabel:SetText(ZO_CachedStrFormat(formatId, bestPinDescription))
ingame/compass/compass.lua:757
--
self.centerOverPinLabel:SetText(bestPinDescription)
ingame/contacts/displayname.lua:75
--
GetControl(self, "DisplayName"):SetText(GetDisplayName())
ingame/contacts/friendsonline.lua:11
--
GetControl(self.control, "NumOnline"):SetText(zo_strformat(SI_FRIENDS_LIST_PANEL_NUM_ONLINE, FRIENDS_LIST_MANAGER:GetNumOnline(), GetNumFriends()))
ingame/contacts/ignorelist_shared.lua:40
--
GetControl(control, "DisplayName"):SetText(ZO_FormatUserFacingDisplayName(data.displayName))
ingame/contacts/notifications_common.lua:1809
--
message:SetText(messageText)
ingame/contacts/sociallist_shared.lua:76
--
displayName:SetText(ZO_FormatUserFacingDisplayName(data.displayName))
ingame/contacts/sociallist_shared.lua:86
--
characterName:SetText(ZO_FormatUserFacingCharacterName(data.characterName))
ingame/contacts/sociallist_shared.lua:88
--
characterName:SetText("")
ingame/contacts/sociallist_shared.lua:100
--
zone:SetText(data.formattedZone)
ingame/contacts/sociallist_shared.lua:102
--
level:SetText(GetLevelOrChampionPointsStringNoIcon(data.level, data.championPoints))
ingame/contacts/gamepad/friendslist_gamepad.lua:83
--
self.emptyRowMessage:SetText(GetString(SI_FRIENDS_LIST_ALL_FRIENDS_OFFLINE))
ingame/contacts/gamepad/notifications_gamepad.lua:849
--
loadingText:SetText(data.loadText)
ingame/contacts/gamepad/socialdialogs_gamepad.lua:165
--
control.editBoxControl:SetText(parametricDialog.data.note)
ingame/contacts/gamepad/socialdialogs_gamepad.lua:258
--
control.editBoxControl:SetText("")
ingame/contacts/gamepad/socialdialogs_gamepad.lua:262
--
control.editBoxControl:SetText(nameText)
ingame/contacts/gamepad/socialdialogs_gamepad.lua:311
--
control.editBoxControl:SetText("")
ingame/contacts/gamepad/socialdialogs_gamepad.lua:414
--
control.editBoxControl:SetText(parametricDialog.data.displayName)
ingame/contacts/gamepad/socialdialogs_gamepad.lua:418
--
control.editBoxControl:SetText(nameText)
ingame/contacts/gamepad/socialdialogs_gamepad.lua:512
--
control.editBoxControl:SetText(nameText)
ingame/contacts/gamepad/socialdialogs_gamepad.lua:607
--
control.editBoxControl:SetText(nameText)
ingame/contacts/keyboard/friendslist_keyboard.lua:190
--
self.emptyRowMessage:SetText(emptyText)
ingame/contacts/keyboard/notifications_keyboard.lua:540
--
GetControl(control, "Type"):SetText(zo_strformat(SI_NOTIFICATIONS_TYPE_FORMATTER, GetString("SI_NOTIFICATIONTYPE", notificationType)))
ingame/contacts/keyboard/notifications_keyboard.lua:558
--
loading:SetText(data.loadText)
ingame/contacts/keyboard/socialdialogs_keyboard.lua:6
--
GetControl(dialog, "NameEdit"):SetText(zo_strformat("<<1>>", data.name))
ingame/contacts/keyboard/socialdialogs_keyboard.lua:8
--
GetControl(dialog, "NameEdit"):SetText("")
ingame/contacts/keyboard/socialdialogs_keyboard.lua:10
--
GetControl(dialog, "MessageEdit"):SetText("")
ingame/contacts/keyboard/socialdialogs_keyboard.lua:55
--
GetControl(dialog, "DisplayName"):SetText(data.displayName)
ingame/contacts/keyboard/socialdialogs_keyboard.lua:56
--
GetControl(dialog, "NoteEdit"):SetText(data.note)
ingame/contacts/keyboard/socialdialogs_keyboard.lua:174
--
allianceRules:SetText(zo_strformat(SI_GUILD_CREATE_DIALOG_ALLIANCE_RULES, GetAllianceName(playerAlliance)))
ingame/crafting/sharedalchemy.lua:578
--
self.createsLevelLabel:SetText(zo_strformat(SI_ALCHEMY_CREATES_ITEM_OF_CHAMPION_POINTS, requiredChampionPoints, itemTypeString))
ingame/crafting/sharedalchemy.lua:580
--
self.createsLevelLabel:SetText(zo_strformat(SI_ALCHEMY_CREATES_ITEM_OF_LEVEL, resultingItemLevel, itemTypeString))
ingame/crafting/sharedcraftinginventory.lua:92
--
self.activeTab:SetText(filterData.activeTabText)
ingame/crafting/sharedenchanting.lua:483
--
self.nameLabel:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(bagId, slotIndex)))
ingame/crafting/sharedenchanting.lua:568
--
self.nameLabel:SetText(zo_strformat(ZO_GetSpecializedItemTypeTextBySlot(bagId, slotIndex)))
ingame/crafting/sharedenchanting.lua:570
--
self.nameLabel:SetText(zo_strformat(SI_CRAFTING_SLOT_MULTIPLE_SELECTED, ZO_CommaDelimitNumber(self:GetStackCount())))
ingame/crafting/sharedenchanting.lua:572
--
self.nameLabel:SetText(GetString(SI_ENCHANTING_SELECT_ITEMS_TO_EXTRACT))
ingame/crafting/smithingcreation_shared.lua:321
--
listContainer.titleLabel:SetText(GetString(SI_SMITHING_HEADER_ITEM))
ingame/crafting/smithingcreation_shared.lua:338
--
listContainer.selectedLabel:SetText(zo_strformat(SI_SMITHING_SELECTED_PATTERN, data.patternName))
ingame/crafting/smithingcreation_shared.lua:343
--
listContainer.extraInfoLabel:SetText(zo_strformat(SI_SMITHING_SET_NOT_ENOUGH_TRAITS_ERROR, data.numTraitsRequired - data.numTraitsKnown))
ingame/crafting/smithingcreation_shared.lua:345
--
listContainer.extraInfoLabel:SetText(zo_strformat(SI_SMITHING_SET_ENOUGH_TRAITS, data.numTraitsRequired))
ingame/crafting/smithingcreation_shared.lua:432
--
listContainer.extraInfoLabel:SetText(zo_strformat(SI_SMITHING_RANK_TOO_LOW, craftingRankAbilityName, materialData.rankRequirement))
ingame/crafting/smithingcreation_shared.lua:449
--
listContainer.extraInfoLabel:SetText(text)
ingame/crafting/smithingcreation_shared.lua:506
--
listContainer.titleLabel:SetText(GetString(SI_SMITHING_HEADER_MATERIAL))
ingame/crafting/smithingcreation_shared.lua:542
--
listContainer.selectedLabel:SetText(selectedLabelText)
ingame/crafting/smithingcreation_shared.lua:587
--
listContainer.titleLabel:SetText(GetString(SI_SMITHING_HEADER_STYLE))
ingame/crafting/smithingcreation_shared.lua:613
--
extraInfoLabel:SetText(GetString(SI_SMITHING_UNKNOWN_STYLE))
ingame/crafting/smithingcreation_shared.lua:630
--
extraInfoLabel:SetText(text)
ingame/crafting/smithingcreation_shared.lua:653
--
listContainer.selectedLabel:SetText(data.localizedName)
ingame/crafting/smithingcreation_shared.lua:689
--
listContainer.titleLabel:SetText(GetString(SI_SMITHING_HEADER_TRAIT))
ingame/crafting/smithingcreation_shared.lua:715
--
extraInfoLabel:SetText(GetString(SI_SMITHING_TRAIT_MUST_BE_RESEARCHED))
ingame/crafting/smithingcreation_shared.lua:726
--
extraInfoLabel:SetText(text)
ingame/crafting/smithingcreation_shared.lua:748
--
listContainer.selectedLabel:SetText(data.localizedName)
ingame/crafting/smithingextraction_shared.lua:51
--
self.nameLabel:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(bagId, slotIndex)))
ingame/crafting/smithingextraction_shared.lua:58
--
self.nameLabel:SetText(zo_strformat(SI_CRAFTING_SLOT_MULTIPLE_SELECTED, ZO_CommaDelimitNumber(self:GetStackCount())))
ingame/crafting/smithingextraction_shared.lua:63
--
self.nameLabel:SetText(zo_strformat(SI_SMITHING_NEED_MORE_TO_EXTRACT, GetRequiredSmithingRefinementStackSize()))
ingame/crafting/smithingextraction_shared.lua:65
--
self.nameLabel:SetText(GetString(SI_SMITHING_SELECT_ITEMS_TO_DECONSTRUCT))
ingame/crafting/smithingextraction_shared.lua:318
--
self.extractLabel:SetText(GetString("SI_SMITHINGDECONSTRUCTIONTYPE", self:GetDeconstructionType()))
ingame/crafting/smithingimprovement_shared.lua:54
--
label:SetText(GetString("SI_ITEMQUALITY", quality))
ingame/crafting/smithingimprovement_shared.lua:74
--
row.stackLabel:SetText(stack)
ingame/crafting/smithingimprovement_shared.lua:95
--
self.boosterHeaderLabel:SetText(chartString)
ingame/crafting/smithingimprovement_shared.lua:139
--
self.improvementChanceLabel:SetText(GetString(SI_SMITHING_IMPROVE_CHANCE_HEADER))
ingame/crafting/smithingimprovement_shared.lua:210
--
self.improvementChanceLabel:SetText(zo_strformat(SI_SMITHING_IMPROVE_CHANCE_FORMAT, chance))
ingame/crafting/smithingimprovement_shared.lua:245
--
self.awaitingLabel:SetText(GetString("SI_SMITHINGFILTERTYPE_IMPROVEAWAITING", filterType))
ingame/crafting/smithingimprovement_shared.lua:338
--
self.nameLabel:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(self:GetBagAndSlot())))
ingame/crafting/smithingresearch_shared.lua:57
--
listContainer.titleLabel:SetText(GetString(SI_SMITHING_RESEARCH_LINE_HEADER))
ingame/crafting/smithingresearch_shared.lua:78
--
listContainer.selectedLabel:SetText(self.traitLineText)
ingame/crafting/smithingresearch_shared.lua:94
--
listContainer.extraInfoLabel:SetText(GetString(SI_SMITHING_RESEARCH_ALL_RESEARCHED))
ingame/crafting/smithingresearch_shared.lua:97
--
listContainer.extraInfoLabel:SetText(self:GetResearchTimeString(researchableCount, ZO_FormatTime(data.timeRequiredForNextResearchSecs, TIME_FORMAT_STYLE_COLONS, TIME_FORMAT_PRECISION_TWELVE_HOUR)))
ingame/crafting/smithingresearch_shared.lua:99
--
listContainer.extraInfoLabel:SetText(GetString(SI_SMITHING_RESEARCH_NO_TRAITS_RESEARCHABLE))
ingame/crafting/smithingresearch_shared.lua:263
--
slotControl.nameLabel:SetText(GetString("SI_ITEMTRAITTYPE", traitType))
ingame/crafting/gamepad/alchemy_gamepad.lua:491
--
descriptionLabel:SetText(descriptionText)
ingame/crafting/gamepad/alchemy_gamepad.lua:494
--
descriptionLabel:SetText(zo_strformat(SI_REQUIRES_ALCHEMY_SOLVENT_PURIFICATION, tradeskillRankRequirement))
ingame/crafting/gamepad/alchemy_gamepad.lua:498
--
descriptionLabel:SetText(nil)
ingame/crafting/gamepad/alchemy_gamepad.lua:517
--
label:SetText(traitName)
ingame/crafting/gamepad/alchemy_gamepad.lua:524
--
label:SetText(GetString(SI_CRAFTING_UNKNOWN_NAME))
ingame/crafting/gamepad/craftingresults_gamepad.lua:24
--
control:SetText(data.text)
ingame/crafting/gamepad/craftingresults_gamepad.lua:30
--
label:SetText(data.text)
ingame/crafting/gamepad/craftingresults_gamepad.lua:50
--
stackCount:SetText(data.stack)
ingame/crafting/gamepad/craftingresults_gamepad.lua:85
--
lineControl:GetNamedChild("StackCount"):SetText(oldLine.stack)
ingame/crafting/gamepad/gamepadprovisioner.lua:582
--
control.nameLabel:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, name))
ingame/crafting/gamepad/smithingcreation_gamepad.lua:729
--
label:SetText("")
ingame/crafting/gamepad/smithingimprovement_gamepad.lua:433
--
self.slotContainer.selectedLabel:SetText(zo_strformat(SI_GAMEPAD_SMITHING_IMPROVEMENT_REAGENT_SELECTION, GetString("SI_ITEMQUALITY", row.quality), self.spinner:GetValue(), row.reagentName))
ingame/crafting/gamepad/smithingimprovement_gamepad.lua:493
--
spinnerStackCount:SetText(qualityRow.currentStack)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:59
--
confirmPanel:GetNamedChild("SelectionText"):SetText(GetString(SI_GAMEPAD_SMITHING_RESEARCH_SELECT_ITEM))
ingame/crafting/gamepad/smithingresearch_gamepad.lua:418
--
slotControl.statusLabel:SetText("")
ingame/crafting/gamepad/smithingresearch_gamepad.lua:427
--
slotControl.statusLabel:SetText(GetString(SI_SMITHING_RESEARCH_IN_PROGRESS))
ingame/crafting/gamepad/smithingresearch_gamepad.lua:438
--
slotControl.statusLabel:SetText(GetString(SI_SMITHING_RESEARCH_RESEARCHABLE))
ingame/crafting/gamepad/smithingresearch_gamepad.lua:450
--
slotControl.statusLabel:SetText(GetString(SI_SMITHING_RESEARCH_UNKNOWN))
ingame/crafting/keyboard/alchemy_keyboard.lua:94
--
self.modeBarLabel:SetText(GetString(name))
ingame/crafting/keyboard/alchemy_keyboard.lua:380
--
levelLabel:SetText(zo_strformat(SI_ALCHEMY_CREATES_ITEM_OF_CHAMPION_POINTS, requiredChampionPoints, itemTypeString))
ingame/crafting/keyboard/alchemy_keyboard.lua:382
--
levelLabel:SetText(zo_strformat(SI_ALCHEMY_CREATES_ITEM_OF_LEVEL, resultingItemLevel, itemTypeString))
ingame/crafting/keyboard/alchemy_keyboard.lua:387
--
levelLabel:SetText(zo_strformat(SI_REQUIRES_ALCHEMY_SOLVENT_PURIFICATION, rankRequirement))
ingame/crafting/keyboard/alchemy_keyboard.lua:406
--
traitControl.label:SetText(traitName)
ingame/crafting/keyboard/alchemy_keyboard.lua:413
--
traitControl.label:SetText(GetString(SI_CRAFTING_UNKNOWN_NAME))
ingame/crafting/keyboard/craftinginventory.lua:54
--
self.noItemsLabel:SetText(text)
ingame/crafting/keyboard/craftinginventory.lua:78
--
inventorySlot.name:SetText(data.name)
ingame/crafting/keyboard/craftinginventory.lua:84
--
inventorySlot.custom:SetText(data.custom)
ingame/crafting/keyboard/craftingresults_keyboard.lua:21
--
row.itemName:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, itemName))
ingame/crafting/keyboard/craftingresults_keyboard.lua:25
--
row.translatedName:SetText(translationName)
ingame/crafting/keyboard/craftingresults_keyboard.lua:92
--
row.itemName:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, itemName))
ingame/crafting/keyboard/craftingresults_keyboard.lua:111
--
row.traits[currentTraitIndex]:SetText(zo_strformat(SI_ALCHEMY_REAGENT_TRAIT_FORMATTER, traitName))
ingame/crafting/keyboard/craftingresults_keyboard.lua:211
--
control:SetText(data.text)
ingame/crafting/keyboard/craftingutils_keyboard.lua:56
--
self.minMaxButton:SetText(GetString(SI_CRAFTING_QUANTITY_MAX))
ingame/crafting/keyboard/craftingutils_keyboard.lua:59
--
self.minMaxButton:SetText(GetString(SI_CRAFTING_QUANTITY_MIN))
ingame/crafting/keyboard/enchanting_keyboard.lua:58
--
self.modeBarLabel:SetText(GetString(name))
ingame/crafting/keyboard/provisioner.lua:190
--
self.activeTab:SetText(filterData.activeTabText)
ingame/crafting/keyboard/provisioner.lua:273
--
control.text:SetText(data.name)
ingame/crafting/keyboard/provisioner.lua:302
--
control:SetText(zo_strformat(SI_PROVISIONER_RECIPE_NAME_COUNT, data.name, data.maxIterationsForIngredients))
ingame/crafting/keyboard/provisioner.lua:304
--
control:SetText(zo_strformat(SI_PROVISIONER_RECIPE_NAME_COUNT_NONE, data.name))
ingame/crafting/keyboard/provisioner.lua:401
--
self.noRecipesLabel:SetText(GetString(SI_PROVISIONER_NONE_MATCHING_FILTER))
ingame/crafting/keyboard/provisioner.lua:404
--
self.noRecipesLabel:SetText(GetString(SI_PROVISIONER_NO_RECIPES))
ingame/crafting/keyboard/provisioner.lua:547
--
self.nameLabel:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, name))
ingame/crafting/keyboard/smithingcreation_keyboard.lua:103
--
self.activeTab:SetText(name)
ingame/crafting/keyboard/smithingresearch_keyboard.lua:51
--
self.activeTab:SetText(name)
ingame/crafting/keyboard/smithingresearch_keyboard.lua:133
--
slotControl.statusLabel:SetText("")
ingame/crafting/keyboard/smithingresearch_keyboard.lua:137
--
slotControl.statusLabel:SetText(GetString(SI_SMITHING_RESEARCH_IN_PROGRESS))
ingame/crafting/keyboard/smithingresearch_keyboard.lua:145
--
slotControl.statusLabel:SetText(GetString(SI_SMITHING_RESEARCH_RESEARCHABLE))
ingame/crafting/keyboard/smithingresearch_keyboard.lua:152
--
slotControl.statusLabel:SetText(GetString(SI_SMITHING_RESEARCH_UNKNOWN))
ingame/crafting/keyboard/smithingresearch_keyboard.lua:161
--
self.numResearchingLabel:SetText(zo_strformat(SI_SMITHING_RESEARCH_SLOTS_FULL, maxResearchable))
ingame/crafting/keyboard/smithingresearch_keyboard.lua:163
--
self.numResearchingLabel:SetText(zo_strformat(SI_SMITHING_RESEARCH_USED_SLOTS, currentlyResearching, maxResearchable))
ingame/crafting/keyboard/smithing_keyboard.lua:217
--
self.modeBarLabel:SetText(GetString(name))
ingame/crafting/keyboard/smithing_keyboard.lua:233
--
self.modeBarLabel:SetText(GetString(tabData.categoryName))
ingame/crowncrates/crowncrates.lua:549
--
self.crownGemsAvailableQuantity.gemsLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(amount)))
ingame/crowncrates/crowncratespackchoosing.lua:319
--
self.infoNameLabel:SetText(zo_strformat(SI_CROWN_CRATE_PACK_WITH_STACK_NAME, crateName, crateCount))
ingame/crowncrates/crowncratespackchoosing.lua:321
--
self.infoNameLabel:SetText(zo_strformat(SI_CROWN_CRATE_PACK_NAME, crateName))
ingame/crowncrates/crowncratespackchoosing.lua:1059
--
self.pageIndicatorLabel:SetText(zo_strformat(SI_CROWN_CRATE_PAGE_INDICATOR_FORMAT, self.currentPage, self.numPages))
ingame/crowncrates/crowncratespackopening.lua:401
--
self.activateCollectibleKeybindControl:SetText(GetString(SI_COLLECTIBLE_ACTION_SET_ACTIVE))
ingame/crowncrates/crowncratespackopening.lua:863
--
self.nameLabel:SetText(zo_strformat(SI_CROWN_CRATE_REWARD_WITH_GEMS_EXCHANGED, self.gemsExchanged, self.formattedGemIcon, self.rewardName))
ingame/crowncrates/crowncratespackopening.lua:978
--
gemGainLabel:SetText(zo_strformat(SI_CROWN_CRATE_GEMS_GAINED_FORMAT, gemsGained, self.formattedGemIcon))
ingame/crowncrates/crowncratespackopening.lua:1011
--
self.nameLabel:SetText(zo_strformat(SI_CROWN_CRATE_REWARD_WITH_STACK_NAME, self.rewardName, self.stackCount))
ingame/crowncrates/crowncratespackopening.lua:1013
--
self.nameLabel:SetText(zo_strformat(SI_CROWN_CRATE_REWARD_NAME, self.rewardName))
ingame/crowncrates/crowncratespackopening.lua:1021
--
self.rewardTypeLabel:SetText(zo_strformat(SI_ITEM_FORMAT_STR_BROAD_TYPE, self.rewardTypeText))
ingame/crowncrates/crowngemificationslot.lua:223
--
self.nameLabel:SetText(zo_strformat(SI_GEMIFICATION_SLOT_NAME_AND_COUNT, gemifiable.name, gemifiable.count))
ingame/crowncrates/crowngemificationslot.lua:224
--
self.requiredLabel:SetText(gemifiable.requiredPerConversion)
ingame/crowncrates/crowngemificationslot.lua:226
--
self.gemAmountLabel:SetText(gemifiable.gemsAwardedPerConversion)
ingame/crowncrates/crowngemificationslot.lua:236
--
self.nameLabel:SetText(GetString(SI_GEMIFICATION_EMPTY_SLOT_MESSAGE))
ingame/crowncrates/keyboard/crowngemification_keyboard.lua:130
--
self.tabControl:GetNamedChild("Active"):SetText(name)
ingame/crowncrates/keyboard/crowngemification_keyboard.lua:196
--
nameControl:SetText(data.name)
ingame/dailyloginrewards/dailyloginrewards_base.lua:55
--
control.quantityLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(data.quantity)))
ingame/dailyloginrewards/dailyloginrewards_base.lua:166
--
self.currentMonthLabel:SetText(zo_strformat(SI_DAILY_LOGIN_REWARDS_MONTH_FORMATTER, currentESOMonthName, currentMonthName))
ingame/dailyloginrewards/dailyloginrewards_base.lua:177
--
self.lockedLabel:SetText(GetString(SI_DAILY_LOGIN_REWARDS_LOCKED))
ingame/dailyloginrewards/dailyloginrewards_base.lua:231
--
self.nextRewardControl.timerLabel:SetText(formattedTime)
ingame/dailyloginrewards/dailyloginrewards_base.lua:302
--
self.lockedLabel:SetText(zo_strformat(SI_DAILY_LOGIN_REWARDS_LOCKED_UNTIL_NEW_MONTH, ZO_WHITE:Colorize(formattedTime)))
ingame/dailyloginrewards/gamepad/dailyloginrewards_gamepad.lua:152
--
self.changeTimerValueLabel:SetText(formattedTime)
ingame/dailyloginrewards/keyboard/dailyloginrewards_keyboard.lua:213
--
self.changeTimerLabel:SetText(zo_strformat(SI_DAILY_LOGIN_REWARDS_CHANGES_IN, ZO_WHITE:Colorize(formattedTime)))
ingame/death/death.lua:27
--
deathRecapToggleButton:SetText(GetString(SI_DEATH_RECAP_TOGGLE_KEYBIND))
ingame/death/death.lua:40
--
ZO_KeybindButtonMixin.SetText(control, text)
ingame/death/death.lua:44
--
ZO_KeybindButtonMixin.SetText(control, control.originalText)
ingame/death/death.lua:140
--
hereButton:SetText(GetString(SI_DEATH_PROMPT_HERE))
ingame/death/death.lua:150
--
hereButton:SetText(zo_strformat(soulGemSuccess and SI_DEATH_PROMPT_HERE_GEM or SI_DEATH_PROMPT_HERE_GEM_FAILED, coloredFilledText, coloredSoulGemIconMarkup))
ingame/death/death.lua:159
--
wayshrineButton:SetText(GetString(SI_DEATH_PROMPT_RELEASE))
ingame/death/death.lua:161
--
wayshrineButton:SetText(GetString(SI_DEATH_PROMPT_WAYSHRINE))
ingame/death/death.lua:196
--
button1:SetText(GetString(SI_DEATH_PROMPT_CHOOSE_REVIVE_LOCATION))
ingame/death/death.lua:203
--
ava.messageLabel:SetText(GetString(SI_DEATH_PROMPT_AVA))
ingame/death/death.lua:249
--
button1:SetText(GetString(SI_DEATH_PROMPT_CHOOSE_REVIVE_LOCATION))
ingame/death/death.lua:256
--
imperialPvP.messageLabel:SetText(GetString(SI_DEATH_PROMPT_AVA))
ingame/death/death.lua:267
--
button2:SetText(GetString(SI_DEATH_PROMPT_RELEASE))
ingame/death/death.lua:313
--
self.cyclicRespawnLabel:SetText(zo_strformat(SI_DEATH_PROMPT_WAITING_RELEASE, timeLeft))
ingame/death/death.lua:315
--
self.cyclicRespawnLabel:SetText("")
ingame/death/death.lua:335
--
button2:SetText(GetString(SI_DEATH_PROMPT_RELEASE))
ingame/death/death.lua:365
--
button1:SetText(GetString(SI_DEATH_PROMPT_RELEASE))
ingame/death/death.lua:445
--
button1:SetText(GetString(SI_DIALOG_ACCEPT))
ingame/death/death.lua:449
--
button2:SetText(GetString(SI_DIALOG_DECLINE))
ingame/death/death.lua:458
--
self.messageLabel:SetText(text)
ingame/death/raidlifedisplay.lua:128
--
self.reviveCounter:SetText(zo_strformat(SI_REVIVE_COUNTER_REVIVES_USED, self.count, maxCount))
ingame/death/raidlifedisplay.lua:149
--
self.totalScoreLabel:SetText(curScore)
ingame/death/raidlifedisplay.lua:194
--
self.scoreLabel:SetText(GetString(SI_REVIVE_COUNTER_SCORE))
ingame/death/raidlifedisplay.lua:204
--
self.scoreLabel:SetText(GetString(SI_REVIVE_COUNTER_FINAL_SCORE))
ingame/deathrecap/deathrecap.lua:253
--
attackNameControl:SetText(zo_strformat(SI_DEATH_RECAP_ATTACK_NAME, attackInfo.attackName))
ingame/deathrecap/deathrecap.lua:254
--
damageControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(attackInfo.attackDamage)))
ingame/deathrecap/deathrecap.lua:265
--
numAttackHitsCountLabel:SetText(attackInfo.numAttackHits)
ingame/deathrecap/deathrecap.lua:320
--
attackerNameControl:SetText(attackerNameLine)
ingame/deathrecap/deathrecap.lua:361
--
hintControl:GetNamedChild("Text"):SetText(text)
ingame/deathrecap/deathrecap.lua:426
--
self.telvarStoneLossValueControl:SetText(zo_strformat(SI_DEATH_RECAP_TELVAR_STONE_LOSS_VALUE, telvarStonesLost))
ingame/dyeing/dyeing_shared.lua:439
--
header:SetText(ZO_DyeingUtils_GetHeaderTextFromSortType(sortStyle, category))
ingame/fence/keyboard/fence_keyboard.lua:120
--
ZO_PlayerInventorySortByPriceName:SetText(GetString(SI_INVENTORY_SORT_TYPE_PRICE))
ingame/fence/keyboard/fence_keyboard.lua:144
--
ZO_PlayerInventorySortByPriceName:SetText(GetString(SI_INVENTORY_SORT_TYPE_PRICE))
ingame/fence/keyboard/fence_keyboard.lua:161
--
ZO_PlayerInventorySortByPriceName:SetText(GetString(SI_LAUNDER_SORT_TYPE_COST))
ingame/fence/keyboard/fence_keyboard.lua:171
--
ZO_PlayerInventoryInfoBarAltFreeSlots:SetText(zo_strformat(transactionString, usedTransactions, totalTransactions))
ingame/fence/keyboard/fence_keyboard.lua:176
--
ZO_PlayerInventoryInfoBarAltMoney:SetText(zo_strformat(SI_FENCE_HAGGLING_SKILL_BONUS_LABEL, skillLevel))
ingame/fence/keyboard/fence_keyboard.lua:195
--
self.resetTimeStatControl:SetText(GetString(SI_FENCE_SELL_LIMIT_RESET))
ingame/fence/keyboard/fence_keyboard.lua:198
--
self.resetTimeValueControl:SetText(timeText)
ingame/fence/keyboard/fence_keyboard.lua:206
--
self.resetTimeStatControl:SetText(GetString(SI_FENCE_LAUNDER_LIMIT_RESET))
ingame/fence/keyboard/fence_keyboard.lua:209
--
self.resetTimeValueControl:SetText(timeText)
ingame/giftinventory/giftinventoryview_shared.lua:331
--
self.titleLabel:SetText(zo_strformat(titleStringFormatterId, gift:GetUserFacingPlayerName()))
ingame/giftinventory/giftinventoryview_shared.lua:332
--
self.giftNameLabel:SetText(gift:GetFormattedName())
ingame/giftinventory/giftinventoryview_shared.lua:337
--
self.giftStackCountLabel:SetText(stackCount)
ingame/giftinventory/giftinventoryview_shared.lua:341
--
self.noteLabel:SetText(gift:GetNote())
ingame/giftinventory/gamepad/giftinventorydialogs_gamepad.lua:16
--
control.editBoxControl:SetText(giftMessageEntryData.dialog.data.giftMessage)
ingame/giftinventory/gamepad/giftinventorydialogs_gamepad.lua:122
--
targetControl.editBoxControl:SetText(GetRandomGiftThankYouNoteText())
ingame/giftinventory/keyboard/giftinventorycategory_keyboard.lua:98
--
stackCountLabel:SetText(stackCount)
ingame/giftinventory/keyboard/giftinventorydialogs_keyboard.lua:7
--
randomNoteButton:SetText(zo_iconFormat("EsoUI/Art/Market/Keyboard/giftMessageIcon_up.dds", "100%", "100%"))
ingame/giftinventory/keyboard/giftinventorydialogs_keyboard.lua:9
--
noteEdit:SetText(GetRandomGiftThankYouNoteText())
ingame/giftinventory/keyboard/giftinventorydialogs_keyboard.lua:23
--
noteHeaderLabel:SetText(zo_strformat(SI_CONFIRM_CLAIM_GIFT_NOTE_ENTRY_HEADER, ZO_WHITE:Colorize(gift:GetUserFacingPlayerName())))
ingame/giftinventory/keyboard/giftinventorydialogs_keyboard.lua:24
--
dialog:GetNamedChild("NoteEdit"):SetText("")
ingame/giftinventory/keyboard/giftinventorydialogs_keyboard.lua:67
--
dialog:GetNamedChild("NoteEdit"):SetText("")
ingame/giftinventory/keyboard/giftinventoryreceived_keyboard.lua:45
--
senderNameLabel:SetText(gift:GetUserFacingPlayerName())
ingame/giftinventory/keyboard/giftinventoryreceived_keyboard.lua:48
--
expiresLabel:SetText(ZO_FormatCountdownTimer(gift:GetSecondsUntilExpiration()))
ingame/giftinventory/keyboard/giftinventoryreturned_keyboard.lua:47
--
nameLabel:SetText(gift:GetFormattedName())
ingame/giftinventory/keyboard/giftinventoryreturned_keyboard.lua:50
--
recipientNameLabel:SetText(gift:GetUserFacingPlayerName())
ingame/giftinventory/keyboard/giftinventorysent_keyboard.lua:28
--
nameLabel:SetText(gift:GetFormattedName())
ingame/giftinventory/keyboard/giftinventorysent_keyboard.lua:31
--
recipientNameLabel:SetText(gift:GetUserFacingPlayerName())
ingame/giftinventory/keyboard/giftinventorysent_keyboard.lua:34
--
expiresLabel:SetText(ZO_FormatCountdownTimer(gift:GetSecondsUntilExpiration()))
ingame/giftinventory/keyboard/giftinventorythanked_keyboard.lua:67
--
nameLabel:SetText(gift:GetFormattedName())
ingame/giftinventory/keyboard/giftinventorythanked_keyboard.lua:70
--
recipientNameLabel:SetText(gift:GetUserFacingPlayerName())
ingame/giftinventory/keyboard/giftinventorythanked_keyboard.lua:73
--
expiresLabel:SetText(ZO_FormatCountdownTimer(gift:GetSecondsUntilExpiration()))
ingame/giftinventory/keyboard/giftinventory_keyboard.lua:173
--
control.text:SetText(category.name)
ingame/giftinventory/keyboard/giftinventory_keyboard.lua:198
--
control.text:SetText(category.name)
ingame/giftinventory/keyboard/giftinventory_keyboard.lua:212
--
control:SetText(category.name)
ingame/group/gamepad/zo_grouplist_gamepad.lua:47
--
displayNameControl:SetText(zo_iconTextFormat("EsoUI/Art/UnitFrames/Gamepad/gp_Group_Leader.dds", 32, 32, ZO_FormatUserFacingDisplayName(data.displayName)))
ingame/group/gamepad/zo_grouplist_gamepad.lua:48
--
characterNameControl:SetText(ZO_FormatUserFacingCharacterName(data.characterName))
ingame/group/keyboard/zo_grouplist_keyboard.lua:246
--
control.characterNameLabel:SetText(zo_strformat(SI_GROUP_LIST_PANEL_CHARACTER_NAME, data.index, ZO_FormatUserFacingCharacterName(data.rawCharacterName)))
ingame/group/keyboard/zo_groupmenu_keyboard.lua:62
--
control.text:SetText(data.name)
ingame/guild/guildheraldry_shared.lua:54
--
data.categoryList.selectedLabel:SetText(data.categoryName)
ingame/guild/guildheraldry_shared.lua:287
--
self.panelNameLabel:SetText(data.name)
ingame/guild/guildheraldry_shared.lua:439
--
self.styleHeader:SetText(self.activeData.styleHeaderName)
ingame/guild/guildroster_shared.lua:154
--
zone:SetText(data.formattedZone)
ingame/guild/guildsharedinfo.lua:28
--
count:SetText(zo_strformat(SI_GUILD_NUM_MEMBERS_ONLINE_FORMAT, numOnline, numGuildMembers + numInvitees))
ingame/guild/guildweeklybids_shared.lua:72
--
control:GetNamedChild("Order"):SetText(data.order)
ingame/guild/guildweeklybids_shared.lua:73
--
control:GetNamedChild("Trader"):SetText(data.kioskName)
ingame/guild/guildweeklybids_shared.lua:74
--
control:GetNamedChild("PlacedBy"):SetText(ZO_FormatUserFacingDisplayName(data.displayName))
ingame/guild/guildweeklybids_shared.lua:75
--
control:GetNamedChild("BidAmount"):SetText(ZO_Currency_FormatPlatform(CURT_MONEY, data.bidAmount, ZO_CURRENCY_FORMAT_WHITE_AMOUNT_ICON))
ingame/guild/selectguilddialog.lua:91
--
self.dialogInfo.buttons[index].control:SetText(text)
ingame/guild/selectguilddialog.lua:95
--
GetControl(self.control, "GuildHeader"):SetText(prompt)
ingame/guild/zo_guildranks_shared.lua:303
--
dialog:GetNamedChild("NameEdit"):SetText("")
ingame/guild/zo_guildutils_common.lua:110
--
label:SetText(error)
ingame/guild/gamepad/guildhistory_gamepad.lua:454
--
displayItem.text:SetText(description)
ingame/guild/gamepad/guildhistory_gamepad.lua:455
--
displayItem.time:SetText(time)
ingame/guild/gamepad/guildhistory_gamepad.lua:464
--
displayItem.text:SetText(noEntriesText)
ingame/guild/gamepad/guildhistory_gamepad.lua:465
--
displayItem.time:SetText("")
ingame/guild/gamepad/guildhistory_gamepad.lua:510
--
self.footer.pageNumberLabel:SetText(pageNumberText)
ingame/guild/gamepad/guildroster_gamepad.lua:437
--
control.editBoxControl:SetText(self.blacklistNote)
ingame/guild/gamepad/zo_guildhub_gamepad.lua:47
--
sectionThree:SetText(zo_strformat(SI_GUILD_CONCLUSION, ZO_GetPlatformAccountLabel()))
ingame/guild/gamepad/zo_guildhub_gamepad.lua:233
--
control.editBoxControl:SetText(self.selectedMotd)
ingame/guild/gamepad/zo_guildhub_gamepad.lua:352
--
control.editBoxControl:SetText(self.selectedAboutUs)
ingame/guild/gamepad/zo_guildhub_gamepad.lua:430
--
self.creatingGuildInfoLabel:SetText(ZO_ValidNameInstructions_GetViolationString(self.selectedName, self.guildNameViolations, HIDE_UNVIOLATED_RULES))
ingame/guild/gamepad/zo_guildhub_gamepad.lua:433
--
self.creatingGuildInfoLabel:SetText(self.createGuildWithSelectedAllianceMessageText)
ingame/guild/gamepad/zo_guildhub_gamepad.lua:554
--
control.editBoxControl:SetText(self.selectedName)
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:75
--
guildMasterTitle:SetText(GetString(SI_GAMEPAD_GUILD_HEADER_GUILD_MASTER_LABEL))
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:80
--
motdTitle:SetText(GetString(SI_GUILD_MOTD_HEADER))
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:85
--
descriptionTitle:SetText(GetString(SI_GUILD_DESCRIPTION_HEADER))
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:159
--
self.guildMasterBodyLabel:SetText(ZO_FormatUserFacingDisplayName(guildMaster))
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:169
--
self.motd:SetText(text)
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:179
--
self.description:SetText(text)
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:204
--
self.campaignName:SetText(GetCampaignName(campaignId))
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:213
--
self.keepTitle:SetText(headerText)
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:214
--
self.keepName:SetText(text)
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:231
--
self.traderName:SetText(traderText)
ingame/guild/gamepad/zo_guildinfo_gamepad.lua:232
--
self.traderTitle:SetText(headerText)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:346
--
control.editBoxControl:SetText(self.selectedName)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:522
--
control.editBoxControl:SetText(self.selectedName)
ingame/guild/keyboard/guildheraldry_keyboard.lua:245
--
control.text:SetText(data.name)
ingame/guild/keyboard/guildheraldry_keyboard.lua:256
--
control:SetText(data.name)
ingame/guild/keyboard/guildheraldry_keyboard.lua:439
--
header:SetText(GetString("SI_DYEHUECATEGORY", category))
ingame/guild/keyboard/guildheraldry_keyboard.lua:469
--
descriptionLabel:SetText(GetString(textInfo))
ingame/guild/keyboard/guildhistory_keyboard.lua:112
--
control.text:SetText(GetString("SI_GUILDHISTORYCATEGORY", categoryId))
ingame/guild/keyboard/guildhistory_keyboard.lua:135
--
control:SetText(data.name)
ingame/guild/keyboard/guildhistory_keyboard.lua:195
--
GetControl(control, "Description"):SetText(description)
ingame/guild/keyboard/guildhistory_keyboard.lua:196
--
GetControl(control, "Time"):SetText(formattedTime)
ingame/guild/keyboard/guildhistory_keyboard.lua:255
--
self.noEntriesMessageLabel:SetText(ZO_GuildHistory_GetNoEntriesText(self.selectedCategory, self.selectedSubcategory, self.guildId))
ingame/guild/keyboard/guildhome_keyboard.lua:115
--
guildMasterLabel:SetText(guildLeader)
ingame/guild/keyboard/guildhome_keyboard.lua:119
--
self.motd:SetText(GetGuildMotD(self.guildId))
ingame/guild/keyboard/guildhome_keyboard.lua:123
--
self.description:SetText(GetGuildDescription(self.guildId))
ingame/guild/keyboard/guildhome_keyboard.lua:149
--
GetControl(self.control, "Founded"):SetText(GetGuildFoundedDate(self.guildId))
ingame/guild/keyboard/guildhome_keyboard.lua:165
--
self.keepName:SetText(zo_strformat(SI_TOOLTIP_KEEP_NAME, GetKeepName(keepId)))
ingame/guild/keyboard/guildhome_keyboard.lua:167
--
self.campaignName:SetText(GetCampaignName(campaignId))
ingame/guild/keyboard/guildhome_keyboard.lua:171
--
self.keepName:SetText(GetString(SI_GUILD_NO_CLAIMED_KEEP))
ingame/guild/keyboard/guildhome_keyboard.lua:183
--
self.traderName:SetText(zo_strformat(SI_GUILD_HIRED_TRADER, traderName))
ingame/guild/keyboard/guildhome_keyboard.lua:186
--
self.traderName:SetText(GetString(SI_GUILD_NO_HIRED_TRADER))
ingame/guild/keyboard/guildroster_keyboard.lua:128
--
self.searchBox:SetText("")
ingame/guild/keyboard/guildroster_keyboard.lua:432
--
blacklistMessageEdit:SetText("")
ingame/guild/keyboard/guildweeklybidsdialog_keyboard.lua:57
--
weeklyBidsLabel:SetText(zo_strformat(SI_GUILD_WEEKLY_BIDS_KEYBOARD_COUNT, text))
ingame/guild/keyboard/zo_guildranks_keyboard.lua:20
--
rank.nameLabel:SetText(rank.name)
ingame/guild/keyboard/zo_guildranks_keyboard.lua:57
--
self.nameLabel:SetText(name)
ingame/guild/keyboard/zo_guildranks_keyboard.lua:133
--
self.addRankHeader:GetNamedChild("Text"):SetText(GetString(SI_GUILD_RANKS_ADD_RANK))
ingame/guild/keyboard/zo_guildranks_keyboard.lua:453
--
self.rankNameDisplay:SetText(rank.name)
ingame/guild/keyboard/zo_guildranks_keyboard.lua:454
--
self.rankNameEdit:SetText(rank.name)
ingame/guildfinder/guildbrowser_applications_shared.lua:40
--
guildNameLabel:SetText(guildInfo)
ingame/guildfinder/guildbrowser_applications_shared.lua:42
--
expirationLabel:SetText(ZO_FormatCountdownTimer(timeRemainingS))
ingame/guildfinder/guildbrowser_guildinfo_shared.lua:50
--
self.guildNameLabel:SetText(guildData.guildName)
ingame/guildfinder/guildbrowser_guildinfo_shared.lua:53
--
self.headerMessageLabel:SetText(guildData.headerMessage)
ingame/guildfinder/guildbrowser_guildinfo_shared.lua:54
--
self.recruitmentMessageLabel:SetText(guildData.recruitmentMessage)
ingame/guildfinder/guildbrowser_guildinfo_shared.lua:65
--
self.refreshMessageLabel:SetText(GetString(SI_GUILD_INFO_DATA_UNAVAILABLE))
ingame/guildfinder/guildbrowser_guildinfo_shared.lua:67
--
self.refreshMessageLabel:SetText(GetString(SI_GUILD_INFO_FETCHING_DATA))
ingame/guildfinder/guildbrowser_guildlist_shared.lua:68
--
control.guildNameLabel:SetText(data.guildName)
ingame/guildfinder/guildbrowser_guildlist_shared.lua:74
--
control.guildHeaderMessageLabel:SetText(data.headerMessage)
ingame/guildfinder/guildbrowser_guildlist_shared.lua:111
--
self.resultsLabel:SetText(GetString(SI_GUILD_BROWSER_GUILD_LIST_REFRESHING_RESULTS))
ingame/guildfinder/guildbrowser_guildlist_shared.lua:117
--
self.resultsLabel:SetText(GetString(SI_GUILD_BROWSER_GUILD_LIST_NO_RESULTS))
ingame/guildfinder/guildfinder_manager.lua:45
--
self.applicationKeyboardTooltipInfo.titleControl:SetText(fullName)
ingame/guildfinder/guildfinder_manager.lua:49
--
self.applicationKeyboardTooltipInfo.levelControl:SetText(levelText)
ingame/guildfinder/guildfinder_manager.lua:55
--
self.applicationKeyboardTooltipInfo.classControl:SetText(classText)
ingame/guildfinder/guildfinder_manager.lua:61
--
self.applicationKeyboardTooltipInfo.allianceControl:SetText(allianceText)
ingame/guildfinder/guildfinder_manager.lua:64
--
self.applicationKeyboardTooltipInfo.achievementPointsControl:SetText(achievementPointsText)
ingame/guildfinder/guildfinder_manager.lua:66
--
self.applicationKeyboardTooltipInfo.messageControl:SetText(data.message)
ingame/guildfinder/guildfinder_manager.lua:100
--
labelControl:SetText(text)
ingame/guildfinder/guildfinder_manager.lua:105
--
labelControl:SetText(text)
ingame/guildfinder/guildrecruitment_applicationslist_shared.lua:70
--
nameLabel:SetText(data.name)
ingame/guildfinder/guildrecruitment_applicationslist_shared.lua:72
--
levelLabel:SetText(levelText)
ingame/guildfinder/guildrecruitment_applicationslist_shared.lua:74
--
expirationLabel:SetText(ZO_FormatCountdownTimer(timeRemainingS))
ingame/guildfinder/guildrecruitment_blacklist_shared.lua:53
--
nameLabel:SetText(data.name)
ingame/guildfinder/guildrecruitment_guildlisting_shared.lua:191
--
editBox:SetText(maxAllowedValue)
ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:772
--
control.editBoxControl:SetText(self.minCP)
ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:811
--
control.editBoxControl:SetText(self.maxCP)
ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:896
--
control.editBoxControl:SetText(dialog.currentText)
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:46
--
self.guildTraderLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_KIOSK))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:48
--
self.playtimeLabelPair.header:SetText(GetString(SI_GUILD_FINDER_GUILD_INFO_PLAYTIME_HEADER))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:50
--
self.foundedLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_FOUNDED_DATE))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:53
--
self.sizeLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_SIZE))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:55
--
self.personalitiesLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_PERSONALITIES))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:57
--
self.languagesLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_LANGUAGES))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:63
--
activitiesHeader:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ACTIVITIES))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:66
--
self.rolesLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ROLES))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:68
--
self.minCPLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_MINIMUM_CP))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:211
--
self.sizeLabelPair.value:SetText(guildData.size)
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:212
--
self.personalitiesLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDPERSONALITYATTRIBUTEVALUE", guildData.personality)))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:213
--
self.languagesLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDLANGUAGEATTRIBUTEVALUE", guildData.language)))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:214
--
self.guildTraderLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, guildData.guildTraderText))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:215
--
self.foundedLabelPair.value:SetText(guildData.foundedDateText)
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:216
--
self.activitiesLabel:SetText(guildData.activitiesText)
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:217
--
self.playtimeLabelPair.value:SetText(ZO_GuildFinder_Manager.CreatePlaytimeRangeText(guildData))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:218
--
self.rolesLabelPair.value:SetText(ZO_GuildFinder_Manager.GetRoleIconsText(guildData.roles))
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:219
--
self.minCPLabelPair.value:SetText(guildData.minimumCP)
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:329
--
control.editBoxControl:SetText("")
ingame/guildfinder/gamepad/guildbrowser_guildinfo_gamepad.lua:332
--
control.editBoxControl:SetText(self.applicationSubmissionText)
ingame/guildfinder/gamepad/guildbrowser_guildlist_gamepad.lua:94
--
control.guildSizeHeaderLabel:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_SIZE))
ingame/guildfinder/gamepad/guildbrowser_guildlist_gamepad.lua:95
--
control.guildSizeLabel:SetText(data.size)
ingame/guildfinder/gamepad/guildbrowser_guildlist_gamepad.lua:102
--
self.resultsLabel:SetText(GetString(SI_GAMEPAD_GUILD_BROWSER_GUILD_LIST_START_SEARCHING))
ingame/guildfinder/gamepad/guildbrowser_guildlist_gamepad.lua:117
--
control.guildContextualInfoHeaderLabel:SetText(contextualInfoHeader)
ingame/guildfinder/gamepad/guildbrowser_guildlist_gamepad.lua:118
--
control.guildContextualInfoValueLabel:SetText(zo_strformat(SI_GAMEPAD_GUILD_BROWSER_GUILD_LIST_CONTEXTUAL_INFO_FORMATTER, contextualInfoValue))
ingame/guildfinder/gamepad/guildrecruitment_applicationsdefaultmessage_gamepad.lua:26
--
messageLabel:SetText(GetString(SI_GUILD_RECRUITMENT_DEFAULT_RESPONSE_DEFAULT_TEXT))
ingame/guildfinder/gamepad/guildrecruitment_applicationsdefaultmessage_gamepad.lua:28
--
messageLabel:SetText(savedMessage)
ingame/guildfinder/gamepad/guildrecruitment_applications_gamepad.lua:48
--
nameLabel:SetText(ZO_FormatUserFacingDisplayName(data.name))
ingame/guildfinder/gamepad/guildrecruitment_applications_gamepad.lua:244
--
control.editBoxControl:SetText(self.declineMessage)
ingame/guildfinder/gamepad/guildrecruitment_applications_gamepad.lua:320
--
control.editBoxControl:SetText(self.blacklistNote)
ingame/guildfinder/gamepad/guildrecruitment_attributeselectiontile_gamepad.lua:61
--
self.titleLabel:SetText(attributeData.headerText)
ingame/guildfinder/gamepad/guildrecruitment_blacklist_gamepad.lua:42
--
nameLabel:SetText(ZO_FormatUserFacingDisplayName(data.name))
ingame/guildfinder/gamepad/guildrecruitment_blacklist_gamepad.lua:151
--
control.editBoxControl:SetText(parametricDialog.data.name)
ingame/guildfinder/gamepad/guildrecruitment_blacklist_gamepad.lua:178
--
control.editBoxControl:SetText(parametricDialog.data.note)
ingame/guildfinder/gamepad/guildrecruitment_editboxtile_gamepad.lua:65
--
self.titleLabel:SetText(data.headerText)
ingame/guildfinder/gamepad/guildrecruitment_editboxtile_gamepad.lua:72
--
self.edit:SetText(data.currentValue)
ingame/guildfinder/gamepad/guildrecruitment_gamepad.lua:362
--
control.editBoxControl:SetText(dialog.currentText)
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:24
--
self.recruitmentStatusLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_RECRUITMENT_STATUS))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:26
--
self.primaryFocusLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_PRIMARY_FOCUS))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:28
--
self.secondaryFocusLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_SECONDARY_FOCUS))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:30
--
self.playtimeLabelPair.header:SetText(GetString(SI_GUILD_FINDER_GUILD_INFO_PLAYTIME_HEADER))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:32
--
self.personalitiesLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_PERSONALITIES))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:34
--
self.languagesLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_LANGUAGES))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:36
--
self.rolesLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ROLES))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:38
--
self.minCPLabelPair.header:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_MINIMUM_CP))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:44
--
activitiesHeader:SetText(GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ACTIVITIES))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:87
--
self.recruitmentStatusLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDRECRUITMENTSTATUSATTRIBUTEVALUE", currentData.recruitmentStatus)))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:90
--
self.primaryFocusLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDFOCUSATTRIBUTEVALUE", currentData.primaryFocus)))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:91
--
self.secondaryFocusLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDFOCUSATTRIBUTEVALUE", currentData.secondaryFocus)))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:92
--
self.playtimeLabelPair.value:SetText(ZO_GuildFinder_Manager.CreatePlaytimeRangeText(currentData))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:93
--
self.personalitiesLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDPERSONALITYATTRIBUTEVALUE", currentData.personality)))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:94
--
self.languagesLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDLANGUAGEATTRIBUTEVALUE", currentData.language)))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:97
--
self.rolesLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, rolesText))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:98
--
self.minCPLabelPair.value:SetText(zo_strformat(SI_GAMEPAD_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, currentData.minimumCP))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:100
--
self.headerMessageLabel:SetText(EscapeMarkup(currentData.recruitmentHeadline, ALLOW_MARKUP_TYPE_COLOR_ONLY))
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:101
--
self.activitiesLabel:SetText(currentData.activitiesText)
ingame/guildfinder/gamepad/guildrecruitment_guildlistinginfo_gamepad.lua:102
--
self.recruitmentMessageLabel:SetText(currentData.description)
ingame/guildfinder/gamepad/guildrecruitment_roleselectortile_gamepad.lua:36
--
self.titleLabel:SetText(data.headerText)
ingame/guildfinder/keyboard/guildbrowser_applicationsdefaultmessage_keyboard.lua:23
--
self.messageBox:SetText(GUILD_BROWSER_MANAGER:GetSavedApplicationMessage() or "")
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:197
--
self.backButtonText:SetText(GetString(SI_GUILD_BROWSER_GUILD_INFO_EXIT_BUTTON))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:210
--
self.backButtonText:SetText(GetString(SI_GUILD_BROWSER_GUILD_INFO_BACK_BUTTON))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:240
--
guildNameLabel:SetText(zo_strformat(SI_GUILD_BROWSER_SUBMIT_APPLICATION_DIALOG_GUILD_NAME, ZO_WHITE:Colorize(guildData.guildName)))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:243
--
characterNameLabel:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString(SI_GUILD_BROWSER_SUBMIT_APPLICATION_DIALOG_CHARACTER_LABEL), ZO_WHITE:Colorize(GetRawUnitName("player"))))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:247
--
levelNameLabel:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString(SI_GUILD_BROWSER_SUBMIT_APPLICATION_DIALOG_LEVEL_LABEL), ZO_WHITE:Colorize(GetLevelOrChampionPointsString(GetUnitLevel("player"), GetUnitChampionPoints("player"), ICON_SIZE))))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:250
--
classPointsNameLabel:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString(SI_GUILD_BROWSER_SUBMIT_APPLICATION_DIALOG_CLASS_LABEL), ZO_WHITE:Colorize(GetUnitClass("player"))))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:253
--
achievementPointsNameLabel:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString(SI_GUILD_BROWSER_SUBMIT_APPLICATION_DIALOG_ACHIEVEMENT_POINTS_LABEL), ZO_WHITE:Colorize(GetEarnedAchievementPoints())))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:256
--
editHeader:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString(SI_GUILD_BROWSER_SUBMIT_APPLICATION_DIALOG_MESSAGE_HEADER)))
ingame/guildfinder/keyboard/guildbrowser_guildinfo_keyboard.lua:260
--
editLabel:SetText(GUILD_BROWSER_MANAGER:GetSavedApplicationMessage())
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:285
--
dialog.minCPEditBox:SetText(self.filterManager:GetMinCPDefault())
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:286
--
dialog.maxCPEditBox:SetText(self.filterManager:GetMaxCPDefault())
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:312
--
control.guildSizeLabel:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_SIZE), ZO_SELECTED_TEXT:Colorize(data.size)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:317
--
control.guildContextualInfoLabel:SetText(zo_strformat(SI_GUILD_FINDER_GUILD_INFO_ATTRIBUTE_FORMATTER, contextualInfoHeader, ZO_SELECTED_TEXT:Colorize(contextualInfoValue)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:543
--
self.allianceHeaderLabel:SetText(zo_strformat(SI_GUILD_BROWSER_GUILD_LIST_ADDITIONAL_FILTERS_HEADER_FORMATTER, GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ALLIANCE)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:557
--
self.rolesHeaderLabel:SetText(zo_strformat(SI_GUILD_BROWSER_GUILD_LIST_ADDITIONAL_FILTERS_HEADER_FORMATTER, GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ROLES)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:566
--
self.languageHeaderLabel:SetText(zo_strformat(SI_GUILD_BROWSER_GUILD_LIST_ADDITIONAL_FILTERS_HEADER_FORMATTER, GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_LANGUAGES)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:569
--
self.sizeHeaderLabel:SetText(zo_strformat(SI_GUILD_BROWSER_GUILD_LIST_ADDITIONAL_FILTERS_HEADER_FORMATTER, GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_SIZE)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:572
--
self.timeHeaderLabel:SetText(zo_strformat(SI_GUILD_BROWSER_GUILD_LIST_ADDITIONAL_FILTERS_HEADER_FORMATTER, GetString(SI_GUILD_FINDER_CORE_HOURS_LABEL)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:599
--
self.minCPHeaderLabel:SetText(zo_strformat(SI_GUILD_BROWSER_GUILD_LIST_ADDITIONAL_FILTERS_HEADER_FORMATTER, GetString(SI_GUILD_BROWSER_CHAMPION_POINT_RANGE_HEADER)))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:603
--
self.minCPEditBox:SetText(GUILD_BROWSER_GUILD_LIST_KEYBOARD.filterManager:GetMinCPDefault())
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:607
--
self.maxCPEditBox:SetText(GUILD_BROWSER_GUILD_LIST_KEYBOARD.filterManager:GetMaxCPDefault())
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:615
--
self.minCPEditBox:SetText(defaultMin)
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:619
--
self.minCPEditBox:SetText(minCP)
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:623
--
self.minCPEditBox:SetText(minCP)
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:635
--
self.maxCPEditBox:SetText(defaultMax)
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:639
--
self.maxCPEditBox:SetText(maxCP)
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:643
--
self.maxCPEditBox:SetText(maxCP)
ingame/guildfinder/keyboard/guildbrowser_keyboard.lua:85
--
self.applicationsLabel:SetText(applicationLabelText)
ingame/guildfinder/keyboard/guildfinder_keyboard_base.lua:29
--
control.text:SetText(categoryInfo.name)
ingame/guildfinder/keyboard/guildfinder_keyboard_base.lua:43
--
control.text:SetText(data.name)
ingame/guildfinder/keyboard/guildfinder_keyboard_base.lua:64
--
control:SetText(data.subCategoryData.name)
ingame/guildfinder/keyboard/guildrecruitment_applicationsdefaultmessage_keyboard.lua:26
--
self.messageBox:SetText(messageBoxText)
ingame/guildfinder/keyboard/guildrecruitment_applicationslist_keyboard.lua:237
--
declineMessageEdit:SetText(GUILD_RECRUITMENT_MANAGER:GetSavedApplicationsDefaultMessage(dialog.data.guildId) or "")
ingame/guildfinder/keyboard/guildrecruitment_applicationslist_keyboard.lua:239
--
blacklistMessageEdit:SetText("")
ingame/guildfinder/keyboard/guildrecruitment_attributeselectiontile_keyboard.lua:34
--
self.titleLabel:SetText(attributeData.headerText)
ingame/guildfinder/keyboard/guildrecruitment_blacklist_keyboard.lua:291
--
nameEditControl:SetText("")
ingame/guildfinder/keyboard/guildrecruitment_blacklist_keyboard.lua:292
--
dialog:GetNamedChild("NoteEdit"):SetText("")
ingame/guildfinder/keyboard/guildrecruitment_editboxtile_keyboard.lua:24
--
self.edit:SetText(self.defaultValue)
ingame/guildfinder/keyboard/guildrecruitment_editboxtile_keyboard.lua:54
--
self.titleLabel:SetText(data.headerText)
ingame/guildfinder/keyboard/guildrecruitment_editboxtile_keyboard.lua:57
--
self.edit:SetText(data.currentValue)
ingame/guildfinder/keyboard/guildrecruitment_guildlistinginfo_keyboard.lua:69
--
self.alertControl:SetText(GetString(SI_GUILD_RECRUITMENT_GUILD_LISTING_FULL_GUILD_ALERT))
ingame/guildfinder/keyboard/guildrecruitment_guildlistinginfo_keyboard.lua:72
--
self.alertControl:SetText(GetString(SI_GUILD_RECRUITMENT_GUILD_LISTING_APPLICATIONS_FULL_GUILD_ALERT))
ingame/guildfinder/keyboard/guildrecruitment_guildlisting_keyboard.lua:203
--
self.alertControl:SetText(GetString(SI_GUILD_RECRUITMENT_GUILD_LISTING_FULL_GUILD_ALERT))
ingame/guildfinder/keyboard/guildrecruitment_guildlisting_keyboard.lua:206
--
self.alertControl:SetText(GetString(SI_GUILD_RECRUITMENT_GUILD_LISTING_APPLICATIONS_FULL_GUILD_ALERT))
ingame/guildfinder/keyboard/guildrecruitment_keyboard.lua:58
--
control.text:SetText(data.name)
ingame/guildfinder/keyboard/guildrecruitment_multilineeditboxtile_keyboard.lua:31
--
self.titleLabel:SetText(data.headerText)
ingame/guildfinder/keyboard/guildrecruitment_multilineeditboxtile_keyboard.lua:45
--
self.editBox:SetText(data.currentValue, self.hiddenWhileEditing)
ingame/guildfinder/keyboard/guildrecruitment_roleselectortile_keyboard.lua:30
--
self.titleText:SetText(data.headerText)
ingame/guildfinder/keyboard/rolemultiselector.lua:21
--
titleControl:SetText(zo_strformat(SI_GUILD_RECRUITMENT_GUILD_LISTING_HEADER_FORMATTER, GetString("SI_GUILDMETADATAATTRIBUTE", GUILD_META_DATA_ATTRIBUTE_ROLES)))
ingame/guildkiosk/guildkiosk_shared.lua:42
--
descriptionLabel:SetText(zo_strformat(SI_GUILD_KIOSK_PURCHASE_DESCRIPTION, ownershipDuration))
ingame/guildkiosk/gamepad/guildkiosk_gamepad.lua:438
--
control:SetText(ZO_FormatFraction(self.numTotalBids, maxBids))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:68
--
self.errorLabel:SetText(zo_strformat(SI_GUILD_KIOSK_PURCHASE_ERROR_TRADING_HOUSE_LOCKED, GetNumGuildMembersRequiredForPrivilege(GUILD_PRIVILEGE_TRADING_HOUSE)))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:71
--
self.errorLabel:SetText(zo_strformat(SI_GUILD_KIOSK_PURCHASE_ERROR_KIOSK_RENTED, ownedKioskName))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:133
--
control:GetNamedChild("Description"):SetText(zo_strformat(SI_GUILD_KIOSK_BID_DESCRIPTION, GetMaxKioskBidsPerGuild()))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:160
--
self.biddingClosesLabel:SetText(ownershipDuration)
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:178
--
self.errorLabel:SetText(zo_strformat(SI_GUILD_KIOSK_BID_ERROR_TRADING_HOUSE_LOCKED, GetNumGuildMembersRequiredForPrivilege(GUILD_PRIVILEGE_TRADING_HOUSE)))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:181
--
self.errorLabel:SetText(GetString("SI_GUILDKIOSKRESULT", GUILD_KIOSK_TOO_MANY_BIDS))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:192
--
self.currentBidHeaderLabel:SetText(GetString(SI_GUILD_KIOSK_MINIMUM_BID_HEADER))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:205
--
self.currentBidHeaderLabel:SetText(GetString(SI_GUILD_KIOSK_CURRENT_BID_HEADER))
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:217
--
self.weeklyBidsLabel:SetText(ZO_FormatFraction(numTotalBids, maxBidsPerGuild))
ingame/help/gamepad/help_customer_service_gamepad.lua:259
--
control.editBox:SetText(savedText)
ingame/help/gamepad/help_customer_service_gamepad.lua:261
--
control.editBox:SetText("")
ingame/help/gamepad/help_customer_service_gamepad.lua:281
--
control.lockedLabel:SetText(savedText)
ingame/help/gamepad/help_customer_service_gamepad.lua:283
--
control.lockedLabel:SetText("")
ingame/help/gamepad/help_entries_gamepad.lua:167
--
self.description1:SetText(description1)
ingame/help/gamepad/help_entries_gamepad.lua:177
--
self.description2:SetText(description2)
ingame/help/gamepad/help_mechanicassistance_gamepad.lua:195
--
editBox:SetText(savedText or "")
ingame/help/gamepad/help_root_gamepad.lua:197
--
dialog.cooldownLabelControl:SetText(ZO_FormatTimeMilliseconds(cooldownTime, TIME_FORMAT_STYLE_DESCRIPTIVE_SHORT_SHOW_ZERO_SECS, TIME_FORMAT_PRECISION_SECONDS))
ingame/help/gamepad/help_submitfeedback_gamepad.lua:162
--
editBox:SetText(self:GetSavedField(fieldType) or "")
ingame/help/keyboard/helpaskforhelp_keyboard.lua:165
--
self.description:SetText("")
ingame/help/keyboard/helpaskforhelp_keyboard.lua:166
--
self.details:SetText("")
ingame/help/keyboard/helpaskforhelp_keyboard.lua:222
--
self.details:SetText("")
ingame/help/keyboard/helpaskforhelp_keyboard.lua:237
--
self.helpDetailsTitle:SetText(title)
ingame/help/keyboard/helpaskforhelp_keyboard.lua:284
--
self.description:SetText("")
ingame/help/keyboard/helpaskforhelp_keyboard.lua:318
--
self.details:SetText(text)
ingame/help/keyboard/helpcharacterstuck_keyboard.lua:43
--
self.helpStuckCost:SetText(text)
ingame/help/keyboard/helpcustomerservice_keyboard.lua:27
--
control.text:SetText(data.name)
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:26
--
self.helpExtraInfoTitle:SetText(self:GetExtraInfoText())
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:68
--
ZO_LABEL_TEMPLATE_DUMMY_LABEL.SetText(label, text)
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:71
--
ZO_LABEL_TEMPLATE_DUMMY_LABEL.SetText(label, self:GetDetailsInstructions())
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:91
--
self.description:SetText("")
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:126
--
self.details:SetText("")
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:127
--
self.description:SetText("")
ingame/help/keyboard/helpmechanicassistancetemplate_keyboard.lua:146
--
self.details:SetText(text)
ingame/help/keyboard/helpoverview_keyboard.lua:21
--
self.helpIntroDetailsBody:SetText(GetHelpOverviewIntroParagraph())
ingame/help/keyboard/helpoverview_keyboard.lua:45
--
question:SetText(questionText)
ingame/help/keyboard/helpoverview_keyboard.lua:46
--
answer:SetText(answerText)
ingame/help/keyboard/helpsubmitfeedback_keyboard.lua:114
--
self.description:SetText("")
ingame/help/keyboard/helpsubmitfeedback_keyboard.lua:164
--
self.details:SetText("")
ingame/help/keyboard/helpsubmitfeedback_keyboard.lua:169
--
self.helpDetailsTitle:SetText(self.subcategoryContextualData.detailsTitle)
ingame/help/keyboard/helpsubmitfeedback_keyboard.lua:223
--
self.description:SetText("")
ingame/help/keyboard/help_keyboard.lua:147
--
self.searchBox:SetText("")
ingame/help/keyboard/help_keyboard.lua:157
--
control.text:SetText(data.name)
ingame/help/keyboard/help_keyboard.lua:171
--
control:SetText(data.name)
ingame/help/keyboard/help_keyboard.lua:320
--
self.helpTitle:SetText(name)
ingame/help/keyboard/help_keyboard.lua:323
--
self.helpBody:SetText(description)
ingame/help/keyboard/help_keyboard.lua:325
--
self.helpBody2:SetText(description2)
ingame/housingeditor/furnitureclasses_shared.lua:499
--
label:SetText(zo_strformat(SI_TIME_DURATION_LEFT, ZO_FormatTime(remainingTime, TIME_FORMAT_STYLE_SHOW_LARGEST_UNIT_DESCRIPTIVE, TIME_FORMAT_PRECISION_SECONDS)))
ingame/housingeditor/furnitureclasses_shared.lua:502
--
label:SetText(zo_strformat(SI_TIME_DURATION_LEFT, ZO_FormatTimeLargestTwo(remainingTime, TIME_FORMAT_STYLE_DESCRIPTIVE_MINIMAL)))
ingame/housingeditor/houseinformation_shared.lua:90
--
self.nameRow.valueLabel:SetText(houseCollectibleData:GetFormattedName())
ingame/housingeditor/houseinformation_shared.lua:91
--
self.locationRow.valueLabel:SetText(houseCollectibleData:GetFormattedHouseLocation())
ingame/housingeditor/houseinformation_shared.lua:92
--
self.primaryResidenceRow.valueLabel:SetText(isPrimaryHouse and GetString(SI_YES) or GetString(SI_NO))
ingame/housingeditor/houseinformation_shared.lua:96
--
self.ownerRow.valueLabel:SetText(ZO_FormatUserFacingDisplayName(ownerDisplayName))
ingame/housingeditor/houseinformation_shared.lua:108
--
self.currentVisitorsRow.valueLabel:SetText(zo_strformat(SI_HOUSE_INFORMATION_COUNT_FORMAT, currentPopulation, maxPopulation))
ingame/housingeditor/houseinformation_shared.lua:116
--
rowControl.nameLabel:SetText(name)
ingame/housingeditor/houseinformation_shared.lua:117
--
rowControl.valueLabel:SetText(value)
ingame/housingeditor/housingeditorhud.lua:123
--
self.keybindButton:SetText(keybindString)
ingame/housingeditor/housingeditorhud.lua:1105
--
historyEntry.label:SetText(zo_strformat(SI_HOUSE_HISTORY_COMMAND_FORMATTER, GetString("SI_HOUSINGEDITORCOMMANDTYPE", commandType), name))
ingame/housingeditor/housingpreview_shared.lua:157
--
self.locationDataLabel:SetText(ZO_CachedStrFormat(SI_ZONE_NAME, displayInfo.houseFoundInLocation))
ingame/housingeditor/housingpreview_shared.lua:158
--
self.houseTypeDataLabel:SetText(displayInfo.houseCategory)
ingame/housingeditor/housingpreview_shared.lua:209
--
priceLabel:SetText(priceText)
ingame/housingeditor/housingpreview_shared.lua:216
--
previousPriceLabel:SetText(previousPriceText)
ingame/housingeditor/housingpreview_shared.lua:262
--
control.textCallout:SetText(calloutText)
ingame/housingeditor/housingpreview_shared.lua:264
--
control.textCallout:SetText(discountPercentText)
ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:78
--
control.previousPriceLabel:SetText(furnitureObject.cost)
ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:94
--
control.subLabel1:SetText(zo_strformat(SI_MARKET_DISCOUNT_PRICE_PERCENT_FORMAT, furnitureObject.discountPercent))
ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:99
--
control.subLabel1:SetText(GetString(SI_MARKET_TILE_CALLOUT_NEW))
ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:622
--
displayNameControl:SetText(data.displayName)
ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:626
--
permissionControl:SetText(data.permissionPresetName)
ingame/housingeditor/gamepad/housingfurniturebrowser_gamepad.lua:179
--
self.headerTextFilterEditBox:SetText(SHARED_FURNITURE:GetPlaceableTextFilter())
ingame/housingeditor/gamepad/housingfurniturebrowser_gamepad.lua:183
--
self.headerTextFilterEditBox:SetText(SHARED_FURNITURE:GetMarketProductTextFilter())
ingame/housingeditor/gamepad/housingfurniturebrowser_gamepad.lua:187
--
self.headerTextFilterEditBox:SetText(SHARED_FURNITURE:GetRetrievableTextFilter())
ingame/housingeditor/gamepad/housingfurnituresettings_gamepad.lua:157
--
GetControl(control, "Name"):SetText(GetString(data.generalInfo.text))
ingame/housingeditor/gamepad/housingfurnituresettings_gamepad.lua:469
--
control.editBoxControl:SetText("")
ingame/housingeditor/gamepad/housingfurnituresettings_gamepad.lua:472
--
control.editBoxControl:SetText(dialog.nameText)
ingame/housingeditor/gamepad/housingfurnituresettings_gamepad.lua:682
--
editbox:SetText(displayName)
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:212
--
control.text:SetText(data.name)
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:243
--
control:SetText(data.name)
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:260
--
self.noMatchMessageLabel:SetText(text)
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:455
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:457
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:512
--
displayName:SetText(ZO_FormatUserFacingDisplayName(data.displayName))
ingame/housingeditor/keyboard/furnitureclasses_keyboard.lua:516
--
permissions:SetText(data.permissionPresetName)
ingame/housingeditor/keyboard/housingfurniturebrowser_keyboard.lua:110
--
rowControl.name:SetText(furnitureObject:GetFormattedName())
ingame/housingeditor/keyboard/housingfurniturebrowser_keyboard.lua:121
--
stackCountLabel:SetText(furnitureObject:GetFormattedStackCount())
ingame/housingeditor/keyboard/housingfurnitureproducts_keyboard.lua:128
--
rowControl.name:SetText(marketProductFurnitureObject:GetFormattedName())
ingame/housingeditor/keyboard/housingfurnitureproducts_keyboard.lua:141
--
rowControl.previousCost:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(cost)))
ingame/housingeditor/keyboard/housingfurnitureproducts_keyboard.lua:154
--
rowControl.cost:SetText(currencyString)
ingame/housingeditor/keyboard/housingfurnitureproducts_keyboard.lua:168
--
rowControl.textCallout:SetText(zo_strformat(SI_MARKET_DISCOUNT_PRICE_PERCENT_FORMAT, marketProductFurnitureObject.discountPercent))
ingame/housingeditor/keyboard/housingfurnitureproducts_keyboard.lua:173
--
rowControl.textCallout:SetText(GetString(SI_MARKET_TILE_CALLOUT_NEW))
ingame/housingeditor/keyboard/housingfurnitureretrieval_keyboard.lua:109
--
distanceLabel:SetText(zo_strformat(SI_HOUSING_BROWSER_DISTANCE_AWAY_FORMAT, data:GetDistanceFromPlayerM()))
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:166
--
buttonControl:SetText(buttonText)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:169
--
nameControl:SetText(labelText)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:178
--
nameControl:SetText(labelText)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:340
--
dialog:GetNamedChild("Header"):SetText(zo_strformat(SI_DIALOG_TEXT_CHANGE_HOUSING_PERMISSION, dialog.data.displayName))
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:409
--
dialog:GetNamedChild("Title"):SetText(dialog.data.titleText)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:410
--
dialog:GetNamedChild("Header"):SetText(dialog.data.headerText)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:447
--
dialog:GetNamedChild("Title"):SetText(dialogTitle)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:448
--
GetControl(dialog, "NameEdit"):SetText("")
ingame/hud/hudinfamymeter.lua:214
--
messageParams:SetText(primaryMessage, secondaryMessage)
ingame/hud/hudinfamymeter.lua:244
--
messageParams:SetText(primaryMessage, secondaryMessage)
ingame/hud/hudtelvarmeter.lua:144
--
self.multiplierWholePart:SetText(zo_strformat(SI_TELVAR_HUD_MULTIPLIER_VALUE_WHOLE, wholePart))
ingame/hud/hudtelvarmeter.lua:145
--
self.multiplierFractionalPart:SetText(zo_strformat(SI_TELVAR_HUD_MULTIPLIER_VALUE_FRACTION, string.format("%02d", fractionalPart)))
ingame/hud/hudtracker_base.lua:99
--
self.headerLabel:SetText(text)
ingame/hud/hudtracker_base.lua:103
--
self.subLabel:SetText(text)
ingame/interactwindow/interactwindow_shared.lua:280
--
self:SetText(zo_strformat(SI_INTERACT_OPTION_FLEE_ARREST, GetSecondsUntilArrestTimeout()))
ingame/interactwindow/interactwindow_shared.lua:290
--
control:SetText(formattedString)
ingame/interactwindow/interactwindow_shared.lua:301
--
control:SetText(formattedString)
ingame/interactwindow/interactwindow_shared.lua:431
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, name))
ingame/interactwindow/interactwindow_shared.lua:445
--
stackControl:SetText(stackSizeString)
ingame/interactwindow/interactwindow_shared.lua:477
--
nameControl:SetText(ZO_QuestReward_GetSkillPointText(amount))
ingame/interactwindow/interactwindow_shared.lua:490
--
nameControl:SetText(ZO_QuestReward_GetSkillLineEarnedText(name))
ingame/interactwindow/keepclaimdialog.lua:117
--
self.errorTextLabel:SetText(zo_strformat(SI_KEEP_CLAIM_ON_COOLDOWN, keepName, ZO_FormatTime(time, TIME_FORMAT_STYLE_COLONS, TIME_FORMAT_PRECISION_TWELVE_HOUR)))
ingame/interactwindow/keepclaimdialog.lua:119
--
self.errorTextLabel:SetText(zo_strformat(GetString("SI_CLAIMKEEPRESULTTYPE", result), keepName))
ingame/interactwindow/gamepad/interactwindow_gamepad.lua:44
--
control:GetNamedChild("TargetArea"):GetNamedChild("BodyText"):SetText(data.bodyText)
ingame/interactwindow/gamepad/interactwindow_gamepad.lua:50
--
control:SetText(data.optionText)
ingame/interactwindow/gamepad/interactwindow_gamepad.lua:173
--
self.titleControl:SetText(GetUnitName("interact"))
ingame/interactwindow/gamepad/interactwindow_gamepad.lua:174
--
self.textControl:SetText(bodyText)
ingame/interactwindow/gamepad/interactwindow_gamepad.lua:289
--
control:SetText(control.optionText)
ingame/interactwindow/gamepad/interactwindow_gamepad.lua:298
--
control:SetText(control.optionText)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:81
--
self.titleControl:SetText(zo_strformat(GetString(SI_INTERACT_TITLE_FORMAT), GetUnitName("interact")))
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:83
--
self.control:GetNamedChild("TargetAreaBodyText"):SetText(bodyText)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:188
--
optionControl:SetText(chatterData.optionText)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:304
--
control:SetText(control.optionText)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:312
--
control:SetText(control.optionText)
ingame/inventory/inventory.lua:232
--
nameControl:SetText(slot.name)
ingame/inventory/inventory.lua:281
--
nameControl:SetText(questItem.name)
ingame/inventory/inventory.lua:1103
--
activeTabControl:SetText(activeTabText)
ingame/inventory/inventory.lua:1250
--
inventory.freeSlotsLabel:SetText(zo_strformat(freeSlotTypeInventory.freeSlotsStringId, numUsedSlots, numSlots))
ingame/inventory/inventory.lua:1252
--
inventory.freeSlotsLabel:SetText(zo_strformat(freeSlotTypeInventory.freeSlotsFullStringId, numUsedSlots, numSlots))
ingame/inventory/inventory.lua:1260
--
inventory.altFreeSlotsLabel:SetText(zo_strformat(altFreeSlotInventory.freeSlotsStringId, numUsedSlots, numSlots))
ingame/inventory/inventory.lua:1262
--
inventory.altFreeSlotsLabel:SetText(zo_strformat(altFreeSlotInventory.freeSlotsFullStringId, numUsedSlots, numSlots))
ingame/inventory/inventory.lua:2006
--
self.withdrawDepositCurrencyHeaderLabel:SetText(GetString(SI_BANK_CURRENCY_VALUE_ENTRY_WITHDRAW_HEADER))
ingame/inventory/inventory.lua:2040
--
self.withdrawDepositCurrencyHeaderLabel:SetText(GetString(SI_BANK_CURRENCY_VALUE_ENTRY_DEPOSIT_HEADER))
ingame/inventory/inventory.lua:2088
--
self.bankedCurrencyLabel:SetText(bankedText)
ingame/inventory/inventory.lua:2089
--
self.carriedCurrencyLabel:SetText(carriedText)
ingame/inventory/inventory.lua:2660
--
label:SetText(emptyListDisplayString)
ingame/inventory/inventory.lua:2663
--
label:SetText(GetString(SI_INVENTORY_ERROR_FILTER_EMPTY))
ingame/inventory/inventory.lua:2764
--
editBox:SetText("")
ingame/inventory/inventoryslot.lua:143
--
stackCountLabel:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_AbbreviateNumber(stackCount, NUMBER_ABBREVIATION_PRECISION_TENTHS, USE_LOWERCASE_NUMBER_SUFFIXES)))
ingame/inventory/inventoryslot.lua:145
--
stackCountLabel:SetText("")
ingame/inventory/inventoryslot.lua:443
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(bag, index)))
ingame/inventory/inventorytemplates.lua:8
--
slotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/inventory/inventorytemplates.lua:10
--
slotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/inventory/inventorywallet.lua:87
--
self.filterBarLabel:SetText(self:GetCurrencyLocationName(currencyLocation))
ingame/inventory/inventorywallet.lua:119
--
nameControl:SetText(zo_strformat(SI_CURRENCY_NAME_FORMAT, data.name))
ingame/inventory/inventorywallet.lua:123
--
amountControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_Currency_FormatKeyboard(data.currencyType, data.amount, ZO_CURRENCY_FORMAT_AMOUNT_ICON, FORMAT_EXTRA_OPTIONS)))
ingame/inventory/inventorywallet.lua:157
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/inventory/inventorywallet.lua:159
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/inventory/stack.lua:38
--
stackLabel:SetText(stackControl.stackSize - stackControl.spinner:GetValue())
ingame/inventory/stack.lua:51
--
GetControl(stackControl, "Prompt"):SetText(zo_strformat(SI_INVENTORY_SPLIT_STACK_PROMPT, qualityColor:Colorize(itemName)))
ingame/inventory/gamepad/buyspacecommon_gamepad.lua:35
--
self.infoText:SetText(self.infoTextCanAfford)
ingame/inventory/gamepad/buyspacecommon_gamepad.lua:37
--
self.infoText:SetText(self.infoTextCanNotAfford)
ingame/inventory/gamepad/gamepadinventory.lua:387
--
dialog.sliderValue1:SetText(dialog.data.stackSize - value)
ingame/inventory/gamepad/gamepadinventory.lua:388
--
dialog.sliderValue2:SetText(value)
ingame/inventory/gamepad/guildbank_gamepad.lua:408
--
self.withdrawLoadingControl:GetNamedChild("ContainerText"):SetText(GetString(SI_INVENTORY_RETRIEVING_ITEMS))
ingame/inventory/keyboard/itemtransferdialog_keyboard.lua:93
--
self.quantityControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_AbbreviateNumber(stackCount, NUMBER_ABBREVIATION_PRECISION_TENTHS, USE_LOWERCASE_NUMBER_SUFFIXES)))
ingame/keybindings/keyboard/keybindings.lua:139
--
self.control.instructionsLabel:SetText(zo_strformat(SI_KEYBINDINGS_PRESS_A_KEY_OR_CLICK, ZO_SELECTED_TEXT:Colorize(bindingSlotText), ZO_SELECTED_TEXT:Colorize(data.localizedActionName)))
ingame/keybindings/keyboard/keybindings.lua:269
--
self.control.currentBindLabel:SetText(bindingString)
ingame/keybindings/keyboard/keybindings.lua:280
--
self.control.overwriteWarning1:SetText(zo_strformat(SI_KEYBINDINGS_ALREADY_BOUND, ZO_SELECTED_TEXT:Colorize(bindingSlotText), ZO_SELECTED_TEXT:Colorize(localizedActionName)))
ingame/keybindings/keyboard/keybindings.lua:281
--
self.control.overwriteWarning2:SetText(zo_strformat(SI_KEYBINDINGS_WOULD_UNBIND, ZO_SELECTED_TEXT:Colorize(localizedActionName)))
ingame/keybindings/keyboard/keybindings.lua:284
--
self.control.overwriteWarning1:SetText(zo_strformat(SI_KEYBINDINGS_CANNOT_BIND_TO, ZO_SELECTED_TEXT:Colorize(localizedActionName)))
ingame/keybindings/keyboard/keybindings.lua:315
--
button:SetText(bindingText)
ingame/keybindings/keyboard/keybindings.lua:329
--
control:SetText(data.layerName)
ingame/keybindings/keyboard/keybindings.lua:333
--
control:SetText(data.categoryName)
ingame/keybindings/keyboard/keybindings.lua:339
--
control.actionLabel:SetText(data.localizedActionName)
ingame/leaderboards/leaderboards_shared.lua:212
--
self.pointsHeaderLabel:SetText(data.pointsHeaderString or GetString(SI_LEADERBOARDS_HEADER_POINTS))
ingame/leaderboards/leaderboards_shared.lua:233
--
control.rankLabel:SetText(data.rank)
ingame/leaderboards/leaderboards_shared.lua:238
--
control.nameLabel:SetText(nameToUse)
ingame/leaderboards/leaderboards_shared.lua:246
--
control.houseLabel:SetText(data.houseName)
ingame/leaderboards/leaderboards_shared.lua:274
--
control.pointsLabel:SetText(data.points)
ingame/leaderboards/gamepad/leaderboardlist_gamepad.lua:143
--
control.characterNameLabel:SetText(ZO_FormatUserFacingCharacterName(data.characterName))
ingame/leaderboards/keyboard/battlegroundleaderboards_keyboard.lua:30
--
self.currentScoreLabel:SetText(zo_strformat(SI_LEADERBOARDS_CURRENT_SCORE, displayedScore))
ingame/leaderboards/keyboard/battlegroundleaderboards_keyboard.lua:34
--
self.currentRankLabel:SetText(zo_strformat(SI_LEADERBOARDS_CURRENT_RANK, rankingTypeText, displayedRank))
ingame/leaderboards/keyboard/battlegroundleaderboards_keyboard.lua:39
--
self.timerLabel:SetText(zo_strformat(self.timerLabelIdentifier, self.timerLabelData))
ingame/leaderboards/keyboard/battlegroundleaderboards_keyboard.lua:41
--
self.timerLabel:SetText("")
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:87
--
self.activeTab:SetText(GetCampaignName(self:GetCampaignId()))
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:98
--
self.activeTab:SetText(GetCampaignName(self:GetCampaignId()))
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:145
--
self.currentScoreLabel:SetText(zo_strformat(SI_CAMPAIGN_LEADERBOARDS_CURRENT_POINTS, displayedScore))
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:146
--
self.currentRankLabel:SetText(zo_strformat(SI_LEADERBOARDS_CURRENT_RANK, rankingTypeText, displayedRank))
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:151
--
self.timerLabel:SetText(zo_strformat(self.timerLabelIdentifier, self.timerLabelData))
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:153
--
self.timerLabel:SetText("")
ingame/leaderboards/keyboard/campaignleaderboards_keyboard.lua:156
--
self.scoringInfoLabel:SetText(self.scoringInfoText)
ingame/leaderboards/keyboard/housingleaderboards_keyboard.lua:31
--
self.currentScoreLabel:SetText(zo_strformat(SI_LEADERBOARDS_BEST_SCORE, displayedScore))
ingame/leaderboards/keyboard/housingleaderboards_keyboard.lua:35
--
self.currentRankLabel:SetText(zo_strformat(SI_LEADERBOARDS_CURRENT_RANK, rankingTypeText, displayedRank))
ingame/leaderboards/keyboard/housingleaderboards_keyboard.lua:40
--
self.timerLabel:SetText(zo_strformat(self.timerLabelIdentifier, self.timerLabelData))
ingame/leaderboards/keyboard/housingleaderboards_keyboard.lua:42
--
self.timerLabel:SetText("")
ingame/leaderboards/keyboard/leaderboards_keyboard.lua:47
--
control:SetText(data.name)
ingame/leaderboards/keyboard/leaderboards_keyboard.lua:59
--
control.text:SetText(data.name)
ingame/leaderboards/keyboard/leaderboards_keyboard.lua:214
--
self.activeLeaderboardLabel:SetText(titleName)
ingame/leaderboards/keyboard/raidleaderboards_keyboard.lua:37
--
self.currentScoreLabel:SetText(zo_strformat(SI_LEADERBOARDS_BEST_SCORE, displayedScore))
ingame/leaderboards/keyboard/raidleaderboards_keyboard.lua:41
--
self.currentRankLabel:SetText(zo_strformat(SI_LEADERBOARDS_CURRENT_RANK, rankingTypeText, displayedRank))
ingame/leaderboards/keyboard/raidleaderboards_keyboard.lua:48
--
self.timerLabel:SetText(zo_strformat(self.timerLabelIdentifier, self.timerLabelData))
ingame/leaderboards/keyboard/raidleaderboards_keyboard.lua:50
--
self.timerLabel:SetText("")
ingame/leaderboards/keyboard/raidleaderboards_keyboard.lua:63
--
self.scoringInfoLabel:SetText(zo_strformat(currentScoreTextFormat, self.currentScoreData))
ingame/leveluprewards/leveluprewardsupcoming_base.lua:32
--
self.nextLevelContainer.titleControl:SetText(zo_strformat(SI_LEVEL_UP_REWARDS_NEXT_MILESTONE_REWARD_HEADER, nextRewardLevel))
ingame/leveluprewards/leveluprewardsupcoming_base.lua:34
--
self.nextLevelContainer.titleControl:SetText(GetString(SI_LEVEL_UP_REWARDS_NEXT_LEVEL_REWARD_HEADER))
ingame/leveluprewards/leveluprewardsupcoming_base.lua:40
--
self.nextMilestoneContainer.titleControl:SetText(zo_strformat(SI_LEVEL_UP_REWARDS_NEXT_MILESTONE_REWARD_HEADER, nextMilestoneRewardLevel))
ingame/leveluprewards/gamepad/leveluprewardsupcoming_gamepad.lua:34
--
rewardControl.nameControl:SetText(name)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:83
--
rowControl.nameControl:SetText(name)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:109
--
rowControl.stackCountControl:SetText(formattedCount)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:126
--
rewardHeaderControl.nameControl:SetText(headerString)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:164
--
self.titleControl:SetText(titleString)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:224
--
tipLabel:SetText(tipText)
ingame/leveluprewards/keyboard/leveluprewardsupcoming_keyboard.lua:48
--
rewardControl.nameControl:SetText(name)
ingame/lfg/readychecktracker.lua:114
--
self.countLabel:SetText(zo_strformat(SI_READY_CHECK_TRACKER_COUNT_FORMAT, pendingTotal))
ingame/lfg/searchingforgroup.lua:35
--
self.statusLabel:SetText(statusLabelText)
ingame/lfg/searchingforgroup.lua:40
--
self.actualTimeLabel:SetText("")
ingame/lfg/searchingforgroup.lua:41
--
self.estimatedTimeLabel:SetText("")
ingame/lfg/searchingforgroup.lua:72
--
self.actualTimeLabel:SetText(zo_strformat(SI_ACTIVITY_QUEUE_STATUS_LABEL_FORMAT, ACTUAL_HEADER_TEXT, NO_ICON, textStartTime))
ingame/lfg/searchingforgroup.lua:76
--
self.estimatedTimeLabel:SetText(zo_strformat(SI_ACTIVITY_QUEUE_STATUS_LABEL_FORMAT, ESTIMATED_HEADER_TEXT, NO_ICON, textEstimatedTime))
ingame/lfg/searchingforgroup.lua:78
--
self.estimatedTimeLabel:SetText("")
ingame/lfg/veterandifficultysettings.lua:48
--
self.difficultyLabel:SetText(zo_iconTextFormat(icon, 32, 32, text))
ingame/lfg/zo_activityfinderroot_classes.lua:69
--
labelControl:SetText(zo_strformat(SI_ACTIVITY_FINDER_GROUP_SIZE_TEAM_FORMAT, maxGroupSize, groupIconFormat))
ingame/lfg/zo_activityfinderroot_classes.lua:71
--
labelControl:SetText(zo_strformat(SI_ACTIVITY_FINDER_GROUP_SIZE_RANGE_FORMAT, minGroupSize, maxGroupSize, groupIconFormat))
ingame/lfg/zo_activityfinderroot_classes.lua:73
--
labelControl:SetText(zo_strformat(SI_ACTIVITY_FINDER_GROUP_SIZE_SIMPLE_FORMAT, minGroupSize, groupIconFormat))
ingame/lfg/zo_activityfindertemplate_shared.lua:150
--
itemRewardControl.text:SetText(displayName)
ingame/lfg/zo_activityfindertemplate_shared.lua:165
--
self.xpRewardLabel:SetText(zo_strformat(SI_ACTIVITY_FINDER_REWARD_XP_FORMAT, ZO_CommaDelimitNumber(xpReward)))
ingame/lfg/zo_activityfindertemplate_shared.lua:185
--
self.descriptionLabel:SetText(description)
ingame/lfg/zo_activityfindertemplate_shared.lua:190
--
self.rewardsHeader:SetText(location:IsEligibleForDailyReward() and DAILY_HEADER or STANDARD_HEADER)
ingame/lfg/zo_activityfindertemplate_shared.lua:364
--
setTypesHeader:SetText(setTypesHeaderText)
ingame/lfg/zo_activityfindertemplate_shared.lua:365
--
setTypesList:SetText(setTypesListText)
ingame/lfg/gamepad/zo_activityfindertemplate_gamepad.lua:467
--
self.titleLabel:SetText(entryData.nameGamepad)
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:31
--
self.lockReasonLabel:SetText(zo_iconTextFormat("EsoUI/Art/Miscellaneous/locked_disabled.dds", 16, 16, lockReasonText))
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:33
--
self.lockReasonLabel:SetText(zo_iconFormat("EsoUI/Art/Miscellaneous/locked_disabled.dds", 16, 16))
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:63
--
control.text:SetText(name)
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:74
--
control.text:SetText(data:GetNameKeyboard())
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:101
--
self.lfmPromptBodyLabel:SetText(zo_strformat(GetString(SI_LFG_FIND_REPLACEMENT_TEXT), lfmPromptActivityName))
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:191
--
self.lockReasonLabel:SetText(zo_iconTextFormat("EsoUI/Art/Miscellaneous/locked_disabled.dds", 16, 16, lockReasonText))
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:314
--
self.titleLabel:SetText(data:GetNameKeyboard())
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:325
--
setTypeListControl:SetText(zo_strformat(SI_BATTLEGROUND_GAME_MODE_FORMATTER_KEYBOARD, setTypesHeaderText, setTypesListText))
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:406
--
nameLabel:SetText(data.nameKeyboard)
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:415
--
lockedInfoLabel:SetText(zo_iconTextFormat("EsoUI/Art/Miscellaneous/locked_disabled.dds", 16, 16, data.lockReasonText))
ingame/lockpick/lockpick.lua:82
--
self.lockLevelLabel:SetText(zo_strformat(SI_LOCKPICK_LEVEL, GetString("SI_LOCKQUALITY", GetLockQuality())))
ingame/lockpick/lockpick.lua:83
--
self.lockpicksLeftLabel:SetText(zo_strformat(SI_LOCKPICK_PICKS_REMAINING, GetNumLockpicksLeft()))
ingame/lockpick/lockpick.lua:91
--
self.gamepadLockLevelLabel:SetText(GetString("SI_LOCKQUALITY", GetLockQuality()))
ingame/lockpick/lockpick.lua:92
--
self.gamepadLockpicksLeftLabel:SetText(GetNumLockpicksLeft())
ingame/lockpick/lockpick.lua:150
--
self.lockpicksLeftLabel:SetText(zo_strformat(SI_LOCKPICK_PICKS_REMAINING, GetNumLockpicksLeft()))
ingame/lockpick/lockpick.lua:152
--
self.gamepadLockpicksLeftLabel:SetText(GetNumLockpicksLeft())
ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:39
--
control:SetText(data.name)
ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:49
--
control:SetText(zo_strformat(SI_LORE_LIBRARY_KNOWN_BOOKS, data.name, data.numKnownBooks, data.totalBooks))
ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:84
--
self.totalCollectedLabel:SetText(zo_strformat(SI_LORE_LIBRARY_TOTAL_COLLECTED, self.totalCurrentlyCollected, self.totalPossibleCollected))
ingame/lorelibrary/keyboard/lorelibrary_keyboard.lua:215
--
control.text:SetText(title)
ingame/lorereader/lorereader.lua:180
--
self:SetText(title, body, showTitle)
ingame/lorereader/lorereader.lua:454
--
self.title:SetText(self.titleText)
ingame/lorereader/lorereader.lua:465
--
self.firstPage.body:SetText(self.bodyText)
ingame/lorereader/lorereader.lua:470
--
self.secondPage.body:SetText(self.bodyText)
ingame/mail/mailinbox_shared.lua:91
--
fromControl:SetText(mailData.senderDisplayName)
ingame/mail/mailinbox_shared.lua:98
--
subjectControl:SetText(mailData:GetFormattedSubject())
ingame/mail/mailinbox_shared.lua:101
--
expiresControl:SetText(mailData:GetExpiresText())
ingame/mail/mailinbox_shared.lua:105
--
receivedControl:SetText(mailData:GetReceivedText())
ingame/mail/mailinbox_shared.lua:108
--
bodyControl:SetText(body)
ingame/mail/gamepad/mailinbox_gamepad.lua:425
--
self.loadingLabel:SetText(GetString(SI_GAMEPAD_MAIL_INBOX_LOADING))
ingame/mail/gamepad/mailmanager_gamepad.lua:39
--
control.moneyLabel:SetText(GetString(SI_MAIL_READ_SENT_GOLD_LABEL))
ingame/mail/gamepad/mailmanager_gamepad.lua:57
--
control.moneyLabel:SetText(GetString(SI_MAIL_READ_COD_LABEL))
ingame/mail/gamepad/mailmanager_gamepad.lua:64
--
control.moneyLabel:SetText(GetString(SI_MAIL_READ_SENT_GOLD_LABEL))
ingame/mail/gamepad/mailmanager_gamepad.lua:115
--
control.addressLabel:SetText(addressText)
ingame/mail/gamepad/mailmanager_gamepad.lua:142
--
control.addressEdit.edit:SetText(address)
ingame/mail/gamepad/mailmanager_gamepad.lua:151
--
control.subjectEdit.edit:SetText(subject)
ingame/mail/gamepad/mailmanager_gamepad.lua:158
--
control.bodyEdit.edit:SetText(body)
ingame/mail/gamepad/mailsend_gamepad.lua:512
--
editControl:SetText(displayName)
ingame/mail/gamepad/mailsend_gamepad.lua:655
--
self.loadingLabel:SetText(GetString(SI_GAMEPAD_MAIL_SEND_SENDING))
ingame/mail/keyboard/mailinbox_keyboard.lua:191
--
self.unreadLabel:SetText(numUnread)
ingame/mail/keyboard/mailinbox_keyboard.lua:224
--
GetControl(control, "Subject"):SetText(data:GetFormattedSubject())
ingame/mail/keyboard/mailinbox_keyboard.lua:448
--
self.fromControl:SetText(fromName)
ingame/mail/keyboard/mailinbox_keyboard.lua:624
--
self.confirmTextLabel:SetText(GetString(confirmStringId))
ingame/mail/keyboard/mailsend_keyboard.lua:160
--
self.to:SetText("")
ingame/mail/keyboard/mailsend_keyboard.lua:161
--
self.subject:SetText("")
ingame/mail/keyboard/mailsend_keyboard.lua:162
--
self.body:SetText("")
ingame/mail/keyboard/mailsend_keyboard.lua:221
--
self.to:SetText(to or "")
ingame/mail/keyboard/mailsend_keyboard.lua:222
--
self.body:SetText("")
ingame/mail/keyboard/mailsend_keyboard.lua:224
--
self.subject:SetText(zo_strformat(SI_MAIL_REPLY_SUBJECT, subject))
ingame/mail/keyboard/mailsend_keyboard.lua:227
--
self.subject:SetText("")
ingame/mainmenu/gamepad/zo_mainmenu_gamepad.lua:527
--
animatingControl:SetText(animatingControl.text[1])
ingame/mainmenu/gamepad/zo_mainmenu_gamepad.lua:553
--
balanceLabel:SetText(GetString(SI_GAMEPAD_MAIN_MENU_MARKET_BALANCE_TITLE))
ingame/mainmenu/gamepad/zo_mainmenu_gamepad.lua:557
--
remainingCrownsLabel:SetText(currencyString)
ingame/mainmenu/gamepad/zo_mainmenu_gamepad.lua:745
--
entry:SetText(name())
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:35
--
membershipControl:SetText(esoPlusString)
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:38
--
remainingCrownsControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(currentCrownBalance)))
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:41
--
remainingCrownsControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(playerCrownBalance)))
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:652
--
button:SetText(GetString(name))
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:700
--
self.sceneGroupBarLabel:SetText(GetString(layoutData.categoryName))
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:741
--
self.sceneGroupBarLabel:SetText(GetString(layoutData.categoryName))
ingame/map/keeptooltip.lua:26
--
line:SetText(text)
ingame/map/keeptooltip.lua:119
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_KEEP_NAME, keepName))
ingame/map/keeptooltip.lua:488
--
nameControl:SetText(GetString(SI_TOOLTIP_FORWARD_CAMP))
ingame/map/maplocationtooltip.lua:71
--
label:SetText(text)
ingame/map/maplocationtooltip.lua:90
--
self.header:SetText(headerText)
ingame/map/worldmap.lua:1023
--
ZO_WorldMapMouseoverName:SetText(zo_strformat(SI_WORLD_MAP_LOCATION_NAME, poiName))
ingame/map/worldmap.lua:1026
--
ZO_WorldMapMouseOverDescription:SetText(poiFinishedDesc)
ingame/map/worldmap.lua:1028
--
ZO_WorldMapMouseOverDescription:SetText(poiStartDesc)
ingame/map/worldmap.lua:1040
--
ZO_WorldMapMouseoverName:SetText(zo_strformat(SI_WORLD_MAP_LOCATION_NAME, GetWayshrineNameFromPin(pin)))
ingame/map/worldmap.lua:1671
--
ZO_WorldMapMouseoverName:SetText(zo_strformat(SI_WORLD_MAP_LOCATION_NAME, g_mouseoverMapBlobManager.m_currentLocation))
ingame/map/worldmap.lua:1674
--
ZO_WorldMapMouseoverName:SetText("")
ingame/map/worldmap.lua:1678
--
ZO_WorldMapMouseOverDescription:SetText("")
ingame/map/worldmap.lua:3501
--
labelControl:SetText("")
ingame/map/worldmap.lua:4152
--
ZO_WorldMapMouseoverName:SetText(zo_strformat(SI_WORLD_MAP_LOCATION_NAME, locationName))
ingame/map/worldmap.lua:4154
--
ZO_WorldMapMouseoverName:SetText("")
ingame/map/worldmap.lua:6148
--
ZO_WorldMapRespawnTimerValue:SetText(formattedTimeRemaining)
ingame/map/worldmap.lua:6366
--
ZO_WorldMapTitle:SetText(mapTitle)
ingame/map/worldmap.lua:6367
--
ZO_WorldMapHeader_GamepadTitle:SetText(mapTitle)
ingame/map/worldmap.lua:6562
--
ZO_WorldMapMouseoverName:SetText("")
ingame/map/worldmap.lua:6564
--
ZO_WorldMapMouseOverDescription:SetText("")
ingame/map/worldmap.lua:7227
--
zoomKeybind:SetText(GetString(SI_WORLD_MAP_ZOOM))
ingame/map/worldmap.lua:7866
--
ZO_WorldMapMouseoverName:SetText("")
ingame/map/worldmap.lua:7867
--
ZO_WorldMapMouseOverDescription:SetText("")
ingame/map/worldmap.lua:8074
--
ZO_WorldMapGamepadInteractKeybind:SetText(zo_strformat(SI_GAMEPAD_WORLD_MAP_INTERACT, ZO_Keybindings_GetKeyText(KEY_GAMEPAD_BUTTON_1, KEYBIND_SCALE_PERCENT, KEYBIND_SCALE_PERCENT), buttonText))
ingame/map/worldmap.lua:8469
--
self.pinPointerBoxContents:SetText(shortDescription)
ingame/map/worldmapkeepinfo_shared.lua:265
--
self.keepNameLabel:SetText(zo_strformat(SI_TOOLTIP_KEEP_NAME, GetKeepName(keepId)))
ingame/map/worldmapkeepsummary_shared.lua:78
--
row:GetNamedChild("ResourceName"):SetText(self.keepUpgradeObject:GetUpgradeTypeName())
ingame/map/worldmapkeepsummary_shared.lua:120
--
self.control:GetNamedChild("GuildOwner"):SetText(guildName)
ingame/map/worldmapkeepsummary_shared.lua:158
--
row:GetNamedChild("Level"):SetText(level)
ingame/map/worldmapkeepsummary_shared.lua:163
--
row:GetNamedChild("TimeUntilNextLevel"):SetText(remainingTimeText)
ingame/map/worldmapkeepupgrade_shared.lua:128
--
self.barLabel:SetText(self.keepUpgradeObject:GetUpgradeTypeName())
ingame/map/worldmapkeepupgrade_shared.lua:144
--
self.currentLevelLabel:SetText(level)
ingame/map/worldmapkeepupgrade_shared.lua:154
--
self.timeUntilNextLevelLabel:SetText(remainingTimeText)
ingame/map/worldmapkey_shared.lua:39
--
header:SetText(GetMapKeySectionName(sectionIndex))
ingame/map/worldmapquests_shared.lua:37
--
self.noQuestsLabel:SetText(GetString(SI_WORLD_MAP_NO_QUESTS))
ingame/map/worldmapquests_shared.lua:39
--
self.noQuestsLabel:SetText(GetString(SI_WORLD_MAP_DOESNT_SHOW_QUESTS_DISTANCE))
ingame/map/gamepad/worldmapkey_gamepad.lua:165
--
header:SetText(sectionName)
ingame/map/gamepad/worldmapkey_gamepad.lua:181
--
symbol:GetNamedChild("Name"):SetText(name)
ingame/map/gamepad/worldmaplocations_gamepad.lua:92
--
self.sideContent:GetNamedChild("Info"):SetText(data.description)
ingame/map/gamepad/worldmapzonestory_gamepad.lua:79
--
control.progressLabel:SetText(text)
ingame/map/keyboard/worldmapcorner_keyboard.lua:4
--
titleLabel:SetText(ZO_WorldMap_GetMapTitle())
ingame/map/keyboard/worldmapcorner_keyboard.lua:23
--
self:GetNamedChild("Time"):SetText(formattedTime)
ingame/map/keyboard/worldmaphouses_keyboard.lua:23
--
headerLabel:SetText(data.text)
ingame/map/keyboard/worldmaphouses_keyboard.lua:29
--
houseNameLabel:SetText(data.houseName)
ingame/map/keyboard/worldmaphouses_keyboard.lua:35
--
locationLabel:SetText(data.foundInZoneName)
ingame/map/keyboard/worldmaphouses_keyboard.lua:83
--
houseNameLabel:SetText(data.houseName)
ingame/map/keyboard/worldmaphouses_keyboard.lua:89
--
locationLabel:SetText(data.foundInZoneName)
ingame/map/keyboard/worldmaplocations_keyboard.lua:46
--
locationLabel:SetText(data.locationName)
ingame/map/keyboard/worldmapquests_keyboard.lua:50
--
nameControl:SetText(data.name)
ingame/map/keyboard/worldmapzonestory_keyboard.lua:62
--
control.progressBarProgressLabel:SetText(progressText)
ingame/optionspanels/optionspanel_social_shared.lua:62
--
control:SetText(guildName)
ingame/optionspanels/optionspanel_social_shared.lua:65
--
control:SetText(zo_strformat(SI_EMPTY_GUILD_CHANNEL_NAME, data.guildIndex))
ingame/optionspanels/optionspanel_social_shared.lua:74
--
valueLabel:SetText(currentChoice)
ingame/optionspanels/optionspanel_social_shared.lua:91
--
valueLabel:SetText(value)
ingame/optionspanels/optionspanel_social_shared.lua:99
--
GetControl(control, "Name"):SetText(GetString(data.text))
ingame/optionspanels/optionspanel_social_shared.lua:116
--
valueLabel:SetText(currentChoice)
ingame/optionspanels/optionspanel_social_shared.lua:133
--
valueLabel:SetText(value)
ingame/optionspanels/optionspanel_social_shared.lua:140
--
GetControl(control, "Name"):SetText(GetString(data.text))
ingame/outfits/keyboard/outfitstylespanel_keyboard.lua:265
--
self.progressBarProgressLabel:SetText(zo_strformat(SI_OUTFIT_STYLE_PROGRESS_BAR_PROGRESS, unlockedCount, totalCount))
ingame/performance/performancemeter.lua:84
--
self.framerateLabel:SetText(zo_strformat(SI_FRAMERATE_METER_FORMAT, zo_round(framerate)))
ingame/performance/performancemeter.lua:96
--
self.latencyLabel:SetText(overMaxLabel)
ingame/performance/performancemeter.lua:98
--
self.latencyLabel:SetText(latency)
ingame/playerattributebars/playerattributebars.lua:208
--
self.label:SetText(zo_strformat(SI_UNIT_FRAME_BARVALUE, current, max))
ingame/playerattributebars/playerattributebars.lua:340
--
self.control.resourceNumbersLabel:SetText(ZO_FormatResourceBarCurrentAndMax(current, maximum))
ingame/playeremote/playeremotequickslot.lua:21
--
control.label:SetText(data.name)
ingame/playeremote/gamepad/playeremote_gamepad.lua:119
--
self.title:SetText(name)
ingame/playeremote/gamepad/playeremote_gamepad.lua:448
--
entryControl.label:SetText(data.name)
ingame/playeremote/gamepad/playeremote_gamepad.lua:590
--
self.selectedEmoteNameLabel:SetText(self.emoteListGrid:GetSelectedEmoteName())
ingame/playeremote/keyboard/playeremote_keyboard.lua:125
--
control.text:SetText(data.name)
ingame/playeremote/keyboard/playeremote_keyboard.lua:169
--
control:SetText("")
ingame/playeremote/keyboard/playeremote_keyboard.lua:231
--
emoteControl:SetText(ZO_PERSONALITY_EMOTES_COLOR:Colorize(emoteInfo.emoteSlashName))
ingame/playeremote/keyboard/playeremote_keyboard.lua:233
--
emoteControl:SetText(emoteInfo.emoteSlashName)
ingame/playerprogressbar/playerprogressbar.lua:609
--
self.levelTypeLabel:SetText(zo_strformat(SI_LEVEL_BAR_LABEL, levelTypeText))
ingame/playerprogressbar/playerprogressbar.lua:614
--
self.levelTypeLabel:SetText("")
ingame/playerprogressbar/playerprogressbar.lua:821
--
self.championPointsLabel:SetText(text)
ingame/playerprogressbar/playerprogressbar.lua:822
--
self.levelLabel:SetText("")
ingame/playerprogressbar/playerprogressbar.lua:824
--
self.levelLabel:SetText(text)
ingame/playerprogressbar/gamepad/zo_playerprogressbar_gamepad.lua:41
--
self.username:SetText(GetUnitName("player"))
ingame/playerprogressbar/gamepad/zo_playerprogressbar_gamepad.lua:49
--
self.location:SetText(zoneName)
ingame/playertoplayer/playertoplayer.lua:1316
--
self.targetLabel:SetText(ZO_GetPrimaryPlayerNameWithSecondary(self.currentTargetDisplayName, self.currentTargetCharacterName))
ingame/playertoplayer/playertoplayer.lua:1323
--
self.pendingResurrectInfo:SetText(GetString(SI_PLAYER_TO_PLAYER_RESURRECT_BEING_RESURRECTED))
ingame/playertoplayer/playertoplayer.lua:1325
--
self.pendingResurrectInfo:SetText(GetString(SI_PLAYER_TO_PLAYER_RESURRECT_HAS_RESURRECT_PENDING))
ingame/playertoplayer/playertoplayer.lua:1346
--
self.actionKeybindButton:SetText(finalText)
ingame/playertoplayer/playertoplayer.lua:1369
--
self.targetLabel:SetText(zo_strformat(interactLabel, ZO_GetPrimaryPlayerNameWithSecondary(self.currentTargetDisplayName, self.currentTargetCharacterName)))
ingame/playertoplayer/playertoplayer.lua:1370
--
self.actionKeybindButton:SetText(GetString(SI_PLAYER_TO_PLAYER_ACTION_MENU))
ingame/playertoplayer/playertoplayer.lua:1391
--
self.actionKeybindButton:SetText(keybindText)
ingame/playertoplayer/playertoplayer.lua:1417
--
self.targetLabel:SetText(displayText)
ingame/playertoplayer/playertoplayer.lua:1446
--
self.promptKeybindButton1:SetText(acceptText)
ingame/playertoplayer/playertoplayer.lua:1451
--
self.promptKeybindButton2:SetText(declineText)
ingame/questtoolmonitor/questtoolmonitor.lua:20
--
self.prompt:SetText(zo_strformat(GetString(SI_QUEST_USE_QUEST_ITEM_PROMPT), questToolName))
ingame/questtoolmonitor/questtoolmonitor.lua:24
--
self.prompt:SetText("")
ingame/quickslot/quickslot.lua:299
--
quickslot.countText:SetText(count)
ingame/quickslot/quickslot.lua:401
--
self.activeTab:SetText(filterData.activeTabText)
ingame/quickslot/quickslot.lua:541
--
nameControl:SetText(data.name)
ingame/quickslot/quickslot.lua:566
--
control:GetNamedChild("Name"):SetText(data:GetNameWithNickname())
ingame/quickslot/quickslot.lua:583
--
nameControl:SetText(questItem.name)
ingame/quickslot/quickslot.lua:602
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/quickslot/quickslot.lua:604
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/ram/ram.lua:52
--
self.name:SetText(zo_strformat(SI_SIEGE_BAR_NAME, GetRawUnitName("escortedram")))
ingame/repair/repairwindow.lua:61
--
self.activeTab:SetText(GetString("SI_ITEMFILTERTYPE", ITEMFILTERTYPE_DAMAGED))
ingame/repair/repairwindow.lua:107
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/repair/repairwindow.lua:109
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/repair/repairwindow.lua:166
--
nameControl:SetText(data.name)
ingame/repair/repairwindow.lua:172
--
itemConditionControl:SetText(zo_strformat(SI_ITEM_CONDITION_PERCENT, data.condition))
ingame/restyle/gamepad/outfit_selector_gamepad.lua:220
--
control.editBoxControl:SetText(parametricDialog.data.name)
ingame/restyle/gamepad/outfit_slots_panel_gamepad.lua:72
--
self.searchEdit:SetText("")
ingame/restyle/gamepad/restyle_station_gamepad.lua:648
--
control.priceLabel:SetText("")
ingame/restyle/gamepad/restyle_station_gamepad.lua:1067
--
self.outfitSelectorNameLabel:SetText(self.currentOutfitManipulator:GetOutfitName())
ingame/restyle/gamepad/restyle_station_gamepad.lua:1069
--
self.outfitSelectorNameLabel:SetText(GetString(SI_NO_OUTFIT_EQUIP_ENTRY))
ingame/restyle/keyboard/restylecommon_keyboard.lua:139
--
control.text:SetText(data.name)
ingame/restyle/keyboard/restylecommon_keyboard.lua:175
--
control:SetText(data.name)
ingame/restyle/keyboard/restylesheetwindow_keyboard.lua:214
--
self.modeSelectorHeader:SetText(GetString(SI_RESTYLE_SHEET_SELECT_OUTFIT_HEADER))
ingame/restyle/keyboard/restylesheet_keyboard.lua:682
--
self.headers[ZO_RESTYLE_SHEET_CONTAINER.SECONDARY]:SetText(GetString(weaponSectionHeaderStringId))
ingame/restyle/keyboard/restylesheet_keyboard.lua:913
--
self.headers[ZO_RESTYLE_SHEET_CONTAINER.SECONDARY]:SetText(GetString(weaponSectionHeaderStringId))
ingame/restyle/keyboard/restylesheet_keyboard.lua:940
--
self.costLabel:SetText(zo_strformat(SI_RESTYLE_SHEET_APPLY_COST_FORMAT, slotsCostText, flatCostText))
ingame/restyle/keyboard/restylestation_keyboard.lua:65
--
self.activeTab:SetText(GetString(tabData.activeTabText))
ingame/restyle/keyboard/restylestation_keyboard.lua:175
--
self.activeTab:SetText(tabDescriptor.activeTabText)
ingame/restyle/keyboard/restylestation_keyboard.lua:449
--
label:SetText(zo_strformat(SI_CURRENCY_NAME_FORMAT, GetCurrencyName(currencyType, IS_PLURAL, IS_UPPER)))
ingame/restyle/keyboard/restylestation_keyboard.lua:526
--
self.costValueLabel:SetText(ZO_Currency_FormatKeyboard(currencyType, displayedCost, currencyFormat))
ingame/restyle/keyboard/restylestation_keyboard.lua:527
--
self.balanceValueLabel:SetText(ZO_Currency_FormatKeyboard(currencyType, balance, ZO_CURRENCY_FORMAT_WHITE_AMOUNT_ICON))
ingame/restyle/keyboard/restylestation_keyboard.lua:528
--
self.confirmButton:SetText(self:GetConfirmButtonText())
ingame/reticle/reticle.lua:118
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_ACTION_QUEST_ITEM, questToolName))
ingame/reticle/reticle.lua:120
--
self.interactContext:SetText(GetNameOfGameCameraQuestToolTarget())
ingame/reticle/reticle.lua:122
--
self.interactContext:SetText("")
ingame/reticle/reticle.lua:146
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET, action))
ingame/reticle/reticle.lua:148
--
self.interactKeybindButton:SetText(zo_strformat(SI_FORMAT_BULLET_TEXT, GetString(SI_GAME_CAMERA_ACTION_EMPTY)))
ingame/reticle/reticle.lua:151
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET_ADDITIONAL_INFO, action, GetString("SI_LOCKQUALITY", context)))
ingame/reticle/reticle.lua:154
--
self.additionalInfo:SetText(GetString(SI_HOLD_TO_SELECT_BAIT))
ingame/reticle/reticle.lua:158
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET_ADDITIONAL_INFO_BAIT, action, name))
ingame/reticle/reticle.lua:160
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET_ADDITIONAL_INFO, action, GetString(SI_NO_BAIT_OR_LURE_SELECTED)))
ingame/reticle/reticle.lua:165
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET_ADDITIONAL_INFO_REQUIRES_KEY, action, itemName))
ingame/reticle/reticle.lua:167
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET_ADDITIONAL_INFO_WILL_CONSUME_KEY, action, itemName))
ingame/reticle/reticle.lua:185
--
self.interactKeybindButton:SetText(zo_strformat(SI_GAME_CAMERA_TARGET_ADDITIONAL_INFO, action, additionalInfoText))
ingame/reticle/reticle.lua:202
--
self.additionalInfo:SetText(zo_strformat(SI_PICKPOCKET_SUCCESS_CHANCE, self.percentChance))
ingame/reticle/reticle.lua:209
--
self.interactKeybindButton:SetText(zo_strformat(SI_CANNOT_CRAFT_WHILE_WEREWOLF))
ingame/reticle/reticle.lua:211
--
self.interactKeybindButton:SetText(zo_strformat(SI_EXIT_HIDEYHOLE))
ingame/reticle/reticle.lua:237
--
self.interactContext:SetText(interactContextString)
ingame/reticle/reticle.lua:251
--
self.nonInteractText:SetText(zo_strformat(GetString("SI_ACTIONRESULT", error)))
ingame/reticle/reticle.lua:261
--
self.nonInteractText:SetText(zo_strformat(SI_TOOLTIP_FIXTURE_INSTANCE, nonInteractableName))
ingame/reticle/reticle.lua:352
--
self.additionalInfo:SetText(zo_strformat(SI_PICKPOCKET_SUCCESS_CHANCE, animatedChance))
ingame/reticle/reticle.lua:450
--
self.stealthText:SetText(zo_strformat(stringId))
ingame/retrait/keyboard/zo_retraitstation_keyboard.lua:124
--
self.modeBarLabel:SetText(GetString(name))
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:119
--
self.awaitingLabel:SetText(GetString("SI_SMITHINGFILTERTYPE_IMPROVEAWAITING", filterType))
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:243
--
rowControl.nameControl:SetText(data.name)
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:364
--
slotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:366
--
slotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:491
--
self.nameLabel:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(bagId, slotIndex)))
ingame/scenes/ingamefragments.lua:359
--
GetControl(titleControl, "Label"):SetText(self.title)
ingame/scenes/gamepad/ingamefragments_gamepad.lua:91
--
self.guildNameControl:SetText(guildName)
ingame/screenshotmode/gamepad/screenshotmode_gamepad.lua:17
--
self.exitButton:SetText(GetString(SI_DIALOG_EXIT))
ingame/skills/sharedskills.lua:16
--
xpBar:GetControl():GetParent().rank:SetText(level)
ingame/skills/sharedskills.lua:55
--
name:SetText(craftingSkillLineData:GetFormattedName())
ingame/skills/gamepad/gamepadassignableactionbar.lua:76
--
self.headerLabel:SetText(hotbarName)
ingame/skills/gamepad/gamepadskills.lua:838
--
data:SetText(skillLineData:GetFormattedNameWithNumPointsAllocated())
ingame/skills/gamepad/gamepadskills.lua:840
--
data:SetText(skillLineData:GetFormattedName())
ingame/skills/gamepad/gamepadskills.lua:890
--
skillEntry:SetText(name)
ingame/skills/gamepad/gamepadskills.lua:946
--
control.header:SetText(skillEntry:GetHeader())
ingame/skills/gamepad/gamepadskills.lua:948
--
control.skillRankHeader:SetText(skillData:GetSkillLineData():GetCurrentRank())
ingame/skills/gamepad/gamepadskills.lua:1499
--
data:SetText(specificMorphSkillProgressionData:GetFormattedName())
ingame/skills/gamepad/gamepadskills.lua:2078
--
nameControl:SetText(formattedName)
ingame/skills/gamepad/gamepadskills.lua:2096
--
xpBar:GetControl():GetParent().rank:SetText(rank)
ingame/skills/gamepad/gamepadskills.lua:2258
--
control.keybind:SetText(bindingText)
ingame/skills/gamepad/gamepadskills.lua:2266
--
control.keybind:SetText("")
ingame/skills/keyboard/keyboardassignableactionbar.lua:324
--
self.control:SetText(zo_strformat(SI_ACTIVE_WEAPON_PAIR, self.activeWeaponPair))
ingame/skills/keyboard/keyboardassignableactionbar.lua:326
--
self.control:SetText("")
ingame/skills/keyboard/keyboardassignableactionbar.lua:333
--
self.hotbarNameLabel:SetText(hotbarName)
ingame/skills/keyboard/keyboardassignableactionbar.lua:337
--
self.hotbarNameLabel:SetText("")
ingame/skills/keyboard/zo_skills.lua:79
--
dialog.desc:SetText(zo_strformat(SI_SKILLS_SELECT_MORPH, baseProgressionData:GetName()))
ingame/skills/keyboard/zo_skills.lua:154
--
advisementLabel:SetText(GetString(SI_SKILLS_ADVISOR_PURCHASE_ADVISED))
ingame/skills/keyboard/zo_skills.lua:161
--
dialog.abilityName:SetText(skillProgressionData:GetFormattedName())
ingame/skills/keyboard/zo_skills.lua:213
--
advisementLabel:SetText(GetString(SI_SKILLS_ADVISOR_PURCHASE_ADVISED))
ingame/skills/keyboard/zo_skills.lua:226
--
dialog.desc:SetText(zo_strformat(SI_SKILLS_UPGRADE_DESCRIPTION, skillProgressionData:GetName()))
ingame/skills/keyboard/zo_skills.lua:332
--
skillLineRadioButtonLabel:SetText(skillLineData:GetFormattedName())
ingame/skills/keyboard/zo_skills.lua:432
--
control.text:SetText(skillTypeData:GetName())
ingame/skills/keyboard/zo_skills.lua:453
--
control:SetText(skillLineData:GetFormattedNameWithNumPointsAllocated())
ingame/skills/keyboard/zo_skills.lua:455
--
control:SetText(skillLineData:GetFormattedName())
ingame/skills/keyboard/zo_skills.lua:946
--
ability.nameLabel:SetText(detailedName)
ingame/skills/keyboard/zo_skills.lua:1055
--
label:SetText(data.headerText)
ingame/skills/keyboard/zo_skills.lua:1063
--
self.skillInfo.name:SetText(skillLineData:GetFormattedName())
ingame/skills/keyboard/zo_skills.lua:1083
--
self.availablePointsLabel:SetText(zo_strformat(SI_SKILLS_POINTS_TO_SPEND, availablePoints))
ingame/skills/keyboard/zo_skills.lua:1086
--
self.skyShardsLabel:SetText(zo_strformat(SI_SKILLS_SKY_SHARDS_COLLECTED, skyShards))
ingame/skills/keyboard/zo_skills.lua:1119
--
self.skillLineUnlockTitleControl:SetText(zo_strformat(SI_SKILLS_ADVISOR_SKILL_NOT_DISCOVERED_NAME, skillLineData:GetName()))
ingame/skills/keyboard/zo_skills.lua:1120
--
self.skillLineUnlockTextControl:SetText(zo_strformat(SI_SKILLS_ADVISOR_SKILL_NOT_DISCOVERED_DESCRIPTION, skillLineData:GetUnlockText()))
ingame/skillsadvisor/gamepad/skillsadvisor_suggestions_gamepad.lua:223
--
control.label:SetText(data.text)
ingame/skillsadvisor/keyboard/skillsadvisor_buildselection_keyboard.lua:26
--
setupControl.textLabel:SetText(data.name)
ingame/skillsadvisor/keyboard/skillsadvisor_keyboard.lua:103
--
self.selectedBuildControl:SetText(skillBuild.name)
ingame/skillsadvisor/keyboard/skillsadvisor_suggestions_keyboard.lua:76
--
textControl:SetText(data.text)
ingame/skillsadvisor/keyboard/skillsadvisor_suggestions_keyboard.lua:84
--
ability.nameLabel:SetText(detailedName)
ingame/slashcommands/slashcommandautocomplete.lua:20
--
editControl:SetText(name)
ingame/stable/stable_base.lua:105
--
control.label:SetText(GetString("SI_RIDINGTRAINTYPE", trainingType))
ingame/stable/gamepad/stable_gamepad.lua:50
--
self.timerText:SetText(ZO_FormatTimeMilliseconds(timeUntilCanBeTrained, TIME_FORMAT_STYLE_COLONS, TIME_FORMAT_PRECISION_TWELVE_HOUR))
ingame/stable/gamepad/stable_gamepad.lua:112
--
control.value:SetText(zo_strformat(bonusLabelFormat, trainingData.bonus))
ingame/stable/keyboard/stable_keyboard.lua:22
--
self.instructions:SetText(zo_strformat(SI_STABLE_INTRUCTIONS, ZO_Currency_FormatKeyboard(CURT_MONEY, GetTrainingCost(), ZO_CURRENCY_FORMAT_WHITE_AMOUNT_ICON)))
ingame/stable/keyboard/stable_keyboard.lua:50
--
self.timerText:SetText(timeLeft)
ingame/stable/keyboard/stable_keyboard.lua:156
--
self.speedRow.value:SetText(zo_strformat(SI_MOUNT_ATTRIBUTE_SPEED_FORMAT, speedBonus))
ingame/stable/keyboard/stable_keyboard.lua:159
--
self.staminaRow.value:SetText(staminaBonus)
ingame/stable/keyboard/stable_keyboard.lua:162
--
self.carryRow.value:SetText(inventoryBonus)
ingame/stats/gamepad/zo_stats_gamepad.lua:41
--
self.header:SetText(text)
ingame/stats/gamepad/zo_stats_gamepad.lua:59
--
self.data:SetText(text)
ingame/stats/gamepad/zo_stats_gamepad.lua:67
--
self.bonus:SetText(zo_strformat(SI_STAT_PENDING_BONUS_FORMAT, bonusValue))
ingame/stats/gamepad/zo_stats_gamepad.lua:639
--
self.outfitSelectorNameLabel:SetText(currentOutfit:GetOutfitName())
ingame/stats/gamepad/zo_stats_gamepad.lua:641
--
self.outfitSelectorNameLabel:SetText(GetString(SI_NO_OUTFIT_EQUIP_ENTRY))
ingame/stats/gamepad/zo_stats_gamepad.lua:938
--
self.effectDesc:SetText(contentDescription)
ingame/stats/gamepad/zo_stats_gamepad.lua:987
--
self.ridingTrainingTimer:SetText(timeLeft)
ingame/stats/gamepad/zo_stats_gamepad.lua:1125
--
self.race:SetText(zo_strformat(GetString(SI_STAT_GAMEPAD_RACE_NAME), unitRace))
ingame/stats/gamepad/zo_stats_gamepad.lua:1126
--
self.class:SetText(zo_strformat(GetString(SI_STAT_GAMEPAD_CLASS_NAME), unitClass))
ingame/stats/gamepad/zo_stats_gamepad.lua:1132
--
self.championPoints:SetText(GetPlayerChampionPointsEarned())
ingame/stats/gamepad/zo_stats_gamepad.lua:1137
--
self.alliance:SetText(zo_strformat(SI_ALLIANCE_NAME, allianceName))
ingame/stats/gamepad/zo_stats_gamepad.lua:1148
--
self.rank:SetText(rankString)
ingame/stats/gamepad/zo_stats_gamepad.lua:1152
--
self.ridingSpeed:SetText(zo_strformat(SI_MOUNT_ATTRIBUTE_SPEED_FORMAT, speedBonus))
ingame/stats/gamepad/zo_stats_gamepad.lua:1153
--
self.ridingStamina:SetText(staminaBonus)
ingame/stats/gamepad/zo_stats_gamepad.lua:1154
--
self.ridingCapacity:SetText(inventoryBonus)
ingame/stats/gamepad/zo_stats_gamepad.lua:1184
--
self.experienceProgress:SetText(GetString(SI_EXPERIENCE_LIMIT_REACHED))
ingame/stats/gamepad/zo_stats_gamepad.lua:1188
--
self.experienceProgress:SetText(zo_strformat(SI_EXPERIENCE_CURRENT_MAX_PERCENT, ZO_CommaDelimitNumber(currentXP), ZO_CommaDelimitNumber(totalXP), percentageXP))
ingame/stats/gamepad/zo_stats_gamepad.lua:1206
--
self.enlightenmentText:SetText(zo_strformat(SI_EXPERIENCE_CHAMPION_ENLIGHTENED_TOOLTIP, ZO_CommaDelimitNumber(poolSize)))
ingame/stats/gamepad/zo_stats_gamepad.lua:1212
--
self.enlightenmentText:SetText(GetString(SI_EXPERIENCE_CHAMPION_ENLIGHTENED_TOOLTIP_MAXED))
ingame/stats/keyboard/zo_statentry_keyboard.lua:17
--
self.control.name:SetText(zo_strformat(SI_STAT_NAME_FORMAT, GetString("SI_DERIVEDSTATS", statType)))
ingame/stats/keyboard/zo_statentry_keyboard.lua:66
--
self.control.pendingBonus:SetText(zo_strformat(SI_STAT_PENDING_BONUS_FORMAT, pendingBonusAmount))
ingame/stats/keyboard/zo_statentry_keyboard.lua:75
--
valueLabel:SetText(displayValue)
ingame/stats/keyboard/zo_statentry_keyboard.lua:98
--
self.control.comparisonValue:SetText(comparisonValueString)
ingame/stats/keyboard/zo_statentry_keyboard.lua:114
--
self.control.comparisonValue:SetText("")
ingame/stats/keyboard/zo_stats_keyboard.lua:181
--
nameControl:SetText(GetUnitName("player"))
ingame/stats/keyboard/zo_stats_keyboard.lua:182
--
raceClassControl:SetText(zo_strformat(SI_STATS_RACE_CLASS, GetUnitRace("player"), GetUnitClass("player")))
ingame/stats/keyboard/zo_stats_keyboard.lua:286
--
iconRow.value:SetText(zo_strformat(SI_STAT_RANK_NAME_FORMAT, GetAvARankName(GetUnitGender("player"), rank)))
ingame/stats/keyboard/zo_stats_keyboard.lua:436
--
attributesHeaderTitle:SetText(attributesHeaderTitle.text[1])
ingame/stats/keyboard/zo_stats_keyboard.lua:440
--
attributesHeaderTitle:SetText(attributesHeaderTitle.text[1])
ingame/stats/keyboard/zo_stats_keyboard.lua:511
--
attributeControl.name:SetText(GetString("SI_ATTRIBUTES", attributeType))
ingame/stats/keyboard/zo_stats_keyboard.lua:530
--
self.attributesHeaderPointsValue:SetText(tostring(self:GetAvailablePoints()))
ingame/stats/keyboard/zo_stats_keyboard.lua:555
--
stableRow.speedStatLabel:SetText(zo_strformat(SI_MOUNT_ATTRIBUTE_SPEED_FORMAT, speedBonus))
ingame/stats/keyboard/zo_stats_keyboard.lua:556
--
stableRow.staminaStatLabel:SetText(staminaBonus)
ingame/stats/keyboard/zo_stats_keyboard.lua:557
--
stableRow.carryStatLabel:SetText(inventoryBonus)
ingame/stats/keyboard/zo_stats_keyboard.lua:611
--
header:SetText(GetString(text))
ingame/stats/keyboard/zo_stats_keyboard.lua:617
--
dropdownRow.name:SetText(rowName)
ingame/stats/keyboard/zo_stats_keyboard.lua:623
--
iconRow.name:SetText(rowName)
ingame/stats/keyboard/zo_stats_keyboard.lua:629
--
bountyRow.name:SetText(rowName)
ingame/stats/keyboard/zo_stats_keyboard.lua:693
--
effectsRow.name:SetText(zo_strformat(SI_ABILITY_TOOLTIP_NAME, displayName))
ingame/stats/keyboard/zo_stats_keyboard.lua:712
--
effectsRow.name:SetText(zo_strformat(SI_ABILITY_TOOLTIP_NAME, buffName))
ingame/storewindow/gamepad/storewindowrepair_gamepad.lua:93
--
conditionControl:SetText(zo_strformat(SI_ITEM_CONDITION_PERCENT, data.condition))
ingame/storewindow/gamepad/storewindow_gamepad_util.lua:377
--
control:SetText(data.bestGamepadItemCategoryName)
ingame/storewindow/keyboard/buyback_keyboard.lua:61
--
self.activeTab:SetText(GetString("SI_ITEMFILTERTYPE", ITEMFILTERTYPE_BUYBACK))
ingame/storewindow/keyboard/buyback_keyboard.lua:124
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/storewindow/keyboard/buyback_keyboard.lua:126
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/storewindow/keyboard/buyback_keyboard.lua:188
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, data.name))
ingame/storewindow/keyboard/storewindow_keyboard.lua:416
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_REMAINING_SPACES, numUsedSlots, numSlots))
ingame/storewindow/keyboard/storewindow_keyboard.lua:418
--
self.freeSlotsLabel:SetText(zo_strformat(SI_INVENTORY_BACKPACK_COMPLETELY_FULL, numUsedSlots, numSlots))
ingame/storewindow/keyboard/storewindow_keyboard.lua:428
--
self.activeTab:SetText(filterData.activeTabText)
ingame/storewindow/keyboard/storewindow_keyboard.lua:596
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, data.name))
ingame/storewindow/keyboard/storewindow_keyboard.lua:670
--
quantityControl:SetText(stack)
ingame/subtitles/subtitles.lua:163
--
messageControl:SetText(subtitle:GetFormattedMessage(showSpeakerName))
ingame/synergy/synergy.lua:65
--
self.action:SetText(zo_strformat(SI_USE_SYNERGY, synergyName))
ingame/tradewindow/gamepad/tradewindow_gamepad.lua:468
--
ZO_Trade_GamepadWaiting.name:SetText(name)
ingame/tradewindow/keyboard/tradewindow_keyboard.lua:110
--
ZO_TradeTheirControlsName:SetText(zo_strformat(SI_TRADE_THEIR_OFFER, TRADE_WINDOW.target))
ingame/tradewindow/keyboard/tradewindow_keyboard.lua:201
--
row.NameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, name))
ingame/tradewindow/keyboard/tradewindow_keyboard.lua:216
--
row.NameControl:SetText("")
ingame/tradewindow/keyboard/tradewindow_keyboard.lua:230
--
row.SlotControl:SetText(quantity)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:147
--
self.minLevelValueLabel:SetText(minLevel)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:159
--
self.maxLevelValueLabel:SetText(maxLevel)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:251
--
self.minLevelValueLabel:SetText(self.minLevel)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:252
--
sliderNameLabel:SetText(GetString(SI_GAMEPAD_TRADING_HOUSE_BROWSE_MIN_LEVEL))
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:263
--
self.maxLevelValueLabel:SetText(self.maxLevel)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:264
--
sliderNameLabel:SetText(GetString(SI_GAMEPAD_TRADING_HOUSE_BROWSE_MAX_LEVEL))
ingame/tradinghouse/gamepad/tradinghousenamesearchautocomplete_gamepad.lua:85
--
control.label:SetText(data.name)
ingame/tradinghouse/gamepad/tradinghousenamesearchfeature_gamepad.lua:56
--
control.editBoxControl:SetText(self.searchText)
ingame/tradinghouse/gamepad/tradinghousesearchhistory_gamepad.lua:105
--
control.label:SetText(data.formattedSearchTableDescription)
ingame/tradinghouse/gamepad/tradinghouse_browseresults_gamepad.lua:68
--
control.slotStackCount:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_AbbreviateNumber(itemData.stackCount, NUMBER_ABBREVIATION_PRECISION_TENTHS, USE_LOWERCASE_NUMBER_SUFFIXES)))
ingame/tradinghouse/gamepad/tradinghouse_browseresults_gamepad.lua:75
--
control.nameLabel:SetText(ZO_TradingHouse_GetItemDataFormattedName(itemData))
ingame/tradinghouse/gamepad/tradinghouse_browseresults_gamepad.lua:82
--
control.timeLeftLabel:SetText(timeRemainingString)
ingame/tradinghouse/gamepad/tradinghouse_browseresults_gamepad.lua:212
--
self.footer.pageNumberLabel:SetText(zo_strformat(SI_GAMEPAD_PAGED_LIST_PAGE_NUMBER, TRADING_HOUSE_SEARCH:GetPage() + 1))
ingame/tradinghouse/gamepad/tradinghouse_browse_gamepad.lua:311
--
control.label:SetText(data.labelText())
ingame/tradinghouse/gamepad/tradinghouse_browse_gamepad.lua:313
--
control.label:SetText(data.labelText)
ingame/tradinghouse/keyboard/tradinghousecategories_keyboard.lua:54
--
control.text:SetText(GetString("SI_TRADINGHOUSECATEGORYHEADER", header))
ingame/tradinghouse/keyboard/tradinghousecategories_keyboard.lua:76
--
control:SetText(categoryParams:GetFormattedName())
ingame/tradinghouse/keyboard/tradinghousecategories_keyboard.lua:127
--
self.activeTabLabel:SetText(tabData.activeTabText)
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:167
--
self.minLevelEdit:SetText(self.minLevel or "")
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:168
--
self.maxLevelEdit:SetText(self.maxLevel or "")
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:172
--
self.levelRangeLabel:SetText(GetString(SI_TRADING_HOUSE_BROWSE_CHAMPION_POINTS_RANGE_LABEL))
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:175
--
self.levelRangeLabel:SetText(GetString(SI_TRADING_HOUSE_BROWSE_LEVEL_RANGE_LABEL))
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:249
--
self.minPriceEdit:SetText(self.minPrice or "")
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:250
--
self.maxPriceEdit:SetText(self.maxPrice or "")
ingame/tradinghouse/keyboard/tradinghousenamesearchautocomplete_keyboard.lua:26
--
nameLabel:SetText(itemData.name)
ingame/tradinghouse/keyboard/tradinghousenamesearchautocomplete_keyboard.lua:102
--
self.editControl:SetText(exactSearchText)
ingame/tradinghouse/keyboard/tradinghousenamesearchfeature_keyboard.lua:17
--
self.nameSearchEdit:SetText(newSearchText)
ingame/tradinghouse/keyboard/tradinghousenamesearchfeature_keyboard.lua:58
--
self.nameSearchEdit:SetText("")
ingame/tradinghouse/keyboard/tradinghousesearchhistory_keyboard.lua:46
--
rowControl:GetNamedChild("Description"):SetText(rowData.formattedSearchTableDescription)
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:255
--
self.tabLabel:SetText(GetString(tabData.categoryName))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:434
--
self.levelRangeLabel:SetText(GetString(SI_TRADING_HOUSE_BROWSE_CHAMPION_POINTS_RANGE_LABEL))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:438
--
self.levelRangeLabel:SetText(GetString(SI_TRADING_HOUSE_BROWSE_LEVEL_RANGE_LABEL))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:448
--
self.itemNameSearchLabel:SetText(nameSearchFeature:GetDisplayName())
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:498
--
nameControl:SetText(ZO_TradingHouse_GetItemDataFormattedName(result))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:536
--
timeRemainingControl:SetText(timeRemainingString)
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:570
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, postedItem.name))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:575
--
timeRemainingControl:SetText(zo_strformat(SI_TRADING_HOUSE_BROWSE_ITEM_REMAINING_TIME, ZO_FormatTime(postedItem.timeRemaining, TIME_FORMAT_STYLE_SHOW_LARGEST_UNIT_DESCRIPTIVE, TIME_FORMAT_PRECISION_SECONDS, TIME_FORMAT_DIRECTION_DESCENDING)))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:632
--
self.currentListings:SetText(zo_strformat(SI_TRADING_HOUSE_LISTING_COUNT, currentListings, maxListings))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:634
--
self.currentListings:SetText(zo_strformat(SI_TRADING_HOUSE_LISTING_COUNT_FULL, currentListings, maxListings))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:675
--
self.invoiceListingFee:SetText("0")
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:676
--
self.invoiceTheirCut:SetText("0")
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:677
--
self.invoiceProfit:SetText("0")
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:692
--
self.pendingItemName:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(BAG_BACKPACK, self.pendingItemSlot)))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:707
--
self.pendingItemName:SetText(GetString(SI_TRADING_HOUSE_SELECT_AN_ITEM_TO_SELL))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:751
--
self.pageNumberLabel:SetText(targetPage + 1)
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:754
--
self.resultCount:SetText(zo_strformat(SI_TRADING_HOUSE_RESULT_COUNT, ""))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:763
--
self.resultCount:SetText(zo_strformat(SI_TRADING_HOUSE_RESULT_COUNT, 0))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:819
--
self.searchResultsMessageLabel:SetText(messageText)
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:867
--
self.resultCount:SetText(zo_strformat(SI_TRADING_HOUSE_RESULT_COUNT, numItemsOnPage))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:1014
--
self.titleLabel:SetText(guildName)
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:1016
--
self.titleLabel:SetText(GetString(SI_WINDOW_TITLE_TRADING_HOUSE))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:1026
--
nameControl:SetText(zo_strformat(SI_TOOLTIP_ITEM_NAME, itemName))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:1037
--
costControl:SetText(zo_strformat(costLabelStringId, ZO_Currency_FormatKeyboard(currencyType, purchasePrice, ZO_CURRENCY_FORMAT_WHITE_AMOUNT_ICON)))
ingame/tradinghouse/keyboard/tradinghouse_keyboard.lua:1174
--
dialogControl:GetNamedChild("Description"):SetText(GetString(SI_TRADING_HOUSE_CANCEL_LISTING_DIALOG_DESCRIPTION))
ingame/trialaccount/trialaccount.lua:102
--
self.dialogDescription:SetText(self.description)
ingame/tutorial/briefhudtutorial.lua:12
--
self.tutorial:SetText(zo_strformat(SI_TUTORIAL_FORMATTER, description))
ingame/tutorial/briefhudtutorial.lua:70
--
self.tutorial:SetText(zo_strformat(SI_TUTORIAL_FORMATTER, description))
ingame/tutorial/hudinfotutorial.lua:59
--
self.tutorial.title:SetText(zo_strformat(SI_TUTORIAL_FORMATTER, title))
ingame/tutorial/hudinfotutorial.lua:60
--
self.tutorial.description:SetText(zo_strformat(SI_TUTORIAL_FORMATTER, description))
ingame/tutorial/uiinfoboxtutorial.lua:127
--
self.dialogDescription:SetText(self.description)
ingame/tutorial/keyboard/pointerboxtutorial.lua:35
--
self.tutorial:SetText(zo_strformat(SI_TUTORIAL_FORMATTER, description))
ingame/unitframes/bossbar.lua:84
--
self.healthText:SetText(ZO_FormatResourceBarCurrentAndMax(totalHealth, totalMaxHealth))
ingame/unitframes/unitframes.lua:591
--
self.leftText:SetText(zo_strformat(SI_UNIT_FRAME_BARTYPE, self.barTypeName))
ingame/unitframes/unitframes.lua:594
--
self.rightText:SetText(zo_strformat(SI_UNIT_FRAME_BARVALUE, self.currentValue, self.maxValue))
ingame/unitframes/unitframes.lua:601
--
self.leftText:SetText(zo_strformat(SI_UNIT_FRAME_BARVALUE, self.currentValue, self.maxValue))
ingame/unitframes/unitframes.lua:610
--
self.resourceNumbersLabel:SetText(ZO_FormatResourceBarCurrentAndMax(self.currentValue, self.maxValue))
ingame/unitframes/unitframes.lua:1202
--
self.levelLabel:SetText(tostring(unitLevel))
ingame/unitframes/unitframes.lua:1360
--
self.nameLabel:SetText(name)
ingame/unitframes/unitframes.lua:1380
--
captionLabel:SetText(caption)
ingame/unitframes/unitframes.lua:1399
--
statusLabel:SetText("("..GetString(SI_UNIT_FRAME_STATUS_OFFLINE)..")")
ingame/unitframes/unitframes.lua:1401
--
statusLabel:SetText("("..GetString(SI_UNIT_FRAME_STATUS_DEAD)..")")
ingame/unitframes/unitframes.lua:1403
--
statusLabel:SetText("")
ingame/unitframes/unitframes.lua:1407
--
statusLabel:SetText(GetString(SI_UNIT_FRAME_STATUS_OFFLINE))
ingame/unitframes/unitframes.lua:1409
--
statusLabel:SetText(GetString(SI_UNIT_FRAME_STATUS_DEAD))
ingame/unitframes/unitframes.lua:1411
--
statusLabel:SetText("")
ingame/unitframes/unitframes.lua:1473
--
GetControl(raidFrame, "GroupName"):SetText(zo_strformat(SI_GROUP_SUBGROUP_LABEL, i))
ingame/unitframes/unitframes.lua:1780
--
groupNameControl:SetText("")
ingame/unitframes/unitframes.lua:1783
--
groupNameControl:SetText(zo_strformat(SI_GROUP_SUBGROUP_LABEL, i))
ingame/zonestories/zonestories_shared.lua:162
--
self.titleControl:SetText(zoneData.name)
ingame/zonestories/zonestories_shared.lua:163
--
self.descriptionControl:SetText(zoneData.description)
ingame/zonestories/zonestory_achievementtile.lua:32
--
control:SetText(title)
ingame/zonestories/zonestory_achievementtile.lua:44
--
control:SetText(date)
ingame/zonestories/zonestory_achievementtile.lua:47
--
control:SetText(GetString(SI_ACHIEVEMENTS_PROGRESS))
ingame/zonestories/zonestory_achievementtile.lua:50
--
control:SetText(GetString(SI_ACHIEVEMENTS_INCOMPLETE))
ingame/zonestories/zonestory_taskcompletiontile.lua:24
--
self.valueControl:SetText(text)
ingame/zonestories/keyboard/zonestories_keyboard.lua:108
--
self.playStoryButton:SetText(self:GetPlayStoryButtonText())
ingame/zonestories/keyboard/zonestories_keyboard.lua:170
--
self.trackingMessageLabel:SetText(zoneAvailableErrorText)
ingame/zonestories/keyboard/zonestories_keyboard.lua:175
--
self.trackingMessageLabel:SetText(errorStringText)
ingame/zonestories/keyboard/zonestories_keyboard.lua:270
--
activityCompletionTooltipInfo.textControl:SetText(GetString("SI_ZONECOMPLETIONTYPE_DESCRIPTION", completionType))
ingame/zonestories/keyboard/zonestories_keyboard.lua:289
--
activityCompletionListTooltipInfo.titleControl:SetText(zo_strformat(SI_ZONE_STORY_LIST_TOOLTIP_TITLE_FORMATTER, GetZoneNameById(zoneId), GetString("SI_ZONECOMPLETIONTYPE", completionType)))
ingame/zonestories/keyboard/zonestories_keyboard.lua:342
--
checkControl.label:SetText(zo_strformat(SI_ZONE_STORY_LIST_TOOLTIP_ACTIVITY_NAME_FORMATTER, name))
ingame/zonestories/keyboard/zonestories_keyboard.lua:373
--
checkControl.label:SetText(zo_strformat(SI_ZONE_STORY_LIST_TOOLTIP_ADDITIONAL_ACTVITIES_FORMATTER, numHiddenActivities))
ingame/zonestories/keyboard/zonestories_keyboard.lua:410
--
blockedBranchRequirementLabel:SetText(errorStringText)
ingame/zo_loot/loot.lua:171
--
nameControl:SetText(zo_strformat(SI_LOOT_CURRENCY_FORMAT, ZO_Currency_FormatPlatform(data.currencyType, data.currencyAmount, ZO_CURRENCY_FORMAT_AMOUNT_NAME)))
ingame/zo_loot/loot.lua:184
--
nameControl:SetText(data.name)
ingame/zo_loot/loot.lua:310
--
self.title:SetText(name)
ingame/zo_loot/loot.lua:312
--
self.keyButton:SetText(actionName)
ingame/zo_loot/loot.lua:344
--
self.buttons[2]:SetText(GetString(shouldShowSteal and SI_LOOT_STEAL or SI_LOOT_TAKE))
ingame/zo_loot/loot.lua:361
--
self.buttons[1]:SetText(GetString(self.nonStolenItemsPresent and SI_LOOT_TAKE_ALL or SI_LOOT_STEAL_ALL))
ingame/zo_loot/loothistory_shared.lua:43
--
control.label:SetText(text)
ingame/zo_loot/loothistory_shared.lua:48
--
control.iconOverlayText:SetText(overlayText)
ingame/zo_loot/gamepad/lootpickup_gamepad.lua:63
--
self.takeControl:SetText(GetString(SI_LOOT_TAKE))
ingame/zo_loot/gamepad/lootpickup_gamepad.lua:64
--
self.takeAllControl:SetText(GetString(SI_LOOT_TAKE_ALL))
ingame/zo_loot/gamepad/lootpickup_gamepad.lua:112
--
self.takeControl:SetText(GetString(actionStringId))
ingame/zo_loot/gamepad/lootpickup_gamepad.lua:119
--
self.takeAllControl:SetText(GetString(self.nonStolenItemsPresent and SI_LOOT_TAKE_ALL or SI_LOOT_STEAL_ALL))
ingame/zo_quest/questtimer.lua:103
--
timer.time:SetText(timeText)
ingame/zo_quest/questtimer.lua:117
--
timer.label:SetText(caption)
ingame/zo_quest/questtimer.lua:194
--
timer.label:SetText(caption)
ingame/zo_quest/questtracker.lua:136
--
control:SetText(control.headerText)
ingame/zo_quest/questtracker.lua:233
--
control:SetText("")
ingame/zo_quest/questtracker.lua:238
--
control:SetText("")
ingame/zo_quest/questtracker.lua:255
--
control:SetText("")
ingame/zo_quest/questtracker.lua:532
--
questHeader:SetText(questName)
ingame/zo_quest/questtracker.lua:566
--
stepDescription:SetText(text)
ingame/zo_quest/questtracker.lua:628
--
stepOverride:SetText(zo_strformat(SI_QUEST_HINT_STEP_FORMAT, stepOverrideText))
ingame/zo_quest/questtracker.lua:630
--
stepOverride:SetText(stepOverrideText)
ingame/zo_quest/questtracker.lua:670
--
questCondition:SetText(zo_strformat(SI_QUEST_HINT_STEP_FORMAT, conditionText))
ingame/zo_quest/questtracker.lua:672
--
questCondition:SetText(zo_strformat(SI_QUEST_OR_CONDITION_FORMAT, conditionText))
ingame/zo_quest/questtracker.lua:674
--
questCondition:SetText(conditionText)
ingame/zo_quest/gamepad/questjournal_gamepad.lua:445
--
self.bgText:SetText(goalBackgroundText)
ingame/zo_quest/gamepad/questjournal_gamepad.lua:446
--
self.stepText:SetText(goalDescription)
ingame/zo_quest/gamepad/questjournal_gamepad.lua:453
--
self.bgText:SetText(bgText)
ingame/zo_quest/gamepad/questjournal_gamepad.lua:454
--
self.stepText:SetText(stepText)
ingame/zo_quest/gamepad/questjournal_gamepad.lua:457
--
self.conditionTextLabel:SetText(showMultipleOrSteps and GetString(SI_GAMEPAD_QUEST_JOURNAL_QUEST_OR_DESCRIPTION) or GetString(SI_QUEST_JOURNAL_QUEST_TASKS))
ingame/zo_quest/keyboard/questjournal_keyboard.lua:105
--
control.text:SetText(name)
ingame/zo_quest/keyboard/questjournal_keyboard.lua:116
--
control:SetText(data.name)
ingame/zo_quest/keyboard/questjournal_keyboard.lua:262
--
self.questCount:SetText(zo_strformat(SI_QUEST_CURRENT_MAX, GetNumJournalQuests(), MAX_JOURNAL_QUESTS))
ingame/zo_quest/keyboard/questjournal_keyboard.lua:354
--
self.titleText:SetText(zo_strformat(SI_QUEST_JOURNAL_QUEST_NAME_FORMAT, questName))
ingame/zo_quest/keyboard/questjournal_keyboard.lua:355
--
self.levelText:SetText(zo_strformat(SI_QUEST_JOURNAL_QUEST_LEVEL, conColorDef:Colorize(tostring(questData.level))))
ingame/zo_quest/keyboard/questjournal_keyboard.lua:367
--
self.repeatableText:SetText(GetString(SI_QUEST_JOURNAL_REPEATABLE_TEXT))
ingame/zo_quest/keyboard/questjournal_keyboard.lua:386
--
self.bgText:SetText(goalBackgroundText)
ingame/zo_quest/keyboard/questjournal_keyboard.lua:387
--
self.stepText:SetText(goalDescription)
ingame/zo_quest/keyboard/questjournal_keyboard.lua:388
--
self.conditionTextOrLabel:SetText("")
ingame/zo_quest/keyboard/questjournal_keyboard.lua:395
--
self.bgText:SetText(bgText)
ingame/zo_quest/keyboard/questjournal_keyboard.lua:396
--
self.stepText:SetText(stepText)
ingame/zo_quest/keyboard/questjournal_keyboard.lua:412
--
self.conditionTextOrLabel:SetText(showMultipleOrSteps and GetString(SI_QUEST_OR_DESCRIPTION) or "")
internalingame/chapterupgrade/keyboard/chapterupgrade_keyboard.lua:115
--
rewardControl.displayName:SetText(rewardData.displayName)
internalingame/chapterupgrade/keyboard/chapterupgrade_keyboard.lua:128
--
self.descriptionLabel:SetText(chapterUpgradeData:GetSummary())
internalingame/esoplusoffers/keyboard/esoplusoffers.lua:125
--
self.subscriptionOverviewLabel:SetText(overview)
internalingame/esoplusoffers/keyboard/esoplusoffers.lua:134
--
benefitLine.headerLabel:SetText(headerText)
internalingame/esoplusoffers/keyboard/esoplusoffers.lua:135
--
benefitLine.lineLabel:SetText(lineText)
internalingame/esoplusoffers/keyboard/esoplusoffers.lua:150
--
self.subscriptionStatusLabel:SetText(statusText)
internalingame/esoplusoffers/keyboard/esoplusoffers.lua:152
--
control:SetText(generateTextFunction())
internalingame/gifting/gamepad/confirmsendgift_gamepad.lua:50
--
control.editBoxControl:SetText(parametricDialog.data.recipientDisplayName)
internalingame/gifting/gamepad/confirmsendgift_gamepad.lua:72
--
control.editBoxControl:SetText(parametricDialog.data.giftMessage)
internalingame/gifting/gamepad/confirmsendgift_gamepad.lua:138
--
targetControl.editBoxControl:SetText(displayName)
internalingame/gifting/gamepad/confirmsendgift_gamepad.lua:190
--
targetControl.editBoxControl:SetText(displayName)
internalingame/gifting/gamepad/confirmsendgift_gamepad.lua:197
--
targetControl.editBoxControl:SetText(GetRandomGiftSendNoteText())
internalingame/gifting/keyboard/confirmsendgift_keyboard.lua:34
--
randomNoteButton:SetText(zo_iconFormat("EsoUI/Art/Market/Keyboard/giftMessageIcon_up.dds", "100%", "100%"))
internalingame/gifting/keyboard/confirmsendgift_keyboard.lua:36
--
noteEditBox:SetText(GetRandomGiftSendNoteText())
internalingame/gifting/keyboard/confirmsendgift_keyboard.lua:53
--
giftNameLabel:SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, name))
internalingame/gifting/keyboard/confirmsendgift_keyboard.lua:57
--
dialog:GetNamedChild("NoteEdit"):SetText("")
internalingame/gifting/keyboard/confirmsendgift_keyboard.lua:162
--
confirmButtonControl:SetText(confirmText)
internalingame/globals/marketdialogs.lua:265
--
dialog:GetNamedChild("GiftRecipientEditBox"):SetText(data.recipientDisplayName or "")
internalingame/globals/marketdialogs.lua:266
--
dialog:GetNamedChild("NoteEdit"):SetText(data.note or "")
internalingame/globals/marketdialogs.lua:299
--
costAmountLabel:SetText(currencyString)
internalingame/globals/marketdialogs.lua:308
--
costLabel:SetText(GetString(labelString))
internalingame/globals/marketdialogs.lua:321
--
costAmountLabel:SetText(currencyString)
internalingame/globals/marketdialogs.lua:332
--
currentBalanceAmountLabel:SetText(currencyString)
internalingame/globals/marketdialogs.lua:469
--
itemContainerControl:GetNamedChild("ItemName"):SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, data.itemName))
internalingame/globals/marketdialogs.lua:478
--
stackCountControl:SetText(stackSize)
internalingame/globals/marketdialogs.lua:533
--
randomNoteButton:SetText(zo_iconFormat("EsoUI/Art/Market/Keyboard/giftMessageIcon_up.dds", "100%", "100%"))
internalingame/globals/marketdialogs.lua:535
--
noteEdit:SetText(GetRandomGiftSendNoteText())
internalingame/globals/marketdialogs.lua:645
--
useProductControl:SetText(useProductInfo.buttonText)
internalingame/globals/marketdialogs.lua:678
--
confirmButtonControl:SetText(confirmText)
internalingame/market/largesinglemarketproduct_base.lua:45
--
self.control.title:SetText(formattedTitle)
internalingame/market/marketclasses_shared.lua:274
--
self.control.textCallout:SetText(GetString(SI_MARKET_TILE_CALLOUT_NEW))
internalingame/market/marketclasses_shared.lua:304
--
control.previousCost:SetText(strikethroughAmountString)
internalingame/market/marketclasses_shared.lua:321
--
control.cost:SetText(currencyString)
internalingame/market/marketclasses_shared.lua:323
--
control.cost:SetText(GetString(SI_MARKET_FREE_LABEL))
internalingame/market/marketclasses_shared.lua:348
--
control.esoPlusCost:SetText(currencyString)
internalingame/market/marketclasses_shared.lua:350
--
control.esoPlusCost:SetText(GetString(SI_MARKET_FREE_LABEL))
internalingame/market/marketclasses_shared.lua:379
--
purchaseLabelControl:SetText(purchasedString)
internalingame/market/marketclasses_shared.lua:431
--
esoPlusDealLabelControl:SetText(esoPlusDealString)
internalingame/market/marketclasses_shared.lua:448
--
self.control.numBundledProductsLabel:SetText(numBundledProducts)
internalingame/market/marketclasses_shared.lua:472
--
self.control.textCallout:SetText(zo_strformat(SI_TIME_DURATION_LEFT, ZO_FormatTime(remainingTime, TIME_FORMAT_STYLE_SHOW_LARGEST_UNIT_DESCRIPTIVE, TIME_FORMAT_PRECISION_SECONDS)))
internalingame/market/marketclasses_shared.lua:475
--
self.control.textCallout:SetText(zo_strformat(SI_TIME_DURATION_LEFT, ZO_FormatTimeLargestTwo(remainingTime, TIME_FORMAT_STYLE_DESCRIPTIVE_MINIMAL)))
internalingame/market/marketclasses_shared.lua:495
--
self.control.textCallout:SetText(calloutText)
internalingame/market/marketclasses_shared.lua:497
--
self.control.textCallout:SetText(discountPercentText)
internalingame/market/marketclasses_shared.lua:603
--
self.control.title:SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, title))
internalingame/market/gamepad/esoplusmembershipinfodialog_gamepad.lua:15
--
self.control:GetNamedChild("BackKeybind"):SetText(keybindLabelText)
internalingame/market/gamepad/esoplusmembershipinfodialog_gamepad.lua:79
--
benefitLine.lineLabel:SetText(lineText)
internalingame/market/gamepad/esoplusmembershipinfodialog_gamepad.lua:80
--
benefitLine.headerLabel:SetText(headerText)
internalingame/market/gamepad/marketclasses_gamepad.lua:151
--
control.purchaseLabelControl:SetText(GetString("SI_COLLECTIBLEUNLOCKSTATE", COLLECTIBLE_UNLOCK_STATE_UNLOCKED_OWNED))
internalingame/market/gamepad/marketclasses_gamepad.lua:339
--
titleLabel:SetText(self:GetTitle())
internalingame/market/gamepad/marketclasses_gamepad.lua:381
--
textLabel:SetText(self:GetText())
internalingame/market/gamepad/marketdialogs_gamepad.lua:472
--
targetControl.editBoxControl:SetText(displayName)
internalingame/market/gamepad/marketdialogs_gamepad.lua:550
--
targetControl.editBoxControl:SetText(displayName)
internalingame/market/gamepad/marketdialogs_gamepad.lua:557
--
targetControl.editBoxControl:SetText(GetRandomGiftSendNoteText())
internalingame/market/gamepad/marketdialogs_gamepad.lua:1061
--
control.editBoxControl:SetText(self.recipientDisplayName)
internalingame/market/gamepad/marketdialogs_gamepad.lua:1087
--
control.editBoxControl:SetText(self.giftMessage)
internalingame/market/gamepad/market_gamepad.lua:912
--
labeledGroupLabel:SetText(labeledGroupName)
internalingame/market/gamepad/market_gamepad.lua:1049
--
freeTrialTile:SetText(GetFreeTrialText)
internalingame/market/gamepad/market_gamepad.lua:1074
--
membershipInfoTile:SetText(GetMembershipInfoText)
internalingame/market/gamepad/market_gamepad.lua:1618
--
self.titleControl:SetText(self.headerData.titleText)
internalingame/market/keyboard/marketclasses_keyboard.lua:352
--
self.control.purchaseLabelControl:SetText(GetString("SI_COLLECTIBLEUNLOCKSTATE", COLLECTIBLE_UNLOCK_STATE_UNLOCKED_OWNED))
internalingame/market/keyboard/marketclasses_keyboard.lua:611
--
self.stackCount:SetText(stackCount)
internalingame/market/keyboard/marketcontentfragment_keyboard.lua:71
--
self.contentHeader:SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, marketProductData:GetDisplayName()))
internalingame/market/keyboard/marketcontentfragment_keyboard.lua:75
--
self.cost:SetText(currencyString)
internalingame/market/keyboard/marketlistfragment_keyboard.lua:59
--
rowControl.nameControl:SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, data.name))
internalingame/market/keyboard/marketlistfragment_keyboard.lua:63
--
rowControl.stackCount:SetText(data.stackCount)
internalingame/market/keyboard/marketlistfragment_keyboard.lua:99
--
rowControl.nameControl:SetText(zo_strformat(SI_MARKET_LIST_ENTRY_HEADER_FORMATTER, headerString))
internalingame/market/keyboard/marketlistfragment_keyboard.lua:118
--
self.listHeader:SetText(headerString)
internalingame/market/keyboard/marketlistfragment_keyboard.lua:123
--
self.contentHeader:SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, marketProductData:GetDisplayName()))
internalingame/market/keyboard/marketlistfragment_keyboard.lua:136
--
self.contentHeader:SetText(zo_strformat(SI_MARKET_PRODUCT_NAME_FORMATTER, marketProductData:GetDisplayName()))
internalingame/market/keyboard/market_keyboard.lua:312
--
control.text:SetText(data.name)
internalingame/market/keyboard/market_keyboard.lua:370
--
control:SetText(data.name)
internalingame/market/keyboard/market_keyboard.lua:591
--
self.searchBox:SetText(searchString)
internalingame/market/keyboard/market_keyboard.lua:966
--
self.messageLabel:SetText(GetString(SI_MARKET_LOCKED_TEXT))
internalingame/market/keyboard/market_keyboard.lua:973
--
self.messageLabel:SetText(GetString(SI_GAMEPAD_MARKET_PRESCENE_LOADING))
internalingame/market/keyboard/market_keyboard.lua:1184
--
self.searchBox:SetText("")
internalingame/marketannouncement/marketannouncementmarketproduct_shared.lua:48
--
self.control.descriptionTextControl:SetText(zo_strformat(SI_MARKET_PRODUCT_DESCRIPTION_FORMATTER, descriptionText))
libraries/globals/globalapi.lua:181
--
label:SetText(zo_strformat(SI_FORMAT_BULLET_TEXT, text))
libraries/utility/zo_autocomplete.lua:276
--
self.editControl:SetText(name)
libraries/utility/zo_autocomplete.lua:338
--
self.editControl:SetText(name)
libraries/utility/zo_tabbuttongroup.lua:560
--
label:SetText(text)
libraries/zo_bulletlist/zo_bulletlist.lua:40
--
label:SetText(text)
libraries/zo_combobox/zo_combobox.lua:118
--
control.m_label:SetText(data.name)
libraries/zo_combobox/zo_combobox_base.lua:195
--
self.m_selectedItemText:SetText(itemText)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:119
--
control.nameControl:SetText(item.name)
libraries/zo_contextmenus/zo_contextmenus.lua:329
--
nameLabel:SetText(mytext)
libraries/zo_dialog/zo_dialog.lua:89
--
button:SetText(text)
libraries/zo_dialog/zo_dialog.lua:160
--
textControl:SetText(formattedText)
libraries/zo_dialog/zo_dialog.lua:300
--
textControl:SetText(nil)
libraries/zo_dialog/zo_dialog.lua:510
--
button:SetText(buttonText)
libraries/zo_dialog/zo_dialog.lua:629
--
editControl:SetText(textParams.initialEditText)
libraries/zo_dialog/zo_dialog.lua:688
--
label:SetText(buttonInfo.text)
libraries/zo_dialog/zo_dialog.lua:810
--
editControl:SetText("")
libraries/zo_dialog/zo_dialog.lua:1131
--
buttonControl:SetText(text)
libraries/zo_dialog/zo_listdialog.lua:65
--
self.aboveText:SetText(text)
libraries/zo_dialog/zo_listdialog.lua:69
--
self.belowText:SetText(text)
libraries/zo_dialog/zo_listdialog.lua:89
--
self.emptyListText:SetText(text)
libraries/zo_dialog/zo_listdialog.lua:160
--
self.aboveText:SetText("")
libraries/zo_dialog/zo_listdialog.lua:161
--
self.belowText:SetText("")
libraries/zo_dialog/zo_listdialog.lua:166
--
self.emptyListText:SetText("")
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:176
--
keybindDesc:SetText(dialog.textParams.buttonTextOverrides[index])
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:178
--
keybindDesc:SetText(buttonData.text or buttonData.name)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:395
--
dialog.mainTextControl:SetText(mainText)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:400
--
dialog.warningTextControl:SetText(warningText)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:403
--
dialog.warningTextControl:SetText("")
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:746
--
dialog.cooldownLabelControl:SetText("")
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:757
--
dialog.cooldownLabelControl:SetText(loadingString)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:779
--
dialog:GetNamedChild("InteractKeybind"):SetText(zo_strformat(SI_TUTORIAL_CONTINUE, ZO_Keybindings_GetKeyText(KEY_GAMEPAD_BUTTON_1)))
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:852
--
listHeaderLabelControl:SetText(listHeader)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:884
--
labelControl:SetText(itemInfo.label)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:926
--
dialog.sliderValue1:SetText(dialog.data.sliderMax - value)
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:927
--
dialog.sliderValue2:SetText(value)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:31
--
self.numeratorLabel:SetText(numerator)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:32
--
self.denominatorLabel:SetText(denominator)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:139
--
self.noItemsLabel:SetText(text)
libraries/zo_keybindbutton/zo_keybindbutton.lua:52
--
self.nameLabel:SetText(text)
libraries/zo_keybindbutton/zo_keybindbutton.lua:57
--
self.keyLabel:SetText(ZO_Keybindings_GenerateKeyMarkup(keyText))
libraries/zo_keybindbutton/zo_keybindbutton.lua:64
--
self.keyLabel:SetText(key)
libraries/zo_keybindbutton/zo_keybindbutton.lua:154
--
self:SetText(name)
libraries/zo_keybindbutton/zo_keybindbutton.lua:242
--
button:SetText(button.baseText)
libraries/zo_keybindbutton/zo_keybindbutton.lua:248
--
button:SetText(zo_strformat(SI_BINDING_NAME_COOLDOWN_FORMAT, button.baseText, secondsTillEnabled))
libraries/zo_keybindbutton/zo_keybindbutton.lua:290
--
self:SetText(text)
libraries/zo_keybindbutton/zo_keybindbutton.lua:367
--
self:SetText(text)
libraries/zo_keybindstrip/zo_keybindstrip.lua:938
--
button.nameLabel:SetText(name)
libraries/zo_menubar/zo_scenefragmentbar.lua:95
--
self.label:SetText(zo_strformat(SI_SCENE_FRAGMENT_BAR_TITLE, GetString(name)))
libraries/zo_pagedlist/zo_pagedlist.lua:454
--
GetControl(self.emptyRow, "Message"):SetText(emptyText)
libraries/zo_pagedlist/zo_pagedlist.lua:467
--
self.footer.pageNumberLabel:SetText(pageNumberText)
libraries/zo_parametricgridlist/zo_abstractgridscrolllist.lua:174
--
control:SetText(data.header)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:134
--
control:SetText(data.header)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:414
--
self.noItemsLabel:SetText(text)
libraries/zo_radialmenu/zo_radialmenu.lua:98
--
actionLabel:SetText(textData[1])
libraries/zo_radialmenu/zo_radialmenu.lua:101
--
actionLabel:SetText(textData)
libraries/zo_savingeditbox/zo_savingeditbox.lua:44
--
self.empty:SetText(emptyText)
libraries/zo_savingeditbox/zo_savingeditbox.lua:120
--
self.display:SetText(zo_strformat(SI_SAVING_EDIT_BOX_QUOTES, displayText))
libraries/zo_savingeditbox/zo_savingeditbox.lua:122
--
self.display:SetText(displayText)
libraries/zo_savingeditbox/zo_savingeditbox.lua:127
--
self.edit:SetText(text)
libraries/zo_savingeditbox/zo_savingeditbox.lua:145
--
self.edit:SetText(self.resetText)
libraries/zo_savingeditbox/zo_savingeditbox.lua:178
--
self:SetText(newText)
libraries/zo_sortfilterlist/zo_sortfilterlist.lua:82
--
GetControl(self.emptyRow, "Message"):SetText(emptyText)
libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:437
--
self.emptyRowMessage:SetText(emptyText)
libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:522
--
self.emptyRowMessage:SetText(#self.masterList == 0 and self.emptyText or GetString(SI_SORT_FILTER_LIST_NO_RESULTS))
libraries/zo_sortfilterlist/gamepad/zo_sortfilterlist_gamepad.lua:82
--
GetControl(self.emptyRow, "Message"):SetText(emptyText)
libraries/zo_sortheadergroup/zo_sortheadergroup.lua:239
--
header:GetNamedChild("Name"):SetText(name)
libraries/zo_sortheadergroup/zo_sortheadergroup.lua:250
--
nameControl:SetText(name)
libraries/zo_spinner/zo_spinner.lua:311
--
self.display:SetText(valueText)
libraries/zo_templates/buttontemplates.lua:240
--
button.label:SetText(labelText)
libraries/zo_templates/buttontemplates.lua:352
--
buttonControl:SetText(buttonControl.checkedText)
libraries/zo_templates/buttontemplates.lua:359
--
buttonControl:SetText(buttonControl.uncheckedText)
libraries/zo_templates/buttontemplates.lua:452
--
self:SetText("")
libraries/zo_templates/buttontemplates.lua:456
--
self:SetText(zo_strformat(SI_ACTIVE_WEAPON_PAIR, self.activeWeaponPair))
libraries/zo_templates/editboxtemplates.lua:31
--
label:SetText(defaultText)
libraries/zo_templates/labeltemplates_shared.lua:229
--
ZO_LABEL_TEMPLATE_DUMMY_LABEL.SetText(label, text)
libraries/zo_templates/optionswindowtemplate.lua:287
--
targetChild:SetText(GetString(SI_CHECK_BUTTON_DISABLED))
libraries/zo_templates/optionswindowtemplate.lua:291
--
targetChild:SetText(GetString(data.gamepadValidStringOverrides[index]))
libraries/zo_templates/optionswindowtemplate.lua:293
--
targetChild:SetText(GetString(data.valueStringPrefix, data.valid[index]))
libraries/zo_templates/optionswindowtemplate.lua:295
--
targetChild:SetText(GetValueString(data.valueStrings[index]))
libraries/zo_templates/optionswindowtemplate.lua:297
--
targetChild:SetText(currentChoice)
libraries/zo_templates/optionswindowtemplate.lua:324
--
checkBoxControl:SetText(GetString(SI_CHECK_BUTTON_DISABLED))
libraries/zo_templates/optionswindowtemplate.lua:371
--
valueLabelControl:SetText(data.showValueFunc(currentChoice))
libraries/zo_templates/optionswindowtemplate.lua:383
--
valueLabelControl:SetText(zo_strformat(data.valueTextFormatter, shownVal))
libraries/zo_templates/optionswindowtemplate.lua:385
--
valueLabelControl:SetText(shownVal)
libraries/zo_templates/optionswindowtemplate.lua:555
--
valueLabelControl:SetText(data.showValueFunc(value))
libraries/zo_templates/optionswindowtemplate.lua:567
--
valueLabelControl:SetText(zo_strformat(data.valueTextFormatter, shownVal))
libraries/zo_templates/optionswindowtemplate.lua:569
--
valueLabelControl:SetText(shownVal)
libraries/zo_templates/optionswindowtemplate.lua:817
--
GetControl(control, "Name"):SetText(text)
libraries/zo_templates/optionswindowtemplate.lua:820
--
button:SetText(text)
libraries/zo_templates/statusbartemplates.lua:275
--
self.value:SetText(zo_strformat(self.valueFormat, value))
libraries/zo_templates/windowtemplates.lua:72
--
template.count:SetText(itemCount)
libraries/zo_templates/windowtemplates.lua:205
--
self.label:SetText(self.text)
libraries/zo_templates/windowtemplates.lua:223
--
textControl:SetText(text)
libraries/zo_templates/gamepad/windowtemplates_gamepad.lua:21
--
editControl:SetText(editControl.oldText)
libraries/zo_templates/gamepad/windowtemplates_gamepad.lua:44
--
editControl:SetText(editControl.oldText)
libraries/zo_tile/actiontile.lua:36
--
self.headerLabel:SetText(headerText)
libraries/zo_tile/actiontile.lua:44
--
self.titleLabel:SetText(titleText)
libraries/zo_tile/activationtile.lua:18
--
self.titleLabel:SetText(titleText)
libraries/zo_tile/contextualactionstile.lua:28
--
self.titleLabel:SetText(titleText)
libraries/zo_tile/tile.lua:94
--
label:SetText(data.header)
libraries/zo_tile/gamepad/checkboxtile_gamepad.lua:34
--
self.textLabel:SetText(data.text)
libraries/zo_tile/keyboard/actiontile_keyboard.lua:50
--
self.actionButton:SetText(actionText)
libraries/zo_timerbar/zo_timerbar.lua:31
--
GetControl(self.control, "Label"):SetText(text)
libraries/zo_timerbar/zo_timerbar.lua:181
--
self.time:SetText(timeString)
libraries/zo_timerbar/zo_timerbar.lua:192
--
self.time:SetText(timeString)
libraries/zo_tooltip/zo_tooltip.lua:108
--
label:SetText(text)
libraries/zo_tooltip/zo_tooltip.lua:325
--
control.label:SetText("")
libraries/zo_validnameinstructions/zo_validnameinstructions.lua:31
--
instruction:SetText(GetString(self.violationPrefix, instructionEnum))
overlay/overlay.lua:4
--
OverlaySubtitle:SetText(subTitle)
overlay/overlay.lua:7
--
OverlaySubtitle:SetText(subTitle)
overlay/overlay.lua:35
--
OverlayConfirmSkipInstruction:SetText(GetString(SI_GAMEPAD_VIDEO_PLAYBACK_CONFIRM_CANCEL))
overlay/overlay.lua:39
--
OverlayConfirmSkipInstruction:SetText(GetString(SI_VIDEO_PLAYBACK_CONFIRM_CANCEL))
pregame/accountlogin/eula.lua:94
--
self.notifyUpdatedTextLabel:SetText(notifyUpdatedText)
pregame/accountlogin/pegi.lua:46
--
rowControl.name:SetText(data.countryName)
pregame/accountlogin/pegi.lua:169
--
self:GetNamedChild("AgreementText"):SetText(zo_strformat(SI_PEGI_AGREEMENT_DECLINE_TEXT, customerSupportLink))
pregame/accountlogin/keyboard/createlinkaccountdialogs_keyboard.lua:21
--
optionalTextLabel:SetText(WARNING_COLOR:Colorize(GetString(SI_KEYBOARD_LINKACCOUNT_CROWN_LOSS_WARNING)))
pregame/accountlogin/keyboard/createlinkaccountdialogs_keyboard.lua:22
--
partnerAccountName:SetText(GetString(SI_KEYBOARD_LINKACCOUNT_GENERIC_ACCOUNT_NAME_DMM))
pregame/accountlogin/keyboard/createlinkaccountdialogs_keyboard.lua:24
--
partnerAccountName:SetText(data.partnerAccount or "")
pregame/accountlogin/keyboard/createlinkaccountdialogs_keyboard.lua:30
--
confirmWarning:SetText(zo_strformat(GetString(SI_KEYBOARD_LINKACCOUNT_CONFIRM_2_FORMAT), accountTypeName))
pregame/accountlogin/keyboard/createlinkaccountdialogs_keyboard.lua:33
--
GetControl(dialog, "ESOAccount"):SetText(data.esoAccount or "")
pregame/accountlogin/keyboard/serverselect.lua:30
--
label:SetText(serverName)
pregame/accountlogin/keyboard/zo_createlinkaccount.lua:59
--
self.ageLabel:SetText(zo_strformat(SI_CREATEACCOUNT_AGE, MINIMUM_AGE))
pregame/accountlogin/keyboard/zo_login.lua:71
--
self.gameVersionLabel:SetText(zo_strformat(SI_VERSION, briefVersion))
pregame/accountlogin/keyboard/zo_login.lua:90
--
self.accountRequired:SetText(message)
pregame/accountlogin/keyboard/zo_login.lua:158
--
self.announcementsText:SetText(message)
pregame/accountlogin/keyboard/zo_login.lua:319
--
self.loginButtonDisabledTimer:SetText("")
pregame/accountlogin/keyboard/zo_login.lua:323
--
self.loginButtonDisabledTimer:SetText(zo_strformat(SI_SERVER_MAINTENANCE_LOGIN_BUTTON_TIMER, timer))
pregame/accountlogin/keyboard/zo_login.lua:333
--
self.accountNameEdit:SetText(GetCVar("AccountName"))
pregame/accountlogin/keyboard/zo_login.lua:335
--
self.accountNameEdit:SetText("")
pregame/accountlogin/keyboard/zo_login.lua:339
--
self.passwordEdit:SetText("")
pregame/chapterupgrade/chapterupgrade_shared.lua:67
--
self.registrationSummaryControl:SetText(registrationSummary)
pregame/chapterupgrade/chapterupgrade_shared.lua:68
--
self.chapterSummaryHeaderControl:SetText(chapterSummaryHeader)
pregame/chapterupgrade/chapterupgrade_shared.lua:69
--
self.chapterSummaryControl:SetText(chapterSummary)
pregame/charactercreate/zo_charactercreateslider_base.lua:22
--
self.name:SetText(displayName)
pregame/charactercreate/zo_charactercreateslider_base.lua:24
--
self.name:SetText(GetString(enumNameFallback, enumValue))
pregame/charactercreate/zo_charactercreatetriangle_base.lua:10
--
GetControl(triangleControl, "LabelTop"):SetText(GetString(topStringId))
pregame/charactercreate/zo_charactercreatetriangle_base.lua:11
--
GetControl(triangleControl, "LabelLeft"):SetText(GetString(leftStringId))
pregame/charactercreate/zo_charactercreatetriangle_base.lua:12
--
GetControl(triangleControl, "LabelRight"):SetText(GetString(rightStringId))
pregame/charactercreate/gamepad/zo_charactercreateselector_gamepad.lua:41
--
self.selectionName:SetText(bannerText)
pregame/charactercreate/gamepad/zo_charactercreateselector_gamepad.lua:82
--
self.selectionName:SetText(bannerText)
pregame/charactercreate/gamepad/zo_charactercreateselector_gamepad.lua:118
--
self.selectionName:SetText(bannerText)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:584
--
ZO_CharacterCreate_GamepadLoreInfoRaceName:SetText(zo_strformat(SI_RACE_NAME, GetRaceName(currentGender, CharacterCreateGetRace(characterMode))))
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:585
--
ZO_CharacterCreate_GamepadLoreInfoClassName:SetText(zo_strformat(SI_CLASS_NAME, GetClassName(currentGender, CharacterCreateGetClass(characterMode))))
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:743
--
ZO_CharacterCreate_GamepadLoreInfoRaceDescription:SetText(race.lore)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:749
--
ZO_CharacterCreate_GamepadLoreInfoAllianceName:SetText(zo_strformat(SI_ALLIANCE_NAME, alliance.name))
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:750
--
ZO_CharacterCreate_GamepadLoreInfoAllianceDescription:SetText(alliance.lore)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:769
--
ZO_CharacterCreate_GamepadLoreInfoClassDescription:SetText(class.lore)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:1210
--
titleLabel:SetText(title)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:1213
--
descriptionLabel:SetText(description)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:1500
--
self.errorLabel:SetText(violationString)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:1586
--
control:SetText(parametricDialog.selectedName)
pregame/charactercreate/gamepad/zo_charactercreate_gamepad.lua:1597
--
control.editBoxControl:SetText(parametricDialog.selectedName)
pregame/charactercreate/keyboard/zo_charactercreatebucket_keyboard.lua:299
--
GetControl(subCategoryControl, "Name"):SetText(GetString("SI_CHARACTERSLIDERSUBCATEGORY", subCategoryData.id))
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:239
--
ZO_CharacterCreateGenderSelectionMaleLabel:SetText(GetString("SI_GENDER", GENDER_MALE))
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:240
--
ZO_CharacterCreateGenderSelectionFemaleLabel:SetText(GetString("SI_GENDER", GENDER_FEMALE))
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:728
--
nameEdit:SetText("")
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:775
--
ZO_CharacterCreateRaceName:SetText(zo_strformat(SI_RACE_NAME, GetRaceName(currentGender, CharacterCreateGetRace(characterMode))))
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:776
--
ZO_CharacterCreateClassSelectionName:SetText(zo_strformat(SI_CLASS_NAME, GetClassName(currentGender, CharacterCreateGetClass(characterMode))))
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:803
--
ZO_CharacterCreateRaceAlliance:SetText(zo_strformat(SI_ALLIANCE_NAME, allianceName))
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:804
--
ZO_CharacterCreateRaceDescription:SetText(race.lore)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:835
--
ZO_CharacterCreateClassSelectionDescription:SetText(class.lore)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:885
--
self.nameControl:SetText(name)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:966
--
editControl:SetText(CorrectCharacterNameCase(nameText))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:257
--
subHeader:SetText(data.subHeader or "")
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:290
--
control.tokenCount:SetText(data.tokenCount)
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:419
--
self.serviceTokensLabel:SetText(tokenCount)
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:426
--
self.serviceInstructions:SetText(instructions)
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:862
--
characterName:SetText(ZO_CharacterSelect_GetFormattedCharacterName(selectedData))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:863
--
characterRace:SetText(ZO_CharacterSelect_Gamepad_GetFormattedRace(selectedData))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:864
--
characterLevel:SetText(ZO_CharacterSelect_GetFormattedLevel(selectedData))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:865
--
characterClass:SetText(ZO_CharacterSelect_Gamepad_GetFormattedClass(selectedData))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:866
--
characterAlliance:SetText(ZO_CharacterSelect_Gamepad_GetFormattedAlliance(selectedData))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:867
--
characterLocation:SetText(ZO_CharacterSelect_Gamepad_GetFormattedLocation(selectedData))
pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:916
--
ZO_CharacterSelectProfile_Gamepad:GetNamedChild("Profile"):SetText(GetOnlineIdForActiveProfile())
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:19
--
ZO_CharacterSelectSelectedName:SetText(ZO_CharacterSelect_GetFormattedCharacterName(data))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:20
--
ZO_CharacterSelectSelectedRace:SetText(zo_strformat(SI_CHARACTER_SELECT_RACE, GetRaceName(data.gender, data.race)))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:21
--
ZO_CharacterSelectSelectedLocation:SetText(zo_strformat(SI_CHARACTER_SELECT_LOCATION, GetLocationName(data.location)))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:22
--
ZO_CharacterSelectSelectedClassLevel:SetText(ZO_CharacterSelect_GetFormattedLevelChampionAndClass(data))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:24
--
ZO_CharacterSelectSelectedName:SetText("")
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:25
--
ZO_CharacterSelectSelectedRace:SetText("")
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:26
--
ZO_CharacterSelectSelectedLocation:SetText("")
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:27
--
ZO_CharacterSelectSelectedClassLevel:SetText("")
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:47
--
characterName:SetText(ZO_CharacterSelect_GetFormattedCharacterName(data))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:48
--
characterStatus:SetText(ZO_CharacterSelect_GetFormattedLevelChampionAndClass(data))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:51
--
characterLocation:SetText(zo_strformat(SI_CHARACTER_SELECT_LOCATION, GetLocationName(data.location)))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:53
--
characterLocation:SetText(GetString(SI_UNKNOWN_LOCATION))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:97
--
ZO_CharacterSelectLogin:SetText(GetString(SI_RENAME_CHARACTER))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:99
--
ZO_CharacterSelectLogin:SetText(GetString(SI_LOGIN_CHARACTER))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:141
--
ZO_CharacterSelectCharacterSlots:SetText(zo_strformat(SI_CHARACTER_SELECT_SLOTS, numCharacters, maxCharacters))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:145
--
ZO_CharacterSelectDelete:SetText(zo_strformat(SI_DELETE_CHARACTER, ZO_DEFAULT_ENABLED_COLOR:Colorize(formattedNumDeletes)))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:148
--
ZO_CharacterSelectDelete:SetText(zo_strformat(SI_DELETE_CHARACTER, formattedNumDeletes))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:163
--
ZO_CharacterSelectChampionPoints:SetText(zo_strformat(SI_KEYBOARD_ACCOUNT_CHAMPION_POINTS, accountChampionPoints))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:221
--
nameHeader:SetText(zo_strformat(SI_RENAME_CHARACTER_NAME_LABEL, data.characterData.name))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:237
--
dialog.nameEdit:SetText("")
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:291
--
dialog.nameEdit:SetText(correctedName)
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:336
--
ZO_CharacterSelectExtraCharacterSlots:SetText(zo_strformat(SI_ADDITIONAL_CHARACTER_SLOTS_DESCRIPTION, ZO_CharacterSelect_GetAdditionalSlotsRemaining()))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:348
--
ZO_CharacterSelectChapterUpgradeTitle:SetText(zo_strformat(SI_CHARACTER_SELECT_CHAPTER_LOCKED_FORMAT, GetCollectibleName(chapterCollectibleId)))
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:673
--
self.tokenCount:SetText(numTokens)
pregame/console/createaccount/createaccount_gamepad.lua:258
--
self.defaultTextLabel:SetText(GetString(SI_CREATEACCOUNT_SELECT_COUNTRY))
pregame/console/createlinkaccountscreen/createlinkloadingscreen_gamepad.lua:114
--
self.queuedLabel:SetText(zo_strformat(SI_LOGIN_QUEUE_TEXT, ZO_FormatTimeMilliseconds(waitTime, TIME_FORMAT_STYLE_DESCRIPTIVE)))
pregame/console/createlinkaccountscreen/createlinkloadingscreen_gamepad.lua:305
--
self.loadingText:SetText(loadingText)
pregame/console/downloadbar/downloadbar.lua:55
--
self.label:SetText(downloadPercent .."%")
pregame/console/emergencyscreen/pregameinitialscreen_gamepad.lua:84
--
pressTextLabel:SetText(zo_strformat(SI_CONSOLE_PREGAME_PRESS_BUTTON, primaryButtonIcon))
pregame/console/emergencyscreen/pregameinitialscreen_gamepad.lua:267
--
self.errorTitle:SetText(errorTitle)
pregame/console/emergencyscreen/pregameinitialscreen_gamepad.lua:268
--
self.errorMessage:SetText(errorMessage)
pregame/console/gamestartup/gamestartup_gamepad.lua:41
--
self.announcement:SetText(zo_strformat(SI_FREE_TRIAL_EXPIRED_ANNOUNCEMENT, platformStore))
pregame/console/gamestartup/gamestartup_gamepad.lua:274
--
self.announcement:SetText(message)
pregame/console/legalagreements/legalagreementsscreen.lua:137
--
self.title:SetText(currentTitle)
pregame/console/legalagreements/legalagreementsscreen.lua:138
--
self.text:SetText(currentText)
pregame/console/linkaccountscreen/confirmlinkaccountscreen_gamepad.lua:21
--
confirmation2:SetText(GetString(isXbox and SI_CONSOLE_LINKACCOUNT_CONFIRM_2_XBOX or SI_CONSOLE_LINKACCOUNT_CONFIRM_2_PS4))
pregame/console/linkaccountscreen/confirmlinkaccountscreen_gamepad.lua:22
--
confirmation3:SetText(GetString(isXbox and SI_CONSOLE_LINKACCOUNT_CONFIRM_3_XBOX or SI_CONSOLE_LINKACCOUNT_CONFIRM_3_PS4))
pregame/console/linkaccountscreen/confirmlinkaccountscreen_gamepad.lua:89
--
self.esoAccountNameLabel:SetText(username)
pregame/console/linkaccountscreen/confirmlinkaccountscreen_gamepad.lua:90
--
self.consoleAccountNameLabel:SetText(GetOnlineIdForActiveProfile())
pregame/console/linkaccountscreen/linkaccountscreen_gamepad_final.lua:18
--
fillText:SetText(GetString(isXbox and SI_CONSOLE_LINKACCOUNT_SUCCESS_FULL_XBOX or SI_CONSOLE_LINKACCOUNT_SUCCESS_FULL_PS4))
pregame/gamecredits/sharedgamecredits.lua:23
--
control:SetText(text)
pregame/gamepad/pregametemplates.lua:27
--
control.edit:SetText(contents)
pregame/globals/overflowdialog.lua:3
--
GetControl(dialog, "MainText"):SetText(zo_strformat(SI_OVERFLOW_DIALOG_TEXT, ZO_FormatTimeMilliseconds(data.waitTime, TIME_FORMAT_STYLE_DESCRIPTIVE)))
pregame/serverselect/keyboard/zo_serverselect.lua:27
--
serverName:SetText(data.name)
pregame/serverselect/keyboard/zo_serverselect.lua:28
--
serverStatus:SetText(data.status)
pregameandingame/gamepad/controllerdisconnect/controllerdisconnect.lua:11
--
self:GetNamedChild("InteractKeybind"):SetText(zo_strformat(SI_GAMEPAD_DISCONNECTED_CONTINUE_TEXT, ZO_Keybindings_GetKeyText(KEY_GAMEPAD_BUTTON_1)))
pregameandingame/gamepad/controllerdisconnect/controllerdisconnect.lua:31
--
mainText:SetText(message)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:140
--
state:SetText(stateText)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:167
--
nameControl:SetText(stripColorMarkup and data.strippedAddOnName or data.addOnName)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:169
--
authorControl:SetText(authorByLine)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:193
--
description:SetText(data.addOnDescription)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:196
--
description:SetText("")
pregameandingame/zo_addonmanager/zo_addonmanager.lua:203
--
dependencies:SetText(GetString(SI_ADDON_MANAGER_DEPENDENCIES)..data.addOnDependencyText)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:205
--
dependencies:SetText("")
pregameandingame/zo_addonmanager/zo_addonmanager.lua:237
--
control:GetNamedChild("Text"):SetText(data.text)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:374
--
self.sizerLabel:SetText(description)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:380
--
self.sizerLabel:SetText(dependencyText)
pregameandingame/zo_addonmanager/zo_addonmanager.lua:511
--
multiButton:SetText(GetString(SI_ADDON_MANAGER_RELOAD))
pregameandingame/zo_addonmanager/zo_addonmanager.lua:514
--
multiButton:SetText(GetString(SI_ADDON_MANAGER_VIEW_EULA))
pregameandingame/zo_options/zo_sharedoptions.lua:72
--
GetControl(control, "Label"):SetText(text)
pregameandingame/zo_options/zo_sharedoptions.lua:74
--
GetControl(control, "Name"):SetText(text)
pregameandingame/zo_options/zo_sharedoptions.lua:77
--
GetControl(control, "Name"):SetText(text)
pregameandingame/zo_options/zo_sharedoptions.lua:80
--
GetControl(control, "Name"):SetText(text)
pregameandingame/zo_options/zo_sharedoptions.lua:83
--
GetControl(control, "Name"):SetText(text)
pregameandingame/zo_options/zo_sharedoptions.lua:88
--
GetControl(control, "Name"):SetText(text)
pregameandingame/zo_options/zo_sharedoptions.lua:90
--
GetControl(control, "Name"):SetText(text)
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:487
--
label:SetText(GetTextEntry(control.data.disabledText))
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:490
--
label:SetText(GetTextEntry(control.data.consoleTextOverride))
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:492
--
label:SetText(GetTextEntry(control.data.gamepadTextOverride))
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:506
--
control:GetNamedChild("Label" .. labelToUse):SetText(localizedToggleCameraName)
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:512
--
control:GetNamedChild("Label" .. labelToUse):SetText(zo_strformat(GetString(chordedActionString), ZO_Keybinding_GetGamepadActionName("GAME_CAMERA_GAMEPAD_ZOOM"), povIcon))
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:518
--
control:GetNamedChild("Label" .. labelToUse):SetText(localizedQuickSlotName)
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:522
--
control:GetNamedChild("Label" .. labelToUse):SetText(localizedQuickSlotHoldName)
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:548
--
control:GetNamedChild("Label" .. labelToUse):SetText(localizedActionName)
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:561
--
control:GetNamedChild("Label" .. labelToUse):SetText(zo_strformat(SI_BINDING_NAME_GAMEPAD_HOLD_LEFT, localizedActionName))
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:577
--
control:GetNamedChild("Label" .. labelToUse):SetText(zo_strformat(GetString(chordedActionString), localizedActionName, icon))
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:581
--
control:GetNamedChild("Label" .. labelToUse):SetText("")
pregameandingame/zo_options/gamepad/zo_options_gamepad.lua:597
--
control:GetNamedChild("Label" .. labelToUse):SetText("")
pregameandingame/zo_options/keyboard/zo_options_keyboard.lua:123
--
GetControl(ZO_OptionsWindow, "Title"):SetText(panelName)
publicallingames/currency/currency.lua:389
--
self:SetText(table.concat(g_currencyStringFormatTable))
publicallingames/itempreview/itempreview_shared.lua:663
--
self.variationLabel:SetText(self.currentPreviewTypeObject:GetVariationName(self.previewVariationIndex))
publicallingames/itempreview/gamepad/itempreview_gamepad.lua:84
--
self.variationLabel:SetText(variationName)
publicallingames/itempreview/keyboard/itempreview_keyboard.lua:88
--
self.variationLabel:SetText(variationName)
publicallingames/marketcurrency/gamepad/marketcurrency_gamepad.lua:46
--
self.crownAmountControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(currentCurrency)))
publicallingames/marketcurrency/gamepad/marketcurrency_gamepad.lua:51
--
self.gemAmountControl:SetText(zo_strformat(SI_NUMBER_FORMAT, ZO_CommaDelimitNumber(currentCurrency)))
publicallingames/marketcurrency/keyboard/marketcurrency_keyboard.lua:35
--
self.crownsCurrencyLabel:SetText(currencyString)
publicallingames/marketcurrency/keyboard/marketcurrency_keyboard.lua:40
--
self.gemsCurrencyLabel:SetText(currencyString)
publicallingames/tooltip/tooltip.lua:70
--
reasonLabel:SetText(GetString(reason))
publicallingames/tooltip/tooltip.lua:151
--
text:SetText(zo_strformat(SI_ITEM_FORMAT_STR_EQUIPPED_SLOT, GetString("SI_EQUIPSLOT", equipSlot)))
publicallingames/tooltip/tooltip.lua:153
--
text:SetText(GetString(SI_ITEM_FORMAT_STR_EQUIPPED))
publicallingames/tooltip/tooltip.lua:323
--
GetControl(skillUpgradeControl, "SourceText"):SetText(source)
publicallingames/tooltip/tooltip.lua:324
--
GetControl(skillUpgradeControl, "DestText"):SetText(dest)