// THIS FILE IS AUTOMATICALLY GENERATED DURING COMPILATION.
// DO NOT EDIT THIS FILE. ANY CHANGES WILL BE OVERWRITTEN.

package com.google.appinventor.client.editor.simple.components.i18n;

import com.google.gwt.i18n.client.Messages;

public interface ComponentPropertyTranslations extends Messages {

  /* Options */
  @DefaultMessage("BestFitModel")
  @Description("")
  String bestFitModelOptionList();

  @DefaultMessage("Linear")
  @Description("")
  String bestFitModelLinearOption();

  @DefaultMessage("Quadratic")
  @Description("")
  String bestFitModelQuadraticOption();

  @DefaultMessage("Exponential")
  @Description("")
  String bestFitModelExponentialOption();

  @DefaultMessage("Logarithmic")
  @Description("")
  String bestFitModelLogarithmicOption();

  @DefaultMessage("ChartType")
  @Description("")
  String chartTypeOptionList();

  @DefaultMessage("Line")
  @Description("")
  String chartTypeLineOption();

  @DefaultMessage("Scatter")
  @Description("")
  String chartTypeScatterOption();

  @DefaultMessage("Area")
  @Description("")
  String chartTypeAreaOption();

  @DefaultMessage("Bar")
  @Description("")
  String chartTypeBarOption();

  @DefaultMessage("Pie")
  @Description("")
  String chartTypePieOption();

  @DefaultMessage("ColorSensorMode")
  @Description("")
  String colorSensorModeOptionList();

  @DefaultMessage("Reflected")
  @Description("")
  String colorSensorModeReflectedOption();

  @DefaultMessage("Ambient")
  @Description("")
  String colorSensorModeAmbientOption();

  @DefaultMessage("Color")
  @Description("")
  String colorSensorModeColorOption();

  @DefaultMessage("Direction")
  @Description("")
  String directionOptionList();

  @DefaultMessage("North")
  @Description("")
  String directionNorthOption();

  @DefaultMessage("Northeast")
  @Description("")
  String directionNortheastOption();

  @DefaultMessage("East")
  @Description("")
  String directionEastOption();

  @DefaultMessage("Southeast")
  @Description("")
  String directionSoutheastOption();

  @DefaultMessage("South")
  @Description("")
  String directionSouthOption();

  @DefaultMessage("Southwest")
  @Description("")
  String directionSouthwestOption();

  @DefaultMessage("West")
  @Description("")
  String directionWestOption();

  @DefaultMessage("Northwest")
  @Description("")
  String directionNorthwestOption();

  @DefaultMessage("EndedStatus")
  @Description("")
  String endedStatusOptionList();

  @DefaultMessage("IncomingRejected")
  @Description("")
  String endedStatusIncomingRejectedOption();

  @DefaultMessage("IncomingEnded")
  @Description("")
  String endedStatusIncomingEndedOption();

  @DefaultMessage("OutgoingEnded")
  @Description("")
  String endedStatusOutgoingEndedOption();

  @DefaultMessage("FileAction")
  @Description("")
  String fileActionOptionList();

  @DefaultMessage("PickExistingFile")
  @Description("")
  String fileActionPickExistingFileOption();

  @DefaultMessage("PickNewFile")
  @Description("")
  String fileActionPickNewFileOption();

  @DefaultMessage("PickDirectory")
  @Description("")
  String fileActionPickDirectoryOption();

  @DefaultMessage("FileScope")
  @Description("")
  String fileScopeOptionList();

  @DefaultMessage("App")
  @Description("")
  String fileScopeAppOption();

  @DefaultMessage("Asset")
  @Description("")
  String fileScopeAssetOption();

  @DefaultMessage("Cache")
  @Description("")
  String fileScopeCacheOption();

  @DefaultMessage("Legacy")
  @Description("")
  String fileScopeLegacyOption();

  @DefaultMessage("Private")
  @Description("")
  String fileScopePrivateOption();

  @DefaultMessage("Shared")
  @Description("")
  String fileScopeSharedOption();

  @DefaultMessage("FileType")
  @Description("")
  String fileTypeOptionList();

  @DefaultMessage("Any")
  @Description("")
  String fileTypeAnyOption();

  @DefaultMessage("Audio")
  @Description("")
  String fileTypeAudioOption();

  @DefaultMessage("Image")
  @Description("")
  String fileTypeImageOption();

  @DefaultMessage("Video")
  @Description("")
  String fileTypeVideoOption();

  @DefaultMessage("GyroSensorMode")
  @Description("")
  String gyroSensorModeOptionList();

  @DefaultMessage("Angle")
  @Description("")
  String gyroSensorModeAngleOption();

  @DefaultMessage("Rate")
  @Description("")
  String gyroSensorModeRateOption();

  @DefaultMessage("HorizontalAlignment")
  @Description("")
  String horizontalAlignmentOptionList();

  @DefaultMessage("Left")
  @Description("")
  String horizontalAlignmentLeftOption();

  @DefaultMessage("Center")
  @Description("")
  String horizontalAlignmentCenterOption();

  @DefaultMessage("Right")
  @Description("")
  String horizontalAlignmentRightOption();

  @DefaultMessage("LOBFValues")
  @Description("")
  String lOBFValuesOptionList();

  @DefaultMessage("CorrCoef")
  @Description("")
  String lOBFValuesCorrCoefOption();

  @DefaultMessage("Slope")
  @Description("")
  String lOBFValuesSlopeOption();

  @DefaultMessage("Yintercept")
  @Description("")
  String lOBFValuesYinterceptOption();

  @DefaultMessage("Predictions")
  @Description("")
  String lOBFValuesPredictionsOption();

  @DefaultMessage("AllValues")
  @Description("")
  String lOBFValuesAllValuesOption();

  @DefaultMessage("QuadraticCoefficient")
  @Description("")
  String lOBFValuesQuadraticCoefficientOption();

  @DefaultMessage("LinearCoefficient")
  @Description("")
  String lOBFValuesLinearCoefficientOption();

  @DefaultMessage("ExponentialCoefficient")
  @Description("")
  String lOBFValuesExponentialCoefficientOption();

  @DefaultMessage("ExponentialBase")
  @Description("")
  String lOBFValuesExponentialBaseOption();

  @DefaultMessage("LogarithmCoefficient")
  @Description("")
  String lOBFValuesLogarithmCoefficientOption();

  @DefaultMessage("LogarithmConstant")
  @Description("")
  String lOBFValuesLogarithmConstantOption();

  @DefaultMessage("XIntercepts")
  @Description("")
  String lOBFValuesXInterceptsOption();

  @DefaultMessage("RSquared")
  @Description("")
  String lOBFValuesRSquaredOption();

  @DefaultMessage("LayoutType")
  @Description("")
  String layoutTypeOptionList();

  @DefaultMessage("MainText")
  @Description("")
  String layoutTypeMainTextOption();

  @DefaultMessage("MainText_DetailText_Vertical")
  @Description("")
  String layoutTypeMainText_DetailText_VerticalOption();

  @DefaultMessage("MainText_DetailText_Horizontal")
  @Description("")
  String layoutTypeMainText_DetailText_HorizontalOption();

  @DefaultMessage("Image_MainText")
  @Description("")
  String layoutTypeImage_MainTextOption();

  @DefaultMessage("Image_MainText_DetailText_Vertical")
  @Description("")
  String layoutTypeImage_MainText_DetailText_VerticalOption();

  @DefaultMessage("ImageTop_MainText_DetailText")
  @Description("")
  String layoutTypeImageTop_MainText_DetailTextOption();

  @DefaultMessage("LineType")
  @Description("")
  String lineTypeOptionList();

  @DefaultMessage("Linear")
  @Description("")
  String lineTypeLinearOption();

  @DefaultMessage("Curved")
  @Description("")
  String lineTypeCurvedOption();

  @DefaultMessage("Stepped")
  @Description("")
  String lineTypeSteppedOption();

  @DefaultMessage("ListOrientation")
  @Description("")
  String listOrientationOptionList();

  @DefaultMessage("Vertical")
  @Description("")
  String listOrientationVerticalOption();

  @DefaultMessage("Horizontal")
  @Description("")
  String listOrientationHorizontalOption();

  @DefaultMessage("MapType")
  @Description("")
  String mapTypeOptionList();

  @DefaultMessage("Road")
  @Description("")
  String mapTypeRoadOption();

  @DefaultMessage("Aerial")
  @Description("")
  String mapTypeAerialOption();

  @DefaultMessage("Terrain")
  @Description("")
  String mapTypeTerrainOption();

  @DefaultMessage("Custom")
  @Description("")
  String mapTypeCustomOption();

  @DefaultMessage("NxtMailbox")
  @Description("")
  String nxtMailboxOptionList();

  @DefaultMessage("Box1")
  @Description("")
  String nxtMailboxBox1Option();

  @DefaultMessage("Box2")
  @Description("")
  String nxtMailboxBox2Option();

  @DefaultMessage("Box3")
  @Description("")
  String nxtMailboxBox3Option();

  @DefaultMessage("Box4")
  @Description("")
  String nxtMailboxBox4Option();

  @DefaultMessage("Box5")
  @Description("")
  String nxtMailboxBox5Option();

  @DefaultMessage("Box6")
  @Description("")
  String nxtMailboxBox6Option();

  @DefaultMessage("Box7")
  @Description("")
  String nxtMailboxBox7Option();

  @DefaultMessage("Box8")
  @Description("")
  String nxtMailboxBox8Option();

  @DefaultMessage("Box9")
  @Description("")
  String nxtMailboxBox9Option();

  @DefaultMessage("Box10")
  @Description("")
  String nxtMailboxBox10Option();

  @DefaultMessage("NxtMotorMode")
  @Description("")
  String nxtMotorModeOptionList();

  @DefaultMessage("On")
  @Description("")
  String nxtMotorModeOnOption();

  @DefaultMessage("Brake")
  @Description("")
  String nxtMotorModeBrakeOption();

  @DefaultMessage("Regulated")
  @Description("")
  String nxtMotorModeRegulatedOption();

  @DefaultMessage("Coast")
  @Description("")
  String nxtMotorModeCoastOption();

  @DefaultMessage("NxtMotorPort")
  @Description("")
  String nxtMotorPortOptionList();

  @DefaultMessage("PortA")
  @Description("")
  String nxtMotorPortPortAOption();

  @DefaultMessage("PortB")
  @Description("")
  String nxtMotorPortPortBOption();

  @DefaultMessage("PortC")
  @Description("")
  String nxtMotorPortPortCOption();

  @DefaultMessage("NxtRegulationMode")
  @Description("")
  String nxtRegulationModeOptionList();

  @DefaultMessage("Disabled")
  @Description("")
  String nxtRegulationModeDisabledOption();

  @DefaultMessage("Speed")
  @Description("")
  String nxtRegulationModeSpeedOption();

  @DefaultMessage("Synchronization")
  @Description("")
  String nxtRegulationModeSynchronizationOption();

  @DefaultMessage("NxtRunState")
  @Description("")
  String nxtRunStateOptionList();

  @DefaultMessage("Disabled")
  @Description("")
  String nxtRunStateDisabledOption();

  @DefaultMessage("Running")
  @Description("")
  String nxtRunStateRunningOption();

  @DefaultMessage("RampUp")
  @Description("")
  String nxtRunStateRampUpOption();

  @DefaultMessage("RampDown")
  @Description("")
  String nxtRunStateRampDownOption();

  @DefaultMessage("NxtSensorMode")
  @Description("")
  String nxtSensorModeOptionList();

  @DefaultMessage("Raw")
  @Description("")
  String nxtSensorModeRawOption();

  @DefaultMessage("Boolean")
  @Description("")
  String nxtSensorModeBooleanOption();

  @DefaultMessage("TransitionCount")
  @Description("")
  String nxtSensorModeTransitionCountOption();

  @DefaultMessage("PeriodCount")
  @Description("")
  String nxtSensorModePeriodCountOption();

  @DefaultMessage("Percentage")
  @Description("")
  String nxtSensorModePercentageOption();

  @DefaultMessage("RcxCelsius")
  @Description("")
  String nxtSensorModeRcxCelsiusOption();

  @DefaultMessage("RcxFahrenheit")
  @Description("")
  String nxtSensorModeRcxFahrenheitOption();

  @DefaultMessage("RcxAngleSteps")
  @Description("")
  String nxtSensorModeRcxAngleStepsOption();

  @DefaultMessage("NxtSensorPort")
  @Description("")
  String nxtSensorPortOptionList();

  @DefaultMessage("Port1")
  @Description("")
  String nxtSensorPortPort1Option();

  @DefaultMessage("Port2")
  @Description("")
  String nxtSensorPortPort2Option();

  @DefaultMessage("Port3")
  @Description("")
  String nxtSensorPortPort3Option();

  @DefaultMessage("Port4")
  @Description("")
  String nxtSensorPortPort4Option();

  @DefaultMessage("NxtSensorType")
  @Description("")
  String nxtSensorTypeOptionList();

  @DefaultMessage("NoSensor")
  @Description("")
  String nxtSensorTypeNoSensorOption();

  @DefaultMessage("Touch")
  @Description("")
  String nxtSensorTypeTouchOption();

  @DefaultMessage("LightOn")
  @Description("")
  String nxtSensorTypeLightOnOption();

  @DefaultMessage("LightOff")
  @Description("")
  String nxtSensorTypeLightOffOption();

  @DefaultMessage("SoundDB")
  @Description("")
  String nxtSensorTypeSoundDBOption();

  @DefaultMessage("SoundDBA")
  @Description("")
  String nxtSensorTypeSoundDBAOption();

  @DefaultMessage("ColorFull")
  @Description("")
  String nxtSensorTypeColorFullOption();

  @DefaultMessage("ColorRed")
  @Description("")
  String nxtSensorTypeColorRedOption();

  @DefaultMessage("ColorGreen")
  @Description("")
  String nxtSensorTypeColorGreenOption();

  @DefaultMessage("ColorBlue")
  @Description("")
  String nxtSensorTypeColorBlueOption();

  @DefaultMessage("ColorNone")
  @Description("")
  String nxtSensorTypeColorNoneOption();

  @DefaultMessage("Digital12C")
  @Description("")
  String nxtSensorTypeDigital12COption();

  @DefaultMessage("Digital12C9V")
  @Description("")
  String nxtSensorTypeDigital12C9VOption();

  @DefaultMessage("RcxTemperature")
  @Description("")
  String nxtSensorTypeRcxTemperatureOption();

  @DefaultMessage("RcxLight")
  @Description("")
  String nxtSensorTypeRcxLightOption();

  @DefaultMessage("RcxAngle")
  @Description("")
  String nxtSensorTypeRcxAngleOption();

  @DefaultMessage("Permission")
  @Description("")
  String permissionOptionList();

  @DefaultMessage("CoarseLocation")
  @Description("")
  String permissionCoarseLocationOption();

  @DefaultMessage("FineLocation")
  @Description("")
  String permissionFineLocationOption();

  @DefaultMessage("MockLocation")
  @Description("")
  String permissionMockLocationOption();

  @DefaultMessage("LocationExtraCommands")
  @Description("")
  String permissionLocationExtraCommandsOption();

  @DefaultMessage("ReadExternalStorage")
  @Description("")
  String permissionReadExternalStorageOption();

  @DefaultMessage("WriteExternalStorage")
  @Description("")
  String permissionWriteExternalStorageOption();

  @DefaultMessage("Camera")
  @Description("")
  String permissionCameraOption();

  @DefaultMessage("Audio")
  @Description("")
  String permissionAudioOption();

  @DefaultMessage("Vibrate")
  @Description("")
  String permissionVibrateOption();

  @DefaultMessage("Internet")
  @Description("")
  String permissionInternetOption();

  @DefaultMessage("NearFieldCommunication")
  @Description("")
  String permissionNearFieldCommunicationOption();

  @DefaultMessage("Bluetooth")
  @Description("")
  String permissionBluetoothOption();

  @DefaultMessage("BluetoothAdmin")
  @Description("")
  String permissionBluetoothAdminOption();

  @DefaultMessage("WifiState")
  @Description("")
  String permissionWifiStateOption();

  @DefaultMessage("NetworkState")
  @Description("")
  String permissionNetworkStateOption();

  @DefaultMessage("AccountManager")
  @Description("")
  String permissionAccountManagerOption();

  @DefaultMessage("ManageAccounts")
  @Description("")
  String permissionManageAccountsOption();

  @DefaultMessage("GetAccounts")
  @Description("")
  String permissionGetAccountsOption();

  @DefaultMessage("ReadContacts")
  @Description("")
  String permissionReadContactsOption();

  @DefaultMessage("UseCredentials")
  @Description("")
  String permissionUseCredentialsOption();

  @DefaultMessage("BluetoothAdvertise")
  @Description("")
  String permissionBluetoothAdvertiseOption();

  @DefaultMessage("BluetoothConnect")
  @Description("")
  String permissionBluetoothConnectOption();

  @DefaultMessage("BluetoothScan")
  @Description("")
  String permissionBluetoothScanOption();

  @DefaultMessage("ReadMediaImages")
  @Description("")
  String permissionReadMediaImagesOption();

  @DefaultMessage("ReadMediaVideo")
  @Description("")
  String permissionReadMediaVideoOption();

  @DefaultMessage("ReadMediaAudio")
  @Description("")
  String permissionReadMediaAudioOption();

  @DefaultMessage("PointStyle")
  @Description("")
  String pointStyleOptionList();

  @DefaultMessage("Circle")
  @Description("")
  String pointStyleCircleOption();

  @DefaultMessage("Square")
  @Description("")
  String pointStyleSquareOption();

  @DefaultMessage("Triangle")
  @Description("")
  String pointStyleTriangleOption();

  @DefaultMessage("Cross")
  @Description("")
  String pointStyleCrossOption();

  @DefaultMessage("X")
  @Description("")
  String pointStyleXOption();

  @DefaultMessage("ReceivingState")
  @Description("")
  String receivingStateOptionList();

  @DefaultMessage("Off")
  @Description("")
  String receivingStateOffOption();

  @DefaultMessage("Foreground")
  @Description("")
  String receivingStateForegroundOption();

  @DefaultMessage("Always")
  @Description("")
  String receivingStateAlwaysOption();

  @DefaultMessage("ScaleUnits")
  @Description("")
  String scaleUnitsOptionList();

  @DefaultMessage("Metric")
  @Description("")
  String scaleUnitsMetricOption();

  @DefaultMessage("Imperial")
  @Description("")
  String scaleUnitsImperialOption();

  @DefaultMessage("ScreenAnimation")
  @Description("")
  String screenAnimationOptionList();

  @DefaultMessage("Default")
  @Description("")
  String screenAnimationDefaultOption();

  @DefaultMessage("Fade")
  @Description("")
  String screenAnimationFadeOption();

  @DefaultMessage("Zoom")
  @Description("")
  String screenAnimationZoomOption();

  @DefaultMessage("SlideHorizontal")
  @Description("")
  String screenAnimationSlideHorizontalOption();

  @DefaultMessage("SlideVertical")
  @Description("")
  String screenAnimationSlideVerticalOption();

  @DefaultMessage("None")
  @Description("")
  String screenAnimationNoneOption();

  @DefaultMessage("ScreenOrientation")
  @Description("")
  String screenOrientationOptionList();

  @DefaultMessage("Unspecified")
  @Description("")
  String screenOrientationUnspecifiedOption();

  @DefaultMessage("Landscape")
  @Description("")
  String screenOrientationLandscapeOption();

  @DefaultMessage("Portrait")
  @Description("")
  String screenOrientationPortraitOption();

  @DefaultMessage("Sensor")
  @Description("")
  String screenOrientationSensorOption();

  @DefaultMessage("User")
  @Description("")
  String screenOrientationUserOption();

  @DefaultMessage("Behind")
  @Description("")
  String screenOrientationBehindOption();

  @DefaultMessage("NoSensor")
  @Description("")
  String screenOrientationNoSensorOption();

  @DefaultMessage("FullSensor")
  @Description("")
  String screenOrientationFullSensorOption();

  @DefaultMessage("ReverseLandscape")
  @Description("")
  String screenOrientationReverseLandscapeOption();

  @DefaultMessage("ReversePortrait")
  @Description("")
  String screenOrientationReversePortraitOption();

  @DefaultMessage("SensorLandscape")
  @Description("")
  String screenOrientationSensorLandscapeOption();

  @DefaultMessage("SensorPortrait")
  @Description("")
  String screenOrientationSensorPortraitOption();

  @DefaultMessage("Sensitivity")
  @Description("")
  String sensitivityOptionList();

  @DefaultMessage("Weak")
  @Description("")
  String sensitivityWeakOption();

  @DefaultMessage("Moderate")
  @Description("")
  String sensitivityModerateOption();

  @DefaultMessage("Strong")
  @Description("")
  String sensitivityStrongOption();

  @DefaultMessage("StartedStatus")
  @Description("")
  String startedStatusOptionList();

  @DefaultMessage("Incoming")
  @Description("")
  String startedStatusIncomingOption();

  @DefaultMessage("Outgoing")
  @Description("")
  String startedStatusOutgoingOption();

  @DefaultMessage("StrokeStyle")
  @Description("")
  String strokeStyleOptionList();

  @DefaultMessage("Solid")
  @Description("")
  String strokeStyleSolidOption();

  @DefaultMessage("Dashed")
  @Description("")
  String strokeStyleDashedOption();

  @DefaultMessage("Dotted")
  @Description("")
  String strokeStyleDottedOption();

  @DefaultMessage("TransportMethod")
  @Description("")
  String transportMethodOptionList();

  @DefaultMessage("Foot")
  @Description("")
  String transportMethodFootOption();

  @DefaultMessage("Car")
  @Description("")
  String transportMethodCarOption();

  @DefaultMessage("Bicycle")
  @Description("")
  String transportMethodBicycleOption();

  @DefaultMessage("Wheelchair")
  @Description("")
  String transportMethodWheelchairOption();

  @DefaultMessage("UltrasonicSensorUnit")
  @Description("")
  String ultrasonicSensorUnitOptionList();

  @DefaultMessage("Centimeters")
  @Description("")
  String ultrasonicSensorUnitCentimetersOption();

  @DefaultMessage("Inches")
  @Description("")
  String ultrasonicSensorUnitInchesOption();

  @DefaultMessage("VerticalAlignment")
  @Description("")
  String verticalAlignmentOptionList();

  @DefaultMessage("Top")
  @Description("")
  String verticalAlignmentTopOption();

  @DefaultMessage("Center")
  @Description("")
  String verticalAlignmentCenterOption();

  @DefaultMessage("Bottom")
  @Description("")
  String verticalAlignmentBottomOption();


  /* Properties */
  @DefaultMessage("AboutScreen")
  @Description("")
  String AboutScreenProperties();

  @DefaultMessage("AboveRangeEventEnabled")
  @Description("")
  String AboveRangeEventEnabledProperties();

  @DefaultMessage("AbsoluteStrength")
  @Description("")
  String AbsoluteStrengthProperties();

  @DefaultMessage("AccentColor")
  @Description("")
  String AccentColorProperties();

  @DefaultMessage("Accuracy")
  @Description("")
  String AccuracyProperties();

  @DefaultMessage("Action")
  @Description("")
  String ActionProperties();

  @DefaultMessage("ActionBar")
  @Description("")
  String ActionBarProperties();

  @DefaultMessage("ActivityClass")
  @Description("")
  String ActivityClassProperties();

  @DefaultMessage("ActivityPackage")
  @Description("")
  String ActivityPackageProperties();

  @DefaultMessage("AddressesAndNames")
  @Description("")
  String AddressesAndNamesProperties();

  @DefaultMessage("AirPressure")
  @Description("")
  String AirPressureProperties();

  @DefaultMessage("AlignHorizontal")
  @Description("")
  String AlignHorizontalProperties();

  @DefaultMessage("AlignVertical")
  @Description("")
  String AlignVerticalProperties();

  @DefaultMessage("AllowCookies")
  @Description("")
  String AllowCookiesProperties();

  @DefaultMessage("AlternateText")
  @Description("")
  String AlternateTextProperties();

  @DefaultMessage("Altitude")
  @Description("")
  String AltitudeProperties();

  @DefaultMessage("AnchorHorizontal")
  @Description("")
  String AnchorHorizontalProperties();

  @DefaultMessage("AnchorVertical")
  @Description("")
  String AnchorVerticalProperties();

  @DefaultMessage("Angle")
  @Description("")
  String AngleProperties();

  @DefaultMessage("Animation")
  @Description("")
  String AnimationProperties();

  @DefaultMessage("ApiKey")
  @Description("")
  String ApiKeyProperties();

  @DefaultMessage("AppName")
  @Description("")
  String AppNameProperties();

  @DefaultMessage("ApplicationName")
  @Description("")
  String ApplicationNameProperties();

  @DefaultMessage("Available")
  @Description("")
  String AvailableProperties();

  @DefaultMessage("AvailableCountries")
  @Description("")
  String AvailableCountriesProperties();

  @DefaultMessage("AvailableLanguages")
  @Description("")
  String AvailableLanguagesProperties();

  @DefaultMessage("AvailableProviders")
  @Description("")
  String AvailableProvidersProperties();

  @DefaultMessage("AverageLux")
  @Description("")
  String AverageLuxProperties();

  @DefaultMessage("AxesTextColor")
  @Description("")
  String AxesTextColorProperties();

