git-svn-id: https://duplicati.googlecode.com/svn/trunk@874 59da171f-624f-0410-aa54-27559c288bec
145 lines
5.9 KiB
C#
145 lines
5.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.237
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Duplicati.Library.SharpRSync.Strings {
|
|
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 DeltaFile {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal DeltaFile() {
|
|
}
|
|
|
|
/// <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("Duplicati.Library.SharpRSync.Strings.DeltaFile", typeof(DeltaFile).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 End of stream occured while reading initial 4 bytes of delta file.
|
|
/// </summary>
|
|
internal static string EndofstreamBeforeSignatureError {
|
|
get {
|
|
return ResourceManager.GetString("EndofstreamBeforeSignatureError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stream ended but had no end marker.
|
|
/// </summary>
|
|
internal static string EndofstreamWithoutMarkerError {
|
|
get {
|
|
return ResourceManager.GetString("EndofstreamWithoutMarkerError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Internal error, had buffered both matched and unmatched blocks!.
|
|
/// </summary>
|
|
internal static string InternalBufferError {
|
|
get {
|
|
return ResourceManager.GetString("InternalBufferError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid length for copy data.
|
|
/// </summary>
|
|
internal static string InvalidCopyLengthError {
|
|
get {
|
|
return ResourceManager.GetString("InvalidCopyLengthError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid offset for copy data.
|
|
/// </summary>
|
|
internal static string InvalidCopyOffsetError {
|
|
get {
|
|
return ResourceManager.GetString("InvalidCopyOffsetError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid size for literal data.
|
|
/// </summary>
|
|
internal static string InvalidLitteralSizeError {
|
|
get {
|
|
return ResourceManager.GetString("InvalidLitteralSizeError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delta stream did not have the correct start marker.
|
|
/// </summary>
|
|
internal static string InvalidSignatureError {
|
|
get {
|
|
return ResourceManager.GetString("InvalidSignatureError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unexpected end of stream detected.
|
|
/// </summary>
|
|
internal static string UnexpectedEndofstreamError {
|
|
get {
|
|
return ResourceManager.GetString("UnexpectedEndofstreamError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unknown command in delta file.
|
|
/// </summary>
|
|
internal static string UnknownCommandError {
|
|
get {
|
|
return ResourceManager.GetString("UnknownCommandError", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|