struct StringConstants { static let rightsReserved = "GitHub. All rights reserved." static let appName = "GitHub Copilot for Xcode" static let languageServerVersion = "Language Server Version:" static let checkForUpdates = "Check for Updates" static let automaticallyCheckForUpdates = "Automatically Check for Updates" static let installPreReleases = "Install pre-releases" static let general = "General" static let quitCopilot = "Quit GitHub Copilot when Xcode App is closed" static let accessibilityPermission = "Accessibility Permission" static let extensionPermission = "Extension Permission" static let status = "Status:" static let cancel = "Cancel" static let turnOff = "Turn off" static let turnOffCopilot = "Turn off Copilot for Xcode" static let turnOnCopilot = "Turn on Copilot for Xcode" static let turnOffAlertTitle = "Turn off Copilot for Xcode" static let turnOffAlertMessage = "If you turn off Copilot for Xcode, all features will be disabled." static let copilotConnection = "Copilot Connection" static let githubAccountStatus = "Github Account Status Permissions" static let githubConnection = "Github Connection:" static let refreshConnection = "Refresh Connection" static let loginToGitHub = "Login to GitHub" static let confirmSignIn = "Confirm Sign-in" static let logoutFromGitHub = "Logout from GitHub" static let githubCopilotSettings = "GitHub Copilot Account Settings" static let copilotResources = "Copilot Resources" static let copilotDocumentation = "View Copilot Documentation" static let copilotFeedbackForum = "View Copilot Feedback Forum" static let loading = "Loading.." }