//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Core.Common.Utils.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.Common.Utils.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 Kon 'Assembly' informatie niet lezen voor {0} : {1}. /// public static string AssemblyUtils_LoadAllAssembliesFromDirectory_Could_not_read_assembly_information_for_0_1_ { get { return ResourceManager.GetString("AssemblyUtils_LoadAllAssembliesFromDirectory_Could_not_read_assembly_information_" + "for_0_1_", resourceCulture); } } /// /// Looks up a localized string similar to Parameter 'GroupSize' moet groter zijn dan 0.. /// public static string EnumerableExtensions_SplitInGroups_GroupSize_must_be_greater_than_0 { get { return ResourceManager.GetString("EnumerableExtensions_SplitInGroups_GroupSize_must_be_greater_than_0", resourceCulture); } } /// /// Looks up a localized string similar to Het bestandspad verwijst naar een map die niet bestaat.. /// public static string Error_Directory_missing { get { return ResourceManager.GetString("Error_Directory_missing", resourceCulture); } } /// /// Looks up a localized string similar to Het bestand bestaat niet.. /// public static string Error_File_does_not_exist { get { return ResourceManager.GetString("Error_File_does_not_exist", resourceCulture); } } /// /// Looks up a localized string similar to Het bestand is leeg.. /// public static string Error_File_empty { get { return ResourceManager.GetString("Error_File_empty", resourceCulture); } } /// /// Looks up a localized string similar to Er is een onverwachte fout opgetreden tijdens het inlezen van het bestand: {0}. /// public static string Error_General_IO_ErrorMessage_0_ { get { return ResourceManager.GetString("Error_General_IO_ErrorMessage_0_", resourceCulture); } } /// /// Looks up a localized string similar to Regel bevat te veel tekst om in het RAM geheugen opgeslagen te worden.. /// public static string Error_Line_too_big_for_RAM { get { return ResourceManager.GetString("Error_Line_too_big_for_RAM", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad mag niet de volgende tekens bevatten: {0}. /// public static string Error_Path_cannot_contain_Characters_0_ { get { return ResourceManager.GetString("Error_Path_cannot_contain_Characters_0_", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad mag niet leeg of ongedefinieerd zijn.. /// public static string Error_Path_must_be_specified { get { return ResourceManager.GetString("Error_Path_must_be_specified", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad mag niet naar een map verwijzen.. /// public static string Error_Path_must_not_point_to_folder { get { return ResourceManager.GetString("Error_Path_must_not_point_to_folder", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad is te lang om te gebruiken.. /// public static string Error_Path_too_long { get { return ResourceManager.GetString("Error_Path_too_long", resourceCulture); } } /// /// Looks up a localized string similar to Fout bij het schrijven naar bestand '{0}': {1}. /// public static string Error_Writing_To_File_0_1 { get { return ResourceManager.GetString("Error_Writing_To_File_0_1", resourceCulture); } } /// /// Looks up a localized string similar to Kopiëren van {0}\{1}. /// public static string FileUtils_CopyAll_Copying_0_1_ { get { return ResourceManager.GetString("FileUtils_CopyAll_Copying_0_1_", resourceCulture); } } /// /// Looks up a localized string similar to afgebroken. /// public static string InvokeRequiredAttribute_LogInvokeError_aborted { get { return ResourceManager.GetString("InvokeRequiredAttribute_LogInvokeError_aborted", resourceCulture); } } /// /// Looks up a localized string similar to wordt overgeslagen. /// public static string InvokeRequiredAttribute_LogInvokeError_skipping { get { return ResourceManager.GetString("InvokeRequiredAttribute_LogInvokeError_skipping", resourceCulture); } } /// /// Looks up a localized string similar to Thread synchronisatiefout (aanroep {1}): {0}. /// public static string InvokeRequiredAttribute_LogInvokeError_Thread_synchronization_error_call_1_0_ { get { return ResourceManager.GetString("InvokeRequiredAttribute_LogInvokeError_Thread_synchronization_error_call_1_0_", resourceCulture); } } /// /// Looks up a localized string similar to Geprobeerd het kenmerk in de beschikbare spatiale data te vervangen, maar kon kenmerk niet vinden in de oorspronkelijke context: {0}.. /// public static string ObjectHelper_CouldNotFindFeatureInOriginalContext { get { return ResourceManager.GetString("ObjectHelper_CouldNotFindFeatureInOriginalContext", resourceCulture); } } /// /// Looks up a localized string similar to Kan methode {0}.TryParse(string, out {0}) niet vinden.. /// public static string ParseHelper_ParseHelper_Cannot_find_method_0_TryParse_string_out_0_ { get { return ResourceManager.GetString("ParseHelper_ParseHelper_Cannot_find_method_0_TryParse_string_out_0_", resourceCulture); } } /// /// Looks up a localized string similar to Kritieke fout opgetreden.. /// public static string TypeUtils_CallMethod_Exception_occured { get { return ResourceManager.GetString("TypeUtils_CallMethod_Exception_occured", resourceCulture); } } /// /// Looks up a localized string similar to Geen 'default constructor' gevonden voor type {0}.. /// public static string TypeUtils_CreateInstance_No_default_constructor_available_for_type_0_ { get { return ResourceManager.GetString("TypeUtils_CreateInstance_No_default_constructor_available_for_type_0_", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is geen geldige expressie voor deze methode.. /// public static string TypeUtils_GetMemberName_0_is_not_a_valid_expression_for_this_method { get { return ResourceManager.GetString("TypeUtils_GetMemberName_0_is_not_a_valid_expression_for_this_method", resourceCulture); } } /// /// Looks up a localized string similar to Parameter 'member' is geen geldige expressie voor deze methode.. /// public static string TypeUtils_GetMemberNameFromMemberExpression_member_not_a_valid_expression_for_this_method { get { return ResourceManager.GetString("TypeUtils_GetMemberNameFromMemberExpression_member_not_a_valid_expression_for_thi" + "s_method", resourceCulture); } } /// /// Looks up a localized string similar to Category/Concept moet gespecificeerd worden om een validatie rapport te maken.. /// public static string ValidationReport_Category_or_concept_cannot_be_null { get { return ResourceManager.GetString("ValidationReport_Category_or_concept_cannot_be_null", resourceCulture); } } /// /// Looks up a localized string similar to {0}, ernst: {1} ({2} fout(en), {3} waarschuwing(en), {4} info).. /// public static string ValidationReport_ToString_0_severity_1_2_error_s_3_warnings_4_info { get { return ResourceManager.GetString("ValidationReport_ToString_0_severity_1_2_error_s_3_warnings_4_info", resourceCulture); } } } }