// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 namespace AmazonGameLift.Editor { /// /// The keys for . The strings should just be unique. /// 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 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 TooltipSettingsLocalTesting = "TooltipSettingsLocalTesting"; public const string LabelSettingsLocalTestingButton = "LabelSettingsLocalTestingButton"; public const string LabelSettingsLocalTestingSetPathButton = "LabelSettingsLocalTestingSetPathButton"; public const string TitleLocalTestingGameLiftPathDialog = "TitleLocalTestingGameLiftPathDialog"; 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 LabelSettingsLocalTestingTitle = "LabelSettingsLocalTestingTitle"; 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 LabelSettingsOpenLocalTest = "LabelSettingsOpenLocalTest"; 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 StatusLocalTestErrorTemplate = "StatusLocalTestErrorTemplate"; public const string StatusLocalTestServerErrorTemplate = "StatusLocalTestServerErrorTemplate"; public const string StatusLocalTestRunning = "StatusLocalTestRunning"; public const string TitleLocalTesting = "TitleLocalTesting"; public const string LabelLocalTestingHelp = "LabelLocalTestingHelp"; public const string LabelLocalTestingWindowsServerPath = "LabelLocalTestingWindowsServerPath"; public const string LabelLocalTestingMacOsServerPath = "LabelLocalTestingMacOsServerPath"; public const string TitleLocalTestingServerPathDialog = "TitleLocalTestingServerPathDialog"; public const string TooltipLocalTestingServerPath = "TooltipLocalTestingServerPath"; public const string LabelLocalTestingJarPath = "LabelLocalTestingJarPath"; public const string LabelLocalTestingPort = "LabelLocalTestingPort"; public const string TooltipLocalTestingPort = "TooltipLocalTestingPort"; public const string LabelLocalTestingStartButton = "LabelLocalTestingStartButton"; public const string LabelLocalTestingStopButton = "LabelLocalTestingStopButton"; 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"; } }