2010-09-17 08:44:25 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
2012-10-12 10:13:50 -02:00
|
|
|
|
// Runtime Version:4.0.30319.18010
|
2010-09-17 08:44:25 +00:00
|
|
|
|
//
|
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
2012-07-05 13:05:53 -01:00
|
|
|
|
namespace SQLCE4Umbraco {
|
2010-09-17 08:44:25 +00:00
|
|
|
|
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", "4.0.0.0")]
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
|
|
|
internal class SqlCEResources {
|
|
|
|
|
|
|
|
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
|
|
|
|
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
|
|
|
|
internal SqlCEResources() {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <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("SQLCE4Umbraco.SqlCEResources", typeof(SqlCEResources).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 /*******************************************************************************************
|
|
|
|
|
|
///
|
|
|
|
|
|
///
|
|
|
|
|
|
///
|
|
|
|
|
|
///
|
|
|
|
|
|
///
|
|
|
|
|
|
///
|
|
|
|
|
|
///
|
2012-07-05 13:05:53 -01:00
|
|
|
|
/// Umbraco database installation script for SQL Server CE 4
|
2010-09-17 08:44:25 +00:00
|
|
|
|
///
|
|
|
|
|
|
///IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
|
|
|
|
|
|
///
|
2012-10-12 10:13:50 -02:00
|
|
|
|
/// Database version: 4.10.0.0
|
2010-09-17 08:44:25 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// 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.
|
2012-10-12 10:13:50 -02:00
|
|
|
|
/// The first 3 digits depict the Umbraco [rest of string was truncated]";.
|
2010-09-17 08:44:25 +00:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Total {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Total", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2012-07-05 13:05:53 -01:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to /*******************************************************************************************
|
|
|
|
|
|
///
|
2012-08-02 13:55:45 -01:00
|
|
|
|
/// Umbraco database installation script for SQL CE (upgrade from Umbraco 4.0.x)
|
2012-07-05 13:05:53 -01:00
|
|
|
|
///
|
|
|
|
|
|
/// IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
|
|
|
|
|
|
///
|
|
|
|
|
|
/// Database version: 4.8.0.0
|
|
|
|
|
|
///
|
|
|
|
|
|
/// 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.
|
2012-08-02 13:55:45 -01:00
|
|
|
|
/// The first 3 digits depict the [rest of string was truncated]";.
|
2012-07-05 13:05:53 -01:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Version4_1_Upgrade {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Version4_1_Upgrade", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2010-09-17 08:44:25 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|