//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Aaru.Filters {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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 Localization {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Localization() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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("Aaru.Filters.Localization.Localization", typeof(Localization).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to AppleDouble.
///
internal static string AppleDouble_Name {
get {
return ResourceManager.GetString("AppleDouble_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to AppleSingle.
///
internal static string AppleSingle_Name {
get {
return ResourceManager.GetString("AppleSingle_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Asynchronous I/O is not supported..
///
internal static string Asynchronous_IO_is_not_supported {
get {
return ResourceManager.GetString("Asynchronous_IO_is_not_supported", resourceCulture);
}
}
///
/// Looks up a localized string similar to BZip2.
///
internal static string BZip2_Name {
get {
return ResourceManager.GetString("BZip2_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot read past stream end..
///
internal static string Cannot_read_past_stream_end {
get {
return ResourceManager.GetString("Cannot_read_past_stream_end", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot seek after stream end..
///
internal static string Cannot_seek_after_stream_end {
get {
return ResourceManager.GetString("Cannot_seek_after_stream_end", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot seek before stream start..
///
internal static string Cannot_seek_before_stream_start {
get {
return ResourceManager.GetString("Cannot_seek_before_stream_start", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot set position past stream end..
///
internal static string Cannot_set_position_past_stream_end {
get {
return ResourceManager.GetString("Cannot_set_position_past_stream_end", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot write past stream end..
///
internal static string Cannot_write_past_stream_end {
get {
return ResourceManager.GetString("Cannot_write_past_stream_end", resourceCulture);
}
}
///
/// Looks up a localized string similar to End can't be a negative number..
///
internal static string End_cant_be_a_negative_number {
get {
return ResourceManager.GetString("End_cant_be_a_negative_number", resourceCulture);
}
}
///
/// Looks up a localized string similar to End is after stream end..
///
internal static string End_is_after_stream_end {
get {
return ResourceManager.GetString("End_is_after_stream_end", resourceCulture);
}
}
///
/// Looks up a localized string similar to Growing OffsetStream is not supported..
///
internal static string Growing_OffsetStream_is_not_supported {
get {
return ResourceManager.GetString("Growing_OffsetStream_is_not_supported", resourceCulture);
}
}
///
/// Looks up a localized string similar to GZip.
///
internal static string GZip_Name {
get {
return ResourceManager.GetString("GZip_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to LZip.
///
internal static string LZip_Name {
get {
return ResourceManager.GetString("LZip_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to MacBinary.
///
internal static string MacBinary_Name {
get {
return ResourceManager.GetString("MacBinary_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Non-readable streams are not supported.
///
internal static string Non_readable_streams_are_not_supported {
get {
return ResourceManager.GetString("Non_readable_streams_are_not_supported", resourceCulture);
}
}
///
/// Looks up a localized string similar to Non-seekable streams are not supported.
///
internal static string Non_seekable_streams_are_not_supported {
get {
return ResourceManager.GetString("Non_seekable_streams_are_not_supported", resourceCulture);
}
}
///
/// Looks up a localized string similar to PCExchange.
///
internal static string PcExchange_Name {
get {
return ResourceManager.GetString("PcExchange_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Start can't be a negative number..
///
internal static string Start_cant_be_a_negative_number {
get {
return ResourceManager.GetString("Start_cant_be_a_negative_number", resourceCulture);
}
}
///
/// Looks up a localized string similar to This stream is read-only.
///
internal static string This_stream_is_read_only {
get {
return ResourceManager.GetString("This_stream_is_read_only", resourceCulture);
}
}
///
/// Looks up a localized string similar to XZ.
///
internal static string XZ_Name {
get {
return ResourceManager.GetString("XZ_Name", resourceCulture);
}
}
///
/// Looks up a localized string similar to No filter.
///
internal static string ZZZNoFilter_Name {
get {
return ResourceManager.GetString("ZZZNoFilter_Name", resourceCulture);
}
}
}
}