Files
duplicati/Duplicati/Library/SQLiteHelper/Strings/DatabaseUpgrader.Designer.cs
T

80 lines
2.9 KiB
C#

// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.17020
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace Duplicati.Library.SQLiteHelper.Strings {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class DatabaseUpgrader {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal DatabaseUpgrader() {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Duplicati.Library.SQLiteHelper.Strings.DatabaseUpgrader", typeof(DatabaseUpgrader).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static string InvalidVersionError {
get {
return ResourceManager.GetString("InvalidVersionError", resourceCulture);
}
}
internal static string DatabaseFormatError {
get {
return ResourceManager.GetString("DatabaseFormatError", resourceCulture);
}
}
internal static string UpgradeFailure {
get {
return ResourceManager.GetString("UpgradeFailure", resourceCulture);
}
}
internal static string TableLayoutError {
get {
return ResourceManager.GetString("TableLayoutError", resourceCulture);
}
}
internal static string BackupFilenamePrefix {
get {
return ResourceManager.GetString("BackupFilenamePrefix", resourceCulture);
}
}
}
}