  @DefaultMessage("Azimuth")
  @Description("")
  String AzimuthProperties();

  @DefaultMessage("BackgroundColor")
  @Description("")
  String BackgroundColorProperties();

  @DefaultMessage("BackgroundImage")
  @Description("")
  String BackgroundImageProperties();

  @DefaultMessage("BackgroundImageinBase64")
  @Description("")
  String BackgroundImageinBase64Properties();

  @DefaultMessage("BallotOptions")
  @Description("")
  String BallotOptionsProperties();

  @DefaultMessage("BallotQuestion")
  @Description("")
  String BallotQuestionProperties();

  @DefaultMessage("BaudRate")
  @Description("")
  String BaudRateProperties();

  @DefaultMessage("BelowRangeEventEnabled")
  @Description("")
  String BelowRangeEventEnabledProperties();

  @DefaultMessage("BigDefaultText")
  @Description("")
  String BigDefaultTextProperties();

  @DefaultMessage("BlocksToolkit")
  @Description("")
  String BlocksToolkitProperties();

  @DefaultMessage("BluetoothClient")
  @Description("")
  String BluetoothClientProperties();

  @DefaultMessage("BottomOfRange")
  @Description("")
  String BottomOfRangeProperties();

  @DefaultMessage("BounceEdgeEffect")
  @Description("")
  String BounceEdgeEffectProperties();

  @DefaultMessage("BoundingBox")
  @Description("")
  String BoundingBoxProperties();

  @DefaultMessage("BufferSize")
  @Description("")
  String BufferSizeProperties();

  @DefaultMessage("CalibrateStrideLength")
  @Description("")
  String CalibrateStrideLengthProperties();

  @DefaultMessage("CenterFromString")
  @Description("")
  String CenterFromStringProperties();

  @DefaultMessage("CharacterEncoding")
  @Description("")
  String CharacterEncodingProperties();

  @DefaultMessage("ChartData")
  @Description("")
  String ChartDataProperties();

  @DefaultMessage("Checked")
  @Description("")
  String CheckedProperties();

  @DefaultMessage("Clickable")
  @Description("")
  String ClickableProperties();

  @DefaultMessage("CloseScreenAnimation")
  @Description("")
  String CloseScreenAnimationProperties();

  @DefaultMessage("Color")
  @Description("")
  String ColorProperties();

  @DefaultMessage("ColorChangedEventEnabled")
  @Description("")
  String ColorChangedEventEnabledProperties();

  @DefaultMessage("ColorLeft")
  @Description("")
  String ColorLeftProperties();

  @DefaultMessage("ColorRight")
  @Description("")
  String ColorRightProperties();

  @DefaultMessage("Colors")
  @Description("")
  String ColorsProperties();

  @DefaultMessage("ColumnNames")
  @Description("")
  String ColumnNamesProperties();

  @DefaultMessage("Columns")
  @Description("")
  String ColumnsProperties();

  @DefaultMessage("ConsumerKey")
  @Description("")
  String ConsumerKeyProperties();

  @DefaultMessage("ConsumerSecret")
  @Description("")
  String ConsumerSecretProperties();

  @DefaultMessage("ContactName")
  @Description("")
  String ContactNameProperties();

  @DefaultMessage("ContactUri")
  @Description("")
  String ContactUriProperties();

  @DefaultMessage("CorrelationCoefficient")
  @Description("")
  String CorrelationCoefficientProperties();

  @DefaultMessage("Country")
  @Description("")
  String CountryProperties();

  @DefaultMessage("CredentialsJson")
  @Description("")
  String CredentialsJsonProperties();

  @DefaultMessage("CurrentAddress")
  @Description("")
  String CurrentAddressProperties();

  @DefaultMessage("CurrentPageTitle")
  @Description("")
  String CurrentPageTitleProperties();

  @DefaultMessage("CurrentUrl")
  @Description("")
  String CurrentUrlProperties();

  @DefaultMessage("CustomUrl")
  @Description("")
  String CustomUrlProperties();

  @DefaultMessage("DataFileXColumn")
  @Description("")
  String DataFileXColumnProperties();

  @DefaultMessage("DataFileYColumn")
  @Description("")
  String DataFileYColumnProperties();

  @DefaultMessage("DataLabelColor")
  @Description("")
  String DataLabelColorProperties();

  @DefaultMessage("DataSourceKey")
  @Description("")
  String DataSourceKeyProperties();

  @DefaultMessage("DataType")
  @Description("")
  String DataTypeProperties();

  @DefaultMessage("DataUri")
  @Description("")
  String DataUriProperties();

  @DefaultMessage("Day")
  @Description("")
  String DayProperties();

  @DefaultMessage("DefaultFileScope")
  @Description("")
  String DefaultFileScopeProperties();

  @DefaultMessage("DefaultRedisServer")
  @Description("")
  String DefaultRedisServerProperties();

  @DefaultMessage("DefaultScope")
  @Description("")
  String DefaultScopeProperties();

  @DefaultMessage("DefaultURL")
  @Description("")
  String DefaultURLProperties();

  @DefaultMessage("DelimiterByte")
  @Description("")
  String DelimiterByteProperties();

  @DefaultMessage("Description")
  @Description("")
  String DescriptionProperties();

  @DefaultMessage("DetectColor")
  @Description("")
  String DetectColorProperties();

  @DefaultMessage("DeveloperBucket")
  @Description("")
  String DeveloperBucketProperties();

  @DefaultMessage("DirectMessages")
  @Description("")
  String DirectMessagesProperties();

  @DefaultMessage("DisconnectOnError")
  @Description("")
  String DisconnectOnErrorProperties();

  @DefaultMessage("Distance")
  @Description("")
  String DistanceProperties();

  @DefaultMessage("DistanceInterval")
  @Description("")
  String DistanceIntervalProperties();

  @DefaultMessage("DividerColor")
  @Description("")
  String DividerColorProperties();

  @DefaultMessage("DividerThickness")
  @Description("")
  String DividerThicknessProperties();

  @DefaultMessage("Draggable")
  @Description("")
  String DraggableProperties();

  @DefaultMessage("DriveMotors")
  @Description("")
  String DriveMotorsProperties();

  @DefaultMessage("EastLongitude")
  @Description("")
  String EastLongitudeProperties();

  @DefaultMessage("ElapsedTime")
  @Description("")
  String ElapsedTimeProperties();

  @DefaultMessage("ElementColor")
  @Description("")
  String ElementColorProperties();

  @DefaultMessage("ElementCornerRadius")
  @Description("")
  String ElementCornerRadiusProperties();

  @DefaultMessage("ElementMarginsWidth")
  @Description("")
  String ElementMarginsWidthProperties();

  @DefaultMessage("Elements")
  @Description("")
  String ElementsProperties();

  @DefaultMessage("ElementsFromPairs")
  @Description("")
  String ElementsFromPairsProperties();

  @DefaultMessage("ElementsFromString")
  @Description("")
  String ElementsFromStringProperties();

  @DefaultMessage("EmailAddress")
  @Description("")
  String EmailAddressProperties();

  @DefaultMessage("EmailAddressList")
  @Description("")
  String EmailAddressListProperties();

  @DefaultMessage("EnableInfobox")
  @Description("")
  String EnableInfoboxProperties();

  @DefaultMessage("EnablePan")
  @Description("")
  String EnablePanProperties();

  @DefaultMessage("EnableRotation")
  @Description("")
  String EnableRotationProperties();

  @DefaultMessage("EnableSpeedRegulation")
  @Description("")
  String EnableSpeedRegulationProperties();

  @DefaultMessage("EnableZoom")
  @Description("")
  String EnableZoomProperties();

  @DefaultMessage("Enabled")
  @Description("")
  String EnabledProperties();

  @DefaultMessage("EndLatitude")
  @Description("")
  String EndLatitudeProperties();

  @DefaultMessage("EndLocation")
  @Description("")
  String EndLocationProperties();

  @DefaultMessage("EndLongitude")
  @Description("")
  String EndLongitudeProperties();

  @DefaultMessage("ExponentialBase")
  @Description("")
  String ExponentialBaseProperties();

  @DefaultMessage("ExponentialCoefficient")
  @Description("")
  String ExponentialCoefficientProperties();

  @DefaultMessage("Extend")
  @Description("")
  String ExtendProperties();

  @DefaultMessage("ExtendMovesOutsideCanvas")
  @Description("")
  String ExtendMovesOutsideCanvasProperties();

  @DefaultMessage("ExtraKey")
  @Description("")
  String ExtraKeyProperties();

  @DefaultMessage("ExtraValue")
  @Description("")
  String ExtraValueProperties();

  @DefaultMessage("Extras")
  @Description("")
  String ExtrasProperties();

  @DefaultMessage("Features")
  @Description("")
  String FeaturesProperties();

  @DefaultMessage("FeaturesFromGeoJSON")
  @Description("")
  String FeaturesFromGeoJSONProperties();

  @DefaultMessage("FillColor")
  @Description("")
  String FillColorProperties();

  @DefaultMessage("FillOpacity")
  @Description("")
  String FillOpacityProperties();

  @DefaultMessage("FirebaseToken")
  @Description("")
  String FirebaseTokenProperties();

  @DefaultMessage("FirebaseURL")
  @Description("")
  String FirebaseURLProperties();

  @DefaultMessage("FollowLinks")
  @Description("")
  String FollowLinksProperties();

  @DefaultMessage("Followers")
  @Description("")
  String FollowersProperties();

  @DefaultMessage("FontBold")
  @Description("")
  String FontBoldProperties();

  @DefaultMessage("FontItalic")
  @Description("")
  String FontItalicProperties();

  @DefaultMessage("FontSize")
  @Description("")
  String FontSizeProperties();

  @DefaultMessage("FontSizeDetail")
  @Description("")
  String FontSizeDetailProperties();

  @DefaultMessage("FontTypeface")
  @Description("")
  String FontTypefaceProperties();

  @DefaultMessage("FontTypefaceDetail")
  @Description("")
  String FontTypefaceDetailProperties();

  @DefaultMessage("FriendTimeline")
  @Description("")
  String FriendTimelineProperties();

  @DefaultMessage("FullScreen")
  @Description("")
  String FullScreenProperties();

  @DefaultMessage("GameId")
  @Description("")
  String GameIdProperties();

  @DefaultMessage("GenerateColor")
  @Description("")
  String GenerateColorProperties();

  @DefaultMessage("GenerateLight")
  @Description("")
  String GenerateLightProperties();

  @DefaultMessage("GoogleVoiceEnabled")
  @Description("")
  String GoogleVoiceEnabledProperties();

  @DefaultMessage("GridEnabled")
  @Description("")
  String GridEnabledProperties();

  @DefaultMessage("HTMLContent")
  @Description("")
  String HTMLContentProperties();

  @DefaultMessage("HTMLFormat")
  @Description("")
  String HTMLFormatProperties();

  @DefaultMessage("HasAccuracy")
  @Description("")
  String HasAccuracyProperties();

  @DefaultMessage("HasAltitude")
  @Description("")
  String HasAltitudeProperties();

  @DefaultMessage("HasLongitudeLatitude")
  @Description("")
  String HasLongitudeLatitudeProperties();

  @DefaultMessage("HasMargins")
  @Description("")
  String HasMarginsProperties();

  @DefaultMessage("Heading")
  @Description("")
  String HeadingProperties();

  @DefaultMessage("Height")
  @Description("")
  String HeightProperties();

  @DefaultMessage("HeightPercent")
  @Description("")
  String HeightPercentProperties();

  @DefaultMessage("HighByteFirst")
  @Description("")
  String HighByteFirstProperties();

  @DefaultMessage("HighContrast")
  @Description("")
  String HighContrastProperties();

  @DefaultMessage("Hint")
  @Description("")
  String HintProperties();

  @DefaultMessage("HintColor")
  @Description("")
  String HintColorProperties();

  @DefaultMessage("HintText")
  @Description("")
  String HintTextProperties();

  @DefaultMessage("HolePoints")
  @Description("")
  String HolePointsProperties();

  @DefaultMessage("HolePointsFromString")
  @Description("")
  String HolePointsFromStringProperties();

  @DefaultMessage("HomeUrl")
  @Description("")
  String HomeUrlProperties();

  @DefaultMessage("Hour")
  @Description("")
  String HourProperties();

  @DefaultMessage("Humidity")
  @Description("")
  String HumidityProperties();

  @DefaultMessage("Icon")
  @Description("")
  String IconProperties();

  @DefaultMessage("IgnoreSslErrors")
  @Description("")
  String IgnoreSslErrorsProperties();

  @DefaultMessage("Image")
  @Description("")
  String ImageProperties();

  @DefaultMessage("ImageAsset")
  @Description("")
  String ImageAssetProperties();

  @DefaultMessage("ImageHeight")
  @Description("")
  String ImageHeightProperties();

  @DefaultMessage("ImageWidth")
  @Description("")
  String ImageWidthProperties();

  @DefaultMessage("Indeterminate")
  @Description("")
  String IndeterminateProperties();

  @DefaultMessage("IndeterminateColor")
  @Description("")
  String IndeterminateColorProperties();

  @DefaultMessage("InstanceId")
  @Description("")
  String InstanceIdProperties();

  @DefaultMessage("Instant")
  @Description("")
  String InstantProperties();

  @DefaultMessage("Interval")
  @Description("")
  String IntervalProperties();

  @DefaultMessage("InvertMask")
  @Description("")
  String InvertMaskProperties();

  @DefaultMessage("InvitedInstances")
  @Description("")
  String InvitedInstancesProperties();

  @DefaultMessage("IsAccepting")
  @Description("")
  String IsAcceptingProperties();

  @DefaultMessage("IsConnected")
  @Description("")
  String IsConnectedProperties();

  @DefaultMessage("IsInitialized")
  @Description("")
  String IsInitializedProperties();

  @DefaultMessage("IsOpen")
  @Description("")
  String IsOpenProperties();

  @DefaultMessage("IsPlaying")
  @Description("")
  String IsPlayingProperties();

  @DefaultMessage("ItemBackgroundColor")
  @Description("")
  String ItemBackgroundColorProperties();

  @DefaultMessage("ItemTextColor")
  @Description("")
  String ItemTextColorProperties();

  @DefaultMessage("JoinedInstances")
  @Description("")
  String JoinedInstancesProperties();

  @DefaultMessage("KeepRunningWhenOnPause")
  @Description("")
  String KeepRunningWhenOnPauseProperties();

  @DefaultMessage("KeyFile")
  @Description("")
  String KeyFileProperties();

  @DefaultMessage("Label")
  @Description("")
  String LabelProperties();

  @DefaultMessage("Labels")
  @Description("")
  String LabelsProperties();

  @DefaultMessage("LabelsFromString")
  @Description("")
  String LabelsFromStringProperties();

  @DefaultMessage("Language")
  @Description("")
  String LanguageProperties();

  @DefaultMessage("LastMessage")
  @Description("")
  String LastMessageProperties();

  @DefaultMessage("Latitude")
  @Description("")
  String LatitudeProperties();

  @DefaultMessage("Leader")
  @Description("")
  String LeaderProperties();

  @DefaultMessage("Left")
  @Description("")
  String LeftProperties();

  @DefaultMessage("LegacyMode")
  @Description("")
  String LegacyModeProperties();

  @DefaultMessage("LegendEnabled")
  @Description("")
  String LegendEnabledProperties();

  @DefaultMessage("LineType")
  @Description("")
  String LineTypeProperties();

  @DefaultMessage("LineWidth")
  @Description("")
  String LineWidthProperties();

  @DefaultMessage("LinearCoefficient")
  @Description("")
  String LinearCoefficientProperties();

  @DefaultMessage("ListData")
  @Description("")
  String ListDataProperties();

  @DefaultMessage("ListViewLayout")
  @Description("")
  String ListViewLayoutProperties();

  @DefaultMessage("LoadingDialogMessage")
  @Description("")
  String LoadingDialogMessageProperties();

  @DefaultMessage("LocationSensor")
  @Description("")
  String LocationSensorProperties();

  @DefaultMessage("LogarithmCoefficient")
  @Description("")
  String LogarithmCoefficientProperties();

  @DefaultMessage("LogarithmConstant")
  @Description("")
  String LogarithmConstantProperties();

  @DefaultMessage("Longitude")
  @Description("")
  String LongitudeProperties();

  @DefaultMessage("Loop")
  @Description("")
  String LoopProperties();

  @DefaultMessage("Lux")
  @Description("")
  String LuxProperties();

  @DefaultMessage("Magnitude")
  @Description("")
  String MagnitudeProperties();

  @DefaultMessage("MapType")
  @Description("")
  String MapTypeProperties();

  @DefaultMessage("MarkOrigin")
  @Description("")
  String MarkOriginProperties();

  @DefaultMessage("MaxValue")
  @Description("")
  String MaxValueProperties();

  @DefaultMessage("Maximum")
  @Description("")
  String MaximumProperties();

  @DefaultMessage("MaximumRange")
  @Description("")
  String MaximumRangeProperties();

  @DefaultMessage("Mentions")
  @Description("")
  String MentionsProperties();

  @DefaultMessage("Message")
  @Description("")
  String MessageProperties();

  @DefaultMessage("MimeType")
  @Description("")
  String MimeTypeProperties();

  @DefaultMessage("MinValue")
  @Description("")
  String MinValueProperties();

  @DefaultMessage("Minimum")
  @Description("")
  String MinimumProperties();

  @DefaultMessage("MinimumInterval")
  @Description("")
  String MinimumIntervalProperties();

  @DefaultMessage("Minute")
  @Description("")
  String MinuteProperties();

  @DefaultMessage("Mode")
  @Description("")
  String ModeProperties();

  @DefaultMessage("Model")
  @Description("")
  String ModelProperties();

  @DefaultMessage("Month")
  @Description("")
  String MonthProperties();

  @DefaultMessage("MonthInText")
  @Description("")
  String MonthInTextProperties();

  @DefaultMessage("MotorPorts")
  @Description("")
  String MotorPortsProperties();

  @DefaultMessage("Moving")
  @Description("")
  String MovingProperties();

  @DefaultMessage("MultiLine")
  @Description("")
  String MultiLineProperties();

  @DefaultMessage("Namespace")
  @Description("")
  String NamespaceProperties();

  @DefaultMessage("NoLocationNeeded")
  @Description("")
  String NoLocationNeededProperties();

  @DefaultMessage("NorthLatitude")
  @Description("")
  String NorthLatitudeProperties();

  @DefaultMessage("NotifierLength")
  @Description("")
  String NotifierLengthProperties();

  @DefaultMessage("NumberOfSteps")
  @Description("")
  String NumberOfStepsProperties();

  @DefaultMessage("NumbersOnly")
  @Description("")
  String NumbersOnlyProperties();

  @DefaultMessage("On")
  @Description("")
  String OnProperties();

  @DefaultMessage("OpenScreenAnimation")
  @Description("")
  String OpenScreenAnimationProperties();

  @DefaultMessage("Orientation")
  @Description("")
  String OrientationProperties();

  @DefaultMessage("OriginAtCenter")
  @Description("")
  String OriginAtCenterProperties();

  @DefaultMessage("OriginX")
  @Description("")
  String OriginXProperties();

  @DefaultMessage("OriginY")
  @Description("")
  String OriginYProperties();

  @DefaultMessage("PaintColor")
  @Description("")
  String PaintColorProperties();

  @DefaultMessage("PasswordVisible")
  @Description("")
  String PasswordVisibleProperties();

  @DefaultMessage("Persist")
  @Description("")
  String PersistProperties();

  @DefaultMessage("PhoneNumber")
  @Description("")
  String PhoneNumberProperties();

  @DefaultMessage("PhoneNumberList")
  @Description("")
  String PhoneNumberListProperties();

  @DefaultMessage("Picture")
  @Description("")
  String PictureProperties();

  @DefaultMessage("PieRadius")
  @Description("")
  String PieRadiusProperties();

  @DefaultMessage("Pitch")
  @Description("")
  String PitchProperties();

  @DefaultMessage("Platform")
  @Description("")
  String PlatformProperties();

  @DefaultMessage("PlatformVersion")
  @Description("")
  String PlatformVersionProperties();

  @DefaultMessage("PlayOnlyInForeground")
  @Description("")
  String PlayOnlyInForegroundProperties();

  @DefaultMessage("Players")
  @Description("")
  String PlayersProperties();

  @DefaultMessage("PointShape")
  @Description("")
  String PointShapeProperties();

  @DefaultMessage("Points")
  @Description("")
  String PointsProperties();

  @DefaultMessage("PointsFromString")
  @Description("")
  String PointsFromStringProperties();

  @DefaultMessage("PollingRate")
  @Description("")
  String PollingRateProperties();

  @DefaultMessage("Predictions")
  @Description("")
  String PredictionsProperties();

  @DefaultMessage("PressedEventEnabled")
  @Description("")
  String PressedEventEnabledProperties();

  @DefaultMessage("PrimaryColor")
  @Description("")
  String PrimaryColorProperties();

  @DefaultMessage("PrimaryColorDark")
  @Description("")
  String PrimaryColorDarkProperties();

  @DefaultMessage("Progress")
  @Description("")
  String ProgressProperties();

  @DefaultMessage("ProgressColor")
  @Description("")
  String ProgressColorProperties();

  @DefaultMessage("ProjectBucket")
  @Description("")
  String ProjectBucketProperties();

  @DefaultMessage("ProjectID")
  @Description("")
  String ProjectIDProperties();

  @DefaultMessage("Prompt")
  @Description("")
  String PromptProperties();

  @DefaultMessage("PromptforPermission")
  @Description("")
  String PromptforPermissionProperties();

  @DefaultMessage("Provider")
  @Description("")
  String ProviderProperties();

  @DefaultMessage("ProviderLocked")
  @Description("")
  String ProviderLockedProperties();

  @DefaultMessage("ProviderName")
  @Description("")
  String ProviderNameProperties();

  @DefaultMessage("PublicInstances")
  @Description("")
  String PublicInstancesProperties();

  @DefaultMessage("QuadraticCoefficient")
  @Description("")
  String QuadraticCoefficientProperties();

  @DefaultMessage("Query")
  @Description("")
  String QueryProperties();

  @DefaultMessage("RSquared")
  @Description("")
  String RSquaredProperties();

  @DefaultMessage("Radius")
  @Description("")
  String RadiusProperties();

  @DefaultMessage("ReadMode")
  @Description("")
  String ReadModeProperties();

  @DefaultMessage("ReadOnly")
  @Description("")
  String ReadOnlyProperties();

  @DefaultMessage("ReadPermission")
  @Description("")
  String ReadPermissionProperties();

  @DefaultMessage("ReceivingEnabled")
  @Description("")
  String ReceivingEnabledProperties();

  @DefaultMessage("RedisPort")
  @Description("")
  String RedisPortProperties();

  @DefaultMessage("RedisServer")
  @Description("")
  String RedisServerProperties();

  @DefaultMessage("RefreshTime")
  @Description("")
  String RefreshTimeProperties();

  @DefaultMessage("ReleasedEventEnabled")
  @Description("")
  String ReleasedEventEnabledProperties();

  @DefaultMessage("RequestHeaders")
  @Description("")
  String RequestHeadersProperties();

  @DefaultMessage("ResponseContent")
  @Description("")
  String ResponseContentProperties();

  @DefaultMessage("ResponseFileName")
  @Description("")
  String ResponseFileNameProperties();

  @DefaultMessage("ResponseTextEncoding")
  @Description("")
  String ResponseTextEncodingProperties();

  @DefaultMessage("Result")
  @Description("")
  String ResultProperties();

  @DefaultMessage("ResultName")
  @Description("")
  String ResultNameProperties();

  @DefaultMessage("ResultType")
  @Description("")
  String ResultTypeProperties();

  @DefaultMessage("ResultUri")
  @Description("")
  String ResultUriProperties();

  @DefaultMessage("Results")
  @Description("")
  String ResultsProperties();

  @DefaultMessage("ReverseDirection")
  @Description("")
  String ReverseDirectionProperties();

  @DefaultMessage("Roll")
  @Description("")
  String RollProperties();

  @DefaultMessage("Rotates")
  @Description("")
  String RotatesProperties();

  @DefaultMessage("Rotation")
  @Description("")
  String RotationProperties();

  @DefaultMessage("RotationAngle")
  @Description("")
  String RotationAngleProperties();

  @DefaultMessage("Rows")
  @Description("")
  String RowsProperties();

  @DefaultMessage("SaveResponse")
  @Description("")
  String SaveResponseProperties();

  @DefaultMessage("SavedRecording")
  @Description("")
  String SavedRecordingProperties();

  @DefaultMessage("ScalePictureToFit")
  @Description("")
  String ScalePictureToFitProperties();

  @DefaultMessage("ScaleUnits")
  @Description("")
  String ScaleUnitsProperties();

  @DefaultMessage("Scaling")
  @Description("")
  String ScalingProperties();

  @DefaultMessage("Scope")
  @Description("")
  String ScopeProperties();

  @DefaultMessage("ScreenOrientation")
  @Description("")
  String ScreenOrientationProperties();

  @DefaultMessage("Scrollable")
  @Description("")
  String ScrollableProperties();

  @DefaultMessage("SearchResults")
  @Description("")
  String SearchResultsProperties();

  @DefaultMessage("Secure")
  @Description("")
  String SecureProperties();

  @DefaultMessage("Selection")
  @Description("")
  String SelectionProperties();

