//------------------------------------------------------------------------------
//
// 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 Core.Components.DotSpatial.Properties {
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 Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// 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("Core.Components.DotSpatial.Properties.Resources", typeof(Resources).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 Kan bestand met deze extensie niet openen..
///
public static string BaseMap_LoadData_Cannot_open_file_extension {
get {
return ResourceManager.GetString("BaseMap_LoadData_Cannot_open_file_extension", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand {0} kon niet worden gevonden..
///
public static string BaseMap_LoadData_File_loading_failded__The_file__0__could_not_be_found {
get {
return ResourceManager.GetString("BaseMap_LoadData_File_loading_failded__The_file__0__could_not_be_found", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bestand is niet compleet..
///
public static string BaseMap_LoadData_NullException_in_file {
get {
return ResourceManager.GetString("BaseMap_LoadData_NullException_in_file", resourceCulture);
}
}
///
/// Looks up a localized string similar to Shape file op pad {0} is aan de kaart toegevoegd..
///
public static string BaseMap_LoadData_Shape_file_on_path__0__is_added_to_the_map_ {
get {
return ResourceManager.GetString("BaseMap_LoadData_Shape_file_on_path__0__is_added_to_the_map_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bestand op pad {0} bestaat niet..
///
public static string MapData_IsPathValid_File_on_path__0__does_not_exist {
get {
return ResourceManager.GetString("MapData_IsPathValid_File_on_path__0__does_not_exist", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bestand op pad {0} heeft niet de juiste .shp extensie..
///
public static string MapData_IsPathValid_File_on_path__0__does_not_have_the_shp_extension {
get {
return ResourceManager.GetString("MapData_IsPathValid_File_on_path__0__does_not_have_the_shp_extension", resourceCulture);
}
}
}
}