//------------------------------------------------------------------------------ // // 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 ResourceDataEditor { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ResourceDataEditor() { } /// /// 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.ResourceDataEditor", typeof(ResourceDataEditor).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 Delete of resource "{0}" failed. ///Reason: {1} ///How do you want to continue?. /// internal static string DeleteFailedQuestion { get { return ResourceManager.GetString("DeleteFailedQuestion", resourceCulture); } } /// /// Looks up a localized string similar to Delete the selected resources?. /// internal static string DeleteFileConfirmation { get { return ResourceManager.GetString("DeleteFileConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Download of file "{0}" failed. ///Reason: {1} ///How do you want to continue?. /// internal static string DownloadFailedQuestion { get { return ResourceManager.GetString("DownloadFailedQuestion", resourceCulture); } } /// /// Looks up a localized string similar to Save resource file. /// internal static string DownloadFileDialogTitle { get { return ResourceManager.GetString("DownloadFileDialogTitle", resourceCulture); } } /// /// Looks up a localized string similar to Select folder where downloaded files will be saved. /// internal static string DownloadFilesDialogTitle { get { return ResourceManager.GetString("DownloadFilesDialogTitle", resourceCulture); } } /// /// Looks up a localized string similar to Unable to create a temporary resource: {0}. /// internal static string FailedToCreateCopyError { get { return ResourceManager.GetString("FailedToCreateCopyError", resourceCulture); } } /// /// Looks up a localized string similar to There exists {0} file(s) with similar names which may be required. ///Do you want to automatically add matching files?. /// internal static string IncludeSimilarFilesConfirmation { get { return ResourceManager.GetString("IncludeSimilarFilesConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to The file "{0}" already exists. ///Do you want to overwrite?. /// internal static string OverwriteLocalFileConfirmation { get { return ResourceManager.GetString("OverwriteLocalFileConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to There already exists a resource file with the name "{0}". ///Do you want to overwrite the existing file?. /// internal static string OverwriteResourceFileConfirmation { get { return ResourceManager.GetString("OverwriteResourceFileConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Unable to change edit mode after the user has modified the resource. /// internal static string UnableToChangeEditModeError { get { return ResourceManager.GetString("UnableToChangeEditModeError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to update xml data: {0}. /// internal static string UpdateXmlDataError { get { return ResourceManager.GetString("UpdateXmlDataError", resourceCulture); } } /// /// Looks up a localized string similar to Upload of file "{0}" failed. ///Reason: {1} ///How do you want to continue?. /// internal static string UploadFailedQuestion { get { return ResourceManager.GetString("UploadFailedQuestion", resourceCulture); } } /// /// Looks up a localized string similar to Select files to upload. /// internal static string UploadFilesDialogTitle { get { return ResourceManager.GetString("UploadFilesDialogTitle", resourceCulture); } } } }