52 lines
1.3 KiB
C#
52 lines
1.3 KiB
C#
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
namespace SPSolutions.SharePoint.Resources
|
|
{
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), DebuggerNonUserCode, CompilerGenerated]
|
|
internal class ErrorsRes
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
private static CultureInfo resourceCulture;
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (object.ReferenceEquals(ErrorsRes.resourceMan, null))
|
|
{
|
|
ResourceManager resourceManager = new ResourceManager("SPSolutions.SharePoint.Resources.ErrorsRes", typeof(ErrorsRes).Assembly);
|
|
ErrorsRes.resourceMan = resourceManager;
|
|
}
|
|
return ErrorsRes.resourceMan;
|
|
}
|
|
}
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get
|
|
{
|
|
return ErrorsRes.resourceCulture;
|
|
}
|
|
set
|
|
{
|
|
ErrorsRes.resourceCulture = value;
|
|
}
|
|
}
|
|
internal static string ConfigurationErrorsException_NoListName
|
|
{
|
|
get
|
|
{
|
|
return ErrorsRes.ResourceManager.GetString("ConfigurationErrorsException_NoListName", ErrorsRes.resourceCulture);
|
|
}
|
|
}
|
|
internal ErrorsRes()
|
|
{
|
|
}
|
|
}
|
|
}
|