  @DefaultMessage("SelectionColor")
  @Description("")
  String SelectionColorProperties();

  @DefaultMessage("SelectionDetailText")
  @Description("")
  String SelectionDetailTextProperties();

  @DefaultMessage("SelectionIndex")
  @Description("")
  String SelectionIndexProperties();

  @DefaultMessage("Sensitivity")
  @Description("")
  String SensitivityProperties();

  @DefaultMessage("SensorPort")
  @Description("")
  String SensorPortProperties();

  @DefaultMessage("SensorValueChangedEventEnabled")
  @Description("")
  String SensorValueChangedEventEnabledProperties();

  @DefaultMessage("ServiceAccountEmail")
  @Description("")
  String ServiceAccountEmailProperties();

  @DefaultMessage("ServiceURL")
  @Description("")
  String ServiceURLProperties();

  @DefaultMessage("ServiceUrl")
  @Description("")
  String ServiceUrlProperties();

  @DefaultMessage("Shape")
  @Description("")
  String ShapeProperties();

  @DefaultMessage("ShowCompass")
  @Description("")
  String ShowCompassProperties();

  @DefaultMessage("ShowFeedback")
  @Description("")
  String ShowFeedbackProperties();

  @DefaultMessage("ShowFilterBar")
  @Description("")
  String ShowFilterBarProperties();

  @DefaultMessage("ShowListsAsJson")
  @Description("")
  String ShowListsAsJsonProperties();

  @DefaultMessage("ShowLoadingDialog")
  @Description("")
  String ShowLoadingDialogProperties();

  @DefaultMessage("ShowScale")
  @Description("")
  String ShowScaleProperties();

  @DefaultMessage("ShowStatusBar")
  @Description("")
  String ShowStatusBarProperties();

  @DefaultMessage("ShowUser")
  @Description("")
  String ShowUserProperties();

  @DefaultMessage("ShowZoom")
  @Description("")
  String ShowZoomProperties();

  @DefaultMessage("SimpleSteps")
  @Description("")
  String SimpleStepsProperties();

  @DefaultMessage("Size")
  @Description("")
  String SizeProperties();

  @DefaultMessage("Sizing")
  @Description("")
  String SizingProperties();

  @DefaultMessage("Source")
  @Description("")
  String SourceProperties();

  @DefaultMessage("SourceFile")
  @Description("")
  String SourceFileProperties();

  @DefaultMessage("SouthLatitude")
  @Description("")
  String SouthLatitudeProperties();

  @DefaultMessage("SpeechRate")
  @Description("")
  String SpeechRateProperties();

  @DefaultMessage("Speed")
  @Description("")
  String SpeedProperties();

  @DefaultMessage("SpreadsheetID")
  @Description("")
  String SpreadsheetIDProperties();

  @DefaultMessage("SpreadsheetUseHeaders")
  @Description("")
  String SpreadsheetUseHeadersProperties();

  @DefaultMessage("SpreadsheetXColumn")
  @Description("")
  String SpreadsheetXColumnProperties();

  @DefaultMessage("SpreadsheetYColumn")
  @Description("")
  String SpreadsheetYColumnProperties();

  @DefaultMessage("StartLatitude")
  @Description("")
  String StartLatitudeProperties();

  @DefaultMessage("StartLocation")
  @Description("")
  String StartLocationProperties();

  @DefaultMessage("StartLongitude")
  @Description("")
  String StartLongitudeProperties();

  @DefaultMessage("StopBeforeDisconnect")
  @Description("")
  String StopBeforeDisconnectProperties();

  @DefaultMessage("StopDetectionTimeout")
  @Description("")
  String StopDetectionTimeoutProperties();

  @DefaultMessage("StrideLength")
  @Description("")
  String StrideLengthProperties();

  @DefaultMessage("StrokeColor")
  @Description("")
  String StrokeColorProperties();

  @DefaultMessage("StrokeOpacity")
  @Description("")
  String StrokeOpacityProperties();

  @DefaultMessage("StrokeStyle")
  @Description("")
  String StrokeStyleProperties();

  @DefaultMessage("StrokeWidth")
  @Description("")
  String StrokeWidthProperties();

  @DefaultMessage("System")
  @Description("")
  String SystemProperties();

  @DefaultMessage("TachoCountChangedEventEnabled")
  @Description("")
  String TachoCountChangedEventEnabledProperties();

  @DefaultMessage("TapThreshold")
  @Description("")
  String TapThresholdProperties();

  @DefaultMessage("Temperature")
  @Description("")
  String TemperatureProperties();

  @DefaultMessage("Text")
  @Description("")
  String TextProperties();

  @DefaultMessage("TextAlignment")
  @Description("")
  String TextAlignmentProperties();

  @DefaultMessage("TextColor")
  @Description("")
  String TextColorProperties();

  @DefaultMessage("TextColorDetail")
  @Description("")
  String TextColorDetailProperties();

  @DefaultMessage("TextSize")
  @Description("")
  String TextSizeProperties();

  @DefaultMessage("TextToWrite")
  @Description("")
  String TextToWriteProperties();

  @DefaultMessage("Theme")
  @Description("")
  String ThemeProperties();

  @DefaultMessage("ThumbColor")
  @Description("")
  String ThumbColorProperties();

  @DefaultMessage("ThumbColorActive")
  @Description("")
  String ThumbColorActiveProperties();

  @DefaultMessage("ThumbColorInactive")
  @Description("")
  String ThumbColorInactiveProperties();

  @DefaultMessage("ThumbEnabled")
  @Description("")
  String ThumbEnabledProperties();

  @DefaultMessage("ThumbPosition")
  @Description("")
  String ThumbPositionProperties();

  @DefaultMessage("TimeInterval")
  @Description("")
  String TimeIntervalProperties();

  @DefaultMessage("Timeout")
  @Description("")
  String TimeoutProperties();

  @DefaultMessage("TimerAlwaysFires")
  @Description("")
  String TimerAlwaysFiresProperties();

  @DefaultMessage("TimerEnabled")
  @Description("")
  String TimerEnabledProperties();

  @DefaultMessage("TimerInterval")
  @Description("")
  String TimerIntervalProperties();

  @DefaultMessage("Title")
  @Description("")
  String TitleProperties();

  @DefaultMessage("TitleVisible")
  @Description("")
  String TitleVisibleProperties();

  @DefaultMessage("Token")
  @Description("")
  String TokenProperties();

  @DefaultMessage("Top")
  @Description("")
  String TopProperties();

  @DefaultMessage("TopOfRange")
  @Description("")
  String TopOfRangeProperties();

  @DefaultMessage("TrackColorActive")
  @Description("")
  String TrackColorActiveProperties();

  @DefaultMessage("TrackColorInactive")
  @Description("")
  String TrackColorInactiveProperties();

  @DefaultMessage("TransportationMethod")
  @Description("")
  String TransportationMethodProperties();

  @DefaultMessage("TutorialURL")
  @Description("")
  String TutorialURLProperties();

  @DefaultMessage("TwitPic_API_Key")
  @Description("")
  String TwitPic_API_KeyProperties();

  @DefaultMessage("Type")
  @Description("")
  String TypeProperties();

  @DefaultMessage("Unit")
  @Description("")
  String UnitProperties();

  @DefaultMessage("Url")
  @Description("")
  String UrlProperties();

  @DefaultMessage("UseExternalScanner")
  @Description("")
  String UseExternalScannerProperties();

  @DefaultMessage("UseFront")
  @Description("")
  String UseFrontProperties();

  @DefaultMessage("UseGPS")
  @Description("")
  String UseGPSProperties();

  @DefaultMessage("UseLegacy")
  @Description("")
  String UseLegacyProperties();

  @DefaultMessage("UseSSL")
  @Description("")
  String UseSSLProperties();

  @DefaultMessage("UseServiceAuthentication")
  @Description("")
  String UseServiceAuthenticationProperties();

  @DefaultMessage("UserChoice")
  @Description("")
  String UserChoiceProperties();

  @DefaultMessage("UserEmailAddress")
  @Description("")
  String UserEmailAddressProperties();

  @DefaultMessage("UserId")
  @Description("")
  String UserIdProperties();

  @DefaultMessage("UserLatitude")
  @Description("")
  String UserLatitudeProperties();

  @DefaultMessage("UserLongitude")
  @Description("")
  String UserLongitudeProperties();

  @DefaultMessage("Username")
  @Description("")
  String UsernameProperties();

  @DefaultMessage("UsesLocation")
  @Description("")
  String UsesLocationProperties();

  @DefaultMessage("ValueFormat")
  @Description("")
  String ValueFormatProperties();

  @DefaultMessage("VersionCode")
  @Description("")
  String VersionCodeProperties();

  @DefaultMessage("VersionName")
  @Description("")
  String VersionNameProperties();

  @DefaultMessage("Visible")
  @Description("")
  String VisibleProperties();

  @DefaultMessage("Volume")
  @Description("")
  String VolumeProperties();

  @DefaultMessage("WalkSteps")
  @Description("")
  String WalkStepsProperties();

  @DefaultMessage("WebRTC")
  @Description("")
  String WebRTCProperties();

  @DefaultMessage("WebViewString")
  @Description("")
  String WebViewStringProperties();

  @DefaultMessage("WebXColumn")
  @Description("")
  String WebXColumnProperties();

  @DefaultMessage("WebYColumn")
  @Description("")
  String WebYColumnProperties();

  @DefaultMessage("WestLongitude")
  @Description("")
  String WestLongitudeProperties();

  @DefaultMessage("WheelDiameter")
  @Description("")
  String WheelDiameterProperties();

  @DefaultMessage("Width")
  @Description("")
  String WidthProperties();

  @DefaultMessage("WidthPercent")
  @Description("")
  String WidthPercentProperties();

  @DefaultMessage("WithinRangeEventEnabled")
  @Description("")
  String WithinRangeEventEnabledProperties();

  @DefaultMessage("WritePermission")
  @Description("")
  String WritePermissionProperties();

  @DefaultMessage("WriteType")
  @Description("")
  String WriteTypeProperties();

  @DefaultMessage("X")
  @Description("")
  String XProperties();

  @DefaultMessage("XAccel")
  @Description("")
  String XAccelProperties();

  @DefaultMessage("XAngularVelocity")
  @Description("")
  String XAngularVelocityProperties();

  @DefaultMessage("XFromZero")
  @Description("")
  String XFromZeroProperties();

  @DefaultMessage("XIntercepts")
  @Description("")
  String XInterceptsProperties();

  @DefaultMessage("XStrength")
  @Description("")
  String XStrengthProperties();

  @DefaultMessage("Y")
  @Description("")
  String YProperties();

  @DefaultMessage("YAccel")
  @Description("")
  String YAccelProperties();

  @DefaultMessage("YAngularVelocity")
  @Description("")
  String YAngularVelocityProperties();

  @DefaultMessage("YFromZero")
  @Description("")
  String YFromZeroProperties();

  @DefaultMessage("YIntercept")
  @Description("")
  String YInterceptProperties();

  @DefaultMessage("YStrength")
  @Description("")
  String YStrengthProperties();

  @DefaultMessage("Year")
  @Description("")
  String YearProperties();

  @DefaultMessage("Z")
  @Description("")
  String ZProperties();

  @DefaultMessage("ZAccel")
  @Description("")
  String ZAccelProperties();

  @DefaultMessage("ZAngularVelocity")
  @Description("")
  String ZAngularVelocityProperties();

  @DefaultMessage("ZStrength")
  @Description("")
  String ZStrengthProperties();

  @DefaultMessage("ZoomLevel")
  @Description("")
  String ZoomLevelProperties();


  /* Property Descriptions */
  @DefaultMessage("Information about the screen. It appears when \"About this Application\" is selected from the system menu. Use it to inform people about your app. In multiple screen apps, each screen has its own AboutScreen info.")
  @Description("")
  String AboutScreenPropertyDescriptions();

  @DefaultMessage("Returns the component''s background color")
  @Description("")
  String AbsoluteArrangement__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the AbsoluteArrangement as a percentage of the height of the Screen.")
  @Description("")
  String AbsoluteArrangement__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the AbsoluteArrangement, measured in pixels.")
  @Description("")
  String AbsoluteArrangement__HeightPropertyDescriptions();

  @DefaultMessage("Returns the path of the button''s image.")
  @Description("")
  String AbsoluteArrangement__ImagePropertyDescriptions();

  @DefaultMessage("Specifies whether the AbsoluteArrangement should be visible on the screen. Value is true if the AbsoluteArrangement is showing and false if hidden.")
  @Description("")
  String AbsoluteArrangement__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the AbsoluteArrangement as a percentage of the width of the Screen.")
  @Description("")
  String AbsoluteArrangement__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the AbsoluteArrangement, measured in pixels.")
  @Description("")
  String AbsoluteArrangement__WidthPropertyDescriptions();

  @DefaultMessage("Indicates the absolute strength of the field.")
  @Description("")
  String AbsoluteStrengthPropertyDescriptions();

  @DefaultMessage("Returns whether the accelerometer is available on the device.")
  @Description("")
  String AccelerometerSensor__AvailablePropertyDescriptions();

  @DefaultMessage("If true, the sensor will generate events. Otherwise, no events are generated even if the device is accelerated or shaken.")
  @Description("")
  String AccelerometerSensor__EnabledPropertyDescriptions();

  @DefaultMessage("Prior to the release that added this property the AccelerometerSensor component passed through sensor values directly as received from the Android system. However these values do not compensate for tablets that default to Landscape mode, requiring the MIT App Inventor programmer to compensate. However compensating would result in incorrect results in Portrait mode devices such as phones. We now detect Landscape mode tablets and perform the compensation. However if your project is already compensating for the change, you will now get incorrect results. Although our preferred solution is for you to update your project, you can also just set this property to “true” and our compensation code will be deactivated. Note: We recommend that you update your project as we may remove this property in a future release.")
  @Description("")
  String AccelerometerSensor__LegacyModePropertyDescriptions();

  @DefaultMessage("The minimum interval, in milliseconds, between phone shakes")
  @Description("")
  String AccelerometerSensor__MinimumIntervalPropertyDescriptions();

  @DefaultMessage("This is the accent color used for highlights and other user interface accents.")
  @Description("")
  String AccentColorPropertyDescriptions();

  @DefaultMessage("The most recent measure of accuracy, in meters. If no value is available, 0 will be returned.")
  @Description("")
  String AccuracyPropertyDescriptions();

  @DefaultMessage("Property for ActionBar")
  @Description("")
  String ActionBarPropertyDescriptions();

  @DefaultMessage("Returns the class part of the specific component that will be started.")
  @Description("")
  String ActivityClassPropertyDescriptions();

  @DefaultMessage("Returns the package part of the specific component that will be started.")
  @Description("")
  String ActivityPackagePropertyDescriptions();

  @DefaultMessage("Returns the action that will be used to start the activity.")
  @Description("")
  String ActivityStarter__ActionPropertyDescriptions();

  @DefaultMessage("Returns the result from the activity.")
  @Description("")
  String ActivityStarter__ResultPropertyDescriptions();

  @DefaultMessage("The addresses and names of paired Bluetooth devices")
  @Description("")
  String AddressesAndNamesPropertyDescriptions();

  @DefaultMessage("The air pressure in hPa (millibar), if the sensor is available and enabled.")
  @Description("")
  String AirPressurePropertyDescriptions();

  @DefaultMessage("Whether the cookies from a response should be saved and used in subsequent requests. Cookies are only supported on Android version 2.3 or greater.")
  @Description("")
  String AllowCookiesPropertyDescriptions();

  @DefaultMessage("A written description of what the image looks like.")
  @Description("")
  String AlternateTextPropertyDescriptions();

  @DefaultMessage("The most recently available altitude value, in meters. If no value is available, 0 will be returned.")
  @Description("")
  String AltitudePropertyDescriptions();

  @DefaultMessage("The horizontal alignment property controls where the Marker''s anchor is located relative to its width. The choices are: 1 = left aligned, 3 = horizontally centered, 2 = right aligned.")
  @Description("")
  String AnchorHorizontalPropertyDescriptions();

  @DefaultMessage("The vertical alignment property controls where the Marker''s anchor is located relative to its height. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom.")
  @Description("")
  String AnchorVerticalPropertyDescriptions();

  @DefaultMessage("Returns an angle that tells the direction in which the device is tiled. That is, it tells the direction of the force that would be felt by a ball rolling on the surface of the device.")
  @Description("")
  String AnglePropertyDescriptions();

  @DefaultMessage("This is a limited form of animation that can attach a small number of motion types to images. The allowable motions are ScrollRightSlow, ScrollRight, ScrollRightFast, ScrollLeftSlow, ScrollLeft, ScrollLeftFast, and Stop")
  @Description("")
  String AnimationPropertyDescriptions();

  @DefaultMessage("This is the display name of the installed application in the phone.If the AppName is blank, it will be set to the name of the project when the project is built.")
  @Description("")
  String AppNamePropertyDescriptions();

  @DefaultMessage("Specifies the name of the application given when doing an API call.")
  @Description("")
  String ApplicationNamePropertyDescriptions();

  @DefaultMessage("List of the country codes available on this device for use with TextToSpeech. Check the Android developer documentation under supported languages to find the meanings of these abbreviations.")
  @Description("")
  String AvailableCountriesPropertyDescriptions();

  @DefaultMessage("List of the languages available on this device for use with TextToSpeech. Check the Android developer documentation under supported languages to find the meanings of these abbreviations.")
  @Description("")
  String AvailableLanguagesPropertyDescriptions();

  @DefaultMessage("List of available service providers, such as gps or network. This information is provided as a list and in text form.")
  @Description("")
  String AvailableProvidersPropertyDescriptions();

  @DefaultMessage("The average of the 10 most recent light levels measured, in lux.")
  @Description("")
  String AverageLuxPropertyDescriptions();

  @DefaultMessage("Returns the chart''s axes text color as an alpha-red-green-blue integer.")
  @Description("")
  String AxesTextColorPropertyDescriptions();

  @DefaultMessage("Returns the azimuth angle of the device. To return meaningful values the sensor must be enabled.")
  @Description("")
  String AzimuthPropertyDescriptions();

  @DefaultMessage("Set the background image in Base64 format. This requires API level >= 8. For devices with API level less than 8, setting this will end up with an empty background.")
  @Description("")
  String BackgroundImageinBase64PropertyDescriptions();

  @DefaultMessage("Controls whether the Ball moves and can be interacted with through collisions, dragging, touching, and flinging.")
  @Description("")
  String Ball__EnabledPropertyDescriptions();

  @DefaultMessage("Returns the Ball''s heading in degrees above the positive x-axis. Zero degrees is toward the right of the screen; 90 degrees is toward the top of the screen.")
  @Description("")
  String Ball__HeadingPropertyDescriptions();

  @DefaultMessage("The interval in milliseconds at which the Ball''s position is updated. For example, if the interval is 50 and the speed is 10, then every 50 milliseconds the sprite will move 10 pixels in the heading direction.")
  @Description("")
  String Ball__IntervalPropertyDescriptions();

  @DefaultMessage("The color of the Ball.")
  @Description("")
  String Ball__PaintColorPropertyDescriptions();

  @DefaultMessage("The distance from the edge of the Ball to its center.")
  @Description("")
  String Ball__RadiusPropertyDescriptions();

  @DefaultMessage("The number of pixels that the Ball should move every interval, if enabled.")
  @Description("")
  String Ball__SpeedPropertyDescriptions();

  @DefaultMessage("Whether the Ball is visible.")
  @Description("")
  String Ball__VisiblePropertyDescriptions();

  @DefaultMessage("The horizontal coordinate of the Ball, increasing as the Ball moves right. If the property OriginAtCenter is true, the coordinate is for the center of the Ball; otherwise, it is for the leftmost point of the Ball.")
  @Description("")
  String Ball__XPropertyDescriptions();

  @DefaultMessage("The vertical coordinate of the Ball, increasing as the Ball moves down. If the property OriginAtCenter is true, the coordinate is for the center of the Ball; otherwise, it is for the uppermost point of the Ball.")
  @Description("")
  String Ball__YPropertyDescriptions();

  @DefaultMessage("How the `Ball` should be layered relative to other")
  @Description("")
  String Ball__ZPropertyDescriptions();

  @DefaultMessage("The list of ballot options.")
  @Description("")
  String BallotOptionsPropertyDescriptions();

  @DefaultMessage("The question to be voted on.")
  @Description("")
  String BallotQuestionPropertyDescriptions();

  @DefaultMessage("Text result of the previous scan.")
  @Description("")
  String BarcodeScanner__ResultPropertyDescriptions();

  @DefaultMessage("Specifies whether or not the device has the hardware to support the Barometer component.")
  @Description("")
  String Barometer__AvailablePropertyDescriptions();

  @DefaultMessage("If enabled, then device will listen for changes.")
  @Description("")
  String Barometer__EnabledPropertyDescriptions();

  @DefaultMessage("Returns the current baud rate")
  @Description("")
  String BaudRatePropertyDescriptions();

  @DefaultMessage("When checked, we will use high contrast mode")
  @Description("")
  String BigDefaultTextPropertyDescriptions();

  @DefaultMessage("Choose the set of components you’ll need for your project. A smaller set is good for beginner projects, while experts can use all options to build complex apps. For example, the Beginner Toolkit gives you access to all the features you need for our novice tutorials and curriculum.</p><p>You can always change your toolkit in Project Properties, so your choice now won’t limit the future possibilities for your app.</p>")
  @Description("")
  String BlocksToolkitPropertyDescriptions();

  @DefaultMessage("The BluetoothClient component that should be used for communication.")
  @Description("")
  String BluetoothClientPropertyDescriptions();

  @DefaultMessage("Whether Bluetooth is available on the device")
  @Description("")
  String BluetoothClient__AvailablePropertyDescriptions();

  @DefaultMessage("Whether Bluetooth is enabled")
  @Description("")
  String BluetoothClient__EnabledPropertyDescriptions();

  @DefaultMessage("Whether Bluetooth is available on the device")
  @Description("")
  String BluetoothServer__AvailablePropertyDescriptions();

  @DefaultMessage("Whether Bluetooth is enabled")
  @Description("")
  String BluetoothServer__EnabledPropertyDescriptions();

  @DefaultMessage("The bottom of the range used for the BelowRange, WithinRange, and AboveRange events.")
  @Description("")
  String BottomOfRangePropertyDescriptions();

  @DefaultMessage("The effect of bounce from the edge after scrolling the list to the end. True will enable the bounce effect, false will disable it.")
  @Description("")
  String BounceEdgeEffectPropertyDescriptions();

  @DefaultMessage("Bounding box for the map stored as [[North, West], [South, East]].")
  @Description("")
  String BoundingBoxPropertyDescriptions();

  @DefaultMessage("Returns the buffer size in bytes")
  @Description("")
  String BufferSizePropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String Button__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap Button to cause action.")
  @Description("")
  String Button__EnabledPropertyDescriptions();

  @DefaultMessage("If set, Button text is displayed in bold.")
  @Description("")
  String Button__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, Button text is displayed in italics.")
  @Description("")
  String Button__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for Button text.")
  @Description("")
  String Button__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for Button text.")
  @Description("")
  String Button__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Button as a percentage of the height of the Screen.")
  @Description("")
  String Button__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Button, measured in pixels.")
  @Description("")
  String Button__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String Button__ImagePropertyDescriptions();

  @DefaultMessage("Returns the style of the `Button`.")
  @Description("")
  String Button__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a Button that has an image as background.")
  @Description("")
  String Button__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String Button__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String Button__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on Button.")
  @Description("")
  String Button__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the Button should be visible on the screen. Value is true if the Button is showing and false if hidden.")
  @Description("")
  String Button__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Button as a percentage of the width of the Screen.")
  @Description("")
  String Button__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Button, measured in pixels.")
  @Description("")
  String Button__WidthPropertyDescriptions();

  @DefaultMessage("This property has been deprecated.")
  @Description("")
  String CalibrateStrideLengthPropertyDescriptions();

  @DefaultMessage("The color of the canvas background.")
  @Description("")
  String Canvas__BackgroundColorPropertyDescriptions();

  @DefaultMessage("The name of a file containing the background image for the canvas")
  @Description("")
  String Canvas__BackgroundImagePropertyDescriptions();

  @DefaultMessage("The font size of text drawn on the canvas.")
  @Description("")
  String Canvas__FontSizePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Canvas as a percentage of the height of the Screen.")
  @Description("")
  String Canvas__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the `Canvas`''s vertical height, measured in pixels.")
  @Description("")
  String Canvas__HeightPropertyDescriptions();

  @DefaultMessage("The color in which lines are drawn")
  @Description("")
  String Canvas__PaintColorPropertyDescriptions();

  @DefaultMessage("Determines the alignment of the text drawn by DrawText() or DrawAngle() with respect to the point specified by that command: point at the left of the text, point at the center of the text, or point at the right of the text.")
  @Description("")
  String Canvas__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Specifies whether the Canvas should be visible on the screen. Value is true if the Canvas is showing and false if hidden.")
  @Description("")
  String Canvas__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Canvas as a percentage of the width of the Screen.")
  @Description("")
  String Canvas__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the `Canvas`, measured in pixels.")
  @Description("")
  String Canvas__WidthPropertyDescriptions();

