Editor/Strings.cs (381 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 namespace AmazonGameLift.Editor { /// <summary> /// The keys for <see cref="TextProvider"/>. The strings should just be unique. /// </summary> public static class Strings { public const string LabelPasswordShow = "LabelPasswordShow"; public const string LabelPasswordHide = "LabelPasswordHide"; public const string LabelBootstrapS3Console = "LabelBootstrapS3Console"; public const string LabelBootstrapCreateMode = "LabelBootstrapCreateMode"; public const string LabelBootstrapSelectMode = "LabelBootstrapSelectMode"; public const string LabelBootstrapCurrentBucket = "LabelBootstrapCurrentBucket"; public const string LabelBootstrapCreateButton = "LabelBootstrapCreateButton"; public const string LabelBootstrapSelectButton = "LabelBootstrapSelectButton"; public const string LabelBootstrapBucketCosts = "LabelBootstrapBucketCosts"; public const string LabelBootstrapBucketName = "LabelBootstrapBucketName"; public const string LabelBootstrapLifecycleWarning = "LabelBootstrapLifecycleWarning"; public const string LabelBootstrapBucketSelectionLoading = "LabelBootstrapBucketSelectionLoading"; public const string LabelBootstrapRegion = "LabelBootstrapRegion"; public const string LabelBootstrapBucketLifecycle = "LabelBootstrapBucketLifecycle"; public const string LabelCredentialsHelp = "LabelCredentialsHelp"; public const string LabelCredentialsRegion = "LabelCredentialsRegion"; public const string LabelCredentialsCreateProfileName = "LabelCredentialsProfileName"; public const string LabelCredentialsAccessKey = "LabelCredentialsAccessKey"; public const string LabelCredentialsSecretKey = "LabelCredentialsSecretKey"; public const string LabelCredentialsCreateButton = "LabelCredentialsCreateButton"; public const string LabelCredentialsUpdateButton = "LabelCredentialsUpdateButton"; public const string LabelCredentialsUpdateMode = "LabelCredentialsUpdateMode"; public const string LabelCredentialsCreateMode = "LabelCredentialsCreateMode"; public const string LabelCredentialsSelectProfileName = "LabelCredentialsSelectProfileName"; public const string LabelCredentialsCurrentProfileName = "LabelCredentialsCurrentProfileName"; public const string LabelDefaultFolderName = "LabelDefaultFolderName"; public const string LabelDeploymentApiGateway = "LabelDeploymentApiGateway"; public const string LabelDeploymentCognitoClientId = "LabelDeploymentCognitoClientId"; public const string LabelDeploymentCloudFormationConsole = "LabelDeploymentCloudFormationConsole"; public const string LabelDeploymentCustomMode = "LabelDeploymentCustomMode"; public const string LabelDeploymentHelp = "LabelDeploymentHelp"; public const string LabelDeploymentSelectionMode = "LabelDeploymentSelectionMode"; public const string LabelDeploymentGameName = "LabelDeploymentGameName"; public const string LabelDeploymentCurrentStack = "LabelDeploymentCurrentStack"; public const string LabelDeploymentCosts = "LabelDeploymentCosts"; public const string LabelDeploymentBootstrapWarning = "LabelDeploymentBootstrapWarning"; public const string LifecycleNone = "LifecycleNone"; public const string LifecycleSevenDays = "LifecycleSevenDays"; public const string LifecycleThirtyDays = "LifecycleThirtyDays"; public const string LoremIpsum = "LoremIpsum"; public const string StatusDeploymentExePathInvalid = "StatusDeploymentExePathInvalid"; public const string StatusDeploymentFailure = "StatusDeploymentFailure"; public const string StatusDeploymentStarting = "StatusDeploymentStarting"; public const string StatusDeploymentSuccess = "StatusDeploymentSuccess"; public const string StatusExceptionThrown = "StatusExceptionThrown"; public const string StatusNothingDeployed = "StatusNothingDeployed"; public const string StatusProfileCreated = "StatusProfileCreated"; public const string StatusProfileUpdated = "StatusProfileUpdated"; public const string StatusGetRegionFailed = "StatusGetRegionFailed"; public const string StatusGetProfileFailed = "StatusGetProfileFailed"; public const string StatusBootstrapComplete = "StatusBootstrapComplete"; public const string StatusBootstrapUpdateComplete = "StatusBootstrapUpdateComplete"; public const string StatusBootstrapFailedTemplate = "StatusBootstrapFailedTemplate"; public const string StatusRegionUpdateFailedWithError = "StatusRegionUpdateFailedWithError"; public const string TitleAwsCredentials = "TitleAwsCredentials"; public const string TitleBootstrap = "TitleBootstrap"; public const string TooltipBootstrapBucketLifecycle = "TooltipBootstrapBucketLifecycle"; public const string TooltipBootstrapCurrentBucket = "TooltipBootstrapCurrentBucket"; public const string TooltipSettingsBootstrap = "TooltipSettingsBootstrap"; public const string TooltipSettingsAwsCredentials = "TooltipSettingsAwsCredentials"; public const string LabelSettingsAwsCredentialsTitle = "LabelSettingsAwsCredentialsTitle"; public const string LabelSettingsAwsCredentialsSetUpButton = "LabelSettingsAwsCredentialsSetUpButton"; public const string LabelAwsCredentialsUpdateButton = "LabelAwsCredentialsUpdateButton"; public const string LabelSettingsDotNetTitle = "LabelSettingsDotNetTitle"; public const string TooltipSettingsDotNet = "TooltipSettingsDotNet"; public const string LabelSettingsDotNetButton = "LabelSettingsDotNetButton"; public const string LabelSettingsJavaButton = "LabelSettingsJavaButton"; public const string LabelSettingsJavaTitle = "LabelSettingsJavaTitle"; public const string TooltipSettingsJava = "TooltipSettingsJava"; public const string LabelSettingsAllConfigured = "LabelSettingsAllConfigured"; public const string LabelSettingsConfigured = "LabelSettingsConfigured"; public const string LabelSettingsNotConfigured = "LabelSettingsNotConfigured"; public const string LabelSettingsBootstrapTitle = "LabelSettingsBootstrapTitle"; public const string LabelSettingsBootstrapButton = "LabelSettingsBootstrapButton"; public const string LabelSettingsBootstrapWarning = "LabelSettingsBootstrapWarning"; public const string LabelSettingsDeployTab = "LabelSettingsDeployTab"; public const string LabelSettingsTestTab = "LabelSettingsTestTab"; public const string LabelSettingsHelpTab = "LabelSettingsHelpTab"; public const string LabelSettingsSdkTab = "LabelSettingsSdkTab"; public const string LabelSettingsOpenForums = "LabelSettingsOpenForums"; public const string LabelSettingsOpenAwsHelp = "LabelSettingsOpenAwsHelp"; public const string LabelSettingsOpenDeployment = "LabelSettingsOpenDeployment"; public const string LabelSettingsPingSdk = "LabelSettingsPingSdk"; public const string LabelSettingsReportSecurity = "LabelSettingsReportSecurity"; public const string LabelSettingsReportBugs = "LabelSettingsReportBugs"; public const string LabelStackUpdateCancelButton = "LabelStackUpdateCancelButton"; public const string LabelStackUpdateCountTemplate = "LabelStackUpdateCountTemplate"; public const string LabelStackUpdateConfirmButton = "LabelStackUpdateConfirmButton"; public const string LabelStackUpdateConsole = "LabelStackUpdateConsole"; public const string LabelStackUpdateConsoleWarning = "LabelStackUpdateConsoleWarning"; public const string LabelStackUpdateRemovalHeader = "LabelStackUpdateRemovalHeader"; public const string LabelStackUpdateQuestion = "LabelStackUpdateQuestion"; public const string LabelDeploymentBucket = "LabelDeploymentBucket"; public const string LabelDeploymentBuildFilePath = "LabelDeploymentBuildFilePath"; public const string LabelDeploymentBuildFolderPath = "LabelDeploymentBuildFolderPath"; public const string LabelDeploymentCancelButton = "LabelDeploymentCancelButton"; public const string LabelDeploymentCancelDialogBody = "LabelDeploymentCancelDialogBody"; public const string LabelDeploymentCancelDialogCancelButton = "LabelDeploymentCancelDialogCancelButton"; public const string LabelDeploymentCancelDialogOkButton = "LabelDeploymentCancelDialogOkButton"; public const string LabelDeploymentRegion = "LabelDeploymentRegion"; public const string LabelDeploymentScenarioHelp = "LabelDeploymentScenarioHelp"; public const string LabelDeploymentScenarioPath = "LabelDeploymentScenarioPath"; public const string LabelDeploymentStartButton = "LabelDeploymentStartButton"; public const string TooltipDeploymentBucket = "TooltipDeploymentBucket"; public const string TooltipDeploymentRegion = "TooltipDeploymentRegion"; public const string TooltipCredentialsCreateProfile = "TooltipCredentialsCreateProfile"; public const string TooltipCredentialsSelectProfile = "TooltipCredentialsSelectProfile"; public const string TooltipCredentialsAccessKey = "TooltipCredentialsAccessKey"; public const string TooltipCredentialsSecretKey = "TooltipCredentialsSecretKey"; public const string TooltipCredentialsRegion = "TooltipCredentialsRegion"; public const string TitleDeployment = "TitleDeployment"; public const string TitleDeploymentCancelDialog = "TitleDeploymentCancelDialog"; public const string TitleDeploymentServerFileDialog = "TitleDeploymentServerFileDialog"; public const string TitleDeploymentServerFolderDialog = "TitleDeploymentServerFolderDialog"; public const string TitleSettings = "TitleSettings"; public const string TitleStackUpdateDialog = "TitleStackUpdateDialog"; public const string StackStatusTemplate = "StackStatusTemplate"; public const string StackDetailsTemplate = "StackDetailsTemplate"; public const string SettingsUISdkNextStepLabel = "SettingsUISdkNextStepLabel"; public const string SettingsUITestNextStepLabel = "SettingsUITestNextStepLabel"; public const string SettingsUIDeployNextStepLabel = "SettingsUIDeployNextStepLabel"; public const string LabelOpenSdkIntegrationDoc = "LabelOpenSdkIntegrationDoc"; public const string LabelOpenSdkApiDoc = "LabelOpenSdkApiDoc"; public const string TabLanding = "TabLanding"; public const string TabContainers = "TabContainers"; public const string TabCredentials = "TabCredentials"; public const string TabAnywhere = "TabAnywhere"; public const string TabManagedEC2 = "TabManagedEC2"; public const string TabHelp = "TabHelp"; public const string LandingPageHeader = "LandingPageHeader"; public const string LandingPageDescription = "LandingPageDescription"; public const string LandingPageNoAccountCardText = "LandingPageNoAccountCardText"; public const string LandingPageNoAccountCardButton = "LandingPageNoAccountCardButton"; public const string LandingPageAccountCardText = "LandingPageAccountCardText"; public const string LandingPageAccountCardButton = "LandingPageAccountCardButton"; public const string LandingPageSampleHeader = "LandingPageSampleHeader"; public const string LandingPageSampleDescription = "LandingPageSampleDescription"; public const string LandingPageSampleButton = "LandingPageSampleButton"; public const string LandingPageInfoStatusBoxText = "LandingPageInfoStatusBoxText"; public const string LandingPageWarningStatusBoxText = "LandingPageWarningStatusBoxText"; public const string LandingPageComputeHeader = "LandingPageComputeHeader"; public const string LandingPageComputeDescription = "LandingPageComputeDescription"; public const string LandingPageAnywhereTitle = "LandingPageAnywhereTitle"; public const string LandingPageAnywhereDescription = "LandingPageAnywhereDescription"; public const string LandingPageAnywhereButton = "LandingPageAnywhereButton"; public const string LandingPageManagedTitle = "LandingPageManagedTitle"; public const string LandingPageManagedDescription = "LandingPageManagedDescription"; public const string LandingPageManagedButton = "LandingPageManagedButton"; public const string LandingPageContainerTitle = "LandingPageContainerTitle"; public const string LandingPageContainerDescription = "LandingPageContainerDescription"; public const string LandingPageContainerButton = "LandingPageContainerButton"; public const string UserProfilePageTitle = "UserProfilePageTitle"; public const string UserProfilePageDescription = "UserProfilePageDescription"; public const string UserProfilePageAccountCardNoAccountTitle = "UserProfilePageAccountCardNoAccountTitle"; public const string UserProfilePageAccountCardNoAccountDescription = "UserProfilePageAccountCardNoAccountDescription"; public const string UserProfilePageAccountCardNoAccountButtonLabel = "UserProfilePageAccountCardNoAccountButtonLabel"; public const string UserProfilePageAccountCardHasAccountTitle = "UserProfilePageAccountCardHasAccountTitle"; public const string UserProfilePageAccountCardHasAccountDescription = "UserProfilePageAccountCardHasAccountDescription"; public const string UserProfilePageAccountCardHasAccountButton = "UserProfilePageAccountCardHasAccountButton"; public const string UserProfilePageAccountNewProfileTitle = "UserProfilePageAccountNewProfileTitle"; public const string UserProfilePageAccountNewProfileDescription = "UserProfilePageAccountNewProfileDescription"; public const string UserProfilePageAccountNewProfileName = "UserProfilePageAccountNewProfileName"; public const string UserProfilePageAccountNewProfileAccessKeyInput = "UserProfilePageAccountNewProfileAccessKeyInput"; public const string UserProfilePageAccountNewProfileSecretKeyLabel = "UserProfilePageAccountNewProfileSecretKeyLabel"; public const string UserProfilePageAccountNewProfileRegionLabel = "UserProfilePageAccountNewProfileRegionLabel"; public const string UserProfilePageAccountNewProfileCreateButton = "UserProfilePageAccountNewProfileCreateButton"; public const string UserProfilePageAccountNewProfileCancelButton = "UserProfilePageAccountNewProfileCancelButton"; public const string UserProfilePageAccountNewProfileHelpLink = "UserProfilePageAccountNewProfileHelpLink"; public const string UserProfilePageCompletedBootstrapHelpLink = "UserProfilePageCompletedBootstrapHelpLink"; public const string UserProfilePageTableTitle = "UserProfilePageTableTitle"; public const string UserProfilePageTableDescription = "UserProfilePageTableDescription"; public const string UserProfilePageAwsConfigurationFileLabel = "UserProfilePageAwsConfigurationFileLabel"; public const string UserProfilePageAwsConfigurationFileTooltip = "UserProfilePageAwsConfigurationFileTooltip"; public const string UserProfilePageBootstrapButton = "UserProfilePageBootstrapButton"; public const string UserProfilePageBootstrapErrorText = "UserProfilePageBootstrapErrorText"; public const string UserProfilePageSetProfileButton = "UserProfilePageSetProfileButton"; public const string UserProfilePageBootstrapPopupWindowTitle = "UserProfilePageBootstrapPopupWindowTitle"; public const string UserProfilePageBootstrapPopupNoticeStatusBox = "UserProfilePageBootstrapPopupNoticeStatusBox"; public const string UserProfilePageBootstrapPopupDescription = "UserProfilePageBootstrapPopupDescription"; public const string UserProfilePageBootstrapPopupBucketText = "UserProfilePageBootstrapPopupBucketText"; public const string UserProfilePageBootstrapPopupCancelButton = "UserProfilePageBootstrapPopupCancelButton"; public const string UserProfilePageBootstrapPopupContinueButton = "UserProfilePageBootstrapPopupContinueButton"; public const string UserProfilePageStatusBoxSuccessText = "UserProfilePageStatusBoxSuccessText"; public const string UserProfilePageStatusBoxWarningText = "UserProfilePageStatusBoxWarningText"; public const string UserProfilePageStatusBoxErrorText = "UserProfilePageStatusBoxErrorText"; public const string AnywherePageTitle = "AnywherePageTitle"; public const string AnywherePageDescription = "AnywherePageDescription"; public const string AnywherePageIntegrateTitle = "AnywherePageIntegrateTitle"; public const string AnywherePageIntegrateDescription = "AnywherePageIntegrateDescription"; public const string AnywherePageIntegrateServerLink = "AnywherePageIntegrateServerLink"; public const string AnywherePageIntegrateClientLink = "AnywherePageIntegrateClientLink"; public const string AnywherePageCreateFleetNameLabel = "AnywherePageCreateFleetNameLabel"; public const string AnywherePageConnectFleetDefault = "AnywherePageConnectFleetDefault"; public const string AnywherePageConnectFleetName = "AnywherePageConnectFleetName"; public const string AnywherePageCreateFleetNameHint = "AnywherePageCreateFleetNameHint"; public const string AnywherePageCreateFleetButton = "AnywherePageCreateFleetButton"; public const string AnywherePageCreateFleetCancelButton = "AnywherePageCreateFleetCancelButton"; public const string AnywherePageConnectFleetTitle = "AnywherePageConnectFleetTitle"; public const string AnywherePageConnectFleetDescription = "AnywherePageConnectFleetDescription"; public const string AnywherePageConnectFleetNameLabel = "AnywherePageConnectFleetNameLabel"; public const string AnywherePageConnectFleetIDLabel = "AnywherePageConnectFleetIDLabel"; public const string AnywherePageConnectFleetStatusLabel = "AnywherePageConnectFleetStatusLabel"; public const string AnywherePageConnectFleetStatusError = "AnywherePageConnectFleetStatusError"; public const string AnywherePageConnectFleetStatusActive = "AnywherePageConnectFleetStatusActive"; public const string AnywherePageModifyFleetButton = "AnywherePageModifyFleetButton"; public const string AnywherePageConnectFleetViewOnConsoleButton = "AnywherePageConnectFleetViewOnConsoleButton"; public const string AnywherePageComputeTitle = "AnywherePageComputeTitle"; public const string AnywherePageComputeDescription = "AnywherePageComputeDescription"; public const string AnywherePageComputeNameLabel = "AnywherePageComputeNameLabel"; public const string AnywherePageComputeIPLabel = "AnywherePageComputeIPLabel"; public const string AnywherePageComputeIPDescription = "AnywherePageComputeIPDescription"; public const string AnywherePageComputeStatusLabel = "AnywherePageComputeStatusLabel"; public const string AnywherePageComputeStatusRegistered = "AnywherePageComputeStatusRegistered"; public const string AnywherePageComputeRegisterButton = "AnywherePageComputeRegisterButton"; public const string AnywherePageComputeReplaceComputeButton = "AnywherePageComputeReplaceComputeButton"; public const string AnywherePageComputeCancelReplaceButton = "AnywherePageComputeCancelReplaceButton"; public const string AnywherePageLaunchTitle = "AnywherePageLaunchTitle"; public const string AnywherePageLaunchDescription = "AnywherePageLaunchDescription"; public const string AnywherePageLaunchServerLabel = "AnywherePageLaunchServerLabel"; public const string AnywherePageLaunchServerButton = "AnywherePageLaunchServerButton"; public const string AnywherePageConfigureClientLabel = "AnywherePageConfigureClientLabel"; public const string AnywherePageConfigureClientButton = "AnywherePageConfigureClientButton"; public const string AnywherePageLaunchClientLabel = "AnywherePageLaunchClientLabel"; public const string AnywherePageLaunchClientDescription = "AnywherePageLaunchClientDescription"; public const string AnywherePageStatusBoxDefaultComputeErrorText = "AnywherePageStatusBoxDefaultComputeErrorText"; public const string AnywherePageStatusBoxDefaultFleetErrorText = "AnywherePageStatusBoxDefaultFleetErrorText"; public const string AnywherePageStatusBoxDefaultErrorText = "AnywherePageStatusBoxDefaultErrorText"; public const string AnywherePageStatusBoxNotBootstrappedWarning = "AnywherePageStatusBoxNotBootstrappedWarning"; public const string ManagedEC2Title = "ManagedEC2Title"; public const string ManagedEC2Description = "ManagedEC2Description"; public const string ManagedEC2IntegrateTitle = "ManagedEC2IntegrateTitle"; public const string ManagedEC2IntegrateDescription = "ManagedEC2IntegrateDescription"; public const string ManagedEC2IntegrateServerLink = "ManagedEC2IntegrateServerLink"; public const string ManagedEC2IntegrateClientLink = "ManagedEC2IntegrateClientLink"; public const string DeploymentScenarioTitle = "DeploymentScenarioTitle"; public const string DeploymentScenarioDescription = "DeploymentScenarioDescription"; public const string DeploymentScenarioHelpLinkScenarios = "DeploymentScenarioHelpLinkScenarios"; public const string DeploymentScenarioHelpLinkLocations = "DeploymentScenarioHelpLinkLocations"; public const string DeploymentScenarioHelpLinkPricing = "DeploymentScenarioHelpLinkPricing"; public const string DeploymentScenarioSingleFleetLabel = "DeploymentScenarioSingleFleetLabel"; public const string DeploymentScenarioSingleFleetLabelEc2 = "DeploymentScenarioSingleFleetLabelEc2"; public const string DeploymentScenarioSingleFleetLabelContainers = "DeploymentScenarioSingleFleetLabelContainers"; public const string DeploymentScenarioSingleFleetRadio = "DeploymentScenarioSingleFleetRadio"; public const string DeploymentScenarioSingleFleetLink = "DeploymentScenarioSingleFleetLink"; public const string DeploymentScenarioFlexMatchLabel = "DeploymentScenarioFlexMatchLabel"; public const string DeploymentScenarioFlexMatchLabelEc2 = "DeploymentScenarioFlexMatchLabelEc2"; public const string DeploymentScenarioFlexMatchLabelContainers = "DeploymentScenarioFlexMatchLabelContainers"; public const string DeploymentScenarioFlexMatchRadio = "DeploymentScenarioFlexMatchRadio"; public const string DeploymentScenarioFlexMatchLink = "DeploymentScenarioFlexMatchLink"; public const string DeploymentScenarioShowMoreButton = "DeploymentScenarioShowMoreButton"; public const string ManagedEC2ParametersTitle = "ManagedEC2ParametersTitle"; public const string ManagedEC2ParametersDescription = "ManagedEC2ParametersDescription"; public const string ManagedEC2ParametersGameNameLabel = "ManagedEC2ParametersGameNameLabel"; public const string ManagedEC2ParametersFleetNameLabel = "ManagedEC2ParametersFleetNameLabel"; public const string ManagedEC2ParametersBuildNameLabel = "ManagedEC2ParametersBuildNameLabel"; public const string ManagedEC2ParametersLaunchParametersLabel = "ManagedEC2ParametersLaunchParametersLabel"; public const string ManagedEC2ParametersOperatingSystemLabel = "ManagedEC2ParametersOperatingSystemLabel"; public const string ManagedEC2ParametersGameServerFolderLabel = "ManagedEC2ParametersGameServerFolderLabel"; public const string ManagedEC2ParametersGameServerFolderPath = "ManagedEC2ParametersGameServerFolderPath"; public const string ManagedEC2ParametersGameServerFileLabel = "ManagedEC2ParametersGameServerFileLabel"; public const string ManagedEC2ParametersGameServerFilePath = "ManagedEC2ParametersGameServerFilePath"; public const string ManagedEC2DeployTitle = "ManagedEC2DeployTitle"; public const string ManagedEC2DeployDescription = "ManagedEC2DeployDescription"; public const string ManagedEC2DeployStatusLabel = "ManagedEC2DeployStatusLabel"; public const string ManagedEC2DeployStatusNotDeployed = "ManagedEC2DeployStatusNotDeployed"; public const string ManagedEC2DeployStatusDeploying = "ManagedEC2DeployStatusDeploying"; public const string ManagedEC2DeployStatusDeployed = "ManagedEC2DeployStatusDeployed"; public const string ManagedEC2DeployStatusDeleting = "ManagedEC2DeployStatusDeleting"; public const string ManagedEC2DeployStatusFailed = "ManagedEC2DeployStatusFailed"; public const string ManagedEC2DeployStatusRolledBack = "ManagedEC2DeployStatusRolledBack"; public const string ManagedEC2DeployStatusRollingBack = "ManagedEC2DeployStatusRollingBack"; public const string ManagedEC2DeployStatusLink = "ManagedEC2DeployStatusLink"; public const string ManagedEC2DeployActionsLabel = "ManagedEC2DeployActionsLabel"; public const string ManagedEC2CreateStackButton = "ManagedEC2CreateStackButton"; public const string ManagedEC2DeleteStackButton = "ManagedEC2DeleteStackButton"; public const string ManagedEC2LaunchClientTitle = "ManagedEC2LaunchClientTitle"; public const string ManagedEC2LaunchClientLabel = "ManagedEC2LaunchClientLabel"; public const string ManagedEC2LaunchClientButton = "ManagedEC2LaunchClientButton"; public const string ManagedEC2LaunchClientDescription = "ManagedEC2LaunchClientDescription"; public const string ManagedEC2ConfigureClientLabel = "ManagedEC2ConfigureClientLabel"; public const string ManagedEC2ConfigureClientButton = "ManagedEC2ConfigureClientButton"; public const string ManagedEC2StatusBoxNotBootstrappedWarning = "ManagedEC2StatusBoxNotBootstrappedWarning"; public const string InfoLinkDocumentationLink = "InfoLinkDocumentationLink"; public const string InfoLinkForumLink = "InfoLinkForumLink"; public const string InfoLinkReportIssuesLink = "InfoLinkReportIssuesLink"; public const string HelpPageTitle = "HelpPageTitle"; public const string HelpPageDescription = "HelpPageDescription"; public const string HelpPageReportIssueLink = "HelpPageReportIssueLink"; public const string HelpPageDocumentationLink = "HelpPageDocumentationLink"; public const string HelpPageForumLink = "HelpPageForumLink"; public const string HelpPageEstimatingPriceTitle = "HelpPageEstimatingPriceTitle"; public const string HelpPageEstimatingPriceDescription = "HelpPageEstimatingPriceDescription"; public const string HelpPageEstimatingPriceLink = "HelpPageEstimatingPriceLink"; public const string HelpPageFleetIQTitle = "HelpPageFleetIQTitle"; public const string HelpPageFleetIQDescription = "HelpPageFleetIQDescription"; public const string HelpPageFleetIQLink = "HelpPageFleetIQLink"; public const string HelpPageFlexMatchTitle = "HelpPageFlexMatchTitle"; public const string HelpPageFlexMatchDescription = "HelpPageFlexMatchDescription"; public const string HelpPageFlexMatchLink = "HelpPageFlexMatchLink"; public const string HelpfulResourceSetupAccountTitle = "HelpfulResourceSetupAccountTitle"; public const string HelpfulResourceSetupAccountDescription = "HelpfulResourceSetupAccountDescription"; public const string HelpfulResourcePluginGuideTitle = "HelpfulResourcePluginGuideTitle"; public const string HelpfulResourcePluginGuideDescription = "HelpfulResourcePluginGuideDescription"; public const string HelpfulResourceGettingStartedTitle = "HelpfulResourceGettingStartedTitle"; public const string HelpfulResourceOrganizingEnvTitle = "HelpfulResourceOrganizingEnvTitle"; public const string HelpfulResourceGetAccessKeysTitle = "HelpfulResourceGetAccessKeysTitle"; public const string HelpfulResourceGetAccessKeysDescription = "HelpfulResourceGetAccessKeysDescription"; public const string HelpfulResourceServiceLocationsTitle = "HelpfulResourceServiceLocationsTitle"; public const string HelpfulResourceServiceLocationsDescription = "HelpfulResourceServiceLocationsDescription"; public const string HelpfulResourceManageAccessKeysTitle = "HelpfulResourceManageAccessKeysTitle"; public const string HelpfulResourceManageAccessKeysDescription = "HelpfulResourceManageAccessKeysDescription"; public const string HelpfulResourceHostingSolutionsTitle = "HelpfulResourceHostingSolutionsTitle"; public const string HelpfulResourceHostingSolutionsDescription = "HelpfulResourceHostingSolutionsDescription"; public const string HelpfulResourceHostingFleetTitle = "HelpfulResourceHostingFleetTitle"; public const string HelpfulResourceHostingFleetDescription = "HelpfulResourceHostingFleetDescription"; public const string ProfileSelectorDropdownLabel = "ProfileSelectorDropdownLabel"; public const string ProfileSelectorBucketNameLabel = "ProfileSelectorBucketNameLabel"; public const string ProfileSelectorRegionLabel = "ProfileSelectorRegionLabel"; public const string ProfileSelectorStatusLabel = "ProfileSelectorStatusLabel"; public const string BootstrapStatusActive = "BootstrapStatusActive"; public const string BootstrapStatusInactive = "BootstrapStatusInactive"; public const string BootstrapStatusNoBucketCreated = "BootstrapStatusNoBucketCreated"; public const string ViewLogsStatusBoxUrlTextButton = "ViewLogsStatusBoxUrlTextButton"; public const string ViewS3LogsStatusBoxUrlTextButton = "ViewS3LogsStatusBoxUrlTextButton"; public const string WhatIsContainerImage = "WhatIsContainerImage"; public const string DockerDocumentation = "DockerDocumentation"; public const string ContainerQuestionnaireDoesContainerImageExist = "ContainerQuestionnaireDoesContainerImageExist"; public const string ContainerQuestionnaireUseExistingRepo = "ContainerQuestionnaireUseExistingRepo"; public const string ContainerQuestionnaireWhereItLive = "ContainerQuestionnaireWhereItLive"; public const string ContainerQuestionnaireYes = "ContainerQuestionnaireYes"; public const string ContainerQuestionnaireNo = "ContainerQuestionnaireNo"; public const string ContainerGameServerBuildLabel = "ContainerGameServerBuildLabel"; public const string ContainerGameServerExecutableLabel = "ContainerGameServerExecutableLabel"; public const string SelectECRRepositoryLabel = "SelectECRRepositoryLabel"; public const string ContainerSelectImageLabel = "ContainerSelectImageLabel"; public const string DockerImageIDLabel = "DockerImageIDLabel"; public const string DefaultSettings = "DefaultSettings"; public const string DefaultSettingsDescription = "DefaultSettingsDescription"; public const string ContainerConnectionPortRangeLabel = "ContainerConnectionPortRangeLabel"; public const string ContainerTotalMemoryLabel = "ContainerTotalMemoryLabel"; public const string ContainerTotalVcpuLabel = "ContainerTotalVcpuLabel"; public const string ContainerImageTagLabel = "ContainerImageTagLabel"; public const string ContainerConnectionPortRangeInvalidMessage = "ContainerConnectionPortRangeInvalidMessage"; public const string ContainerTotalMemoryInvalidMessage = "ContainerTotalMemoryInvalidMessage"; public const string ContainerTotalVcpuInvalidMessage = "ContainerTotalVcpuInvalidMessage"; public const string ContainerLinksDockerDocumentationLabel = "ContainerLinksDockerDocumentationLabel"; public const string ContainerLinksDockerInstallLabel = "ContainerLinksDockerInstallLabel"; public const string ContainerLinksEcrUserGuideLabel = "ContainerLinksEcrUserGuideLabel"; public const string ContainerConfigureDciStepTitle = "ContainerConfigureDciStepTitle"; public const string ContainerConfigureDciStepDescription = "ContainerConfigureDciStepDescription"; public const string ContainerPushImageAutoStepTitle = "ContainerPushImageAutoStepTitle"; public const string ContainerPushImageAutoStepDescription = "ContainerPushImageAutoStepDescription"; public const string ContainerPushImageManualStepTitle = "ContainerPushImageManualStepTitle"; public const string ContainerPushImageManualStepDescription = "ContainerPushImageManualStepDescription"; public const string ContainerPushImageManualStepCallToActionLabel = "ContainerPushImageManualStepCallToActionLabel"; public const string ContainerPushImageManualLoginCommandLabel = "ContainerPushImageManualLoginCommandLabel"; public const string ContainerPushImageManualBuildCommandLabel = "ContainerPushImageManualBuildCommandLabel"; public const string ContainerPushImageManualTagCommandLabel = "ContainerPushImageManualTagCommandLabel"; public const string ContainerPushImageManualPushCommandLabel = "ContainerPushImageManualPushCommandLabel"; public const string ContainerConfigureCGDStepTitle = "ContainerConfigureCGDStepTitle"; public const string ContainerConfigureCGDStepDescription = "ContainerConfigureCGDStepDescription"; public const string ContainerCreateContainerFleetStepTitle = "ContainerCreateContainerFleetStepTitle"; public const string ContainerCreateContainerFleetDescription = "ContainerCreateContainerFleetDescription"; public const string ContainerFailStepViewInConsole = "ContainerFailStepViewInConsole"; public const string ContainersFleetUpdatePopupWindowTitle = "ContainersFleetUpdatePopupWindowTitle"; public const string ContainersFleetUpdatePopupDescription = "ContainersFleetUpdatePopupDescription"; public const string ContainersFleetUpdateDeploymentDetailsTitle = "ContainersFleetUpdateDeploymentDetailsTitle"; public const string ContainersFleetUpdateStatusBoxText = "ContainersFleetUpdateStatusBoxText"; public const string ContainersFleetUpdateStatusBoxButtonText = "ContainersFleetUpdateStatusBoxButtonText"; public const string ContainersFleetUpdatePopupVisitConsoleButtonLabel = "ContainersFleetUpdatePopupVisitConsoleButtonLabel"; public const string ContainersFleetUpdatePopupCancelButton = "ContainersFleetUpdatePopupCancelButton"; public const string ContainersFleetUpdatePopupUpdateButton = "ContainersFleetUpdatePopupUpdateButton"; public const string ContainersPageMissingWslDockerStatusBoxText = "ContainersPageMissingWslDockerStatusBoxText"; public const string ContainersPageDeploymentNoticeStatusBoxText = "ContainersPageDeploymentNoticeStatusBoxText"; public const string ContainersPageRegionUnsupportedStatusBoxTemplate = "ContainersPageRegionUnsupportedStatusBoxTemplate"; } }