2022-11-28 10:22:27 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
|
//
|
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
namespace Aaru.Helpers {
|
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
/// <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()]
|
2022-11-28 10:22:27 +00:00
|
|
|
|
internal class Localization {
|
|
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
2022-11-28 10:22:27 +00:00
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
2022-11-28 10:22:27 +00:00
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2022-11-28 10:22:27 +00:00
|
|
|
|
internal Localization() {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
/// <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 {
|
2022-11-28 10:22:27 +00:00
|
|
|
|
get {
|
2023-10-03 23:25:24 +01:00
|
|
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
|
|
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aaru.Helpers.Localization.Localization", typeof(Localization).Assembly);
|
2022-11-28 10:22:27 +00:00
|
|
|
|
resourceMan = temp;
|
|
|
|
|
|
}
|
|
|
|
|
|
return resourceMan;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
/// <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 {
|
2022-11-28 10:22:27 +00:00
|
|
|
|
get {
|
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-10-07 21:29:42 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Asynchronous I/O is not supported..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Asynchronous_IO_is_not_supported {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Asynchronous_IO_is_not_supported", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Cannot read past stream end..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Cannot_read_past_stream_end {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Cannot_read_past_stream_end", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Cannot seek after stream end..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Cannot_seek_after_stream_end {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Cannot_seek_after_stream_end", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Cannot seek before stream start..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Cannot_seek_before_stream_start {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Cannot_seek_before_stream_start", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Cannot set position past stream end..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Cannot_set_position_past_stream_end {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Cannot_set_position_past_stream_end", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Cannot write past stream end..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Cannot_write_past_stream_end {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Cannot_write_past_stream_end", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to End can't be a negative number..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string End_cant_be_a_negative_number {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("End_cant_be_a_negative_number", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to End is after stream end..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string End_is_after_stream_end {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("End_is_after_stream_end", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Growing OffsetStream is not supported..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Growing_OffsetStream_is_not_supported {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Growing_OffsetStream_is_not_supported", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Length of value array must not be more than length of destination.
|
|
|
|
|
|
/// </summary>
|
2022-11-28 10:22:27 +00:00
|
|
|
|
internal static string Length_of_value_array_must_not_be_more_than_length_of_destination {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Length_of_value_array_must_not_be_more_than_length_of_destination", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-10-07 21:29:42 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Non-readable streams are not supported.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Non_readable_streams_are_not_supported {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Non_readable_streams_are_not_supported", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Non-seekable streams are not supported.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Non_seekable_streams_are_not_supported {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Non_seekable_streams_are_not_supported", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-10-03 23:25:24 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Offset.
|
|
|
|
|
|
/// </summary>
|
2022-11-28 10:22:27 +00:00
|
|
|
|
internal static string Offset {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Offset", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2023-10-07 21:29:42 +01:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to Start can't be a negative number..
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string Start_cant_be_a_negative_number {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Start_cant_be_a_negative_number", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to This stream is read-only.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string This_stream_is_read_only {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("This_stream_is_read_only", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-11-28 10:22:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|