  @DefaultMessage("<p>Set the initial center coordinate of the map. The value is specified as a comma-separated pair of decimal latitude and longitude coordinates, for example, <code>42.359144, -71.093612</code>.</p><p>In blocks code, it is recommended for performance reasons to use SetCenter with numerical latitude and longitude rather than convert to the string representation for use with this property.</p>")
  @Description("")
  String CenterFromStringPropertyDescriptions();

  @DefaultMessage("Sets the character encoding to use when sending and receiving text. The default value is `\"UTF-8\"")
  @Description("")
  String CharacterEncodingPropertyDescriptions();

  @DefaultMessage("Returns the data series color as an alpha-red-green-blue integer.")
  @Description("")
  String ChartData2D__ColorPropertyDescriptions();

  @DefaultMessage("Sets the Source to use for the Data component. Valid choices include AccelerometerSensor, BluetoothClient, CloudDB, DataFile, GyroscopeSensor, LocationSesnro, OrientationSensor, Pedometer, ProximitySensor TinyDB and Web components. The Source value also requires valid DataSourceValue, WebColumn or DataFileColumn properties, depending on the type of the Source attached (the required properties show up in the Properties menu after the Source is changed). If the data identified by the")
  @Description("")
  String ChartData2D__SourcePropertyDescriptions();

  @DefaultMessage("The data series for which to compute the line of best fit.")
  @Description("")
  String ChartDataPropertyDescriptions();

  @DefaultMessage("Returns the chart''s background color as an alpha-red-green-blue integer.")
  @Description("")
  String Chart__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Returns the description label text of the Chart.")
  @Description("")
  String Chart__DescriptionPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Chart as a percentage of the height of the Screen.")
  @Description("")
  String Chart__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Chart, measured in pixels.")
  @Description("")
  String Chart__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the chart''s type (area, bar, pie, scatter), which determines how to visualize the data.")
  @Description("")
  String Chart__TypePropertyDescriptions();

  @DefaultMessage("Specifies whether the Chart should be visible on the screen. Value is true if the Chart is showing and false if hidden.")
  @Description("")
  String Chart__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Chart as a percentage of the width of the Screen.")
  @Description("")
  String Chart__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Chart, measured in pixels.")
  @Description("")
  String Chart__WidthPropertyDescriptions();

  @DefaultMessage("A ChatGPT API Key. If provided, it will be used instead of the embedded APIKEY in the ChatBot proxy server")
  @Description("")
  String ChatBot__ApiKeyPropertyDescriptions();

  @DefaultMessage("Set the name of the model to use. See https://appinv.us/chatbot for the current list of supported models. Leaving this blank will result in the default model set by the provider being used")
  @Description("")
  String ChatBot__ModelPropertyDescriptions();

  @DefaultMessage("The MIT Access token to use. MIT App Inventor will automatically fill this value in. You should not need to change it.")
  @Description("")
  String ChatBot__TokenPropertyDescriptions();

  @DefaultMessage("The background color of the CheckBox as an alpha-red-green-blue integer.")
  @Description("")
  String CheckBox__BackgroundColorPropertyDescriptions();

  @DefaultMessage("True if the CheckBox is active and clickable.")
  @Description("")
  String CheckBox__EnabledPropertyDescriptions();

  @DefaultMessage("Set to true if the text of the CheckBox should be bold.")
  @Description("")
  String CheckBox__FontBoldPropertyDescriptions();

  @DefaultMessage("Set to true if the text of the CheckBox should be italic.")
  @Description("")
  String CheckBox__FontItalicPropertyDescriptions();

  @DefaultMessage("Specifies the text font size of the CheckBox in scale-independent pixels.")
  @Description("")
  String CheckBox__FontSizePropertyDescriptions();

  @DefaultMessage("Specifies the text font face of the CheckBox.")
  @Description("")
  String CheckBox__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the CheckBox as a percentage of the height of the Screen.")
  @Description("")
  String CheckBox__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the CheckBox, measured in pixels.")
  @Description("")
  String CheckBox__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the text color of the CheckBox as an alpha-red-green-blue integer.")
  @Description("")
  String CheckBox__TextColorPropertyDescriptions();

  @DefaultMessage("Specifies the text displayed by the CheckBox.")
  @Description("")
  String CheckBox__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the CheckBox should be visible on the screen. Value is true if the CheckBox is showing and false if hidden.")
  @Description("")
  String CheckBox__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the CheckBox as a percentage of the width of the Screen.")
  @Description("")
  String CheckBox__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the CheckBox, measured in pixels.")
  @Description("")
  String CheckBox__WidthPropertyDescriptions();

  @DefaultMessage("True if the box is checked, false otherwise.")
  @Description("")
  String CheckedPropertyDescriptions();

  @DefaultMessage("The description displayed in the info window that appears when the user clicks on the Circle.")
  @Description("")
  String Circle__DescriptionPropertyDescriptions();

  @DefaultMessage("The Draggable property is used to set whether or not the user can drag the Circle by long-pressing and then dragging the Circle to a new location.")
  @Description("")
  String Circle__DraggablePropertyDescriptions();

  @DefaultMessage("Enable or disable the infobox window display when the user taps the Circle.")
  @Description("")
  String Circle__EnableInfoboxPropertyDescriptions();

  @DefaultMessage("The paint color used to fill in the Circle.")
  @Description("")
  String Circle__FillColorPropertyDescriptions();

  @DefaultMessage("The latitude of the center of the circle.")
  @Description("")
  String Circle__LatitudePropertyDescriptions();

  @DefaultMessage("The longitude of the center of the circle.")
  @Description("")
  String Circle__LongitudePropertyDescriptions();

  @DefaultMessage("The radius of the circle in meters.")
  @Description("")
  String Circle__RadiusPropertyDescriptions();

  @DefaultMessage("The paint color used to outline the Circle.")
  @Description("")
  String Circle__StrokeColorPropertyDescriptions();

  @DefaultMessage("The width of the stroke used to outline the Circle.")
  @Description("")
  String Circle__StrokeWidthPropertyDescriptions();

  @DefaultMessage("The title displayed in the info window that appears when the user clicks on the Circle.")
  @Description("")
  String Circle__TitlePropertyDescriptions();

  @DefaultMessage("Returns the type of the feature. For Circles, this returns MapFeature.Circle (\"Circle\").")
  @Description("")
  String Circle__TypePropertyDescriptions();

  @DefaultMessage("Specifies whether the Circle should be visible on the screen. Value is true if the component is showing and false if hidden.")
  @Description("")
  String Circle__VisiblePropertyDescriptions();

  @DefaultMessage("Change the indeterminate color of the circular progress bar.")
  @Description("")
  String CircularProgress__ColorPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the CircularProgress as a percentage of the height of the Screen.")
  @Description("")
  String CircularProgress__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the CircularProgress, measured in pixels.")
  @Description("")
  String CircularProgress__HeightPropertyDescriptions();

  @DefaultMessage("Specifies whether the CircularProgress should be visible on the screen. Value is true if the CircularProgress is showing and false if hidden.")
  @Description("")
  String CircularProgress__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the CircularProgress as a percentage of the width of the Screen.")
  @Description("")
  String CircularProgress__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the CircularProgress, measured in pixels.")
  @Description("")
  String CircularProgress__WidthPropertyDescriptions();

  @DefaultMessage("Specifies whether the image should be clickable or not.")
  @Description("")
  String ClickablePropertyDescriptions();

  @DefaultMessage("The animation for closing current screen and returning to the previous screen. Valid options are default, fade, zoom, slidehorizontal, slidevertical, and none")
  @Description("")
  String CloseScreenAnimationPropertyDescriptions();

  @DefaultMessage("This field contains the authentication token used to login to the backed Redis server. For the \"DEFAULT\" server, do not edit this value, the system will fill it in for you. A system administrator may also provide a special value to you which can be used to share data between multiple projects from multiple people. If using your own Redis server, set a password in the server''s config and enter it here.")
  @Description("")
  String CloudDB__TokenPropertyDescriptions();

  @DefaultMessage("The color of slider to the left of the thumb.")
  @Description("")
  String ColorLeftPropertyDescriptions();

  @DefaultMessage("The color of slider to the right of the thumb.")
  @Description("")
  String ColorRightPropertyDescriptions();

  @DefaultMessage("Returns the Chart''s colors as a List.")
  @Description("")
  String ColorsPropertyDescriptions();

  @DefaultMessage("Returns the elements of the first row of the Data File''s contents.")
  @Description("")
  String ColumnNamesPropertyDescriptions();

  @DefaultMessage("Column property getter method.")
  @Description("")
  String ColumnPropertyDescriptions();

  @DefaultMessage("ConsumerKey property getter method.")
  @Description("")
  String ConsumerKeyPropertyDescriptions();

  @DefaultMessage("ConsumerSecret property getter method.")
  @Description("")
  String ConsumerSecretPropertyDescriptions();

  @DefaultMessage("Returns the full name of the selected contact, or the empty string if a name is unavailable.")
  @Description("")
  String ContactNamePropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String ContactPicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap ContactPicker to cause action.")
  @Description("")
  String ContactPicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, ContactPicker text is displayed in bold.")
  @Description("")
  String ContactPicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, ContactPicker text is displayed in italics.")
  @Description("")
  String ContactPicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for ContactPicker text.")
  @Description("")
  String ContactPicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for ContactPicker text.")
  @Description("")
  String ContactPicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ContactPicker as a percentage of the height of the Screen.")
  @Description("")
  String ContactPicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ContactPicker, measured in pixels.")
  @Description("")
  String ContactPicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String ContactPicker__ImagePropertyDescriptions();

  @DefaultMessage("Returns the primary phone number associated with the selected contact, or the empty string if no phone number is associated with the contact.")
  @Description("")
  String ContactPicker__PhoneNumberPropertyDescriptions();

  @DefaultMessage("Returns a picture URI for the selected contact, which can be used to retrieve the contact''s photo and other fields.")
  @Description("")
  String ContactPicker__PicturePropertyDescriptions();

  @DefaultMessage("Returns the style of the `ContactPicker`.")
  @Description("")
  String ContactPicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a ContactPicker that has an image as background.")
  @Description("")
  String ContactPicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String ContactPicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String ContactPicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on ContactPicker.")
  @Description("")
  String ContactPicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the ContactPicker should be visible on the screen. Value is true if the ContactPicker is showing and false if hidden.")
  @Description("")
  String ContactPicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ContactPicker as a percentage of the width of the Screen.")
  @Description("")
  String ContactPicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ContactPicker, measured in pixels.")
  @Description("")
  String ContactPicker__WidthPropertyDescriptions();

  @DefaultMessage("URI that specifies the location of the contact on the device.")
  @Description("")
  String ContactUriPropertyDescriptions();

  @DefaultMessage("The correlation coefficient of the trendline to the data.")
  @Description("")
  String CorrelationCoefficientPropertyDescriptions();

  @DefaultMessage("Country code to use for speech generation. This can affect the pronounciation. For example, British English (GBR) will sound different from US English (USA). Not every country code will affect every language.")
  @Description("")
  String CountryPropertyDescriptions();

  @DefaultMessage("The JSON File with credentials for the Service Account")
  @Description("")
  String CredentialsJsonPropertyDescriptions();

  @DefaultMessage("Provides a textual representation of the current address or \"No address available\".")
  @Description("")
  String CurrentAddressPropertyDescriptions();

  @DefaultMessage("Title of the page currently viewed")
  @Description("")
  String CurrentPageTitlePropertyDescriptions();

  @DefaultMessage("URL of the page currently viewed. This could be different from the Home URL if new pages were visited by following links.")
  @Description("")
  String CurrentUrlPropertyDescriptions();

  @DefaultMessage("The URL of the custom tile layer to use as the base of the map. Valid URLs should include &#123;z}, &#123;x} and &#123;y} placeholders and any authentication required. </p></p>e.g. https://tile.openstreetmap.org/&#123;z}/&#123;x}/&#123;y}.png </p>or https://example.com/geoserver/gwc/service/tms/1.0.0/workspace:layername&#64;EPSG:3857&#64;jpeg/&#123;z}/&#123;x}/&#123;y}.jpeg&#63;flipY=true&authkey=123")
  @Description("")
  String CustomUrlPropertyDescriptions();

  @DefaultMessage("Value used when importing data from a DataFile component")
  @Description("")
  String DataFileXColumnPropertyDescriptions();

  @DefaultMessage("Value used when importing data from a DataFile component")
  @Description("")
  String DataFileYColumnPropertyDescriptions();

  @DefaultMessage("Returns a list of columns corresponding to the Data File''s content.")
  @Description("")
  String DataFile__ColumnsPropertyDescriptions();

  @DefaultMessage("Allows app to access files from the root of the external storage directory (legacy mode).")
  @Description("")
  String DataFile__LegacyModePropertyDescriptions();

  @DefaultMessage("Returns a list of rows corresponding to the Data File''s content.")
  @Description("")
  String DataFile__RowsPropertyDescriptions();

  @DefaultMessage("Returns the data label color as an alpha-red-green-blue integer.")
  @Description("")
  String DataLabelColorPropertyDescriptions();

  @DefaultMessage("Sets the Data Source key identifier for the value to import from the attached Data Source. An example is the tag of the TinyDB component, which identifies the value. The property is a Designer-only property, and should be changed after setting the Source component of the Chart Data component. A complete list of applicable values for each compatible source is as follows: * For TinyDB and CloudDB, this is the tag value. * For the AccelerometerSensor, the value should be one of the following: X Y or Z * For the GyroscopeSensor, the value should be one of the following: X Y or Z * For the LocationSensor, the value should be one of the following: latitude, longitude, altitude or speed * For the OrientationSensor, the value should be one of the following: pitch, azimuth or roll * For the Pedometer, the value should be one of the following: WalkSteps, SimpleSteps or Distance * For the ProximitySensor, the value should be distance. * For the BluetoothClient, the value represents the prefix to remove from the value. For instance, if values come in the format \"t:12\", the prefix can be specified as \"t:\", and the prefix will then be removed from the data. No value can be specified if purely numerical values are returned.")
  @Description("")
  String DataSourceKeyPropertyDescriptions();

  @DefaultMessage("Returns the MIME type to pass to the activity.")
  @Description("")
  String DataTypePropertyDescriptions();

  @DefaultMessage("Returns the data URI that will be used to start the activity.")
  @Description("")
  String DataUriPropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String DatePicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap DatePicker to cause action.")
  @Description("")
  String DatePicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, DatePicker text is displayed in bold.")
  @Description("")
  String DatePicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, DatePicker text is displayed in italics.")
  @Description("")
  String DatePicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for DatePicker text.")
  @Description("")
  String DatePicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for DatePicker text.")
  @Description("")
  String DatePicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the DatePicker as a percentage of the height of the Screen.")
  @Description("")
  String DatePicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the DatePicker, measured in pixels.")
  @Description("")
  String DatePicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String DatePicker__ImagePropertyDescriptions();

  @DefaultMessage("the instant of the date that was last picked using the DatePicker.")
  @Description("")
  String DatePicker__InstantPropertyDescriptions();

  @DefaultMessage("Returns the style of the `DatePicker`.")
  @Description("")
  String DatePicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a DatePicker that has an image as background.")
  @Description("")
  String DatePicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String DatePicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String DatePicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on DatePicker.")
  @Description("")
  String DatePicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the DatePicker should be visible on the screen. Value is true if the DatePicker is showing and false if hidden.")
  @Description("")
  String DatePicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the DatePicker as a percentage of the width of the Screen.")
  @Description("")
  String DatePicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the DatePicker, measured in pixels.")
  @Description("")
  String DatePicker__WidthPropertyDescriptions();

  @DefaultMessage("the Day of the month that was last picked using the DatePicker.")
  @Description("")
  String DayPropertyDescriptions();

  @DefaultMessage("Specifies the default scope used when components access files. Note that the <a href=\"/reference/components/storage.html#File\" target=\"_blank\">File</a> component has its own property for controlling file scopes.")
  @Description("")
  String DefaultFileScopePropertyDescriptions();

  @DefaultMessage("The Default Redis Server to use.")
  @Description("")
  String DefaultRedisServerPropertyDescriptions();

  @DefaultMessage("Specifies the default scope for files accessed using the File component. The App scope should work for most apps. Legacy mode can be used for apps that predate the newer constraints in Android on app file access.")
  @Description("")
  String DefaultScopePropertyDescriptions();

  @DefaultMessage("Property for DefaultURL")
  @Description("")
  String DefaultURLPropertyDescriptions();

  @DefaultMessage("Sets the delimiter byte to use when passing a negative number for the numberOfBytes parameter when calling ReceiveText, ReceiveSignedBytes, or ReceiveUnsignedBytes. Those functions will continue to read bytes until they encounter the value specified here. The default delimiter is 0, the null byte.")
  @Description("")
  String DelimiterBytePropertyDescriptions();

  @DefaultMessage("Whether the sensor should detect color or light. True indicates that the sensor should detect color; False indicates that the sensor should detect light. If the DetectColor property is set to True, the BelowRange, WithinRange, and AboveRange events will not occur and the sensor will not generate color. If the DetectColor property is set to False, the ColorChanged event will not occur.")
  @Description("")
  String DetectColorPropertyDescriptions();

  @DefaultMessage("Specifies the unique developer path of the Firebase.")
  @Description("")
  String DeveloperBucketPropertyDescriptions();

  @DefaultMessage("This property contains a list of the most recent messages mentioning the logged-in user. Initially, the list is empty. To set it, the program must: <ol> <li> Call the <code>Authorize</code> method.</li> <li> Wait for the <code>Authorized</code> event.</li> <li> Call the <code>RequestDirectMessages</code> method.</li> <li> Wait for the <code>DirectMessagesReceived</code> event.</li></ol>The value of this property will then be set to the list of direct messages retrieved (and maintain that value until any subsequent call to <code>RequestDirectMessages</code>).")
  @Description("")
  String DirectMessagesPropertyDescriptions();

  @DefaultMessage("Disconnects BluetoothClient automatically when an error occurs.")
  @Description("")
  String DisconnectOnErrorPropertyDescriptions();

  @DefaultMessage("Determines the minimum distance interval, in meters, that the sensor will try to use for sending out location updates. For example, if this is set to 5, then the sensor will fire a LocationChanged event only after 5 meters have been traversed. However, the sensor does not guarantee that an update will be received at exactly the distance interval. It may take more than 5 meters to fire an event, for instance.")
  @Description("")
  String DistanceIntervalPropertyDescriptions();

  @DefaultMessage("The color of the list view divider.")
  @Description("")
  String DividerColorPropertyDescriptions();

  @DefaultMessage("The thickness of the element divider in the list view. If the thickness is 0, the divider is not visible.")
  @Description("")
  String DividerThicknessPropertyDescriptions();

  @DefaultMessage("The motor ports that are used for driving: the left wheel''s motor port followed by the right wheel''s motor port.")
  @Description("")
  String DriveMotorsPropertyDescriptions();

  @DefaultMessage("The east edge of the rectangle, in decimal degrees east of the prime meridian.")
  @Description("")
  String EastLongitudePropertyDescriptions();

  @DefaultMessage("Time elapsed in milliseconds since the pedometer was started.")
  @Description("")
  String ElapsedTimePropertyDescriptions();

  @DefaultMessage("The color of the listview background.")
  @Description("")
  String ElementColorPropertyDescriptions();

  @DefaultMessage("The radius of the rounded corners of a list view element.")
  @Description("")
  String ElementCornerRadiusPropertyDescriptions();

  @DefaultMessage("The margins width of the list view element. If margins width > 0, then the divider is not displayed.")
  @Description("")
  String ElementMarginsWidthPropertyDescriptions();

  @DefaultMessage("Comma separated list of Elements to use for the data series. Values are formatted as follows: x1,y1,x2,y2,x3,y3. Values are taken in pairs, and an entry is formed from the x and y values.")
  @Description("")
  String ElementsFromPairsPropertyDescriptions();

  @DefaultMessage("Returns a list of email addresses associated with the selected contact.")
  @Description("")
  String EmailAddressListPropertyDescriptions();

  @DefaultMessage("Returns the primary email address of the selected contact, or the empty string if an email address is unavailable.")
  @Description("")
  String EmailAddressPropertyDescriptions();

  @DefaultMessage("The background color of the input box. You can choose a color by name in the Designer or in the Blocks Editor. The default background color is ''default'' (shaded 3-D look).")
  @Description("")
  String EmailPicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Whether the user can enter text into the EmailPicker. By default, this is true.")
  @Description("")
  String EmailPicker__EnabledPropertyDescriptions();

  @DefaultMessage("Whether the font for the text should be bold. By default, it is not.")
  @Description("")
  String EmailPicker__FontBoldPropertyDescriptions();

  @DefaultMessage("Whether the text should appear in italics. By default, it does not.")
  @Description("")
  String EmailPicker__FontItalicPropertyDescriptions();

  @DefaultMessage("The font size for the text. By default, it is 14.0 points.")
  @Description("")
  String EmailPicker__FontSizePropertyDescriptions();

  @DefaultMessage("The font for the text. The value can be changed in the Designer.")
  @Description("")
  String EmailPicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the EmailPicker as a percentage of the height of the Screen.")
  @Description("")
  String EmailPicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the EmailPicker, measured in pixels.")
  @Description("")
  String EmailPicker__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the color of the hint of the EmailPicker.")
  @Description("")
  String EmailPicker__HintColorPropertyDescriptions();

  @DefaultMessage("Text that should appear faintly in the EmailPicker to provide a hint as to what the user should enter. This can only be seen if the Text property is empty.")
  @Description("")
  String EmailPicker__HintPropertyDescriptions();

  @DefaultMessage("Whether the text should be left justified, centered, or right justified. By default, text is left justified.")
  @Description("")
  String EmailPicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("The color for the text. You can choose a color by name in the Designer or in the Blocks Editor. The default text color is black.")
  @Description("")
  String EmailPicker__TextColorPropertyDescriptions();

  @DefaultMessage("Returns the textbox contents.")
  @Description("")
  String EmailPicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the EmailPicker should be visible on the screen. Value is true if the EmailPicker is showing and false if hidden.")
  @Description("")
  String EmailPicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the EmailPicker as a percentage of the width of the Screen.")
  @Description("")
  String EmailPicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the EmailPicker, measured in pixels.")
  @Description("")
  String EmailPicker__WidthPropertyDescriptions();

  @DefaultMessage("Enable two-finger panning of the Map")
  @Description("")
  String EnablePanPropertyDescriptions();

  @DefaultMessage("Enable rotating the map based on the user''s orientation.")
  @Description("")
  String EnableRotationPropertyDescriptions();

  @DefaultMessage("Specifies whether to keep motor rotation at constant speed.")
  @Description("")
  String EnableSpeedRegulationPropertyDescriptions();

  @DefaultMessage("Set whether the user can zoom the map using touch gestures. This value does not affect whether the user can zoom using the zoom controls provided by <a href=\"#Map.ShowZoom\">ShowZoom</a>.")
  @Description("")
  String EnableZoomPropertyDescriptions();

  @DefaultMessage("The latitude of the end location.")
  @Description("")
  String EndLatitudePropertyDescriptions();

  @DefaultMessage("Set the end location.")
  @Description("")
  String EndLocationPropertyDescriptions();

  @DefaultMessage("The longitude of the end location.")
  @Description("")
  String EndLongitudePropertyDescriptions();

