//------------------------------------------------------------------------------ // // 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.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 LengthyOperation { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal LengthyOperation() { } /// /// 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.Strings.LengthyOperation", typeof(LengthyOperation).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 main part of the operation has already been performed. ///If you cancel the remainder of this operation, some references may not be updated properly. ///Do you want to cancel the remainder of the operation?. /// internal static string CancelNotRecomendedConfirmation { get { return ResourceManager.GetString("CancelNotRecomendedConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Copying the selected folder requires the following items to be copied.. /// internal static string CopyFolderCopyConfirmation { get { return ResourceManager.GetString("CopyFolderCopyConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Copying the selected folder requires that the following resources are updated. /// internal static string CopyFolderUpdateConfirmation { get { return ResourceManager.GetString("CopyFolderUpdateConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to An error occured: {0}. ///Do you want to retry the operation?. /// internal static string ErrorOccuredRetryQuestion { get { return ResourceManager.GetString("ErrorOccuredRetryQuestion", resourceCulture); } } /// /// Looks up a localized string similar to The requested method was not found in the API. Most likely, the API has been updated, and the function names changed. /// internal static string MissingMethodInternalError { get { return ResourceManager.GetString("MissingMethodInternalError", resourceCulture); } } /// /// Looks up a localized string similar to A move or rename of the selected folder requires the following items to be updated.. /// internal static string MoveFolderConfirmation { get { return ResourceManager.GetString("MoveFolderConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to A move or rename of the selected resource requires the following items to be updated.. /// internal static string MoveResourceConfirmation { get { return ResourceManager.GetString("MoveResourceConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Please call the "InitializeDialog" method before displaying the dialog. /// internal static string NotInitializedInternalError { get { return ResourceManager.GetString("NotInitializedInternalError", resourceCulture); } } /// /// Looks up a localized string similar to An error occured while performing the operation: {0}. /// internal static string OperationFailedError { get { return ResourceManager.GetString("OperationFailedError", resourceCulture); } } /// /// Looks up a localized string similar to Confirm the list of files to be processed. /// internal static string OtherOperationConfirmation { get { return ResourceManager.GetString("OtherOperationConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation: {0}. /// internal static string UnknownOperationInternalError { get { return ResourceManager.GetString("UnknownOperationInternalError", resourceCulture); } } } }