122 lines
5.9 KiB
C#
122 lines
5.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Umbraco.Cms.Tests.Integration.Umbraco.Examine.Lucene.UmbracoExamine {
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// 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", "16.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class TestFiles {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal TestFiles() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[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("Umbraco.Cms.Tests.Integration.Umbraco.Examine.Lucene.UmbracoExamine.TestFiles", typeof(TestFiles).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
|
///<media>
|
|
/// <node id="1111" version="902e13f7-5793-482a-9e06-cd94eebd1de0" parentID="-1" level="1" writerID="0" nodeType="1031" template="0" sortOrder="2" createDate="2010-05-19T15:26:08" updateDate="2010-05-19T15:26:09" nodeName="Product Images" urlName="productimages" writerName="Administrator" nodeTypeAlias="Folder" path="-1,1111">
|
|
/// <data alias="contents"></data>
|
|
/// <node id="2222" version="902e13f7-5793-482a-9e06-cd94eebd1de0" parentID="1111" level="2" writerID="0 [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string media {
|
|
get {
|
|
return ResourceManager.GetString("media", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
|
///<!DOCTYPE root[
|
|
///<!ELEMENT CWS_Contact ANY>
|
|
///<!ATTLIST CWS_Contact id ID #REQUIRED>
|
|
///<!ELEMENT CWS_EmailAFriend ANY>
|
|
///<!ATTLIST CWS_EmailAFriend id ID #REQUIRED>
|
|
///<!ELEMENT CWS_EventItem ANY>
|
|
///<!ATTLIST CWS_EventItem id ID #REQUIRED>
|
|
///<!ELEMENT CWS_Galleries ANY>
|
|
///<!ATTLIST CWS_Galleries id ID #REQUIRED>
|
|
///<!ELEMENT CWS_Gallery ANY>
|
|
///<!ATTLIST CWS_Gallery id ID #REQUIRED>
|
|
///<!ELEMENT CWS_Home ANY>
|
|
///<!ATTLIST CWS_Home id ID #REQUIRED>
|
|
///<!ELEMENT CWS_NewsEventsList ANY>
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string umbraco {
|
|
get {
|
|
return ResourceManager.GetString("umbraco", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
|
///<!DOCTYPE root[
|
|
///<!ELEMENT CWS_Contact ANY>
|
|
///<!ATTLIST CWS_Contact id ID #REQUIRED>
|
|
///<!ELEMENT CWS_EmailAFriend ANY>
|
|
///<!ATTLIST CWS_EmailAFriend id ID #REQUIRED>
|
|
///<!ELEMENT CWS_EventItem ANY>
|
|
///<!ATTLIST CWS_EventItem id ID #REQUIRED>
|
|
///<!ELEMENT CWS_Galleries ANY>
|
|
///<!ATTLIST CWS_Galleries id ID #REQUIRED>
|
|
///<!ELEMENT CWS_Gallery ANY>
|
|
///<!ATTLIST CWS_Gallery id ID #REQUIRED>
|
|
///<!ELEMENT CWS_Home ANY>
|
|
///<!ATTLIST CWS_Home id ID #REQUIRED>
|
|
///<!ELEMENT CWS_NewsEventsList ANY>
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string umbraco_sort {
|
|
get {
|
|
return ResourceManager.GetString("umbraco_sort", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|