  @DefaultMessage("Whether the AboveRange event should fire when the light level goes above the TopOfRange.")
  @Description("")
  String Ev3ColorSensor__AboveRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the BelowRange event should fire when the light level goes below the BottomOfRange.")
  @Description("")
  String Ev3ColorSensor__BelowRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the ColorChanged event should fire when the Mode property is set to \"color\" and the detected color changes.")
  @Description("")
  String Ev3ColorSensor__ColorChangedEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the WithinRange event should fire when the light level goes between the BottomOfRange and the TopOfRange.")
  @Description("")
  String Ev3ColorSensor__WithinRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether to stop the motor before disconnecting.")
  @Description("")
  String Ev3Motors__StopBeforeDisconnectPropertyDescriptions();

  @DefaultMessage("Specifies the diameter of the wheels attached on motors.")
  @Description("")
  String Ev3Motors__WheelDiameterPropertyDescriptions();

  @DefaultMessage("Specifies whether the Pressed event should fire when the touch sensor is pressed.")
  @Description("")
  String Ev3TouchSensor__PressedEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the AboveRange event should fire when the distance goes above the TopOfRange.")
  @Description("")
  String Ev3UltrasonicSensor__AboveRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the BelowRange event should fire when the distance goes below the BottomOfRange.")
  @Description("")
  String Ev3UltrasonicSensor__BelowRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the WithinRange event should fire when the distance goes between the BottomOfRange and the TopOfRange.")
  @Description("")
  String Ev3UltrasonicSensor__WithinRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("The base of the exponential term in the equation y = a*b^x.")
  @Description("")
  String ExponentialBasePropertyDescriptions();

  @DefaultMessage("The coefficient of the exponential term in the equation y = a*b^x.")
  @Description("")
  String ExponentialCoefficientPropertyDescriptions();

  @DefaultMessage("Determines whether moves can extend beyond the canvas borders. Default is false. This should normally be false, and the property is provided for backwards compatibility.")
  @Description("")
  String ExtendMovesOutsideCanvasPropertyDescriptions();

  @DefaultMessage("Whether to extend the line of best fit beyond the data.")
  @Description("")
  String ExtendPropertyDescriptions();

  @DefaultMessage("Returns the extra key that will be passed to the activity.DEPRECATED: New code should use Extras property instead.")
  @Description("")
  String ExtraKeyPropertyDescriptions();

  @DefaultMessage("Returns the extra value that will be passed to the activity.DEPRECATED: New code should use Extras property instead.")
  @Description("")
  String ExtraValuePropertyDescriptions();

  @DefaultMessage("Specifies the list of key-value pairs that will be passed as extra data to the activity.")
  @Description("")
  String ExtrasPropertyDescriptions();

  @DefaultMessage("The list of features placed on this FeatureCollection. This list also includes any features created by calls to FeatureFromDescription")
  @Description("")
  String FeatureCollection__FeaturesPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the FeatureCollection as a percentage of the height of the Screen.")
  @Description("")
  String FeatureCollection__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the FeatureCollection, measured in pixels.")
  @Description("")
  String FeatureCollection__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the source URL used to populate the feature collection. If the feature collection was not loaded from a URL, this will be the empty string.")
  @Description("")
  String FeatureCollection__SourcePropertyDescriptions();

  @DefaultMessage("Specifies whether the FeatureCollection should be visible on the screen. Value is true if the FeatureCollection is showing and false if hidden.")
  @Description("")
  String FeatureCollection__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the FeatureCollection as a percentage of the width of the Screen.")
  @Description("")
  String FeatureCollection__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the FeatureCollection, measured in pixels.")
  @Description("")
  String FeatureCollection__WidthPropertyDescriptions();

  @DefaultMessage("Loads a collection of features from the given string. If the string is not valid GeoJSON, the ErrorLoadingFeatureCollection error will be run with url = <string>.")
  @Description("")
  String FeaturesFromGeoJSONPropertyDescriptions();

  @DefaultMessage("Sets the desired action for the FilePicker. One of: - Pick Existing File: Open an existing file - Pick Directory: Open an existing directory - Pick New File: Create a new file for saving")
  @Description("")
  String FilePicker__ActionPropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String FilePicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap FilePicker to cause action.")
  @Description("")
  String FilePicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, FilePicker text is displayed in bold.")
  @Description("")
  String FilePicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, FilePicker text is displayed in italics.")
  @Description("")
  String FilePicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for FilePicker text.")
  @Description("")
  String FilePicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for FilePicker text.")
  @Description("")
  String FilePicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the FilePicker as a percentage of the height of the Screen.")
  @Description("")
  String FilePicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the FilePicker, measured in pixels.")
  @Description("")
  String FilePicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String FilePicker__ImagePropertyDescriptions();

  @DefaultMessage("Returns the selected file, possibly as a content URI.")
  @Description("")
  String FilePicker__SelectionPropertyDescriptions();

  @DefaultMessage("Returns the style of the `FilePicker`.")
  @Description("")
  String FilePicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a FilePicker that has an image as background.")
  @Description("")
  String FilePicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String FilePicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String FilePicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on FilePicker.")
  @Description("")
  String FilePicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the FilePicker should be visible on the screen. Value is true if the FilePicker is showing and false if hidden.")
  @Description("")
  String FilePicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the FilePicker as a percentage of the width of the Screen.")
  @Description("")
  String FilePicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the FilePicker, measured in pixels.")
  @Description("")
  String FilePicker__WidthPropertyDescriptions();

  @DefaultMessage("Allows app to access files from the root of the external storage directory (legacy mode).")
  @Description("")
  String File__LegacyModePropertyDescriptions();

  @DefaultMessage("The opacity of the interior of the map feature.")
  @Description("")
  String FillOpacityPropertyDescriptions();

  @DefaultMessage("Specifies the token for the default Firebase.")
  @Description("")
  String FirebaseTokenPropertyDescriptions();

  @DefaultMessage("Gets the URL for this FirebaseDB.")
  @Description("")
  String FirebaseURLPropertyDescriptions();

  @DefaultMessage("Determines whether to follow links when they are tapped in the WebViewer. If you follow links, you can use GoBack and GoForward to navigate the browser history.")
  @Description("")
  String FollowLinksPropertyDescriptions();

  @DefaultMessage("This property contains a list of the followers of the logged-in user. Initially, the list is empty. To set it, the program must: <ol> <li> Call the <code>Authorize</code> method.</li> <li> Wait for the <code>IsAuthorized</code> event.</li> <li> Call the <code>RequestFollowers</code> method.</li> <li> Wait for the <code>FollowersReceived</code> event.</li></ol>The value of this property will then be set to the list of followers (and maintain its value until any subsequent call to <code>RequestFollowers</code>).")
  @Description("")
  String FollowersPropertyDescriptions();

  @DefaultMessage("The font size of the detail text.")
  @Description("")
  String FontSizeDetailPropertyDescriptions();

  @DefaultMessage("Returns the label''s text''s font face as default, serif, sans serif, or monospace.")
  @Description("")
  String FontTypefaceDetailPropertyDescriptions();

  @DefaultMessage("This property contains the 20 most recent messages of users being followed. Initially, the list is empty. To set it, the program must: <ol> <li> Call the <code>Authorize</code> method.</li> <li> Wait for the <code>IsAuthorized</code> event.</li> <li> Specify users to follow with one or more calls to the <code>Follow</code> method.</li> <li> Call the <code>RequestFriendTimeline</code> method.</li> <li> Wait for the <code>FriendTimelineReceived</code> event.</li> </ol>The value of this property will then be set to the list of messages (and maintain its value until any subsequent call to <code>RequestFriendTimeline</code>.")
  @Description("")
  String FriendTimelinePropertyDescriptions();

  @DefaultMessage("Returns whether the VideoPlayer''s video is currently being shown in fullscreen mode or not.")
  @Description("")
  String FullScreenPropertyDescriptions();

  @DefaultMessage("Setter for the app developer''s API key.")
  @Description("")
  String FusiontablesControl__ApiKeyPropertyDescriptions();

  @DefaultMessage("Set the URL of the game server.")
  @Description("")
  String GameClient__ServiceURLPropertyDescriptions();

  @DefaultMessage("The email address that is being used as the player id for this game client. At present, users must set this manually in oder to join a game. But this property will change in the future so that is set automatically, and users will not be able to change it.")
  @Description("")
  String GameClient__UserEmailAddressPropertyDescriptions();

  @DefaultMessage("The game name for this application. The same game ID can have one or more game instances.")
  @Description("")
  String GameIdPropertyDescriptions();

  @DefaultMessage("The color that should generated by the sensor. Only None, Red, Green, or Blue are valid values. The sensor will not generate color when the DetectColor property is set to True.")
  @Description("")
  String GenerateColorPropertyDescriptions();

  @DefaultMessage("Whether the light sensor should generate light.")
  @Description("")
  String GenerateLightPropertyDescriptions();

  @DefaultMessage("If true, then SendMessage will attempt to send messages over Wifi using Google Voice. This requires that the Google Voice app must be installed and set up on the phone or tablet, with a Google Voice account. If GoogleVoiceEnabled is false, the device must have phone and texting service in order to send or receive messages with this component.")
  @Description("")
  String GoogleVoiceEnabledPropertyDescriptions();

  @DefaultMessage("Returns a boolean indicating whether the grid is enabled on the Chart.")
  @Description("")
  String GridEnabledPropertyDescriptions();

  @DefaultMessage("Indicates whether a gyroscope sensor is available.")
  @Description("")
  String GyroscopeSensor__AvailablePropertyDescriptions();

  @DefaultMessage("Enabled property getter method.")
  @Description("")
  String GyroscopeSensor__EnabledPropertyDescriptions();

  @DefaultMessage("Returns the content of the Label as HTML. This is only useful if the HTMLFormat property is true.")
  @Description("")
  String HTMLContentPropertyDescriptions();

  @DefaultMessage("If true, then this label will show html text else it will show plain text. Note: Not all HTML is supported.")
  @Description("")
  String HTMLFormatPropertyDescriptions();

  @DefaultMessage("If `true")
  @Description("")
  String HasAccuracyPropertyDescriptions();

  @DefaultMessage("If `true")
  @Description("")
  String HasAltitudePropertyDescriptions();

  @DefaultMessage("If `true")
  @Description("")
  String HasLongitudeLatitudePropertyDescriptions();

  @DefaultMessage("Reports whether or not the label appears with margins. All four margins (left, right, top, bottom) are the same. This property has no effect in the designer, where labels are always shown with margins.")
  @Description("")
  String HasMarginsPropertyDescriptions();

  @DefaultMessage("Returns `true")
  @Description("")
  String HighByteFirstPropertyDescriptions();

  @DefaultMessage("When checked, we will use high contrast mode")
  @Description("")
  String HighContrastPropertyDescriptions();

  @DefaultMessage("Sets hint on the filter bar.")
  @Description("")
  String HintTextPropertyDescriptions();

  @DefaultMessage("Constructs holes in a polygon from a given list of coordinates per hole.")
  @Description("")
  String HolePointsFromStringPropertyDescriptions();

  @DefaultMessage("Specifies the points of any holes in the `Polygon`. The `HolePoints` property is a list of lists, with each sublist containing `(latitude, longitude)` points representing a hole.")
  @Description("")
  String HolePointsPropertyDescriptions();

  @DefaultMessage("URL of the page the WebViewer should initially open to. Setting this will load the page.")
  @Description("")
  String HomeUrlPropertyDescriptions();

  @DefaultMessage("A number that encodes how contents of the HorizontalArrangement are aligned horizontally. The choices are: 1 = left aligned, 2 = right aligned, 3 = horizontally centered. Alignment has no effect if the arrangement''s width is automatic.")
  @Description("")
  String HorizontalArrangement__AlignHorizontalPropertyDescriptions();

  @DefaultMessage("A number that encodes how the contents of the HorizontalArrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Alignment has no effect if the arrangement''s height is automatic.")
  @Description("")
  String HorizontalArrangement__AlignVerticalPropertyDescriptions();

  @DefaultMessage("Returns the background color of the HorizontalArrangement")
  @Description("")
  String HorizontalArrangement__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the HorizontalArrangement as a percentage of the height of the Screen.")
  @Description("")
  String HorizontalArrangement__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the HorizontalArrangement, measured in pixels.")
  @Description("")
  String HorizontalArrangement__HeightPropertyDescriptions();

  @DefaultMessage("Returns the path of the background image of the `HorizontalArrangement`.")
  @Description("")
  String HorizontalArrangement__ImagePropertyDescriptions();

  @DefaultMessage("Specifies whether the HorizontalArrangement should be visible on the screen. Value is true if the HorizontalArrangement is showing and false if hidden.")
  @Description("")
  String HorizontalArrangement__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the HorizontalArrangement as a percentage of the width of the Screen.")
  @Description("")
  String HorizontalArrangement__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the HorizontalArrangement, measured in pixels.")
  @Description("")
  String HorizontalArrangement__WidthPropertyDescriptions();

  @DefaultMessage("A number that encodes how contents of the HorizontalScrollArrangement are aligned horizontally. The choices are: 1 = left aligned, 2 = right aligned, 3 = horizontally centered. Alignment has no effect if the arrangement''s width is automatic.")
  @Description("")
  String HorizontalScrollArrangement__AlignHorizontalPropertyDescriptions();

  @DefaultMessage("A number that encodes how the contents of the HorizontalScrollArrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Alignment has no effect if the arrangement''s height is automatic.")
  @Description("")
  String HorizontalScrollArrangement__AlignVerticalPropertyDescriptions();

  @DefaultMessage("Returns the background color of the HorizontalScrollArrangement")
  @Description("")
  String HorizontalScrollArrangement__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the HorizontalScrollArrangement as a percentage of the height of the Screen.")
  @Description("")
  String HorizontalScrollArrangement__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the HorizontalScrollArrangement, measured in pixels.")
  @Description("")
  String HorizontalScrollArrangement__HeightPropertyDescriptions();

  @DefaultMessage("Returns the path of the background image of the `HorizontalScrollArrangement`.")
  @Description("")
  String HorizontalScrollArrangement__ImagePropertyDescriptions();

  @DefaultMessage("Specifies whether the HorizontalScrollArrangement should be visible on the screen. Value is true if the HorizontalScrollArrangement is showing and false if hidden.")
  @Description("")
  String HorizontalScrollArrangement__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the HorizontalScrollArrangement as a percentage of the width of the Screen.")
  @Description("")
  String HorizontalScrollArrangement__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the HorizontalScrollArrangement, measured in pixels.")
  @Description("")
  String HorizontalScrollArrangement__WidthPropertyDescriptions();

  @DefaultMessage("The hour of the last time set using the time picker. The hour is in a 24 hour format. If the last time set was 11:53 pm, this property will return 23.")
  @Description("")
  String HourPropertyDescriptions();

  @DefaultMessage("The relative ambient humidity as a percentage, if the sensor is available and enabled.")
  @Description("")
  String HumidityPropertyDescriptions();

  @DefaultMessage("Specifies whether or not the device has the hardware to support the Hygrometer component.")
  @Description("")
  String Hygrometer__AvailablePropertyDescriptions();

  @DefaultMessage("If enabled, then device will listen for changes.")
  @Description("")
  String Hygrometer__EnabledPropertyDescriptions();

  @DefaultMessage("The image used for your App''s display icon should be a square png or jpeg image with dimensions up to 1024x1024 pixels. Larger images may cause compiling or installing the app to fail. The build server will generate images of standard dimensions for Android devices.")
  @Description("")
  String IconPropertyDescriptions();

  @DefaultMessage("Determine whether or not to ignore SSL errors. Set to true to ignore errors. Use this to accept self signed certificates from websites.")
  @Description("")
  String IgnoreSslErrorsPropertyDescriptions();

  @DefaultMessage("Specifies the image shown for the `Marker`. If set to the empty string \"\", then the default marker icon will be used.")
  @Description("")
  String ImageAssetPropertyDescriptions();

  @DefaultMessage("Specifies the ApiKey used to authenticate with the ImageBot.")
  @Description("")
  String ImageBot__ApiKeyPropertyDescriptions();

  @DefaultMessage("The MIT Access token to use. MIT App Inventor will automatically fill this value in. You should not need to change it.")
  @Description("")
  String ImageBot__TokenPropertyDescriptions();

  @DefaultMessage("Image height of ListView elements.")
  @Description("")
  String ImageHeightPropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String ImagePicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap ImagePicker to cause action.")
  @Description("")
  String ImagePicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, ImagePicker text is displayed in bold.")
  @Description("")
  String ImagePicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, ImagePicker text is displayed in italics.")
  @Description("")
  String ImagePicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for ImagePicker text.")
  @Description("")
  String ImagePicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for ImagePicker text.")
  @Description("")
  String ImagePicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ImagePicker as a percentage of the height of the Screen.")
  @Description("")
  String ImagePicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ImagePicker, measured in pixels.")
  @Description("")
  String ImagePicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String ImagePicker__ImagePropertyDescriptions();

  @DefaultMessage("Path to the file containing the image that was selected.")
  @Description("")
  String ImagePicker__SelectionPropertyDescriptions();

  @DefaultMessage("Returns the style of the `ImagePicker`.")
  @Description("")
  String ImagePicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a ImagePicker that has an image as background.")
  @Description("")
  String ImagePicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String ImagePicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String ImagePicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on ImagePicker.")
  @Description("")
  String ImagePicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the ImagePicker should be visible on the screen. Value is true if the ImagePicker is showing and false if hidden.")
  @Description("")
  String ImagePicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ImagePicker as a percentage of the width of the Screen.")
  @Description("")
  String ImagePicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ImagePicker, measured in pixels.")
  @Description("")
  String ImagePicker__WidthPropertyDescriptions();

  @DefaultMessage("Controls whether the ImageSprite moves and can be interacted with through collisions, dragging, touching, and flinging.")
  @Description("")
  String ImageSprite__EnabledPropertyDescriptions();

  @DefaultMessage("Returns the ImageSprite''s heading in degrees above the positive x-axis. Zero degrees is toward the right of the screen; 90 degrees is toward the top of the screen.")
  @Description("")
  String ImageSprite__HeadingPropertyDescriptions();

  @DefaultMessage("The height of the ImageSprite in pixels.")
  @Description("")
  String ImageSprite__HeightPropertyDescriptions();

  @DefaultMessage("The interval in milliseconds at which the ImageSprite''s position is updated. For example, if the interval is 50 and the speed is 10, then every 50 milliseconds the sprite will move 10 pixels in the heading direction.")
  @Description("")
  String ImageSprite__IntervalPropertyDescriptions();

  @DefaultMessage("The picture that determines the ImageSprite''s appearance.")
  @Description("")
  String ImageSprite__PicturePropertyDescriptions();

  @DefaultMessage("The number of pixels that the ImageSprite should move every interval, if enabled.")
  @Description("")
  String ImageSprite__SpeedPropertyDescriptions();

  @DefaultMessage("Whether the ImageSprite is visible.")
  @Description("")
  String ImageSprite__VisiblePropertyDescriptions();

  @DefaultMessage("The width of the ImageSprite in pixels.")
  @Description("")
  String ImageSprite__WidthPropertyDescriptions();

  @DefaultMessage("The horizontal coordinate of the origin of the ImageSprite, increasing as the ImageSprite moves right.")
  @Description("")
  String ImageSprite__XPropertyDescriptions();

  @DefaultMessage("The vertical coordinate of the origin of the ImageSprite, increasing as the ImageSprite moves down.")
  @Description("")
  String ImageSprite__YPropertyDescriptions();

  @DefaultMessage("How the `ImageSprite` should be layered relative to other")
  @Description("")
  String ImageSprite__ZPropertyDescriptions();

  @DefaultMessage("Image width of ListView elements.")
  @Description("")
  String ImageWidthPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Image as a percentage of the height of the Screen.")
  @Description("")
  String Image__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Image, measured in pixels.")
  @Description("")
  String Image__HeightPropertyDescriptions();

  @DefaultMessage("Returns the path of the image''s picture.")
  @Description("")
  String Image__PicturePropertyDescriptions();

  @DefaultMessage("Specifies whether the Image should be visible on the screen. Value is true if the Image is showing and false if hidden.")
  @Description("")
  String Image__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Image as a percentage of the width of the Screen.")
  @Description("")
  String Image__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Image, measured in pixels.")
  @Description("")
  String Image__WidthPropertyDescriptions();

  @DefaultMessage("Change the indeterminate color of the progress bar.")
  @Description("")
  String IndeterminateColorPropertyDescriptions();

  @DefaultMessage("Change the indeterminate mode for this progress bar. In indeterminate mode, the progress is ignored and the progress bar shows an infinite animation instead.")
  @Description("")
  String IndeterminatePropertyDescriptions();

  @DefaultMessage("The game instance id. Taken together,the game ID and the instance ID uniquely identify the game.")
  @Description("")
  String InstanceIdPropertyDescriptions();

  @DefaultMessage("Specifies whether the mask used for editing should have its alpha channel inverted.")
  @Description("")
  String InvertMaskPropertyDescriptions();

  @DefaultMessage("The set of game instances to which this player has been invited but has not yet joined. To ensure current values are returned, first invoke GetInstanceLists.")
  @Description("")
  String InvitedInstancesPropertyDescriptions();

  @DefaultMessage("Returns true if this BluetoothServer component is accepting an incoming connection.")
  @Description("")
  String IsAcceptingPropertyDescriptions();

  @DefaultMessage("On devices with API level 14 (LEVEL_ICE_CREAM_SANDWICH) or higher, this property returned is accurate. But on old devices with API level lower than 14, it may not return the current state of connection(e.g., it might be disconnected but you may not know until you attempt to read/write the socket.")
  @Description("")
  String IsConnectedPropertyDescriptions();

  @DefaultMessage("Returns true when the Serial has been initialized.")
  @Description("")
  String IsInitializedPropertyDescriptions();

  @DefaultMessage("Returns true when the Serial connection is open.")
  @Description("")
  String IsOpenPropertyDescriptions();

  @DefaultMessage("Reports whether the media is playing")
  @Description("")
  String IsPlayingPropertyDescriptions();

  @DefaultMessage("The background color of the ListPicker items.")
  @Description("")
  String ItemBackgroundColorPropertyDescriptions();

  @DefaultMessage("The text color of the ListPicker items.")
  @Description("")
  String ItemTextColorPropertyDescriptions();

  @DefaultMessage("The set of game instances in which this player is participating. To ensure current values are returned, first invoke GetInstanceLists.")
  @Description("")
  String JoinedInstancesPropertyDescriptions();

  @DefaultMessage("Returns value of keepRunningWhenOnPause.")
  @Description("")
  String KeepRunningWhenOnPausePropertyDescriptions();

  @DefaultMessage("Specifies the path of the private key file. This key file is used to get access to the FusionTables API.")
  @Description("")
  String KeyFilePropertyDescriptions();

  @DefaultMessage("Returns the label text of the data series.")
  @Description("")
  String LabelPropertyDescriptions();

  @DefaultMessage("Returns the label''s background color as an alpha-red-green-blue integer.")
  @Description("")
  String Label__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Returns true if the label''s text should be bold. If bold has been requested, this property will return true, even if the font does not support bold.")
  @Description("")
  String Label__FontBoldPropertyDescriptions();

  @DefaultMessage("Returns true if the label''s text should be italic. If italic has been requested, this property will return true, even if the font does not support italic.")
  @Description("")
  String Label__FontItalicPropertyDescriptions();

  @DefaultMessage("Returns the label''s text''s font size, measured in sp(scale-independent pixels).")
  @Description("")
  String Label__FontSizePropertyDescriptions();

  @DefaultMessage("Returns the label''s text''s font face as default, serif, sans serif, or monospace.")
  @Description("")
  String Label__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Label as a percentage of the height of the Screen.")
  @Description("")
  String Label__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Label, measured in pixels.")
  @Description("")
  String Label__HeightPropertyDescriptions();

  @DefaultMessage("Returns the alignment of the label''s text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).")
  @Description("")
  String Label__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Returns the label''s text color as an alpha-red-green-blue integer.")
  @Description("")
  String Label__TextColorPropertyDescriptions();

  @DefaultMessage("Returns the text displayed by the label.")
  @Description("")
  String Label__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the Label should be visible on the screen. Value is true if the Label is showing and false if hidden.")
  @Description("")
  String Label__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Label as a percentage of the width of the Screen.")
  @Description("")
  String Label__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Label, measured in pixels.")
  @Description("")
  String Label__WidthPropertyDescriptions();

  @DefaultMessage("Specifies the labels to set to the Chart''s X Axis, provided the current view is a Chart with an X Axis. The labels are specified as a single comma-separated values String (meaning each value is separated by a comma). See")
  @Description("")
  String LabelsFromStringPropertyDescriptions();

  @DefaultMessage("Returns a List of Labels set to the X Axis.")
  @Description("")
  String LabelsPropertyDescriptions();

  @DefaultMessage("Returns the content of the most recently received tag.")
  @Description("")
  String LastMessagePropertyDescriptions();

  @DefaultMessage("The game''s leader. At any time, each game instance has only one leader, but the leader may change with time. Initially, the leader is the game instance creator. Application writers determine special properties of the leader. The leader value is updated each time a successful communication is made with the server.")
  @Description("")
  String LeaderPropertyDescriptions();

  @DefaultMessage("Specifies the position of the Left edge of the component relative to an AbsoluteArrangement.")
  @Description("")
  String LeftPropertyDescriptions();

  @DefaultMessage("Returns a boolean indicating whether the legend is enabled on the Chart.")
  @Description("")
  String LegendEnabledPropertyDescriptions();

  @DefaultMessage("Specifies whether or not the device has the hardware to support the LightSensor component.")
  @Description("")
  String LightSensor__AvailablePropertyDescriptions();

  @DefaultMessage("If enabled, then device will listen for changes.")
  @Description("")
  String LightSensor__EnabledPropertyDescriptions();

  @DefaultMessage("The description displayed in the info window that appears when the user clicks on the LineString.")
  @Description("")
  String LineString__DescriptionPropertyDescriptions();

  @DefaultMessage("The Draggable property is used to set whether or not the user can drag the LineString by long-pressing and then dragging the LineString to a new location.")
  @Description("")
  String LineString__DraggablePropertyDescriptions();

  @DefaultMessage("Enable or disable the infobox window display when the user taps the LineString.")
  @Description("")
  String LineString__EnableInfoboxPropertyDescriptions();

  @DefaultMessage("Set the points of the LineString from a specially-coded character string of the form: [[latitude1, longitude1], [latitude2, longitude2], ...]")
  @Description("")
  String LineString__PointsFromStringPropertyDescriptions();

  @DefaultMessage("The list of points, as pairs of latitudes and longitudes, in the `LineString`.")
  @Description("")
  String LineString__PointsPropertyDescriptions();

  @DefaultMessage("The paint color used to outline the LineString.")
  @Description("")
  String LineString__StrokeColorPropertyDescriptions();

  @DefaultMessage("Sets or gets the width of the stroke used to outline the `LineString`.")
  @Description("")
  String LineString__StrokeWidthPropertyDescriptions();

  @DefaultMessage("The title displayed in the info window that appears when the user clicks on the LineString.")
  @Description("")
  String LineString__TitlePropertyDescriptions();

  @DefaultMessage("Returns the type of the map feature. For LineString, this returns MapFeature.LineString (\"LineString\").")
  @Description("")
  String LineString__TypePropertyDescriptions();

  @DefaultMessage("Specifies whether the LineString should be visible on the screen. Value is true if the component is showing and false if hidden.")
  @Description("")
  String LineString__VisiblePropertyDescriptions();

  @DefaultMessage("Changes the Line Type of the Data Series, provided that the Data component is attached to a Chart that has the type set to a line-based Chart(applies to area and line Chart types). Valid types include linear, curved or stepped.")
  @Description("")
  String LineTypePropertyDescriptions();

  @DefaultMessage("The width of lines drawn on the canvas.")
  @Description("")
  String LineWidthPropertyDescriptions();

  @DefaultMessage("The coefficient of the linear term in the trendline.")
  @Description("")
  String LinearCoefficientPropertyDescriptions();

  @DefaultMessage("Specifies whether the LinearProgress should be visible on the screen. Value is true if the LinearProgress is showing and false if hidden.")
  @Description("")
  String LinearProgress__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the LinearProgress as a percentage of the width of the Screen.")
  @Description("")
  String LinearProgress__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the LinearProgress, measured in pixels.")
  @Description("")
  String LinearProgress__WidthPropertyDescriptions();

  @DefaultMessage("Returns the data to be displayed in the ListView as a JsonString. Designer only property.")
  @Description("")
  String ListDataPropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String ListPicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Set the list of choices from a string of comma-separated values.")
  @Description("")
  String ListPicker__ElementsFromStringPropertyDescriptions();

  @DefaultMessage("Specifies the list of choices to display.")
  @Description("")
  String ListPicker__ElementsPropertyDescriptions();

  @DefaultMessage("If set, user can tap ListPicker to cause action.")
  @Description("")
  String ListPicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, ListPicker text is displayed in bold.")
  @Description("")
  String ListPicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, ListPicker text is displayed in italics.")
  @Description("")
  String ListPicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for ListPicker text.")
  @Description("")
  String ListPicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for ListPicker text.")
  @Description("")
  String ListPicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ListPicker as a percentage of the height of the Screen.")
  @Description("")
  String ListPicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ListPicker, measured in pixels.")
  @Description("")
  String ListPicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String ListPicker__ImagePropertyDescriptions();

  @DefaultMessage("The index of the currently selected item, starting at 1. If no item is selected, the value will be 0. If an attempt is made to set this to a number less than 1 or greater than the number of items in the ListPicker, SelectionIndex will be set to 0, and Selection will be set to the empty text.")
  @Description("")
  String ListPicker__SelectionIndexPropertyDescriptions();

  @DefaultMessage("The selected item. When directly changed by the programmer, the SelectionIndex property is also changed to the first item in the ListPicker with the given value. If the value does not appear, SelectionIndex will be set to 0.")
  @Description("")
  String ListPicker__SelectionPropertyDescriptions();

  @DefaultMessage("Returns the style of the `ListPicker`.")
  @Description("")
  String ListPicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a ListPicker that has an image as background.")
  @Description("")
  String ListPicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Returns current state of ShowFilterBar indicating if Search Filter Bar will be displayed on ListPicker or not")
  @Description("")
  String ListPicker__ShowFilterBarPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String ListPicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String ListPicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on ListPicker.")
  @Description("")
  String ListPicker__TextPropertyDescriptions();

  @DefaultMessage("Optional title displayed at the top of the list of choices.")
  @Description("")
  String ListPicker__TitlePropertyDescriptions();

  @DefaultMessage("Specifies whether the ListPicker should be visible on the screen. Value is true if the ListPicker is showing and false if hidden.")
  @Description("")
  String ListPicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ListPicker as a percentage of the width of the Screen.")
  @Description("")
  String ListPicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ListPicker, measured in pixels.")
  @Description("")
  String ListPicker__WidthPropertyDescriptions();

  @DefaultMessage("Selecting the text and image layout in the ListView element.")
  @Description("")
  String ListViewLayoutPropertyDescriptions();

  @DefaultMessage("The color of the listview background.")
  @Description("")
  String ListView__BackgroundColorPropertyDescriptions();

  @DefaultMessage("The TextView elements specified as a string with the stringItems separated by commas such as: Cheese,Fruit,Bacon,Radish. Each word before the comma will be an element in the list.")
  @Description("")
  String ListView__ElementsFromStringPropertyDescriptions();

  @DefaultMessage("Specifies the list of choices to display.")
  @Description("")
  String ListView__ElementsPropertyDescriptions();

  @DefaultMessage("The font size of the main text.")
  @Description("")
  String ListView__FontSizePropertyDescriptions();

  @DefaultMessage("Returns the label''s text''s font face as default, serif, sans serif, or monospace.")
  @Description("")
  String ListView__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ListView as a percentage of the height of the Screen.")
  @Description("")
  String ListView__HeightPercentPropertyDescriptions();

  @DefaultMessage("Determines the height of the list on the view.")
  @Description("")
  String ListView__HeightPropertyDescriptions();

  @DefaultMessage("The index of the currently selected item, starting at 1. If no item is selected, the value will be 0. If an attempt is made to set this to a number less than 1 or greater than the number of stringItems in the ListView, SelectionIndex will be set to 0, and Selection will be set to the empty text.")
  @Description("")
  String ListView__SelectionIndexPropertyDescriptions();

  @DefaultMessage("The text value of the most recently selected item in the ListView.")
  @Description("")
  String ListView__SelectionPropertyDescriptions();

  @DefaultMessage("Sets visibility of the filter bar. `true")
  @Description("")
  String ListView__ShowFilterBarPropertyDescriptions();

  @DefaultMessage("The color of the main text of ListView elements.")
  @Description("")
  String ListView__TextColorPropertyDescriptions();

  @DefaultMessage("Specifies whether the ListView should be visible on the screen. Value is true if the ListView is showing and false if hidden.")
  @Description("")
  String ListView__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ListView as a percentage of the width of the Screen.")
  @Description("")
  String ListView__WidthPercentPropertyDescriptions();

  @DefaultMessage("Determines the width of the list on the view.")
  @Description("")
  String ListView__WidthPropertyDescriptions();

  @DefaultMessage("Setter for the loading dialog''s message.")
  @Description("")
  String LoadingDialogMessagePropertyDescriptions();

  @DefaultMessage("Uses the provided LocationSensor for user location data rather than the built-in location provider.")
  @Description("")
  String LocationSensorPropertyDescriptions();

  @DefaultMessage("Indicates whether the user has specified that the sensor should listen for location changes and raise the corresponding events.")
  @Description("")
  String LocationSensor__EnabledPropertyDescriptions();

  @DefaultMessage("The most recently available latitude value in degrees reported to 5 decimal places. If no value is available, 0 will be returned. Latitude is a value between 90 (north) and -90 (south), where 0 marks the Equator.")
  @Description("")
  String LocationSensor__LatitudePropertyDescriptions();

  @DefaultMessage("The most recent available longitude value in degrees reported to 5 decimal places. If no value is available, 0 will be returned. Longitude is a value between 180 (east) and -180 (west), where 0 marks the Prime Meridian.")
  @Description("")
  String LocationSensor__LongitudePropertyDescriptions();

  @DefaultMessage("The coefficient of the logarithmic term in the equation y = a + b*ln(x).")
  @Description("")
  String LogarithmCoefficientPropertyDescriptions();

  @DefaultMessage("The constant term in the logarithmic equation y = a + b*ln(x).")
  @Description("")
  String LogarithmConstantPropertyDescriptions();

  @DefaultMessage("If true, the player will loop when it plays. Setting Loop while the player is playing will affect the current playing.")
  @Description("")
  String LoopPropertyDescriptions();

  @DefaultMessage("The most recent light level, in lux, if the sensor is available and enabled.")
  @Description("")
  String LuxPropertyDescriptions();

  @DefaultMessage("Indicates that there is a magnetic field sensor in the device and it is available.")
  @Description("")
  String MagneticFieldSensor__AvailablePropertyDescriptions();

  @DefaultMessage("Indicates whether or not the magnetic field sensor is enabled and working.")
  @Description("")
  String MagneticFieldSensor__EnabledPropertyDescriptions();

  @DefaultMessage("Indicates the maximum range the magnetic sensor can reach.")
  @Description("")
  String MagneticFieldSensor__MaximumRangePropertyDescriptions();

  @DefaultMessage("Returns a number between 0 and 1 indicating how much the device is tilted. It gives the magnitude of the force that would be felt by a ball rolling on the surface of the device. For the angle of tilt, use")
  @Description("")
  String MagnitudePropertyDescriptions();

  @DefaultMessage("Set the type of map tile used for the base tile layer. Valid values are: 1. Roads 2. Aerial 3. Terrain 4. Custom")
  @Description("")
  String MapTypePropertyDescriptions();

  @DefaultMessage("The list of features placed on this Map. This list also includes any features created by calls to FeatureFromDescription")
  @Description("")
  String Map__FeaturesPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Map as a percentage of the height of the Screen.")
  @Description("")
  String Map__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Map, measured in pixels.")
  @Description("")
  String Map__HeightPropertyDescriptions();

  @DefaultMessage("The latitude of the center of the map.")
  @Description("")
  String Map__LatitudePropertyDescriptions();

  @DefaultMessage("The longitude of the center of the map.")
  @Description("")
  String Map__LongitudePropertyDescriptions();

  @DefaultMessage("Specifies whether the Map should be visible on the screen. Value is true if the Map is showing and false if hidden.")
  @Description("")
  String Map__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Map as a percentage of the width of the Screen.")
  @Description("")
  String Map__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Map, measured in pixels.")
  @Description("")
  String Map__WidthPropertyDescriptions();

  @DefaultMessage("Mark the origin of the image sprite using a draggable marker")
  @Description("")
  String MarkOriginPropertyDescriptions();

  @DefaultMessage("The description displayed in the info window that appears when the user clicks on the Marker.")
  @Description("")
  String Marker__DescriptionPropertyDescriptions();

  @DefaultMessage("The Draggable property is used to set whether or not the user can drag the Marker by long-pressing and then dragging the Marker to a new location.")
  @Description("")
  String Marker__DraggablePropertyDescriptions();

  @DefaultMessage("Enable or disable the infobox window display when the user taps the Marker.")
  @Description("")
  String Marker__EnableInfoboxPropertyDescriptions();

  @DefaultMessage("The paint color used to fill in the Marker.")
  @Description("")
  String Marker__FillColorPropertyDescriptions();

  @DefaultMessage("Specifies the `Marker`''s vertical height as a percentage of the [`Screen`''s `Height`](userinterface.html#Screen.Height).")
  @Description("")
  String Marker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the `Marker`''s vertical height, measured in pixels.")
  @Description("")
  String Marker__HeightPropertyDescriptions();

  @DefaultMessage("Sets or gets the latitude of the `Marker`, in degrees, with positive values representing north of the equator and negative values representing south of the equator. To update the `Latitude` and")
  @Description("")
  String Marker__LatitudePropertyDescriptions();

  @DefaultMessage("Sets or gets the longitude of the `Marker`, in degrees, with positive values representing east of the prime meridian and negative values representing west of the prime meridian. To update the")
  @Description("")
  String Marker__LongitudePropertyDescriptions();

  @DefaultMessage("The paint color used to outline the Marker.")
  @Description("")
  String Marker__StrokeColorPropertyDescriptions();

  @DefaultMessage("The width of the stroke used to outline the Marker.")
  @Description("")
  String Marker__StrokeWidthPropertyDescriptions();

  @DefaultMessage("The title displayed in the info window that appears when the user clicks on the Marker.")
  @Description("")
  String Marker__TitlePropertyDescriptions();

  @DefaultMessage("Returns the type of the feature. For Markers, this returns MapFeature.Marker (\"Marker\").")
  @Description("")
  String Marker__TypePropertyDescriptions();

  @DefaultMessage("Specifies whether the Marker should be visible on the screen. Value is true if the component is showing and false if hidden.")
  @Description("")
  String Marker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the `Marker` as a percentage of the [`Screen`''s `Width`](userinterface.html#Screen.Width).")
  @Description("")
  String Marker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the `Marker`, measured in pixels.")
  @Description("")
  String Marker__WidthPropertyDescriptions();

  @DefaultMessage("Sets the maximum value of slider. If the new maximum is less than the current minimum, then minimum and maximum will both be set to this value.")
  @Description("")
  String MaxValuePropertyDescriptions();

  @DefaultMessage("Set the upper range of the progress bar max.")
  @Description("")
  String MaximumPropertyDescriptions();

  @DefaultMessage("Returns the URL of the MediaStore web service.")
  @Description("")
  String MediaStore__ServiceURLPropertyDescriptions();

  @DefaultMessage("This property contains a list of mentions of the logged-in user. Initially, the list is empty. To set it, the program must: <ol> <li> Call the <code>Authorize</code> method.</li> <li> Wait for the <code>IsAuthorized</code> event.</li> <li> Call the <code>RequestMentions</code> method.</li> <li> Wait for the <code>MentionsReceived</code> event.</li></ol>The value of this property will then be set to the list of mentions (and will maintain its value until any subsequent calls to <code>RequestMentions</code>).")
  @Description("")
  String MentionsPropertyDescriptions();

  @DefaultMessage("The message that will be sent when the SendMessage method is called.")
  @Description("")
  String MessagePropertyDescriptions();

  @DefaultMessage("Sets the desired MIME type for picking a file.")
  @Description("")
  String MimeTypePropertyDescriptions();

  @DefaultMessage("Sets the minimum value of slider. If the new minimum is greater than the current maximum, then minimum and maximum will both be set to this value.")
  @Description("")
  String MinValuePropertyDescriptions();

  @DefaultMessage("Set the lower range of the progress bar to min. This function works only for devices with API >= 26")
  @Description("")
  String MinimumPropertyDescriptions();

  @DefaultMessage("The minute of the last time set using the time picker")
  @Description("")
  String MinutePropertyDescriptions();

  @DefaultMessage("Specifies the mode of the sensor.")
  @Description("")
  String ModePropertyDescriptions();

  @DefaultMessage("Returns the name of the Month that was last picked using the DatePicker, in textual format.")
  @Description("")
  String MonthInTextPropertyDescriptions();

  @DefaultMessage("the number of the Month that was last picked using the DatePicker. Note that months start in 1 = January, 12 = December.")
  @Description("")
  String MonthPropertyDescriptions();

  @DefaultMessage("The motor ports that the motors are connected to. The ports are specified by a sequence of port letters.")
  @Description("")
  String MotorPortsPropertyDescriptions();

  @DefaultMessage("This property has been deprecated.")
  @Description("")
  String MovingPropertyDescriptions();

  @DefaultMessage("If true, then this text box accepts multiple lines of input, which are entered using the return key. For single line text boxes there is a Done key instead of a return key, and pressing Done hides the keyboard. The app should call the HideKeyboard method to hide the keyboard for a mutiline text box.")
  @Description("")
  String MultiLinePropertyDescriptions();

  @DefaultMessage("Namespace for storing data.")
  @Description("")
  String NamespacePropertyDescriptions();

  @DefaultMessage("API Key for Open Route Service.")
  @Description("")
  String Navigation__ApiKeyPropertyDescriptions();

  @DefaultMessage("The language to use for textual directions.")
  @Description("")
  String Navigation__LanguagePropertyDescriptions();

  @DefaultMessage("Reserved for future use in case we decide to run our own service some day.")
  @Description("")
  String Navigation__ServiceURLPropertyDescriptions();

  @DefaultMessage("On Android 12 and later, indicates that Bluetooth is not used to determine the user''s location.")
  @Description("")
  String NoLocationNeededPropertyDescriptions();

  @DefaultMessage("The north edge of the rectangle, in decimal degrees north of the equator.")
  @Description("")
  String NorthLatitudePropertyDescriptions();

  @DefaultMessage("Specifies the length of time that the alert is shown -- either \"short\" or \"long\".")
  @Description("")
  String NotifierLengthPropertyDescriptions();

  @DefaultMessage("Specifies the background color for alerts (not dialogs).")
  @Description("")
  String Notifier__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Specifies the text color for alerts (not dialogs).")
  @Description("")
  String Notifier__TextColorPropertyDescriptions();

  @DefaultMessage("Number of steps on the slider scale. Combined withMinValue and MaxValue, it allows you to get the slider precision that you want, e.g. MinValue = 0,MaxValue = 150, NumberOfSteps = 1000, the slider will change position every 0.15.")
  @Description("")
  String NumberOfStepsPropertyDescriptions();

  @DefaultMessage("Whether the AboveRange event should fire when the DetectColor property is set to False and the light level goes above the TopOfRange.")
  @Description("")
  String NxtColorSensor__AboveRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the BelowRange event should fire when the DetectColor property is set to False and the light level goes below the BottomOfRange.")
  @Description("")
  String NxtColorSensor__BelowRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the ColorChanged event should fire when the DetectColor property is set to True and the detected color changes.")
  @Description("")
  String NxtColorSensor__ColorChangedEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the WithinRange event should fire when the DetectColor property is set to False and the light level goes between the BottomOfRange and the TopOfRange.")
  @Description("")
  String NxtColorSensor__WithinRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether to stop the drive motors before disconnecting.")
  @Description("")
  String NxtDrive__StopBeforeDisconnectPropertyDescriptions();

  @DefaultMessage("The diameter of the wheels used for driving.")
  @Description("")
  String NxtDrive__WheelDiameterPropertyDescriptions();

  @DefaultMessage("Whether the AboveRange event should fire when the light level goes above the TopOfRange.")
  @Description("")
  String NxtLightSensor__AboveRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the BelowRange event should fire when the light level goes below the BottomOfRange.")
  @Description("")
  String NxtLightSensor__BelowRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the WithinRange event should fire when the light level goes between the BottomOfRange and the TopOfRange.")
  @Description("")
  String NxtLightSensor__WithinRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the AboveRange event should fire when the sound level goes above the TopOfRange.")
  @Description("")
  String NxtSoundSensor__AboveRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the BelowRange event should fire when the sound level goes below the BottomOfRange.")
  @Description("")
  String NxtSoundSensor__BelowRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the WithinRange event should fire when the sound level goes between the BottomOfRange and the TopOfRange.")
  @Description("")
  String NxtSoundSensor__WithinRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the Pressed event should fire when the touch sensor is pressed.")
  @Description("")
  String NxtTouchSensor__PressedEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the AboveRange event should fire when the distance goes above the TopOfRange.")
  @Description("")
  String NxtUltrasonicSensor__AboveRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the BelowRange event should fire when the distance goes below the BottomOfRange.")
  @Description("")
  String NxtUltrasonicSensor__BelowRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Whether the WithinRange event should fire when the distance goes between the BottomOfRange and the TopOfRange.")
  @Description("")
  String NxtUltrasonicSensor__WithinRangeEventEnabledPropertyDescriptions();

  @DefaultMessage("Returns true if the `Switch` is on.")
  @Description("")
  String OnPropertyDescriptions();

  @DefaultMessage("The animation for switching to another screen. Valid options are default, fade, zoom, slidehorizontal, slidevertical, and none")
  @Description("")
  String OpenScreenAnimationPropertyDescriptions();

  @DefaultMessage("Specifies the layout''s orientation (vertical, horizontal).")
  @Description("")
  String OrientationPropertyDescriptions();

  @DefaultMessage("Indicates whether the orientation sensor is present on the device.")
  @Description("")
  String OrientationSensor__AvailablePropertyDescriptions();

  @DefaultMessage("Specifies whether the orientation sensor is enabled.")
  @Description("")
  String OrientationSensor__EnabledPropertyDescriptions();

  @DefaultMessage("Returns the pitch angle of the device. To return meaningful values the sensor must be enabled.")
  @Description("")
  String OrientationSensor__PitchPropertyDescriptions();

  @DefaultMessage("Whether the x- and y-coordinates should represent the center of the Ball (true) or its left and top edges (false).")
  @Description("")
  String OriginAtCenterPropertyDescriptions();

  @DefaultMessage("The horizontal unit coordinate of the origin with respect to the left edge. Value between 0.0 and 1.0. For example, a value of 0.0 mean the origin is on the left edge, 0.5 means the origin is in the middle and 1.0 means the origin lies on the right edge.")
  @Description("")
  String OriginXPropertyDescriptions();

  @DefaultMessage("The vertical unit coordinate of the origin with respect to the top edge. Value between 0.0 and 1.0. For example, a value of 0.0 means the origin is on the top edge, 0.5 means the origin is in the middle and 1.0 means the origin lies on the bottom edge.")
  @Description("")
  String OriginYPropertyDescriptions();

  @DefaultMessage("The background color of the input box. You can choose a color by name in the Designer or in the Blocks Editor. The default background color is ''default'' (shaded 3-D look).")
  @Description("")
  String PasswordTextBox__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Whether the user can enter text into the PasswordTextBox. By default, this is true.")
  @Description("")
  String PasswordTextBox__EnabledPropertyDescriptions();

  @DefaultMessage("Whether the font for the text should be bold. By default, it is not.")
  @Description("")
  String PasswordTextBox__FontBoldPropertyDescriptions();

  @DefaultMessage("Whether the text should appear in italics. By default, it does not.")
  @Description("")
  String PasswordTextBox__FontItalicPropertyDescriptions();

  @DefaultMessage("The font size for the text. By default, it is 14.0 points.")
  @Description("")
  String PasswordTextBox__FontSizePropertyDescriptions();

  @DefaultMessage("The font for the text. The value can be changed in the Designer.")
  @Description("")
  String PasswordTextBox__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the PasswordTextBox as a percentage of the height of the Screen.")
  @Description("")
  String PasswordTextBox__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the PasswordTextBox, measured in pixels.")
  @Description("")
  String PasswordTextBox__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the color of the hint of the PasswordTextBox.")
  @Description("")
  String PasswordTextBox__HintColorPropertyDescriptions();

  @DefaultMessage("Text that should appear faintly in the PasswordTextBox to provide a hint as to what the user should enter. This can only be seen if the Text property is empty.")
  @Description("")
  String PasswordTextBox__HintPropertyDescriptions();

  @DefaultMessage("If true, then this password text box accepts only numbers as keyboard input. Numbers can include a decimal point and an optional leading minus sign. This applies to keyboard input only. Even if NumbersOnly is true, you can use [set Text to] to enter any text at all.")
  @Description("")
  String PasswordTextBox__NumbersOnlyPropertyDescriptions();

  @DefaultMessage("Whether the text should be left justified, centered, or right justified. By default, text is left justified.")
  @Description("")
  String PasswordTextBox__TextAlignmentPropertyDescriptions();

  @DefaultMessage("The color for the text. You can choose a color by name in the Designer or in the Blocks Editor. The default text color is black.")
  @Description("")
  String PasswordTextBox__TextColorPropertyDescriptions();

  @DefaultMessage("Returns the textbox contents.")
  @Description("")
  String PasswordTextBox__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the PasswordTextBox should be visible on the screen. Value is true if the PasswordTextBox is showing and false if hidden.")
  @Description("")
  String PasswordTextBox__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the PasswordTextBox as a percentage of the width of the Screen.")
  @Description("")
  String PasswordTextBox__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the PasswordTextBox, measured in pixels.")
  @Description("")
  String PasswordTextBox__WidthPropertyDescriptions();

  @DefaultMessage("Visibility of password.")
  @Description("")
  String PasswordVisiblePropertyDescriptions();

  @DefaultMessage("The approximate distance traveled in meters.")
  @Description("")
  String Pedometer__DistancePropertyDescriptions();

  @DefaultMessage("If true, variables will retain their values when off-line and the App exits. Values will be uploaded to Firebase the next time the App is run while connected to the network. This is useful for applications which will gather data while not connected to the network. Note: AppendValue and RemoveFirst will not work correctly when off-line, they require a network connection.<br/><br/> <i>Note</i>: If you set Persist on any Firebase component, on any screen, it makes all Firebase components on all screens persistent. This is a limitation of the low level Firebase library. Also be aware that if you want to set persist to true, you should do so before connecting the Companion for incremental development.")
  @Description("")
  String PersistPropertyDescriptions();

  @DefaultMessage("PhoneNumber property getter method.")
  @Description("")
  String PhoneCall__PhoneNumberPropertyDescriptions();

  @DefaultMessage("Returns a list of phone numbers associated with the selected contact.")
  @Description("")
  String PhoneNumberListPropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String PhoneNumberPicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap ContactPicker to cause action.")
  @Description("")
  String PhoneNumberPicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, ContactPicker text is displayed in bold.")
  @Description("")
  String PhoneNumberPicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, ContactPicker text is displayed in italics.")
  @Description("")
  String PhoneNumberPicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for ContactPicker text.")
  @Description("")
  String PhoneNumberPicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for ContactPicker text.")
  @Description("")
  String PhoneNumberPicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ContactPicker as a percentage of the height of the Screen.")
  @Description("")
  String PhoneNumberPicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the ContactPicker, measured in pixels.")
  @Description("")
  String PhoneNumberPicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String PhoneNumberPicker__ImagePropertyDescriptions();

  @DefaultMessage("Returns the primary phone number associated with the selected contact, or the empty string if no phone number is associated with the contact.")
  @Description("")
  String PhoneNumberPicker__PhoneNumberPropertyDescriptions();

  @DefaultMessage("Returns a picture URI for the selected contact, which can be used to retrieve the contact''s photo and other fields.")
  @Description("")
  String PhoneNumberPicker__PicturePropertyDescriptions();

  @DefaultMessage("Returns the style of the `ContactPicker`.")
  @Description("")
  String PhoneNumberPicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a ContactPicker that has an image as background.")
  @Description("")
  String PhoneNumberPicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String PhoneNumberPicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String PhoneNumberPicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on ContactPicker.")
  @Description("")
  String PhoneNumberPicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the ContactPicker should be visible on the screen. Value is true if the ContactPicker is showing and false if hidden.")
  @Description("")
  String PhoneNumberPicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ContactPicker as a percentage of the width of the Screen.")
  @Description("")
  String PhoneNumberPicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the ContactPicker, measured in pixels.")
  @Description("")
  String PhoneNumberPicker__WidthPropertyDescriptions();

  @DefaultMessage("Sets the Pie Radius of a Pie Chart from 0% to 100%, where the percentage indicates the percentage of the hole fill. 100% means that a full Pie Chart is drawn, while values closer to 0% correspond to hollow Pie Charts.")
  @Description("")
  String PieRadiusPropertyDescriptions();

  @DefaultMessage("The platform the app is running on, for example \"Android\" or \"iOS\".")
  @Description("")
  String PlatformPropertyDescriptions();

  @DefaultMessage("The dotted version number of the platform, such as 4.2.2 or 10.0. This is platform specific and there is no guarantee that it has a particular format.")
  @Description("")
  String PlatformVersionPropertyDescriptions();

  @DefaultMessage("If true, the player will pause playing when leaving the current screen; if false (default option), the player continues playing whenever the current screen is displaying or not.")
  @Description("")
  String PlayOnlyInForegroundPropertyDescriptions();

  @DefaultMessage("Returns the path to the audio source")
  @Description("")
  String Player__SourcePropertyDescriptions();

  @DefaultMessage("Sets the volume to a number between 0 and 100")
  @Description("")
  String Player__VolumePropertyDescriptions();

  @DefaultMessage("The current set of players for this game instance. Each player is designated by an email address, which is a string. The list of players is updated each time a successful communication is made with the game server.")
  @Description("")
  String PlayersPropertyDescriptions();

  @DefaultMessage("Changes the Point Shape of the Data Series, provided that the Data component is attached to a Chart that has the type set to the Scatter Chart. Valid types include circle, square, triangle, cross, x.")
  @Description("")
  String PointShapePropertyDescriptions();

  @DefaultMessage("The polling rate in milliseconds when the Bluetooth Client is used as a Data Source in a Chart Data component. The minimum value is 1.")
  @Description("")
  String PollingRatePropertyDescriptions();

  @DefaultMessage("The description displayed in the info window that appears when the user clicks on the Polygon.")
  @Description("")
  String Polygon__DescriptionPropertyDescriptions();

  @DefaultMessage("The Draggable property is used to set whether or not the user can drag the Polygon by long-pressing and then dragging the Polygon to a new location.")
  @Description("")
  String Polygon__DraggablePropertyDescriptions();

  @DefaultMessage("Enable or disable the infobox window display when the user taps the Polygon.")
  @Description("")
  String Polygon__EnableInfoboxPropertyDescriptions();

  @DefaultMessage("The paint color used to fill in the Polygon.")
  @Description("")
  String Polygon__FillColorPropertyDescriptions();

  @DefaultMessage("Constructs a polygon from the given list of coordinates.")
  @Description("")
  String Polygon__PointsFromStringPropertyDescriptions();

  @DefaultMessage("Specifies the Points used for drawing the `Polygon`. The Points are specified as a list of lists containing latitude and longitude values, such as `[[lat1, long1], [lat2, long2], ...]`.")
  @Description("")
  String Polygon__PointsPropertyDescriptions();

  @DefaultMessage("The paint color used to outline the Polygon.")
  @Description("")
  String Polygon__StrokeColorPropertyDescriptions();

  @DefaultMessage("The width of the stroke used to outline the Polygon.")
  @Description("")
  String Polygon__StrokeWidthPropertyDescriptions();

  @DefaultMessage("The title displayed in the info window that appears when the user clicks on the Polygon.")
  @Description("")
  String Polygon__TitlePropertyDescriptions();

  @DefaultMessage("Returns the type of the feature. For polygons, this returns MapFeature.Polygon (\"Polygon\").")
  @Description("")
  String Polygon__TypePropertyDescriptions();

  @DefaultMessage("Specifies whether the Polygon should be visible on the screen. Value is true if the component is showing and false if hidden.")
  @Description("")
  String Polygon__VisiblePropertyDescriptions();

  @DefaultMessage("The predictions for the trendline.")
  @Description("")
  String PredictionsPropertyDescriptions();

  @DefaultMessage("This is the primary color used for darker elements in Material UI.")
  @Description("")
  String PrimaryColorDarkPropertyDescriptions();

  @DefaultMessage("This is the primary color used for Material UI elements, such as the ActionBar.")
  @Description("")
  String PrimaryColorPropertyDescriptions();

  @DefaultMessage("Change the progress color of the progress bar.")
  @Description("")
  String ProgressColorPropertyDescriptions();

  @DefaultMessage("Sets the current progress to the specified value. Does not do anything if the progress bar is in indeterminate mode.")
  @Description("")
  String ProgressPropertyDescriptions();

  @DefaultMessage("Sets the ProjectBucket for this FirebaseDB.")
  @Description("")
  String ProjectBucketPropertyDescriptions();

  @DefaultMessage("Gets the ProjectID for this CloudDB project.")
  @Description("")
  String ProjectIDPropertyDescriptions();

  @DefaultMessage("Text with the current title for the Spinner window")
  @Description("")
  String PromptPropertyDescriptions();

  @DefaultMessage("If True, then prompt the user of the WebView to give permission to access the geolocation API. If False, then assume permission is granted.")
  @Description("")
  String PromptforPermissionPropertyDescriptions();

  @DefaultMessage("The device will not change the service provider. It is possible for a device to switch service providers when the current provider is unable to provide adequate location information. `ProviderLocked` is a Boolean value: true/false. Set to `true")
  @Description("")
  String ProviderLockedPropertyDescriptions();

  @DefaultMessage("Indicates the source of the location information. If there is no provider, the string \"NO PROVIDER\" is returned. This is useful primarily for debugging.")
  @Description("")
  String ProviderNamePropertyDescriptions();

  @DefaultMessage("Set the name of the provider to use. See https://appinv.us/chatbot for the current list of supported providers.")
  @Description("")
  String ProviderPropertyDescriptions();

  @DefaultMessage("Reports whether or not the device has a proximity sensor.")
  @Description("")
  String ProximitySensor__AvailablePropertyDescriptions();

  @DefaultMessage("Returns the distance from the object to the device")
  @Description("")
  String ProximitySensor__DistancePropertyDescriptions();

  @DefaultMessage("If true, the sensor will generate events. Otherwise, no events are generated.")
  @Description("")
  String ProximitySensor__EnabledPropertyDescriptions();

  @DefaultMessage("Reports the Maximum Range of the device''s ProximitySensor")
  @Description("")
  String ProximitySensor__MaximumRangePropertyDescriptions();

  @DefaultMessage("The set of game instances that have been marked public. To ensure current values are returned, first invoke")
  @Description("")
  String PublicInstancesPropertyDescriptions();

  @DefaultMessage("The coefficient of the quadratic term in the trendline, if any.")
  @Description("")
  String QuadraticCoefficientPropertyDescriptions();

  @DefaultMessage("The query to send to the Fusion Tables API. <p>For legal query formats and examples, see the <a href=\"https://developers.google.com/fusiontables/docs/v2/getting_started\" target=\"_blank\">Fusion Tables API v2.0 reference manual</a>.</p> <p>Note that you do not need to worry about UTF-encoding the query. But you do need to make sure it follows the syntax described in the reference manual, which means that things like capitalization for names of columns matters, and that single quotes need to be used around column names if there are spaces in them.</p>")
  @Description("")
  String QueryPropertyDescriptions();

  @DefaultMessage("The r-squared coefficient of determination for the trendline.")
  @Description("")
  String RSquaredPropertyDescriptions();

  @DefaultMessage("Returns true if in read mode, false if in write mode.")
  @Description("")
  String ReadModePropertyDescriptions();

  @DefaultMessage("Whether the TextBox is read-only. By default, this is false.")
  @Description("")
  String ReadOnlyPropertyDescriptions();

  @DefaultMessage("A designer-only property that can be used to enable read access to file storage outside of the app-specific directories.")
  @Description("")
  String ReadPermissionPropertyDescriptions();

  @DefaultMessage("If set to 1 (OFF) no messages will be received. If set to 2 (FOREGROUND) or3 (ALWAYS) the component will respond to messages if it is running. If the app is not running then the message will be discarded if set to 2 (FOREGROUND). If set to 3 (ALWAYS) and the app is not running the phone will show a notification. Selecting the notification will bring up the app and signal the MessageReceived event. Messages received when the app is dormant will be queued, and so several MessageReceived events might appear when the app awakens. As an app developer, it would be a good idea to give your users control over this property, so they can make their phones ignore text messages when your app is installed.")
  @Description("")
  String ReceivingEnabledPropertyDescriptions();

  @DefaultMessage("The description displayed in the info window that appears when the user clicks on the Rectangle.")
  @Description("")
  String Rectangle__DescriptionPropertyDescriptions();

  @DefaultMessage("The Draggable property is used to set whether or not the user can drag the Rectangle by long-pressing and then dragging the Rectangle to a new location.")
  @Description("")
  String Rectangle__DraggablePropertyDescriptions();

  @DefaultMessage("Enable or disable the infobox window display when the user taps the Rectangle.")
  @Description("")
  String Rectangle__EnableInfoboxPropertyDescriptions();

  @DefaultMessage("The paint color used to fill in the Rectangle.")
  @Description("")
  String Rectangle__FillColorPropertyDescriptions();

  @DefaultMessage("The paint color used to outline the Rectangle.")
  @Description("")
  String Rectangle__StrokeColorPropertyDescriptions();

  @DefaultMessage("The width of the stroke used to outline the Rectangle.")
  @Description("")
  String Rectangle__StrokeWidthPropertyDescriptions();

  @DefaultMessage("The title displayed in the info window that appears when the user clicks on the Rectangle.")
  @Description("")
  String Rectangle__TitlePropertyDescriptions();

  @DefaultMessage("Returns the type of the feature. For rectangles, this returns MapFeature.Rectangle (\"Rectangle\").")
  @Description("")
  String Rectangle__TypePropertyDescriptions();

  @DefaultMessage("Specifies whether the Rectangle should be visible on the screen. Value is true if the component is showing and false if hidden.")
  @Description("")
  String Rectangle__VisiblePropertyDescriptions();

  @DefaultMessage("The Redis Server port to use. Defaults to 6381")
  @Description("")
  String RedisPortPropertyDescriptions();

  @DefaultMessage("The Redis Server to use to store data. A setting of \"DEFAULT\" means that the MIT server will be used.")
  @Description("")
  String RedisServerPropertyDescriptions();

  @DefaultMessage("The requested minimum time in milliseconds between changes in readings being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.")
  @Description("")
  String RefreshTimePropertyDescriptions();

  @DefaultMessage("Whether the Released event should fire when the touch sensor is released.")
  @Description("")
  String ReleasedEventEnabledPropertyDescriptions();

  @DefaultMessage("The request headers, as a list of two-element sublists. The first element of each sublist represents the request header field name. The second element of each sublist represents the request header field values, either a single value or a list containing multiple values.")
  @Description("")
  String RequestHeadersPropertyDescriptions();

  @DefaultMessage("Content of the last response as a dictionary.")
  @Description("")
  String ResponseContentPropertyDescriptions();

  @DefaultMessage("The name of the file where the response should be saved. If SaveResponse is true and ResponseFileName is empty, then a new file name will be generated.")
  @Description("")
  String ResponseFileNamePropertyDescriptions();

  @DefaultMessage("User-specified character encoding for web response.")
  @Description("")
  String ResponseTextEncodingPropertyDescriptions();

  @DefaultMessage("Returns the name that will be used to retrieve a result from the activity.")
  @Description("")
  String ResultNamePropertyDescriptions();

  @DefaultMessage("Returns the MIME type from the activity.")
  @Description("")
  String ResultTypePropertyDescriptions();

  @DefaultMessage("Returns the URI from the activity.")
  @Description("")
  String ResultUriPropertyDescriptions();

  @DefaultMessage("Obtain a copy of the most recent values computed by the line of best fit.")
  @Description("")
  String ResultsPropertyDescriptions();

  @DefaultMessage("Set whether the direction of motors is reversed or not.")
  @Description("")
  String ReverseDirectionPropertyDescriptions();

  @DefaultMessage("Returns the roll angle of the device. To return meaningful values the sensor must be enabled.")
  @Description("")
  String RollPropertyDescriptions();

  @DefaultMessage("Whether the image should rotate to match the ImageSprite''s heading. The sprite rotates around its origin.")
  @Description("")
  String RotatesPropertyDescriptions();

  @DefaultMessage("Specifies the angle, in degrees, at which the image picture appears rotated.")
  @Description("")
  String RotationAnglePropertyDescriptions();

  @DefaultMessage("Sets or gets the rotation of the map in decimal degrees if any")
  @Description("")
  String RotationPropertyDescriptions();

  @DefaultMessage("Row property getter method.")
  @Description("")
  String RowPropertyDescriptions();

  @DefaultMessage("Whether the response should be saved in a file.")
  @Description("")
  String SaveResponsePropertyDescriptions();

  @DefaultMessage("Specifies the path to the file where the recording should be stored. If this property is the empty string, then starting a recording will create a file in an appropriate location. If the property is not the empty string, it should specify a complete path to a file in an existing directory, including a file name with the extension .3gp.")
  @Description("")
  String SavedRecordingPropertyDescriptions();

  @DefaultMessage("Specifies whether the image should be resized to match the size of the ImageView.")
  @Description("")
  String ScalePictureToFitPropertyDescriptions();

  @DefaultMessage("Specifies the units used for the scale overlay. 1 (the default) will give metric units (km, m) whereas 2 will give imperial units (mi, ft).")
  @Description("")
  String ScaleUnitsPropertyDescriptions();

  @DefaultMessage("This property determines how the picture scales according to the Height or Width of the Image. Scale proportionally (0) preserves the picture aspect ratio. Scale to fit (1) matches the Image area, even if the aspect ratio changes.")
  @Description("")
  String ScalingPropertyDescriptions();

  @DefaultMessage("Indicates the current scope for operations such as ReadFrom and SaveFile.")
  @Description("")
  String ScopePropertyDescriptions();

  @DefaultMessage("The requested screen orientation, specified as a text value. Commonly used values are landscape, portrait, sensor, user and unspecified. See the Android developer documentation for ActivityInfo.Screen_Orientation for the complete list of possible settings.")
  @Description("")
  String ScreenOrientationPropertyDescriptions();

  @DefaultMessage("A number that encodes how contents of the screen are aligned horizontally. The choices are: 1 = left aligned, 3 = horizontally centered, 2 = right aligned.")
  @Description("")
  String Screen__AlignHorizontalPropertyDescriptions();

  @DefaultMessage("A number that encodes how the contents of the arrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Vertical alignment has no effect if the screen is scrollable.")
  @Description("")
  String Screen__AlignVerticalPropertyDescriptions();

  @DefaultMessage("BackgroundColor property getter method.")
  @Description("")
  String Screen__BackgroundColorPropertyDescriptions();

  @DefaultMessage("The screen background image.")
  @Description("")
  String Screen__BackgroundImagePropertyDescriptions();

  @DefaultMessage("Screen height (y-size).")
  @Description("")
  String Screen__HeightPropertyDescriptions();

  @DefaultMessage("The caption for the form, which apears in the title bar")
  @Description("")
  String Screen__TitlePropertyDescriptions();

  @DefaultMessage("Screen width (x-size).")
  @Description("")
  String Screen__WidthPropertyDescriptions();

  @DefaultMessage("When checked, there will be a vertical scrollbar on the screen, and the height of the application can exceed the physical height of the device. When unchecked, the application height is constrained to the height of the device.")
  @Description("")
  String ScrollablePropertyDescriptions();

  @DefaultMessage("This property, which is initially empty, is set to a list of search results after the program: <ol><li>Calls the <code>SearchTwitter</code> method.</li> <li>Waits for the <code>SearchSuccessful</code> event.</li></ol>The value of the property will then be the same as the parameter to <code>SearchSuccessful</code>. Note that it is not necessary to call the <code>Authorize</code> method before calling <code>SearchTwitter</code>.")
  @Description("")
  String SearchResultsPropertyDescriptions();

  @DefaultMessage("Whether to invoke SSP (Simple Secure Pairing), which is supported on devices with Bluetooth v2.1 or higher. When working with embedded Bluetooth devices, this property may need to be set to False. For Android 2.0-2.2, this property setting will be ignored.")
  @Description("")
  String SecurePropertyDescriptions();

  @DefaultMessage("The color of the item when it is selected.")
  @Description("")
  String SelectionColorPropertyDescriptions();

  @DefaultMessage("Returns the secondary text of the selected row in the ListView.")
  @Description("")
  String SelectionDetailTextPropertyDescriptions();

  @DefaultMessage("A number that encodes how sensitive the accelerometer is. The choices are: 1 = weak, 2 = moderate, 3 = strong.")
  @Description("")
  String SensitivityPropertyDescriptions();

  @DefaultMessage("The sensor port that the sensor is connected to.")
  @Description("")
  String SensorPortPropertyDescriptions();

  @DefaultMessage("Whether the SensorValueChanged event should fire when the sensor value changed.")
  @Description("")
  String SensorValueChangedEventEnabledPropertyDescriptions();

  @DefaultMessage("The Service Account Email Address when service account authentication is in use.")
  @Description("")
  String ServiceAccountEmailPropertyDescriptions();

  @DefaultMessage("The URL of the game server.")
  @Description("")
  String ServiceUrlPropertyDescriptions();

  @DefaultMessage("Show a compass on the map. If the device provides a digital compass, orientation changes will be used to rotate the compass icon.")
  @Description("")
  String ShowCompassPropertyDescriptions();

  @DefaultMessage("If false, lists will be converted to strings using Lisp notation, i.e., as symbols separated by spaces, e.g., (a 1 b2 (c d). If true, lists will appear as in Json or Python, e.g. [\"a\", 1, \"b\", 2, [\"c\", \"d\"]]. This property appears only in Screen 1, and the value for Screen 1 determines the behavior for all screens. The property defaults to \"true\" meaning that the App Inventor programmer must explicitly set it to \"false\" if Lisp syntax is desired. In older versions of App Inventor, this setting defaulted to false. Older projects should not have been affected by this default settings update.")
  @Description("")
  String ShowListsAsJsonPropertyDescriptions();

  @DefaultMessage("Setter for the loading dialog''s visibility.")
  @Description("")
  String ShowLoadingDialogPropertyDescriptions();

  @DefaultMessage("Shows or hides a scale overlay on the")
  @Description("")
  String ShowScalePropertyDescriptions();

  @DefaultMessage("Gets whether or not the shadow of the Marker is shown.")
  @Description("")
  String ShowShadowPropertyDescriptions();

  @DefaultMessage("The status bar is the topmost bar on the screen. This property reports whether the status bar is visible.")
  @Description("")
  String ShowStatusBarPropertyDescriptions();

  @DefaultMessage("Shows or hides an icon indicating the user''s current location on the")
  @Description("")
  String ShowUserPropertyDescriptions();

  @DefaultMessage("Specifies whether to show zoom controls or not.")
  @Description("")
  String ShowZoomPropertyDescriptions();

  @DefaultMessage("The number of simple steps taken since the pedometer has started.")
  @Description("")
  String SimpleStepsPropertyDescriptions();

  @DefaultMessage("Specifies the size of the generated image. Can be one of 256, 512, or 1024.")
  @Description("")
  String SizePropertyDescriptions();

  @DefaultMessage("If set to fixed, screen layouts will be created for a single fixed-size screen and autoscaled. If set to responsive, screen layouts will use the actual resolution of the device. See the documentation on responsive design in App Inventor for more information. This property appears on Screen1 only and controls the sizing for all screens in the app.")
  @Description("")
  String SizingPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Slider as a percentage of the height of the Screen.")
  @Description("")
  String Slider__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies whether the Slider should be visible on the screen. Value is true if the Slider is showing and false if hidden.")
  @Description("")
  String Slider__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Slider as a percentage of the width of the Screen.")
  @Description("")
  String Slider__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Slider, measured in pixels.")
  @Description("")
  String Slider__WidthPropertyDescriptions();

  @DefaultMessage("The minimum interval, in milliseconds, between sounds. If you play a sound, all further Play() calls will be ignored until the interval has elapsed.")
  @Description("")
  String Sound__MinimumIntervalPropertyDescriptions();

  @DefaultMessage("The name of the sound file. Only certain formats are supported. See http://developer.android.com/guide/appendix/media-formats.html.")
  @Description("")
  String Sound__SourcePropertyDescriptions();

  @DefaultMessage("Sets the source file to parse data from, and then parses the file asynchronously. The results are stored in the")
  @Description("")
  String SourceFilePropertyDescriptions();

  @DefaultMessage("The south edge of the rectangle, in decimal degrees north of the equator.")
  @Description("")
  String SouthLatitudePropertyDescriptions();

  @DefaultMessage("Sets the SpeechRate for TextToSpeech. The values should be between 0 and 2 where lower values slow down the pitch and greater values accelerate it.")
  @Description("")
  String SpeechRatePropertyDescriptions();

  @DefaultMessage("Suggests the language to use for recognizing speech. An empty string (the default) will use the system''s default language. Language is specified using a [language tag](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) with an optional region suffix, such as en or es-MX. The set of supported languages will vary by device.")
  @Description("")
  String SpeechRecognizer__LanguagePropertyDescriptions();

  @DefaultMessage("Returns the last text produced by the recognizer.")
  @Description("")
  String SpeechRecognizer__ResultPropertyDescriptions();

  @DefaultMessage("Sets the Spinner list to the elements passed in the comma-separated string")
  @Description("")
  String Spinner__ElementsFromStringPropertyDescriptions();

  @DefaultMessage("returns a list of text elements to be picked from.")
  @Description("")
  String Spinner__ElementsPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Spinner as a percentage of the height of the Screen.")
  @Description("")
  String Spinner__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Spinner, measured in pixels.")
  @Description("")
  String Spinner__HeightPropertyDescriptions();

  @DefaultMessage("The index of the currently selected item, starting at 1. If no item is selected, the value will be 0.")
  @Description("")
  String Spinner__SelectionIndexPropertyDescriptions();

  @DefaultMessage("Returns the current selected item in the spinner")
  @Description("")
  String Spinner__SelectionPropertyDescriptions();

  @DefaultMessage("Specifies whether the Spinner should be visible on the screen. Value is true if the Spinner is showing and false if hidden.")
  @Description("")
  String Spinner__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Spinner as a percentage of the width of the Screen.")
  @Description("")
  String Spinner__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Spinner, measured in pixels.")
  @Description("")
  String Spinner__WidthPropertyDescriptions();

  @DefaultMessage("The ID for the Google Sheets file you want to edit. You can find the spreadsheetID in the URL of the Google Sheets file.")
  @Description("")
  String SpreadsheetIDPropertyDescriptions();

  @DefaultMessage("If checked, the first row of the spreadsheet will be used to interpret the x and y column values. Otherwise, the x and y columns should be a column reference, such as A or B.")
  @Description("")
  String SpreadsheetUseHeadersPropertyDescriptions();

  @DefaultMessage("Sets the column to parse from the attached Spreadsheet component for the x values. If a column is not specified, default values for the x values will be generated instead.")
  @Description("")
  String SpreadsheetXColumnPropertyDescriptions();

  @DefaultMessage("Sets the column to parse from the attached Spreadsheet component for the y values. If a column is not specified, default values for the y values will be generated instead.")
  @Description("")
  String SpreadsheetYColumnPropertyDescriptions();

  @DefaultMessage("The latitude of the start location.")
  @Description("")
  String StartLatitudePropertyDescriptions();

  @DefaultMessage("Set the start location.")
  @Description("")
  String StartLocationPropertyDescriptions();

  @DefaultMessage("The longitude of the start location.")
  @Description("")
  String StartLongitudePropertyDescriptions();

  @DefaultMessage("The duration in milliseconds of idleness (no steps detected) after which to go into a \"stopped\" state")
  @Description("")
  String StopDetectionTimeoutPropertyDescriptions();

  @DefaultMessage("Set the average stride length in meters.")
  @Description("")
  String StrideLengthPropertyDescriptions();

  @DefaultMessage("The opacity of the stroke used to outline the map feature.")
  @Description("")
  String StrokeOpacityPropertyDescriptions();

  @DefaultMessage("The style of the best fit line.")
  @Description("")
  String StrokeStylePropertyDescriptions();

  @DefaultMessage("The background color of the Switch as an alpha-red-green-blue integer.")
  @Description("")
  String Switch__BackgroundColorPropertyDescriptions();

  @DefaultMessage("True if the Switch is active and clickable.")
  @Description("")
  String Switch__EnabledPropertyDescriptions();

  @DefaultMessage("Set to true if the text of the Switch should be bold.")
  @Description("")
  String Switch__FontBoldPropertyDescriptions();

  @DefaultMessage("Set to true if the text of the Switch should be italic.")
  @Description("")
  String Switch__FontItalicPropertyDescriptions();

  @DefaultMessage("Specifies the text font size of the Switch in scale-independent pixels.")
  @Description("")
  String Switch__FontSizePropertyDescriptions();

  @DefaultMessage("Specifies the text font face of the Switch.")
  @Description("")
  String Switch__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Switch as a percentage of the height of the Screen.")
  @Description("")
  String Switch__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the Switch, measured in pixels.")
  @Description("")
  String Switch__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the text color of the Switch as an alpha-red-green-blue integer.")
  @Description("")
  String Switch__TextColorPropertyDescriptions();

  @DefaultMessage("Specifies the text displayed by the Switch.")
  @Description("")
  String Switch__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the Switch should be visible on the screen. Value is true if the Switch is showing and false if hidden.")
  @Description("")
  String Switch__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Switch as a percentage of the width of the Screen.")
  @Description("")
  String Switch__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the Switch, measured in pixels.")
  @Description("")
  String Switch__WidthPropertyDescriptions();

  @DefaultMessage("The \"System\" value given to ChatGPT. It is used to set the tone of a conversation. For example: \"You are a funny person.\"")
  @Description("")
  String SystemPropertyDescriptions();

  @DefaultMessage("Columns property getter method.")
  @Description("")
  String TableArrangement__ColumnsPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the TableArrangement as a percentage of the height of the Screen.")
  @Description("")
  String TableArrangement__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the TableArrangement, measured in pixels.")
  @Description("")
  String TableArrangement__HeightPropertyDescriptions();

  @DefaultMessage("Rows property getter method.")
  @Description("")
  String TableArrangement__RowsPropertyDescriptions();

  @DefaultMessage("Specifies whether the TableArrangement should be visible on the screen. Value is true if the TableArrangement is showing and false if hidden.")
  @Description("")
  String TableArrangement__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the TableArrangement as a percentage of the width of the Screen.")
  @Description("")
  String TableArrangement__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the TableArrangement, measured in pixels.")
  @Description("")
  String TableArrangement__WidthPropertyDescriptions();

  @DefaultMessage("Whether the TachoCountChanged event should fire when the angle is changed.")
  @Description("")
  String TachoCountChangedEventEnabledPropertyDescriptions();

  @DefaultMessage("Set the number of pixels right, left, up or down, a sequence of drags mustmove from the starting point to be considered a drag (instead of a touch).")
  @Description("")
  String TapThresholdPropertyDescriptions();

  @DefaultMessage("The temperature in degrees Celsius, if the sensor is available and enabled")
  @Description("")
  String TemperaturePropertyDescriptions();

  @DefaultMessage("The background color of the input box. You can choose a color by name in the Designer or in the Blocks Editor. The default background color is ''default'' (shaded 3-D look).")
  @Description("")
  String TextBox__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Whether the user can enter text into the TextBox. By default, this is true.")
  @Description("")
  String TextBox__EnabledPropertyDescriptions();

  @DefaultMessage("Whether the font for the text should be bold. By default, it is not.")
  @Description("")
  String TextBox__FontBoldPropertyDescriptions();

  @DefaultMessage("Whether the text should appear in italics. By default, it does not.")
  @Description("")
  String TextBox__FontItalicPropertyDescriptions();

  @DefaultMessage("The font size for the text. By default, it is 14.0 points.")
  @Description("")
  String TextBox__FontSizePropertyDescriptions();

  @DefaultMessage("The font for the text. The value can be changed in the Designer.")
  @Description("")
  String TextBox__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the TextBox as a percentage of the height of the Screen.")
  @Description("")
  String TextBox__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the TextBox, measured in pixels.")
  @Description("")
  String TextBox__HeightPropertyDescriptions();

  @DefaultMessage("Specifies the color of the hint of the TextBox.")
  @Description("")
  String TextBox__HintColorPropertyDescriptions();

  @DefaultMessage("Text that should appear faintly in the TextBox to provide a hint as to what the user should enter. This can only be seen if the Text property is empty.")
  @Description("")
  String TextBox__HintPropertyDescriptions();

  @DefaultMessage("If true, then this text box accepts only numbers as keyboard input. Numbers can include a decimal point and an optional leading minus sign. This applies to keyboard input only. Even if NumbersOnly is true, you can use [set Text to] to enter any text at all.")
  @Description("")
  String TextBox__NumbersOnlyPropertyDescriptions();

  @DefaultMessage("Whether the text should be left justified, centered, or right justified. By default, text is left justified.")
  @Description("")
  String TextBox__TextAlignmentPropertyDescriptions();

  @DefaultMessage("The color for the text. You can choose a color by name in the Designer or in the Blocks Editor. The default text color is black.")
  @Description("")
  String TextBox__TextColorPropertyDescriptions();

  @DefaultMessage("Returns the textbox contents.")
  @Description("")
  String TextBox__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the TextBox should be visible on the screen. Value is true if the TextBox is showing and false if hidden.")
  @Description("")
  String TextBox__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the TextBox as a percentage of the width of the Screen.")
  @Description("")
  String TextBox__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the TextBox, measured in pixels.")
  @Description("")
  String TextBox__WidthPropertyDescriptions();

  @DefaultMessage("The color of the detail text of ListView elements.")
  @Description("")
  String TextColorDetailPropertyDescriptions();

  @DefaultMessage("This property is deprecated, use FontSize instead.")
  @Description("")
  String TextSizePropertyDescriptions();

  @DefaultMessage("Sets the language for TextToSpeech. This changes the way that words are pronounced, not the actual language that is spoken. For example setting the language to and speaking English text with sound like someone speaking English with a French accent.")
  @Description("")
  String TextToSpeech__LanguagePropertyDescriptions();

  @DefaultMessage("Sets the Pitch for TextToSpeech The values should be between 0 and 2 where lower values lower the tone of synthesized voice and greater values raise it.")
  @Description("")
  String TextToSpeech__PitchPropertyDescriptions();

  @DefaultMessage("Returns `true")
  @Description("")
  String TextToSpeech__ResultPropertyDescriptions();

  @DefaultMessage("Returns the content of the text that''s going to be written to the tag.")
  @Description("")
  String TextToWritePropertyDescriptions();

  @DefaultMessage("Sets the phone number to send the text message to when the SendMessage function is called.")
  @Description("")
  String Texting__PhoneNumberPropertyDescriptions();

  @DefaultMessage("Pick a design theme for your app. Themes change the appearance of an app, such as how buttons and text look. The most common themes are: </p> <ul> <li> <code>Classic</code>: This theme stays consistent whether you are looking at an Android, iOS, or the screen layout in App Inventor’s designer. Choose Classic if you want detailed control of the appearance of your app. </li><li> <code>Device Default</code>: This theme makes your app resemble the other apps on your device. With the default theme, however, your app won’t look consistent across Android, iOS, and App Inventor’s designer. The best way to see the true appearance of your app is to view it using the Companion.</ul>")
  @Description("")
  String ThemePropertyDescriptions();

  @DefaultMessage("Specifies whether or not the device has the hardware to support the Thermometer component.")
  @Description("")
  String Thermometer__AvailablePropertyDescriptions();

  @DefaultMessage("If enabled, then device will listen for changes.")
  @Description("")
  String Thermometer__EnabledPropertyDescriptions();

  @DefaultMessage("Returns the `Switch`''s thumb color (button that toggles back and forth) when the switch is ON/Checked")
  @Description("")
  String ThumbColorActivePropertyDescriptions();

  @DefaultMessage("Returns the `Switch`''s thumb color (button that toggles back and forth) when the switch is Off/Unchecked")
  @Description("")
  String ThumbColorInactivePropertyDescriptions();

  @DefaultMessage("The slider thumb color")
  @Description("")
  String ThumbColorPropertyDescriptions();

  @DefaultMessage("Sets whether or not to display the slider thumb.")
  @Description("")
  String ThumbEnabledPropertyDescriptions();

  @DefaultMessage("Sets the position of the slider thumb. If this value is greater than MaxValue, then it will be set to same value as MaxValue. If this value is less than MinValue, then it will be set to same value as MinValue.")
  @Description("")
  String ThumbPositionPropertyDescriptions();

  @DefaultMessage("Determines the minimum time interval, in milliseconds, that the sensor will try to use for sending out location updates. However, location updates will only be received when the location of the phone actually changes, and use of the specified time interval is not guaranteed. For example, if 1000 is used as the time interval, location updates will never be fired sooner than 1000ms, but they may be fired anytime after.")
  @Description("")
  String TimeIntervalPropertyDescriptions();

  @DefaultMessage("Returns the button''s background color")
  @Description("")
  String TimePicker__BackgroundColorPropertyDescriptions();

  @DefaultMessage("If set, user can tap TimePicker to cause action.")
  @Description("")
  String TimePicker__EnabledPropertyDescriptions();

  @DefaultMessage("If set, TimePicker text is displayed in bold.")
  @Description("")
  String TimePicker__FontBoldPropertyDescriptions();

  @DefaultMessage("If set, TimePicker text is displayed in italics.")
  @Description("")
  String TimePicker__FontItalicPropertyDescriptions();

  @DefaultMessage("Point size for TimePicker text.")
  @Description("")
  String TimePicker__FontSizePropertyDescriptions();

  @DefaultMessage("Font family for TimePicker text.")
  @Description("")
  String TimePicker__FontTypefacePropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the TimePicker as a percentage of the height of the Screen.")
  @Description("")
  String TimePicker__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the TimePicker, measured in pixels.")
  @Description("")
  String TimePicker__HeightPropertyDescriptions();

  @DefaultMessage("Image to display on button.")
  @Description("")
  String TimePicker__ImagePropertyDescriptions();

  @DefaultMessage("The instant of the last time set using the time picker")
  @Description("")
  String TimePicker__InstantPropertyDescriptions();

  @DefaultMessage("Returns the style of the `TimePicker`.")
  @Description("")
  String TimePicker__ShapePropertyDescriptions();

  @DefaultMessage("Specifies if a visual feedback should be shown for a TimePicker that has an image as background.")
  @Description("")
  String TimePicker__ShowFeedbackPropertyDescriptions();

  @DefaultMessage("Left, center, or right.")
  @Description("")
  String TimePicker__TextAlignmentPropertyDescriptions();

  @DefaultMessage("Color for button text.")
  @Description("")
  String TimePicker__TextColorPropertyDescriptions();

  @DefaultMessage("Text to display on TimePicker.")
  @Description("")
  String TimePicker__TextPropertyDescriptions();

  @DefaultMessage("Specifies whether the TimePicker should be visible on the screen. Value is true if the TimePicker is showing and false if hidden.")
  @Description("")
  String TimePicker__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the TimePicker as a percentage of the width of the Screen.")
  @Description("")
  String TimePicker__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the TimePicker, measured in pixels.")
  @Description("")
  String TimePicker__WidthPropertyDescriptions();

  @DefaultMessage("The number of milliseconds that a web request will wait for a response before giving up. If set to 0, then there is no time limit on how long the request will wait.")
  @Description("")
  String TimeoutPropertyDescriptions();

  @DefaultMessage("Will fire even when application is not showing on the screen if true")
  @Description("")
  String TimerAlwaysFiresPropertyDescriptions();

  @DefaultMessage("Fires timer if true")
  @Description("")
  String TimerEnabledPropertyDescriptions();

  @DefaultMessage("Interval between timer events in ms")
  @Description("")
  String TimerIntervalPropertyDescriptions();

  @DefaultMessage("The URL of the web service database.")
  @Description("")
  String TinyWebDB__ServiceURLPropertyDescriptions();

  @DefaultMessage("The title bar is the top gray bar on the screen. This property reports whether the title bar is visible.")
  @Description("")
  String TitleVisiblePropertyDescriptions();

  @DefaultMessage("The top of the range used for the BelowRange, WithinRange, and AboveRange events.")
  @Description("")
  String TopOfRangePropertyDescriptions();

  @DefaultMessage("Specifies the position of the Top edge of the component relative to an AbsoluteArrangement.")
  @Description("")
  String TopPropertyDescriptions();

  @DefaultMessage("Returns the `Switch`''s track color")
  @Description("")
  String TrackColorActivePropertyDescriptions();

  @DefaultMessage("Color of the toggle track when switched off")
  @Description("")
  String TrackColorInactivePropertyDescriptions();

  @DefaultMessage("The API Key to use. MIT App Inventor will automatically fill this value in. You should not need to change it.")
  @Description("")
  String Translator__ApiKeyPropertyDescriptions();

  @DefaultMessage("The transportation method used for determining the route.")
  @Description("")
  String TransportationMethodPropertyDescriptions();

  @DefaultMessage("The color of the line of best fit.")
  @Description("")
  String Trendline__ColorPropertyDescriptions();

  @DefaultMessage("The model to use for the line of best fit.")
  @Description("")
  String Trendline__ModelPropertyDescriptions();

  @DefaultMessage("The width of the best fit line.")
  @Description("")
  String Trendline__StrokeWidthPropertyDescriptions();

  @DefaultMessage("Whether the line of best fit is visible.")
  @Description("")
  String Trendline__VisiblePropertyDescriptions();

  @DefaultMessage("A URL to use to populate the Tutorial Sidebar while editing a project. Used as a teaching aid.")
  @Description("")
  String TutorialURLPropertyDescriptions();

  @DefaultMessage("TwitPicAPIkey property getter method.")
  @Description("")
  String TwitPic_API_KeyPropertyDescriptions();

  @DefaultMessage("Specifies the unit of distance.")
  @Description("")
  String UnitPropertyDescriptions();

  @DefaultMessage("The URL for the web request.")
  @Description("")
  String UrlPropertyDescriptions();

  @DefaultMessage("If true App Inventor will look for and use an external scanning program such as \"Bar Code Scanner.\"")
  @Description("")
  String UseExternalScannerPropertyDescriptions();

  @DefaultMessage("Returns true if the front-facing camera is to be used (when available)")
  @Description("")
  String UseFrontPropertyDescriptions();

  @DefaultMessage("This property has been deprecated.")
  @Description("")
  String UseGPSPropertyDescriptions();

  @DefaultMessage("If true, an app can retain their older behaviour.")
  @Description("")
  String UseLegacyPropertyDescriptions();

  @DefaultMessage("Set to true to use SSL to talk to CloudDB/Redis server. This should be set to True for the \"DEFAULT\" server.")
  @Description("")
  String UseSSLPropertyDescriptions();

  @DefaultMessage("Indicates whether a service account should be used for authentication")
  @Description("")
  String UseServiceAuthenticationPropertyDescriptions();

  @DefaultMessage("The ballot choice to send to the server, which must be set before <code>SendBallot</code> is called. This must be one of <code>BallotOptions</code>.")
  @Description("")
  String UserChoicePropertyDescriptions();

  @DefaultMessage("A text identifying the voter that is sent to the Voting server along with the vote. This must be set before <code>SendBallot</code> is called.")
  @Description("")
  String UserIdPropertyDescriptions();

  @DefaultMessage("Returns the user''s latitude if ShowUser is enabled.")
  @Description("")
  String UserLatitudePropertyDescriptions();

  @DefaultMessage("Returns the user''s longitude if ShowUser is enabled.")
  @Description("")
  String UserLongitudePropertyDescriptions();

  @DefaultMessage("The user name of the authorized user. Empty if there is no authorized user.")
  @Description("")
  String UsernamePropertyDescriptions();

  @DefaultMessage("Whether or not to give the application permission to use the Javascript geolocation API. This property is available only in the designer.")
  @Description("")
  String UsesLocationPropertyDescriptions();

  @DefaultMessage("Specifies the format for X axis labels and point values.")
  @Description("")
  String ValueFormatPropertyDescriptions();

  @DefaultMessage("An integer value which must be incremented each time a new Android Application Package File (APK) is created for the Google Play Store.")
  @Description("")
  String VersionCodePropertyDescriptions();

  @DefaultMessage("A string which can be changed to allow Google Play Store users to distinguish between different versions of the App.")
  @Description("")
  String VersionNamePropertyDescriptions();

  @DefaultMessage("A number that encodes how contents of the VerticalArrangement are aligned horizontally. The choices are: 1 = left aligned, 2 = right aligned, 3 = horizontally centered. Alignment has no effect if the arrangement''s width is automatic.")
  @Description("")
  String VerticalArrangement__AlignHorizontalPropertyDescriptions();

  @DefaultMessage("A number that encodes how the contents of the VerticalArrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Alignment has no effect if the arrangement''s height is automatic.")
  @Description("")
  String VerticalArrangement__AlignVerticalPropertyDescriptions();

  @DefaultMessage("Returns the background color of the VerticalArrangement")
  @Description("")
  String VerticalArrangement__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the VerticalArrangement as a percentage of the height of the Screen.")
  @Description("")
  String VerticalArrangement__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the VerticalArrangement, measured in pixels.")
  @Description("")
  String VerticalArrangement__HeightPropertyDescriptions();

  @DefaultMessage("Returns the path of the background image of the `VerticalArrangement`.")
  @Description("")
  String VerticalArrangement__ImagePropertyDescriptions();

  @DefaultMessage("Specifies whether the VerticalArrangement should be visible on the screen. Value is true if the VerticalArrangement is showing and false if hidden.")
  @Description("")
  String VerticalArrangement__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the VerticalArrangement as a percentage of the width of the Screen.")
  @Description("")
  String VerticalArrangement__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the VerticalArrangement, measured in pixels.")
  @Description("")
  String VerticalArrangement__WidthPropertyDescriptions();

  @DefaultMessage("A number that encodes how contents of the VerticalScrollArrangement are aligned horizontally. The choices are: 1 = left aligned, 2 = right aligned, 3 = horizontally centered. Alignment has no effect if the arrangement''s width is automatic.")
  @Description("")
  String VerticalScrollArrangement__AlignHorizontalPropertyDescriptions();

  @DefaultMessage("A number that encodes how the contents of the VerticalScrollArrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Alignment has no effect if the arrangement''s height is automatic.")
  @Description("")
  String VerticalScrollArrangement__AlignVerticalPropertyDescriptions();

  @DefaultMessage("Returns the background color of the VerticalScrollArrangement")
  @Description("")
  String VerticalScrollArrangement__BackgroundColorPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the VerticalScrollArrangement as a percentage of the height of the Screen.")
  @Description("")
  String VerticalScrollArrangement__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the VerticalScrollArrangement, measured in pixels.")
  @Description("")
  String VerticalScrollArrangement__HeightPropertyDescriptions();

  @DefaultMessage("Returns the path of the background image of the `VerticalScrollArrangement`.")
  @Description("")
  String VerticalScrollArrangement__ImagePropertyDescriptions();

  @DefaultMessage("Specifies whether the VerticalScrollArrangement should be visible on the screen. Value is true if the VerticalScrollArrangement is showing and false if hidden.")
  @Description("")
  String VerticalScrollArrangement__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the VerticalScrollArrangement as a percentage of the width of the Screen.")
  @Description("")
  String VerticalScrollArrangement__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the VerticalScrollArrangement, measured in pixels.")
  @Description("")
  String VerticalScrollArrangement__WidthPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the VideoPlayer as a percentage of the height of the Screen.")
  @Description("")
  String VideoPlayer__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the component''s vertical height, measured in pixels.")
  @Description("")
  String VideoPlayer__HeightPropertyDescriptions();

  @DefaultMessage("The \"path\" to the video. Usually, this will be the name of the video file, which should be added in the Designer.")
  @Description("")
  String VideoPlayer__SourcePropertyDescriptions();

  @DefaultMessage("Specifies whether the VideoPlayer should be visible on the screen. Value is true if the VideoPlayer is showing and false if hidden.")
  @Description("")
  String VideoPlayer__VisiblePropertyDescriptions();

  @DefaultMessage("Sets the volume to a number between 0 and 100. Values less than 0 will be treated as 0, and values greater than 100 will be treated as 100.")
  @Description("")
  String VideoPlayer__VolumePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the VideoPlayer as a percentage of the width of the Screen.")
  @Description("")
  String VideoPlayer__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the component''s horizontal width, measured in pixels.")
  @Description("")
  String VideoPlayer__WidthPropertyDescriptions();

  @DefaultMessage("The URL of the Voting service")
  @Description("")
  String Voting__ServiceURLPropertyDescriptions();

  @DefaultMessage("The email address associated with this device. This property has been deprecated and always returns the empty text value.")
  @Description("")
  String Voting__UserEmailAddressPropertyDescriptions();

  @DefaultMessage("the number of walk steps taken since the pedometer has started.")
  @Description("")
  String WalkStepsPropertyDescriptions();

  @DefaultMessage("Set whether or not we will use WebRTC to communicate with the server")
  @Description("")
  String WebRTCPropertyDescriptions();

  @DefaultMessage("Gets the WebView''s String, which is viewable through Javascript in the WebView as the window.AppInventor object")
  @Description("")
  String WebViewStringPropertyDescriptions();

  @DefaultMessage("Specifies the vertical height of the WebViewer as a percentage of the height of the Screen.")
  @Description("")
  String WebViewer__HeightPercentPropertyDescriptions();

  @DefaultMessage("Specifies the `WebViewer`''s vertical height, measured in pixels.")
  @Description("")
  String WebViewer__HeightPropertyDescriptions();

  @DefaultMessage("Specifies whether the WebViewer should be visible on the screen. Value is true if the WebViewer is showing and false if hidden.")
  @Description("")
  String WebViewer__VisiblePropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the WebViewer as a percentage of the width of the Screen.")
  @Description("")
  String WebViewer__WidthPercentPropertyDescriptions();

  @DefaultMessage("Specifies the horizontal width of the `WebViewer`, measured in pixels.")
  @Description("")
  String WebViewer__WidthPropertyDescriptions();

  @DefaultMessage("Sets the column to parse from the attached Web component for the x values. If a column is not specified, default values for the x values will be generated instead.")
  @Description("")
  String WebXColumnPropertyDescriptions();

  @DefaultMessage("Sets the column to parse from the attached Web component for the y values. If a column is not specified, default values for the y values will be generated instead.")
  @Description("")
  String WebYColumnPropertyDescriptions();

  @DefaultMessage("The west edge of the rectangle, in decimal degrees east of the equator.")
  @Description("")
  String WestLongitudePropertyDescriptions();

  @DefaultMessage("A designer-only property that can be used to enable write access to file storage outside of the app-specific directories.")
  @Description("")
  String WritePermissionPropertyDescriptions();

  @DefaultMessage("Returns the write type for the NFC component. For this version of the component, it is always `1`.")
  @Description("")
  String WriteTypePropertyDescriptions();

  @DefaultMessage("Returns the acceleration in the X-dimension in SI units (m/s²). The sensor must be enabled to return meaningful values.")
  @Description("")
  String XAccelPropertyDescriptions();

  @DefaultMessage("The angular velocity around the X axis, in degrees per second.")
  @Description("")
  String XAngularVelocityPropertyDescriptions();

  @DefaultMessage("Determines whether the X axis origin is set at 0 or the minimum X value across all data series.")
  @Description("")
  String XFromZeroPropertyDescriptions();

  @DefaultMessage("The X-intercepts of the trendline (where the line crosses the X-axis), if any. Possible values are NaN (no intercept), a single value (one intercept), or a list of values.")
  @Description("")
  String XInterceptsPropertyDescriptions();

  @DefaultMessage("Indicates the field''s strength in the X-axis.")
  @Description("")
  String XStrengthPropertyDescriptions();

  @DefaultMessage("Returns the acceleration in the Y-dimension in SI units (m/s²). The sensor must be enabled to return meaningful values.")
  @Description("")
  String YAccelPropertyDescriptions();

  @DefaultMessage("The angular velocity around the Y axis, in degrees per second.")
  @Description("")
  String YAngularVelocityPropertyDescriptions();

  @DefaultMessage("Determines whether the Y axis origin is set at 0 or the minimum y value across all data series.")
  @Description("")
  String YFromZeroPropertyDescriptions();

  @DefaultMessage("The Y-intercept of the trendline (constant term).")
  @Description("")
  String YInterceptPropertyDescriptions();

  @DefaultMessage("Indicates the field''s strength in the Y-axis.")
  @Description("")
  String YStrengthPropertyDescriptions();

  @DefaultMessage("Set the API Key to use with Yandex. You do not need to set this if you are using the MIT system because MIT has its own key builtin. If set, the key provided here will be used instead")
  @Description("")
  String YandexTranslate__ApiKeyPropertyDescriptions();

  @DefaultMessage("the Year that was last picked using the DatePicker")
  @Description("")
  String YearPropertyDescriptions();

  @DefaultMessage("Returns the acceleration in the Z-dimension in SI units (m/s²). The sensor must be enabled to return meaningful values.")
  @Description("")
  String ZAccelPropertyDescriptions();

  @DefaultMessage("The angular velocity around the Z axis, in degrees per second.")
  @Description("")
  String ZAngularVelocityPropertyDescriptions();

  @DefaultMessage("Indicates the field''s strength in the Z-axis.")
  @Description("")
  String ZStrengthPropertyDescriptions();

  @DefaultMessage("Specifies the zoom level of the map. Valid values of ZoomLevel are dependent on the tile provider and the latitude and longitude of the map. For example, zoom levels are more constrained over oceans than dense city centers to conserve space for storing tiles, so valid values may be 1-7 over ocean and 1-20 over cities. Tile providers may send warning or error tiles if the zoom level is too great for the server to support.")
  @Description("")
  String ZoomLevelPropertyDescriptions();


  /* Property Categories */
  @DefaultMessage("Appearance")
  @Description("")
  String AppearancePropertyCategory();

  @DefaultMessage("Behavior")
  @Description("")
  String BehaviorPropertyCategory();

  @DefaultMessage("Unspecified")
  @Description("")
  String UnspecifiedPropertyCategory();

}
