//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace OSGeo.MapGuide.MaestroAPI { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OSGeo.MapGuide.MaestroAPI.Strings", typeof(Strings).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Select More. /// public static string ADF_Flyout_SelectMore { get { return ResourceManager.GetString("ADF_Flyout_SelectMore", resourceCulture); } } /// /// Looks up a localized string similar to View. /// public static string ADF_Flyout_View { get { return ResourceManager.GetString("ADF_Flyout_View", resourceCulture); } } /// /// Looks up a localized string similar to Zoom. /// public static string ADF_Flyout_Zoom { get { return ResourceManager.GetString("ADF_Flyout_Zoom", resourceCulture); } } /// /// Looks up a localized string similar to A non-existent widget by the id of {0} is being referenced from a menu/container : {1}. /// public static string ADF_InvalidWidgetReferenceInContainer { get { return ResourceManager.GetString("ADF_InvalidWidgetReferenceInContainer", resourceCulture); } } /// /// Looks up a localized string similar to Map with ID {0} does not point to a valid map. /// public static string ADF_MapInvalidError { get { return ResourceManager.GetString("ADF_MapInvalidError", resourceCulture); } } /// /// Looks up a localized string similar to Fusion application does not specify a map. /// public static string ADF_MapMissingError { get { return ResourceManager.GetString("ADF_MapMissingError", resourceCulture); } } /// /// Looks up a localized string similar to Error validating MapDefinition {0}, message: {1}. /// public static string ADF_MapValidationError { get { return ResourceManager.GetString("ADF_MapValidationError", resourceCulture); } } /// /// Looks up a localized string similar to The Map Definition {0} has a coordinate system that is not EPSG:3857. This map is in a group containing one or more commerical base layers. The specified Map Definition may not correctly display or line up with the commerical base layers.. /// public static string ADF_MapWithIncompatibleCommericalCs { get { return ResourceManager.GetString("ADF_MapWithIncompatibleCommericalCs", resourceCulture); } } /// /// Looks up a localized string similar to A non-UI widget by the id of {0} is residing in the menu/container ({1}). Being a non-UI widget, this may cause rendering problems for that particular container. /// public static string ADF_NonUiWidgetAttachedToContainer { get { return ResourceManager.GetString("ADF_NonUiWidgetAttachedToContainer", resourceCulture); } } /// /// Looks up a localized string similar to A widget by the id of {0} has no label. This may cause display problems in the menu/container ({1}) if there is no icon specified. /// public static string ADF_ReferencedWidgetInMenuHasNoLabel { get { return ResourceManager.GetString("ADF_ReferencedWidgetInMenuHasNoLabel", resourceCulture); } } /// /// Looks up a localized string similar to Fusion application specifies a start view that is outside the map's initial extents. /// public static string ADF_ViewOutsideMapExtents { get { return ResourceManager.GetString("ADF_ViewOutsideMapExtents", resourceCulture); } } /// /// Looks up a localized string similar to Create buffers around the selected features. /// public static string ADF_Widget_Buffer_Desc { get { return ResourceManager.GetString("ADF_Widget_Buffer_Desc", resourceCulture); } } /// /// Looks up a localized string similar to Buffer. /// public static string ADF_Widget_Buffer_Label { get { return ResourceManager.GetString("ADF_Widget_Buffer_Label", resourceCulture); } } /// /// Looks up a localized string similar to Measure distances and areas on the map. /// public static string ADF_Widget_Measure_Desc { get { return ResourceManager.GetString("ADF_Widget_Measure_Desc", resourceCulture); } } /// /// Looks up a localized string similar to Measure. /// public static string ADF_Widget_Measure_Label { get { return ResourceManager.GetString("ADF_Widget_Measure_Label", resourceCulture); } } /// /// Looks up a localized string similar to Go to next view. /// public static string ADF_Widget_NextView_Desc { get { return ResourceManager.GetString("ADF_Widget_NextView_Desc", resourceCulture); } } /// /// Looks up a localized string similar to Next. /// public static string ADF_Widget_NextView_Label { get { return ResourceManager.GetString("ADF_Widget_NextView_Label", resourceCulture); } } /// /// Looks up a localized string similar to Go to previous view. /// public static string ADF_Widget_PreviousView_Desc { get { return ResourceManager.GetString("ADF_Widget_PreviousView_Desc", resourceCulture); } } /// /// Looks up a localized string similar to Previous. /// public static string ADF_Widget_PreviousView_Label { get { return ResourceManager.GetString("ADF_Widget_PreviousView_Label", resourceCulture); } } /// /// Looks up a localized string similar to Zoom in by a preset increment. /// public static string ADF_Widget_ZoomIn_Desc { get { return ResourceManager.GetString("ADF_Widget_ZoomIn_Desc", resourceCulture); } } /// /// Looks up a localized string similar to Zoom In. /// public static string ADF_Widget_ZoomIn_Label { get { return ResourceManager.GetString("ADF_Widget_ZoomIn_Label", resourceCulture); } } /// /// Looks up a localized string similar to Zoom out by a preset increment. /// public static string ADF_Widget_ZoomOut_Desc { get { return ResourceManager.GetString("ADF_Widget_ZoomOut_Desc", resourceCulture); } } /// /// Looks up a localized string similar to Zoom Out. /// public static string ADF_Widget_ZoomOut_Label { get { return ResourceManager.GetString("ADF_Widget_ZoomOut_Label", resourceCulture); } } /// /// Looks up a localized string similar to <?xml version="1.0"?> ///<ApplicationDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="ApplicationDefinition-1.0.0.xsd"> /// <TemplateUrl>fusion/templates/mapguide/slate/index.html</TemplateUrl> /// <MapSet> /// <MapGroup id="MgMainMapId"> /// <Map> /// <Type>MapGuide</Type> /// <SingleTile>true</SingleTile> /// <Extension> /// <ResourceId /> /// <SelectionAsOverlay>true</SelectionAsOverla [rest of string was truncated]";. /// public static string BaseTemplate_ApplicationDefinition { get { return ResourceManager.GetString("BaseTemplate_ApplicationDefinition", resourceCulture); } } /// /// Looks up a localized string similar to <?xml version="1.0"?> ///<ApplicationDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="ApplicationDefinition-1.0.0.xsd"> /// <TemplateUrl>fusion/templates/mapguide/slate/index.html</TemplateUrl> /// <MapSet> /// <MapGroup id="MgMainMapId"> /// <Map> /// <Type>MapGuide</Type> /// <SingleTile>true</SingleTile> /// <Extension> /// <ResourceId /> /// <SelectionAsOverlay>true</SelectionAsOverla [rest of string was truncated]";. /// public static string BaseTemplate240_ApplicationDefinition { get { return ResourceManager.GetString("BaseTemplate240_ApplicationDefinition", resourceCulture); } } /// /// Looks up a localized string similar to Could not create load procedure of type: . /// public static string CannotCreateLoadProcedureSubType { get { return ResourceManager.GetString("CannotCreateLoadProcedureSubType", resourceCulture); } } /// /// Looks up a localized string similar to [Composite Style]. /// public static string CompositeStyleDisplayString { get { return ResourceManager.GetString("CompositeStyleDisplayString", resourceCulture); } } /// /// Looks up a localized string similar to Copied resource: {0}. /// public static string CopiedResource { get { return ResourceManager.GetString("CopiedResource", resourceCulture); } } /// /// Looks up a localized string similar to Copied: {0} => {1}. /// public static string CopiedResourceToTarget { get { return ResourceManager.GetString("CopiedResourceToTarget", resourceCulture); } } /// /// Looks up a localized string similar to Resource {0} downgraded to version {1}. /// public static string DowngradedResource { get { return ResourceManager.GetString("DowngradedResource", resourceCulture); } } /// /// Looks up a localized string similar to No coordinate system specified. The coordinate system if not specified will default to LL84. /// public static string DS_NoCoordinateSpace { get { return ResourceManager.GetString("DS_NoCoordinateSpace", resourceCulture); } } /// /// Looks up a localized string similar to No source DWF file specified. /// public static string DS_NoSourceSpecified { get { return ResourceManager.GetString("DS_NoSourceSpecified", resourceCulture); } } /// /// Looks up a localized string similar to An item with the key value ({0}) already exists in the collection. /// public static string DuplicateKeyExceptionMessage { get { return ResourceManager.GetString("DuplicateKeyExceptionMessage", resourceCulture); } } /// /// Looks up a localized string similar to Bad Document: Expected attributes at the root level node. /// public static string ERR_BAD_DOCUMENT_NO_ROOT_ATTRIBUTES { get { return ResourceManager.GetString("ERR_BAD_DOCUMENT_NO_ROOT_ATTRIBUTES", resourceCulture); } } /// /// Looks up a localized string similar to Resource cannot be downgraded. It is already older than the version this converter can downgrade to. /// public static string ERR_CANNOT_DOWNGRADE_OLDER_RESOURCE { get { return ResourceManager.GetString("ERR_CANNOT_DOWNGRADE_OLDER_RESOURCE", resourceCulture); } } /// /// Looks up a localized string similar to Resource cannot be upgraded. It is already newer than what this converter can upgrade to. /// public static string ERR_CANNOT_UPGRADE_NEWER_RESOURCE { get { return ResourceManager.GetString("ERR_CANNOT_UPGRADE_NEWER_RESOURCE", resourceCulture); } } /// /// Looks up a localized string similar to Class not found: {0}. /// public static string ERR_CLASS_NOT_FOUND { get { return ResourceManager.GetString("ERR_CLASS_NOT_FOUND", resourceCulture); } } /// /// Looks up a localized string similar to A resource converter for {0} is already registered. /// public static string ERR_CONVERTER_ALREADY_REGISTERED { get { return ResourceManager.GetString("ERR_CONVERTER_ALREADY_REGISTERED", resourceCulture); } } /// /// Looks up a localized string similar to This feature source does not connect an externally aliased file. /// public static string ERR_FS_NO_ALIAS { get { return ResourceManager.GetString("ERR_FS_NO_ALIAS", resourceCulture); } } /// /// Looks up a localized string similar to This feature source does not connect to an embedded data file. /// public static string ERR_FS_NO_EMBEDDED_DATA { get { return ResourceManager.GetString("ERR_FS_NO_EMBEDDED_DATA", resourceCulture); } } /// /// Looks up a localized string similar to Could fetch and initialize identity properties for {1} This is likely a bug in MapGuide {0}{2}. /// public static string ERR_INIT_IDENTITY_PROPS { get { return ResourceManager.GetString("ERR_INIT_IDENTITY_PROPS", resourceCulture); } } /// /// Looks up a localized string similar to There is no downgrade path to the desired resource version. /// public static string ERR_NO_DOWNGRADE_PATH { get { return ResourceManager.GetString("ERR_NO_DOWNGRADE_PATH", resourceCulture); } } /// /// Looks up a localized string similar to There is no registered validator for {0} v{1}. Validation cannot be performed. /// public static string ERR_NO_REGISTERED_VALIDATOR { get { return ResourceManager.GetString("ERR_NO_REGISTERED_VALIDATOR", resourceCulture); } } /// /// Looks up a localized string similar to Could not find matching serializer for this resource: . /// public static string ERR_NO_SERIALIZER { get { return ResourceManager.GetString("ERR_NO_SERIALIZER", resourceCulture); } } /// /// Looks up a localized string similar to There is no upgrade path to the desired resource version. /// public static string ERR_NO_UPGRADE_PATH { get { return ResourceManager.GetString("ERR_NO_UPGRADE_PATH", resourceCulture); } } /// /// Looks up a localized string similar to XML content does not match any known resource. /// public static string ERR_NOT_RESOURCE_CONTENT_XML { get { return ResourceManager.GetString("ERR_NOT_RESOURCE_CONTENT_XML", resourceCulture); } } /// /// Looks up a localized string similar to The specified property {0} is not of type: {1}. /// public static string ERR_PROPERTY_VALUE_NOT_OF_TYPE { get { return ResourceManager.GetString("ERR_PROPERTY_VALUE_NOT_OF_TYPE", resourceCulture); } } /// /// Looks up a localized string similar to No connection attached to this resource. /// public static string ERR_RESOURCE_NOT_ATTACHED { get { return ResourceManager.GetString("ERR_RESOURCE_NOT_ATTACHED", resourceCulture); } } /// /// Looks up a localized string similar to A resource serializer has already been registered for {0} v{1}. /// public static string ERR_SERIALIZER_ALREADY_REGISTERED { get { return ResourceManager.GetString("ERR_SERIALIZER_ALREADY_REGISTERED", resourceCulture); } } /// /// Looks up a localized string similar to Service Type not supported: {0}. /// public static string ERR_SERVICE_NOT_SUPPORTED { get { return ResourceManager.GetString("ERR_SERVICE_NOT_SUPPORTED", resourceCulture); } } /// /// Looks up a localized string similar to {0} contains reserved characters. /// public static string ErrorArgContainsReservedCharacters { get { return ResourceManager.GetString("ErrorArgContainsReservedCharacters", resourceCulture); } } /// /// Looks up a localized string similar to Bad document. Expected attribute: {0}. /// public static string ErrorBadDocumentExpectedAttribute { get { return ResourceManager.GetString("ErrorBadDocumentExpectedAttribute", resourceCulture); } } /// /// Looks up a localized string similar to Bad document. Expected element {0}. /// public static string ErrorBadDocumentExpectedElement { get { return ResourceManager.GetString("ErrorBadDocumentExpectedElement", resourceCulture); } } /// /// Looks up a localized string similar to Bad document. Invalid bounding box. /// public static string ErrorBadDocumentInvalidBbox { get { return ResourceManager.GetString("ErrorBadDocumentInvalidBbox", resourceCulture); } } /// /// Looks up a localized string similar to Bad HTML color: {0}. /// public static string ErrorBadHtmlColor { get { return ResourceManager.GetString("ErrorBadHtmlColor", resourceCulture); } } /// /// Looks up a localized string similar to Bad null encoded string. /// public static string ErrorBadNullEncodedString { get { return ResourceManager.GetString("ErrorBadNullEncodedString", resourceCulture); } } /// /// Looks up a localized string similar to Buffer too small. /// public static string ErrorBinarySerializerBufferTooSmall { get { return ResourceManager.GetString("ErrorBinarySerializerBufferTooSmall", resourceCulture); } } /// /// Looks up a localized string similar to Coordinate expected, but got object: {0}. /// public static string ErrorBinarySerializerCoordinateUnexpectedType { get { return ResourceManager.GetString("ErrorBinarySerializerCoordinateUnexpectedType", resourceCulture); } } /// /// Looks up a localized string similar to The read value was: {0} while <end of stream> was expected. /// public static string ErrorBinarySerializerExpectedEndOfStream { get { return ResourceManager.GetString("ErrorBinarySerializerExpectedEndOfStream", resourceCulture); } } /// /// Looks up a localized string similar to Failed to get valid string char width. /// public static string ErrorBinarySerializerGetCharWidth { get { return ResourceManager.GetString("ErrorBinarySerializerGetCharWidth", resourceCulture); } } /// /// Looks up a localized string similar to Invalid amount of coordinates. /// public static string ErrorBinarySerializerInvalidAmountOfCoordinates { get { return ResourceManager.GetString("ErrorBinarySerializerInvalidAmountOfCoordinates", resourceCulture); } } /// /// Looks up a localized string similar to Coordinate count reported: {0}, for a single coordinate. /// public static string ErrorBinarySerializerInvalidCoordinateDimensionCount { get { return ResourceManager.GetString("ErrorBinarySerializerInvalidCoordinateDimensionCount", resourceCulture); } } /// /// Looks up a localized string similar to Stream ended prematurely. /// public static string ErrorBinarySerializerPrematureEndOfStream { get { return ResourceManager.GetString("ErrorBinarySerializerPrematureEndOfStream", resourceCulture); } } /// /// Looks up a localized string similar to Stream exhausted while reading {0} bytes. /// public static string ErrorBinarySerializerStreamExhausted { get { return ResourceManager.GetString("ErrorBinarySerializerStreamExhausted", resourceCulture); } } /// /// Looks up a localized string similar to Data in stream had type: {0} but type '{1}' was expected. /// public static string ErrorBinarySerializerUnexpectedType { get { return ResourceManager.GetString("ErrorBinarySerializerUnexpectedType", resourceCulture); } } /// /// Looks up a localized string similar to Unknown object type: {0}. /// public static string ErrorBinarySerializerUnknownObjectType { get { return ResourceManager.GetString("ErrorBinarySerializerUnknownObjectType", resourceCulture); } } /// /// Looks up a localized string similar to Bounding box for map had {0} dimensions. Expected 2 dimensions. /// public static string ErrorBoundingBoxDoesNotHave2Dimensions { get { return ResourceManager.GetString("ErrorBoundingBoxDoesNotHave2Dimensions", resourceCulture); } } /// /// Looks up a localized string similar to Commerical layer options are only available for non-MapGuide maps. /// public static string ErrorCmsOptionsOnMapGuideMap { get { return ResourceManager.GetString("ErrorCmsOptionsOnMapGuideMap", resourceCulture); } } /// /// Looks up a localized string similar to This connection cannot auto-restart sessions. Most likely because this connection was just initialized with a session id and not with the credentials required to rebuild a new session. /// public static string ErrorConnectionCannotAutoRestartSession { get { return ResourceManager.GetString("ErrorConnectionCannotAutoRestartSession", resourceCulture); } } /// /// Looks up a localized string similar to Could not determine symbol type. /// public static string ErrorCouldNotDetermineSymbolType { get { return ResourceManager.GetString("ErrorCouldNotDetermineSymbolType", resourceCulture); } } /// /// Looks up a localized string similar to Current record is empty. /// public static string ErrorCurrentRecordIsEmpty { get { return ResourceManager.GetString("ErrorCurrentRecordIsEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Empty feature source id. /// public static string ErrorEmptyFeatureSourceId { get { return ResourceManager.GetString("ErrorEmptyFeatureSourceId", resourceCulture); } } /// /// Looks up a localized string similar to Unable to evaluate. Current row is empty. /// public static string ErrorExprCurrentRowIsEmpty { get { return ResourceManager.GetString("ErrorExprCurrentRowIsEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Failed to find type for: {0}. /// public static string ErrorFailedToFindTypeForClrType { get { return ResourceManager.GetString("ErrorFailedToFindTypeForClrType", resourceCulture); } } /// /// Looks up a localized string similar to Failed to convert value for {0} from {1} to {2}. /// public static string ErrorFailedValueConversion { get { return ResourceManager.GetString("ErrorFailedValueConversion", resourceCulture); } } /// /// Looks up a localized string similar to Invalid class identifier. Expected Box2D. /// public static string ErrorInvalidClassIdentifierBox2d { get { return ResourceManager.GetString("ErrorInvalidClassIdentifierBox2d", resourceCulture); } } /// /// Looks up a localized string similar to Group must have object id 12001, but had: {0}. /// public static string ErrorInvalidGroupObjectId { get { return ResourceManager.GetString("ErrorInvalidGroupObjectId", resourceCulture); } } /// /// Looks up a localized string similar to Invalid or unsupported map version. /// public static string ErrorInvalidMapVersion { get { return ResourceManager.GetString("ErrorInvalidMapVersion", resourceCulture); } } /// /// Looks up a localized string similar to Header must be either ResourceFolderHeaderType or ResourceDocumentHeaderType. /// public static string ErrorInvalidResourceHeaderRootElement { get { return ResourceManager.GetString("ErrorInvalidResourceHeaderRootElement", resourceCulture); } } /// /// Looks up a localized string similar to Invalid resource identifier. /// public static string ErrorInvalidResourceIdentifier { get { return ResourceManager.GetString("ErrorInvalidResourceIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to Invalid resource identifier type. Must be Library or Session. /// public static string ErrorInvalidResourceIdentifierType { get { return ResourceManager.GetString("ErrorInvalidResourceIdentifierType", resourceCulture); } } /// /// Looks up a localized string similar to Incoming record must be structurally identical. /// public static string ErrorJaggedResultSet { get { return ResourceManager.GetString("ErrorJaggedResultSet", resourceCulture); } } /// /// Looks up a localized string similar to Key {0} already exists. /// public static string ErrorKeyAlreadyExists { get { return ResourceManager.GetString("ErrorKeyAlreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to The layer does not have a primary key, and cannot be used for selection. /// public static string ErrorLayerHasNoPk { get { return ResourceManager.GetString("ErrorLayerHasNoPk", resourceCulture); } } /// /// Looks up a localized string similar to The layers key consists of {0} columns, but only {1} columns were given. /// public static string ErrorLayerKeyMismatch { get { return ResourceManager.GetString("ErrorLayerKeyMismatch", resourceCulture); } } /// /// Looks up a localized string similar to No class name specified. /// public static string ErrorNoClassNameSpecified { get { return ResourceManager.GetString("ErrorNoClassNameSpecified", resourceCulture); } } /// /// Looks up a localized string similar to No coordinate system WKT specified. /// public static string ErrorNoCoordinateSystemWktSpecified { get { return ResourceManager.GetString("ErrorNoCoordinateSystemWktSpecified", resourceCulture); } } /// /// Looks up a localized string similar to No data found in resource: {0}. /// public static string ErrorNoDataInResource { get { return ResourceManager.GetString("ErrorNoDataInResource", resourceCulture); } } /// /// Looks up a localized string similar to No extent specified for static extent type. /// public static string ErrorNoExtentSpecifiedForStaticType { get { return ResourceManager.GetString("ErrorNoExtentSpecifiedForStaticType", resourceCulture); } } /// /// Looks up a localized string similar to No feature source id specified. /// public static string ErrorNoFeatureSourceIdSpecified { get { return ResourceManager.GetString("ErrorNoFeatureSourceIdSpecified", resourceCulture); } } /// /// Looks up a localized string similar to No file name specified. /// public static string ErrorNoFileNameSpecified { get { return ResourceManager.GetString("ErrorNoFileNameSpecified", resourceCulture); } } /// /// Looks up a localized string similar to No provider specified. /// public static string ErrorNoProviderSpecified { get { return ResourceManager.GetString("ErrorNoProviderSpecified", resourceCulture); } } /// /// Looks up a localized string similar to Resource has no resource id attached. /// public static string ErrorNoResourceIdAttached { get { return ResourceManager.GetString("ErrorNoResourceIdAttached", resourceCulture); } } /// /// Looks up a localized string similar to No schema specified. /// public static string ErrorNoSchemaSpecified { get { return ResourceManager.GetString("ErrorNoSchemaSpecified", resourceCulture); } } /// /// Looks up a localized string similar to No schema specified to apply. /// public static string ErrorNoSchemaSpecifiedToApply { get { return ResourceManager.GetString("ErrorNoSchemaSpecifiedToApply", resourceCulture); } } /// /// Looks up a localized string similar to No server connection set for object. /// public static string ErrorNoServerConnectionAttached { get { return ResourceManager.GetString("ErrorNoServerConnectionAttached", resourceCulture); } } /// /// Looks up a localized string similar to No spatial context name specified. This is the name that should be referred to by any spatial context associations in your feature schema. /// public static string ErrorNoSpatialContextNameSpecified { get { return ResourceManager.GetString("ErrorNoSpatialContextNameSpecified", resourceCulture); } } /// /// Looks up a localized string similar to Not a qualified class name: {0}. /// public static string ErrorNotAQualifiedClassName { get { return ResourceManager.GetString("ErrorNotAQualifiedClassName", resourceCulture); } } /// /// Looks up a localized string similar to Nothing to insert. /// public static string ErrorNothingToInsert { get { return ResourceManager.GetString("ErrorNothingToInsert", resourceCulture); } } /// /// Looks up a localized string similar to No values specified for updating. /// public static string ErrorNoValuesSpecifiedForUpdating { get { return ResourceManager.GetString("ErrorNoValuesSpecifiedForUpdating", resourceCulture); } } /// /// Looks up a localized string similar to The value for {0} is null, which is not supported as a key. /// public static string ErrorNullKeyValue { get { return ResourceManager.GetString("ErrorNullKeyValue", resourceCulture); } } /// /// Looks up a localized string similar to Null values not accepted. /// public static string ErrorNullNotAccepted { get { return ResourceManager.GetString("ErrorNullNotAccepted", resourceCulture); } } /// /// Looks up a localized string similar to Null Value. /// public static string ErrorNullValue { get { return ResourceManager.GetString("ErrorNullValue", resourceCulture); } } /// /// Looks up a localized string similar to Value does not implement ICompositeTypeStyle. /// public static string ErrorObjectNotICompositeTypeStyle { get { return ResourceManager.GetString("ErrorObjectNotICompositeTypeStyle", resourceCulture); } } /// /// Looks up a localized string similar to null values are not permitted. Use SetNull() if you need to specify null values. /// public static string ErrorObjectSetNullValuesNotPermitted { get { return ResourceManager.GetString("ErrorObjectSetNullValuesNotPermitted", resourceCulture); } } /// /// Looks up a localized string similar to Overlay options are only applicable to MapGuide maps. /// public static string ErrorOverlayOptionsOnNonMapGuideMap { get { return ResourceManager.GetString("ErrorOverlayOptionsOnNonMapGuideMap", resourceCulture); } } /// /// Looks up a localized string similar to Expected ')' but encountered '{0}'. /// public static string ErrorParseExpectedCloser { get { return ResourceManager.GetString("ErrorParseExpectedCloser", resourceCulture); } } /// /// Looks up a localized string similar to Expected ')' or ',' but encountered '{0}'. /// public static string ErrorParseExpectedCloserOrComma { get { return ResourceManager.GetString("ErrorParseExpectedCloserOrComma", resourceCulture); } } /// /// Looks up a localized string similar to Expected 'EMPTY' or '(' but encountered '{0}'. /// public static string ErrorParseExpectedEmpty { get { return ResourceManager.GetString("ErrorParseExpectedEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Expected number but encountered {0}. /// public static string ErrorParseExpectedNumber { get { return ResourceManager.GetString("ErrorParseExpectedNumber", resourceCulture); } } /// /// Looks up a localized string similar to Expected number but encountered end of line. /// public static string ErrorParseExpectedNumberEol { get { return ResourceManager.GetString("ErrorParseExpectedNumberEol", resourceCulture); } } /// /// Looks up a localized string similar to Expected number but encountered end of stream. /// public static string ErrorParseExpectedNumberEos { get { return ResourceManager.GetString("ErrorParseExpectedNumberEos", resourceCulture); } } /// /// Looks up a localized string similar to Expected number but encountered word {0}. /// public static string ErrorParseExpectedNumberGotWord { get { return ResourceManager.GetString("ErrorParseExpectedNumberGotWord", resourceCulture); } } /// /// Looks up a localized string similar to Expected word but encountered number: {0}. /// public static string ErrorParseExpectedWord { get { return ResourceManager.GetString("ErrorParseExpectedWord", resourceCulture); } } /// /// Looks up a localized string similar to Error reading geometry. /// public static string ErrorParseGeometryRead { get { return ResourceManager.GetString("ErrorParseGeometryRead", resourceCulture); } } /// /// Looks up a localized string similar to Unknown type: {0}. /// public static string ErrorParseUnknownType { get { return ResourceManager.GetString("ErrorParseUnknownType", resourceCulture); } } /// /// Looks up a localized string similar to Property not found: {0}. /// public static string ErrorPropertyNotFound { get { return ResourceManager.GetString("ErrorPropertyNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Provider already registered: {0}. /// public static string ErrorProviderAlreadyRegistered { get { return ResourceManager.GetString("ErrorProviderAlreadyRegistered", resourceCulture); } } /// /// Looks up a localized string similar to Provider not registered: {0}. /// public static string ErrorProviderNotRegistered { get { return ResourceManager.GetString("ErrorProviderNotRegistered", resourceCulture); } } /// /// Looks up a localized string similar to The specified provider is not usable in your operating system: {0}. /// public static string ErrorProviderNotUsableForYourPlatform { get { return ResourceManager.GetString("ErrorProviderNotUsableForYourPlatform", resourceCulture); } } /// /// Looks up a localized string similar to Cannot change extension for a folder. /// public static string ErrorResourceIdCannotChangeExtensionForFolder { get { return ResourceManager.GetString("ErrorResourceIdCannotChangeExtensionForFolder", resourceCulture); } } /// /// Looks up a localized string similar to Resource Identifier class id expected, but got: {0}. /// public static string ErrorResourceIdentifierClassIdNotFound { get { return ResourceManager.GetString("ErrorResourceIdentifierClassIdNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The resource name must not contain ':', \"//\" or '.'. /// public static string ErrorResourceIdentifierInvalidChars { get { return ResourceManager.GetString("ErrorResourceIdentifierInvalidChars", resourceCulture); } } /// /// Looks up a localized string similar to The new name must not contain the \"/\" character. /// public static string ErrorResourceIdentifierNameInvalidChars { get { return ResourceManager.GetString("ErrorResourceIdentifierNameInvalidChars", resourceCulture); } } /// /// Looks up a localized string similar to The supplied extension is invalid. /// public static string ErrorResourceIdInvalidExtension { get { return ResourceManager.GetString("ErrorResourceIdInvalidExtension", resourceCulture); } } /// /// Looks up a localized string similar to The resourceId: {0} must be updated with a folder header. /// public static string ErrorResourceMustBeUpdatedWithFolderHeader { get { return ResourceManager.GetString("ErrorResourceMustBeUpdatedWithFolderHeader", resourceCulture); } } /// /// Looks up a localized string similar to Runtime maps must be in the session repository. /// public static string ErrorRuntimeMapNotInSessionRepo { get { return ResourceManager.GetString("ErrorRuntimeMapNotInSessionRepo", resourceCulture); } } /// /// Looks up a localized string similar to A layer in selection had no id. /// public static string ErrorSelectedLayerHasNoId { get { return ResourceManager.GetString("ErrorSelectedLayerHasNoId", resourceCulture); } } /// /// Looks up a localized string similar to Setting visibility of tiled map layers is not permitted. /// public static string ErrorSettingVisibilityOfTiledLayer { get { return ResourceManager.GetString("ErrorSettingVisibilityOfTiledLayer", resourceCulture); } } /// /// Looks up a localized string similar to On new versions, there should be no layer data in map. /// public static string ErrorShouldHaveNoLayerDataInMap { get { return ResourceManager.GetString("ErrorShouldHaveNoLayerDataInMap", resourceCulture); } } /// /// Looks up a localized string similar to Token list contains a null value. /// public static string ErrorTokenListContainsNullValue { get { return ResourceManager.GetString("ErrorTokenListContainsNullValue", resourceCulture); } } /// /// Looks up a localized string similar to Type {0} does not contain schema info. /// public static string ErrorTypeHasNoSchemaInfo { get { return ResourceManager.GetString("ErrorTypeHasNoSchemaInfo", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected resource type for {0}. Expected {1}. /// public static string ErrorUnexpectedResourceType { get { return ResourceManager.GetString("ErrorUnexpectedResourceType", resourceCulture); } } /// /// Looks up a localized string similar to The given type is not a known resource type. /// public static string ErrorUnknownResourceType { get { return ResourceManager.GetString("ErrorUnknownResourceType", resourceCulture); } } /// /// Looks up a localized string similar to The type {0} is not supported for primary keys. /// public static string ErrorUnsupportedPkType { get { return ResourceManager.GetString("ErrorUnsupportedPkType", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized element. Only a subset of the FDO logical schema is supported here. /// public static string ErrorUnsupporteFdoSchemaXml { get { return ResourceManager.GetString("ErrorUnsupporteFdoSchemaXml", resourceCulture); } } /// /// Looks up a localized string similar to Failed in validator: {0}. /// public static string ErrorValidationGeneric { get { return ResourceManager.GetString("ErrorValidationGeneric", resourceCulture); } } /// /// Looks up a localized string similar to Value is not comparable. /// public static string ErrorValueNotComparable { get { return ResourceManager.GetString("ErrorValueNotComparable", resourceCulture); } } /// /// Looks up a localized string similar to Value falls outside the range of {0} and {1}. /// public static string ErrorValueOutOfRange { get { return ResourceManager.GetString("ErrorValueOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Factory method already registered for version: . /// public static string FactoryMethodAlreadyRegistered { get { return ResourceManager.GetString("FactoryMethodAlreadyRegistered", resourceCulture); } } /// /// Looks up a localized string similar to Due to a limitation in the public APIs provided by MapGuide. This Feature Source cannot be packaged by Maestro's packager without discarding the MG_USER_CREDENTIALS element. The workaround is to either re-secure these Feature Sources after loading the Maestro-created package, or to use the official packaging method which will preserve MG_USER_CREDENTIALS in its encrypted state. /// public static string FS_CannotPackageSecuredCredentials { get { return ResourceManager.GetString("FS_CannotPackageSecuredCredentials", resourceCulture); } } /// /// Looks up a localized string similar to Connection test failed: {0}. /// public static string FS_ConnectionTestFailed { get { return ResourceManager.GetString("FS_ConnectionTestFailed", resourceCulture); } } /// /// Looks up a localized string similar to Spatial context extent appears to be invalid (or is the default extent returned by FDO provider. Meaning it very likely does not truly represent the extent of your data). /// public static string FS_DefaultSpatialContextWarning { get { return ResourceManager.GetString("FS_DefaultSpatialContextWarning", resourceCulture); } } /// /// Looks up a localized string similar to The Extended Feature Class ({0}) is using an empty Join Prefix. A join prefix is used to prevent collisions between property names which may exist in both the primary and joined feature classes.. /// public static string FS_EmptyJoinPrefix { get { return ResourceManager.GetString("FS_EmptyJoinPrefix", resourceCulture); } } /// /// Looks up a localized string similar to Empty spatial context extent detected. /// public static string FS_EmptySpatialContextWarning { get { return ResourceManager.GetString("FS_EmptySpatialContextWarning", resourceCulture); } } /// /// Looks up a localized string similar to Could not obtain identity properties for {0}. This class either has no identity properties and/or is derived from a view with no uniquely identifiable columns. Attempting to create feature joins from this class may produce unexpected results.. /// public static string FS_NoPrimaryKeyOrView { get { return ResourceManager.GetString("FS_NoPrimaryKeyOrView", resourceCulture); } } /// /// Looks up a localized string similar to No spatial contexts found. If this feature source is strictly used for Feature Joins, this warning can be safely ignored. /// public static string FS_NoSpatialContextWarning { get { return ResourceManager.GetString("FS_NoSpatialContextWarning", resourceCulture); } } /// /// Looks up a localized string similar to This Feature Source uses plaintext credentials. This would happen if you are using an old version of Maestro (4.0.2 or older). This is not secure as such Feature Sources can be accessed by the Anonymous MapGuide user account. It is strongly advised that such Feature Sources can be re-secured with MapGuide/Infrastructure Studio or with Maestro 4.0.3 (or newer). /// public static string FS_PlaintextCredentials { get { return ResourceManager.GetString("FS_PlaintextCredentials", resourceCulture); } } /// /// Looks up a localized string similar to The Extended Feature Class ({0}) does not satisfy the required parameters for optimal Feature Join performance (both sides sortable, on a single property). Join Performance may not be optimal. Left-side sortable: {1}, Right-side sortable: {2}. /// public static string FS_PotentialBadJoinPerformance { get { return ResourceManager.GetString("FS_PotentialBadJoinPerformance", resourceCulture); } } /// /// Looks up a localized string similar to The Extended Feature Class ({0}) does not satisfy the required parameters for optimal Feature Join performance (both sides sortable, on a single property). Join Performance may not be optimal.. /// public static string FS_PotentialBadJoinPerformance2 { get { return ResourceManager.GetString("FS_PotentialBadJoinPerformance2", resourceCulture); } } /// /// Looks up a localized string similar to No primary key defined for class: {0}, features will not be selectable and feature joins on this class may produce unexpected results. /// public static string FS_PrimaryKeyMissingInformation { get { return ResourceManager.GetString("FS_PrimaryKeyMissingInformation", resourceCulture); } } /// /// Looks up a localized string similar to Failed to read identity properties: {0}. /// public static string FS_PrimaryKeyReadError { get { return ResourceManager.GetString("FS_PrimaryKeyReadError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to read schema description: {0}. /// public static string FS_SchemaReadError { get { return ResourceManager.GetString("FS_SchemaReadError", resourceCulture); } } /// /// Looks up a localized string similar to No schemas found in datasource. /// public static string FS_SchemasMissingWarning { get { return ResourceManager.GetString("FS_SchemasMissingWarning", resourceCulture); } } /// /// Looks up a localized string similar to Feature source content has the %MG_USERNAME% and %MG_PASSWORD% tokens, but does not have the MG_USER_CREDENTIALS resource data item. /// public static string FS_SecuredCredentialTokensWithoutSecuredCredentialData { get { return ResourceManager.GetString("FS_SecuredCredentialTokensWithoutSecuredCredentialData", resourceCulture); } } /// /// Looks up a localized string similar to Failed to read spatial context: {0}. /// public static string FS_SpatialContextReadError { get { return ResourceManager.GetString("FS_SpatialContextReadError", resourceCulture); } } /// /// Looks up a localized string similar to Maestro could not fully validate the feature source due to a a mapagent error. Assuming it is because of timeout: {0}. /// public static string FS_ValidationTimeout { get { return ResourceManager.GetString("FS_ValidationTimeout", resourceCulture); } } /// /// Looks up a localized string similar to Alpha value. /// public static string Func_ARGB_AValueDescription { get { return ResourceManager.GetString("Func_ARGB_AValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Blue value. /// public static string Func_ARGB_BValueDescription { get { return ResourceManager.GetString("Func_ARGB_BValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Color generation function. /// public static string Func_ARGB_Description { get { return ResourceManager.GetString("Func_ARGB_Description", resourceCulture); } } /// /// Looks up a localized string similar to Green value. /// public static string Func_ARGB_GValueDescription { get { return ResourceManager.GetString("Func_ARGB_GValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Red value. /// public static string Func_ARGB_RValueDescription { get { return ResourceManager.GetString("Func_ARGB_RValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to String formatting function. /// public static string Func_DECAP_Description { get { return ResourceManager.GetString("Func_DECAP_Description", resourceCulture); } } /// /// Looks up a localized string similar to String to format. /// public static string Func_DECAP_StringValueDescription { get { return ResourceManager.GetString("Func_DECAP_StringValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Returns the active feature class name. /// public static string Func_FEATURECLASS_Description { get { return ResourceManager.GetString("Func_FEATURECLASS_Description", resourceCulture); } } /// /// Looks up a localized string similar to Returns the active feature Id. /// public static string Func_FEATUREID_Description { get { return ResourceManager.GetString("Func_FEATUREID_Description", resourceCulture); } } /// /// Looks up a localized string similar to Boolean expression (filter) encapsulated in a string. /// public static string Func_IF_ConditionDescription { get { return ResourceManager.GetString("Func_IF_ConditionDescription", resourceCulture); } } /// /// Looks up a localized string similar to If evaluator for style theming. /// public static string Func_IF_Description { get { return ResourceManager.GetString("Func_IF_Description", resourceCulture); } } /// /// Looks up a localized string similar to Returned if condition is false. /// public static string Func_IF_FalseValueDescription { get { return ResourceManager.GetString("Func_IF_FalseValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Returned if condition is true. /// public static string Func_IF_TrueValueDescription { get { return ResourceManager.GetString("Func_IF_TrueValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Returns the active layer Id. /// public static string Func_LAYERID_Description { get { return ResourceManager.GetString("Func_LAYERID_Description", resourceCulture); } } /// /// Looks up a localized string similar to Default value returned if expression does not evaluate to any of the keys. /// public static string Func_LOOKUP_DefaultValueDescription { get { return ResourceManager.GetString("Func_LOOKUP_DefaultValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Lookup table for style theming. /// public static string Func_LOOKUP_Description { get { return ResourceManager.GetString("Func_LOOKUP_Description", resourceCulture); } } /// /// Looks up a localized string similar to Key expression. /// public static string Func_LOOKUP_ExpressionDescription { get { return ResourceManager.GetString("Func_LOOKUP_ExpressionDescription", resourceCulture); } } /// /// Looks up a localized string similar to Lookup index that can be matched by the key expression. /// public static string Func_LOOKUP_IndexDescription { get { return ResourceManager.GetString("Func_LOOKUP_IndexDescription", resourceCulture); } } /// /// Looks up a localized string similar to Value that is returned when the key expression matches the associated index. /// public static string Func_LOOKUP_ValueDescription { get { return ResourceManager.GetString("Func_LOOKUP_ValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Returns the active map name. /// public static string Func_MAPNAME_Description { get { return ResourceManager.GetString("Func_MAPNAME_Description", resourceCulture); } } /// /// Looks up a localized string similar to Default value returned if expression does not fall into any of the ranges. /// public static string Func_RANGE_DefaultValueDescription { get { return ResourceManager.GetString("Func_RANGE_DefaultValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Range table for style theming. /// public static string Func_RANGE_Description { get { return ResourceManager.GetString("Func_RANGE_Description", resourceCulture); } } /// /// Looks up a localized string similar to Key expression. /// public static string Func_RANGE_ExpressionDescription { get { return ResourceManager.GetString("Func_RANGE_ExpressionDescription", resourceCulture); } } /// /// Looks up a localized string similar to Exclusive maximum of range that can be matched by the key expression. /// public static string Func_RANGE_MaxDescription { get { return ResourceManager.GetString("Func_RANGE_MaxDescription", resourceCulture); } } /// /// Looks up a localized string similar to Inclusive minimum of range that can be matched by the key expression. /// public static string Func_RANGE_MinDescription { get { return ResourceManager.GetString("Func_RANGE_MinDescription", resourceCulture); } } /// /// Looks up a localized string similar to Value that is returned when the key expression matches the associated range. /// public static string Func_RANGE_ValueDescription { get { return ResourceManager.GetString("Func_RANGE_ValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to Returns the active session. /// public static string Func_SESSION_Description { get { return ResourceManager.GetString("Func_SESSION_Description", resourceCulture); } } /// /// Looks up a localized string similar to String encoding function. /// public static string Func_URLENCODE_Description { get { return ResourceManager.GetString("Func_URLENCODE_Description", resourceCulture); } } /// /// Looks up a localized string similar to String to URL encode. /// public static string Func_URLENCODE_StringValueDescription { get { return ResourceManager.GetString("Func_URLENCODE_StringValueDescription", resourceCulture); } } /// /// Looks up a localized string similar to {0} (*.{1})|*.{1}. /// public static string GenericFilter { get { return ResourceManager.GetString("GenericFilter", resourceCulture); } } /// /// Looks up a localized string similar to Infinity. /// public static string Infinity { get { return ResourceManager.GetString("Infinity", resourceCulture); } } /// /// Looks up a localized string similar to The scale range {0} to {1} contains a composite style defined alongside a area/point/line style. The composite style takes precedence in such cases meaning the area/point/line style is always ignored. /// public static string LDF_CompositeStyleDefinedAlongsideBasicStyle { get { return ResourceManager.GetString("LDF_CompositeStyleDefinedAlongsideBasicStyle", resourceCulture); } } /// /// Looks up a localized string similar to Failed to load specified Drawing Source. /// public static string LDF_DrawingSourceError { get { return ResourceManager.GetString("LDF_DrawingSourceError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to load specified Feature Source. /// public static string LDF_FeatureSourceLoadError { get { return ResourceManager.GetString("LDF_FeatureSourceLoadError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to find geometry column {0} in schema {1} on featuresource {2}. /// public static string LDF_GeometryMissingError { get { return ResourceManager.GetString("LDF_GeometryMissingError", resourceCulture); } } /// /// Looks up a localized string similar to Referenced Symbol Definition {0} has an irrelevant usage context for this layer because this layer does not have features of type: {1}. /// public static string LDF_IrrelevantUsageContext { get { return ResourceManager.GetString("LDF_IrrelevantUsageContext", resourceCulture); } } /// /// Looks up a localized string similar to Layer is missing core information. /// public static string LDF_LayerNullError { get { return ResourceManager.GetString("LDF_LayerNullError", resourceCulture); } } /// /// Looks up a localized string similar to The minimum scale ({0}) is larger than the maximum scale ({1}). /// public static string LDF_MinAndMaxScaleSwappedError { get { return ResourceManager.GetString("LDF_MinAndMaxScaleSwappedError", resourceCulture); } } /// /// Looks up a localized string similar to No FeatureSource is assigned to the layer. /// public static string LDF_MissingFeatureSourceError { get { return ResourceManager.GetString("LDF_MissingFeatureSourceError", resourceCulture); } } /// /// Looks up a localized string similar to No Geometry is assigned to the layer. /// public static string LDF_MissingGeometryError { get { return ResourceManager.GetString("LDF_MissingGeometryError", resourceCulture); } } /// /// Looks up a localized string similar to No scale ranges are defined, no data can be displayed. /// public static string LDF_MissingScaleRangesError { get { return ResourceManager.GetString("LDF_MissingScaleRangesError", resourceCulture); } } /// /// Looks up a localized string similar to More than one scale ranges is defined, this is valid, but unsupported by Maestro. /// public static string LDF_MultipleScaleRangesWarning { get { return ResourceManager.GetString("LDF_MultipleScaleRangesWarning", resourceCulture); } } /// /// Looks up a localized string similar to The scale range {0}-{1} overlaps the range {2}-{3}. /// public static string LDF_ScaleRangesOverlapInformation { get { return ResourceManager.GetString("LDF_ScaleRangesOverlapInformation", resourceCulture); } } /// /// Looks up a localized string similar to Failed to validate column and schema: {0}. /// public static string LDF_SchemaAndColumnReadFailedError { get { return ResourceManager.GetString("LDF_SchemaAndColumnReadFailedError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to find schema {0} in featuresource {1}. /// public static string LDF_SchemaMissingError { get { return ResourceManager.GetString("LDF_SchemaMissingError", resourceCulture); } } /// /// Looks up a localized string similar to Referenced sheet layer {0} not found in sheet {1} of referenced Drawing Source. /// public static string LDF_SheetLayerNotFound { get { return ResourceManager.GetString("LDF_SheetLayerNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Referenced sheet {0} not found in referenced Drawing Source. /// public static string LDF_SheetNotFound { get { return ResourceManager.GetString("LDF_SheetNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The Layer Definition contains a Composite Rule pointing to a non-existent Symbol Definition: {0}. /// public static string LDF_SymbolDefintionReferenceNotFound { get { return ResourceManager.GetString("LDF_SymbolDefintionReferenceNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The Layer Definition specifies a parameter override for {0} that does not exist ({1}). /// public static string LDF_SymbolParameterOverrideToNonExistentParameter { get { return ResourceManager.GetString("LDF_SymbolParameterOverrideToNonExistentParameter", resourceCulture); } } /// /// Looks up a localized string similar to The layer has no type, or the type is unsupported by Maestro. /// public static string LDF_UnsupportedLayerTypeWarning { get { return ResourceManager.GetString("LDF_UnsupportedLayerTypeWarning", resourceCulture); } } /// /// Looks up a localized string similar to Factory method already registered for load procedure type: . /// public static string LoadProcFactoryMethodAlreadyRegistered { get { return ResourceManager.GetString("LoadProcFactoryMethodAlreadyRegistered", resourceCulture); } } /// /// Looks up a localized string similar to Convert to SDF option is not supported by Maestro. /// public static string LPROC_ConvertToSdf3NotSupported { get { return ResourceManager.GetString("LPROC_ConvertToSdf3NotSupported", resourceCulture); } } /// /// Looks up a localized string similar to DWF Load Procedures cannot be executed by Maestro. /// public static string LPROC_DWFNotSupported { get { return ResourceManager.GetString("LPROC_DWFNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to DWG Load Procedures cannot be executed by Maestro. /// public static string LPROC_DWGNotSupported { get { return ResourceManager.GetString("LPROC_DWGNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Generalization of source data is not supported by Maestro. /// public static string LPROC_GeneralizationNotSupported { get { return ResourceManager.GetString("LPROC_GeneralizationNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Raster Load Procedures cannot be executed by Maestro. /// public static string LPROC_RasterNotSupported { get { return ResourceManager.GetString("LPROC_RasterNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to SDF 2 Migration options are not supported by Maestro. Ensure your source files are SDF3 files.. /// public static string LPROC_Sdf2OptionsNotSupported { get { return ResourceManager.GetString("LPROC_Sdf2OptionsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Source file not found: {0}. /// public static string LPROC_SourceFileNotFound { get { return ResourceManager.GetString("LPROC_SourceFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Data from {0} is not visible in the map's start extent. /// public static string MDF_DataOutsideMapWarning { get { return ResourceManager.GetString("MDF_DataOutsideMapWarning", resourceCulture); } } /// /// Looks up a localized string similar to {0} has a different coordinate system than the map, this will impact performance as the coordinates are transformed while rendering the map. Maestro cannot validate the extent of the data.. /// public static string MDF_DataReprojectionWarning { get { return ResourceManager.GetString("MDF_DataReprojectionWarning", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0}'s FeatureSource could not be read: {1}. /// public static string MDF_FeatureSourceReadError { get { return ResourceManager.GetString("MDF_FeatureSourceReadError", resourceCulture); } } /// /// Looks up a localized string similar to Group {0} has the default legend label. /// public static string MDF_GroupHasDefaultLabelInformation { get { return ResourceManager.GetString("MDF_GroupHasDefaultLabelInformation", resourceCulture); } } /// /// Looks up a localized string similar to Group {0} does not have a legend label. /// public static string MDF_GroupMissingLabelInformation { get { return ResourceManager.GetString("MDF_GroupMissingLabelInformation", resourceCulture); } } /// /// Looks up a localized string similar to Layer Group ({0}) belongs to a non-existent Layer Group ({1}). /// public static string MDF_GroupWithNonExistentGroup { get { return ResourceManager.GetString("MDF_GroupWithNonExistentGroup", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} does not have a legend label. /// public static string MDF_LayerMissingLabelInformation { get { return ResourceManager.GetString("MDF_LayerMissingLabelInformation", resourceCulture); } } /// /// Looks up a localized string similar to The layer name {0} is used for both "{1}" and "{2}". /// public static string MDF_LayerNameDuplicateWarning { get { return ResourceManager.GetString("MDF_LayerNameDuplicateWarning", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} could not be read: {1}. /// public static string MDF_LayerReadError { get { return ResourceManager.GetString("MDF_LayerReadError", resourceCulture); } } /// /// Looks up a localized string similar to Layer ({0}) belongs to a non-existent Layer Group ({1}). /// public static string MDF_LayerWithNonExistentGroup { get { return ResourceManager.GetString("MDF_LayerWithNonExistentGroup", resourceCulture); } } /// /// Looks up a localized string similar to Map Definition references feature source {0} which has a null extent. Most likely caused by feature source having no actual data inside it. /// public static string MDF_LayerWithNullExtent { get { return ResourceManager.GetString("MDF_LayerWithNullExtent", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} has no geometry column. /// public static string MDF_MissingLayerGeometryColumnError { get { return ResourceManager.GetString("MDF_MissingLayerGeometryColumnError", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} has an invalid Schema. /// public static string MDF_MissingLayerSchemaError { get { return ResourceManager.GetString("MDF_MissingLayerSchemaError", resourceCulture); } } /// /// Looks up a localized string similar to {0} has no spatial context (eg. no coordinate system). /// public static string MDF_MissingSpatialContextWarning { get { return ResourceManager.GetString("MDF_MissingSpatialContextWarning", resourceCulture); } } /// /// Looks up a localized string similar to {0} has more than one spatial context, the following test results may be inacurate. /// public static string MDF_MultipleSpatialContextsInformation { get { return ResourceManager.GetString("MDF_MultipleSpatialContextsInformation", resourceCulture); } } /// /// Looks up a localized string similar to Map Definition has no coordinate system. /// public static string MDF_NoCoordinateSystem { get { return ResourceManager.GetString("MDF_NoCoordinateSystem", resourceCulture); } } /// /// Looks up a localized string similar to The Map Definition contains tiled layers but has no finite display scales defined. /// public static string MDF_NoFiniteDisplayScalesSpecified { get { return ResourceManager.GetString("MDF_NoFiniteDisplayScalesSpecified", resourceCulture); } } /// /// Looks up a localized string similar to {0} is a raster layer, and in another coordinate system than the map. No data will be displayed by the layer. /// public static string MDF_RasterReprojectionError { get { return ResourceManager.GetString("MDF_RasterReprojectionError", resourceCulture); } } /// /// Looks up a localized string similar to {0} could not be processed for spatial info: {1}. /// public static string MDF_ResourceReadError { get { return ResourceManager.GetString("MDF_ResourceReadError", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} is a type that is unsupported by Maestro. /// public static string MDF_UnsupportedLayerTypeWarning { get { return ResourceManager.GetString("MDF_UnsupportedLayerTypeWarning", resourceCulture); } } /// /// Looks up a localized string similar to Moved resource: {0}. /// public static string MovedResource { get { return ResourceManager.GetString("MovedResource", resourceCulture); } } /// /// Looks up a localized string similar to Moving resource .... /// public static string MovingResource { get { return ResourceManager.GetString("MovingResource", resourceCulture); } } /// /// Looks up a localized string similar to Not a folder resource id: {0}. /// public static string NotAFolder { get { return ResourceManager.GetString("NotAFolder", resourceCulture); } } /// /// Looks up a localized string similar to (null). /// public static string NullString { get { return ResourceManager.GetString("NullString", resourceCulture); } } /// /// Looks up a localized string similar to All Files. /// public static string PickAll { get { return ResourceManager.GetString("PickAll", resourceCulture); } } /// /// Looks up a localized string similar to Batch Files. /// public static string PickBat { get { return ResourceManager.GetString("PickBat", resourceCulture); } } /// /// Looks up a localized string similar to Autodesk DWF. /// public static string PickDwf { get { return ResourceManager.GetString("PickDwf", resourceCulture); } } /// /// Looks up a localized string similar to Executables. /// public static string PickExe { get { return ResourceManager.GetString("PickExe", resourceCulture); } } /// /// Looks up a localized string similar to INI Files. /// public static string PickIni { get { return ResourceManager.GetString("PickIni", resourceCulture); } } /// /// Looks up a localized string similar to Log Files. /// public static string PickLog { get { return ResourceManager.GetString("PickLog", resourceCulture); } } /// /// Looks up a localized string similar to MapGuide Package File. /// public static string PickMgp { get { return ResourceManager.GetString("PickMgp", resourceCulture); } } /// /// Looks up a localized string similar to Portable Network Graphics. /// public static string PickPng { get { return ResourceManager.GetString("PickPng", resourceCulture); } } /// /// Looks up a localized string similar to Python Scripts. /// public static string PickPy { get { return ResourceManager.GetString("PickPy", resourceCulture); } } /// /// Looks up a localized string similar to Autodesk Spatial Data File. /// public static string PickSdf { get { return ResourceManager.GetString("PickSdf", resourceCulture); } } /// /// Looks up a localized string similar to ESRI Shapefile. /// public static string PickShp { get { return ResourceManager.GetString("PickShp", resourceCulture); } } /// /// Looks up a localized string similar to SQLite Databases. /// public static string PickSqlite { get { return ResourceManager.GetString("PickSqlite", resourceCulture); } } /// /// Looks up a localized string similar to Text Files. /// public static string PickTxt { get { return ResourceManager.GetString("PickTxt", resourceCulture); } } /// /// Looks up a localized string similar to XML Files. /// public static string PickXml { get { return ResourceManager.GetString("PickXml", resourceCulture); } } /// /// Looks up a localized string similar to Zip Files. /// public static string PickZip { get { return ResourceManager.GetString("PickZip", resourceCulture); } } /// /// Looks up a localized string similar to Precondition failure: . /// public static string PrecondFailure { get { return ResourceManager.GetString("PrecondFailure", resourceCulture); } } /// /// Looks up a localized string similar to String is empty: . /// public static string PrecondStringEmpty { get { return ResourceManager.GetString("PrecondStringEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Value is null: . /// public static string PrecondValueNull { get { return ResourceManager.GetString("PrecondValueNull", resourceCulture); } } /// /// Looks up a localized string similar to Copying Folder .... /// public static string ProgressCopyingFolder { get { return ResourceManager.GetString("ProgressCopyingFolder", resourceCulture); } } /// /// Looks up a localized string similar to Finding Folder References .... /// public static string ProgressFindingFolderRefs { get { return ResourceManager.GetString("ProgressFindingFolderRefs", resourceCulture); } } /// /// Looks up a localized string similar to Moving Folder .... /// public static string ProgressMovingFolder { get { return ResourceManager.GetString("ProgressMovingFolder", resourceCulture); } } /// /// Looks up a localized string similar to This connection does not support required service: . /// public static string RequiredServiceNotSupported { get { return ResourceManager.GetString("RequiredServiceNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The simple symbol definition contains an image graphic that references a resource id {0} with a non-existent resource data {1}. /// public static string SSDF_ImageGraphicReferenceResourceDataNotFound { get { return ResourceManager.GetString("SSDF_ImageGraphicReferenceResourceDataNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The simple symbol definition contains an image graphic that references a non-existent resource id. /// public static string SSDF_ImageGraphicReferenceResourceIdNotFound { get { return ResourceManager.GetString("SSDF_ImageGraphicReferenceResourceIdNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The Simple Symbol Definition has no geometry usage contexts specified.. /// public static string SSDF_NoGeometryUsageContext { get { return ResourceManager.GetString("SSDF_NoGeometryUsageContext", resourceCulture); } } /// /// Looks up a localized string similar to The simple symbol definition contains a symbol parameter {0} that is not referenced anywhere within the definition. /// public static string SSDF_SymbolParameterNotUsed { get { return ResourceManager.GetString("SSDF_SymbolParameterNotUsed", resourceCulture); } } /// /// Looks up a localized string similar to Created: {0}. /// public static string TemplateCreated { get { return ResourceManager.GetString("TemplateCreated", resourceCulture); } } /// /// Looks up a localized string similar to File not found: {0}. /// public static string TemplateFileNotFound { get { return ResourceManager.GetString("TemplateFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to File processed: {0}. /// public static string TemplateFileProcessed { get { return ResourceManager.GetString("TemplateFileProcessed", resourceCulture); } } /// /// Looks up a localized string similar to Loaded: {0}. /// public static string TemplateLoaded { get { return ResourceManager.GetString("TemplateLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Set default spatial context for: {0}. /// public static string TemplateSetSpatialContext { get { return ResourceManager.GetString("TemplateSetSpatialContext", resourceCulture); } } /// /// Looks up a localized string similar to Success: {0}. /// public static string TemplateSuccess { get { return ResourceManager.GetString("TemplateSuccess", resourceCulture); } } /// /// Looks up a localized string similar to Uploaded: {0}.prj. /// public static string TemplateUploadedPrj { get { return ResourceManager.GetString("TemplateUploadedPrj", resourceCulture); } } /// /// Looks up a localized string similar to Could not find template url for template: . /// public static string TemplateUrlNotFound { get { return ResourceManager.GetString("TemplateUrlNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Preview. /// public static string TitlePreview { get { return ResourceManager.GetString("TitlePreview", resourceCulture); } } /// /// Looks up a localized string similar to All threads crashed, and the tile set was only partially created. /// public static string TS_ThreadFailureError { get { return ResourceManager.GetString("TS_ThreadFailureError", resourceCulture); } } /// /// Looks up a localized string similar to Unknown layer version: . /// public static string UnknownLayerVersion { get { return ResourceManager.GetString("UnknownLayerVersion", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Map Definition version: . /// public static string UnknownMapDefinitionVersion { get { return ResourceManager.GetString("UnknownMapDefinitionVersion", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Symbol Definition version: . /// public static string UnknownSymbolDefVersion { get { return ResourceManager.GetString("UnknownSymbolDefVersion", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Watermark Definition version: . /// public static string UnknownWatermarkDefinitionVersion { get { return ResourceManager.GetString("UnknownWatermarkDefinitionVersion", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Web Layout version: . /// public static string UnknownWebLayoutVersion { get { return ResourceManager.GetString("UnknownWebLayoutVersion", resourceCulture); } } /// /// Looks up a localized string similar to Unsupported Load Procedure Type. /// public static string UnsupportedLoadProcedureType { get { return ResourceManager.GetString("UnsupportedLoadProcedureType", resourceCulture); } } /// /// Looks up a localized string similar to Display information about this application. /// public static string WL_Desc_About { get { return ResourceManager.GetString("WL_Desc_About", resourceCulture); } } /// /// Looks up a localized string similar to Create buffers around the selected features. /// public static string WL_Desc_Buffer { get { return ResourceManager.GetString("WL_Desc_Buffer", resourceCulture); } } /// /// Looks up a localized string similar to Clear the current selection. /// public static string WL_Desc_ClearSelection { get { return ResourceManager.GetString("WL_Desc_ClearSelection", resourceCulture); } } /// /// Looks up a localized string similar to Copy current view of map to clipboard. /// public static string WL_Desc_Copy { get { return ResourceManager.GetString("WL_Desc_Copy", resourceCulture); } } /// /// Looks up a localized string similar to Get Printer-friendly page. /// public static string WL_Desc_GetPrintablePage { get { return ResourceManager.GetString("WL_Desc_GetPrintablePage", resourceCulture); } } /// /// Looks up a localized string similar to Launch help for this application. /// public static string WL_Desc_Help { get { return ResourceManager.GetString("WL_Desc_Help", resourceCulture); } } /// /// Looks up a localized string similar to Zoom to initial map center and scale. /// public static string WL_Desc_InitialCenterScale { get { return ResourceManager.GetString("WL_Desc_InitialCenterScale", resourceCulture); } } /// /// Looks up a localized string similar to Fit the extents of the map to the window. /// public static string WL_Desc_InitialMapView { get { return ResourceManager.GetString("WL_Desc_InitialMapView", resourceCulture); } } /// /// Looks up a localized string similar to Click to enable/disable display of map tooltips. /// public static string WL_Desc_MapTip { get { return ResourceManager.GetString("WL_Desc_MapTip", resourceCulture); } } /// /// Looks up a localized string similar to Measure distances on the map. /// public static string WL_Desc_Measure { get { return ResourceManager.GetString("WL_Desc_Measure", resourceCulture); } } /// /// Looks up a localized string similar to Go to next view. /// public static string WL_Desc_NextView { get { return ResourceManager.GetString("WL_Desc_NextView", resourceCulture); } } /// /// Looks up a localized string similar to Drag the map to view areas out of range. /// public static string WL_Desc_Pan { get { return ResourceManager.GetString("WL_Desc_Pan", resourceCulture); } } /// /// Looks up a localized string similar to Pan down by a preset increment. /// public static string WL_Desc_PanDown { get { return ResourceManager.GetString("WL_Desc_PanDown", resourceCulture); } } /// /// Looks up a localized string similar to Pan left by a preset increment. /// public static string WL_Desc_PanLeft { get { return ResourceManager.GetString("WL_Desc_PanLeft", resourceCulture); } } /// /// Looks up a localized string similar to Pan right by a preset increment. /// public static string WL_Desc_PanRight { get { return ResourceManager.GetString("WL_Desc_PanRight", resourceCulture); } } /// /// Looks up a localized string similar to Pan up by a preset increment. /// public static string WL_Desc_PanUp { get { return ResourceManager.GetString("WL_Desc_PanUp", resourceCulture); } } /// /// Looks up a localized string similar to Go to previous view. /// public static string WL_Desc_PrevView { get { return ResourceManager.GetString("WL_Desc_PrevView", resourceCulture); } } /// /// Looks up a localized string similar to Print with optional layout. /// public static string WL_Desc_Print { get { return ResourceManager.GetString("WL_Desc_Print", resourceCulture); } } /// /// Looks up a localized string similar to Refresh map to reload all layers keeping current center and scale. /// public static string WL_Desc_RefreshMap { get { return ResourceManager.GetString("WL_Desc_RefreshMap", resourceCulture); } } /// /// Looks up a localized string similar to Select features by clicking and dragging. /// public static string WL_Desc_Select { get { return ResourceManager.GetString("WL_Desc_Select", resourceCulture); } } /// /// Looks up a localized string similar to Click and drag to select all features that fall within. /// public static string WL_Desc_SelectPolygon { get { return ResourceManager.GetString("WL_Desc_SelectPolygon", resourceCulture); } } /// /// Looks up a localized string similar to Click and drag to select all features inside the circle. /// public static string WL_Desc_SelectRadius { get { return ResourceManager.GetString("WL_Desc_SelectRadius", resourceCulture); } } /// /// Looks up a localized string similar to Select features that fall within currently selected areas. /// public static string WL_Desc_SelectWithin { get { return ResourceManager.GetString("WL_Desc_SelectWithin", resourceCulture); } } /// /// Looks up a localized string similar to Return to previous task page. /// public static string WL_Desc_TaskBack { get { return ResourceManager.GetString("WL_Desc_TaskBack", resourceCulture); } } /// /// Looks up a localized string similar to Forward to next task page. /// public static string WL_Desc_TaskForward { get { return ResourceManager.GetString("WL_Desc_TaskForward", resourceCulture); } } /// /// Looks up a localized string similar to Return to home task page. /// public static string WL_Desc_TaskHome { get { return ResourceManager.GetString("WL_Desc_TaskHome", resourceCulture); } } /// /// Looks up a localized string similar to View a list of available tasks. /// public static string WL_Desc_TaskList { get { return ResourceManager.GetString("WL_Desc_TaskList", resourceCulture); } } /// /// Looks up a localized string similar to View Options. /// public static string WL_Desc_ViewOptions { get { return ResourceManager.GetString("WL_Desc_ViewOptions", resourceCulture); } } /// /// Looks up a localized string similar to Zoom dynamically by clicking and dragging. /// public static string WL_Desc_ZoomDynamic { get { return ResourceManager.GetString("WL_Desc_ZoomDynamic", resourceCulture); } } /// /// Looks up a localized string similar to Zoom in by a preset increment. /// public static string WL_Desc_ZoomIn { get { return ResourceManager.GetString("WL_Desc_ZoomIn", resourceCulture); } } /// /// Looks up a localized string similar to Zoom out by a preset increment. /// public static string WL_Desc_ZoomOut { get { return ResourceManager.GetString("WL_Desc_ZoomOut", resourceCulture); } } /// /// Looks up a localized string similar to Zoom in on an area. /// public static string WL_Desc_ZoomRect { get { return ResourceManager.GetString("WL_Desc_ZoomRect", resourceCulture); } } /// /// Looks up a localized string similar to Zoom to the extents of selected features. /// public static string WL_Desc_ZoomSelection { get { return ResourceManager.GetString("WL_Desc_ZoomSelection", resourceCulture); } } /// /// Looks up a localized string similar to There web layout has more than one command named: {0}. /// public static string WL_DuplicateCommandName { get { return ResourceManager.GetString("WL_DuplicateCommandName", resourceCulture); } } /// /// Looks up a localized string similar to The search command {0} references more than one property named {1}. /// public static string WL_DuplicateSearchResultColumn { get { return ResourceManager.GetString("WL_DuplicateSearchResultColumn", resourceCulture); } } /// /// Looks up a localized string similar to About. /// public static string WL_Label_About { get { return ResourceManager.GetString("WL_Label_About", resourceCulture); } } /// /// Looks up a localized string similar to Buffer. /// public static string WL_Label_Buffer { get { return ResourceManager.GetString("WL_Label_Buffer", resourceCulture); } } /// /// Looks up a localized string similar to Clear Selection. /// public static string WL_Label_ClearSelection { get { return ResourceManager.GetString("WL_Label_ClearSelection", resourceCulture); } } /// /// Looks up a localized string similar to Copy. /// public static string WL_Label_Copy { get { return ResourceManager.GetString("WL_Label_Copy", resourceCulture); } } /// /// Looks up a localized string similar to Get Printable Page. /// public static string WL_Label_GetPrintablePage { get { return ResourceManager.GetString("WL_Label_GetPrintablePage", resourceCulture); } } /// /// Looks up a localized string similar to Help. /// public static string WL_Label_Help { get { return ResourceManager.GetString("WL_Label_Help", resourceCulture); } } /// /// Looks up a localized string similar to Initial Center and Scale. /// public static string WL_Label_InitialCenterScale { get { return ResourceManager.GetString("WL_Label_InitialCenterScale", resourceCulture); } } /// /// Looks up a localized string similar to Initial Map View. /// public static string WL_Label_InitialMapView { get { return ResourceManager.GetString("WL_Label_InitialMapView", resourceCulture); } } /// /// Looks up a localized string similar to Measure. /// public static string WL_Label_Measure { get { return ResourceManager.GetString("WL_Label_Measure", resourceCulture); } } /// /// Looks up a localized string similar to Next View. /// public static string WL_Label_NextView { get { return ResourceManager.GetString("WL_Label_NextView", resourceCulture); } } /// /// Looks up a localized string similar to Pan Mode. /// public static string WL_Label_Pan { get { return ResourceManager.GetString("WL_Label_Pan", resourceCulture); } } /// /// Looks up a localized string similar to Pan Down. /// public static string WL_Label_PanDown { get { return ResourceManager.GetString("WL_Label_PanDown", resourceCulture); } } /// /// Looks up a localized string similar to Pan Left. /// public static string WL_Label_PanLeft { get { return ResourceManager.GetString("WL_Label_PanLeft", resourceCulture); } } /// /// Looks up a localized string similar to Pan Right. /// public static string WL_Label_PanRight { get { return ResourceManager.GetString("WL_Label_PanRight", resourceCulture); } } /// /// Looks up a localized string similar to Pan Up. /// public static string WL_Label_PanUp { get { return ResourceManager.GetString("WL_Label_PanUp", resourceCulture); } } /// /// Looks up a localized string similar to Previous View. /// public static string WL_Label_PrevView { get { return ResourceManager.GetString("WL_Label_PrevView", resourceCulture); } } /// /// Looks up a localized string similar to Print. /// public static string WL_Label_Print { get { return ResourceManager.GetString("WL_Label_Print", resourceCulture); } } /// /// Looks up a localized string similar to Refresh Map. /// public static string WL_Label_RefreshMap { get { return ResourceManager.GetString("WL_Label_RefreshMap", resourceCulture); } } /// /// Looks up a localized string similar to Select. /// public static string WL_Label_Select { get { return ResourceManager.GetString("WL_Label_Select", resourceCulture); } } /// /// Looks up a localized string similar to Select More. /// public static string WL_Label_SelectMore { get { return ResourceManager.GetString("WL_Label_SelectMore", resourceCulture); } } /// /// Looks up a localized string similar to Select Polygon. /// public static string WL_Label_SelectPolygon { get { return ResourceManager.GetString("WL_Label_SelectPolygon", resourceCulture); } } /// /// Looks up a localized string similar to Select Radius. /// public static string WL_Label_SelectRadius { get { return ResourceManager.GetString("WL_Label_SelectRadius", resourceCulture); } } /// /// Looks up a localized string similar to Select Within. /// public static string WL_Label_SelectWithin { get { return ResourceManager.GetString("WL_Label_SelectWithin", resourceCulture); } } /// /// Looks up a localized string similar to Back. /// public static string WL_Label_TaskBack { get { return ResourceManager.GetString("WL_Label_TaskBack", resourceCulture); } } /// /// Looks up a localized string similar to Forward. /// public static string WL_Label_TaskForward { get { return ResourceManager.GetString("WL_Label_TaskForward", resourceCulture); } } /// /// Looks up a localized string similar to Home. /// public static string WL_Label_TaskHome { get { return ResourceManager.GetString("WL_Label_TaskHome", resourceCulture); } } /// /// Looks up a localized string similar to Task List. /// public static string WL_Label_TaskList { get { return ResourceManager.GetString("WL_Label_TaskList", resourceCulture); } } /// /// Looks up a localized string similar to View Options. /// public static string WL_Label_ViewOptions { get { return ResourceManager.GetString("WL_Label_ViewOptions", resourceCulture); } } /// /// Looks up a localized string similar to Zoom. /// public static string WL_Label_Zoom { get { return ResourceManager.GetString("WL_Label_Zoom", resourceCulture); } } /// /// Looks up a localized string similar to Zoom Dynamic. /// public static string WL_Label_ZoomDynamic { get { return ResourceManager.GetString("WL_Label_ZoomDynamic", resourceCulture); } } /// /// Looks up a localized string similar to Zoom In. /// public static string WL_Label_ZoomIn { get { return ResourceManager.GetString("WL_Label_ZoomIn", resourceCulture); } } /// /// Looks up a localized string similar to Zoom Out. /// public static string WL_Label_ZoomOut { get { return ResourceManager.GetString("WL_Label_ZoomOut", resourceCulture); } } /// /// Looks up a localized string similar to Zoom Rectangle. /// public static string WL_Label_ZoomRect { get { return ResourceManager.GetString("WL_Label_ZoomRect", resourceCulture); } } /// /// Looks up a localized string similar to Zoom Selection. /// public static string WL_Label_ZoomSelection { get { return ResourceManager.GetString("WL_Label_ZoomSelection", resourceCulture); } } /// /// Looks up a localized string similar to Error validating MapDefinition {0}, message: {1}. /// public static string WL_MapValidationError { get { return ResourceManager.GetString("WL_MapValidationError", resourceCulture); } } /// /// Looks up a localized string similar to Layout does not specify a map. /// public static string WL_MissingMapError { get { return ResourceManager.GetString("WL_MissingMapError", resourceCulture); } } /// /// Looks up a localized string similar to Context Menu contains a reference to a command that doesn't exist: {0}. /// public static string WL_NonExistentMenuCommandReference { get { return ResourceManager.GetString("WL_NonExistentMenuCommandReference", resourceCulture); } } /// /// Looks up a localized string similar to Task Pane contains a reference to a command that does not exist: {0}. /// public static string WL_NonExistentTaskPaneCommandReference { get { return ResourceManager.GetString("WL_NonExistentTaskPaneCommandReference", resourceCulture); } } /// /// Looks up a localized string similar to Toolbar contains a reference to a command that does not exist: {0}. /// public static string WL_NonExistentToolbarCommandReference { get { return ResourceManager.GetString("WL_NonExistentToolbarCommandReference", resourceCulture); } } /// /// Looks up a localized string similar to Layout specifies a start view that is outside the map's initial extents. /// public static string WL_StartViewOutsideExtentsWarning { get { return ResourceManager.GetString("WL_StartViewOutsideExtentsWarning", resourceCulture); } } /// /// Looks up a localized string similar to Line {0}, Char {1}: {2}. /// public static string XmlValidationIssueTemplate { get { return ResourceManager.GetString("XmlValidationIssueTemplate", resourceCulture); } } } }