Files
Umbraco-CMS/umbraco/datalayer/SqlHelpers/SqlServer/SqlResources.Designer.cs
Shandem 3d087dc07f DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
Did someone say recycle bin in media? Works but needs one more tweak.
Data layer optimizations for Document & Media.
Database upgrade scripts (not created for Vista DB yet).
YOU NEED TO RUN THE INSTALLER TO UPGRADE THE DB, AND MAKE SURE YOU DELETE ALL FILES IN ~/data/ClientDependency


[TFS Changeset #58546]
2009-08-31 15:05:47 +00:00

127 lines
5.5 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3082
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace umbraco.DataLayer.SqlHelpers.SqlServer {
using System;
/// <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", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class SqlResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal SqlResources() {
}
/// <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.DataLayer.SqlHelpers.SqlServer.SqlResources", typeof(SqlResources).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 /*******************************************************************************************
///
///
///
///
///
///
///
/// Umbraco database installation script for SQL Server
///
///IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
///
/// Database version: 4.0.0.12
///
/// Please increment this version number if ANY change is made to this script,
/// so compatibility with scripts for other database systems can be verified easily.
/// The first 3 digits depict the Umbraco vers [rest of string was truncated]&quot;;.
/// </summary>
internal static string Total {
get {
return ResourceManager.GetString("Total", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to /*******************************************************************************************
///
///
///
///
///
///
///
/// Umbraco database installation script for SQL Server (upgrade from Umbraco 3.x)
///
///IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
///
/// Database version: 4.0.0.12
///
/// Please increment this version number if ANY change is made to this script,
/// so compatibility with scripts for other database systems can be verified easily.
/// The first 3 dig [rest of string was truncated]&quot;;.
/// </summary>
internal static string Version3_Upgrade {
get {
return ResourceManager.GetString("Version3_Upgrade", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to --INSERT NEW MEDIA RECYCLE BIN NODE
///SET IDENTITY_INSERT umbracoNode ON
///INSERT INTO umbracoNode (id, trashed, parentID, nodeUser, level, path, sortOrder, uniqueID, text, nodeObjectType)
///VALUES (-20, 0, -1, 0, 0, &apos;-1,-20&apos;, 0, &apos;0F582A79-1E41-4CF0-BFA0-76340651891A&apos;, &apos;Recycle Bin&apos;, &apos;01BB7FF2-24DC-4C0C-95A2-C24EF72BBAC8&apos;)
///SET IDENTITY_INSERT OFF.
/// </summary>
internal static string Version4_Upgrade {
get {
return ResourceManager.GetString("Version4_Upgrade", resourceCulture);
}
}
}
}