//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace OSGeo.MapGuide.Maestro.ResourceEditors.Strings { 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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class MapEditor { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MapEditor() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OSGeo.MapGuide.Maestro.ResourceEditors.Strings.MapEditor", typeof(MapEditor).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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The layer {0} is already in the map, do you want it to appear twice?. /// internal static string DuplicateLayerInclusionConfirmation { get { return ResourceManager.GetString("DuplicateLayerInclusionConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Finite display scales. /// internal static string FiniteDisplayScalesName { get { return ResourceManager.GetString("FiniteDisplayScalesName", resourceCulture); } } /// /// Looks up a localized string similar to The selected group has sub groups. These will be removed and all ///layers will be moved to the selected group before being converted. /// ///Do you want to continue?. /// internal static string FlattenGroupsWarning { get { return ResourceManager.GetString("FlattenGroupsWarning", resourceCulture); } } /// /// Looks up a localized string similar to No extent data was found for the layer.. /// internal static string LayerExtentMissingError { get { return ResourceManager.GetString("LayerExtentMissingError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to get layer extent: {0}. /// internal static string LayerExtentReadError { get { return ResourceManager.GetString("LayerExtentReadError", resourceCulture); } } /// /// Looks up a localized string similar to An error occured while reading the layers projection: {0}. /// internal static string LayerProjectionReadError { get { return ResourceManager.GetString("LayerProjectionReadError", resourceCulture); } } /// /// Looks up a localized string similar to The selected group has one or more layers that are invisible. ///The layers in a base layer are always visible. ///If you convert the group, the layers will be made visible. /// ///Do you want to continue?. /// internal static string LayerVisibilityToggleWarning { get { return ResourceManager.GetString("LayerVisibilityToggleWarning", resourceCulture); } } /// /// Looks up a localized string similar to Failed while creating map preview: {0}. /// internal static string MapPreviewError { get { return ResourceManager.GetString("MapPreviewError", resourceCulture); } } /// /// Looks up a localized string similar to MgCooker threw an exception: {0}. /// internal static string MgCookerException { get { return ResourceManager.GetString("MgCookerException", resourceCulture); } } /// /// Looks up a localized string similar to This map is not yet saved. MgCooker can only process saved maps. /// internal static string MgCookerNeedsSavedMapError { get { return ResourceManager.GetString("MgCookerNeedsSavedMapError", resourceCulture); } } /// /// Looks up a localized string similar to New group. /// internal static string NewGroupBaseName { get { return ResourceManager.GetString("NewGroupBaseName", resourceCulture); } } /// /// Looks up a localized string similar to No layer selected. /// internal static string NoLayerSelectedError { get { return ResourceManager.GetString("NoLayerSelectedError", resourceCulture); } } /// /// Looks up a localized string similar to The extent for the layer was found, but no coordinate system was found. /// internal static string NoProjectionFoundWarning { get { return ResourceManager.GetString("NoProjectionFoundWarning", resourceCulture); } } /// /// Looks up a localized string similar to This map contains base layers. Saving the map will clear any generated tiles. ///Do you want to save the map?. /// internal static string SaveMapWithBaseLayersWarning { get { return ResourceManager.GetString("SaveMapWithBaseLayersWarning", resourceCulture); } } /// /// Looks up a localized string similar to Do you want to use the projection from the layer ///{0}?. /// internal static string UseLayerProjectionQuestion { get { return ResourceManager.GetString("UseLayerProjectionQuestion", resourceCulture); } } /// /// Looks up a localized string similar to The data extent is in another projection than the map, do you also want to update the maps coordinate system?. /// internal static string UseNewProjectionQuestion { get { return ResourceManager.GetString("UseNewProjectionQuestion", resourceCulture); } } } }